/* app/stylesheet/main.css */
@font-face {
  font-family: Nunito Sans;
  src: url(/build/_assets/NunitoSans7pt-Bold-LGI6XJUP.woff2) format("woff2"), url(/build/_assets/NunitoSans7pt-Bold-3G3NCF3U.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nunito Sans;
  src: url(/build/_assets/NunitoSans7pt-Regular-KWBLBLEZ.woff2) format("woff2"), url(/build/_assets/NunitoSans7pt-Regular-BSSBVXTM.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nunito Sans;
  src: url(/build/_assets/NunitoSans7pt-Medium-AQJCAQHH.woff2) format("woff2"), url(/build/_assets/NunitoSans7pt-Medium-R5T746JZ.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nunito Sans;
  src: url(/build/_assets/NunitoSans7pt-SemiBold-E26HOKTF.woff2) format("woff2"), url(/build/_assets/NunitoSans7pt-SemiBold-FYBHAGDX.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nunito Sans;
  src: url(/build/_assets/NunitoSans7pt-Light-7BTPO3BP.woff2) format("woff2"), url(/build/_assets/NunitoSans7pt-Light-3UWPHGWA.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: LEGOTypewell;
  src: url(/build/_assets/LEGOTypewell-Black-TQIV2FNG.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: LEGOTypewell;
  src: url(/build/_assets/LEGOTypewell-BlackItalic-CDDSJEYP.otf) format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: LEGOTypewell;
  src: url(/build/_assets/LEGOTypewell-Bold-CE4UNSPS.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: LEGOTypewell;
  src: url(/build/_assets/LEGOTypewell-BoldItalic-FXJNZNTO.otf) format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: LEGOTypewell;
  src: url(/build/_assets/LEGOTypewell-Regular-TXSKZ2A3.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: LEGOTypewell;
  src: url(/build/_assets/LEGOTypewell-Italic-PETVYMHO.otf) format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: LEGOTypewell;
  src: url(/build/_assets/LEGOTypewell-Light-TLKZNCDJ.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: LEGOTypewell;
  src: url(/build/_assets/LEGOTypewell-LightItalic-X6K33NSI.otf) format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: DM Sans;
  src: url(/build/_assets/DMSans-Medium-YETUJANH.woff2) format("woff2"), url(/build/_assets/DMSans-Medium-TKVNDLAQ.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url(/build/_assets/DMSans-Bold-EZR5BMP4.woff2) format("woff2"), url(/build/_assets/DMSans-Bold-4SMWDRYQ.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url(/build/_assets/DMSans-Regular-QAFI47OC.woff2) format("woff2"), url(/build/_assets/DMSans-Regular-MKJNHWBI.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url(/build/_assets/DMSans-SemiBold-GHG6XZ4S.woff2) format("woff2"), url(/build/_assets/DMSans-SemiBold-MJO6AOMJ.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --family-serif: "DM Serif Display", serif;
  --family-sans-serif:
    "Inter",
    -apple-system,
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "Helvetica",
    "Arial",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --foreground-accent: #172940;
  --foreground-subdued: #a2b5cd;
  --foreground-inverted: #ffffff;
  --background-accent: #e4eaf1;
  --background-accent-10: #e4eaf126;
  --background-accent-50: #e4eaf188;
  --background-subdued: #f0f4f9;
  --black: #000000;
  --shadow: 0px 0px 10px rgba(23, 41, 64, .1);
  --font-noto: "Noto Sans";
  --font-nunito: "Nunito Sans";
  --lego-typewell: "LEGOTypewell";
  --font-dmsans: "DM Sans";
  --primary-color: #000022;
  --no-data: #B0B0B0;
  --sliderfont: "futura-pt";
  --sliderivymodefont: "ivymode";
}
body {
  font-family: var(--font-dmsans);
}
.font-nunito {
  font-family: var(--font-dmsans);
  font-size: 12px;
}
.font-futura {
  font-family: var(--sliderfont);
}
.font-ivymode {
  font-family: var(--sliderivymodefont);
}
.font-dmsans {
  font-family: var(--font-dmsans);
}
.font-lego {
  font-family: var(--lego-typewell);
}
.layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  color: var(--foreground-accent);
  font-weight: 500;
}
.main-content {
  display: block;
  overflow: hidden;
}
section {
  padding: 0 16px;
}
header {
  z-index: 50;
  position: sticky;
  top: 0;
  padding: 0 16px;
  background-color: var(--foreground-inverted);
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.error .container {
  padding: 240px 0;
}
@media (min-width: 640px) {
  .error .container {
    padding: 400px 0;
  }
}
.error h1 {
  margin: 0 64px 0 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  font-family: var(--family-serif);
}
@media (min-width: 640px) {
  .error h1 {
    font-size: 64px;
    line-height: 60px;
  }
}
.error p {
  line-height: 24px;
}
.error a {
  color: var(--foreground-accent);
}
.header .col .icon .font-sans.font-normal {
  font-size: 12px;
  line-height: 16px;
  color: var(--primary-color);
  letter-spacing: .6px;
}
.header .col .icon {
  display: inline-flex;
  align-items: center;
}
.header .col .icon .ri-1x {
  color: var(--primary-color);
  height: 18px;
  width: 18px;
}
.header .flex-col .text-base {
  color: var(--primary-color);
  font-size: 28px;
  line-height: normal;
  letter-spacing: .6px;
}
.header .this-week {
  font-size: 14px;
  line-height: 16px;
  display: block;
  letter-spacing: .6px;
  color: var(--primary-color);
}
.header .col .icon .ri-arrow-left-line {
  margin-right: 5px;
}
.header .col .icon .ri-arrow-right-line {
  left: 5px;
}
.log-out {
  align-items: center;
  max-height: 40px;
  margin-bottom: 25px;
}
.custom-date {
  font-size: 14px;
  justify-content: center;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: 500;
}
.custom-date input {
  border: 0;
}
text {
  line-height: 20px;
  font-size: 12px;
}
.flex.justify-between.flex-row.px-1.align-middle .flex.justify-between.flex-row.px-1.align-middle {
  align-items: center;
}
.border-r.border-b.bordersky {
  position: relative;
  padding-bottom: 25px;
  justify-content: center;
  min-height: 72px;
  white-space: normal;
  word-break: break-all;
}
.border-r.border-b.bordersky .number {
  display: flex;
  color: var(--primary-color);
  padding: 20px 12px 8px;
  font-size: 12px;
  font-weight: 700;
}
.border-r.border-b.bordersky .tasksname.p-2.text-left {
  line-height: 15px;
  font-size: 12px;
  color: var(--primary-color);
  min-height: 122px;
  padding-right: 20px;
  white-space: normal;
  word-break: break-word;
}
.border-r.border-b.bordersky .tasksname.p-2.text-left.no-data {
  color: var(--no-data);
}
.border-r.border-b.bordersky .ri-eye-line,
.border-r.border-b.bordersky .ri-eye-fill {
  display: flex;
  padding: 10px 0 0;
  justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.border-r.border-b.bordersky .ri-eye-line:before {
  content: "\ecb5";
}
.border-r.border-b.bordersky .ri-pencil-line.ri-xs {
  position: absolute;
  right: 10px;
}
.meal .no-data p,
.tasksname.no-data {
  font-weight: 400;
}
i.cursor-pointer.ri-eye-line.ri-xs.menuday.ml-5.left-0 {
  left: 0;
  justify-content: flex-start;
}
.mainscreen,
.menuday {
  padding: 10px 16px;
  display: block;
  font-size: 12px;
  color: var(--primary-color);
  font-weight: 700;
}
.menuday1 {
  padding: 10px 16px;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.col.cell.border-r.border-b.bordersky.border-collapse .border-r.border-b.bordersky.border-collapse {
  border-right-width: 0px;
}
.calendar .row .col.cell.border-r.border-b.bordersky.border-collapse:last-child {
  border-right-width: 0px;
}
.custom-icons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.border-r.border-b.bordersky .custom-icons a {
  display: inline-block;
}
.border-r.border-b.bordersky .custom-icons .ri-eye-line,
.border-r.border-b.bordersky .custom-icons .ri-eye-fill {
  padding: 0;
}
.border-r.border-b.bordersky .custom-icons .ri-eye-line:before,
.border-r.border-b.bordersky .custom-icons .ri-eye-fill:before {
  position: static;
}
.border-r.border-b.bordersky .actions .number {
  padding: 0;
}
.actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 10px;
  padding: 10px 25px 10px 16px;
}
.calendar {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.calendar .row {
  flex-wrap: nowrap;
  padding: 0;
}
.calendar .col > .col {
  min-width: initial;
}
.calendar .days.row > .col {
  border-bottom: 1px solid #2b2b2b;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
}
.calendar .days.row > .col:last-child {
  border-right: 0;
}
.calendar #printContent .row1:last-child .row .col {
  border-bottom-color: transparent;
}
#printContent .row1:last-child .row {
  border-bottom: 0;
}
#printContent .row1 .row {
  border-bottom: 1px solid #a9a9a9;
}
#printContent .row1 .row .meal .relative:last-child .meal-popup {
  top: -20px;
}
.items-right .button-section {
  margin-bottom: 25px;
}
.h-screen-80 {
  height: 80vh;
}
.custom-icons i {
  color: var(--black);
}
textarea.block:focus-visible {
  outline: 0;
}
.bg-skyblue.save-btn {
  background: rgb(14 165 233 / 1);
  font-weight: 400;
}
.custom-date .month-picker .rmp-popup.light.show label {
  font-size: 16px;
  line-height: 3rem;
}
.custom-date .month-picker .rmp-popup.light.show ul li.rmp-btn.single {
  font-size: 14px;
  line-height: 2.5rem;
}
.custom-date .month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn:hover {
  background-color: #0ea5e938;
}
.resize-none {
  resize: none;
}
.block.text-xs.font-medium {
  font-size: 10px;
  font-weight: 400;
}
.carousel-status,
.control-dots,
.ReactModal__Content .carousel-root .carousel-status {
  display: none;
}
.wysiwyg-editor .css-9nkvhl {
  margin: 0 auto;
  padding: 0 15px;
}
.wysiwyg-editor .css-9nkvhl .material-icons.css-kxb41r {
  position: relative;
  top: 4px;
}
.wysiwyg-editor .textEditorClass {
  padding: 5px 10px !important;
  font-size: 14px;
}
body.bg-white.ReactModal__Body--open {
  overflow: hidden;
}
.main-content #default-sidebar {
  max-width: 270px;
  float: left;
  width: 270px;
}
.main-content .main-content-area {
  min-height: calc(100vh - 75px);
  width: 100%;
  float: right;
  max-width: calc(100% - 270px);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.main-content .main-content-area.not-found {
  max-width: 100%;
  padding: 0;
}
#css_custom_multiselect .search-wrapper.searchWrapper .chip.false {
  color: #fff;
  margin: 4px;
  background-color: var(--primary-color);
}
.loader {
  display: flex;
  height: 100vh;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  align-items: center;
  top: 0;
}
.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background-color: #0008 !important;
  z-index: 99;
  position: fixed;
  inset: 0;
}
.notes {
  color: red;
  font-size: 12px;
}
.switcher-section.deactivate .react-switch-bg {
  border: 1px solid var(--primary-color);
  background: transparent !important;
  float: left;
}
.switcher-section.deactivate .react-switch-handle {
  right: 4px;
  width: 13px !important;
  height: 13px !important;
  top: 3px !important;
  background: var(--primary-color) !important;
}
.switcher-section.active .react-switch-bg {
  border: 1px solid var(--primary-color);
  background: transparent !important;
}
.switcher-section.active .react-switch-handle {
  left: 4px;
  width: 13px !important;
  height: 13px !important;
  top: 3px !important;
  background: var(--primary-color) !important;
  transform: translate(0) !important;
}
.switcher-section {
  float: left;
  display: flex;
  overflow: hidden;
  line-height: 20px;
  display: none;
}
.switcher-section > span {
  float: left;
  line-height: 20px;
  font-size: 12px;
  font-weight: 300;
}
.switcher-section.active > span {
  color: var(--primary-color);
  font-weight: 400;
}
.content.t-switch [type=checkbox]:checked + .text-value {
  color: #fff;
  left: 5px;
}
.content.t-switch .sr-only + .text-value {
  left: auto;
  right: 6px;
}
.content.t-switch .text-value {
  position: absolute;
  z-index: 9;
  font-size: 12px;
  font-weight: 700;
}
.mh-145 {
  min-height: calc(100vh - 145px);
}
.mobile-hidden.welcome {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  color: var(--primary-color);
}
.red-text {
  color: red;
}
.lunch-preview-popup,
.edit-menu-popup,
.delete-popup,
.logout-popup,
.foodwaste_popup {
  position: absolute;
  border: 1px solid #818A73;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  outline: none;
  padding: 0;
  width: auto;
  max-height: 96vh;
  overflow: hidden;
  overflow-y: auto;
  z-index: 99;
  margin: 0 auto;
  inset: 20px 20px 20px 290px;
}
.ReactModal__Content.ReactModal__Content--after-open.lunch-preview-popup::-webkit-scrollbar,
.ReactModal__Content.ReactModal__Content--after-open.edit-menu-popup::-webkit-scrollbar,
.ReactModal__Content.ReactModal__Content--after-open.foodwaste_popup::-webkit-scrollbar,
.recipe_instructions textarea::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.ReactModal__Content.ReactModal__Content--after-open.lunch-preview-popup::-webkit-scrollbar-track,
.ReactModal__Content.ReactModal__Content--after-open.edit-menu-popup::-webkit-scrollbar-track,
.ReactModal__Content.ReactModal__Content--after-open.foodwaste_popup::-webkit-scrollbar-track,
.recipe_instructions textarea::-webkit-scrollbar-track {
  background: #C2C2C2;
  border-radius: 3px;
}
.ReactModal__Content.ReactModal__Content--after-open.lunch-preview-popup::-webkit-scrollbar-thumb,
.ReactModal__Content.ReactModal__Content--after-open.edit-menu-popup::-webkit-scrollbar-thumb,
.ReactModal__Content.ReactModal__Content--after-open.foodwaste_popup::-webkit-scrollbar-thumb,
.recipe_instructions textarea::-webkit-scrollbar-thumb {
  background: #002;
  border-radius: 3px;
}
.ReactModal__Content.ReactModal__Content--after-open.lunch-preview-popup::-webkit-scrollbar-thumb:hover,
.ReactModal__Content.ReactModal__Content--after-open.edit-menu-popup::-webkit-scrollbar-thumb:hover,
.ReactModal__Content.ReactModal__Content--after-open.foodwaste_popup::-webkit-scrollbar-thumb:hover,
.recipe_instructions textarea::-webkit-scrollbar-thumb:hover {
  background: #000;
  border-radius: 3px;
}
.lunch-preview-popup {
  border: 0;
  background-color: #fff;
}
.ReactModal__Content.ReactModal__Content--after-open.support-form .station-preview {
  min-width: 600px;
}
.ReactModal__Content.ReactModal__Content--after-open.support-form {
  position: absolute;
  border: 0;
  background: transparent;
  border-radius: 4px;
  outline: none;
  padding: 0;
  width: 600px;
  max-height: 94vh;
  overflow: hidden;
  overflow-y: auto;
  z-index: 99;
  margin: 0 auto;
  inset: 20px 20px 20px 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-menu-popup,
.the_food_popup,
.delete-popup,
.logout-popup,
.staion-name-popup,
.conference-popup {
  position: absolute;
  border: 1px solid transparent;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  outline: none;
  padding: 0;
  width: auto;
  max-height: 90vh;
  min-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  z-index: 99;
  margin: 0 auto;
  left: 290px;
  right: 20px;
  top: 5vh;
}
.delete-popup,
.logout-popup {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}
.ReactModal__Content.ReactModal__Content--after-open.staion-name-popup {
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: transparent;
}
.edit-menu-popup.ingredients-hide {
  max-height: 82vh;
  top: 18vh;
  max-width: 70%;
  min-height: 65vh;
}
.ReactModal__Content.ReactModal__Content--after-open.support-form::-webkit-scrollbar,
.ReactModal__Content.ReactModal__Content--after-open.edit-menu-popup::-webkit-scrollbar,
.ReactModal__Content.ReactModal__Content--after-open.the_food_popup::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.ReactModal__Content.ReactModal__Content--after-open.support-form::-webkit-scrollbar-track,
.ReactModal__Content.ReactModal__Content--after-open.edit-menu-popup::-webkit-scrollbar-track,
.ReactModal__Content.ReactModal__Content--after-open.the_food_popup::-webkit-scrollbar-track {
  background: #C2C2C2;
  border-radius: 3px;
}
.ReactModal__Content.ReactModal__Content--after-open.support-form::-webkit-scrollbar-thumb,
.ReactModal__Content.ReactModal__Content--after-open.edit-menu-popup::-webkit-scrollbar-thumb,
.ReactModal__Content.ReactModal__Content--after-open.the_food_popup::-webkit-scrollbar-thumb {
  background: #002;
  border-radius: 3px;
}
.ReactModal__Content.ReactModal__Content--after-open.support-form::-webkit-scrollbar-thumb:hover,
.ReactModal__Content.ReactModal__Content--after-open.edit-menu-popup::-webkit-scrollbar-thumb:hover,
.ReactModal__Content.ReactModal__Content--after-open.the_food_popup::-webkit-scrollbar-thumb:hover {
  background: #000;
  border-radius: 3px;
}
.custom-logo {
  max-height: 50px;
  max-width: 90px;
  min-height: 44px;
}
.calendar .table-head .flex.day-options {
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 0;
}
.ri-refresh-line {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.cursor-pointer.react-select__control,
.cursor-pointer.react-select__control.react-select__control--menu-is-open {
  margin: 0;
  text-align: left;
  min-height: 20px;
  line-height: 20px;
  padding: 0 !important;
}
.cursor-pointer.react-select__control .react-select__value-container.react-select__value-container--has-value {
  min-height: 20px;
  line-height: 20px;
  padding: 0 !important;
}
.cursor-pointer.react-select__indicators .css-tj5bde-Svg {
  display: inline-block;
  fill: var(--primary-color);
  line-height: 1;
  stroke: var(--primary-color);
  stroke-width: 0;
  width: 14px;
  height: 14px;
}
.copy-menu .cursor-pointer.react-select__indicators svg {
  width: 14px;
  height: 14px;
  fill: var(--primary-color);
}
.cursor-pointer.ri-arrow-down-s-line {
  font-size: 14px;
  font-weight: 600;
}
.cursor-pointer.react-select__control .react-select__single-value {
  font-size: 14px;
  font-weight: 600;
  margin: 0 !important;
  text-align: left;
}
.cursor-pointer.react-select__indicator {
  padding: 0;
}
.r-calendar .react-calendar {
  padding: 20px;
  font-family: var(--font-dmsans);
}
.react-calendar .react-calendar__month-view__days button {
  margin: 0;
  border: 0;
  outline: none;
  height: 44px;
  border-radius: 50%;
}
.react-calendar .react-calendar__month-view__days button.react-calendar__tile--active {
  background-color: #e3e3d1;
  color: var(--primary-color);
}
.react-select-container .react-select__menu .react-select__menu-list {
  padding: 0;
  text-align: left;
}
.react-select-container #react-select-3-listbox .cursor-pointer.react-select__menu-list .react-select__option.react-select__option--is-focused {
  background-color: #e3e3d1;
  color: var(--primary-color);
}
#printContent .days.row .col.col-center.null .r-calendar {
  right: -200px;
}
.calendar .days.row > .col:last-child .choose_day .day-calendar .r-calendar,
.calendar .days.row > .col:nth-last-child(2) .choose_day .day-calendar .r-calendar {
  right: 0 !important;
}
.react-select-container .react-select__menu {
  margin: 0 auto;
}
#printContent .days.row .col.col-center.null .custom-date,
.calendar .days.row > .col:nth-last-child(2) .choose_day .custom-date {
  left: -150px;
}
.calendar .days .table-head:last-child .custom-date {
  font-size: 14px;
  justify-content: center;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: 500;
  left: -100%;
  top: 28px;
}
.repeat-select .react-select-container {
  border-bottom: 1px solid #c2c2c2;
}
.custom-date .flex span {
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.custom-date .flex .date-input {
  width: calc(100% - 50px);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.custom-date .flex .date-input .r-calendar {
  top: 6px;
  right: 0;
}
.day-calendar .r-calendar .react-calendar {
  padding: 20px;
  font-family: var(--font-dmsans);
  width: 370px;
  min-height: 370px;
}
.day-calendar .r-calendar {
  top: 110px;
}
.left-block .logo-center {
  position: absolute;
  height: 74px;
  top: 0;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  z-index: 0;
}
.intranet-page .banner-contents .grid {
  max-width: 225px;
}
.sidebar-link:hover .sidebar-menu,
.sidebar-link.active-menu .sidebar-menu {
  position: relative;
}
.sidebar-link:hover .sidebar-menu:after,
.sidebar-link.active-menu .sidebar-menu:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.ReactModal__Body--open {
  overflow: hidden;
}
#css_custom_multiselect.multiSelectContainer input:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
.multiSelectContainer input#css_custom_multiselect_input {
  padding: 0;
  margin: 0;
}
.multiSelectContainer .optionListContainer li.highlightOption,
.multiSelectContainer .optionListContainer li:hover {
  background: #002;
  color: #fff;
}
.location-dropdown .l-select .css-13cymwt-control,
.location-dropdown .l-select .css-t3ipsp-control {
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--foreground-inverted);
  border-radius: 0;
}
.location-dropdown .l-select .css-13cymwt-control input,
.location-dropdown .l-select .css-t3ipsp-control input {
  display: block;
  width: 100% !important;
  min-width: 140px !important;
  color: var(--foreground-inverted) !important;
}
.location-dropdown .l-select .css-13cymwt-control input:focus,
.location-dropdown .l-select .css-t3ipsp-control input:focus {
  box-shadow: none !important;
}
.location-dropdown .l-select .css-1nmdiq5-menu div[role=listbox] {
  padding: 0;
  border: 1px solid var(--foreground-inverted);
  border-radius: 5px;
}
.location-dropdown .l-select .css-1nmdiq5-menu div[role=option]:hover {
  background-color: #000022d6;
  color: var(--foreground-inverted);
}
.location-dropdown .l-select .css-1nmdiq5-menu div[role=option][aria-selected=true] {
  background-color: var(--primary-color);
  color: var(--foreground-inverted);
}
.location-dropdown .l-select .css-1nmdiq5-menu div[role=option] {
  background-color: var(--foreground-inverted);
  color: var(--primary-color);
}
.location-dropdown .l-select .css-1dimb5e-singleValue {
  color: var(--foreground-inverted);
  font-size: 14px;
}
.location-dropdown .l-select .css-1u9des2-indicatorSeparator {
  display: none;
}
.main-page.calendar {
  -webkit-box-shadow: -3px 3px 10px 1px #00000026;
  -moz-box-shadow: -3px 3px 10px 1px #00000026;
  box-shadow: -3px 3px 10px 1px #00000026;
}
@media (min-width: 1201px) {
  .col.cell.border-r.border-b {
    width: 170px;
    min-height: 110px;
  }
  #printContent + .row1 .col.cell.border-r.border-b {
    border-bottom: 0;
  }
}
@media (max-width: 1250px) {
  .calendar .row .table-head .text-black {
    font-size: 13px;
    text-align: left;
  }
  .day.text-xs {
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .calendar .actions,
  .calendar .menuday {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 10px;
    padding: 10px 20px 10px 10px;
  }
  .mobile-hidden.welcome {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .calendar .col {
    min-width: 160px;
    flex-grow: initial;
    flex-basis: initial;
  }
  .mobile-hidden.welcome {
    max-width: 180px;
  }
  #printContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #C2C2C2;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .ReactModal__Content.ReactModal__Content--after-open.support-form {
    width: 90% !important;
    height: 90%;
  }
  .intranet-page .banner-contents .grid {
    max-width: 125px;
  }
}
@media (max-width: 639px) {
  .print-copy {
    flex-direction: column;
  }
  .print-copy .row-content .text-black.font-medium .cache-btn {
    padding-left: 0;
  }
  .print-copy .print-list {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .right-block img.w-full.h-full {
    margin-left: 12px;
    width: 90%;
  }
  .flex.justify-between.items-center h3 {
    text-align: center;
    font-size: 14px;
  }
  .mobile-hidden {
    display: none;
  }
  .mobile-full {
    width: 100%;
    margin: 10px auto;
  }
  .c-allergens,
  .e-allergens {
    margin: 15px;
  }
  .intranet-page .first-section.banner-img {
    min-height: 430px;
  }
  .intranet-page .banner-contents .menu-title {
    line-height: normal;
    font-size: 18px;
  }
  .intranet-page .banner-contents .allergen,
  .intranet-page .banner-contents .banner-dietary {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}
.ReactModal__Content.ReactModal__Content--after-open.custom-modal {
  width: 96%;
}
.close-div {
  position: absolute;
  font-weight: bolder;
  font-size: 32px;
  cursor: pointer;
  z-index: 3;
  top: 10px;
  right: 10px;
}
.close-div img {
  max-width: 30px;
}
.banner-button {
  display: block;
  position: absolute;
  bottom: 8px;
  cursor: pointer;
  left: 35px;
  font-family: var(--font-dmsans);
}
.banner-button.button-float-right {
  right: 15px;
  left: auto;
}
.carousel .control-next.control-arrow:before {
  border-left: 8px solid #040404;
}
.ReactModal__Content .carousel .thumbs-wrapper {
  margin: 0 auto;
}
.font-noto {
  font-family: var(--font-noto);
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-28 {
  font-size: 28px;
}
.v-line {
  width: 1px;
  height: 22px;
  border-right: 2px solid #030037;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 0;
}
.relative.active {
  z-index: 11;
}
#printContent .row1:last-child .meal-popup {
  top: 0;
  right: 20px;
}
.react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-selected,
.react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-selected.react-select__option--is-focused {
  background-color: var(--primary-color);
}
.calendar .days .table-head:last-child .day-calendar .r-calendar {
  right: 0;
}
@media (max-width: 991px) {
  .f-28 {
    font-size: 24px;
  }
  .f-18 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .intranet-page .second-section {
    padding-inline: 5%;
  }
}
.main-content-area ul.react-autocomplete-input,
.popauto ul.react-autocomplete-input {
  position: absolute;
  background-color: #fafafa;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  z-index: 9;
  top: 102px !important;
  left: 0 !important;
}
.main-content-area ul.react-autocomplete-input li,
.popauto ul.react-autocomplete-input li {
  padding: 6px 10px;
}
.main-content-area ul.react-autocomplete-input li:hover,
.popauto ul.react-autocomplete-input li:hover {
  background-color: #10a8e729;
}
@media (max-width: 1400px) {
  .border-r.border-b.bordersky .tasksname.p-2.text-left {
    font-size: 11px;
    min-height: 152px;
  }
  .calendar .table-head .flex.day-options .day {
    font-size: 11px;
  }
}
.lunch-preview-popup .after-hours-preview {
  min-height: 100%;
}
.lunch-preview-popup .after-hours-preview .ah-modal {
  max-height: 94vh;
  overflow: hidden;
  height: 100vh;
}
.after-hours-preview .ah-modal .text-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.lunch-preview-popup .after-hours-preview .ah-modal .textEditorClass.marketting.para-text,
.page-preview .out_of_hours .textEditorClass.marketting.para-text {
  max-height: 100% !important;
}
.lunch-preview-popup .after-hours-preview .ah-modal .textEditorClass.title-text.marketting.para-text p {
  font-size: 44px;
  line-height: 50px;
  padding-bottom: 30px;
}
.lunch-preview-popup .after-hours-preview .ah-modal .textEditorClass.desc-text.marketting.para-text p {
  font-size: 24px;
  padding-top: 20px;
}
.lunch-preview-popup .after-hours-preview .ah-modal .image-content img {
  width: 100%;
}
