@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("/dist/fonts/inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/dist/fonts/inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/dist/fonts/inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/dist/fonts/inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* ----- Start: Icons ----- */
@font-face {
  font-family: "lemmon-icons";
  src: url("/dist/fonts/lemmon-icons/lemmon-icons.ttf?u6mdpp") format("truetype"), url("/dist/fonts/lemmon-icons/lemmon-icons.woff?u6mdpp") format("woff"), url("/dist/fonts/lemmon-icons/lemmon-icons.svg?u6mdpp#lemmon-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lemmon-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-back:before {
  content: "\e90b";
}

.icon-cart:before {
  content: "\e90c";
}

.icon-magnifier-2:before {
  content: "\e90d";
}

.icon-minus-outline:before {
  content: "\e90e";
}

.icon-printer:before {
  content: "\e954";
}

.icon-scooter:before {
  content: "\e90a";
}

.icon-checkmark:before {
  content: "\e904";
}

.icon-trash:before {
  content: "\e905";
}

.icon-minus:before {
  content: "\e906";
}

.icon-magnifier:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-checkmark-circle:before {
  content: "\e909";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-car:before {
  content: "\e901";
}

.icon-food:before {
  content: "\e902";
}

.icon-plus:before {
  content: "\e903";
}

.icon-info:before {
  content: "\ea0c";
}

/* ----- End: Icons ----- */
@font-face {
  font-family: "Univers LT Std";
  src: url("/dist/fonts/UniversLTStd.otf");
}
@font-face {
  font-family: "Univers 45 Light";
  src: url("/dist/fonts/UniversLTStd-Light.otf");
}
.instruction-text {
  color: #A7A7A7;
  font-size: 12px;
  padding: 0 20px 10px 18px;
  font-weight: 500;
  font-family: "Univers LT Std";
  font-style: normal;
  line-height: 14px;
}

main {
  display: flex;
  flex-direction: column;
}
main .cart-list .list {
  margin-top: 66px;
  overflow: scroll;
  height: calc(100vh - 184px);
}
main .cart-list .list .products {
  padding: 0;
  margin-top: 20px;
}
main .cart-list .list .products a {
  z-index: 2;
  width: 100%;
}
main .cart-list .list .products a__list {
  width: 100%;
  z-index: 9999;
}
main .cart-list .list .products__remove {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: -4px 0 0;
  padding: 4px;
  color: rgba(22, 33, 46, 0.5);
  font-size: 16px;
}
main .cart-list .list .products__remove:hover {
  color: #16212e;
}
main .cart-list .list .overlay-btn {
  display: none;
}
main .discount-text {
  color: #fff;
  padding-bottom: 10px;
  font-size: small;
}

.main-cart--payment .cart-list .list {
  height: calc(100vh - 220px);
}

.cart-form__submit {
  margin-top: 30px;
}

.cart-form__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}

.cart-form__group--offsite {
  padding-bottom: 0;
}

.cart-form__group--offsite,
.cart-form__group--delivery,
.cart-form__group--takeaway,
.cart-form__group--payment {
  display: none;
}

.menu-title--delivery,
.menu-title--takeaway {
  display: none;
}

.page--show-delivery .cart-form__group--offsite,
.page--show-offsite .cart-form__group--offsite {
  display: flex;
  flex-grow: 1;
}

.page--show-delivery .cart-list .list {
  height: calc(100vh - 66px);
}
.page--show-delivery .customer-cart-item,
.page--show-delivery .customer-cart__actions,
.page--show-delivery .dining-container {
  display: none;
}
.page--show-delivery .cart-form__group--delivery {
  display: flex;
}
.page--show-delivery .menu-title {
  display: none;
}
.page--show-delivery .menu-title--delivery {
  display: block;
}

.page--show-pickup-details .cart-list .list {
  height: calc(100vh - 66px);
  display: flex;
  flex-direction: column;
}
.page--show-pickup-details .customer-cart-item,
.page--show-pickup-details .customer-cart__actions {
  display: none;
}
.page--show-pickup-details .cart-form__group--takeaway {
  flex-grow: 1;
  display: flex;
}
.page--show-pickup-details .menu-title {
  display: none;
}
.page--show-pickup-details .menu-title--takeaway {
  display: block;
}
.page--show-pickup-details .cart-form__submit {
  margin-top: auto;
  padding-top: 30px;
}

@supports (height: 100dvh) {
  .page--show-pickup-details .cart-list .list {
    height: calc(100dvh - 66px);
  }
}
.main-cart--payment .cart-form__group--payment {
  display: block;
}

body:not(.page--show-delivery):not(.page--show-pickup-details) .cart-form__group--payment {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 20px;
}

.page--show-delivery .payment__card,
.page--show-pickup-details .payment__card {
  display: none;
}

.payment__pay {
  display: none;
}

.page--show-delivery .payment__pay,
.page--show-pickup-details .payment__pay {
  display: block;
}

.form-control-group--pickup-later.form-control-group--visible {
  display: flex;
}

.form-control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-control-grid:not(.form-control-grid--expanded) .form-control-wrapper:nth-child(n+5) {
  display: none;
}

.form-control-grid--later .form-control-wrapper:not(.form-control-wrapper--later) {
  display: none;
}

.form-control-grid.form-control-grid--later:not(.form-control-grid--expanded) .form-control-wrapper--later {
  display: block;
}

.form-control-grid--later:not(.form-control-grid--expanded) .form-control-wrapper--later + .form-control-wrapper--later + .form-control-wrapper--later + .form-control-wrapper--later + .form-control-wrapper--later {
  display: none;
}

.form-control-toggle {
  grid-column: span 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #047AFF;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.29411;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.form-control-toggle__contract {
  display: none;
}

.form-control-grid--expanded .form-control-toggle__expand {
  display: none;
}

.form-control-grid--expanded .form-control-toggle__contract {
  display: block;
}

.form-control-grid__error {
  grid-column: span 2;
}

.form-control-wrapper {
  position: relative;
}

.form-control-wrapper--hidden {
  display: none;
}

.cart-form__disclaimer {
  font-size: 9px;
  font-weight: 500;
  line-height: 1.44444;
  letter-spacing: -0.01em;
  margin-top: 10px;
}

.cart-form__disclaimer-link {
  margin-left: 0.25em;
}

.main-cart .empty-cart {
  margin-top: 166px;
}

.empty-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  height: 100%;
  font-family: "Inter", sans-serif;
}

.empty-cart__text {
  color: #16212e;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 35px 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.empty-cart__actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 0 20px;
}

.overlay-btn, .overlay-content {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 31, 74, 0.47);
  opacity: 1;
  align-items: center;
  z-index: 3;
  font-family: "Inter", sans-serif;
}

.overlay-content {
  z-index: 999;
  display: flex;
  justify-content: center;
}
.overlay-content .content {
  background: #fff;
  padding: 40px 20px 30px;
  width: 300px;
  text-align: center;
  position: relative;
}
.overlay-content .content .close-modal {
  cursor: pointer;
}
.overlay-content .content .close-modal svg {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.overlay-content .content .close-modal svg path {
  fill: #16212E;
}
.overlay-content .content .error-message {
  font-family: "Univers LT Std";
  font-size: 14px;
}

.cart-list .overlay-btn {
  z-index: 10000;
  padding: 20px;
}

.modal-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22222;
  letter-spacing: -0.01em;
  color: #16212E;
}

.fullwidth {
  width: 100% !important;
}

.cancel-action {
  z-index: 10000;
  display: none;
}

.update:active {
  background: #B7E9FD !important;
}
.update svg:active {
  fill: #006EF5 !important;
}

#payment-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  font-family: "Univers LT Std";
  font-size: 12px;
}

#payment-overlay-message {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

.customer-cart {
  padding: 20px;
}

.customer-cart-totals {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(22, 33, 46, 0.2);
}

.customer-cart-totals__row {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.21429;
  letter-spacing: -0.01em;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.customer-cart-totals__row--large {
  font-size: 18px;
  line-height: 1.22222;
}

.customer-cart-totals__row--hidden {
  display: none;
}

.customer-cart__actions {
  margin-top: 20px;
}

.customer-cart-item__header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.customer-cart-item__header .products__list__item__title {
  flex-grow: 1;
  flex-shrink: 1;
}

.customer-cart-item__header .products__remove {
  flex-grow: 0;
  flex-shrink: 0;
}

.customer-cart-item__footer {
  margin-top: 10px;
}

.customer-cart-item__quantity {
  display: flex;
}

.customer-cart-item__quantity-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
  padding: 0;
  width: 34px;
  height: 34px;
  background-color: #16212E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.customer-cart-item__quantity-button--disabled {
  display: none;
}

.customer-cart-item__quantity-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.customer-cart-item__quantity-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.customer-cart-item__quantity-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
  padding: 0 2px;
  width: 34px;
  height: 34px;
  text-align: center;
  background-color: rgba(190, 204, 220, 0.5);
  color: #16212E;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.customer-cart-item__quantity-button--disabled + .customer-cart-item__quantity-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.main-cart--payment .dining-container {
  display: none;
}

.main-cart--payment .payment-method-container {
  display: block;
}

.customer-modal {
  position: fixed;
  inset: 0;
  background: #fff;
  font-family: "Inter", sans-serif;
  display: none;
  flex-direction: column;
  z-index: 10000;
}

.customer-modal__section {
  padding-right: 20px;
  padding-left: 20px;
}

.customer-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.customer-modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 0 0 auto;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #16212E;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.customer-modal__body {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: auto;
  padding-top: 20px;
}

.customer-modal__heading {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.customer-modal__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: rgba(22, 33, 46, 0.7);
}

.customer-modal__footer {
  margin-top: auto;
  padding-top: 22px;
  padding-bottom: 30px;
  position: relative;
}

.customer-modal__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: rgba(22, 33, 46, 0.2);
}

.customer-modal__form {
  margin-top: 20px;
}

.customer-modal__form .customer-button-wrapper {
  margin-top: 20px;
}

.form-control-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-control-group + .form-control-group {
  margin-top: 10px;
}

.form-control__heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22222;
  letter-spacing: -0.01em;
}

.form-control-group--pickup-later {
  display: none;
}

.customer-label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21429;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.customer-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 54px;
  margin: 0;
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 16px 20px;
  background-color: transparent;
  color: #16212E;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}

.customer-input:focus {
  border-color: rgba(22, 33, 46, 0.4);
  outline: none !important;
  box-shadow: none;
}

.customer-input::-moz-placeholder {
  color: rgba(22, 33, 46, 0.3);
}

.customer-input:-ms-input-placeholder {
  color: rgba(22, 33, 46, 0.3);
}

.customer-input::placeholder {
  color: rgba(22, 33, 46, 0.3);
}

.customer-radio-button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.customer-radio-button + .customer-label--radio {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}

.customer-radio-button + .customer-label--radio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #D7DDE3;
  border-radius: 100%;
}

.customer-radio-button:checked + .customer-label--radio::before {
  border-color: #047AFF;
}

.customer-radio-button + .customer-label--radio::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: transparent;
}

.customer-radio-button:checked + .customer-label--radio::after {
  background-color: #047AFF;
}

.customer-label--button {
  padding: 16px 20px;
  border: 1px solid #dadada;
  border-radius: 8px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: 0.2s ease;
}

.customer-radio-button:checked + .customer-label--button {
  border-color: #047AFF;
  background-color: rgba(4, 122, 255, 0.1);
}

.customer-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 54px;
  margin: 0;
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 16px 20px;
  background-color: transparent;
  background-image: url("/dist/img/dropdown-arrow.svg");
  background-position: right 20px center;
  color: #16212E;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.customer-select:focus {
  border-color: rgba(22, 33, 46, 0.4);
  outline: none !important;
  box-shadow: none;
}

.customer-error {
  display: none;
  margin-top: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #CC295F;
}

.order-summary + .order-summary {
  border-top: 2px solid rgba(22, 33, 46, 0.2);
  padding-top: 30px;
}

.order-summary__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.order-summary__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.order-summary__status {
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background-color: #16212E;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.order-summary__totals {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(22, 33, 46, 0.2);
}

.order-summary__totals-row {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.21429;
  letter-spacing: -0.01em;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.order-summary__totals-row--large {
  font-size: 18px;
  line-height: 1.22222;
}

.order-summary__body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.order-summary__item {
  padding-top: 6px;
  padding-bottom: 6px;
}

.order-summary__item + .order-summary__item {
  margin-top: 20px;
}

.order-summary__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.21429;
  letter-spacing: -0.01em;
}

.order-summary__bundle-item {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-top: 5px;
  color: rgba(22, 33, 46, 0.7);
}

.order-summary__extra-price {
  white-space: nowrap;
}

.order-summary__price {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.23077;
  letter-spacing: -0.01em;
  margin-top: 10px;
}

.page-manager {
  height: 100%;
  background: #16212E !important;
}
.page-manager .dashboard-header__view {
  display: none;
}

.manager-edit-menu .edit-item-menu {
  background-color: #e6e6e6;
  width: 100%;
  min-height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.manager-edit-menu .toggleItem {
  cursor: pointer;
}
.manager-edit-menu .item-list, .manager-edit-menu .info-box {
  background: #fff;
  padding: 10px;
}
.manager-edit-menu .item-list-body {
  max-height: 300px;
  overflow-y: scroll;
}
.manager-edit-menu .panel-body p {
  margin-bottom: 5px;
}
.manager-edit-menu .info-box {
  margin-bottom: 15px;
}
.manager-edit-menu .item-list-footer {
  padding-top: 10px;
}
.manager-edit-menu .panel-heading a {
  display: block;
}
.manager-edit-menu .form-inline {
  display: inline;
}
.manager-edit-menu .form-inline select {
  padding: 4px 10px;
}
.manager-edit-menu .btn-menu-select {
  padding: 4px 10px;
  background-color: #3f83f8;
  color: white;
  border-radius: 5px;
}
.manager-edit-menu .menu-item-bar {
  background: #eee;
  padding: 5px 10px;
  border: 1px solid #d7d7d7;
  margin-bottom: 5px;
  width: 75%;
  cursor: move;
  display: block;
}
.manager-edit-menu #serialize_output {
  display: block;
}
.manager-edit-menu .menulocation label {
  font-weight: normal;
  display: block;
}
.manager-edit-menu body.dragging, .manager-edit-menu body.dragging * {
  cursor: move !important;
}
.manager-edit-menu .dragged {
  position: absolute;
  z-index: 1;
}
.manager-edit-menu ol.example li.placeholder {
  position: relative;
}
.manager-edit-menu ol.example li.placeholder:before {
  position: absolute;
}
.manager-edit-menu #menuitem {
  list-style: none;
}
.manager-edit-menu #menuitem ul {
  list-style: none;
}
.manager-edit-menu .input-box {
  width: 75%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.manager-edit-menu .input-box .form-control {
  width: 50%;
}

/* Style the tab */
.tab {
  overflow: hidden;
  margin-top: 70px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

.activeTab {
  color: #006ef5 !important;
}

/* Create an active/current tablink class */
.tab button.activeTab {
  background-color: #ccc;
}

.table-head {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin: 30px 3px 0 3px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 561px;
  overflow-y: auto;
}

.input-custom {
  padding: 0.5rem 0.75rem;
}

.manager-create-menu .item-list, .manager-create-menu .info-box {
  background: #fff;
  padding: 10px;
}
.manager-create-menu .item-list-body {
  max-height: 300px;
  overflow-y: scroll;
}
.manager-create-menu .panel-body p {
  margin-bottom: 5px;
}
.manager-create-menu .info-box {
  margin-bottom: 15px;
}
.manager-create-menu .item-list-footer {
  padding-top: 10px;
}
.manager-create-menu .panel-heading a {
  display: block;
}
.manager-create-menu .form-inline {
  display: inline;
}
.manager-create-menu .form-inline select {
  padding: 4px 10px;
}
.manager-create-menu .btn-menu-select {
  padding: 4px 10px;
}

.pdf body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
}
.pdf p, .pdf h2, .pdf h3 {
  margin: 0;
  vertical-align: middle;
}
.pdf .m-x {
  margin: 0px 10px;
}
.pdf .container {
  display: flex;
  display: -webkit-box;
  flex-direction: column;
  padding: 5%;
}
.pdf .short-row {
  display: flex;
  display: -webkit-box;
  justify-content: space-between;
  align-items: center;
}
.pdf .horizontal {
  margin: 25px 0px;
}
.pdf .item-list {
  display: flex;
  display: -webkit-box;
  flex-direction: column;
}
.pdf .product {
  display: flex;
  display: -webkit-box;
  width: 100%;
  justify-content: space-between;
}

.cart-animation {
  z-index: 2;
  transform: translate3d(-5px, -63%, 0) scale(1.35);
}

.hide {
  display: none;
}

.show {
  display: block;
}

.flex {
  display: flex;
}

.page-container {
  background: #fff;
}
.page-container .main-cart {
  height: 100vh;
  font-family: "Inter", sans-serif;
}

.product-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 20px;
  min-height: 66px;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  background-color: #16212E;
  z-index: 100;
}

.product-header--transparent {
  background-color: transparent;
  position: fixed;
}

.product-header__close {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  padding: 6px;
}

.product-header__close:hover {
  color: #fff;
  text-decoration: none;
}

.cart-header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
.cart-header .header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 66px;
  padding: 10px 20px;
}
.cart-header .header-top__back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 24px;
}
.cart-header .header-top__name {
  color: #16212E;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.header {
  background: #16212E;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header .menu {
  background: #16212E;
}
.header .menu__list {
  display: flex;
  border-bottom: 5px solid #212f3c;
}
.header .menu__list__item {
  padding: 15px 10px;
  white-space: nowrap !important;
  border-bottom: 5px solid #212f3c;
  margin-bottom: -5px;
}
.header .menu__list__item a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.21429;
  letter-spacing: -0.01em;
  white-space: nowrap !important;
  cursor: pointer;
  display: block;
  min-width: 92.5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.header .menu__list__item a:hover {
  color: #fff;
  text-decoration: none;
}
.header .menu__list__item--active {
  border-color: #047AFF;
  color: #fff;
}
.header .header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 10px 20px;
}
.header .header-top__review {
  cursor: pointer;
}
.header .header-top__review .review-order {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-top__review .review-order .review-icon {
  height: 25px;
}
.header .header-top__back__btn {
  background: #fff;
  padding: 6px 6px 6px 6px;
  border-radius: 20px;
}
.header .header-top__back__btn:active {
  background: #006EF5;
}
.header .header-top__back__btn svg:active {
  filter: brightness(0) invert(1);
}
.header .header-top__close {
  display: none;
}
.header .header-top .header-top__close__btn {
  padding: 5px;
  color: #fff;
  font-size: 20px;
}
.header .header-top .header-top__close__icon {
  display: flex;
}
.header .header-top__name {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.header .header-top__icons {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 15px;
}
.header .header-top__icons__search {
  cursor: pointer;
  color: #fff;
  font-size: 22px;
}
.header__search {
  display: none;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 66px;
  height: 111px;
  z-index: 999;
  padding: 20px;
  background: #16212E;
  left: 0;
}
.header__search__label__input {
  width: 100%;
  color: #16212E;
  background-color: #f2f5f8;
  background-image: url("/dist/img/magnifier2.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left 8px center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  border: none;
  border-radius: 4px;
  padding: 10px 8px 10px 38px;
}
.header__search__label__input::-moz-placeholder {
  opacity: 0.4;
}
.header__search__label__input:-ms-input-placeholder {
  opacity: 0.4;
}
.header__search__label__input::placeholder {
  opacity: 0.4;
}
.header__search__label__input:focus {
  outline: none;
}

.header-top__toggles {
  display: flex;
  justify-content: end;
  gap: 5px;
}

.menu--services {
  margin-top: 5px;
}

.menu--services .menu__list__item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1875;
  min-width: 110px;
}

.large-header {
  margin-top: 177px !important;
}

.shopping-cart {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  margin: -12px 0 -8px;
}

.shopping-cart:hover {
  color: #fff;
  text-decoration: none;
}

.shopping-cart--filled {
  position: relative;
}

.shopping-cart__logo,
.shopping-cart__circle {
  display: none;
}

.shopping-cart__quantity {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  justify-content: center;
  align-items: center;
}

.shopping-cart--filled .shopping-cart__quantity {
  display: flex;
}

.shopping-cart--filled .shopping-cart__logo,
.shopping-cart--filled .shopping-cart__circle {
  display: block;
}

body {
  background: #fff;
}

.shadow {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
}

.product-shadow {
  box-shadow: 2px 2px 2px #B3B3B3;
}

.main-menu {
  background: #fff;
  height: 100vh;
}

.extras-box + .extras-box {
  margin-top: 20px;
}

.extra-title {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.extra-title__text {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.extra-title .badge {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 1px;
}

.extra-items-box {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
  color: var(--color-neutral-800);
  pointer-events: auto;
  box-sizing: border-box;
}

.extra-item {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
  color: var(--color-neutral-800);
  pointer-events: auto;
  box-sizing: border-box;
  align-items: center;
  border-top: 1px solid var(--color-neutral-300);
  display: flex;
  gap: 12px;
  height: 100%;
  min-height: 56px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

.extra-price {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.23077;
  letter-spacing: -0.01em;
}

.checkbox-container2 {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
  color: var(--color-neutral-800);
  pointer-events: auto;
  box-sizing: border-box;
  flex: 1;
}

.container2 {
  line-height: 1.5;
  text-align: left;
  color: var(--color-neutral-800);
  pointer-events: auto;
  box-sizing: border-box;
  padding-right: 15px;
  max-width: 85.5rem;
  width: 100%;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 35px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.cbx__mark {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #D7DDE3;
  transition: all 0.2s ease;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cbx__mark::before,
.cbx__mark::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  display: block;
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}

.cbx__mark::after {
  position: absolute;
  left: 5.5px;
  top: 5.5px;
  opacity: 0.2;
}

.cbx .cbx__text {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.cbx--cart {
  justify-content: space-between;
  gap: 12px;
}

.cbx--cart .cbx__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21429;
  letter-spacing: -0.01em;
  margin: 0;
}

.cbx:hover .cbx__mark {
  border-color: #047AFF;
}

.inp-cbx {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.inp-cbx:checked + .cbx .cbx__mark {
  border-color: #047AFF;
  -webkit-animation: check 0.6s ease;
          animation: check 0.6s ease;
}

.inp-cbx:checked + .cbx .cbx__mark:before {
  background-color: #047AFF;
}

.inp-cbx:checked + .cbx .cbx__mark:after {
  -webkit-animation: check-fade 0.6s ease;
          animation: check-fade 0.6s ease;
}

@-webkit-keyframes check {
  50% {
    transform: scale(1.2);
  }
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes check-fade {
  50% {
    background-color: #047AFF;
  }
  100% {
    background-color: transparent;
    transform: scale(3.2);
  }
}
@keyframes check-fade {
  50% {
    background-color: #047AFF;
  }
  100% {
    background-color: transparent;
    transform: scale(3.2);
  }
}
.single-product-page {
  background: #fff !important;
}

.list {
  margin-top: 120px;
}
.list .products {
  padding: 20px 20px 10px 18px;
}
.list .products .category-container {
  border-top: 2px solid rgba(22, 33, 46, 0.2);
  padding: 10px 0;
}
.list .products__category {
  font-family: "Inter", sans-serif;
  color: #16212e;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.list .products__service {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22222;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  color: #16212E;
}
.list .products .service-info {
  margin: -5px 0 10px 0;
  font-family: "Univers LT Std";
  font-size: 14px;
  color: #A7A7A7;
}
.list .products .products__list {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.list .products .products__list .quantity-counter {
  min-width: 20px;
  height: 20px;
  background-color: #047AFF;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 3.5px;
  bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
.list .products .products__list__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
  padding: 6px 0;
}
.list .products .products__list__item__title {
  font-family: "Inter", sans-serif;
  color: #16212e;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.21429;
  letter-spacing: -0.01em;
  display: flex;
}
.list .products .products__list__item__information {
  font-family: "Univers LT Std";
  color: #CCC;
  padding-bottom: 4px;
  font-size: 12px;
  overflow: hidden;
  width: 70px;
  white-space: nowrap;
}
.list .products .products__list__item__description {
  font-family: "Inter", sans-serif;
  color: #16212E;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list .products .products__list__item__price {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list .products .products__list__item__price .left-side {
  display: flex;
  align-items: center;
  gap: 6px;
}
.list .products .products__list__item__price .special-price,
.list .products .products__list__item__price .price {
  font-family: "Inter", sans-serif;
  color: #16212E;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.23076;
  letter-spacing: -0.01em;
}
.list .products .products__list__item__price .stroke-price {
  font-family: "Inter", sans-serif;
  color: rgba(22, 33, 46, 0.5);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.18182;
  letter-spacing: -0.01em;
  text-decoration: line-through;
}
.list .products .products__list__item-img {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.list .products .products__list__item-img img {
  width: 84px;
  height: 84px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  background-color: #f2f5f8;
}
.list .empty {
  display: none;
  justify-content: center;
  height: 100%;
}
.list .empty__search {
  font-family: "Univers LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 122.52%;
  color: #16212E;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.products__link {
  display: block;
  position: relative;
  padding: 2.5px 0;
  margin-top: 12px;
}

.products__link + .products__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6.5px;
  height: 1px;
  background-color: #EFEFEF;
}

.product-cart__front {
  background: #16212E;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 88px;
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.out-of-stock {
  opacity: 0.6;
}

.active-item {
  color: #fff;
}
.active-item:hover {
  color: #fff;
}

.disabled {
  filter: grayscale(100%);
  opacity: 0.6;
}

.menu-view-cart {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  background: #16212E;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.menu-view-cart .button-container {
  margin-top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.menu-view-cart .button-container .primary-button {
  width: 160px;
  margin: 0;
  border-radius: 25px;
}

.spacer {
  height: 70px;
}

.image-placeholder {
  width: 84px;
  height: 84px;
  background-color: #f2f5f8;
  border-radius: 10px;
}

.overflow-hidden {
  height: 35px;
  overflow: hidden;
}

#group-order-modal {
  justify-content: center;
  align-items: center;
}
#group-order-modal .modal-dialog {
  width: 100%;
}
#group-order-modal .modal-dialog .modal-content {
  border: none;
}
#group-order-modal .modal-dialog .modal-content .title {
  font-family: "Univers LT Std";
  font-size: 14px;
}
#group-order-modal .button-container {
  justify-content: end;
  margin-top: 20px;
}
#group-order-modal .button-container .secondary-button {
  margin: 0 30px;
}
#group-order-modal .button-container .primary-button {
  margin: 0;
}

.menu-last-categ {
  margin-bottom: 70px;
}

a:not([href]):not([class]) {
  color: #fff;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: #fff;
  text-decoration: none;
}

.menu a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: #B7E9FD;
  text-decoration: none;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

.tooltip-inner {
  max-width: 400px;
}

.multi-select {
  height: auto !important;
}

.multi-select option {
  background-color: #F2F2F2;
  color: #6B7280;
}

.multi-select option[selected] {
  background-color: #006EF5;
  color: #fff;
}

.product-menu {
  margin-top: 40px;
}

.single {
  margin-top: -40px;
}
.single__product {
  overflow: scroll;
  height: calc(100vh - 182px);
  font-family: "Inter", sans-serif;
}
.single__product__info {
  padding: 30px 20px 0 20px;
  background: #fff;
}
.single__product__info--top .product-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.single__product__info--top .product-price__wrap {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  letter-spacing: -0.01em;
  color: #16212E;
  white-space: nowrap;
  text-decoration: none;
}
.single__product__info--top .product-price__wrap--stroke {
  font-size: 12px;
  font-weight: 500;
  color: rgba(22, 33, 46, 0.5);
  text-decoration: line-through;
}
.single__product__info--bottom p {
  color: #16212E;
  font-size: 14px;
  padding-top: 18px;
  font-weight: 300;
  line-height: 17px;
}

.single-product__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.single-product__additional-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #1F9947;
  margin-top: 4px;
}

.single-product__description {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35714;
  letter-spacing: -0.01em;
  color: rgba(22, 33, 46, 0.7);
}

.single-product__bundles {
  margin-top: 20px;
  border-top: 2px solid rgba(22, 33, 46, 0.2);
  padding-top: 20px;
}

.single-product__quantity {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.single-product__quantity-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
  padding: 0;
  width: 50px;
  height: 46px;
  background-color: #16212E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.single-product__quantity-button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.single-product__quantity-button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.single-product__quantity-button.active-btn {
  opacity: 0.7;
}

.single-product__quantity-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 60px;
  height: 46px;
  padding: 0 5px;
  background-color: rgba(190, 204, 220, 0.5);
  color: #16212E;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
}

.single__product__image-container {
  position: relative;
}

.single__product__image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
  background-repeat: no-repeat;
  background-blend-mode: multiply, normal;
}

.single__product__image {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-cart {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-cart--top {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-cart--top .remove, .product-cart--top .add {
  background: #006EF5;
  border-radius: 20px;
  height: 27px;
  width: 28px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-cart--top .remove svg, .product-cart--top .add svg {
  fill: #fff;
}
.product-cart--top input {
  margin: 0 10px;
  width: 44px;
  height: 35px;
  background: #F2F2F2;
  border-radius: 9px;
  border-color: transparent;
  text-align: center;
  color: #006EF5;
  opacity: 1; /* required on iOS */
  -webkit-text-fill-color: #006EF5;
}

.dining-cart {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
  z-index: 9999;
}

.btn-animation {
  position: absolute;
  top: 0;
  transform: translate(0, 100%);
  transition: all 0.2s ease-out;
}

.product-mentions {
  background-color: rgba(190, 204, 220, 0.2);
  height: 80px;
  margin: 20px 0 20px 0;
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28571;
  letter-spacing: -0.01em;
}
.product-mentions::-moz-placeholder {
  color: rgba(22, 33, 46, 0.4);
}
.product-mentions:-ms-input-placeholder {
  color: rgba(22, 33, 46, 0.4);
}
.product-mentions::placeholder {
  color: rgba(22, 33, 46, 0.4);
}
.product-mentions:focus {
  outline: none;
}

.customer-button-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  gap: 12px;
}

.customer-button-wrapper__group {
  width: 100%;
}

.customer-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 1px solid #047AFF;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #047AFF;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41176;
  letter-spacing: -0.01em;
  width: 100%;
  max-width: 100%;
}

.customer-button:hover {
  color: #fff;
}

.customer-button--secondary {
  background-color: #B7E9FD;
  border-color: #B7E9FD;
  color: #16212E;
}

.customer-button--secondary:hover {
  color: #16212E;
}

.customer-button--light {
  background-color: #fff;
  color: #16212E;
  border-color: #DADADA;
}

.customer-button--light:hover {
  color: #16212E;
}

.customer-button--light .customer-button__icon {
  opacity: 0.3;
}

.customer-button--split {
  justify-content: space-between;
}

.customer-button__icon {
  display: flex;
  font-size: 20px;
}

.customer-button__icon--small {
  font-size: 16px;
}

@media screen and (max-width: 420px) {
  .customer-button {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media screen and (max-width: 389px) {
  .customer-button {
    font-size: 15px;
  }
}
.full-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100vh !important;
}

.success-payment {
  margin-top: 0;
  z-index: 9999;
  height: 100%;
}
.success-payment .success {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #16212E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.success-payment .success::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/dist/img/lemmon-logo.svg");
  background-repeat: no-repeat;
  background-position: right 28px bottom -83px;
}
.success-payment .success__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.success-payment .success__text__title {
  padding: 24px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
}
.success-payment .success__text__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 8px;
}
.success-payment .success__order-number {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #B7E9FD;
  text-align: center;
}
.success-payment .success .success__text-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 1.2;
}
.success-payment .success__img {
  max-width: 410px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.success-payment .success__img img {
  height: 390px;
  width: auto;
  position: absolute;
  top: 210px;
}
.success-payment .success .overlay {
  display: none;
}
.success-payment .success .overlay .overlay-box {
  z-index: 2;
  width: 100%;
  margin: 10px;
  background: #E2E2E2;
  padding: 20px;
}
.success-payment .success .overlay .overlay-box .close-modal {
  display: flex;
  justify-content: right;
  cursor: pointer;
}
.success-payment .success .overlay .overlay-box .close-modal .close {
  max-width: 15px;
  max-height: 15px;
}
.success-payment .success .overlay .overlay-box .scrollable-list {
  height: 270px;
  overflow-y: scroll;
}
.success-payment .success .overlay .overlay-box h3 {
  padding-bottom: 20px;
  font-size: 20px;
  font-family: "Univers LT Std";
}
.success-payment .success .overlay .overlay-box .box {
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-bottom: 10px;
}
.success-payment .success .overlay .overlay-box .box .ready {
  color: #FFBD44;
}
.success-payment .success .overlay .overlay-box .box .preparing {
  color: #FFBD44;
}
.success-payment .success .overlay .overlay-box .box .open {
  color: #FF605C;
}
.success-payment .success .overlay .overlay-box .box .right {
  text-align: right;
}
.success-payment .success .overlay .overlay-box .box .top-box {
  padding: 15px;
  background: #243141;
}
.success-payment .success .overlay .overlay-box .box .top-box .new {
  color: #FF605C;
}
.success-payment .success .overlay .overlay-box .box .top-box .preparing {
  color: #FFBD44;
}
.success-payment .success .overlay .overlay-box .box .top-box .ready {
  color: #00CA4E;
}
.success-payment .success .overlay .overlay-box .box .top-box .title {
  color: #fff;
  font-size: 14px;
  font-family: "Univers LT Std";
  font-weight: 400;
}
.success-payment .success .overlay .overlay-box .box .top-box .title .order {
  color: #fff;
}
.success-payment .success .overlay .overlay-box .box .body-box {
  padding: 0 12px;
}
.success-payment .success .overlay .overlay-box .box .body-box .content-box {
  padding: 10px 15px;
}
.success-payment .success .overlay .overlay-box .box .body-box .content-box .product-view {
  padding: 5px 0;
  border-bottom: 2px solid #F2F2F2;
}
.success-payment .success .overlay .overlay-box .box .body-box .content-box .product-view .prod-name {
  font-size: 14px;
  padding: 0;
  color: #16212E;
  font-family: "Univers LT Std";
}
.success-payment .success .overlay .overlay-box .box .body-box .content-box .product-view .prod-name span {
  color: #A7A7A7;
}
.success-payment .success .overlay .overlay-box .box .body-box .content-box .product-view .prod-price {
  font-size: 14px;
  padding: 0;
  color: #006EF5;
  font-family: "Univers LT Std";
}
.success-payment .success .overlay .overlay-box .box .total {
  padding: 0 15px 10px 15px;
  color: #16212E;
  font-weight: 700;
  font-size: 14px;
}
.success-payment .success .overlay .overlay-box label {
  display: flex;
  font-size: 14px;
  color: #16212E;
  font-family: "Univers LT Std";
  margin-top: 30px;
  margin-bottom: 15px;
}
.success-payment .success .overlay .overlay-box .send-email .email {
  border: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 45px;
}
.success-payment .success .overlay .overlay-box .send-email .email:focus {
  overflow: hidden;
}
.success-payment .success .overlay .overlay-box .send-email .message {
  margin: 0;
  text-align: left;
  padding-top: 5px;
  color: #0f980f;
}
.success-payment .success .overlay .overlay-box .send-email .button-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.success-payment .success .overlay .overlay-box .send-email .button-container .primary-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
}
.success-payment .success .overlay .overlay-box .send-email .button-container .secondary-button {
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
}
.success-payment .success__inner {
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.success-payment .success__actions {
  margin-top: 40px;
  width: 100%;
  display: flex;
  gap: 12px;
}
.success-payment .success__powered-by {
  position: absolute;
  left: 42px;
  bottom: 42px;
}
.success-payment .success__powered-by-text {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(197, 224, 255, 0.6);
  margin-bottom: 15px;
}
.success-payment .success__powered-by-logo {
  width: 127px;
}

.welcome-screen .success {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  inset: 0;
}
.welcome-screen .success::before {
  z-index: 2;
}
.welcome-screen .success::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.welcome-screen .success__text__title {
  font-size: 42px;
  line-height: 1.6;
}

.failed-payment {
  margin-top: 0;
  z-index: 9999;
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.failed-payment .cart-list {
  height: 100%;
}

#order-preparing {
  display: none;
}

#order-enjoy {
  display: none;
}

.order-overview-screen {
  overflow: hidden;
}

.cash-payment img {
  width: 24px;
}

.scrollable-list::-webkit-scrollbar {
  background: #fff;
  width: 1px;
}

.error-message .button-container {
  margin-top: 15px !important;
}

.center-btn {
  margin-top: 15px;
  justify-content: center;
}
.center-btn .close-modal {
  margin-right: 0 !important;
}
.center-btn .primary-button {
  border-radius: 25px;
}

.left {
  text-align: left;
}

@media (max-height: 670px) {
  .success__img img {
    height: 300px !important;
    margin-top: -40px;
  }
}
@media (max-height: 550px) {
  .success__img img {
    height: 225px !important;
    margin-top: 0;
  }
}
.cart-list .primary-button {
  border-radius: 25px;
}

.page-admin {
  height: 100%;
  background: #16212e !important;
}

.wrap {
  width: 50%;
}

.remove-container {
  align-self: flex-end;
}
.remove-container .remove-interval {
  border-radius: 0;
  height: 44px;
}

.extra-remove {
  border-radius: 0;
  height: 44px;
}

.dashboard-footer {
  padding: 0;
}

.active {
  color: #00CA4E !important;
}
.active:hover {
  color: #00CA4E !important;
}

.dashboard-header__view {
  display: none;
}

.first {
  min-width: 150px;
}

.absolute {
  margin-top: 280px !important;
  position: absolute;
}

.dashboard-header__view {
  display: none;
}

.button-container {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.button-container .primary-button,
.button-container .danger-button {
  cursor: pointer;
  z-index: 999;
  margin-right: 20px;
  min-width: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  height: 40px;
  background: #006EF5;
  -webkit-appearance: none;
  white-space: nowrap;
  padding: 5px 10px;
}
.button-container .primary-button:hover,
.button-container .danger-button:hover {
  background: #B7E9FD;
  color: #006EF5;
}
.button-container .primary-button:active,
.button-container .danger-button:active {
  background: #B7E9FD;
  color: #006EF5;
}
.button-container .secondary-button {
  color: #006EF5;
  font-size: 12px;
  font-family: "Univers LT Std";
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.button-container .remove-button {
  display: flex;
  align-items: center;
}
.button-container .remove-button p {
  width: 110px;
  margin-right: 10px;
  color: #006EF5;
  font-size: 12px;
  font-family: "Univers LT Std";
  display: flex;
  align-items: center;
}
.button-container .cancel {
  background: #F2F2F2 !important;
  color: #16212E !important;
}
.button-container .cancel:active {
  background: #a0a0a0 !important;
  color: #fff !important;
}

.management-table {
  height: 100%;
  background: #16212e !important;
}
.management-table .dashboard-header__view {
  display: none;
}
.management-table .list-tables {
  background: #fff;
  padding: 60px 40px;
}
.management-table .table-container {
  background: #fff;
  flex-direction: column;
  padding: 50px 40px;
}
.management-table .table-container .title {
  font-size: 24px;
  color: #000;
  font-family: "Univers LT Std";
  line-height: 30px;
  position: relative;
  top: 20px;
}
.management-table .table-container .title span {
  color: #006EF5;
  margin-left: 5px;
}
.management-table .table-container .subtitle {
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #006ef5;
  font-weight: bold;
}
.management-table .table-container .data-search {
  background: #F2F2F2;
  border: none;
  width: 300px;
}
.management-table .table-container .data-search::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Univers LT Std";
  font-weight: 400;
}
.management-table .table-container .data-search:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Univers LT Std";
  font-weight: 400;
}
.management-table .table-container .data-search::placeholder {
  color: #000;
  font-size: 14px;
  font-family: "Univers LT Std";
  font-weight: 400;
}
.management-table .table-container .custom-field {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.management-table .table-container .custom-field label {
  font-family: "Univers LT Std";
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 15px 0;
}
.management-table .table-container .custom-field .days-list {
  display: flex;
}
.management-table .table-container .custom-field .days-list div {
  cursor: pointer;
  border: 1px solid #E2E2E2;
  width: 85px;
  height: 50px;
  text-align: center;
}
.management-table .table-container .custom-field .days-list div label {
  cursor: pointer;
  color: #a0a0a0;
  text-align: center;
  width: 100%;
  margin: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.management-table .table-container .custom-field .days-list div input {
  display: none;
}
.management-table .table-container .custom-field .checked {
  background: #006EF5;
  color: #fff;
}
.management-table .table-container .custom-field .checked label {
  color: #fff !important;
}
.management-table .table-container .custom-field {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.management-table .table-container .custom-field #hide-unavailable,
.management-table .table-container .custom-field #show-all,
.management-table .table-container .custom-field #order-grouping-popup,
.management-table .table-container .custom-field .large-checkbox {
  border: 1px solid #e6e6e6 !important;
  height: 30px !important;
  font-size: 14px;
  width: 30px;
  color: #006ef5;
}
.management-table .table-container .custom {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.management-table .table-container .custom label {
  font-family: "Univers LT Std";
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.21429;
  min-height: 1.21429em;
  margin: 15px 0;
}
.management-table .table-container .custom::-moz-placeholder {
  font-family: "Univers LT Std";
  color: #a0a0a0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.management-table .table-container .custom:-ms-input-placeholder {
  font-family: "Univers LT Std";
  color: #a0a0a0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.management-table .table-container .custom::placeholder {
  font-family: "Univers LT Std";
  color: #a0a0a0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.management-table .table-container .custom input:not([type=checkbox]) {
  background: #F2F2F2;
  border: none;
  height: 45px;
  font-size: 14px;
  color: #000;
}
.management-table .table-container .custom select {
  background-color: #f2f2f2;
  border: none;
  color: #6b7280;
  font-size: 14px;
  height: 45px;
}
.management-table .table-container .custom textarea {
  font-size: 14px;
  background: #f2f2f2;
  border: none;
  padding: 10px;
  color: #a0a0a0;
  height: 147px;
}
.management-table .table-container .custom .image {
  height: 147px;
  text-align: center;
}
.management-table .table-container .custom .checked {
  background: #006EF5;
}
.management-table .table-container .custom .checked label {
  color: #fff !important;
}
.management-table .action-buttons .btn {
  width: 100%;
  background: #006EF5;
  color: #fff;
  border-radius: 0;
  min-height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0;
}
.management-table .action-buttons .btn:hover {
  background: #B7E9FD;
  color: #006EF5;
  border: none;
}
.management-table .action-buttons .btn:active {
  background: #B7E9FD;
  color: #006EF5;
  border: none;
}
.management-table .date {
  position: relative;
}
.management-table .date .calendar {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 23px !important;
}
.management-table .text-stats,
.management-table .stats-text {
  font-family: "Univers 45 Light";
  font-size: 14px;
}
.management-table .stats-text {
  font-weight: 600;
}
.management-table .stats {
  margin-top: 10px;
  border: 1px solid #E2E2E2;
}
.management-table .stats .divider {
  border-right: 1px solid #fff;
}
.management-table .stats .top {
  padding: 20px 20px 0 20px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.management-table .stats .top .value div {
  font-size: 24px;
  font-family: "Univers LT Std";
}
.management-table .stats .top .value p {
  font-size: 12px;
  font-family: "Univers 45 Light";
  color: #006EF5;
  text-transform: uppercase;
}
.management-table .stats .stats-overview {
  background: #006EF5;
  height: 70px;
  display: flex;
  align-items: center;
}
.management-table .stats .stats-overview .info {
  width: 50%;
  text-align: center;
  color: #fff;
}
.management-table .stats .stats-overview .info div {
  font-size: 20px;
  font-family: "Univers LT Std";
}
.management-table .stats .stats-overview .info p {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Univers 45 Light";
}

.staff-tips .table-container {
  background-color: #16212e;
  color: #fff;
}
.staff-tips .dataTable thead {
  background-color: #16212e !important;
}
.staff-tips table.dataTable,
.staff-tips table.dataTable thead tr th,
.staff-tips table.dataTable tbody td {
  color: #fff;
}
.staff-tips .table-container .title,
.staff-tips .table-container .custom label {
  color: #fff;
}

.overlay {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 31, 74, 0.47);
  align-items: center;
  justify-content: center;
}
.overlay .overlay-box {
  border: 1px solid #919eab;
  width: 400px;
  padding: 15px;
  background: #fff;
}
.overlay .overlay-box .close-modal {
  width: 11px;
  float: right;
  cursor: pointer;
}
.overlay .overlay-box p {
  min-width: 100%;
  text-align: center;
  margin-top: 10px;
  font-family: "Univers LT Std";
  font-size: 14px;
}
.overlay .overlay-box .button-container {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.overlay .overlay-box .button-container .secondary-button {
  margin-left: 0;
  margin-right: 20px;
  border: 1px solid #006EF5;
  width: 103px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
}
.overlay .overlay-box .button-container .primary-button {
  margin: 0;
}

.status {
  display: flex;
  justify-content: end;
  position: relative;
}
.status .status-Active .select2-selection--single,
.status .status-Active .status-preparing,
.status .status-active .select2-selection--single,
.status .status-active .status-preparing,
.status .status-Available .select2-selection--single,
.status .status-Available .status-preparing,
.status .status-Ready .select2-selection--single,
.status .status-Ready .status-preparing {
  background: #00CA4E !important;
}
.status .status-New .select2-selection--single {
  background: #FF605C !important;
}
.status .status-Closed .select2-selection--single {
  background: #B7E9FD !important;
}
.status .status-Preparing .select2-selection--single,
.status .status-pending .select2-selection--single {
  background: #FFBD44 !important;
}
.status .status-Inactive .select2-selection--single,
.status .status-inactive .select2-selection--single,
.status .status-Unavailable .select2-selection--single,
.status .status-Blocked .select2-selection--single,
.status .status-blocked .select2-selection--single,
.status .status-unavailable .select2-selection--single {
  background: #F54A5E !important;
}
.status .status-Inactive .select2-selection--single span,
.status .status-inactive .select2-selection--single span,
.status .status-Unavailable .select2-selection--single span,
.status .status-Blocked .select2-selection--single span,
.status .status-blocked .select2-selection--single span,
.status .status-unavailable .select2-selection--single span {
  color: #fff;
}
.status .status-Pending .select2-selection--single,
.status .status-Served .select2-selection--single {
  background: #FFBD44 !important;
}
.status .status-Pending .select2-selection--single span,
.status .status-Served .select2-selection--single span {
  color: #16212E;
}

.select2-dropdown {
  border-radius: 0;
}

.select2-container--default .select2-selection--single {
  background-color: #F2F2F2 !important;
  border-radius: 0 !important;
}

[id$=-active]::after {
  background-color: #00CA4E !important;
}

[id$=-Served]::after {
  background-color: #00CA4E !important;
}

[id$=-Inactive]::after {
  background: #F54A5E !important;
}

[id$="-Not Served"]::after {
  background: #F54A5E !important;
}

[id$=-blocked]::after {
  background: #F54A5E !important;
  color: #fff;
}

.error {
  color: #F54A5E;
}

.input-error {
  border: 1px solid #F54A5E !important;
}

.image-error {
  color: #F54A5E;
}

.dz-error-message {
  display: none !important;
}

.danger-button {
  color: #fff;
  background: #F54A5E !important;
}
.danger-button:hover {
  background: #FF605C !important;
  color: #2289ff !important;
}

.restaurant-select {
  width: 100%;
}

.restaurant-select .select2-selection.select2-selection--single {
  height: 45px !important;
  display: flex;
}

.restaurant-select .select2.select2-container,
.restaurant-select .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
}

.statistics-overview .select2-results__option:after {
  display: none !important;
}

#select2-restaurant-container {
  font-family: "Univers 45 Light";
}

.ui-datepicker {
  width: 282px;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  bottom: 5px;
  visibility: hidden;
}

.ui-datepicker-trigger:after {
  content: url("/dist/img/stats_calendar.png");
  visibility: visible;
}

#date_from,
#date_to {
  cursor: pointer;
}

.no-margin .primary-button {
  margin-right: 0 !important;
}

.full .table-container {
  height: 100%;
}
.full .table-container .group-input-container {
  display: flex;
  gap: 2px;
  justify-content: space-between;
}
.full .table-container .group-input-container > * {
  flex-basis: 32%;
  min-width: 0;
}

.extra-groups,
.product-groups {
  padding-bottom: 10px;
}

.bundle-group + .bundle-group {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

.bundle-group__row--details {
  display: grid;
  grid-template-columns: 1fr 60px 60px auto;
  align-items: flex-end;
  gap: 5px 2px;
}

.bundle-group__row--extra {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 80px 80px auto;
  gap: 15px 6px;
}

.bundle-group__row--extra .custom {
  margin-top: 0 !important;
}

.bundle-group__cell--header {
  font-weight: 600;
}

.bundle-group__cell--errors {
  grid-column: span 4;
}

.bundle-group__tooltip {
  cursor: pointer;
}

.table-header {
  margin-bottom: 30px;
}

#category-table tr, #services-table tr {
  cursor: crosshair;
}

.dataTables_scroll .dataTables_scrollHead table {
  border-top: 1px solid rgba(36, 49, 65, 0.2) !important;
  border-bottom: 1px solid rgba(36, 49, 65, 0.2) !important;
}
.dataTables_scroll .dataTables_scrollBody table {
  border-top: none !important;
  min-width: 1000px !important;
  border-bottom: 1px solid rgba(36, 49, 65, 0.2) !important;
}

table.dataTable {
  width: 100% !important;
  margin-top: 10px;
}
table.dataTable thead {
  vertical-align: middle;
}
table.dataTable thead tr {
  height: 58px;
  border-color: #F2F2F2;
}
table.dataTable thead tr th {
  color: #006EF5;
  font-family: "Univers LT Std";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  padding: 0 10px !important;
}
table.dataTable tbody {
  vertical-align: middle;
}
table.dataTable tbody .odd {
  border-color: #fff;
  background: #fff;
  height: 58px !important;
}
table.dataTable tbody .even {
  border-color: #F2F2F2;
  background: #F2F2F2;
  height: 58px !important;
}
table.dataTable tbody td {
  color: #000;
  font-family: "Univers LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
table.dataTable tbody td div {
  display: flex;
}
table.dataTable .actions {
  display: flex !important;
  align-items: center;
  width: 70px;
}
table.dataTable .actions button {
  margin-top: 5px;
  margin-right: 10px;
}
table.dataTable .actions a {
  margin-right: 10px;
}
table.dataTable .status-active,
table.dataTable .status-available, table.dataTable .status-ready, table.dataTable .status-pending, table.dataTable .status-preparing, table.dataTable .status-new, table.dataTable .status-closed,
table.dataTable .status-out_of_stock, table.dataTable .status-initial .status-out_of_office, table.dataTable .status-failed,
table.dataTable .status-blocked, table.dataTable .status-unavailable, table.dataTable .status-inactive, table.dataTable .status-initial {
  display: flex;
  align-items: center;
  font-family: "Univers LT Std";
  font-size: 13px;
  color: #16212E;
  background: #00CA4E;
  width: 165px;
  height: 35px;
  font-weight: 400;
  padding-left: 15px;
}
table.dataTable .status-pending, table.dataTable .status-preparing {
  background: #FFBD44 !important;
}
table.dataTable .status-new {
  background: #FF605C !important;
}
table.dataTable .status-closed {
  background: #B7E9FD !important;
}
table.dataTable .status-out_of_stock, table.dataTable .status-initial .status-out_of_office, table.dataTable .status-failed, table.dataTable .status-initial {
  background: #E2E2E2 !important;
}
table.dataTable .status-blocked,
table.dataTable .status-unavailable, table.dataTable .status-inactive {
  color: #fff !important;
  background: #F54A5E !important;
}
table.dataTable .sorting_1 {
  width: 170px;
}

.table-footer {
  margin-top: 21px;
  z-index: 999;
  width: 50%;
}
.table-footer .button-container {
  width: 50%;
  margin-top: 0;
}

table.dataTable thead th.ui-state-default:first-child, table.dataTable tfoot th.ui-state-default:first-child {
  border-left-width: 0;
}

.dataTables_length {
  display: none;
}

.dataTables_filter {
  margin-top: -45px;
}
.dataTables_filter label {
  margin-top: -45px;
  color: transparent;
}
.dataTables_filter label input {
  height: 41px;
  width: 340px;
  background: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
  color: #000;
}
.dataTables_filter label input:focus {
  outline: none !important;
}
.dataTables_filter:after {
  content: url("/dist/img/search-icon.svg");
  position: relative;
  margin-left: -30px;
}

.dataTables_info {
  display: none;
}

.dataTables_paginate {
  margin-top: 20px;
  display: flex;
  position: absolute;
  right: 0;
}
.dataTables_paginate .ui-state-default.previous {
  color: transparent;
  z-index: 999;
  border: 1px solid #DFE3E8;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_paginate .ui-state-default.previous:after {
  content: url("/dist/img/previous.svg");
}
.dataTables_paginate .ui-state-default.next {
  color: transparent;
  z-index: 999;
  border: 1px solid #DFE3E8;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_paginate .ui-state-default.next:before {
  content: url("/dist/img/next.svg");
}
.dataTables_paginate span {
  display: flex;
}
.dataTables_paginate span a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #DFE3E8 !important;
  width: 35px;
  height: 35px;
  font-family: "Univers LT Std";
  font-weight: 500;
  font-size: 14px;
}
.dataTables_paginate span a:active {
  border-color: #006EF5;
  color: #006EF5;
}

input[type=search] {
  padding-left: 15px !important;
}
input[type=search]::-moz-placeholder {
  color: #000;
  font-weight: 600 !important;
}
input[type=search]:-ms-input-placeholder {
  color: #000;
  font-weight: 600 !important;
}
input[type=search]::placeholder {
  color: #000;
  font-weight: 600 !important;
}

.dataTables_wrapper .dataTables_paginate .fg-button {
  padding: 0;
}

.sorting_asc:after {
  transform: rotate(180deg);
}

table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::before {
  display: none;
}

table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::after {
  content: url("/dist/img/arrow_blue.svg") !important;
  opacity: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  margin-left: 15px;
}

[id$=-Pending]::after {
  background: #FFBD44 !important;
}

[id$=-Preparing]::after {
  background: #FFBD44 !important;
}

[id$=-New]::after {
  background: #FF605C !important;
}

[id$=-Active]::after {
  background-color: #00CA4E !important;
}

[id$=-Available]::after {
  background-color: #00CA4E !important;
}

[id$=-Ready]::after {
  background-color: #00CA4E !important;
}

[id$=-Blocked]::after {
  background: #F54A5E !important;
}

[id$=-Unavailable]::after {
  background: #F54A5E !important;
}

[id$="-Out of stock"]::after {
  background: #F2F2F2 !important;
}

[id$="-Out of Office"]::after {
  background: #F2F2F2 !important;
}

[id$=-Closed]::after {
  background: #B7E9FD !important;
}

span a.ui-state-disabled {
  border-color: #006EF5 !important;
  color: #006EF5;
}

.previous.ui-state-disabled:after {
  background: #919EAB;
  opacity: 0.5;
  min-width: 35px;
  min-height: 35px;
  padding-top: 5px;
}

.next.ui-state-disabled:before {
  background: #919EAB;
  opacity: 0.5;
  min-width: 35px;
  min-height: 35px;
  padding-top: 5px;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 0 !important;
}

@media screen and (max-width: 1200px) {
  .first-th {
    width: 60px !important;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom .dropzone.dz-clickable {
  cursor: pointer;
  font-size: 14px;
  background: #f2f2f2;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a0a0a0;
  height: 147px;
  padding: 0 !important;
}

.child-div {
  display: flex;
  align-items: flex-start;
  flex-direction: row !important;
  margin-top: 25px;
}

.add-button {
  background: #00e82f;
  padding: 12px 12px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Univers 45 Light";
  font-weight: 400;
}

.dz-button {
  display: flex;
  flex-direction: column;
}
.dz-button:after {
  content: url("/dist/img/photo-icon.svg") !important;
  margin-top: 5px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  display: flex;
  flex-direction: column;
}
.box .add-item {
  margin: 5px 0 !important;
}
.box .add-item:after {
  content: url("/dist/img/arrow-white.svg");
  padding-left: 5px;
}
.box .delete-item {
  margin: 5px 0 !important;
  background: #F54A5E;
}
.box .delete-item:active {
  background: #FF605C !important;
  color: #F54A5E !important;
}
.box .delete-item:before {
  content: url("/dist/img/arrow-white.svg");
  padding-left: 5px;
  transform: rotate(180deg) !important;
}

.custom .multiple-select,
.custom .category-multiselect {
  scrollbar-color: #fff transparent;
  scrollbar-width: thin;
  min-height: 200px;
  height: 600px;
  background: #fff !important;
  border: 1px solid #f2f2f2 !important;
  overflow: scroll;
}
.custom .multiple-select option,
.custom .category-multiselect option {
  color: #000;
  height: 30px !important;
  border: none !important;
}
.custom .category-multiselect {
  height: 100%;
  padding: 10px;
  max-height: 300px;
}
.custom .category-multiselect li {
  cursor: move;
}
.custom .dropzone .dz-clickable {
  background: #fff;
}

.qr {
  width: 200px;
}
.qr #qr-code {
  width: 200px;
}

.selected {
  color: #00CA4E;
}

.dropzone .dz-preview .dz-image {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  border-radius: 0;
}

.dropzone .dz-preview {
  margin: 0;
}

.dropzone {
  max-height: 147px;
}

.separator {
  background: #16212E;
  height: 60px;
  margin: 40px 0;
  width: 2000px !important;
  margin-left: -100px !important;
}

.no-content .table-container {
  background: none;
  padding: 0;
}

.list-tables {
  margin-bottom: 100px;
}

.info-text {
  font-family: "Univers LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #16212E;
  padding-top: 20px;
  padding-bottom: 25px;
}

.empty-table tbody {
  display: none;
}

.btn-empty-table {
  margin-top: 40px;
  width: 100% !important;
}
.btn-empty-table .button-container {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.data-search-icon {
  position: absolute;
  right: 25px;
  top: 15px;
}

.alert {
  display: none;
  border-radius: 0;
  justify-content: space-between;
}

.close {
  cursor: pointer;
}

.parent {
  font-size: 16px;
  font-family: "Univers LT Std";
  color: #000;
  cursor: -webkit-grab;
  cursor: grab;
}

.child {
  font-family: "Univers 45 Light";
  color: #243141;
  cursor: -webkit-grab;
  cursor: grab;
  padding-left: 7px;
  font-size: 14px;
}

.selected {
  background: #006EF5;
  color: #fff;
}

.multiple-select {
  padding: 10px;
}

.multiple-select::-webkit-scrollbar {
  background: #fff;
  width: 1px;
}

.category-multiselect::-webkit-scrollbar {
  background: #fff;
  width: 1px;
}

.count-1 div {
  display: block !important;
}

#export-zip img {
  margin-left: 10px;
}

.sorting.ui-state-default,
.sorting_disabled.ui-state-default {
  border: none;
}

.dataTable thead {
  background: #fff !important;
}

table.dataTable {
  margin-top: 0;
}

.dashboard-background {
  padding: 50px 40px;
}

.dashboard-role-staff .dashboard-background {
  background: transparent;
  color: #fff;
}

.dashboard-role-staff .title,
.dashboard-role-staff label,
.dashboard-role-staff .dashboard-footer__copyright {
  color: #fff !important;
}

.dashboard-role-staff .dashboard-header__user {
  display: none;
}

.dashboard-role-staff .stats .top .value p {
  color: #fff;
}

.printers__actions,
.admin-delivery-cities__actions {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.printers__delete,
.printers__delete:hover,
.printers__delete:focus,
.admin-delivery-cities__delete,
.admin-delivery-cities__delete:hover,
.admin-delivery-cities__delete:focus {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  color: #f54a5e;
}

.terminals__pair, .terminals__item .success-message {
  background: #1f9947;
  color: #fff;
}

.terminals__unpair, .terminals__item .error-message {
  background: #cc295f;
  color: #fff;
}

.terminals__item .error-message,
.terminals__item .success-message {
  padding: 0 20px;
}

.table-container {
  border-radius: 0.375rem;
  background: #fff !important;
}

.sticky-header .header-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 64px;
}

.visible {
  display: block !important;
  z-index: 999;
  height: 100% !important;
}

.header-top .active-filter path,
.header-top .active-filter rect,
.header-top .active-filter circle {
  fill: #006EF5;
}
.header-top .active-filter circle,
.header-top .active-filter path {
  stroke: #006EF5;
}

.header-manager .dashboard-header,
.header-admin .dashboard-header {
  justify-content: unset !important;
}

.dashboard-header {
  position: relative;
  background: #16212e;
  width: 100%;
}
.dashboard-header__products__filter {
  display: flex;
  padding-right: 20px;
  position: relative;
  align-items: center;
}
@media (max-width: 1000px) {
  .dashboard-header__products__filter {
    padding-right: 10px;
  }
}
.dashboard-header__products__filter [type=radio] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  right: 2px;
  width: 25px;
  height: 27px;
}
.dashboard-header__products__filter .full-checkbox {
  width: 40px;
}
.dashboard-header__products__filter .types {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
}
.dashboard-header__products__filter .types label {
  padding: 0 10px;
  cursor: pointer;
}
.dashboard-header__products__filter:after {
  content: "";
  height: 67px;
  position: absolute;
  right: 0;
  border: 1px solid #243141;
}
.dashboard-header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-header__view {
  display: flex;
  align-items: center;
}
.dashboard-header__view:after {
  content: "";
  height: 67px;
  position: absolute;
  margin-left: 165px;
  border: 1px solid #243141;
}
@media (max-width: 1000px) {
  .dashboard-header__view:after {
    margin-left: 140px;
  }
}
.dashboard-header__view .header-label {
  margin-right: 0 !important;
  margin-left: 15px;
}
@media (max-width: 1000px) {
  .dashboard-header__view .header-label {
    margin-left: 8px;
  }
}
.dashboard-header__view .view-icon {
  cursor: pointer;
  max-width: 30px;
  margin-left: 15px;
}
.dashboard-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-header__logo svg {
  height: 25px;
  fill: #fff;
}
.dashboard-header__user {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1000px) {
  .dashboard-header__user {
    margin-top: 10px;
  }
}
.dashboard-header__user .header-label {
  color: #fff;
  margin-right: 15px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Univers 45 Light";
}
@media (max-width: 1000px) {
  .dashboard-header__user .header-label {
    font-size: 15px !important;
    margin-right: 5px;
  }
}
.dashboard-header__user__filter {
  display: none;
  position: relative;
  flex-direction: column;
  margin-right: 30px;
}
@media (max-width: 1000px) {
  .dashboard-header__user__filter {
    margin-right: 15px;
  }
}
.dashboard-header__user__filter .top {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dashboard-header__user__filter .top .filter-icon {
  cursor: pointer;
}
.dashboard-header__user__filter:after {
  content: "";
  height: 67px;
  position: absolute;
  margin-left: 120px;
  border: 1px solid #243141;
  margin-top: -20px;
}
@media (max-width: 1000px) {
  .dashboard-header__user__filter:after {
    margin-left: 85px;
  }
}
.dashboard-header__user__filter .filter-box {
  display: none;
  background: #243141;
  padding: 15px;
  width: 200px;
  z-index: 1;
  position: absolute;
  top: 70px;
  min-height: 210px;
  left: -10px;
}
@media (max-width: 1000px) {
  .dashboard-header__user__filter .filter-box {
    left: -35px !important;
  }
}
.dashboard-header__user__filter .filter-box svg {
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
}
.dashboard-header__user__filter .filter-box .title {
  color: #F2F2F2;
  font-size: 12px;
  font-family: "Univers LT Std";
}
.dashboard-header__user__filter .filter-box .type {
  color: #fff;
  font-family: "Univers LT Std";
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #16212E;
  cursor: pointer;
}
.dashboard-header__user__filter .filter-box .preparing {
  color: #FFBD44;
}
.dashboard-header__user__filter .filter-box .ready {
  color: #00CA4E;
}
.dashboard-header__user__filter .filter-box .new {
  color: #FF605C;
}
.dashboard-header__user__out {
  display: flex;
  cursor: pointer;
  height: 30px;
  background: #fff;
  padding: 10px 5px;
  margin-left: 10px;
}
@media (max-width: 1000px) {
  .dashboard-header__user__out {
    margin-left: 10px;
  }
}
.dashboard-header__user .label_out {
  display: none;
  text-align: center;
  color: #006ef5;
  background: #fff;
  font-size: 19px;
  height: 60px;
  min-width: 100px;
  margin-left: -95px;
  margin-top: 30px;
  z-index: 9999;
}
.dashboard-header__user .label_out button {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 60px;
  width: 100%;
}
.dashboard-header__user__name {
  color: #fff;
  font-family: "Univers LT Std";
  margin-left: 30px;
}
@media (max-width: 1000px) {
  .dashboard-header__user__name {
    margin-left: 20px;
  }
}
.dashboard-header__user--short {
  color: #16212E;
  font-family: "Univers LT Std";
  font-weight: 500;
  font-size: 20px;
  margin-left: 10px;
  background: #fff;
  height: 68px;
  width: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.dashboard-header .dashboard-menu {
  padding: 20px 0;
}
.dashboard-header .dashboard-menu__list {
  display: flex;
}
.dashboard-header .dashboard-menu__list__item {
  margin-right: 30px;
}
.dashboard-header .dashboard-menu__list__item .link {
  color: #9ca3af;
  font-size: 16px;
}
.dashboard-header a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-width: 4px;
  border-color: transparent;
}
.dashboard-header .active {
  color: white !important;
  border-color: #047aff;
}
.rotate {
  background: #006EF5;
}
.rotate svg {
  transform: rotate(180deg);
}
.rotate svg path {
  fill: #fff;
}

.account {
  overflow: hidden;
  height: 100vh;
  background: #16212E;
}
.account .layout {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.account__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.account__logo svg {
  fill: #fff;
  width: 180px;
  height: auto;
}
.account__form {
  background: #fff;
  padding: 50px;
  width: 412px;
}
.account__form .success-message {
  color: #02a102;
}
.account__form p {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Univers LT Std";
  display: flex;
  flex-direction: column;
}
.account__form p span {
  font-weight: 500;
}
.account__form .button-container {
  margin-top: 10px;
}
.account__form .button-container .primary-button {
  width: 100%;
  margin-top: 30px;
  margin-right: 0;
}
.account__form .forgot-password .primary-button {
  margin-top: 0;
}
.account .email .email-icon {
  width: 76px;
  height: 76px;
  background: #D8F1FB;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
}
.account .email span {
  margin-top: 30px;
  text-align: center;
}
.account .email a {
  margin-top: 30px;
  text-align: center;
}
.account .custom-field {
  margin: 10px 0;
}
.account .custom-field input {
  background: #F2F2F2;
  border-color: #F2F2F2;
  width: 100%;
  height: 45px;
}
.account .custom-field input::-moz-placeholder {
  color: #000;
  font-family: "Univers LT Std";
  font-size: 14px;
}
.account .custom-field input:-ms-input-placeholder {
  color: #000;
  font-family: "Univers LT Std";
  font-size: 14px;
}
.account .custom-field input::placeholder {
  color: #000;
  font-family: "Univers LT Std";
  font-size: 14px;
}

.error-page {
  height: 100%;
}
.error-page .wrap {
  width: 100%;
}
@media (max-width: 599px) {
  .error-page .wrap {
    font-size: 24px;
  }
}
.error-page .error-type {
  font-size: 40px;
}

.no-found-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.abs {
  position: absolute;
  top: 57%;
}
@media (max-width: 599px) {
  .abs {
    top: 62%;
  }
}

#tips-modal {
  z-index: 9999;
}
#tips-modal .modal-dialog {
  margin: 0;
  font-family: "Inter", sans-serif;
}
#tips-modal .modal-dialog .tips {
  padding-top: 20px;
  border: none;
  border-radius: 0;
  position: fixed;
  bottom: 0;
}
#tips-modal .modal-dialog .tips .modal-body .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22222;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
#tips-modal .modal-dialog .tips .modal-body .subtitle {
  font-size: 14px;
  margin-bottom: 10px;
}
#tips-modal .modal-dialog .tips .modal-body .options-row {
  display: flex;
  gap: 12px;
}
#tips-modal .modal-dialog .tips .modal-body .options {
  display: flex;
  gap: 8px;
  width: 50%;
}
#tips-modal .modal-dialog .tips .modal-body .options .option {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  width: 33%;
  flex-grow: 1;
}
#tips-modal .modal-dialog .tips .modal-body .options .option input {
  display: none;
}
#tips-modal .modal-dialog .tips .modal-body .options .option label {
  cursor: pointer;
  font-size: 12px;
  padding: 4px 5px;
  color: #B3B3B3;
  text-align: center;
}
#tips-modal .modal-dialog .tips .modal-body .custom-tip {
  width: 50%;
  flex-grow: 1;
}
#tips-modal .modal-dialog .checked {
  background: #047aff !important;
  border: 1px solid #047aff !important;
}
#tips-modal .modal-dialog .checked label {
  color: #fff !important;
}
#tips-modal .modal-dialog .button-container {
  margin: 0;
  width: 100%;
  gap: 12px;
}
#tips-modal .modal-body {
  padding: 15px 20px;
}
#tips-modal .modal-footer {
  border: none;
  border-radius: 0;
  padding: 10px 20px 30px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

.badge {
  background-color: #CC295F;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.smooth-scale {
  transform: scale(1.2);
  transition: transform 0.5s ease; /* Adaugă o tranziție pentru transform */
}

input:checked + .slider {
  background-color: #006ef5;
}

.group-input {
  background: #B7E9FD !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #006ef5;
}

.delete-button {
  background: #f2f2f2 !important;
  color: #f54a5e !important;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.development-environment .dashboard-header,
.development-environment .header {
  /*background-color: #9d2f2f;*/
}

.error-page {
  position: fixed;
  background: #16212E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  inset: 0;
}

.error-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/dist/img/lemmon-logo.svg");
  background-repeat: no-repeat;
  background-position: right 28px bottom -83px;
}

.error-page__inner {
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  max-width: 640px;
}

.error-page__text {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error-page__title {
  padding: 24px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
}

.error-page__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 8px;
}

.error-page__actions {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 360px;
}

.error-page__powered-by {
  margin-top: auto;
  align-self: flex-start;
}

.error-page__powered-by-text {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(197, 224, 255, 0.6);
  margin-bottom: 15px;
}

.error-page__powered-by-logo {
  width: 127px;
}
