﻿/*!
 * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  margin: 0;
}
dd {
  margin: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
  max-width: 100%;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
thead,
tbody,
tfoot,
tr,
th {
  min-width: 100%;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /*  -webkit-appearance: button;*/
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
@font-face {
  font-family: 'FontAwesome6';
  font-style: normal;
  font-weight: 400;
  src: url('../FontAwesome/webfonts/fa-solid-900.ttf') format('truetype');
}
.far,
.fa-regular {
  font-weight: 400;
}
.fas {
  font-family: 'FontAwesome6';
}
i.fas {
  font-style: normal;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-15x {
  font-size: 1.5em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-bigger {
  font-size: 150%;
  line-height: 1.5;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-home:before {
  content: "\f015";
}
.fa-arrows-rotate:before {
  content: "\f021";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-plus:before {
  content: "\2b";
}
.fa-arrows-up-down-left-right:before {
  content: "\f047";
}
.fa-clipboard-question:before {
  content: "\e4e3";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-xmark:before {
  content: "\f00d";
}
.fa-image:before {
  content: "\f03e";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-edit:before {
  content: "\f303";
}
.fa-search:before {
  content: "\f002";
}
.fa-user:before {
  content: "\f007";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-category:before {
  content: "\f5fd";
}
.fa-new-recipe:before {
  content: "\e494";
}
.fa-latest:before {
  content: "\f15c";
}
.fa-admin:before {
  content: "\f508";
}
.fa-lastviewed:before {
  content: "\f1da";
}
.fa-recipe-menu:before {
  content: "\f550";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-font::before {
  content: "\f031";
}
.fa-gauge::before {
  content: "\f624";
}
blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}
code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}
pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #215189;
  overflow-y: hidden;
}
pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}
sup {
  top: -5px;
}
dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}
ol {
  list-style: decimal inside;
}
ul {
  list-style: circle inside;
}
dd {
  margin-bottom: 0;
}
dl.bold-dd dd {
  font-weight: bold;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 0;
}
table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}
@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
b,
strong {
  font-weight: bold;
}
p {
  margin: 0;
  white-space: normal;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: Oswald, Roboto, Tahoma, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
  font-family: Oswald, Roboto, Tahoma, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
}
h1,
h2 {
  line-height: 48px;
}
h1,
.h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #215189;
}
h2,
.h2 {
  margin: 0;
  padding: 0 5px;
  font-size: 30px;
  line-height: 60px;
  color: #000;
}
h3,
.h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.75;
}
.h2-narrow {
  line-height: 1.3;
}
h4,
.h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #333;
}
h5,
.h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-family: 'Segoe UI', 'Noto Sans', Frutiger, Tahoma, sans-serif;
}
.h5 {
  font-weight: bold;
}
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  font-family: 'Segoe UI', 'Noto Sans', Frutiger, Tahoma, sans-serif;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  /*max-width: @maxpagewidth;*/
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  /*max-width: @maxpagewidth; */
}
.row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 30px;
  padding-left: 0;
  align-items: flex-start;
}
.container {
  flex: 1 0 0%;
  margin: 0 auto;
  max-width: 1800px;
  width: 100%;
  padding: 0 20px;
}
.container-hassplit {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  /* margin: 0 auto;*/
  max-width: 1800px;
  width: 100%;
}
section {
  display: block;
  padding: 0 20px;
  min-height: 40px;
}
section.flex {
  display: flex;
  padding: 0;
  min-height: 40px;
  flex-wrap: wrap;
}
section.slide-container {
  padding: 0;
  min-height: 0;
  border-top: 10px solid #215189;
}
section.slide-container a:hover {
  text-decoration: none;
}
.col {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  align-items: flex-start;
}
.g1 {
  grid-template-columns: 1fr;
}
.g1_2 {
  grid-template-columns: 1fr 2fr;
}
.g1_2 {
  grid-template-columns: 1fr 3fr;
}
.g2 {
  grid-template-columns: 1fr 1fr;
}
.g2_1 {
  grid-template-columns: 2fr 1fr;
}
.g3_1 {
  grid-template-columns: 3fr 1fr;
}
.g3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.g4 {
  grid-template-columns: repeat(4, 1fr);
}
.g4_au {
  grid-template-columns: repeat(4, max-content);
}
.g5 {
  grid-template-columns: repeat(5, 1fr);
}
.g_max {
  grid-template-columns: repeat(auto-fit, minmax(max-content, 1fr));
}
.g2_mx_au {
  grid-template-columns: max-content auto;
}
.g2_au_mx {
  grid-template-columns: auto max-content;
}
.g_2_lists {
  grid-template-columns: 1fr 100px 1fr;
  max-width: 600px;
  justify-content: center;
}
.g_span_1_3 {
  grid-column: 1 / 3;
}
.flex {
  display: flex;
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.flex-auto-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flex-fill {
  flex: 1;
}
.box {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
}
/*.box .row { border: 1px solid @theme; }*/
.box .row.header {
  flex: 0 1 auto;
}
.box .row.toolbar {
  flex: 0 1 44px;
  background-color: #eee;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.box .row.content {
  flex: 1 1 auto;
  overflow-y: auto;
  background-color: white;
  padding: 10px;
}
.box .row.footer {
  flex: 0 1 40px;
  background-color: #444;
  color: white;
  padding: 10px;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
a:focus {
  outline: none;
}
a:hover {
  color: #1e1e1e;
}
button {
  border: none;
}
a.btn,
.btn,
input[type='submit'].btn {
  margin: 0;
  padding: 0.75rem;
  display: inline-block;
  border: 1px solid #0d2037;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  vertical-align: middle;
  background-color: #215189;
  color: #fff;
  border-radius: 6px;
}
.btn:hover,
.btn:focus,
input[type='submit'].btn:hover {
  color: #FFF;
  text-decoration: none;
  background: #3f82d1;
  border-color: #3f82d1;
  transition: all 0.3s ease-in-out 0s;
}
a.btn.small,
.btn.small {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn:focus,
.btn.theme:focus {
  border: 2px solid #000;
}
a.btn.large {
  padding: 1rem 1.25rem;
  font-size: 150%;
  background-color: #fff;
}
a.btn.large:hover {
  background-color: #215189;
  color: #fff;
}
a.btn-flat-large {
  padding: 1.25rem 2rem;
  display: inline-block;
  min-width: 50%;
  border: 1px solid #bbb;
  font-size: 150%;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  vertical-align: middle;
  background-color: #FFF;
  color: #333;
  border-radius: 0.25rem;
}
a.btn-flat-large:hover {
  background-color: #215189;
  color: #fff;
}
.btn.white {
  border-color: #215189;
  background-color: white;
  color: #000;
}
.btn.white:hover {
  background-color: #777;
  color: #fff;
}
.btn.dark,
.button.dark {
  background-color: #444;
  border-color: #777;
  color: #fff;
}
.btn.dark:hover,
.button.dark:hover {
  background-color: #ddd;
  border-color: #777;
  color: #000;
}
.btn.theme,
.button.theme {
  background-color: #215189;
  border-color: #0d2037;
  color: #fff;
}
.btn.theme:hover,
.button.theme:hover {
  background-color: #3f82d1;
  border-color: #0d2037;
  color: #fff;
}
.btn.btn-pdf {
  margin: 1rem 0;
  padding: 0.75rem;
}
.btn.btn-pdf:before {
  content: "\f1c1";
  font-family: 'FontAwesome6';
  margin-right: 0.75rem;
  color: #c42128;
  font-weight: 400;
}
.btn.btn-pdf:hover:before {
  color: #fff;
}
.btn-flat {
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.75rem;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  vertical-align: middle;
  background-color: #FFF;
  color: #333;
}
.btn-flat.padded {
  padding: 0.75rem 2rem;
}
.btn-flat.padded.theme {
  background-color: #215189;
  color: #fff;
}
.btn-flat:hover {
  background-color: #337ed5;
  color: #fff;
}
.btn.go {
  width: 37px;
  height: 37px;
  border-radius: 0;
}
.flex-buttons.grid {
  padding: 0;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}
.flex-buttons.flex {
  padding: 0;
  display: flex;
  gap: 0.75rem;
  flex-flow: row wrap;
}
.flex-buttons button,
.flex-buttons a {
  border: 1px solid #bbb;
  background-color: #FFF;
  color: #333;
  min-width: 12%;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
}
.flex-buttons button:hover,
.flex-buttons a:hover {
  background-color: #215189;
  color: #fff;
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group > button {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  background-color: #215189;
  border: none;
  border-radius: 0;
  padding: 8px;
  color: #fff;
}
.btn-group > .btn:hover,
.btn-group > button:hover {
  background-color: #444;
}
.btn-group > .btn:not(:first-child),
.btn-group > button:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:last-child,
.btn-group > button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn:first-child,
.btn-group > button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: #215189;
  color: white;
  z-index: 1000;
  display: flex;
  justify-content: center;
}
header.admin {
  background-color: #444;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.header-left {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
.header-left.collapsed {
  display: none;
}
.header-center {
  flex-grow: 1;
  padding-left: 20px;
}
.header-right {
  display: flex;
  align-items: center;
  padding-right: 30px;
  position: relative;
}
.menu-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}
.dropdown {
  display: none;
  position: absolute;
  top: 90px;
  right: 0;
  background-color: #444;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
.dropdown.show {
  display: block;
}
.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown li a {
  display: block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}
.dropdown li a:hover {
  background-color: #555;
}
/*
.layout {
    display: grid;
    grid-template-columns: @sidebar-width 1fr;
    grid-template-rows: calc(100vh - @header-height);
    margin: @header-height auto 0 auto;
    height: calc(100vh - @header-height);
    transition: grid-template-columns 0.3s ease;
    width: 100%;
    max-width: @maxpagewidth;
}*/
.layout {
  display: flex;
  margin: 90px auto 0 auto;
  height: calc(100vh - 90px);
  transition: 0.3s ease;
  width: 100%;
  max-width: 1800px;
}
.sidebar {
  width: 240px;
  background-color: #eee;
  padding-top: 10px;
  transition: width 0.3s ease;
  overflow: hidden;
  border-right: 1px solid #444;
}
.sidebar.admin {
  background-color: #999 !important;
}
.sidebar.collapsed {
  width: 70px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar li {
  margin: 0;
  border-bottom: 1px solid #bbb;
}
.sidebar a {
  color: black;
  text-decoration: none;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar a:hover {
  background-color: #215189;
  color: white;
}
.sidebar.collapsed a span {
  display: none;
}
.justmyrecipes,
.justmyrecipes.selected {
  background-color: transparent !important;
  color: #000;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
}
.justmyrecipes.selected {
  color: #3f82d1;
  font-weight: bold;
}
.justmyrecipes:hover {
  background-color: #215189 !important;
  color: #fff !important;
}
.justmyrecipes:before {
  content: "\f234";
  font-family: 'FontAwesome6';
  margin-right: 10px;
  font-size: 18px;
}
.justmyrecipes.selected:before {
  content: "\f007";
  font-family: 'FontAwesome6';
  margin-right: 10px;
  font-size: 18px;
}
.timerbtn,
.addrecipebtn {
  background-color: transparent !important;
  color: #000;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
}
.timerbtn:hover,
.addrecipebtn:hover {
  background-color: #215189 !important;
  color: #fff !important;
}
.timerbtn:before {
  content: "\f254";
  font-family: 'FontAwesome6';
  margin-right: 10px;
  font-size: 18px;
}
.addrecipebtn:before {
  content: "\e494";
  font-family: 'FontAwesome6';
  margin-right: 10px;
  font-size: 18px;
}
/* Hide only the text span inside the button */
.sidebar.collapsed button.justmyrecipes span {
  display: none;
}
.sidebar.collapsed button.timerbtn span {
  display: none;
}
.sidebar.collapsed button.addrecipebtn span {
  display: none;
}
/* Keep the ::before icon visible */
/*.sidebar.collapsed  button.hide-text::before {
    content: "\f007";*/
/* example FontAwesome icon */
/*font-family: "FontAwesome";
    margin-right: 0;
}*/
/*#srchContainer { flex-shrink: 0; border-bottom: 1px solid @bordersColor; padding-bottom: 10px; margin-bottom: 20px; position: absolute; background-color: white; top: 90px; left: 0; max-height: 0; opacity: 0; transform: translateY(-10px); transition: all 0.5s ease; }*/
#srchContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  position: absolute;
  top: 90px;
  left: 0;
  flex-shrink: 0;
  border-bottom: 1px solid #bbb;
  padding: 0;
  background-color: white;
  max-height: 0;
  /* collapsed */
  opacity: 0;
  /* invisible */
  overflow: hidden;
  transition: all 0.5s ease;
  /* animate opacity + max-height */
  width: 100%;
  color: #000;
  z-index: 9999;
}
#srchContainer.active {
  max-height: 60px !important;
  /* adjust to fit content */
  opacity: 1 !important;
  padding: 10px 10px 10px 240px;
}
.search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 10px 10px 10px 240px;
  width: 100%;
  min-width: 100%;
  max-width: 1000px;
  color: #000;
  height: 60px;
  opacity: 1;
  transform: translateY(0);
}
.search-form {
  width: 100%;
}
.search-top {
  display: flex;
  width: 100%;
  gap: 5px;
}
.search-inputs {
  display: grid;
  grid-template-columns: 1fr max-content;
  width: 100%;
  max-width: 500px;
}
#searchInput {
  flex: 1;
  padding: 5px;
  border: 1px solid #ced4da;
  width: 300px;
}
.search-button {
  background-color: #215189;
  color: #fff;
  border: none;
  padding: 5px 15px, 10px 15px;
  cursor: pointer;
}
.search-button:hover {
  background-color: #3f82d1;
}
.search-button::after {
  content: "\f002";
  font-family: 'FontAwesome6';
}
.search-options {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 10px;
}
#searchToggle,
#hamb {
  width: 48px;
  background-color: transparent;
  color: white;
  line-height: 48px;
}
#searchToggle::after {
  content: "\f002";
  font-family: 'FontAwesome6';
}
#searchToggle.active::after {
  content: "\f00d";
  font-family: 'FontAwesome6';
}
.user-dropdown {
  position: relative;
  display: inline-block;
  color: #eee;
}
.user-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #ddd;
}
#userProfile.initials-circle {
  display: inline-flex;
  /* center the text */
  justify-content: center;
  align-items: center;
  width: 40px;
  /* circle size */
  height: 40px;
  background-color: #0d2037;
  /* background color */
  color: white;
  /* text color */
  font-weight: bold;
  font-size: 16px;
  border-radius: 50%;
  /* makes it circular */
  text-align: center;
  user-select: none;
  /* optional: prevent selection */
  padding-left: 2px;
}
/* Insert user icon before text */
#userProfile::before {
  content: "\f007";
  font-family: 'FontAwesome6';
  font-weight: 900;
  margin-right: 20px;
}
/* Insert caret after text */
#userProfile::after {
  content: "\f078";
  /* Caret down */
  font-family: 'FontAwesome6';
  font-weight: 900;
  margin-left: 20px;
}
#userProfile.active::after {
  content: "\f077";
}
/* Dropdown hidden by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 150px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  list-style: none;
  padding: 5px 0;
  margin: 5px 0 0 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}
.dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}
.dropdown-menu li a:hover {
  background: #f2f2f2;
}
/* Show dropdown when active */
.dropdown-menu.show {
  display: block;
}
.page-menu {
  z-index: 50;
  min-width: 100%;
  height: 40px;
  background-color: #bad2ef;
}
.page-menu.hide {
  display: none;
}
.page-menu button,
.page-menu .btn,
.page-menu a,
.page-menu span {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  text-decoration: none;
  border: none;
  border-right: 1px solid #bbb;
  background-color: transparent;
  border-radius: 0;
}
.page-menu span {
  padding: 0;
}
.page-menu span input {
  height: 44px;
  border: none;
}
.page-menu a:hover:not(.active),
.page-menu button:hover:not(.active),
.page-menu span:hover:not(.active) {
  background-color: #337ed5;
  color: #fff;
}
.page-menu button.theme {
  background-color: #215189;
  color: #fff;
}
.page-menu button.theme:hover {
  background-color: #337ed5;
  color: #000;
}
.page-menu button.blue {
  background-color: #337ed5;
  color: #fff;
}
.pagemenu-sticky {
  position: sticky;
  top: 0;
  z-index: 300;
  background-color: #bad2ef;
}
span.sort-btn {
  cursor: pointer;
  padding: 0 1rem;
  line-height: 44px;
  display: block;
  border-right: 1px solid #ddd;
  height: 100%;
}
span.sort-btn:hover {
  background-color: #337ed5;
  color: #fff;
}
span.sort-btn:before {
  font-family: 'FontAwesome6';
  content: "\f0dc";
  margin-right: 0.25rem;
}
span.sort-btn.asc:before {
  font-family: 'FontAwesome6';
  content: "\f15d";
  margin-right: 0.25rem;
}
span.sort-btn.dsc:before {
  font-family: 'FontAwesome6';
  content: "\f881";
  margin-right: 0.25rem;
}
.toolbar {
  background-color: #eee;
  display: flex;
}
.toolbar button {
  color: #444;
  background-color: #eee;
  border: none;
  height: 100%;
  padding: 0 0.5rem;
  border-right: 1px solid #ddd;
}
.toolbar button > span {
  display: block;
  font-size: 0.75rem;
}
.toolbar button:hover {
  background-color: #444;
  color: #fff;
}
.toolbar select {
  height: 3rem;
  border: none;
}
.toolbar .dropdown-content > ul li {
  border-right: none;
}
footer {
  width: 100%;
  background-color: #444;
  color: #bbb;
  font-size: 14px;
  margin-top: auto;
  flex-shrink: 0;
}
.scroll-to-top {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 30px;
  margin: 0;
  z-index: 5000;
  padding: 8px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
input[type='color'],
input[type='date'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea,
select {
  background-color: #fff;
  border: none;
  border: 1px solid #bbb;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
  padding: 6px;
  width: 100%;
}
input[type='color']:focus,
input[type='date']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='week']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  outline: none;
  border: 2px solid #337ed5;
}
input[type='color']:disabled,
input[type='date']:disabled,
input[type='time']:disabled,
input[type='datetime']:disabled,
input[type='datetime-local']:disabled,
input[type='email']:disabled,
input[type='month']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='text']:disabled,
input[type='url']:disabled,
input[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled,
select:disabled {
  background-color: #eee;
}
input[type='color']:readonly,
input[type='date']:readonly,
input[type='time']:readonly,
input[type='datetime']:readonly,
input[type='datetime-local']:readonly,
input[type='email']:readonly,
input[type='month']:readonly,
input[type='number']:readonly,
input[type='password']:readonly,
input[type='search']:readonly,
input[type='tel']:readonly,
input[type='text']:readonly,
input[type='url']:readonly,
input[type='week']:readonly,
input:not([type]):readonly,
textarea:readonly,
select:readonly {
  background-color: #eee;
}
input[type='color']:invalid,
input[type='date']:invalid,
input[type='time']:invalid,
input[type='datetime']:invalid,
input[type='datetime-local']:invalid,
input[type='email']:invalid,
input[type='month']:invalid,
input[type='number']:invalid,
input[type='password']:invalid,
input[type='search']:invalid,
input[type='tel']:invalid,
input[type='text']:invalid,
input[type='url']:invalid,
input[type='week']:invalid,
input:not([type]):invalid,
textarea:invalid,
select:invalid {
  border-bottom: 2px solid #c42128;
  border-radius: 0;
}
select[multiple] {
  background: none;
  height: auto;
}
select.listbox {
  height: unset;
}
select.listbox > option {
  padding: 8px;
  font-size: 16px;
}
textarea {
  height: unset;
}
textarea:invalid {
  border: 2px solid #c42128;
  border-radius: 0;
}
input:read-only {
  border: none;
  background-color: transparent;
}
.btn:disabled {
  background-color: #999;
}
.btn:disabled:hover {
  background-color: #999;
}
input[type='button']:focus {
  outline: none;
  border: 2px solid #000;
}
.input_container {
  border: 1px solid #e5e5e5;
}
input[type=file]::file-selector-button {
  background-color: #fff;
  color: #000;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  transition: 0.5s;
}
input[type=file]::file-selector-button:hover {
  background-color: #eee;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}
select option[disabled="disabled"][selected="selected"] {
  color: #808080;
}
select:invalid {
  color: #808080;
}
input[type='text'].input_as_label {
  font-size: 13px;
  padding: 0;
  height: auto;
}
label {
  font-size: 13px;
  display: block;
}
input[type='checkbox'],
input[type='radio'] {
  max-width: 15px;
  height: 15px;
  accent-color: #444;
}
input[type='checkbox'].red,
input[type='radio'].red {
  accent-color: #215189;
}
.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}
input.w100 {
  width: 100px;
}
input[type='text'].go,
input[type='submit'].go {
  height: 37px;
  margin-top: 1px;
}
input[type='text'].go:focus,
input[type='submit'].go:focus {
  border: 1px solid #ccc;
}
input[type='button'].go,
input[type='submit'].go {
  margin-left: -5px;
  height: 39px;
  background-color: #555;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  display: inline-flex;
  align-items: self-start;
  padding: 0 12px;
}
input[type=button].go:hover {
  background-color: #215189;
}
/*Forms grids*/
.fg,
.g_chk {
  display: grid;
  align-items: flex-start;
  row-gap: 5px;
  column-gap: 10px;
}
.g_fixrow {
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
}
.g_chk,
.g_chk_hidden {
  grid-template-columns: 24px 1fr;
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
  align-items: center;
  column-gap: 5px;
}
.g_chk_hidden {
  grid-template-columns: 24px auto 1fr;
}
.fg label {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 10px 0 0;
}
.g_chk label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px 0 0;
  text-align: left;
}
.fg label.text-end {
  margin-right: 0;
  margin-left: 10px;
}
.formBuild {
  max-width: 1200px;
  margin: 20px auto;
  border: 1px solid #999;
  background-color: #f9f9f9;
}
.formBuild .modal_header {
  font-weight: bold;
}
/*Print grids*/
.gp {
  display: grid;
  grid-auto-rows: 40px;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 5px;
}
.gp.narrow {
  grid-auto-rows: 30px;
}
.gp.mb {
  margin-bottom: 5px;
}
.gp.grid_chk {
  margin-bottom: 0;
}
.chk_grid_rpt2 {
  grid-template-columns: repeat(2, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
}
.chk_grid_rpt3 {
  grid-template-columns: repeat(3, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
}
.chk_grid_rpt4 {
  grid-template-columns: repeat(4, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 24px;
  grid-auto-rows: 24px;
}
.chk_grid_rpt5 {
  grid-template-columns: repeat(5, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 24px;
  grid-auto-rows: 24px;
}
.chk_grid_rpt6 {
  grid-template-columns: repeat(6, 24px auto);
  margin-bottom: 0;
  grid-template-rows: 24px;
  grid-auto-rows: 24px;
}
.g_lbl_chk_au {
  grid-template-columns: 120px 24px auto;
}
.g_lbl_chk_au label {
  text-align: left;
}
.g_lbl_au {
  grid-template-columns: 120px 1fr;
}
.g_lbl_au_mx_au {
  grid-template-columns: 120px auto max-content auto;
}
.g_80_au_80_au {
  grid-template-columns: 80px auto 80px auto;
}
input.chk_btn {
  display: none;
}
input.chk_btn + label {
  border: 1px solid grey;
  background: ghostwhite;
  padding: 5px 8px;
  cursor: pointer;
  border-radius: 5px;
}
input.chk_btn:not(:checked) + label:hover {
  box-shadow: 0px 1px 3px;
}
input.chk_btn + label:active,
input.chk_btn:checked + label {
  box-shadow: 0px 0px 3px inset;
  background: #215189;
}
.chk_lbl_au {
  grid-template-columns: 24px max-content auto;
  grid-template-rows: 38px;
  grid-auto-rows: 38px;
}
.chk_lbl_au_rpt2 {
  grid-template-columns: repeat(2, 24px max-content auto);
}
.chk_lbl_au_mx_au {
  grid-template-columns: 24px max-content auto max-content auto;
}
.g_lbl_80_mx_au_mx {
  grid-template-columns: 120px 80px max-content auto max-content;
}
.g_lbl_80_au_80_au {
  grid-template-columns: 120px 80px auto 80px auto;
}
.g_lbl_80_mx_au_mx_au {
  grid-template-columns: 120px 80px max-content auto max-content auto;
}
.g_lbl_200_au {
  grid-template-columns: 120px 200px auto;
}
.g_lbl_200_mx_au {
  grid-template-columns: 120px 200px max-content auto;
}
.g_lbl_200_mx_au_mx {
  grid-template-columns: 120px 200px max-content auto max-content;
}
.g_lbl_au {
  grid-template-columns: 120px auto;
}
.g_lbl_au_rpt2 {
  grid-template-columns: 120px repeat(2, auto);
}
.g_lbl_au_rpt6 {
  grid-template-columns: 120px repeat(6, auto);
}
.g_lbl_au_mx {
  grid-template-columns: 120px auto max-content;
}
.g_lbl_au_mx_au {
  grid-template-columns: 120px auto max-content auto;
}
.g_lbl_mx_au_mx {
  grid-template-columns: 120px max-content auto max-content;
}
.g_lbl_au_au_mx {
  grid-template-columns: 120px auto auto max-content;
}
.g_lbl_au_mx_au_mx {
  grid-template-columns: 120px auto max-content auto max-content;
}
.g_lbl_mx_au {
  grid-template-columns: 120px max-content auto;
}
.g_lbl_mx_au_rpt3 {
  grid-template-columns: 120px repeat(3, max-content auto);
}
.g_mx_au {
  grid-template-columns: max-content auto;
}
.g_au_mx {
  grid-template-columns: auto max-content;
}
.g_mx_200 {
  grid-template-columns: max-content 200px;
}
.g_mx_au_rpt2 {
  grid-template-columns: repeat(2, max-content auto);
}
.g_mx_au_rpt3 {
  grid-template-columns: repeat(3, max-content auto);
}
.g_mx_au_rpt8 {
  grid-template-columns: repeat(8, max-content auto);
}
.au_mx {
  grid-template-columns: auto max-content;
}
.g_span1_2 {
  grid-column: 1 / span 2;
}
.form-tbl {
  height: auto;
}
.form-tbl td {
  vertical-align: middle;
  border: none;
  padding: 2px 4px;
  white-space: nowrap;
}
/*label { display: block; }*/
input::placeholder {
  color: #dfdfdf;
}
input:focus::placeholder {
  color: transparent;
}
fieldset {
  border: 1px solid #bbb;
  padding: 10px;
  position: relative;
  background-color: #eee;
}
legend {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  background-color: #fff;
  top: -15px;
  left: 10px;
  border: 1px solid #bbb;
  padding: 5px;
}
.g_chk.rep-vis {
  grid-template-rows: auto;
  grid-auto-rows: auto;
}
@media (max-width: 700px) {
  [id^=tab] .g3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .modal_form .g2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .modal_form .g3 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  [id^=tab] .g3 {
    grid-template-columns: 1fr;
  }
}
.table,
.table-first-bold {
  font-family: 'Segoe UI', 'Noto Sans', Frutiger, Tahoma, sans-serif;
  border-collapse: collapse;
  min-width: 100%;
  margin: 0 0 5px 0;
  border: none;
  overflow-x: scroll;
  font-size: 14px;
  position: relative;
}
.table th {
  background-color: #215189;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 4px 10px;
}
.table tfoot tr td {
  border-top: 2px solid #000;
  border-bottom: 4px double #000;
  font-weight: bold;
}
.table.sticky th {
  position: sticky;
  top: -30px;
}
.g_print .table th {
  background-color: #000 !important;
}
.table td {
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 4px 10px;
  vertical-align: top;
}
.table-first-bold td {
  padding: 4px 10px;
}
.table-first-bold td:first-child {
  font-weight: bold;
}
.table.tr.white-cell .table.white-cell td,
.table tr.white-cell > td {
  background-color: #fff;
  padding: 6px 10px;
}
.table-noline td {
  border-bottom: none;
}
.table tr:not(.multiple-sortable-selected):hover > td {
  background-color: #ddd;
  cursor: pointer;
}
.table tr td.status:hover {
  background-color: #999;
}
.table tr.multiple-sortable-selected:hover > td {
  background-color: lightskyblue;
  cursor: pointer;
}
.table.no_hover tr:hover > td {
  border-bottom: 1px solid;
  background-color: inherit;
  cursor: default;
}
td.no-wrap {
  white-space: nowrap;
}
.table.auto_nowrap {
  width: auto;
  white-space: nowrap;
  min-width: auto;
}
.table.auto_nowrap td {
  vertical-align: middle;
}
.sortable td,
.sortable th {
  padding: 6px 10px;
  vertical-align: top;
  cursor: pointer;
}
.sortable th {
  cursor: pointer;
  background: #215189;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
}
.sortable th:hover {
  color: #fff;
  background: #000;
}
.sortable th.no-sort {
  pointer-events: none;
}
.sortable th::after,
.sortable th::before {
  transition: color 0.1s ease-in-out;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0);
}
.sortable th::after {
  margin-left: 3px;
  content: "▸";
}
.sortable th:hover::after {
  color: inherit;
}
.sortable th.dir-d::after {
  color: inherit;
  content: "▾";
}
.sortable th.dir-u::after {
  color: inherit;
  content: "▴";
}
.sortable th.indicator-left {
  text-align: right;
}
.sortable th.indicator-left::after {
  content: "";
}
.sortable th.indicator-left::before {
  margin-right: 3px;
  content: "▸";
}
.sortable th.indicator-left:hover::before {
  color: inherit;
}
.sortable th.indicator-left.dir-d::before {
  color: inherit;
  content: "▾";
}
.sortable th.indicator-left.dir-u::before {
  color: inherit;
  content: "▴";
}
.sortable td.ignoreLink {
  cursor: default;
}
.selected {
  background-color: #cce5ff !important;
  /* Light blue background */
}
.sticky-col {
  position: sticky;
  left: 0;
}
.selected-cell {
  border: 1px solid red;
}
#tbl_results tfoot,
#tbl_list tfoot {
  font-weight: bold;
  text-align: right;
  border-top: 2px solid #000;
  border-bottom: double 4px #000;
  background-color: #fff;
}
.table.no_hover tr:hover > td {
  border-bottom: 1px solid;
  background-color: inherit;
  cursor: default;
}
.recipe-list {
  width: 100%;
  margin: 0 5px;
}
.recipe-list thead th {
  padding: 6px;
}
.recipe-list tbody td {
  border-top: 1px solid #bbb;
  padding: 2px 6px;
}
.recipe-list tbody td .tiny {
  font-size: 11px;
}
.recipe-list-close {
  position: absolute;
  right: 16px;
  top: 6px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  visibility: hidden;
}
.recipe-list tbody td:first-child,
.recipe-list thead th:first-child {
  text-align: center;
}
.recipe-list tr.selected {
  background-color: #bad2ef;
  /* Light blue, change as needed */
}
.recipe-list tr:hover {
  background-color: #88b3e6;
}
.info-boxes,
.info-buttons {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 30px;
}
.info-boxes .info-box {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: start;
  padding: 0;
  border: 1px solid #bbb;
  border-radius: 5px;
  grid-template-rows: 200px 50px;
}
.info-boxes .info-box img {
  max-height: 120px;
  max-width: 100px;
  justify-self: center;
}
.info-boxes .info-box .box-content {
  white-space: nowrap;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.info-boxes .info-box .box-content h2 {
  font-size: 36px;
  line-height: 150%;
  color: #215189;
  font-weight: bold;
}
.info-boxes .info-box .box-content p {
  white-space: nowrap;
}
.info-boxes .info-box .box-actions {
  display: flex;
  border-top: 1px solid #b6bbc6;
  align-items: center;
  justify-content: space-evenly;
  grid-row: 2;
  grid-column: 1 / span 2;
}
.info-boxes .info-box .box-actions a {
  border: 0;
  background: none;
  height: 48px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  color: #777;
  align-content: center;
  flex-grow: 1;
}
.info-boxes .info-box .box-actions a:hover {
  background-color: #215189;
  color: white;
}
.info-box {
  background: white;
  margin: 0;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
  transition: transform 0.45s ease, background 0.45s ease;
  height: 100%;
  min-height: 200px;
  border-radius: 10px;
  padding: 10px;
}
/*.info-box.last { grid-column: 1; grid-row: 1; }*/
/*.info-box.favs { grid-column: 2; grid-row: 1 / span 2; }
.info-box.plans { grid-column: 2; grid-row: 1 / span 2; }*/
.info-box a {
  display: block;
  padding: 10px 0 10px 20px;
  font-family: Roboto, Frutiger, Tahoma, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #bad2ef;
}
.info-box a:hover {
  background-color: #bad2ef;
}
.info-box a:last-child {
  border-bottom: none;
}
.info-buttons a {
  padding: 20px 0;
}
.info-buttons a:hover h3,
.info-buttons a:hover h3 b {
  color: white;
}
.info-buttons h3 {
  font-size: 30px;
  line-height: 150%;
}
.info-buttons h3 b {
  color: #215189;
}
.info-buttons p {
  white-space: nowrap;
}
.image-boxes {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 2em;
}
.image-boxes.image-box {
  background: #fff;
  height: 320px;
  text-align: center;
  padding: 3em;
  border: 1px solid #ede8f0;
  border-radius: 5px;
}
.image-boxes.image-box:nth-child(2n) .box-avatar .no-name {
  background: #4b84fe;
}
.image-boxes.image-box:nth-child(5n) .box-avatar .no-name {
  background: #ffbb09;
}
.image-boxes.image-box .box-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0px auto;
  overflow: hidden;
}
.image-boxes.image-box .box-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-boxes.image-box .box-avatar .no-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  background: #fa5b67;
}
.image-boxes.image-box .box-bio {
  white-space: no-wrap;
}
.image-boxes.image-box .box-bio .bio-name {
  margin: 2em 0 0.75em;
  color: #1b253d;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
}
.image-boxes.image-box .box-bio .bio-position {
  margin: 0;
  font-size: 0.875em;
  line-height: 100%;
}
.image-boxes.image-box .box-actions {
  margin-top: 1.25em;
  padding-top: 1.25em;
  width: 100%;
  border-top: 1px solid #ede8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-boxes.image-box .box-actions button {
  border: 0;
  background: none;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
}
.image-boxes.image-box .box-actions button svg {
  position: relative;
  top: 2px;
}
.image-boxes.image-box .box-actions button svg path,
.image-boxes.image-box .box-actions button svg circle {
  fill: #b6bbc6;
  transition: fill 0.15s ease;
}
.image-boxes.image-box .box-actions button:hover svg path,
.image-boxes.image-box .box-actions button:hover svg circle {
  fill: #2b3a60;
}
.index-card-container,
.index-card-container-small {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  padding-bottom: 80px;
}
.index-card-container-small {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.menu-card {
  background: white;
  margin: 0;
  box-shadow: 0 1.5em 2.5em -0.5em rgba(0, 0, 0, 0.1);
  transition: transform 0.45s ease, background 0.45s ease;
  height: 100%;
  min-height: 200px;
}
.menu-card h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  padding: 15px;
  margin: 0;
  border-bottom: 2px solid #bad2ef;
  transition: color 0.45s ease, border 0.45s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu-card p {
  opacity: 1;
  color: #555;
  font-weight: 600;
  line-height: 1.8;
  padding: 15px;
  margin: 10px 0 0 0;
  transform: translateY(-1em);
  transition: opacity 0.45s ease, transform 0.5s ease;
  flex-grow: 1;
}
.menu-card img {
  min-width: 100%;
  background-color: #fff;
}
.menu-card:hover {
  background: #215189;
  transform: scale(1.02);
  cursor: pointer;
}
.menu-card:hover h3 {
  color: #FFFFFF;
  border-bottom-color: #0d2037;
}
.menu-card:hover p {
  opacity: 1;
  transform: none;
  color: #fff;
}
.modal_dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 3px solid #f1f1f1;
  z-index: 90;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: white;
  max-width: 1400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 150;
}
.modal_form {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: 20px !important;
  border: 3px solid #f1f1f1;
  z-index: 200;
  padding: 10px;
  background-color: #eee;
  margin: 0 auto;
  width: calc(100% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 1100px;
  max-height: 95vh;
  height: auto;
  overflow: scroll;
}
.modal_form > #horizontalTab {
  margin-top: 10px;
}
.modal_header {
  line-height: 2;
  font-size: 20px;
  line-height: 1.3;
  font-family: Oswald, Roboto, Tahoma, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.modal_header.line {
  border-bottom: 1px solid #444;
}
.modal_footer {
  margin-top: 20px;
  padding-top: 20px;
  padding: 20px 10px 10px 10px;
  text-align: center;
}
.modal_footer.line {
  border-top: 1px solid #444;
}
.modal_dialog.small {
  max-width: 300px;
}
.modal_dialog.med {
  min-width: 350px;
  max-width: 450px;
  padding: 10px;
}
.modal_dialog.large {
  min-width: 600px;
  max-width: 75vw;
  max-height: 90vh;
}
.modal_dialog.xlarge {
  /* min-width: 85vw; max-height: 90vh; */
  max-width: 1800px;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
}
.img-tiny {
  max-width: 50px;
}
.thumb-image {
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.thumb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 10px;
}
.thumb-grid img {
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
ul.arrow {
  list-style: none;
  padding: 0;
}
ul.arrow li {
  padding-left: 20px;
  margin-bottom: 5px;
}
ul.arrow li:before {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -20px;
  width: 20px;
  color: #999;
  font-size: 12px;
}
ol {
  list-style-position: outside;
  margin-left: 15px;
}
ol li {
  margin-bottom: 5px;
}
ol ul.arrow {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 5px;
}
dl.dl_grid {
  display: grid;
  grid-gap: 4px 16px;
  grid-template-columns: max-content;
}
dl.dl_grid dt {
  font-weight: bold;
}
dl.dl_grid dd {
  margin: 0;
  grid-column-start: 2;
}
.mp_slide_L1 {
  display: grid;
  grid-template-columns: 40px 1fr 40px 40px;
  line-height: 48px;
  border-top: 1px solid #bbb;
}
.mp_slide_L2 {
  display: grid;
  grid-template-columns: 40px 1fr 40px 40px;
  line-height: 48px;
  margin-left: 30px;
  border-top: 1px solid #bbb;
}
/*    .mp_slide_L1 a, .mp_slide_L2 a { color: @theme }
        .mp_slide_L1 a:hover, .mp_slide_L2 a:hover { text-decoration: underline; }*/
.expandable:hover {
  cursor: pointer;
  background-color: #ddd;
}
.mp_slide_ing {
  margin-left: 60px;
}
.delete_mp,
.expand_mp,
.view_mp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.delete_mp:before {
  content: "\f1f8";
  font-family: 'FontAwesome6';
}
.expand_mp:before {
  content: "\2b";
  font-family: 'FontAwesome6';
}
.view_mp:before {
  content: "\f06e";
  font-family: 'FontAwesome6';
}
.delete_mp:hover,
.expand_mp:hover,
.view_mp:hover {
  cursor: pointer;
  color: #215189;
}
.expand_mp:hover {
  color: darkred;
}
.delete_mp:hover,
.view_mp:hover {
  background-color: #3f82d1;
  color: white;
}
.expand_mp {
  transition: transform 0.3s ease;
}
.expand_mp.open {
  transform: rotate(405deg);
  /* cross icon effect */
}
.delete_word:before,
.delete_exception:before {
  content: "\f1f8";
  font-family: 'FontAwesome6';
}
.delete_word:hover,
.delete_exception:hover {
  cursor: pointer;
  color: #215189;
}
.breadcrumb-container {
  background-color: #eee;
  border-bottom: 2px solid #444;
}
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  z-index: 50;
  min-width: 100%;
  height: 48px;
  align-items: center;
}
.breadcrumb a,
.breadcrumb span {
  text-decoration: none;
  display: inline-block;
  outline: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  /*adjust width as needed */
}
.breadcrumb a {
  font-weight: bold;
}
.breadcrumb span {
  max-width: 200px;
  line-height: 30px;
}
.breadcrumb a:after {
  content: '\00bb';
  padding-left: 10px;
  font-size: 15px;
}
/*hover/active styles*/
.breadcrumb a.active,
.breadcrumb a:hover {
  color: #215189;
}
html,
body {
  background-color: #fafafa;
  height: 100vh;
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-family: 'Segoe UI', 'Noto Sans', Frutiger, Tahoma, sans-serif;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: #eee;
  /* background: linear-gradient(90deg, #2c3e50 50%, @white 0%);*/
}
body.admin {
  background: #999;
}
body.has-split {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
header,
nav,
footer {
  flex-shrink: 0;
}
main {
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  width: 100%;
  min-height: 200px;
  padding: 0;
  overflow-y: auto;
}
.main-content {
  padding: 20px 20px 80px 20px;
  /*overflow-y: auto;*/
}
#login {
  background-color: #215189;
  background-image: url(../images/login_background.jpg);
  background-position: left;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login img {
  filter: drop-shadow(5px 5px 5px #222);
}
#login .container {
  display: flex;
  flex-direction: column;
  height: auto;
  flex: 0 1 0%;
}
#login .validation-summary-errors li {
  color: #FFF;
  margin: 20px 0;
}
#login form {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px #215189;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  opacity: 0.95;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container__split {
  display: flex;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}
.container__left {
  width: 20%;
  min-width: 250px;
  align-items: start;
  display: flex;
  justify-content: flex-start;
  overflow-y: auto !important;
  min-height: 0;
}
.resizer {
  background-color: #ddd;
  cursor: ew-resize;
  height: 100%;
  width: 5px;
}
.container__right {
  flex: 1;
  overflow-y: auto !important;
  min-height: 0;
  padding-right: 10px;
}
#spinner {
  height: 150px;
  padding: 10px;
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 10001;
  transform: translate(-50%);
  opacity: 0.95;
  display: inline-block;
  text-align: center;
  background: #f1f1f1;
  width: 300px;
  display: flex;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#divResults p {
  color: #006400;
}
.recipe-card {
  width: 300px;
  background: repeating-linear-gradient(#ffffff, #ffffff 28px, #dfeeff 29px, #ffffff 30px);
  border: 2px solid #d4a373;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  position: relative;
  font-family: 'Georgia', serif;
  /* Handwritten style */
  color: #5a3e36;
  line-height: 1.6;
}
.recipe-card h2 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 1.5rem;
  border-bottom: 2px dashed #d4a373;
}
.recipe-card .ingredients,
.recipe-card .instructions {
  margin-top: 15px;
}
.recipe-card .ingredients ul,
.recipe-card .instructions ol {
  padding-left: 20px;
}
.recipe-card .footer {
  margin-top: 20px;
  text-align: center;
  font-style: italic;
  color: #a0522d;
}
.recipe-list tr {
  cursor: pointer;
}
.recipe-detail {
  padding-left: 20px;
}
.recipe-detail h3.title {
  border-bottom: 2px solid #215189;
  font-size: 30px;
}
.recipe-detail h4 {
  font-stretch: expanded;
  letter-spacing: 2px;
  color: #215189;
  margin: 10px 0;
  font-size: 20px;
}
.recipe-detail h5 {
  margin: 15px 0 0 0;
  font-weight: 600;
}
.recipe-detail p {
  margin-bottom: 5px;
}
.recipe-detail p.comment {
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}
.recipe-detail .detail-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 20px;
}
.recipe-detail .detail-grid .recipe {
  grid-column: 1;
  grid-row: 1;
}
.recipe-detail .detail-grid .images-notes {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.recipe-detail .detail-grid .comment-ingredients {
  grid-column: 1;
  grid-row: 2;
}
.recipe-detail .detail-grid .header {
  column-count: 2;
}
.recipe-detail .detail-grid .header p {
  font-size: 14px;
}
.recipe-detail ul {
  margin-bottom: 10px;
}
.recipe-detail ul li {
  list-style: outside;
  margin-left: 20px;
  line-height: 1.8;
}
.recipe-menu-wrapper {
  display: none;
}
.recipe-form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}
.recipe-form-edit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.notes-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 30px;
}
.delete-note {
  font-weight: bold;
}
.icon-bar {
  height: 46px;
  border-bottom: 1px solid #215189;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.icon-bar i,
.icon-bar .fa-star-wrapper {
  font-size: 32px;
  padding: 0 10px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #bbb;
}
.icon-bar .btn {
  border: none;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.icon-bar .btn:hover {
  background-color: #3f82d1;
}
.icon-bar .text-div {
  border-right: 1px solid #bbb;
  padding: 2px 6px;
  height: 46px;
  text-align: center;
}
.icon-bar p {
  font-size: 14px;
  margin: 0;
}
.icon-bar p.text-smaller {
  font-size: 12px;
  margin-top: 3px;
}
.icon-bar .btn {
  border-radius: 0;
}
.fav-heart:before {
  content: "\f004";
  color: #444;
  font-family: 'FontAwesome6';
  font-style: normal;
}
.fav-heart.fav:before {
  color: darkred;
}
.fa-star-wrapper {
  position: relative;
}
.fa-star-wrapper .fa-star {
  position: relative;
  color: gold;
}
td > .fa-star-wrapper .fa-star {
  font-size: 36px;
  margin-top: 2px;
  line-height: 36px;
}
.fa-star-wrapper .star-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 15px;
  font-weight: bold;
  font-family: sans-serif;
  pointer-events: none;
}
.icon-bar .fa-star-wrapper {
  position: relative;
  padding: 0;
  border-right: none;
}
.icon-bar .fa-heart {
  color: darkred;
  font-size: 24px;
}
.icon-bar .fa-utensils {
  color: black;
  font-size: 24px;
}
/*.icon-bar .recipe-menu-wrapper { display:none; }
*/
#tag-container {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #215189;
  padding: 10px;
  gap: 5px;
}
#tag-container input {
  border-bottom: 2px solid #215189;
}
.tag {
  background-color: #bad2ef;
  border: #215189;
  color: #215189;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.remove-tag {
  margin-left: 5px;
  cursor: pointer;
  color: #e53935;
  font-weight: bold;
  font-size: 18px;
}
#tag-input {
  border: none;
  outline: none;
  flex-grow: 1;
}
.preview-item.ghost {
  opacity: 0.4;
  border: 2px dashed #999 !important;
}
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#lightbox-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: white;
  font-size: 2em;
  border: none;
  cursor: pointer;
}
#lightbox-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: white;
  font-size: 2em;
  border: none;
  cursor: pointer;
}
#lightbox-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 0 15px #000;
}
#lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: red;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 1.2em;
  cursor: pointer;
}
#dropzone {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background: #eee;
  margin: 30px 0;
}
.progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #4caf50;
  width: 0%;
  transition: width 0.2s;
}
.preview-item {
  position: relative;
}
.imgDelete {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: white;
  border: none;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 0 5px 0 5px;
}
.offscreen {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #ccc;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  padding: 1rem;
  overflow-y: auto;
}
.offscreen.visible {
  right: 0;
}
/*#canvasParsed mark { cursor: pointer; display: block; padding: 4px 6px; margin-bottom: 3px; border-radius: 4px; }
.mark-title { background-color: #f8d7da; }
.mark-ingredient { background-color: #d1ecf1; }
.mark-direction { background-color: #d4edda; }
.tag-selector { font-size: 0.85rem; padding: 0.2rem; }*/
#selectionMenu {
  font-size: 13px;
  z-index: 10000;
}
#selectionMenu button {
  background: #f0f0f0;
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer;
}
#selectionMenu button:hover {
  background: #e0e0e0;
}
#canvasTab {
  position: fixed;
  top: 135px;
  right: 0;
  transform: translateY(-50%);
  background-color: #3f82d1;
  color: white;
  padding: 10px 12px;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: background-color 0.3s;
}
#canvasTab:hover {
  background-color: #0056b3;
}
/* Timers wrapper - bottom right, hidden by default */
#timersWrapper {
  display: none;
  /* hidden initially */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 250px;
  max-height: 400px;
  flex-direction: column;
  overflow: hidden;
  z-index: 1000;
}
/* Header with collapse button */
#timersHeader {
  background: #eee;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#toggleTimersBtn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
/* Container for timer boxes */
#timersContainer {
  display: flex;
  flex-direction: column-reverse;
  /* stack newest at bottom */
  gap: 10px;
  padding: 10px;
  overflow-y: auto;
}
/* Collapse behavior */
#timersWrapper.collapsed #timersContainer {
  display: none;
}
#timersWrapper.collapsed {
  height: auto;
  width: 150px;
}
/* Individual timer boxes */
.timer-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 220px;
  text-align: center;
}
.timer-box.warning {
  background: darkred;
  /* red near timeout */
  color: white;
}
/* Timer display */
.timer-display {
  font-size: 30px;
  margin-top: 15px;
  font-weight: bold;
}
/* Inputs & buttons layout */
.timer-controls .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.timer-controls .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.timer-controls input {
  padding: 5px;
  margin: 5px 0;
  font-size: 16px;
}
.timer-controls button {
  margin: 0;
  padding: 10px;
  display: inline-block;
  border: 1px solid #444;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
  color: #000;
  border-radius: 6px;
}
.timer-controls button.closeBtn {
  font-size: 24px;
}
.field-validation-error {
  color: #c42128;
  display: inline-block;
  width: 100%;
}
.validation-summary-errors ul {
  list-style: none;
}
.validation-summary-errors li {
  color: #c42128;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.keep-breaks {
  white-space: pre-line;
}
.cell-middle {
  vertical-align: middle;
}
.m-0 {
  margin: 0 !important;
}
.m-auto0 {
  margin: auto 0 !important;
}
.m-0auto {
  margin: 0 auto !important;
}
.m-1 {
  margin: 5px !important;
}
.m-2 {
  margin: 10px !important;
}
.m-3 {
  margin: 20px !important;
}
.m-4 {
  margin: 30px !important;
}
.m-5 {
  margin: 40px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.mt-4 {
  margin-top: 30px !important;
}
.mt-5 {
  margin-top: 40px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 20px !important;
}
.mr-4 {
  margin-right: 30px !important;
}
.mr-5 {
  margin-right: 40px !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 40px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 20px !important;
}
.ml-4 {
  margin-left: 30px !important;
}
.ml-5 {
  margin-left: 40px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 5px !important;
}
.p-2 {
  padding: 10px !important;
}
.p-3 {
  padding: 20px !important;
}
.p-4 {
  padding: 30px !important;
}
.p-5 {
  padding: 40px !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.px-2 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.px-3 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.px-4 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.px-5 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 20px !important;
}
.pt-4 {
  padding-top: 30px !important;
}
.pt-5 {
  padding-top: 40px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pr-3 {
  padding-right: 20px !important;
}
.pr-4 {
  padding-right: 30px !important;
}
.pr-5 {
  padding-right: 40px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 20px !important;
}
.pb-4 {
  padding-bottom: 30px !important;
}
.pb-5 {
  padding-bottom: 40px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.pl-3 {
  padding-left: 20px !important;
}
.pl-4 {
  padding-left: 30px !important;
}
.pl-5 {
  padding-left: 40px !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.4px + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 20px !important;
}
.normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-smaller {
  font-size: 85%;
  line-height: 1.5;
}
.text-small {
  font-size: 75%;
  line-height: 1.2;
}
.text-larger {
  font-size: 120%;
  line-height: 1.6;
}
.text-large {
  font-size: 150%;
}
.text-huge {
  font-size: 200%;
}
.text-light {
  color: #555;
}
.text-2col {
  column-count: 2;
}
.text-3col {
  column-count: 3;
}
.b {
  font-weight: bold;
}
.italic {
  font-style: italic !important;
}
.w-100 {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x {
  overflow-x: auto !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.opacity50 {
  opacity: 0.5;
}
.shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 1.25px 5px rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #bbb !important;
}
.border-bottom-dotted {
  border-bottom: 1px dotted #bbb !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #bbb !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #215189 !important;
}
.border-secondary {
  border-color: #337ed5 !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #ddd !important;
}
.border-dark {
  border-color: #444 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.min-w-100 {
  min-width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.max100 {
  max-width: 100px !important;
}
.max150 {
  max-width: 150px !important;
}
.max200 {
  max-width: 200px !important;
}
.max300 {
  max-width: 300px !important;
}
.max350 {
  max-width: 350px !important;
}
.max400 {
  max-width: 400px !important;
}
.max500 {
  max-width: 500px !important;
}
.max600 {
  max-width: 600px !important;
}
.max700 {
  max-width: 700px !important;
}
.max800 {
  max-width: 800px !important;
}
.max900 {
  max-width: 900px !important;
}
.max1000 {
  max-width: 1000px !important;
}
.max1200 {
  max-width: 1200px !important;
}
.maxh800 {
  max-height: 800px;
}
.min200 {
  min-width: 200px !important;
}
.min300 {
  min-width: 300px !important;
}
.min400 {
  min-width: 400px !important;
}
.min500 {
  min-width: 500px !important;
}
.min600 {
  min-width: 600px !important;
}
.w0 {
  width: 0;
}
.w75 {
  width: 75px;
}
.w100 {
  width: 100px;
}
.w120 {
  width: 120px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w300 {
  width: 300px;
}
.w400 {
  width: 400px;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.hmax-100 {
  max-height: 100% !important;
}
.hmin-100 {
  min-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 5px !important;
}
.gap-2 {
  gap: 10px !important;
}
.gap-3 {
  gap: 20px !important;
}
.gap-4 {
  gap: 30px !important;
}
.gap-5 {
  gap: 40px !important;
}
.rgap-0 {
  row-gap: 0 !important;
}
.rgap-1 {
  row-gap: 5px !important;
}
.rgap-2 {
  row-gap: 10px !important;
}
.rgap-3 {
  row-gap: 20px !important;
}
.rgap-4 {
  row-gap: 30px !important;
}
.rgap-5 {
  row-gap: 40px !important;
}
.cgap-0 {
  column-gap: 0 !important;
}
.cgap-1 {
  column-gap: 5px !important;
}
.cgap-2 {
  column-gap: 10px !important;
}
.cgap-3 {
  column-gap: 20px !important;
}
.cgap-4 {
  column-gap: 30px !important;
}
.cgap-5 {
  column-gap: 40px !important;
}
/****** COLORS  ********/
.blue {
  color: #0d6efd;
}
.indigo {
  color: #6610f2;
}
.purple {
  color: #6f42c1;
}
.pink {
  color: #d63384;
}
.red {
  color: #dc3545;
}
.darkred {
  color: darkred;
}
.orange {
  color: #fd7e14;
}
.yellow {
  color: #ffc107;
}
.green {
  color: #198754;
}
.teal {
  color: #20c997;
}
.cyan {
  color: #0dcaf0;
}
.white {
  color: #fff;
}
.gray {
  color: #6c757d;
}
.gray-dark {
  color: #343a40;
}
.gray-100 {
  color: #f8f9fa;
}
.gray-200 {
  color: #e9ecef;
}
.gray-300 {
  color: #dee2e6;
}
.gray-400 {
  color: #ced4da;
}
.gray-500 {
  color: #adb5bd;
}
.gray-600 {
  color: #6c757d;
}
.gray-700 {
  color: #495057;
}
.gray-800 {
  color: #343a40;
}
.gray-900 {
  color: #212529;
}
.primary {
  color: #0d6efd;
}
.secondary {
  color: #6c757d;
}
.success {
  color: #198754;
}
.info {
  color: #0dcaf0;
}
.warning {
  color: #ffc107;
}
.danger {
  color: #dc3545;
}
.light {
  color: #f8f9fa;
}
.dark {
  color: #212529;
}
.pointer:hover {
  cursor: pointer;
}
.black {
  color: #000;
}
.theme {
  color: #215189;
}
.accent {
  color: #337ed5;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-green {
  background-color: #46a546;
}
.bg-red {
  background-color: #c42128;
  color: white;
}
.bg-yellow {
  background-color: #ffc60b;
}
.bg-yellow-light {
  background-color: #ffffff;
}
.bg-purple {
  background-color: #7a43b6;
}
.bg-theme {
  background-color: #215189;
  color: #fff;
}
.bg-theme-lighter {
  background-color: #3f82d1;
  color: #fff;
}
.bg-theme-darker {
  background-color: #0d2037;
  color: #fff;
}
.bg-accent-color {
  background-color: #337ed5;
}
.bg-gray-darker {
  background-color: #777;
}
.bg-gray {
  background-color: #999;
}
.bg-gray-rev {
  color: #f1f1f1;
  background-color: #444;
  padding: 4px;
}
.bg-gray-light {
  background-color: #ddd;
}
.bg-gray-lighter {
  background-color: #bbb;
}
.rounded {
  border-radius: 5px !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 5px !important;
}
.rounded-3 {
  border-radius: 0.4px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
/*.alert-popup { border-radius: 5px; min-width: 300px; min-height: 20px; display: flex; padding: 10px; align-items: center; justify-content: center; position: fixed; top: 0; left: 50%; z-index: 10000; transform: translate(-50%); opacity: 1; }
.alert { border-radius: 5px; min-width: 300px; min-height: 20px; display: flex; padding: 10px; align-items: center; justify-content: center; opacity: 1; position: relative; }
.alert-success { color: #155724; background-color: #a0cdab; border-color: #c3e6cb; opacity: 1; }
.success { color: #155724; background-color: #a0cdab; border-color: #c3e6cb; opacity: 1; padding: 20px; }
.alert-error { color: #721c24; background-color: #ddb7bb; border-color: #f5c6cb; }
.error { color: #721c24; background-color: #ddb7bb; border-color: #f5c6cb; padding: 5px; }
.alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }
.warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }
.alert-info { color: #e2e2e2; background-color: #fff3cd; border-color: gray; }
.info { color: #e2e2e2; background-color: #fff3cd; border-color: gray; }*/
.hidden {
  display: none;
}
.alert-primary {
  color: #004085;
  background-color: #97b4d1;
  border-color: #b8daff;
  color: #fff;
}
.alert-accent {
  color: #337ed5;
  background-color: #88b3e6;
  border-bottom-color: #1c4d86;
  color: #fff;
}
.closebtn {
  margin-left: 20px;
  color: black;
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  right: 20px;
  top: 14px;
}
hr {
  background: none repeat scroll 0 0 #777;
  border: none;
  clear: both;
  color: #777;
  float: none;
  height: 1px;
  margin: 10px;
  width: auto;
}
hr.line {
  height: 1px;
  background-color: #777;
  color: #777;
  margin: 20px 0;
  width: 100%;
}
hr.line-light {
  height: 2px;
  background-color: #fff;
  color: #fff;
  margin: 5px 0;
  width: 100%;
}
hr.line-narrow {
  height: 1px;
  background-color: #777;
  color: #777;
  margin: 5px 0;
  width: 100%;
}
hr.line-thin {
  background: #777;
  color: #777;
  height: 1px;
  margin: 2px 0;
  border: none;
  display: inline-block;
}
hr.grad {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 40px 0;
}
hr.dash {
  border: 0;
  background-color: transparent;
  border-top: 1px dashed #bbb;
  margin: 30px 0;
}
hr.spacer {
  height: 1px;
  margin: 20px 10px;
  background-color: transparent;
  color: transparent;
}
hr.spacer-small {
  height: 1px;
  margin: 10px;
  background-color: transparent;
  color: transparent;
}
.hr-section {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
}
.divider-left {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-gap: 20px;
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
}
.divider-left:after {
  content: '';
  border-top: 1px solid #000;
}
.hr-section-sub {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  height: 36px;
}
input:placeholder-shown {
  border-color: #bbb;
}
input + span.validator {
  padding-right: 30px;
  display: contents;
}
input:invalid + span.validator::after {
  position: absolute;
  content: "\f00d";
  padding-left: 10px;
  color: #8b0000;
  font-family: FontAwesome;
  line-height: 36px;
}
input:valid + span.validator::after {
  position: absolute;
  content: "\f00c";
  padding-left: 10px;
  color: #009000;
  font-family: FontAwesome;
  line-height: 36px;
}
.char-count {
  font-size: 75%;
  float: right;
  margin-top: 5px;
}
.displaynoneonload {
  display: none;
}
/* Toast container */
#notifier_toast-container {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  /* allows clicks through empty areas */
}
/* Base toast */
.notifier_toast {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  color: white;
  opacity: 0;
  transform: translateY(-50px);
  /* slide down from top */
  transition: opacity 0.5s ease, transform 0.5s ease;
  margin-bottom: 10px;
  max-width: 300px;
  border-radius: 5px;
  pointer-events: auto;
  /* allow clicks on buttons */
  align-content: center;
  line-height: 24px;
}
/* Toast types */
.notifier_toast.success {
  background-color: #28a745;
}
.notifier_toast.error {
  background-color: #dc3545;
}
.notifier_toast.info {
  background-color: #33b5e5;
}
.notifier_toast.warning {
  background-color: #feebc8;
  color: #000;
}
/* Show animation */
.notifier_toast.show {
  opacity: 1;
  transform: translateY(0);
}
/* Dismiss button */
.notifier_toast .dismiss-btn {
  margin-left: 15px;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  transition: color 0.3s;
  line-height: 24px;
  margin-top: -2px;
}
.notifier_toast .dismiss-btn:hover {
  color: #000;
}
/* Confirm modal */
#notifier_confirm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
#notifier_confirm-bounds {
  background: white;
  padding: 20px;
  text-align: center;
  min-width: 200px;
  max-width: 300px;
  animation: fadeIn 0.3s ease-in-out;
  position: absolute;
  top: 60px;
}
#notifier_confirm-title {
  background-color: white;
  border-bottom: solid 2px #000;
  line-height: 48px;
  margin: -20px -20px 10px -20px;
  color: #215189;
}
#notifier_confirm-message {
  margin-bottom: 20px;
}
#notifier_confirm-yes {
  margin-right: 10px;
  background: #2196f3;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
}
#notifier_confirm-no {
  background: #555;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
}
/* Optional fadeIn animation for modal */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .recipe-detail .detail-grid {
    grid-template-columns: 1fr;
  }
  .recipe-detail .detail-grid .images-notes {
    grid-column: 1;
    grid-row: 2;
  }
  .recipe-detail .detail-grid .comment-ingredients {
    grid-column: 1;
    grid-row: 3;
  }
  .thumb-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@media only screen and (max-width: 1024px) {
  .home-grid {
    grid-template-columns: 1fr;
  }
  .recipe-edit-form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .recipe-menu-wrapper {
    display: inline;
  }
  .container__left {
    display: none;
  }
  .recipe-detail {
    padding-left: 0;
  }
  .container__split {
    position: relative;
  }
  .container__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* or whatever width you want on mobile */
    max-width: 300px;
    height: 100%;
    background: #fff;
    /* optional for readability */
    z-index: 1000;
    /* make sure it sits above resizer and right */
    display: none;
    /* start hidden, will be toggled by JS */
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
    /* optional */
    overflow-y: auto;
    /* optional, if you want scrolling */
    padding-right: 20px;
    /* to avoid cutting off content */
  }
  .resizer {
    display: none;
    /* resizer usually not needed on small screens */
  }
  .recipe-list-close {
    visibility: visible;
  }
  .recipe-form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 800px) {
  #srchContainer,
  #srchContainer.active {
    padding: 10px;
  }
}
/* 600–900px: collapsed by default, icons only */
@media (max-width: 1024px) and (min-width: 601px) {
  .sidebar {
    width: 64px;
  }
  .sidebar span {
    display: none;
  }
  /* when user toggles "open", restore full sidebar with spans */
  .sidebar.open {
    width: 240px;
  }
  .sidebar.open span {
    display: inline;
  }
}
@media only screen and (max-width: 700px) {
  header .container > div {
    grid-template-columns: 1fr;
  }
  header .logo i {
    display: inline-block;
  }
  header .logo span {
    font-size: 60px;
    display: inline-block;
  }
  .index-card-container-small {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media only screen and (max-width: 650px) {
  .mp_slide_ing .text-2col {
    column-count: 1;
  }
}
@media only screen and (max-width: 600px) {
  .layout {
    grid-template-columns: 0 1fr;
  }
  .sidebar {
    transform: translateX(-100%);
    position: absolute;
    z-index: 999;
    height: calc(100vh - 90px);
  }
  .sidebar.open {
    transform: translateX(0);
  }
  .header-left {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .comment-ingredients .text-2col {
    column-count: 1;
  }
  .recipe-detail .detail-grid .header {
    column-count: 1;
  }
  .recipe-form-edit {
    grid-template-columns: 1fr;
  }
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
  background: #fff;
}
.r-tabs .r-tabs-panel.nopad {
  padding: 0;
  display: none;
  background: #fff;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
.r-tabs {
  position: relative;
  font-size: 14px;
  width: 100%;
  flex-grow: 1;
  height: 100%;
}
.r-tabs .r-tabs-nav {
  border-bottom: 1px solid #bbb;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  top: 1px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: #999;
  margin-bottom: 0;
  padding: 10px 12px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
  background-color: #eee;
  margin-bottom: -1px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-radius: 6px 6px 0 0;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #215189;
  background-color: #eee;
}
ul.white.r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #215189;
  background-color: #fff;
}
.r-tabs .r-tabs-panel {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 3px;
  flex-grow: 1;
  height: 100%;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #999;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #000;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 0;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled .r-tabs-anchor {
  background-color: #444;
}
@media only screen and (max-width: 400px) {
  .tab400.r-tabs .r-tabs-nav {
    display: none;
  }
  .tab400.r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .tab400.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    color: #fff;
  }
  .tab400.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #eee;
    color: #000;
  }
}
@media only screen and (max-width: 500px) {
  .tab500.r-tabs .r-tabs-nav {
    display: none;
  }
  .tab500.r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .tab768.r-tabs .r-tabs-nav {
    display: none;
  }
  .tab768.r-tabs .r-tabs-accordion-title {
    display: block;
  }
}