:root {
  --black: #000000;
  --white: #ffffff;
  --primary: #0089ff;
  --primary-100:#157FFC;
  --link-blue:#167FFB;
  --light-blue:#E6F1FE;
  --danger: #dc3545;
  --orange:#F43127;
  --red:red;
  --red-500:#DC3644;
  --gray2: #00000066;
  --gray: #8b9898;
  --gray-50:#E2E6EA;
  --gray-100:#6E6E73;
  --gray-200:#495057;
  --gray-400:#00000014;
  --gray-500:#282F3A;
  --gray-600:#212529;
  --grya-700:#1F1F1F;
  --gray-800:#DDDFE1;
  --gray-900:#F5F5F5;

  /* light Pink */
  --pink-100:#f9e7e9;

  /* font Size */
  --xxx-small: 0.375rem ; /* 6px */
  --xx-small:0.5rem; /* 8px */
  --x-small:0.625rem; /* 10px */
  --small:0.75rem; /* 12px */
  --medium:0.875rem; /* 14px */
  --base:1rem; /* 16px */
  --large:1.125rem; /* 18px */
  --x-large:1.25rem; /* 20px */
  --xx-large:1.375rem; /* 22px*/
  --xxx-large:1.5rem; /* 24px */ 

  /* Font-weight */
  --font-weight-400: 400 ;
  --font-weight-500: 500 ;
  --font-weight-600: 600 ;
  --font-weight-700: 700 ;
}

/* Fonts utility Classes */
.fs-14{
  font-size: var(--medium);
}
.fs-16{
  font-size: var(--base);
}
.fs-18{
  font-size: var(--large);
}
.fs-20{
  font-size: var(--x-large);
}
.fs-22{
  font-size: var(--xx-large);
}
/* Font weight utility classes */
.fw-500{
  font-weight: var(--font-weight-500);
}
.fw-600{
  font-weight: var(--font-weight-600) !important;
}
/* Margin utility Classes */
.m-32{
  margin: 2rem;
}
.mx-32{
  margin: 0 2rem;
}
.my-32{
  margin: 2rem 0;
}
.mt-32{
  margin-top: 2rem;
}
.mr-32{
  margin-right: 2rem !important;
}
.mb-32{
  margin-bottom: 2rem;
}
.ml-32{
  margin-left: 2rem;
}

.m-40{
  margin: 2.5rem;
}
.mx-40{
  margin: 0 2.5rem;
}
.my-40{
  margin: 2.5rem 0;
}
.mt-40{
  margin-top: 2.5rem;
}
.mr-40{
  margin-right: 2.5rem !important;
}
.mb-40{
  margin-bottom: 2.5rem;
}
.ml-40{
  margin-left: 2.5rem;
}
/* Padding utility classes */
.p-40{
  padding: 2.5rem;
}
.px-40{
  padding: 0 2.5rem;
}
.py-40{
  padding: 2.5rem 0;
}
.pt-40{
  padding-top: 2.5rem;
}
.pr-40{
  padding-right: 2.5rem !important;
}
.pb-40{
  padding-bottom: 2.5rem;
}
.pl-40{
  padding-left: 2.5rem;
}

/* Padding utility classes */
.px-6{
  padding:0 6px;
}
.p-32{
  padding: 2rem;
}
.px-32{
  padding: 0 2rem;
}
.py-32{
  padding: 2rem 0;
}
.pt-32{
  padding-top: 2rem;
}
.pb-32{
  padding-bottom: 2rem;
}
.ps-32{
  padding-left: 2rem;
}
.pe-32{
  padding-right: 2rem;
}
/* Background colors Classes */
.bg-transparent{
  background-color: transparent;
}
.bg-gray-900{
  background: #f3fafd;
}
/* Text underline utility class */
.text-underline{
  text-decoration: underline;
}
/* Different text color utility classes */
.text-red-basic{
  color: #dc3744 !important;
}
.reset-btn-border-red{
  border: 1px solid #dc3744;
}
.text-gray-primary{
  color: var(--gray-600) !important;
}
.text-gray-100{
  color: var(--gray-100);
}
.text-gray-200{
  color: var(--gray-200);
}
.text-gray-500{
  color: var(--gray-500);
}
.text-gray-700{
  color: var(--grya-700);
}
.text-gray-800{
  color: var(--gray-800);
}
/* Opacity utility classes */
.opacity-1{
  opacity: 10%;
}
.opacity-2{
  opacity: 20%;
}
.opacity-3{
  opacity: 30%;
}
.opacity-4{
  opacity: 40%;
}
.opacity-5{
  opacity: 50%;
}
.opacity-6{
  opacity: 60%;
}
.opacity-7{
  opacity: 70%;
}
.opacity-8{
  opacity: 80%;
}
.opacity-9{
  opacity: 90%;
}
.opacity-10{
  opacity: 100%;
}
.breadcrumb-font-10{
  font-size: 14px;
  color: white;
}

/* Dashboard New Design 2021 CSS*/
.top-bar .delivery-date p:first-child,
.top-bar .all-deliveries > p:first-child,
.delivery-details-text{
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color:#212529 ;
  width: fit-content;
}
.delivery-details{
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #A8A8AA;
}

.top-bar .delivery-date p:nth-child(2),
.top-bar .all-deliveries > p:nth-child(2),
.top-bar .delivery-details p:nth-child(2) {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color:#212529;
  width: fit-content;
}
.top-bar .delivery-date p:nth-child(3) {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: default;
  flex-grow: 1;
  width: fit-content;
}
.all-deliveries-count {
  position: absolute;
  background-color: #DC3644;
  color: white;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -12%;
  left: 6%;
}
.top-bar .all-deliveries > p:last-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--black);
}
.top-bar .all-deliveries .all-deliveries-list-item {
  padding: 2rem 1rem;
}
.invisible-scroll {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.invisible-scroll::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.top-bar .all-deliveries .all-deliveries-list-item .delivery-instructions {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar .all-deliveries .all-deliveries-list-item p:first-child {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.top-bar .all-deliveries .all-deliveries-list-item p:nth-child(3),
.restaurent-name {
  font-weight: 600;
  font-size: 14px;
  color: #00000059;
  margin: 0;
}
.top-bar .all-deliveries .all-deliveries-list-item p:nth-child(2),
.top-bar .all-deliveries .all-deliveries-list-item p:nth-child(4) {
  font-size: 14px;
  margin-bottom: 8px;
}


.top-bar .delivery-actions .share-meeting-btn,
.top-bar .delivery-actions .cancel-delivery {
  border-radius: 1000px;
  padding: 11px 12px;
  height: 40px;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-meeting-btn,
.edit-delivery {
  background: var(--white);
  color: #167FFB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #167FFB;
}
.share-meeting-btn:hover,
.edit-delivery:hover{
  background-color:#167FFB;
  color: #fff;
  border: 1px solid #167FFB;
}
.share-meeting-btn:hover > svg{
  filter: brightness(0) invert();
  -webkit-filter: brightness(0) invert(1);
}
.top-bar .user-orders span {
  font-size: 14px;
  font-style: normal;
  color: #0089ff;
}
.top-bar .user-orders .user-first-order-name {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: var(--black);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* .top-bar .clone-order {
  display: flex;
  gap: 8px;
  align-items: center;
}
.top-bar .clone-order button {
  min-width: 135px;
  height: 35px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 4px;
  background: #28a745;
  border: none;
  color: #ffff;
  margin-top: -10px;
}
.top-bar .clone-order h5 {
  color: #28a745;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
}
.top-bar .clone-order p {
  color: #767c7c;
  font-weight: 400;
  font-size: 14px;
} */
.mobile-calendar {
  background: white;
  color: var(--gray);
}
.mobile-calendar .single-date {
  text-align: center;
  display: flex;
  justify-content: center;
}
.mobile-calendar .selected-day {
  background-color: #0089ff26;
}
.mobile-calendar .single-date p:first-child {
  margin: 0;
}
.mobile-calendar .single-date p:last-child {
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 50%;
  margin: 5px auto;
}
.cuttof-passed {
  background: #e34140;
  width: 100%;
  color: #fff;
}
.email-not-verified {
  background-color: #e34140;
  width: 100%;
  color: #fff;
  margin-top: 75px;
}

.carousel-responsiveness {
  width: 100vw; 
  background-color: #f3fafd;
  display: flex; 
  flex-wrap: wrap;
  justify-content: center; 
  max-width: fit-content;
}

/* Additional styling for smaller screens */
@media (max-width: 425px) {
  .carousel-responsiveness {
    width: 100vw; 
    background-color: #f3fafd;
    flex-direction: column; 
    align-items: center; 
  max-width: fit-content;
  }
}
@media (max-width: 375px) {
  .carousel-responsiveness {
    width: 100vw; 
    background-color: #f3fafd;
    flex-direction: column; 
    align-items: center; 
  max-width: fit-content;

  }
}
.menu-page-alert {
  margin-top: 0 !important;
}
.menu-detail-announcements {
  background: #d1e7dd;
  color: #0f5132;
}
.delivery-driver {
  background: var(--white);
}
/* Car Icon */
.delivery-driver > div > i {
  color: var(--danger);
}
.restaurants-dietries-restrictions {
  background-color: #ffffff;
}
.restaurants-dietries-restrictions .restaurant-card {
  display: flex;
  align-items: center;
  background: rgb(211 227 253 / 41%);
  padding: 11px;
  border-radius: 8px;
  margin: 0px 5px 0px 0;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #fff;
}
.cart-text-label{
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
}
.restaurant-name-heading{
  font-size: 14px;
  font-weight: bold;
  color: #1F1F1F;
}
.restaurant-card-rating{
  font-size: 14px;
  color: #6E6E73;
  font-weight: normal;
}
.restaurant-cuisine-label{
  font-size: 14px;
  font-weight: normal;
  color: #6E6E73;
}
.restaurants-dietries-restrictions .closed-restaurant{
  opacity: 0.3;
}
.restaurants-dietries-restrictions .restaurant-card:hover,
.selected-restaurant {
  border: 1px solid var(--link-blue) !important;
  background-color: var(--light-blue) !important;
}
.cuisine-pill-picking-point > div{
  padding-left: 0px !important;
}
.selected-dietary {
  background: var(--black) !important;
  color: white !important;
}
.no-menu-filter-selected {
  color: #0089ff !important;
}
/* .restaurants-dietries-restrictions .dietary-disabled,
.restaurants-dietries-restrictions .ingredient-disabled, */
.disabled-opacity {
  opacity: 0.6;
  pointer-events: none;
}
.restaurants-dietries-restrictions .restaurant-card span {
  font-weight: normal;
}
.restaurant-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: contain;
  aspect-ratio: auto 45 / 45;
  background-repeat: no-repeat;
  background-position: center;
  /* object-fit: contain; */
  box-shadow: 0px 1px 6px rgba(0,0,0, 0.10);
}
.menu-restaurant-logo{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-size: contain;
  aspect-ratio: auto 45 / 45;
  background-repeat: no-repeat;
  background-position: center;
}
/* .restaurants-dietries-restrictions .selected-restaurants-dietaries, */
.restaurants-dietries-restrictions .selected-restaurants {
  background: var(--black);
  color: white;
  border-radius: 50%;
  font-size: 14px;
  padding: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.goBackSlide {
  position: absolute;
  padding: 0;
  border: none;
  background: transparent;
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  left: -25px;
  transform: translateY(-50%);
  color: white;
  z-index: 3;
}
.goBackSlide:disabled,
.goBackSlide:disabled img {
  visibility: hidden;
}
.goNextSlide {
  position: absolute;
  padding: 0;
  border: none;
  background: transparent;
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  right: -25px;
  transform: translateY(-50%);
  color: white;
  z-index: 3;
}
.goNextSlide img,
.goBackSlide img {
  width: 100%;
  height: 100%;
}
.goNextSlide:disabled,
.goNextSlide:disabled img {
  visibility: hidden;
}
.goBackSlide:focus,
.goNextSlide:focus {
  outline: none;
}
.restaurants-dietries-restrictions .dietary-logo-wrapper {
  /* padding: 0.5rem 1rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem 0.5rem;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out; */
  /* background-color: red; */
}
/* Menu Filter Pills Design*/

/* .restaurants-dietries-restrictions .dietary-menu-filter {
  color: var(--gray-500);
  background-color: var(--white);
  border: 1px solid var(--white);
} */
/* .cuisines-diet-pills:hover .dietary-labels {
  color: red ;
} */
.dietary-menu-filter,.cuisines-diet-pills,.cuisine-diet-preferences-selected,
.dietary-menu-filter-selected{
  padding: 0 15px;
}
.restaurants-dietries-restrictions .dietary-menu-filter-selected > .dietary-logo-wrapper{
  background-color: #E2E6EA;
}
.restaurants-dietries-restrictions .dietary-menu-filter-selected > .dietary-labels {
  /* border: 1px solid var(--link-blue); */
  color: red;
}
.popup-dietary-logo > div > svg{
  width: 24px;
  height: 24px;
}

.restaurants-dietries-restrictions .more-filter {
  color: var(--link-blue);
  font-size: var(--large);
  border: 1px solid var(--link-blue);
  background-color: #E6F1FE;
  padding: 0.5rem 1rem !important;
  font-weight: var(--font-weight-600);
}
.pills-svg-wrapper{
  width: 2rem;
  height: 2rem;
  background-color: var(--white);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* /////// */
/* Cuisines-diet-pills for slider */
.dietary-logo-wrapper{
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.dietary-labels{
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #212529;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
}
.cuisines-diet-pills:hover .dietary-logo-wrapper,
.cuisine-diet-preferences-selected > .dietary-logo-wrapper {
  background-color: #E2E6EA;
}
.restaurants-dietries-restrictions .dietary-logo svg,
.dietary-logo svg {
  width: 36px;
  height: 36px;
}
.profile-cuisines-diet-pills .dietary-logo svg{
  height: 16px;
  width: 16px;
}
.cuisine-diet-preferences-selected > .dietary-labels
{
  color: red !important;
  white-space: nowrap;
}
.restaurants-dietries-restrictions .dietary-logo img {
  width: 17px;
  height: 17px;
}
/* .restaurants-dietries-restrictions .dietary-logo p,
.dietary-logo p {
  white-space: nowrap;
  text-align: center;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #6E6E73;
} */

.restaurants-dietries-restrictions
  .react-multi-carousel-list
  .react-multi-carousel-track {
  display: flex;
}
.menu-section-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: var(--danger);
  border-radius: 50%;
}
.menu-section-icon i {
  color: var(--white);
  font-size: 25px;
}
/* .refresh-user-choice-section {
  background: #0089ff;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 7px 10px;
  border: none;
  border-radius: 5px;
}
.refresh-user-choice-section:focus {
  outline: none;
}
.refresh-user-choice-section::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #0089ff;
  left: -14px;
  top: 50%;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  transform: translate(0, -50%);
} */
.disabled-fooditem {
  opacity: 0.7;
  pointer-events: none;
}
.menu-detail-fooditem-card {
  border-radius: 8px;
  overflow: visible;
}
.menu-detail-fooditem-card:hover {
  box-shadow: 3px 7px 20px 0px rgb(0 0 0 / 12%);
}
/* .menu-detail-fooditem-card .order-again-rating-container {
  line-height: 1;
  display: inline;
}
.menu-detail-fooditem-card .order-again-rating-container label {
  margin: 0;
} */
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.custom-backdrop {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000035;
  position: fixed;
}
.left-sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: white;
  transition: all 0.5s ease 0s;
  overflow: auto;
  padding: 0.75rem;
  z-index: 6;
  width: 85vw;
  max-width: 400px;
}
.current-delivery-item {
  background: #f4f8fb;
  border-radius: 17px;
  margin: 0.5rem 0;
  padding: 17px !important;
}
.right-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: white;
  width: 80vw;
  max-width: 400px;
  cursor: default;
  transition: all 0.5s;
}
.menu-filters-modal {
  border-radius: 17px;
  max-width: 500px;
  right: 0;
}
.reset-menu-filters-btn {
  border-radius: 1000px;
  border: 1px solid var(--primary-100);
  color: #167FFB;
}
.reset-menu-filters-btn:hover {
  background-color: #0069d9;
  color: white;
}
 /* New Stripe Layout Styling 2022 C20-1550  */
.stripe-payment-layout .credit-card-dot {
  width: 7px;
  height: 7px;
  background: rgb(73, 80, 87);
  border-radius: 50%;
  display: inline-block;
}
.stripe-payment-btns .save-stripe-payment {
  width: 100px;
  min-height: 38px;
  color: white;
  background: var(--primary-100) 0% 0% no-repeat padding-box;
  border-radius: 25px;
}
.stripe-payment-btns .cancel-stripe-payment {
  width: 100px;
  border: 1px solid #ced4da;
  /* border-radius: 5px; */
  border-radius: 25px;
}

/* MAIN DASHBOARD  */

.main-dashboard-delivery-restaurant-logo {
  width: 35px;
  height: 35px;
  margin: auto;
  background-size: cover;
  background-position: center;
}
.main-dashboard-delivery-card {
  transition: 0.3s ease-in-out;
}
.main-dashboard-delivery-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* MAIN DASHBOARD  */

/* React Notification Component (TOAST) Custumized CSS ("react-notifications-component": "^3.4.1",) */
.rnc__base {
  z-index: 7 !important;
}
.rnc__notification-container--top-center .rnc__notification {
  position: absolute;
  min-width: 320px;
  top: 0px;
  display: none;
  transition: height 10ms ease 0s !important;
}
.rnc__notification:first-child {
  display: block;
}
.rnc__notification-item--success,
.rnc__notification-item--success .timer {
  background-color: rgb(134, 187, 101) !important;
}
.rnc__notification-item--success {
  border-left: 8px solid rgb(107, 150, 80) !important;
}
.rnc__notification-close-mark {
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  background-color: #86bb64 !important;
  cursor: pointer;
}
.rnc__notification-item .rnc__notification-close-mark:after {
  content: "\f057" !important;
  font-size: 16px !important;
}
.rnc__notification-item--danger .rnc__notification-close-mark {
  background-color: var(--danger) !important;
}
 /* STRIPE ELEMENTS CSS */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
 /* STRIPE ELEMENTS CSS */

/* Dashboard New Design 2021 CSS*/

/* .clone-order-settings {
  font-size: 0.8rem;
} */
span.prim-link.active {
  color: #0089ff !important;
  font-weight: bold;
}
span.nav-link.active:after,
button.nav-link.active:after {
  content: "";
  position: absolute;
  top: 3.6rem;
  left: 0px;
  border-top: 3px solid #DC3644;
  width: 100%;
  cursor: auto;
}
.reports-title {
  border: none;
  border-radius: 0px;
}
/* .order-history-daypicker {
  padding-left: 5px;
  padding-right: 5px;
} */
.selected-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.main-del-add-pop-up .container {
  padding: 0 !important;
}
.delivery-address:hover {
  background-color: #f2fafe;
}
/* .arrow-position {
  position: relative;
  right: 41px;
  background-color: #f4f8fb;
  color: rgb(33 37 41 / 73%) !important;
  padding: 10px;
  border-radius: 50%;
} */
.filter-restaurant-dropdown {
  box-shadow: 0px 3px 16px var(--gray);
  border-radius: 5px !important;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 69px !important;
  transform: translate3d(-39px, 57px, 0px);
}
.filter-restaurant-dropdown p {
  cursor: pointer;
}
.reports-main iframe {
  width: 100%;
  top: 22px;
  position: relative;
}
/* div.calendarlist-item.active {
  border: 1px solid #d00 !important;
}
div.calendarlist-item.active > .calendarlist-item-day {
  background-color: #d00;
  color: white;
} */
.selectable-filter {
  cursor: pointer;
  box-shadow: 0px 2px 3px #0000000D;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  color: var(--gray-100);
}
.selectable-filter:focus-within {
  color: #167FFB;
  border: 1px solid #167FFB;
}
.marketplace-time-picker-input:focus-within {
  color: #167FFB;
}
.all-deliveries-dashboard-range-picker .rdrCalendarWrapper { /* rdrCalendarWrapper is Package Class */
  width: 100%;
}
.all-deliveries-dashboard-range-picker .rdrMonth { /* rdrMonth is Package Class */
  flex-grow: 1;
  width: 100%;
}
.react-datepicker{
  display: flex !important;
}
.selectable-filter .react-datepicker-popper {
  z-index: 2;
  left: 0 !important;
  top: 0 !important;
  padding-top: 0px !important;
  transform: translate3d(0, 54px, 0px) !important;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__header {
  background-color: white;
}
.react-datepicker .react-datepicker__time-container .react-datepicker__header {
  background-color: white;
}
/* .selectable-filter:active {
  background-color: rgb(230 237 243);
  color: #167FFB;
  border: 1px solid #167FFB;
} */
.date-filter-active{
  color: #167FFB;
  border: 1px solid #167FFB;
}

/* .hide {
  display: none !important;
} */

/* div.calendarlist-item {
  display: inline;
  float: left;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #e9ecef;
  width: 65px;
  cursor: pointer;
  padding-top: 0 !important;
  transition: all 0.2s ease-in-out 0s;
}
div.calendarlist-item.faded {
  opacity: 0.6;
  border: 1px solid #e9ecef !important;
  pointer-events: none;
}
div.calendarlist-item.faded1 {
  opacity: 0.6;
  border: 1px solid #e9ecef !important;
}
div.calendarlist-item:hover {
  border: 1px solid red;
}
div.calendarlist-item div.calendarlist-item-day {
  letter-spacing: 0.6px;
  text-align: center;
  color: #2d3955;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e9ecef;
  padding-top: 0.2rem;
  transition: all 0.2s ease-in-out 0s;
}
div.calendarlist-item div.calendarlist-item-booked {
  text-align: center;
  font-size: 9px;
  line-height: 0.6rem;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
}
div.calendarlist-item div.calendarlist-item-date {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 1.9px;
  text-align: center;
  color: rgba(45, 57, 85, 0.77);
} */
/* .filter-container {
  z-index: 1000;
  border-bottom: 1px solid #e5ebf1;
} */
/* .fixed-top-padding {
  padding-top: 4rem;
} */
/* .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 73px 1rem 1rem 1rem;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
} */
/* .dashboard-delivery-instr {
  height: 50px;
  max-height: 50px;
  overflow: auto;
} */
/* .sidebar-card {
  border-radius: 4px;
}
.sidebar-card-content {
  padding: 1rem;
} */
/* Breadcrumbs */
/* .breadcrumb {
  border: 1px solid #ffffff;
  background: rgb(217 229 238 / 46%);
  border-radius: 4px;
}
ol.breadcrumb:first-child {
  border-radius: 4px !important;
}

.breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
}

.breadcrumb.breadcrumb-custom {
  padding: 0 0;
  border-color: #ffffff;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item {
  font-size: 0.875rem;
  background: #d9e5ee;
  padding: 0.56rem 10px;
  color: #000;
  display: inline-block;
  vertical-align: top;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item:last-child {
  background: transparent;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item:before {
  content: "";
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a {
  position: relative;
  color: inherit;
  border: 1px solid #d9e5ee;
  display: inline-block;
  vertical-align: top;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a:before,
.breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
  position: absolute;
  top: -9px;
  width: 0;
  height: 0;
  content: "";
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a:before {
  right: -22px;
  z-index: 3;
  border-left-color: #d9e5ee;
  border-left-style: solid;
  border-left-width: 12px;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
  border-top: 21px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 12px solid #ffffff;
  top: -9px;
  right: -23px;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item span {
  display: inline-block;
  vertical-align: top;
}

.breadcrumb.bg-success,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.today:before,
.swal2-modal .swal2-buttonswrapper .breadcrumb.swal2-styled.swal2-confirm,
.settings-panel .color-tiles .breadcrumb.tiles.success,
.breadcrumb.bg-dark,
.settings-panel .color-tiles .breadcrumb.tiles.dark,
.breadcrumb.bg-danger,
.settings-panel .color-tiles .breadcrumb.tiles.danger,
.breadcrumb.bg-warning,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.active:before,
.settings-panel .color-tiles .breadcrumb.tiles.warning,
.breadcrumb.bg-primary,
.settings-panel .color-tiles .breadcrumb.tiles.primary,
.breadcrumb.bg-info,
.settings-panel .color-tiles .breadcrumb.tiles.info {
  border: none;
}

.breadcrumb.bg-success .breadcrumb-item,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.today:before
  .breadcrumb-item,
.swal2-modal
  .swal2-buttonswrapper
  .breadcrumb.swal2-styled.swal2-confirm
  .breadcrumb-item,
.settings-panel .color-tiles .breadcrumb.tiles.success .breadcrumb-item,
.breadcrumb.bg-dark .breadcrumb-item,
.settings-panel .color-tiles .breadcrumb.tiles.dark .breadcrumb-item,
.breadcrumb.bg-danger .breadcrumb-item,
.settings-panel .color-tiles .breadcrumb.tiles.danger .breadcrumb-item,
.breadcrumb.bg-warning .breadcrumb-item,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.active:before
  .breadcrumb-item,
.settings-panel .color-tiles .breadcrumb.tiles.warning .breadcrumb-item,
.breadcrumb.bg-primary .breadcrumb-item,
.settings-panel .color-tiles .breadcrumb.tiles.primary .breadcrumb-item,
.breadcrumb.bg-info .breadcrumb-item,
.settings-panel .color-tiles .breadcrumb.tiles.info .breadcrumb-item {
  color: #ffffff;
}

.breadcrumb.bg-success .breadcrumb-item:before,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.today:before
  .breadcrumb-item:before,
.swal2-modal
  .swal2-buttonswrapper
  .breadcrumb.swal2-styled.swal2-confirm
  .breadcrumb-item:before,
.settings-panel .color-tiles .breadcrumb.tiles.success .breadcrumb-item:before,
.breadcrumb.bg-dark .breadcrumb-item:before,
.settings-panel .color-tiles .breadcrumb.tiles.dark .breadcrumb-item:before,
.breadcrumb.bg-danger .breadcrumb-item:before,
.settings-panel .color-tiles .breadcrumb.tiles.danger .breadcrumb-item:before,
.breadcrumb.bg-warning .breadcrumb-item:before,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.active:before
  .breadcrumb-item:before,
.settings-panel .color-tiles .breadcrumb.tiles.warning .breadcrumb-item:before,
.breadcrumb.bg-primary .breadcrumb-item:before,
.settings-panel .color-tiles .breadcrumb.tiles.primary .breadcrumb-item:before,
.breadcrumb.bg-info .breadcrumb-item:before,
.settings-panel .color-tiles .breadcrumb.tiles.info .breadcrumb-item:before {
  color: inherit;
}

.breadcrumb.bg-success .breadcrumb-item a,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.today:before
  .breadcrumb-item
  a,
.swal2-modal
  .swal2-buttonswrapper
  .breadcrumb.swal2-styled.swal2-confirm
  .breadcrumb-item
  a,
.settings-panel .color-tiles .breadcrumb.tiles.success .breadcrumb-item a,
.breadcrumb.bg-success .breadcrumb-item span,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.today:before
  .breadcrumb-item
  span,
.swal2-modal
  .swal2-buttonswrapper
  .breadcrumb.swal2-styled.swal2-confirm
  .breadcrumb-item
  span,
.settings-panel .color-tiles .breadcrumb.tiles.success .breadcrumb-item span,
.breadcrumb.bg-dark .breadcrumb-item a,
.settings-panel .color-tiles .breadcrumb.tiles.dark .breadcrumb-item a,
.breadcrumb.bg-dark .breadcrumb-item span,
.settings-panel .color-tiles .breadcrumb.tiles.dark .breadcrumb-item span,
.breadcrumb.bg-danger .breadcrumb-item a,
.settings-panel .color-tiles .breadcrumb.tiles.danger .breadcrumb-item a,
.breadcrumb.bg-danger .breadcrumb-item span,
.settings-panel .color-tiles .breadcrumb.tiles.danger .breadcrumb-item span,
.breadcrumb.bg-warning .breadcrumb-item a,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.active:before
  .breadcrumb-item
  a,
.settings-panel .color-tiles .breadcrumb.tiles.warning .breadcrumb-item a,
.breadcrumb.bg-warning .breadcrumb-item span,
.datepicker-custom
  .datepicker.datepicker-inline
  .datepicker-days
  .table-condensed
  tbody
  tr
  td.breadcrumb.day.active:before
  .breadcrumb-item
  span,
.settings-panel .color-tiles .breadcrumb.tiles.warning .breadcrumb-item span,
.breadcrumb.bg-primary .breadcrumb-item a,
.settings-panel .color-tiles .breadcrumb.tiles.primary .breadcrumb-item a,
.breadcrumb.bg-primary .breadcrumb-item span,
.settings-panel .color-tiles .breadcrumb.tiles.primary .breadcrumb-item span,
.breadcrumb.bg-info .breadcrumb-item a,
.settings-panel .color-tiles .breadcrumb.tiles.info .breadcrumb-item a,
.breadcrumb.bg-info .breadcrumb-item span,
.settings-panel .color-tiles .breadcrumb.tiles.info .breadcrumb-item span {
  color: inherit;
} */


/* .restaurant-logo-chowmill {
  width: 35px;
  height: 35px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
} */

.sidebar-meeting-header {
  background-color: rgba(73, 76, 77, 0.04);
  background-color: white;
  border-radius: 4px;
}

.restaurant-search-bar{
  font-size: 14px;
  font-weight: normal;
  color: #6E6E73;
  border: 0px;
  background-color: #F5F5F5;
  padding: 11px;
  height: 40px;
}

.delivery-address{
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  background-color: #fff;
}
.delivery-address:hover{
  background-color: transparent;
}
/* .sidebar-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-title-out {
  color: rgba(255, 255, 255, 0.9);
} */
/* .sidebar-item-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
/* .dotted-div {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.dotted-div:after {
  content: "..........................................................................................................";
  letter-spacing: 6px;
  font-size: 23px;
  color: #9cbfdb;
  display: inline-block;
  vertical-align: 3px;
  width: 50%;
} */
.menu-card {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out 0s;
  min-height: 2rem;
}
.marketplace-card {
  border: 0;
}
/* .rate_star {
  font-size: 18px;
  color: #f9a41c;
  width: 20px;
} */
.card-price-tag {
  text-transform: uppercase;
  letter-spacing: 0.015rem;
  font-weight: 500;
  /* overflow: hidden; */
  white-space: nowrap;
  color: #1F1F1F;
}

/* .sidebar-calendar {
  box-shadow: none !important;
  margin: auto !important;
  width: 100% !important;
} */

.selectedDate {
  background: white !important;
  color: #000000cc !important;
}
/* .sidebar-calendar-ordered,
.sidebar-calendar-delivery-exists {
  position: relative;
}
.sidebar-calendar-ordered::after {
  content: "\f00c";
  font-size: 10px;
  color: #28a745;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  text-align: center;
} */
/* .Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover {
  background: #fff !important;
  font-weight: bold;
} */
/* .sidebar-calendar-today::after {
  visibility: hidden;
}

.sidebar-calendar-delivery-exists::after {
  content: "\A";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--danger);
  position: absolute;
  text-align: center;
  top: 0;
} */

/* div.calendarlist-item:active,
div.calendarlist-item:focus,
.slick-slide:focus {
  outline: 0 !important;
}
div.calendarlist-item.faded:hover {
  opacity: 0.7 !important;
  border: 1px solid #e9ecef;
  pointer-events: none;
}

div.calendarlist-item:hover {
  border: 1px solid var(--danger);
} */
/* .filter-dropdown__control {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
} */
/* .card-footer {
  border-top: 0;
  background-color: #f1f6f8;
  font-size: 0.875rem;
  max-height: 45px;
  overflow: scroll;
  min-height: 45px;
}
.card-footer a {
  text-decoration: none;
} */
/* div.sold-card:hover {
  border: 1px solid #343a40 !important;
  cursor: default !important;
} */
div.menu-card:hover {
  border: 1px solid #0089ff;
  cursor: pointer;
}
div.marketplace-card:hover {
  border: 0;
  cursor: pointer;
  background: rgb(230 237 243);
}
.card-item-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 144px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.res-card-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 144px;
  position: relative;
  min-width: 100%;
  width: 100%;
  border-radius: 0.5rem;
}

.card-item-img-lg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 270px;
  border-radius: 4px;
}
.footer-pill {
  margin: 0 0.1rem 0 0.1rem;
}

/* .rate_star:hover {
  font-weight: bold;
} */

.card-text {
  color: #808080;
  font-size: 0.875rem;
  height: 2.8em;
  overflow: hidden;
  clear: both;
  display: flex;
}
.card-title {
  /* width: 80%; */
  letter-spacing: 0.015rem;
  font-weight:500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1F1F1F;
}

.combo-card-title {
  /* width: 98%; */
  letter-spacing: 0.015rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.individual-restaurant-card-title {
  /* width: 98%; */
  letter-spacing: 0.015rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#1F1F1F;
}

.text-overflow-handling {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-content {
  border-radius: 4px;
  border: 1px solid #e9ecef;
}
/* .modal-dialog {
  overflow-y: initial !important;
} */
.modal-body {
  max-height: 75vh;
  /* overflow-y: auto; */
  padding: 2rem;
}
.order-popup-modal-body {
  max-height: 80vh;
  height: calc(95vh - 220px);
}
.modal-header {
  padding: 1.5rem 2rem 1.5rem 2rem;
  background-color: rgba(239, 238, 234, 0.5);
}
.modal-footer {
  background-color: rgba(239, 238, 234, 0.2);
}
.modal-backdrop {
  opacity: 0.7 !important;
}
.buy-button {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.marketplace-apply-filter {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.orderform-section-name {
  display: inline;

  margin-bottom: 0;
}
.view-nutrition-fact:hover {
  text-decoration: underline;
}
.amount-per-serving-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  font-family: "Source Sans Pro";
}
.orderform-section-required {
  display: inline;
  color: rgb(128, 128, 128);
  padding: 0.25rem;
  padding-left: 0;
  margin-bottom: 0px;
  font-weight: normal;
}
.required-error-highlight {
  background-color: yellow;
  border: 1px solid #ffeeba;
  color: #856404;
}
.company-required-field {
  background-color: #fafafa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.invite-users {
  max-height: 60px;
}
.option_select {
  border-bottom: 1px solid #e9ecef;
}
.food_item_option {
  border-bottom: 1px solid #e9ecef;
}
/* .subheader {
  background-color: #fafafa;
} */
/* .noclick {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
} */
/* .subheader_subtitle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: left;
  color: rgba(33, 37, 41, 0.65);
} */
/* a#addressSelectLink {
  width: 100%;
  border: 0;
  text-align: left !important;
  padding-left: 0;
  padding-top: 0;
  color: rgba(33, 37, 41, 0.65) !important;
}
a#addressSelectLink :focus,
a#addressSelectLink :active,
.address-dropdown :focus,
.address-dropdown :active {
  outline: none;
} */

/* .address-dropdown-menu {
  z-index: 100000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
} */

/* .dropdown-caret-toggle::after {
  position: absolute;
  left: auto;
  top: 45%;
} */

/* .subheader .btn-group {
  max-height: 38px;
  vertical-align: middle;
} */

/* .noclick-content {
  color: brown;
  font-size: 48px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
  text-shadow: 0 0 3px #fff;
  cursor: default;
} */

/* .company_address_name {
  text-transform: capitalize;
} */

/* .meal_type {
  text-transform: capitalize;
} */
.buy-btn-wide {
  min-width: 123px;
}
.invalid-feedback-password {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--danger);
}
/* input[type="range"] {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  height: 2em;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
} */

/* .name-this-delivery {
  font-weight: bold;
  color: #212529;
  font-size: 1.75rem;
}
.name-this-delivery::placeholder {
  font-weight: bold;
  color: #212529;
  font-size: 1.75rem;
} */
.marketplace-address-picker-input {
  font-size: 1rem;
  font-weight: 500;
  outline: none;
  border: 0;
  color: var(--gray-600);
  caret-color: transparent;
  background-color: transparent !important;
  padding-left: 5px !important;
  cursor: pointer;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marketplace-address-picker-input:focus-within {
  color: #167FFB;
  float: left;
}
.marketplace-time-picker-input {
  border: 0;
  outline: none;
  caret-color: transparent;
  height: 38px;
  cursor: pointer;
  background-color: transparent;
  min-width: 248px;
  font-size: 1rem;
  line-height: 38px;
  font-weight: 500;
  color: var(--gray-600);
  padding-left: 5px;
  font-family: 'Roboto', sans-serif;
}
/* .marketplace-info-alert {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
} */

/* .marketplace-budget-slider {
  height: 38px !important;
  color: #212529 !important;
  min-width: 179px;
} */
/* input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 2em;
  height: 2em;
  margin-top: 0;
  background-color: white;
  border-radius: 1em;
  border: 2px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 2em;
  height: 2em;
  margin-top: 0;
  background-color: white;
  border-radius: 1em;
  border: 2px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
input[type="range"]::-ms-thumb {
  width: 2em;
  height: 2em;
  margin-top: 0;
  background-color: white;
  border-radius: 1em;
  border: 2px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
input[type="range"]:hover::-webkit-slider-thumb {
  border-color: rgba(0, 0, 0, 0.3);
}
input[type="range"]:hover::-moz-range-thumb {
  border-color: rgba(0, 0, 0, 0.3);
}
input[type="range"]:hover::-ms-thumb {
  border-color: rgba(0, 0, 0, 0.3);
}
input[type="range"]:active::-webkit-slider-thumb {
  border-color: rgba(198, 0, 0, 0.5);
}
input[type="range"]:active::-moz-range-thumb {
  border-color: rgba(198, 0, 0, 0.5);
}
input[type="range"]:active::-ms-thumb {
  border-color: rgba(198, 0, 0, 0.5);
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  height: 1em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  cursor: pointer;
  height: 1em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
input[type="range"]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
} */
.react-tooltip {
  font-size: 16px !important;
  padding: 4px 7px !important;
}
/* .tooltip {
  margin-left: 30px;
} */
.cstm-remove-spinner .spinner-wide-handling {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}
.post-meeting-spnner {
  display: inherit;
  margin: 40% 40px !important;
}
.custom-options {
  background: #ffffff;
  margin: 6px -1px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 6px;
  width: 278px;
  top: 40px;
}
.custom-options li:hover {
  background: #dddddd;
  cursor: pointer;
}
ul.custom-options li {
  margin-bottom: 5px;
  border-radius: 2px;
  padding: 2px 8px;
}
.main-custom-options input {
  cursor: pointer;
  background-color: #ffffff;
}
/* .white-color {
  color: #ffffff !important;
} */
.share-meeting-spinner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 100px;
}
/* .shared-meeting-email {
  margin-bottom: 0px;
} */
.anchor-style {
  color: #3c96fe;
  cursor: pointer;
  float: right;
}
/* .update-meeting-toggle {
  position: absolute !important;
  will-change: transform !important;
  top: 0px;
  left: 0px !important;
  transform: translate3d(9px, 31px, 0px) !important;
} */
/* .marging-top-ten {
  margin-top: 10px;
} */
/* .loadmore-spinner {
  min-width: 222px;
} */
.cancelled-affect {
  text-decoration: line-through;
}
/* .calendarlist-item.slick-p-2.active.calendar-cursor {
  cursor: default;
} */
.dropdown-toggle::after {
  margin-left: 0;
}
/* .left-links a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 1rem 0 1rem 1rem;
  font-size: 90%;
  color: #737373;
  border-bottom: 1px solid #efeeea;
}
.left-links a:hover {
  background-color: rgba(239, 238, 234, 0.4);
}

.left-links a.selected {
  background-color: rgba(239, 238, 234, 0.4);
} */

/* .order-icon {
  color: rgba(115, 115, 115, 0.4);
} */
/* .order-item-box {
  border-bottom: 1px solid rgba(115, 115, 115, 0.1);
  text-align: center;
} */

/* div.calendarlist-item {
  display: inline;
  float: left;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #e9ecef;
  width: 65px;
  cursor: pointer;
  padding-top: 0 !important;
  transition: all 0.2s ease-in-out 0s;
}

div.calendarlist-item.faded {
  opacity: 0.6;
  border: 1px solid #e9ecef !important;
  pointer-events: none;
}

div.calendarlist-item.faded1 {
  opacity: 0.6;
  border: 1px solid #e9ecef !important;
}

div.calendarlist-item:hover {
  border: 1px solid red;
}

div.calendarlist-item div.calendarlist-item-day {
  letter-spacing: 0.6px;
  text-align: center;
  color: #2d3955;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e9ecef;
  padding-top: 0.2rem;
  transition: all 0.2s ease-in-out 0s;
}

div.calendarlist-item div.calendarlist-item-booked {
  text-align: center;
  font-size: 9px;
  line-height: 0.6rem;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
}

div.calendarlist-item div.calendarlist-item-date {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 1.9px;
  text-align: center;
  color: rgba(45, 57, 85, 0.77);
}

div.calendarlist-item.active {
  border: 1px solid #d00 !important;
}

div.calendarlist-item.active > .calendarlist-item-day {
  background-color: #d00;
  color: white;
} */

.btn-cuisine {
  border-radius: 24.2px;
  margin: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--black);
  font-weight: bold;
  background-color: transparent;
}
/* .invalid-strip-message {
  color: var(--danger);
}
.main-date-picker {
  position: relative;
}
.main-date-picker span {
  position: absolute;
  top: 38px;
  right: 0;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  z-index: 7;
} */
.padding-left-15 {
  padding-left: 15px !important;
}
/* CSS Animations starts */

.wrapper {
  position: relative;
  overflow: hidden;
  width: 430px;
}
#slide {
  position: relative;
  left: -450px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.3s forwards;
  animation-delay: 0.5s;
}
/* Invite Vendor Popup Styling START */
.main-google-map {
  width: 100%;
  height: 400px;
  position: relative;
}
.no-place-found {
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 0%, 0.65);
}
.no-place-found h5 {
  color: white;
}
/* Invite Vendor Popup Styling END */
@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}
@keyframes slide {
  100% {
    left: 0;
  }
}
.animate-height {
  position: relative;
  animation: slide 0.3s forwards;
  animation-delay: 0.5s;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.modal-body canvas {
  width: 100%;
  height: 100%;
}
/* @-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
} */
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
@media (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/* @-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
} */
/* vertical
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls 
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */

/* Rtl 
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
} */
/* Rtl */
/* 
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
} */
/* .lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
} */
/*/  GRab cursor */
/* .lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
} */

/* ======================================
Simple slider css
====================================== */

ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}
/* .demo .item {
  margin-bottom: 60px;
} */

/* .content-slider h3 {
  margin: 0;
  padding: 70px 0;
} */
/* .demo {
  width: 800px;
} */
/* .bufets-item {
  background: #f7f6f6;
  width: 160px;
  height: 65px;
  display: block;
  border-radius: 4px;
  background-size: 100% 100%;
} */
/* .buffet-dashed-border {
  border: 1px dashed #000000;
} */
/* .dishes-serve {
  color: #a1a1a1;
  font-weight: bold;
  margin-bottom: 7px;
  display: inline-block;
  min-height: 17px;
}
.item-title {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 5px;
  min-height: 26px;
  max-height: 22px;
  overflow: hidden;
}
.sticky-top-bar {
  position: sticky;
  top: 73px;
  background-color: #f4f8fb;
  z-index: 999;
}
.sticky-user {
  top: 10px !important;
  background-color: #f4f8fb;
}
.sticky-alert-open {
  top: -217px !important;
  background-color: #f4f8fb;
}
.sticky-alert-close {
  top: 10px !important;
  background-color: #f4f8fb;
}
.marketplace-sticky-top-open {
  top: -251px;
  background-color: #f4f8fb;
}
.marketplace-sticky-top-close {
  top: -150px;
  background-color: #f4f8fb;
} */
.dashboard-cal {
  width: 100%;
}
.menu-detail.dashboard-cal {
  /* width: 150%; */
  padding: 3rem 2rem;
  border-radius: 17px;
}
/* .lg-section-scroll a {
  background-color: transparent;
  border: 0;
} */
/* .lg-item:hover {
  background-color: transparent;
  font-weight: bold;
}
a.lg-item.active:after {
  content: "";
  position: absolute;
  top: 2.9rem;
  left: 0px;
  border-top: 3px solid #495057;
  width: 100%;
  cursor: auto;
} */
/* .lg-section-scroll a.active {
  background-color: transparent;
  color: #495057;
  font-weight: bold;
  border: 0;
} */
/* .panel-content label {
  margin-bottom: 0px;
} */
.dashboard-cal .DayPicker-Month {
  width: 95%;
}
.menu-detail.dashboard-cal .DayPicker-Month {
  font-weight: bold;
}
.dashboard-cal .DayPicker-WeekdaysRow,
.dashboard-cal .DayPicker-Week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  place-items: center;
  margin-bottom: 7px;
}
.dashboard-cal .DayPicker-Day {
  position: relative;
  cursor: default;
  color: #99a4a4 !important;
  height: 30px;
  width: 30px;
}
.menu-detail.dashboard-cal .DayPicker-Day {
  height: 35px;
  width: 35px;
}
.dashboard-cal .DayPicker-Day:hover {
  background-color: white !important;
}
.DayPicker-Month {
  margin: 0px !important;
  margin-top: 1em !important;
}
.dashboard-cal .DayPicker-Day--today {
  color: #99a4a4 !important;
  font-weight: normal;
}
.menu-detail.dashboard-cal .DayPicker-Day--selected {
  color: var(--gray-600) !important;
  font-weight: bolder;
  background-color: #0088ff4a !important;
  border: none;
  padding: 4px 4px;
}
.menu-detail.dashboard-cal .DayPicker-Caption > div {
  font-weight: 600;
  font-size: 18px;
}
.dashboard-cal .DayPicker-Day--selected {
  color: var(--gray-600) !important;
  font-weight: bolder;
  background-color: white !important;
  border: 1px solid var(--danger);
  /* padding: 7px 0; */
}
.dashboard-cal .DayPicker-Day--deliveryExists,
.dashboard-cal .DayPicker-Day--orderPresent {
  cursor: pointer !important;
  color: var(--gray-600) !important;
}
.dashboard-cal .DayPicker-Day--deliveryExists:hover,
.dashboard-cal .DayPicker-Day--orderPresent:hover {
  font-weight: bolder;
}
.mobile-calendar .order-present,
.mobile-calendar .delivery-present {
  cursor: pointer;
  color: var(--black);
}
/* .mobile-calendar .delivery-present::after, */
.dashboard-cal .DayPicker-Day--deliveryExists:after {
  content: "\A" !important;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--danger) !important;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 5px;
  left: calc(50% - 2px);
}
.dashboard-cal .DayPicker-Day--orderPresent:after,
.mobile-calendar .order-present::after {
  content: "\f00c" !important;
  background: #ffffff !important;
  width: 0px;
  font-size: 14px;
  color: #28a745;
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: calc(50% - 4px);
}
.mobile-calendar .order-present::after {
  top: -11px;
}
.dashboard-cal .DayPicker-Day--outside:after {
  content: "";
  background: none;
}
.slider-rating-popup > div{
  position: absolute;
  right: 156px;
  margin-top: 12px;
}

/* ======================================
buffet menu tile css started
====================================== */
.newContainer {
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
/* .newContainer .newHeader {
  text-align: center;
}
.newContainer .newHeader .logo {
  width: 50px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.newContainer .newHeader .badge {
  position: relative;
  margin-left: 10px;
  background: #6f6f6f;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 8px;
  border-radius: 15px;
  color: #ffffff;
}
.newContainer .newHeader .address {
  color: #6f6f6f;
  font-weight: normal;
  font-size: 12px;
}
.newContainer .newHeader table {
  margin: 0 auto;
  font-size: 13px;
} */
/* .applyBold {
  font-weight: bold;
} */
/* .applyDarkGrayColor {
  color: #6f6f6f;
} */
.newContainer .block_ {
  border: 1px solid rgb(192, 192, 192);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  margin-bottom: 10px;
}
.newContainer .block_ .col_4 {
  max-width: 33.333%;
  width: 100%;
  background-size: 100% 100%;
}
.newContainer .block_ .col_8 {
  max-width: 66.666%;
  width: 100%;
  padding: 15px;
  min-height: 185px;
}
.newContainer .block_ .col_8 h3 {
  font-size: 1.25em;
  margin: 7px auto;
}
.newContainer .block_ .col_8 p {
  margin-top: 10px;
}
p strong,
p b {
  font-size: 0.8em;
}
.newContainer .block_ .col_8 .options_ {
  margin-top: 10px;
}
.newContainer .block_ .col_8 .options_ span {
  background: rgb(226, 226, 226);
  padding: 6px 10px;
  margin-right: 7px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.8em;
  border-radius: 3px;
}
/* =======================================
buffet menu tile css ended
======================================= */
/* .main-bufets-item {
  margin: 0 auto;
  max-width: 170px;
} */
.dishsizes-error-highlight {
  background-color: yellow;
  padding: 0px;
}
.dishes-serves-count {
  color: #a0a3a5;
  margin-left: 29px;
  margin-bottom: 0;
}
/* .sidebar-item {
  cursor: pointer;
}
.sidebar-item:hover {
  background-color: rgba(239, 243, 254, 0.68);
} 
.sidebar-item-order-background-hover:hover {
  background-color: rgb(230 237 243) !important;
  border-radius: 2px;
}
.main-order-hover-m {
  margin: 4px 3px;
  max-width: 98%;
}

.order-modify-section {
  max-width: 90%;
  display: inline-block;
}*/
.disable-click {
  cursor: not-allowed;
}
/* .delete-order-trash {
  position: absolute;
  right: 0;
  z-index: 1;
}
.update-meeting-details-ellipsis {
  font-size: 17px;
  float: right;
  cursor: pointer;
  padding: 0 10px 0 10px;
}
.mainEvent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sidebar-item-row {
  position: relative;
}
.position-reletive {
  position: relative;
}
.sidebar-meeting-toggle {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.width-10per {
  width: 10%;
} */
.pointer-none {
  pointer-events: none;
}
.company-required-field .react-datepicker-wrapper input {
  width: 100%;
  height: 37px;
  border-radius: 5px;
  border: 1px solid #d4d7da;
  padding: 2px 12px;
  min-width: 278px;
  color: #4a5159;
}
/* .marketplace-date-picker .react-datepicker-wrapper input {
  width: 100%;
  height: 37px;
  border-radius: 5px;
  border: 1px solid #d4d7da;
  padding: 2px 12px;
  min-width: 325px;
  color: #4a5159;
} */
.width-50-percent {
  width: 50%;
}
.react-datepicker-time__header {
  text-transform: capitalize;
}
.buffet-style-alignment {
  line-height: 20px;
  padding-top: 0px;
}
.invalid-error-count {
  position: relative;
  z-index: 1;
}
.budged-slider-heign {
  max-height: 98px;
}
.custom-control-label {
  /* line-height: 23px; */
  line-height: 29px;
  padding-left: 10px;
}
.custom-buffet-switch{
  left: -2rem;
}
.custom-buffet-switch-container{
  left:-4rem;
}
/* Toggle BUtton styling */
/* .custom-control-label::before{
  height: 20px;
  width: 40px !important;
  border-radius: 11px !important;
} */
/* .custom-switch .custom-control-label::before {
  left: -2.6rem;
}
.custom-switch .custom-control-label::after{
  height: 16px;
  width: 16px;
} */
/* .custom-control-label::after{
  height: 16px;
  width: 16px;
} */
/* Toggle BUtton styling End */


/* .driver-section {
  border-radius: 4px;
  width: 98%;
}
.fa-truck-color {
  color: #dde4f7;
}
.width-50 {
  width: 50px;
}
.width-165 {
  width: 165px;
} */
/* market place css */
.market-place-searchbar,
.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  background-color: white;
  border-radius: 30px;
  padding: 5px 7px;
  min-width: 300px;
  display: flex;
  border: 1px solid #DFDFE3;
}
.market-place-searchbar{
  min-width: 385px;
}
.search_input {
  color: var(--gray-100);
  border: 0;
  outline: 0;
  background: white;
  caret-color: var(--gray-100);
  line-height: 40px;
  padding: 0 10px;
  width: 80%;
}
input.search_input::placeholder {
  color: var(--gray-100);
  font-size: 95%;
}
/* .searchbar:hover > .search_input {
  caret-color: var(--black);
}
.searchbar:hover > .search_icon {
  color: white;
  text-decoration: none;
} */
.search_icon {
  height: 40px;
  width: 40px;
  /* float: right; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--gray-100);
  text-decoration: none;
}
/* Light Search Bar */
.searchbar_light {
  margin-bottom: auto;
  margin-top: auto;
  background-color: white;
  border-radius: 10px;
  padding: 2px;
  min-width: 290px;
}
.search_input_light {
  color: var(--black);
  border: 0;
  outline: 0;
  background: none;
  caret-color: var(--black);
  line-height: 40px;
  padding: 0 10px;
  width: 80%;
}
input.search_input_input::placeholder {
  color: var(--black);
  font-size: 95%;
}
.searchbar_light:hover > .search_input {
  caret-color: var(--black);
}
.searchbar_light:hover > .search_icon {
  color: var(--black);
  text-decoration: none;
}
.search_icon_light {
  height: 40px;
  width: 40px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--black);
  text-decoration: none;
}
.search_type_ahead .form-control.rbt-input-multi.rbt-input {
  background: none;
  border: none;
  min-width: 300px;
  color: #ffffff;
}
.search_type_ahead {
  float: left;
}
.search_type_ahead .form-control.rbt-input-multi.focus {
  background: none;
  border: none;
  min-width: 300px;
  box-shadow: none;
}
.react-datepicker-popper {
  min-width: 340px;
}
.react-datepicker-popper {
  min-width: 340px !important;
}

.form-z-index .react-datepicker-popper {
  z-index: 5;
}
.rbt-menu {
  width: 309px !important;
  top: 9px !important;
  left: 16px !important;
}
.card img {
  max-height: 105px;
}
.rbt-input-multi .rbt-input-wrapper {
  margin-top: 2px !important;
}
input.rbt-input-main::placeholder,
input.rbt-input-main {
  color: #ffffff !important;
}
/* .font-style-italic {
  font-style: italic;
} */
/* .menu-type-pill-marketplace {
  line-height: 0px;
  padding: 9px;
  top: -2px;
  position: relative;
  text-transform: capitalize;
} */
.marketplace-carousel-slider-image {
  padding: 2px !important;
  padding-top: 0 !important;
}

.marketplace-custom-dot-list-style {
  justify-content: flex-end !important;
  bottom: 5px !important;
  right: 5px !important;
}
.react-multi-carousel-dot button {
  border-color: white !important;
  border-width: 1px;
}

/* .vendor-menu-item-rating {
  padding: 0px 10px 10px;
} */
/* .main-stars {
  background-color: #30A649;
  border-radius: 11px;
} */
/* .marketplace-combo-restaurant-rating {
  background-color: #30A649;
  border-radius: 11px;
  color: white;
  font-size: 14px;
  font-weight: 600;
} */
.star {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  width: 17px;
  height: 17px;
  background: lightgray;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
/* .marketplace-combo-star {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  width: 18px;
  height: 18px;
  background: #FFDA5B;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-bottom: 1px;
} */
.marketplace-combo{
  color: #FFDA5B;
}
.rateValue {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #FFD43B;
  height: 100%;
}
.no-restaurant {
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
}
.restaurant-card-title {
  margin-bottom: 0;
  width: 125px;
  display: inline-block;
}
/* .handle-scrolling-spy-main {
  max-width: 700px;
  overflow: hidden;
  margin: 0 5px;
} */
.link-style {
  color: #007bff;
}
.link-style:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* .lg-section-scroll a.active {
  background-color: none !important;
} */
.list-group-order-custom {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 4px !important;
}
.list-group-item-action:active {
  background-color: transparent !important;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: transparent !important;
}
a.list-group-item.list-group-item-action.accountSidebar:focus,
a.list-group-item.list-group-item-action.accountSidebar:hover {
  background: #007bff !important;
  color: #ffffff;
}
/* .spy-item-spacing {
  overflow: hidden;
  max-width: 125px;
  text-overflow: ellipsis;
  max-height: 49px;
  line-height: 30px;
  white-space: nowrap;
  padding: 0.75rem;
  min-width: 100px;
} */
/* .parent-sidebar-current-meeting-header {
  border: 1px solid rgba(248, 249, 250, 0.47);
  padding: 3px !important;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 4px;
} */
.DayPicker-Day.DayPicker-Day--highlighted.DayPicker-Day--disabled {
  color: #4a7eb7 !important;
}
.DayPicker-Day.DayPicker-Day--highlighted.DayPicker-Day--disabled:after {
  background: #4a7eb7 !important;
}
/* .disable-for-user
  .DayPicker-wrapper
  .DayPicker-Months
  .DayPicker-Month
  .DayPicker-Body
  .DayPicker-Week
  .DayPicker-Day {
  color: #dce0e0;
  cursor: not-allowed !important;
} */
/* .disable-for-user
  .DayPicker-wrapper
  .DayPicker-Months
  .DayPicker-Month
  .DayPicker-Body
  .DayPicker-Week
  .DayPicker-Day--highlighted {
  cursor: pointer !important;
} */
/* .white-background {
  background-color: #ffffff !important;
} */
.disabled-background .react-datepicker__input-container input {
  background-color: #e9ecef;
}
.DayPicker-Week .DayPicker-Day.DayPicker-Day--disabled {
  cursor: default !important;
}
.DayPicker-Week
  .DayPicker-Day.DayPicker-Day--highlighted.DayPicker-Day--disabled {
  cursor: pointer !important;
}
/* .handle-pointer-for-user
  .DayPicker-Week
  .DayPicker-Day.DayPicker-Day--highlighted {
  cursor: pointer !important;
}
.handle-pointer-for-user .DayPicker-Week .DayPicker-Day {
  cursor: default !important;
} */
/* .parent-sidebar-current-meeting-header {
  transition: 0.3s all ease-in-out;
}
.count-alignmets {
  padding: 0px 0px 0px 10px;
  min-width: 35px;
} */

/* css for warining of cutoff passed starts */
.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
/* .callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}
.callout + .bs-callout {
  margin-top: -5px;
}

.callout-default {
  border-left-color: #777;
}
.callout-default h4 {
  color: #777;
}

.callout-primary {
  border-left-color: #428bca;
}
.callout-primary h4 {
  color: #428bca;
}
.callout-primary h5 {
  color: #428bca;
} */
.callout-success {
  border-left-color: #5cb85c;
}
.callout-success h4 {
  color: #5cb85c;
}
.dropdown-cuisines-diet-pills {
  padding: 8px 16px ;
  border-radius: 27px;
  font-size: var(--medium);
  font-weight: normal;
  margin: 0px 8px 0px 0;
  color: #6E6E73;
  line-height: 19px;
  white-space: nowrap;
  background-color: #F8F9FA;
}

/* 
.callout-danger {
  border-left-color: #d9534f;
}
.callout-danger h4 {
  color: #d9534f;
}

.callout-warning {
  border-left-color: #f0ad4e;
}
.callout-warning h4 {
  color: #f0ad4e;
}

.callout-info {
  border-left-color: #5bc0de;
}
.callout-info h4 {
  color: #5bc0de;
}

.callout-bdc {
  border-left-color: #29527a;
}
.callout-bdc h4 {
  color: #29527a;
} */
/* css for warining of cutoff passed end */
/* .down-light-btn {
  width: 63px;
  padding: 2px;
}
.logo-sign-up {
  width: 100%;
}
.scrollspy-left-icon {
  position: absolute;
  top: 15px;
  left: 8px;
}
.scrollspy-right-icon {
  position: absolute;
  right: -10px;
  top: 15px;
  z-index: 999;
}
.scrollspy-left-icon i {
  cursor: pointer;
  color: #575e65;
  font-size: 20px;
}
.scrollspy-right-icon i {
  cursor: pointer;
  color: #575e65;
  font-size: 20px;
}
.minimized-meeting {
  opacity: 0.85;
  cursor: pointer;
}
.minimized-meeting:hover {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
.more-deliveries {
  position: fixed;
  bottom: 30px;
  right: 7.5%;
  z-index: 999;
} 
.mob-cal-color {
  color: rgba(0, 0, 0, 0.5);
} */
.opt-out-updates label {
  margin-right: 12px;
}
/* .display-on-mobile {
  display: none !important;
} */
.subsidy-line-height {
  line-height: 45px;
}
/* .sidebar-title-max {
  float: left;
  max-width: 190px;
  margin: 0px;
} */
/* #unattract-onmobile {
  display: none;
  transition: all 0.2s ease-in-out 0s;
} */
.sorted_asc {
  color: rgba(0, 0, 0, 0.25);
}
.sort-icon {
  color: #a2a3a3;
}
/* #mainSidebar {
  animation-duration: 0.5s;
  z-index: 1024;
}
.not-disabled {
  margin-left: 20px;
} */
.top-spaces-5-5rem {
  padding-top: 5.5rem !important;
}
.top-spaces-4rem {
  padding-top: 4rem !important;
}
.top-spaces-4-5rem {
  padding-top: 4.5rem !important;
}
/* .rest-section-heading {
  border-bottom: 1px solid #e5ebf1;
  margin-bottom: 10px;
  margin-right: 0 !important;
  padding-bottom: 10px;
}
.not-disabled input {
  float: left;
  margin-top: 7px !important;
  margin-right: 4px !important;
}
.not-disabled span {
  display: inline !important;
} */
.main-menu-area {
  overflow: hidden;
}
/* .slick-list {
  width: 83vw;
  right: 66px;
  max-width: 1241px;
}
.slider-dots {
  width: 14px;
  background: #ffffff;
  padding: 0px;
  height: 14px;
  border-radius: 14px;
  border: 2px solid #cdd6de;
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 2px 4px;
  cursor: pointer;
}
.slider-arrow-prev,
.slider-arrow-next {
  background: #3d3e3f;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 11px;
  margin: 0px 4px;
  cursor: pointer;
}
.slider-arrow-next {
  padding: 0px 0px 0px 5.4px;
}
.slider-arrow-prev {
  padding: 0px 0px 0px 4px;
}
.slider-dots-active {
  background: #000000;
}
.disable-arrow {
  background: #ccc;
  cursor: unset;
}
.slick-slide div:nth-child(1) {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.menu-slider-card div:nth-child(1) {
  display: block !important;
}
.slick-slide div:nth-child(2) {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.menu-slider-card div:nth-child(2) {
  display: block !important;
}
.menu-slider-card {
  display: block !important;
  min-width: 100%;
  margin-bottom: 15px;
}
table.table.table-striped.table-dark {
  margin-bottom: 0;
}
.update-location-link {
  color: #ffffff;
  font-size: 12px;
  width: 27%;
  display: inline-block;
  line-height: 10px;
}
.update-location-link:hover {
  color: #ffffff;
}
.update-location-link a {
  color: #ffffff;
}
.main-sidebar-heading {
  width: 73%;
  display: inline-block;
}
.menu-card-body-align {
  display: inline-block !important;
  width: 100% !important;
} */
.shadow-sm.menu-card .footitem-ingredient-align {
  display: inline-block !important;
  width: 100% !important;
}
/* .rest-left-section p {
  text-transform: lowercase;
}
.rest-left-section p {
  text-transform: lowercase;
  display: inline-block;
  margin: 0px;
}
.rest-left-section p:first-letter {
  text-transform: capitalize;
} */
.text-case {
  text-transform: lowercase;
}
.text-case:first-letter {
  text-transform: uppercase;
}
/* .new-section-item {
  margin: 0px 0.3rem;
  max-width: 32%;
  height: 100%;
} */
.DayPicker-Month {
  margin: 0px !important;
  margin-top: 1em !important;
}
.fooditem-text-capitalize {
  text-transform: lowercase;
}
.fooditem-text-capitalize::first-line {
  text-transform: capitalize;
}
/* .new-section-row {
  margin-left: 0px;
} */
.select-panel .select-item.selected {
  background: #ffffff;
  margin-bottom: 0;
}
/* .unsorted-vendor-table-heading {
  color: rgb(255 255 255 / 51%) !important;
}
.sorted-vendor-table-heading {
  color: #ffffff;
}
.max-300 {
  max-width: 300px;
}
.budget-skelton {
  float: right;
} */
.select-panel .select-item {
  padding-bottom: 0;
}
/* .height-400 {
  height: 400px;
}
.main-vendor-chart {
  height: 300px;
  margin-top: 30px;
}

.parent-sidebar > .minimized-sidebar {
  right: -23.4%;
  transition: 0.3s all ease-in-out;
}
.parent-sidebar:hover > .minimized-sidebar {
  right: 0em;
}
.parent-sidebar > .minimized-sidebar > div {
  left: 50%;
  transition: 0.3s all ease-in-out;
}
.parent-sidebar:hover > .minimized-sidebar > div {
  left: 24px;
  transition: 0.3s all ease-in-out;
}
.more-deliveries {
  transition: 0.3s all ease-in-out;
}
.parent-sidebar .minimized-sidebar:hover .more-deliveries {
  right: 7.5%;
}
.parent-sidebar .minimized-sidebar .more-deliveries {
  right: -11.5%;
} */
.address-circle-right {
  position: relative;
  top: -27px;
}
.marketplace-address-picker-input {
  max-width: 267px;
  float: left;
}
.date-picket-circle {
  position: relative;
  top: 8px;
}
.marketplace-address-picker-input {
  max-width: 280px;
}
.main-custom-options-marketplace .form-control:focus {
  box-shadow: none;
}
/* New Market place design combo-wrapper-background */
.combo-wrapper-background{
  background: transparent linear-gradient(103deg, #009FFF 0%, #EC2F4B 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 32px 0 32px 32px;
}
.combo-restaurant-info-card{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
}
.combo-card-details-wrapper{
  padding: 0px 0px 24px 0px;
} 
.combo-restaurant-logo-wrapper{
  height: 2rem;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius:50% ;
  -webkit-border-radius:50% ;
  -moz-border-radius:50% ;
  -ms-border-radius:50% ;
  -o-border-radius:50% ;
  margin-right: 12px;
}
.combo-restaurant-name{
  font-size: 1rem;
  line-height: 21px;
  color: #505050;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.combo-details{
  padding-bottom: 24px;
} 
.combo-details > span{
  font-size: 14px;
  color: #505050;
  line-height: 28px;
}


/* ///////////  Favourites Icon  /////////////// */
  .icon-favourites{
    color: #DC3545; 
  }
  .favourite{
    opacity: 1;
    position: absolute;
    z-index: 100;
    top: -20px;
    left: -70px;
    width: 40px;
    height: 40px; 
    background-color: white;
  }
  .favourited{
    opacity: 1;
    transition: opacity, 300ms;
  }
  .notfavourited{
    opacity: 0;
    transition: opacity, 300ms;
}
/* ///////////  New TAG STYLING  /////////////// */
.new-tag-controller {
  height: 40px;
  width: 40px;
  right: 0px;
  position: absolute;
  border-radius: 0 16px 0 0;
  background-color: none;
  overflow: hidden;
}
.new-restaurant-tag{
  position: absolute;
  border-radius: 0px 50px 50px 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  top: 0px;
}
.new-tag {
  text-align: center;
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: 600;
  right: -23px;
  padding-top: 6px;
  top: 2px;
  height: 23px;
  width: 70px;
  background-color: #FD7622;
  transform: rotate(45deg);
}
.user-table-header {
  min-width: 150px;
  word-wrap: break-word;
}
.user-table > tbody > td{
  border-top: none;
}
.item-list-dropDown {
  display: block;
  background-color: white;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 2;
  width: 135%;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.order_popup_description{
  font-size: 16px;
  line-height: 22px;
  color: #646464;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Source Sans Pro";
  word-break: break-all;
}
.order_popup_section_heading{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #212121;
}
.order_popup_section_sub_heading{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.save-btn-clr {
  color: #007bff;
  font-weight: 600;
}
.save-btn-clr:hover,
.save-btn-clr:active {
  color: #007bff;
}
.marketplace-header {
  position: relative;
}
.market-place-container {
  width: 100%;
  position: absolute;
  top: -35px;
  left: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* left: 50%; */
  /* -ms-transform: translate(-50%, -50%); */
  /* transform: translateX(-50%); */
}
.menu-img {
  background-image: url('../../imgs/bg\ -\ lg.png');
  background-repeat: round;
  width: 100%;
  top: -4px;
  /* left: -5%; */
  height: 139px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  position: absolute;
}
.menu-img-elongated {
  background-color: #1E4353;
  width: 100%;
  height: 170px !important;
  top: 190px;
  /* position: absolute; */
  transition: height 0.4s ease-in-out;
}
.menu-img-normal {
  height: 70px !important;
  transition: height 0.4s ease-in-out;
}
/* @keyframes mymove {
  100% {height: 160px;}
  50% { height: 80px;}
  0% {top: 0px;}
} */
.menu-img-second {
  /* height: 100px;
  position: absolute;
  transition: height 0.4s ease-in-out; */
  background-color: #1E4353;
  transition: height .5s ease-in-out;
  min-height: 100px;
}
.delivery_container{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  /* top: 140px; */
}
.menu-popup-open {
  min-height: 0;
  transition: height 0.4s ease-in-out;
}
/* .menu-img2 {
  height: 0;
  transition: height 0.4s ease-in-out;
} */
.svg-size {
  height: 75px;
  width: 75px;
  opacity: 0.5;
}
.svg-size-small {
  height: 22px;
  width: 22px;
  opacity: 0.5;
}
/* .svg-layout1 {
  position: relative;
  left: 15%;
}
.svg-layout2 {
  position: relative;
  right: 15%;
} */
/* .svg-layout:nth-child(1) {
  position: absolute;
  top: 10px;
  left: 10px;
} */
.svg-container1 {
  width: 200px;
  position: relative;
  /* border: 2px solid white; */
}
.icon1 {
  position: absolute;
  top: -50px;
  left: 5px;
}
.iconBottom {
  position: absolute;
  bottom: -90px;
  right: 55px;
}
.marketplace-title {
  font-size: var(--large);
  color: var(--white);
}
.marketplace-title-main {
  font-size: 1.625rem;
  color: var(--white);
  font-weight: var(--font-weight-600);
  line-height: 2.313rem;
}
.marketplace-filters-popUp .market-place-filters-container {
  display: flex !important;
  flex-direction: column;
}
.market-place-filters-container {
  display: flex ;
  padding: 11.5px 0px;
  /* box-shadow: 0px 3px 16px var(--gray-400); */
  /* border-radius: 1rem; */
}
.market-place-filters-container-pill{
  border-radius: 1rem;
  padding-bottom: 12px;
}
.marketplace-filters {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
/* .marketplace-filters>div{
  border: 2px solid var(--black);
} */
.custom-switch-buffet .custom-buffet-toggle::before {
  background-color: #C8CACC ;
}
.custom-switch-buffet .custom-buffet-toggle::after {
  background-color: white ;
}

.market-place-cuisines-dietries {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  color: #167FFB;
  margin-bottom: 12px;
}
.market-place-filters-container-carousel-scrollable {
  position: sticky;
  top: 143px;
  z-index: 2;
}
.restrictions-toogle {
  cursor: pointer;
}
.more-button-icon-wrapper{
  height: 28px;
  width: 28px;
  background-color: #cfd8dc;
  color: #84939a;
  border-radius: 50%;
  margin-right: 4px;
}

.cuisines-dietries-view-more{
  display: flex;
  color: #167FFB;
  align-items: flex-start;
  /* padding: 10px; */
  font-size: 18px;
  border-radius: 25px;
  background-color: transparent ;
}
.pricing-rating-top-popup{
  position: absolute;
  z-index: 1;
  background: white;
  border-radius: 10px;
  right: 55px;
  top: 5px;
}
.animated-marketplace-restrictions {
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
  /* background: #d5d5d5; */
}
.marketplace-restrictions-open{
  height: 100%;
  transition: height 0.4s ease-in-out;
}
.marketplace-restrictions-closed{
  max-height: 650px;
  transition: max-height 0.4s ease-in-out;
}
.restaurant-carousel {
  /* height: 388px; */
  /* box-shadow: 0px 3px 16px var(--gray-400); */
  border-radius: 1rem;
}
.lets-order-btn {
  border-radius: 29px;
}
.restaurant-heading{
  color: #1E4353;
}
.all-restaurant-img{
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 4px;
  object-fit: contain;
  /* box-shadow: 0px 1px 6px rgba(0,0,0, 0.10); */
}
.restaurant_img {
  height: 32px;
  width: 32px;
  border-radius: 4px;
  object-fit: contain;
  /* //box-shadow: 0px 1px 6px rgba(0,0,0, 0.10); */
}
/* .restaurant-card { */
  /* height: 285px; */
  /* width: 323px; */
  /* width: 50% ; */
  /* min-width: 260px; important for screen widths for restaurant card */
  /* margin-right: 24px; */
  /* min-width: 230px; */
  /* overflow: hidden; */
  /* box-shadow: 0px 3px 16px #00000014; */
  /* border: 1px solid #DDDFE1; */
  /* border-radius: 10px; */
/* } */
.restaurant-carousel-card-img {
  overflow: none;
}
.restaurant-carousel-container > button {
  z-index: 4  !important;
}
.height-controller {
  height: 500px;
}
.new-modal-header {
  background-color: white !important;
  border: none !important ;
  border-radius: 10px 10px 0px 0px !important;
}
.location-modal-header {
  color: #167FFB;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.location-modal {
  max-height: 79vh;
  transition: max-height 0.6s ease-in;
}
.location-modal-body {
  padding-top: 6px !important;
  max-height: 60vh;
  transition: max-height 0.6s ease-in;

}
.new-location-modal-footer {
  border: none;
}
.restaurant-location-btn {
  border: 1px solid var(--links-buttons);
  border: 1px solid #167FFB;
  border-radius: 23px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
}
.restaurant-location-btn-cancel {
  color: #167FFB;
}
.restaurant-location-btn-cancel:hover {
  background-color: #167FFB;
  color: white;
}
.restaurant-location-btn-done {
  background-color: #167FFB;
  color: white;
}
.restaurant-location-btn-done:hover {
  background-color: #167FFB;
  color: white;
}
.marketplace-address-popup-selected {
  color: var(--primary-100) !important;
}
.market-popup {
  transition: height 0.4s ease-in-out,
}
.market-popup > div > div > form >div >div {
  background-color: white;
}
.marketplace-individual-restaurant-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* background-color: white; */
  /* margin: 20px 0 20px 0; */
  /* padding: 24px 0px; */
  /* border-radius: 10px;
  box-shadow: 0px 3px 16px #00000014; */
}
/* .cuisine-diet-preferences-selected {
  border: 1px solid var(--link-blue);
  background-color: var(--light-blue) !important;
  color: red !important;
  white-space: nowrap;
} */
/* .profile-cuisine-diet-preferences {
  border: 1px solid #DDDFE1;
} */

/* .cuisines-diet-pills:hover {
  color: var(--gray-100);
} */
.location-sorting{
  font-size: var(--large);
  font-weight: var(--font-weight-600);
}
.restaurant-card-cuisines {
  font-size: 14px;
}
.marketplace-cuisines-dietry-header {
  font-size: var(--large);
  font-weight: var(--font-weight-600);
  line-height: 22px;
  margin-bottom: 0;
}
.market-store-icon{
  color: #B2B2B2;
  font-size: 1.2em;
}
.pretty.p-icon input:checked~.state label:before {
  border-color: #167FFB !important;
}
.pretty.p-icon .state .icon:before{
  color: #167FFB;
}
.cuisines-diet-filter-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filters-slection-continer{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.inactive-restaurant {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 144px;
}
.disabled-overlay {
  border: 2px solid var(--red);
  color: var(--red);
  font-size: 1.2rem;
  padding: 5px 20px;
  border-radius: 6px;
}
.closed-restaurant-img {
  filter: opacity(0.2);
}
.disabled-restaurant {
  opacity: 0.2;
}
.favorite-combo {
  background-color: #dddfe1;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.favorited-combo {
  background-color: #D93749;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.favorite-combo-icon {
  color: white;
}
.combo-favorite {
  cursor: pointer;
  background-color: #8b9898;
}
.favorited-combo {
  color: var(--red);
}
.react-datepicker > div:nth-child(1) {
  display: none;
}
.react-datepicker > button {
  margin-top: 5px;
}
.combo-card {
  border: none;
  border-radius: 0.5rem;

}
.individual-restaurants,
.mostPopular-restaurants {
  max-width: 356px;
  width: 356px;
  margin: 0 24px 24px 0px !important;
  cursor: pointer;
}
.individual-restaurants>div,
.mostPopular-restaurants>div {
  /* box-shadow: 0px 3px 16px #00000014; */
  border-radius: 1rem;
}

/* .combo-restaurant-card-title {
  margin-bottom: 0;
  width: 125px;
  display: inline-block;
} */
.combo-restaurant-slider-card{
  margin-right: 24px;
  overflow: hidden;
}
.combo-restaurant-card {
  margin-right: 24px;
  overflow: hidden;
  /* box-shadow: 0px 3px 16px var(--gray-400); */
  /* border: 1px solid #DDDFE1; */
  /* border-radius: 1rem; */
}
.restaurant-card-item-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 144px;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 0.5rem;
  position: relative;
}
.delivery-lable{
  line-height: 54px;
  white-space: nowrap;
  color: var(--gray-100);
}
.icons-wrapper{
  height: 40px;
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9e7e9;
  border-radius: 50%;
}
/* Search new pills design */
.custome-gray-badge{
  color: var(--gray-100);
  background-color: var(--gray-50);
  font-size: var(--medium);
  line-height: 18px;
}
.sort-button{
  outline: none;
  border: none;
}
.filter-restaurant-dropdown > .dropdown-item:hover{
  color: #3f96fb !important;
}
.filter-restaurant-dropdown > .dropdown-item:active{
  background-color: var(--white);
  color: #3f96fb;
}
.sort-button:not(:disabled):not(.disabled):active,
.sort-button:hover,
.sort-button:active,
.sort-button:focus{
  color: unset;
  background-color: unset;
  border: unset;
  outline: none;
}
.combo-badge{
  background-color: #fff !important;
  font-size: 0.95rem;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #6E6E73;
}
.individual-combo-badge{
  font-size: 0.95rem;
  color: #6E6E73;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
/* React PhoneNumber package override label class */
.special-label{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
  color: var(--gray-600);
}
.btn-custom-danger{
  padding: 10px 20px ;
  background-color: #C91526;
}
.icon-wrapper-back{
  height:2.5rem;
  width:2.5rem;
  aspect-ratio: 1 / 1;
  background-color:#f9e7e9;
  border-radius:50%;
  color:#6E6E73;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-background{
  height: 24px;
  width: 32px;
}
.icon-wrapper-large{
  height:3.5rem;
  width:3.5rem;
  aspect-ratio: 1 / 1;
  background-color:#f9e7e9;
  border-radius:50%;
  color:#C91526;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-wrapper-large > svg{
  height: 36px;
  width: 36px;
}
.icon-wrapper-badge-position{
  right: 0;
  top: -4px;
}
/* Cart css */
.cart-logo{
  height:3.5rem;
  width:3.5rem;
  aspect-ratio: 1 / 1;
  background-color:#f9e7e9;
  border-radius:50%;
  color:#C91526;
}
.cart-order-location{
  height:2.5rem;
  width:2.5rem;
  aspect-ratio: 1 / 1;
  background-color:#f9e7e9;
  border-radius:50%;
  color:#C91526;
}
.badge-position{
  right:0px;
  top:-4px;
}

.cart-summary-items-wrapper{
  height: calc(100vh - 310px);
  overflow: scroll;
  padding-bottom:3rem;
}
 /* / cart pricing for first page/ */
.cart-summary-amounts-wrapper-old{
  bottom: 0px;
  position: fixed;
  background-color: var(--white);
  box-shadow: 60px -25px 65px 25px var(--white);
}
/* /cart pricing detail for place order page/ */
.cart-summary-amounts-wrapper{
  bottom: 0px;
  position: fixed;
  background-color: var(--white);
  box-shadow: 1px 35px 35px 35px var(--white);
}
.cart-summary-amounts-wrapper-withoutshadow{
  box-shadow: none;
}
.cart-checkout::-webkit-scrollbar {
  display: none;
}
.small-dot {
  font-size: 4px;
  color: var(--black)
}
.svg-height{
  height:36px;
  width:36px;
}
/* cart image hover icon */
.cart-item-svg-height{
  height:1rem;
  width:1rem;
  margin-top: 5px !important;
}
.card-badge-position{
  position: absolute;
  top:-1rem;
  right:-1rem;
  height:2rem;
  width:2rem;
  background-color: #f9e7e9;
  color:#C91526;
  display: none !important;
  transition: all 0.3s ease-in;
}
.product-card-img:hover > .card-badge-position,
.product-card:hover .product-card-img > .card-badge-position{
  display: block !important;
  transition: all 0.3s ease-in;
}
.decrease-product-count,
.increase-product-count{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  color:#C91526;
  background-color: var(--white);
  border: none;
  outline: none;
  border-radius:50% ;
}
.decrease-product-count:hover,
.increase-product-count:hover{
  color:#C91526;
  background-color: #f9e7e9;
  border-radius: 50%;
  border: none;
  outline: none;
}
.cart-accordian-wrapper{
  background-color: #F8F9FA !important;
  box-shadow: none !important;
}
.accordian-summary > div{
  margin: 20px 0;
}
.cutt-off-badge{
  font-size: var(--medium);
  line-height: 20px;
  background-color: var(--white);
  font-weight: normal;
  border-radius: 4px;
  color: #167FFB;
  padding: 0 10px;
  border: 1px solid #167FFB;
  display: inline-block;
}
.cart-summary-details-text{
  font-size: 0.95rem;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
  color: var(--gray-100);
}
.cart-summary-tip-selection,
.cart-summary-tip-selection:hover,
.cart-summary-tip-selection:focus{
  height: 42px !important;
  border: none;
  outline: none;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
}
.cart-summary-tip-selection > option{
  display: inline-flex;
  margin-right: 8px;
  background: var(--white);
  border: 1px solid #DDDFE1;
  justify-content:center;
  width: 64px;
  font-size: 18px;
  font-weight: normal;
  padding: 8px 0;
  border-radius: 4px;
  cursor: pointer;
}
.cart-footer-alingment{
  position: fixed;
  bottom: 80px;
}
.cart-summary-tip-selection > option:checked{
  background: #DC3644 -webkit-linear-gradient(bottom, #DC3644 0%, #DC3644 100%);
  color: var(--white) !important;
  -webkit-text-fill-color: #fff !important;
}
.cart-summary-tip-selection > option:last-child{
  margin-right: 0 !important;
}
/* Continu your order button on the New delivery page */
.btn-custome-white{
  background-color: white;
  font-size: var(--base);
  padding: 0.5rem 1rem;
  color: #646464;
  display: flex;
  align-items: center;
}
/* Custome Badge  */
/* This is the simple badge */
.badge-outline-primary{
  padding: 2px 10px;
  font-size: var(--medium);
  font-weight: var(--font-weight-600);
  line-height: 20px;
  color: #167FFB;
  background-color: var(--white);
  border: 1px solid #167FFB;
  border-radius: 4px;
}
/* rounded primary badge */
.badge-outline-primary-rounded{
  padding: 4px 12px;
  font-size: var(--base);
  font-weight: normal;
  line-height: 22px;
  color: #167FFB;
  background-color: var(--white);
  border: 1px solid #167FFB;
  border-radius: 17px;
}
.badge-outline-danger{
  padding: 2px 10px;
  font-size: var(--medium);
  font-weight: var(--font-weight-600);
  line-height: 20px;
  color: #DC3644;
  background-color: var(--white);
  border: 1px solid #DC3644;
  border-radius: 4px;
}
/* Combo resturnat header badges */
/* .combo-success-badge{
  padding: 4px 12px;
  font-size: var(--base);
  line-height: 22px;
  font-weight: normal;
  background-color: #30A649;
  color: var(--white);
  border: 1px solid #30A649;
}
.combo-success-primary{
  padding: 4px 12px;
  font-size: var(--base);
  line-height: 22px;
  font-weight: normal;
  background-color: #6E6E73;
  color: var(--white);
  margin-right: 12px;
  border: 1px solid #6E6E73;
} */
.delivery-details-heading-label{
  font-family: 'Source Sans Pro';
  font-size: var(--base);
  font-weight: var(--font-weight-600);
  line-height: 22px;
  letter-spacing: 0px;
  color: #A8A8AA;
  opacity: 1;
  margin: 0;
}
.delivery-details-heading-value{
  font-family: 'Source Sans Pro';
  font-size: var(--large);
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--gray-600);
  opacity: 1;
  margin: 4px 0 0 0;
}

.delivery-details-date:hover .icon-wrapper-large,
.delivery-details-location:hover .icon-wrapper-large,
.delivery-details-cart:hover .icon-wrapper-large{
  background-color:#C91526;
  border-radius:50%;
  color:#f9e7e9;
  /* cursor: pointer; */
}
.shopping-cart:hover > .shopping-bag > svg{
  filter: brightness(0) invert(1);
  cursor: pointer;
}
/* React calender override due to react packe we use important for overriding overcss */
.react-datepicker-wrapper{
  width: unset !important;
  font-family: 'Source Sans Pro';
}
.react-datepicker{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 13px #00000019;
  border: 1px solid #DDDFE1 !important;
}
.react-datepicker__header{
  border-bottom: none !important ;
  padding: 0.75rem 0 !important;
}
.react-datepicker__day-names > .react-datepicker__day-name{
  font-family: 'Source Sans Pro';
  font-size: var(--medium);
  font-weight: normal;
  line-height: unset;
  color: unset;
  line-height: 20px;
  color: #999999;
  margin: 0.75rem 0.166rem 0rem 0.166rem;
  width: 2rem;
}
.react-datepicker__week > .react-datepicker__day{
  line-height: 2rem ;
  width: 2rem ;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header{
  font-family: 'Source Sans Pro';
  font-size: var(--base);
  font-weight: bold;
  line-height: 22px;
}
.react-datepicker__time-container{
border: 1px solid #0000000D !important;}
.login-form-section > div > .form-signin{
  width: 100%;
}
.place-order-section{
  height: calc(100vh - 100px);
}
.mobile-basket-icons-wrapper{
  height: 2.5rem;
  width: 2.5rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red-500);
  color: var(--white);
  border-radius: 50%;
}
/* View details page table padding left override */
.menu-detail-page-order-summary-table > table > thead > tr > th:nth-child(1),
.menu-detail-page-order-summary-table > table > tbody > tr > td:nth-child(1){
  padding-left: 2.25rem;
}
/* new delivery when user not signin popup showing */
.address-popup-overlay{
  position: fixed; 
  top: 0; 
  right: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.5);
  z-index: 1; 
}
.address-popup-form {
  position: relative; 
  z-index: 2;
  /* margin-top: 143px; */
  margin-top: 65px;
}
.address-popup-radious{
  border-radius: 10px;
}
.address-form-popup-radious{
  padding: 24px 13px 16px 21px;
  border-radius: 10px;
}

/* Menu page media queries */

.badge-color{
  background-color: var(--gray-50);
}
/* Remove the scroll bar on the filter menu pills */
.remove-scroll-bar{
  scrollbar-width: none;
  -ms-overflow-style: none; 
  overflow: scroll;
}
.remove-scroll-bar::-webkit-scrollbar{
  height: 0.5px;
}
.cancel-delivery-btn{
  border-radius: 0.313rem;
}

.svg-dimensions-sm{
  height:1rem;
  width:1rem;
}
.svg-dimensions-md{
  height: 1.5rem;
  width: 1.5rem;
}
/* Input tip calculation input field */
.input-tip-calculation{
  height: 42px;
}
/* Remove the up and down arrows from input field */
/* Chrome, Safari, Edge, Opera */
.input-tip-calculation::-webkit-outer-spin-button,
.input-tip-calculation::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.input-tip-calculation[type=number] {
  -moz-appearance: textfield;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
  background-color: #aaa;
  background-image: linear-gradient(360deg, #fff 60%, #aaa 60%);
}
.cart-close-btn,
.product-row{
  cursor: pointer;
}
.pb-18 {
  padding-bottom: 18rem;;
}
.disable-item {
  opacity: 0.3;
}
.cart-item-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center center;
}
/* header fix non-logged in users */
/* .non-loginuser-header{
  padding: 13px 0px;
  } */
.newdeliverypage-sticky{
  position: sticky;
  top: 79px;
  z-index: 3;
}
.market-place-header{
  position: sticky;
  top: 78px;
  z-index: 4;
  background-color: var(--white);
}

.cart-item-keep-btn{
  border: 1px solid #E1E8ED;
  color: #93959A;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: normal;
}
.cart-item-keep-btn:hover{
  color: #93959A;
  box-shadow: 0px 1px 4px #d7d9dd54;
}
.cart-item-delete{
  padding: 12px 24px;
  background-color: #D02333;
  color: var(--white);
  font-size: 1rem;
  font-weight: normal;
}
.cart-item-delete:hover{
  color: var(--white);
}
.trash-bin-wrapper{
  border: 1px solid #E56874;
  height: 60px;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 16px 18px;
}
.trash-bin-wrapper > i{
  height: 27px;
  width: 24px;
  font-size: 1.5rem;
  color: #E56874;
}
/* Header main delivery button */
.btn-custom-primary:focus,
.btn-custom-primary:active,
.btn-custom-primary,
.btn-custom-primary:hover{
  background-color: #DC3644;
  color:var(--white);
  font-size: 16px;
  padding: 9px 12px;
}
.btn-custom-primary:not(:disabled):not(.disabled).active,
.btn-custom-primary:not(:disabled):not(.disabled):active,
.show>.btn-custom-primary.dropdown-toggle{
  background-color: #DC3644;
  color:var(--white);
  font-weight: 700;
}
.bg-carousel{
  background-color: rgb(255 255 255 / 75%) !important;
}
.hit-top{
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: 100% !important;
  border-radius: 0px;
  margin-bottom: 0px;
}
.combo-heading{
  color: #505050;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
}
.combo-heading-disabled{
  color: #a8a8aa;
  margin-bottom: 0px;
}

/* Combo carasol wrapper */
.combo-restaurant-carousel-wrapper > .carousel{
  background: transparent linear-gradient(103deg, #009FFF 0%, #EC2F4B 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-right: 0px !important;
  border-bottom-right-radius: 1rem;
}
/* Update the tost css react totify when some items add into cart */
.Toastify > div{
  max-width: 368px;
  width: 100%;
  padding: 0;
  top: 10.5em;
}
.Toastify > div > div{
  padding: 18px 16px 17px 16px;
  border-radius: 0.5rem;
  margin-bottom: 0px;
  border-left: 8px solid #6B9651;
}
.Toastify > div > div > div{
  padding: 0px;
  display: flex;
  align-items: start;
  background-color: transparent !important;
}
.Toastify > div > div > div > div{
  padding: 0px;
  width: unset;
  -webkit-margin-end: 16px;
  margin-inline-end: 16px;
}
/* Update the tost css react totify when some items add into cart css End's here */

.picking-point-order > div{
  padding-left: 0px !important;
}
.picking-point > div{
  padding-left: 0px !important;
}
/* new delivery page slider pills on the top of the page */
.picking-point-order > div > div > div > div > div > div{
  width: unset !important;
}
.picking-point >div > div > div > div > div > div{
  width: unset !important;
}
/*class to handle filter carousel positions*/
.carousel-position-order-page > div > div > div > div > div{
 justify-content: flex-start;
} 

/* classes for loader on cart non logged in user */
.svg-whileloading-spinner{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  color:#6E6E73;
  background-color: var(--white);
  border: none;
  outline: none;
  border-radius:50% ;
}
.spinner-onCart-itemQuantity{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 17px ;
  width: 17px;
  color:#C91526;
  background-color: var(--white);
  border: none;
  outline: none;
  border-radius:50% ;
}
.spinner-onCart-itemQuantity > div{
  height: 17px;
  width: 17px;
}
/* Combo card restaurant-card-logo-wrapper */
.restaurant-card-logo-wrapper{
  height: 2.5rem;
  width: 2.5rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-right: 12px;
}
.individual-restaurant-card-body{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  min-height: 91px;
}
.individual-restaurant-card-img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 211px;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  position: relative;
  min-width: 320px;
  width: 100%;
}
.individual-restaurant-card-img-marketplace{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 211px;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  position: relative;
  width: 100%;
}
/* enterprise-account-wrapper */
.enterprise-account-wrapper{
  background-image: url('../../imgs/enterprisemodelshapes.png');
  background-size: 288px 142px !important;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-color: #4C7EF6;
  border-radius: 16px;
}
.enterprise-table > tbody > tr:nth-child(odd){
  background-color: #F8F9FA;
}
.enterprise-table thead,
.enterprise-table tfoot {
  position: sticky;
  background-color: White;
  top: -2px;
  z-index: 1;
}
.enterprise-mode-btn{
  padding: 11px 32px;
  background-color: #fff;
  color: var(--link-blue);
  font-weight: 600;
}
.enterprise-mode-btn:hover{
  padding: 11px 32px;
  background-color: #4C7EF6 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.enterprise-mode-colose-btn{
  position: absolute;
  right: 32px;
  top: 23px;
}
.enterprise-features-list-text{
  font-size: var(--large);
  line-height: 25px;
  font-weight: normal;
  font-family: 'Source Sans Pro';
  margin: 0px;
  color: var(--gray-100);
} 
.enterprise-table > tbody > tr > td{ 
  padding: 8px;
}
.enterprise-table > tbody > tr > td:nth-child(1),
.enterprise-table > thead > tr > th:nth-child(1),
.enterprise-table > tfoot > tr > td:nth-child(1){
  padding-left: 40px;
}
.enterprise-table > tbody > tr > td:nth-child(2){
  padding-right: 82px;
}
.enterprise-request-btn{
  padding: 12px 32px 12px 32px;
  font-size: var(--large) ;
  font-weight: 600;
}
.table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: calc(100vh - 150px);
}
.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap {
  position: relative;
}
.table-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.enterprise-table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}
.mobile-filter-Carousel {
  display: none !important;
}
.icon-wrapper-badge-position-nonglogin{
  right: -6px;
  top: -4px;
}
/* header Enterprise Plan button */
.upgrade-btn{
  font-size: var(--medium);
  font-weight: 600;
  color: #1E4353;
  background-color: #FFF7EB;
  border: 1px solid #FFF7EB;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
/* Combo filter buttons */
.combo-filter-btn{
  font-size: 1rem;
  font-weight: 600;
  color: #42526E;
}
.combo-filter-btn:hover{
  color: #DC3644;
}
.seprator-line{
  height: 3px;
  width: 16px;
  background-color: #dddfe1;
  margin-top: 10px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.septator-line-yellow{
  background-color: #FFD43B;
}
.explore-menu-btn{
  font-size: 16px;
  padding: 6px 12px;
  color: #DC3644;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-decoration: none;
}
.explore-menu-btn:hover{
  background-color: #DC3644;
  color: var(--white);
  text-decoration: none;
}
.combo-card-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.btn-zink{
  padding: 8px 12px;
  background: #1E4353;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  font-weight: 700;
}
.btn-zink:hover{
  color: var(--white);
}
.bg-sticky-gradient{
  backdrop-filter: blur(5px) !important;
}
/* Market place Pop */
/* .popup-filter{
  position: absolute;
  z-index: 1;
  background: white;
  border-radius: 10px;
  right: -48px;
  margin-top: 12px;
}
.pricing-rating-top-popup{
  position: absolute;
  z-index: 1;
  background: white;
  border-radius: 10px;
  right: -16px;
} */
/* Combol close btn when combo is not avalible */
.btn-close{
  font-size: 11px;
  line-height: 16px;
  padding: 2px 6px;
  color: #fff;
  background-color: #FD7622;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.restaurant-close{
  filter: grayscale(1) !important;
  -webkit-filter: grayscale(1) !important;
  opacity: 0.5;
}
.restaurant-sliders .carousel{
  padding-left: 0px !important;
}
.rating-popup,
.filter-popup{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.rating-numbers{
  font-size: var(--base);
  color: #6E6E73;
  display: flex;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
}
.picking-point > div > div > div {
  width: 100%;
  margin: auto;
}

/* Carasolul width unset */
.picking-point-order > div > div > div{
  width: 100%;
  margin: auto;
}

.slider--fix > div > div > div > div > div {
  width: 100% !important;
}

.header-searchbar-pills{
  position: absolute;
  top: 16%;
  z-index: 3;
  right: 2%;
}

/* Custome Range picker css Start */
#input input {
  width: 100%;
  position: relative;
  background-color: #ccc;
  border-radius: 99px;
  z-index: 10;
  height: 7px;
  -webkit-appearance: none;
}
#input input::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 99px;
  background: #fff;
  cursor: pointer;
  box-shadow: 2px 3px #DDDFE1;
}
#input input::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 99px;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
}
/* Custome Range picker css Ends */
.buffet-menu-label{
  padding-left: 204px;
  margin-bottom: 12px;
}

/* All media Queries */
@media screen and (min-width: 1500px) {
  /* .slick-list {
    padding: 0px 70px !important;
    right: 74px;
    max-width: 1254px;
  } */
}

@media only screen and (max-width: 992px) {
  .cuisines-diet-filter-menu{
    align-items: flex-start !important;
  }
  .cuisines-dietries-toogle{
    margin-top: 10px;
  }
  .market-place-filters-container-carousel-scrollable {
    position: sticky;
    top: 212px;
    z-index: 2;
  }
  .enterprise-table > tbody > tr > td:nth-child(2){
    padding-right: unset;
  }
   .slider-rating-popup > div{
    right: 50%;
  }
  .pricing-rating-top-popup{
    right: -81px;
  }
  .popup-filter {
    right: unset !important;
    transform: translate(-15%, 0%);
  }
  .all-deliveries-count {
    top: 14%;
  }
}

/* Tablet media Querys */
@media screen and (max-width: 768px){
  .mobile-filter-Carousel{
      display: block !important;
  }
  .mobile-view-details{
    display: none;
  }
  .marketplace-custom-dot-list-style{
    justify-content: center !important;
  }
  .react-multi-carousel-dot--active button{
    background-color: #DC3644 !important;
  }
  /* .sticky-top-bar {
    top: 60px;
  } */

  /* Stickey header wrapper stikcy on top */
  .market-place-filters-container-carousel-scrollable{
    position: sticky;
    top: 177px !important;
    z-index: 2;
  }
  .all-deliveries-dashboard-range-picker .rdrMonths,
  .all-deliveries-dashboard-range-picker .rdrDateRangePickerWrapper,
  .order-history-range-picker .rdrMonths,
  .order-history-range-picker .rdrDateRangePickerWrapper{
    flex-direction: column;
  }
  .all-deliveries-dashboard-range-picker .rdrDefinedRangesWrapper,
  .order-history-range-picker .rdrDefinedRangesWrapper{
    width: 100%;
  }
  /* .sticky-user {
    top: 0 !important;
  } */
  /* .sticky-alert-open {
    top: -419px !important;
  } */
  /* .marketplace-sticky-top-close {
    top: -165px;
  }
  .parent-sidebar > .minimized-sidebar,
  .parent-sidebar > .minimized-sidebar > div {
    right: 0;
  }
  .filter-container-parent {
    margin-bottom: 15px;
  } 
  #unattract-onmobile {
    display: none;
    width: 10vw;
    background: #000000;
    height: 10000px !important;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9999;
    opacity: 0.3;
    transition: all 0.5s ease-in-out 0s;
  } */
  .cuttoff-passed-mobile{
    max-width: 399px;
    margin: 38px auto 8px !important;
  }
  /* .sidebar {
    top: 3rem;
  }
  .sidbar-animation-settings {
    z-index: 1030;
  }
  .display-on-mobile {
    display: block !important;
  }
  #mainSidebar {
    display: none;
    z-index: 1030;
    width: 90vw;
  }
  .nav-for-mobile li a {
    margin: 0px 15px !important;
    padding: 0px;
    line-height: 55px;
  }
  .nav-for-mobile {
    margin-top: 16px;
  } */
  .ReactModal__Content.ReactModal__Content--after-open {
    width: 90vw !important;
  }
  /* .scrollspy-right-icon {
    right: 5px;
  } */
  /* .filter-by-restaurants {
    margin-top: 10px !important;
  } */

  .combo-wrapper-background {
    opacity: 1;
    padding: 32px 0 32px 32px;
    background: transparent linear-gradient(143deg, #009FFF 0%, #EC2F4B 100%) 0% 0% no-repeat padding-box;
}
  .modal-header {
    width: 100% !important;
  }
  .modal-footer {
    width: 100% !important;
  }
  .modal-body {
    width: 100% !important;
  }
  .width-50-percent {
    width: 100%;
  }
  .company-required-field .react-datepicker-wrapper input {
    min-width: 180px;
  }
  /* .order-history-table-responsive {
    max-width: 400px;
    overflow: scroll;
  }
  .order-history-table-width {
    min-width: 500px;
  }
  .new-section-item {
    margin: 0px 0.4rem;
    max-width: 48%;
  } */
  .enterprise-plan-banner{
    background-color:#FFF7EB;
    padding: 13px 18px;
  }
  .enterprise-plan-heading{
    font-size: var(--base);
    font-weight: var(--font-weight-600);
    line-height: 18px;
    color: #1E4353;
  }
  .enterprise-table > tbody > tr > td:nth-child(2){
    padding-right: unset !important;
  }
  .address-details{
    width: 350px;
  }
  .mobile-filter-Carousel > div{
    padding: 16px 0 32px 0;
  }
  .mobile-view-details {
    display: none;
  }
  /* pills side on the market place page change */
  .cuisines-diet-pills{
    padding: 0px 12px;
    font-size: 12px;
    margin: 0px 8px 0px 0;
    line-height: 16px;
  }
  .menu-description-mobile{
    font-size: 13px;
    line-height: 17px;
    color: var(--white);
  }
  .combo-card-details-wrapper{
    padding: 0px 0px 16px 0px;
   } 
   .pricing_rating_popup{
    right: unset;
    top: 63px !important;
   }
   .slider-rating-popup > div{
    position: absolute;
    right: 50%;
  }
  .buffet-menu-label{
    padding-left: unset;
    padding-right: 112px;
  }
  .all-deliveries-count {
    left: 5%;
  }
}


@media screen and (max-width: 600px) {
  .searchbar {
    min-width: 200px;
  }
  .order-history-range-picker .rdrInputRanges {
    display: none;
  }
  .all-deliveries-dashboard-range-picker .rdrDefinedRangesWrapper {
    display: none;
  }
 /* .marketplace-sticky-top-open {
    top: -435px;
  } */
  /* .marketplace-sticky-top-close {
    top: -180px;
  }
  .mobile-margin-bottom {
    margin-bottom: 20px !important;
  }
  .scheduler_details h3 {
    font-size: 1.5rem;
  } */
  .order-popup-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
  }
  .footer-spacing {
    padding: 0px;
  }
  /* .rest-left-section h4 {
    font-size: 17px;
  }
  .new-section-item {
    margin: 0px 0.4rem;
    max-width: 92%;
  } */
  .custom-order-modal {
    height: 80vh;
  }
  .combo-wrapper-background{
    padding: 16px 0px 16px 16px;
  }
}

/* Bootstrap media query for mobile version*/
@media only screen and (max-width: 576px){
  .market-place-filters-container-carousel-scrollable{
    top: 182px !important;
  }
  .hit-top{
    backdrop-filter: blur(5px) !important;
  }
  .menu-img{
    background-image: unset;
    background-color:#1E4353;
    height: 104px;
  }
  .individual-restaurants,
  .mostPopular-restaurants{
    margin: 0px auto 24px !important;
  }
  .address-popup-form{
    margin-top: 64px;
  }
  .slider-rating-popup > div {
    right: 27%;
  }
  .popup-filter {
    right: unset !important;
    transform: translate(-25%, 2%);
  }
  .wrapper{
    width: 375px;
  }
}

@media only screen and (max-width: 480px){
  .restaurants-dietries-restrictions .restaurant-card{
    padding: 6px;
  }
  .fw-sm-600{
    font-weight: var(--font-weight-600) !important; }
  .font-size-sm-11 {
    font-size: 11px !important; 
  } 
  .menu-detail-page-order-summary-table > table > thead > tr > th:nth-child(1),
  .menu-detail-page-order-summary-table > table > tbody > tr > td:nth-child(1){
    padding-left: 1rem;
  }
  .marketplace-address-picker-input,
  .marketplace-time-picker-input{
    max-width: unset;
    width: unset;
    min-width: unset;
  }
  .market-place-searchbar{
    width: unset;
    min-width: unset;
    width: 100%;
    min-width: 100%;
    margin-right: unset;
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 440px){
  .fs-sm-11 {
    font-size: 11px !important; 
  }
  .fs-sm-12{
    font-size: var(--small);
  }
  .fs-sm-14{
    font-size: var(--medium);
  }
  .fs-sm-16 {
    font-size: var(--base) !important; 
  } 
  .market-place-filters-container,
  .restaurant-carousel{
    border-radius: 0.313rem;
  }
  .marketplace-title-main{
    font-size: var(--base);
    line-height: 1.375rem;
  }
  .icons-wrapper {
    height: 2rem;
    width: 2rem;
  }
  .icons-wrapper > svg {
    height: 1rem;
    width: 0.875rem;
  }
  .marketplace-address-picker-input,
  .marketplace-time-picker-input{
    font-size: 0.8125rem ;
    font-weight: var(--font-weight-600);
    line-height: 1.125rem;
  }
  .search_icon,
  .cart-logo{
    height: 2rem;
    width: 2rem;
  }
  .search_input{
    font-size: var(--small);
    line-height: 1.063rem;
    padding: 0;
  }
  .market-place-searchbar{
    height: 2.5rem;
  }
  .res-card-img{
    width: 182px;
    min-width: 100%;
    height: 132px;
    border-radius: 0.25rem;
  }
  .combo-success-badge,
  .combo-success-primary{
    font-size: var(--small);
    line-height: 17px;
    padding: 2px 8px;
    margin-right: 8px;
  }
  .combo-heading{
    font-size: var(--base);
  }
  .card-title{
    font-size: var(--small);
    line-height: 17px;
    font-weight: var(--font-weight-600);
  }
  .combo-badge{
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
  }
  .combo-card-title,
  .individual-restaurant-card-title{
    font-size: var(--medium);
  }
  .rating-number{
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
  }
  .restaurant-logo,
  .cart-order-location{
    height: 2rem !important;
    width: 2rem !important;
    aspect-ratio: 1;
  }
  .restaurant-heading{
    font-size: var(--base);
    color: #1E4353;
  }
  .individual-restaurants {
    max-width: 100%;
    width: 100%;
    margin: 0 16px 24px 16px !important;
    cursor: pointer;
  }
  .mostPopular-restaurants {
    min-width: 85%;
    width: 100%;
    /* margin: 0 16px 24px 16px !important; */
    cursor: pointer;
  }
  /* Cart page */
  .cart-logo > svg{
    height: 16px !important;
    width: 14px !important;
  }
  .cart-order-location > svg{
    height: 18px;
    width: 18px;
  }
  .cart-header{
    padding: 1rem 1rem 0.75rem 1rem !important;
  }
  .badge-position{
    font-size: 57%;
  }
  .cart-item-smallscreen{
    padding-top: 1rem;
  }
  .cart-item-img{
    height: 2.5rem !important;
    width: 2.5rem !important;
    aspect-ratio: 1;
    border-radius: 4px;
  }
  .cart-summary-details-text{
    font-size: var(--medium);
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 4px;
  }
  .badge-outline-primary{
    font-size: 11px;
    line-height: 15px;
    padding: 2px 6px;
    font-weight: normal;
  }
  .checkout-btn{
    font-size: var(--mediu);
    padding: 10px !important;
  }
  .special-label{
    font-size: var(--medium);
  }
  .market-place-filters-container-carousel-scrollable{
    top: 170px !important;
  }
  /* View details page mobile responsive */
  .svg-dimensions-md {
    height: 1rem !important;
    width: 1rem !important;
    font-weight: 600;
  }
  .view-details-headings{
    font-size: 13px;
    max-width: 175px;
  }
  .delivery-details-heading-label{
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }
  .delivery-details-heading-value{
    font-size: 13px;
    line-height: 18px;
    margin: 0;
  }
  .mobile-filter-Carousel > div{
    padding: 24px 0;
  }
  .address-details{
    width: unset !important;
  }
  /* Menupage enterprise plan heading */
  .enterprise-plan-banner{
    background-color:#FFF7EB;
    padding: 13px 18px;
  }
  .enterprise-plan-heading{
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #1E4353;
  }
  .mobile-svg{
    height: 16px;
    width: 20px;
  }
  .mobile-heading{
    font-size: 20px;
  }
  .enterprise-table > tbody > tr > td:nth-child(2){
    padding-right: unset !important;
  }
  .enterprise-table > tbody > tr > td:nth-child(1),
  .enterprise-table > thead > tr > th:nth-child(1),
  .enterprise-table > tfoot > tr > td:nth-child(1){
   padding-left: 8px !important;
  }
  .mobile-crown{
    height: 12px;
    width: 16px;
  }
  .icon-wrapper-badge-position {
    right: 12px;
    top: 0px;
  }
  .mobile-basket-icons-wrapper{
    height: 2rem;
    width: 2rem;
  }
  .enterprise-request-btn{
    padding: 6px 16px 6px 16px !important;
    font-size:var(--base) !important;
  }
  .address-popup-radious,
  .address-form-popup-radious{
    border-radius: 4px !important;
  }
  /* .address-popup-form{
    margin-top: 103px;
  } */
  /* Continue order button */
  .btn-custome-white{
    font-size: var(--medium);
    padding: 6px 12px;
  }
  .btn-custome-white > svg{
    width: 14px;
  }
  .header-banner-mobile-view{
    gap: 0px !important;
  }
  .icon-wrapper-small,
  .icon-wrapper-back{
    height: 2rem;
    width: 2rem;
    aspect-ratio: 1/1;
  }
  .marketplace-background{
    height: 1rem;
  }
  .icon-wrapper-small > svg{
    height: 16px;
    width: 20px;
  }
  .meeting-details-mobile-view{
    padding: 12px 0;
  }
  .location-modal-header{
    padding: 1rem 1.2rem;
  }
  .location-modal-body,
  .location-modal{
    padding: 0px 0.5rem 0px 1rem;
  }
  .new-location-modal-footer{
    padding: 1rem 1.2rem;
  }
  .restaurant-location-btn-cancel,
  .restaurant-location-btn-done{
    padding: 0.5rem 1rem;
  }
  .slider-rating-popup > div {
    right: 20%;
  }
  .wrapper{
    width: 85%;
    margin: auto;
  }
  .filter-footer > button{
    font-size: 13px;
    display: flex;
    white-space: nowrap;
  }
  .mix-match-text{
    font-size: 13px;
    line-height: 21px;
    font-weight: normal;
  }
  .all-deliveries-count {
    left: 7% !important;
  }
}
@media only screen and (max-width: 375px){
  .res-card-img{
    width: 182px;
    min-width: 100%;
    height: 100px;
    border-radius: 0.25rem;
  }
  .cart-summary-tip-selection > option{
    width: 57px !important;
  }
  .mobile-heading{
    font-size:var(--base);
  }
}
@media screen and (max-width: 360px) {
  /* .sticky-alert-open {
    top: -450px !important;
  } */
  /* .marketplace-sticky-top-open {
    top: -459px;
  } */
}
@media screen and (max-width: 353px) {
  .share-meeting-btn {
    margin-top: 10px;
  }
  /* .sticky-alert-open {
    top: -484px !important;
  } */
  /* .marketplace-sticky-top-open {
    top: -483px;
  } */
  /* .marketplace-sticky-top-close {
    top: -260px;
  } */
}

/* Tem. fixed the individual restauratn cards between different screens */
@media only screen and (max-width: 1180px) and (min-width: 900px)  {
  .individual-restaurants {
    max-width: 296px;
    width: 296px;
    margin: 0 24px 24px 0;
    cursor: pointer;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px)  {
  .individual-restaurants,
  .mostPopular-restaurants {
    max-width: 336px;
    width: 336px;
    margin: 0 24px 24px 0;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) and (min-width: 576px)  {
  .individual-restaurants {
    max-width: 246px;
    width: 100%;
    margin: 0 auto 24px auto;
    cursor: pointer;
  }
}
@media only screen and (min-width: 766px) and (max-width: 769px){
  .individual-restaurants,
  .mostPopular-restaurants{
    max-width: 334px;
    width: 100%;
    margin: 0 auto 24px auto;
    cursor: pointer;
  }
}
  .table-wrap {
    position: relative;
  }
 
  .table-scroll thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  /* safari and ios need the tfoot itself to be position:sticky also */
  .table-scroll tfoot,
  .table-scroll tfoot th,
  .table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
  .enterprise-table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
  }
  thead th:first-child,
  tfoot th:first-child {
    z-index: 5;
  }
  

  .mobile-filter-Carousel {
    display: none !important;
  }
 

  @media screen and (max-width: 768px){
    .mobile-filter-Carousel {
        display: block !important;
    }
    .mobile-view-details {
      display: none;
    }
    .marketplace-custom-dot-list-style{
      justify-content: center !important;
    }
    .react-multi-carousel-dot--active button{
      background-color: #DC3644 !important;
    }
  }
  .icon-wrapper-badge-position-nonglogin{
    right: -6px;
    top: -4px;
  }

/* Reacaptcha display handling */
.grecaptcha-badge {
  visibility: hidden;
}
 
  
  /* Combo filter buttons */
  .combo-filter-btn{
    font-size: 1rem;
    font-weight: 600;
    color: #42526E;
    white-space: nowrap;
  }
  .combo-filter-btn:hover{
    color: #DC3644;
  }
  .seprator-line{
    height: 3px;
    width: 16px;
    background-color: #dddfe1;
    margin-top: 10px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .septator-line-yellow{
    background-color: #FFD43B;
  }
 
.explore-menu-btn{
  font-size: 16px;
  padding: 6px 12px;
  color: #DC3644;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-decoration: none;
 }
 .explore-menu-btn:hover{
  background-color: #DC3644;
  color: var(--white);
  text-decoration: none;
 }
 

 .combo-card-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.btn-zink{
  padding: 8px 12px;
  background: #1E4353;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  font-weight: 700;
}
.img-square-32{
  height: 32px;
  width: 32px;
  aspect-ratio: 1/1;
}
.img-square-28{
  height: 24px;
  width: 24px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.img-square-32 + h4{
  color: #1E4353;
}
.btn-zink:hover{
  color: var(--white);
}

.bg-sticky-gradient{
  backdrop-filter: blur(5px) !important;
}
/* Market place Pop */
.popup-filter{
  position: absolute;
  z-index: 1;
  background: white;
  border-radius: 10px;
  right: 20px;
  top: 5px
}

.pricing-rating-top-popup_filter{
  position: absolute;
  z-index: 1;
  background: white;
  border-radius: 10px;
  right: -60px;
  top: 5px;
}

.pricing_rating_popup {
  position: absolute;
  z-index: 1;
  background: white;
  border-radius: 10px;
  /* right: 0px; */
  top: 80px;
}
.pricing_rating_popup_menu {
  position: absolute;
  z-index: 1;
  background: white;
  border-radius: 10px;
  left: 0px;
  top: 65px;
}

.filter_popup_scroll {
  height: calc(95vh - 520px);
  overflow-x: hidden;
  overflow-y: scroll;
}

#range {
  -webkit-appearance: none;
  outline: none;
  height: 6px;
  width: 200px;
  border-radius: 5px;
}
#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 0px 6px #00000029 !important;
    border: 1px solid #DDDFE1 !important;
}
.popular-feature-box{
  width: 92%;
}

.buffet-menu-input:not(:disabled):active~.buffet-menu-label::before{
  background-color: #DC3644;
}
.buffet-menu-input:focus~.buffet-menu-label::before{
  box-shadow: none;
}
.buffet-menu-input:focus:not(:checked)~.buffet-menu-label::before{
  border: none;
}
.buffet-menu-label::before{
  border: none;
}
.buffet-marketplace-switch .buffet-menu-label::before {
  left: 0rem;
  padding: 4px 16px 0 0;
}
.buffet-marketplace-switch .buffet-menu-label::after {
  left: calc(0rem + 3px);
  top: 26%;

}

.buffet-menu-button-switch .buffet-menu-label::before {
  left: -2rem;
  padding: 3px 20px 0 0;
}

.buffet-menu-button-switch .buffet-menu-label::after {
  left: calc(-2rem + 5px);
  top: 26%;
}

.buffet-selected .buffet-menu-label::before {
  left: calc(0rem + 11px) !important;
}

.buffet-selected .buffet-menu-input:checked~.buffet-menu-label::after {
  left: -5px;
}
.buffet-menu-switch .buffet-menu-label::before {
  /* left: -2rem; */
  pointer-events: all;
  width: 260px;
  height: 35px;
  border-radius: 35px;
  background: #DC3644;
  content: "Buffet style";
  font-weight: 500;
  color: #fff;
  text-align: right;
  /* padding: 5px 42px 0 0; */
  font-size: 14px;
  cursor: pointer;
}
.buffet-menu-switch .buffet-menu-label::after {
  /* left: calc(-2rem + 5px); */
  background-color: #FFFFFF;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  width: 150px;
  height: 28.5px;
  border-radius: 35px;
  /* top: 30%; */
  color: red;
  content: " Individual Packaging";
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
  /* padding-top: 1px; */
  font-size: 14px;
  cursor: pointer;
}

.buffet-menu-input:checked~.buffet-menu-label::before{
  color: #fff;
  border-color: #ffffff;
  background-color: #DC3644;
  content:" Individual Packaging";
  text-align: left;
  padding: 4px 0px 0px 12px;
  left: 1.15rem;
}

.buffet-menu-switch .buffet-menu-input:checked~.buffet-menu-label::after{
  background-color: #fff;
  -webkit-transform: translateX(10.75rem);
  transform: translateX(10.75rem);
  content: "Buffet style";
  font-weight: 500;
  color: #DC3644;
  font-size: 14px;
  cursor: pointer;
  -moz-transform: translateX(10.75rem);
  -ms-transform: translateX(10.75rem);
  -o-transform: translateX(10.75rem);
  width: 100px;
}

.buffet-menu-input:not(:disabled):active~.buffet-menu-label::before{
  background-color: #DC3644;
}
.buffet-menu-input:hover,
.buffet-menu-input:focus{
  outline: none;
}


.mostPopular-button-inactive {
  opacity: 0.5;
}

/* .scrollToTop-button {
  position: fixed;
  left: 25px;
  bottom: 36px;
} */

.see_all_section{
  min-width: 75px;
}
.date-bages{
  font-size: 14px;
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 4px;
}

.sectionScroll {
  overflow-y: scroll;
  max-Height: 100vh;
  max-Width: 100%;
  scrollbar-width: none;
  gap: 12px;
}

.searchBarScroll{
  overflow-y: scroll;
  max-Height: 4vh;
  max-Width: 16vw;
}

.sectionScroll::-webkit-scrollbar,
.searchBarScroll::-webkit-scrollbar {
    display: none;
  }
.food-card-boards{
  border: 1px solid #e9ecef !important;
  border-radius: 8px;
}

.new-restaurant-badge {
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: #FD7622;
  color: #fff;
}

/* .confirm-user-invites-content{
  width: 100%; 
  height: 247px; 
  background-color: #1E4353; 
} */
/* .table-border-confirm-user-invites{
  margin-top: 10px;
  border: 1px solid #DDDFE1;
  border-radius: 10px !important;
  overflow: scroll;
} */
/* .table-body-margin{
  width: 97%;
  margin: auto;
} */
.table tbody+tbody {
  border-top: none !important;
}
.delivery-edit-icon-color{
  color: #0089ff;
}
.confirm-user-invites-background-font{
  color: white;
  font-size: 18px
}
.btn-request-upgrade{
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 50px;
}
.react-tooltip-sticky-header-margin-top{
  margin-top: -70px !important;
}
.filters-centered > div > div > div > div > div{
  display: flex;
  justify-content: center;
}
.filters-centered-order > div > div > div > div > div{
  display: flex;
  justify-content: start;
}
.table-date-order-history{
  display: inline-block;
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-favourites-icon{
  color: #DC3545; 
}
.heart-emoji-on-individual-restaurant{
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  bottom: 115px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.heart-emoji-on-individual-restaurant > i{
  font-size: 22px;
}

.favourite-restaurant{
  opacity: 1;
  transition: opacity, 300ms;
}
.notfavourite-restaurant{
  opacity: 0;
  transition: opacity, 300ms;
}

/* Marketplace Spinner */
.spinner-center {
  position: fixed;
  top: 50%;
  left: 50%;
  color: #DC3644;
  width: 8rem;
  height: 8rem;
}
.spinner-large {
  max-width: 56px;
  max-height: 56px;
}
.infinite-scroll-spinner {
  color: #DC3644;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-count-loading {
  color: #DC3644;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
}

.cancel-order-header{
  background-color: unset;
}

.btn-cancel-order{
  font-weight: 500;
  background-color: var(--red-500);
  border-color: var(--red-500);
  border-radius: 8px;
}
/* .dietary-labels:hover {
  font-weight: bold;
} */

.svg-sizes {
  width: 36px;
  height: 36px;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center; 
  flex-wrap: wrap; 
}
.flex-item {
  margin: 0 25px; 
}
.screen-width-marketplace {
  background: rgba(211, 227, 253, 0.41);
  margin-bottom: 60px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}