@import './variables.css';
@import './table.css';
@import './modalPopup.css';

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', sans-serif !important;
  color: var(--primary-foreground);
  font-size: 16px;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  direction: ltr;
  overflow-x: hidden;
  text-align: start;
  word-break: break-word;
}

@keyframes fontfix {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

.tabIndex :focus {
  outline: none;
}


.form-control {
  font-size: 16px !important;
  border-radius: 6px !important;
}

select {
  background-image: url('../chevron-down.svg') !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 6px) 50% !important;
  background-size: 25px 25px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.store select {
  background-image: url('../chevron-down.svg') !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) 50% !important;
  background-size: 25px 25px !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.store .form-control:focus {
  border-color: #000 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.store select:focus {
  border-color: #000 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.store select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.dropdown-toggle::after {
  margin: 0 0 -2px 6px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}

.menuToggle {
  display: block;
  position: relative;
  top: 7px;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;

  /* hide this */
  z-index: 2;

  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/* * Just a quick hamburger */
.menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: var(--btn-primary-bg);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menuToggle span:first-child {
  transform-origin: 0% 0%;
}

.menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* * Transform all the slices of hamburger * into a crossmark. */
.menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-4px, -19px);
  background: var(--btn-primary-bg);
}

/* * But let's hide the middle one. */
.menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/* * Ohyeah and the last one should go the other direction */
.menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 16px);
}

.adminsidebar {
  list-style-type: none !important;
  padding: 0 !important;
}

.adminsidebar li {
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 10px 0;
}

.adminsidebar li a {
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

.pieChart>svg {
  height: 250px;
}

.activeSideMenu {
  border-right: 5px solid #44bd36 !important;
  background: #6f89ad54 !important;
}

.adminsidebar .card-header,
.adminsidebar .card {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.adminsidebar .card-header button,
.adminsidebar .card-header button:hover {
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

.card-header button {
  padding: 0 !important;
}

.card-body {
  padding: 10px 20px !important;
}

.mainMenu .navbar-light .navbar-nav .nav-link {
  color: var(--primary-foreground);
  margin: 0 15px;
}

/* .row {
    margin:0 !important;
} */


label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.storeSideMenu .button {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: auto;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 20px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  top: 18px;
  right: 20px;
}

.storeSideMenu .button:focus {
  outline: none !important;
}

.storeSideMenu .icon-bar {
  display: block;
  width: 100%;
  height: 4px;
  background: #0cbce2;
  transition: 0.3s;
}

.storeSideMenu .icon-bar+.icon-bar {
  margin-top: 4px;
}

.cardSection .card {
  /* padding: 20px !important;
    */
  border: none !important;
}

.inputFormAddon .input-group-text {
  color: #fff !important;
  background-color: var(--btn-primary-bg) !important;
  border: 0 solid #ced4da !important;
  font-weight: 700 !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ced4da;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a2a2a2;
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  width: 3px;
}

.swiper-button-next {
  margin-top: 0;
  position: absolute;
  top: 45%;
  right: -100px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  background-image: url('../static/virustotal-icon.svg');
}

.swiper-button-prev {
  position: absolute;
  top: 45%;
  left: -100px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0;
  background-image: url('../static/left-chevron.svg');
}

/* React Dates - Start */
.SingleDatePickerInput {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  overflow: hidden;
}

.DateInput {
  width: 100% !important;
}

.DateInput_input {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #1a1b1c !important;
  padding: 0.375rem 0.75rem !important;
  border-bottom: 0 solid transparent !important;
  border-radius: 0 !important;
  height: 44px;
}

.DateInput_input__focused {
  border-bottom: 0 !important;
}

.DateInput_screenReaderMessage {
  position: relative !important;
  height: 0 !important;
}

.CalendarDay,
.CalendarDay:focus {
  outline: 0;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: var(--btn-primary-bg) !important;
  border: 1px double var(--btn-primary-bg) !important;
}

.SingleDatePickerInput_clearDate {
  padding: 10px !important;
  margin: 0 0 0 0 !important;
  top: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: transparent !important;
  outline: 0;
}

/* React Dates - Start */

.addonBorder .input-group-text {
  border-top-left-radius: var(--radius-1) !important;
  border-bottom-left-radius: var(--radius-1) !important;
}

.addonRightBorder .form-control {
    border-radius: var(--radius-1) 0 0 var(--radius-1) !important;
}

.addonRightBorder .input-group-text {
    border-radius: 0px var(--radius-1) var(--radius-1) 0px !important
}

.addonLeftBorder .form-control {
    border-radius: 0px var(--radius-1) var(--radius-1) 0px !important;
}

.customRatioButton input[type=checkbox] {
  margin: 0 0 0;
  line-height: normal;
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  outline: none !important;
  background: url('../Icons/non-active.png') no-repeat;
  position: relative;
  vertical-align: middle;
  background-size: 100%;
  border-radius: 50%;
}

.commandSection {
  word-break: break-word;
  max-width: 200px;
}

.ratingSection {
  width: 15%;
}

.menuActive {
  text-decoration: none;
  color: #fff;
  background-color: rgba(31, 31, 35, 0.8);
}

.redux-toastr .toastr.rrt-error {
  background-color: #e83a30 !important;
}

.mapSection .gm-style-mtc {
  display: none !important;
}

.mapSection .gm-fullscreen-control {
  display: none !important;
}

.mapSection .gm-svpc {
  display: none !important;
}

.mapSection {
  position: relative;
}

.mapSection .link {
  position: absolute;
  right: 10px;
  display: block;
  top: 5px;
  background: var(--btn-primary-bg);
  color: #ccc !important;
  font-weight: 700;
  padding: 6px;
  font-size: 12px;
  z-index: 1;
  border-radius: 4px;
  cursor: pointer;
}

.mapSection .gm-control-active {
  background: var(--btn-primary-bg) !important;
}

.mapSection .gm-control-active>img:nth-child(1) {
  filter: invert(100%) sepia(12%) saturate(2%) hue-rotate(317deg) brightness(113%) contrast(100%) !important;
}

.mapSection .gm-control-active>img {
  filter: invert(100%) sepia(12%) saturate(2%) hue-rotate(317deg) brightness(113%) contrast(100%) !important;
}

.gm-style {
  background-color: #a4ddf5 !important;
}

.redux-toastr .toastr.rrt-success {
  padding: 10px 0 !important;
}

.redux-toastr .toastr.rrt-error {
  padding: 10px 0 !important;
}

.redux-toastr .toastr .close-toastr {
  bottom: 20px !important;
  font-size: 24px !important;
  top: auto !important;
  right: 5px !important;
  opacity: 1.5 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

/* Toaster - Start */

.toastr {
  border-radius: 0 !important;
}

.rrt-middle-container {
  font-family: inherit !important;
}


.rrt-success {
  background-color: #109121 !important;
}

.rrt-error {
  background-color: #e83a30 !important;
}

/* Toaster - End */

/* storeSlider Content Animation Start */
.listYourPlace .slick-active .contentAnimation {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* storeSlider Content Animation End */



/* storeSideMenu Start */
.storeSideMenu .navbar-expand-lg .navbar-nav {
  flex-direction: column;
  width: 310px;
}

.storeSideMenu .navbar-light .navbar-nav .nav-link {
  color: #fff;
  border-bottom: 1px solid #3c506a;
  padding: 16px 25px;
}

.storeSideMenu .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: static;
  background: #fff;
  border: none;
  padding: 5px 0;
  border-bottom: 1px solid #3c506a;
}

.storeSideMenu .dropdown-menu a {
  color: #fff;
  padding: 5px 55px;
  border-bottom: 1.5px solid transparent;
  position: relative;
}

.storeSideMenu .dropdown-menu a::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 39px;
}

.storeSideMenu .dropdown-item:focus {
  color: #fff;
  background-color: #fff;
}

.storeSideMenu .navbar-expand-lg {
  padding: 0 0 0 0;
}

/* storeSideMenu End */

.siwtchLapel {
  vertical-align: middle;
}

.react-switch-handle {
  box-shadow: none !important;
}

.siwtchLapelText {
  margin: 0;
  font-size: 17px;
  color: #1a1b1c;
  font-weight: 500;
  margin-left: 8px;
  vertical-align: middle;
}

.react-switch-bg div:first-child {
  width: 32px !important;
  z-index: 1;
  right: 0;
  left: unset;
  color: #01a088;
  position: absolute !important;
  transform: scale(0.6);
}

.react-switch-bg div:last-child {
  width: 32px !important;
  z-index: 1;
  left: 0;
  right: unset;
  color: #727272;
  transform: scale(0.6);
}
/****************************** Customation Radio Button Start **************************/
.customRatioButtonStore input[type=checkbox] {
  margin: 0 0 0;
  line-height: normal;
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  outline: none !important;
  background: url('../Icons/non-active.png') no-repeat;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff !important;
  box-shadow: none !important;
}

.input-group-append {
  margin-left: 0px;
}

/****************************** Customation Radio Button End **************************/

/***** Droup Down Menu Header Start *****/
.headerDroup .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary:focus {
  color: #1a1b1c !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  font-size: 17px;
}

.headerDroup .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  top: 60px !important;
  padding: 0 !important;
}

.siwtchLapelTextHeader {
  margin: 0;
  font-size: 18px;
  color: #1a1b1c;
  font-weight: 500;
  vertical-align: middle;
}

/***** Droup Down Menu Header End *****/

.mainContainer {
  background: var(--background-white-bg);
  border-radius: var(--radius-3);
  padding: 30px;
  margin: 0 auto;
  max-width: var(--page-inner-width);
  background-image: url('../SiteImages/bg-pattern-pharmacy-store-panel.png') !important;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0px 10px 0px var(--secondary-shadow);
}

.arrow_box {
  position: relative;
  background: red;
  border: 4px solid red;
  z-index: 1;
  position: absolute;
  right: 12px;
  top: -15px;
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 12px !important;
  border-radius: 4px;
  z-index: 6;
  font-weight: 500;
}

.arrow_box::after,
.arrow_box::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box::after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: red;
  border-width: 6px;
  margin-left: -6px;
}

.arrow_box::before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: red;
  border-width: 10px;
  margin-left: -10px;
}

.placeError {
  color: red;
}

.storeHeader .store {
  background: #fff;
}

.storeHeader .navbar-expand-lg {
  box-shadow: inherit;
}

.storeHeader .nav-link:hover {
  border-bottom: 2px solid #fff;
}

.store .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.store {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.store .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.store .navbar-nav .dropdown-menu {
  position: absolute;
}

.storeLoginHeader {
  background: #fff;
}

.pageUrlRadius .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* store panel before  login header start */
.storeNavContainer {
  display: flex;
  gap: 30px;
  align-items: center;
}

.storeNavContainer .navItem {
  font-size: 18px;
  font-weight: 600;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .slick-prev {
    background-color: transparent !important;
    box-shadow: none !important;
    display: none;
  }

  .slick-next {
    background-color: transparent !important;
    box-shadow: none !important;
    display: none;
  }

  .storeNavContainer {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}

.slick-next::before,
.slick-prev::before {
  content: '' !important;
}

/******************* Tab srction start *************************/
.nav-tabs {
    gap: 18px;
    border-bottom: 0 !important;
}

.nav-tabs .nav-link.active {
  color: #1a1b1b !important;
  background-color: #fff;
  border-color: #0cbce2 !important;
  border: none;
  border-bottom: 3px solid;
  font-weight: 600;
}

.nav-tabs .nav-link {
  color: #3a3a3a !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 15px;
  font-size: 17px;
}

.nav-tabs .nav-link:hover {
  border-color: #fff #fff #dee2e6;
}

.nav-tabs .nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent;
}


/**************************** Place Holder Form Start ***************************/
.placeHolderText input::-webkit-input-placeholder {
  color: #767676;
}

.placeHolderText input:-moz-placeholder {
  color: #767676;
}

.placeHolderText input::-moz-placeholder {
  color: #767676;
}

.placeHolderText input:-ms-input-placeholder {
  color: #767676;
}

.placeHolderText input::-ms-input-placeholder {
  color: #767676;
}

.placeHolderText input::placeholder {
  color: #767676;
}

/**************************** Place Holder Form End ***************************/

/**************************** Booking Manage Collapse start ***************/


.btn-primary.focus,
.btn-primary:focus {
  box-shadow: inherit !important;
}

.form-control:focus {
  border-color: var(--primary-foreground) !important;
  box-shadow: inherit !important;
  border-radius: 6px;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 50vh;
  width: 80vw;
  overflow: hidden;
}

/***************** Edit Icon align Start ***********************/
.editAlignIcon {
  display: unset;
  white-space: nowrap;
}

.editAlignIcon span {
  display: unset;
}

/***************** Edit Icon align End  ***********************/
.pageUrlInput .input-group-text {
  color: #fff !important;
  background-color: var(--btn-primary-bg) !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  vertical-align: middle !important;
  border: 0 !important;
  word-break: break-word;
  white-space: normal;
  text-align: start;
}

/************************ PromoCodeDate Picker Start *******************************/
.promoCodeDatepicker .SingleDatePickerInput__showClearDate {
  padding-right: 0;
}

.promoCodeDatepicker .SingleDatePickerInput {
  width: 100%;
  display: block !important;
}

.promoCodeDatepicker .DateInput {
  display: block !important;
}

.promoCodeDatepicker .SingleDatePicker {
  display: block !important;
}

.promoCodeDatepicker .SingleDatePicker_picker {
  top: 52px !important;
}

/************************ PromoCodeDate Picker End *******************************/

.badgeSuccess .badge-success {
  padding: 6px 8px 6px !important;
  text-align: center !important;
  line-height: 11px !important;
  vertical-align: middle !important;
  margin-bottom: 1px !important;
  border-radius: 12px !important;
}

/***************** AdminCountry Edit Form Start *******************/

/***************** AdminCountry Edit Form End *******************/
.languageIcon {
  width: 15px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.languageIcon img {
  width: 17px;
}



/***************** ModifierGroups Start *******************/
.modifierAcccordion .card-header button {
  border: inherit;
  outline: 0 !important;
  background: transparent !important;
  font-size: 15px !important;
}

.modifierAcccordion .card-header {
  border-bottom: inherit;
  padding: 0;
  position: relative;
}

.modifierAcccordion .card {
  border: inherit;
}

.modifierAcccordion .collapse.show {
  border-top: 1px solid #eeebeb;
}

.modifierAcccordion .card-header .arrowBtn {
  background: transparent;
  position: absolute;
  top: 20px;
  right: 25px;
}

.modifierAcccordion .accordion>.card .card-header {
  margin-bottom: 0;
}

.modifierAcccordion {
  margin-top: 30px;
}

.modifierAcccordion .card-body {
  text-align: center;
  padding: 25px 20px !important;
}

.modifierAcccordion .card {
  margin-bottom: 15px;
  box-shadow: 0 0 10px 0 #eeebeb;
}

.orderAccordion .accordion>.card .card-header {
  background: transparent;
  padding: 0;
  border: inherit;
}

.orderAccordion .accordion>.card {
  border: inherit;
  background: transparent;
}

.orderAccordion .arrowBtn {
  background: transparent;
  box-shadow: inherit;
  border: inherit;
}

.orderAccordion .card-header button {
  border: inherit;
  outline: 0 !important;
}

.orderAccordion .card-body {
  padding: 0 0 0 25px !important;
}

.orderAccordion .card {
  padding: 5px 0 8px 26px;
}

.orderAccordion .card-header {
  padding-bottom: 2px !important;
}

.adminEarning .card {
  padding: 8px 0 0 17px;
}

.autosuggest {
  display: inline-block;
}

.autosuggest .react-autosuggest__container {
  position: relative;
}

.autosuggest .react-autosuggest__input {
  width: 490px;
  height: 46px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 6px 12px;
}

.autosuggest .react-autosuggest__input--focused {
  outline: none;
}

.autosuggest .react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.autosuggest .react-autosuggest__suggestions-container {
  display: none;
}

.autosuggest .react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 41px;
  width: 490px;
  border: 1px solid #ced4da;
  background-color: #fff;
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
  border-top: inherit;
}

.autosuggest .react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.autosuggest .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 4px 15px;
}

.autosuggest .react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.modifierAcccordion .card-header .arrowBtnDropDown {
  position: absolute;
  top: 24px;
  right: 25px;
}

.modifierSelect select {
  background-position: 97% 7px !important;
  padding: 2px 28px 2px 8px;
}

/***************** ModifierGroups End *******************/

.printOnly {
  display: none;
}


.noRadiusRight .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.noRadiusLeft .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.noRadiusLeft .input-group-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.homeHeader .navbar {
  box-shadow: inherit;
}

.btnPrimaryBorder {
  background-color: #fff !important;
  border: 1px solid #0cbce2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #0cbce2 !important;
  text-decoration: none !important;
}

.btnPrimaryBorder:hover {
  background-color: #fff !important;
  border: 1px solid #0cbce2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #0cbce2 !important;
  text-decoration: none !important;
}

.editLoaderZindex .Loader__background {
  z-index: inherit !important;
}

.switchDisplayFlex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.toneInput {
  text-align: center;
  height: 44px;
  border: 1px solid var(--btn-primary-bg);
  border-radius: var(--radius-1);
  color: var(--btn-primary-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.toneInput div.filepicker {
  line-height: 18px;
  border: none !important;
  padding: 0;
  background-color: transparent !important;
  min-height: 0 !important;
  border-radius: 0 !important;

}

.addonRightBorder .form-control {
  border-radius: 6px 0 0 6px !important;
}

.addonRightBorder .input-group-text {
  border-radius: 0 6px 6px 0 !important;
}

.addonLeftBorder .form-control {
  border-radius: 0 6px 6px 0 !important;
}

.positionRelative {
  position: relative;
}

.fileNoPadding {
  padding: 0px !important;
}

.imageUploadTooltipContainer {
  padding: 8px;
  text-align: center !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  background-color: var(--common-tooltip-color) !important;
  border: 1px solid var(--common-tooltip-color) !important;
  color: var(--btn-text-color) !important;
}

.imageUploadTooltipContainer.bs-popover-top>.arrow::after,
.imageUploadTooltipContainer.bs-popover-top>.arrow::before {
  border-top-color: var(--common-tooltip-color) !important;
}

.imageUploadTooltipContainer.bs-popover-bottom>.arrow::after,
.imageUploadTooltipContainer.bs-popover-bottom>.arrow::before {
  border-bottom-color: var(--common-tooltip-color) !important;
}


.tooltipLabelContainer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dz-hidden-input {
  overflow-x: hidden;
}

.pwdShowIconSection {
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
}

.inputFieldWithIcon {
  padding: 6px 40px 6px 12px !important;
}

.Loader__background {
  z-index: 1 !important;
}

.addOnContainer .addOnPrefixItems {
  border-radius: 6px 0 0 6px !important;
}

.addOnContainer .addOnInputField input {
  border-radius: 0 6px 6px 0 !important;
}

/* table header start */
.commonTableHeaderFlex {
  display: flex;
  background: var(--sideMenu-primary);
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 10px 0px 0px;
  flex-wrap: wrap;
  gap: 18px;
}

.searchInput {
  width: 100%;
  min-width: 320px;
  max-width: 320px;
}

.exportLinkFlex,
.exportLinkFlex:hover {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--btn-primary-color);
  text-decoration: none;
}

.justifyEnd {
  justify-content: end;
}

/* table header end */
/* common view page start */
.viewDetailsGrid {
  display: grid;
  grid-template-columns: 460px 1fr;
  border-top: 1px solid var(--border-color);
  word-break: break-word;
  padding: 12px;
  gap: 12px;
  color: #1a1b1c;
}

.viewPageSubtitle {
  grid-template-columns: 100% !important;
  text-align: start;
  font-weight: 700;
}

.viewDetailsGridLeft {
  text-align: start;
  font-weight: 700;
}

.viewDetailsGridRight {
  text-align: start;
}

/* common view page end */

.singleButtonFlexEnd {
  display: flex;
  justify-content: flex-end;
}

.doubleButtonFlexEnd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}

.oneColumnGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.twoColumnGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
}

.threeColumnGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 24px;
}

/* common Adminpanel button container start */
.commonButtonContainer {
  display: flex;
  justify-content: flex-end;
  column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

/* common Adminpanel button container start */

/* common addton start */
.addonRightBorder .form-control {
  border-radius: 4px 0 0 4px !important;
}

.addonRightBorder .input-group-text {
  border-radius: 0px 4px 4px 0px !important
}

.addonLeftBorder .form-control {
  border-radius: 0px 4px 4px 0px !important;
}

/* common addton end */
.commonErrorMessage {
  color: var(--error-foreground);
  display: block;
  text-align: start;
  font-size: 16px;
}

.bodyOverflow {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}


/* manual GeoSuggest Start */
.manualGeoSuggestContainer {
  position: relative;
}

.manualGeoSuggestListWrapper,
.safariManualGeoSuggestListWrapper .suggestItem {
  border: 1px solid var(--focusInputBorder);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 400px;
  padding: 0;
  margin-top: -1px;
  background: var(--background-primary);
  border-top-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  z-index: 5;
  border-radius: 0 0 4px 4px;
}

.manualGeoSuggestList,
.safariManualGeoSuggestListWrapper .suggestItem {
  padding: 8px 10px;
  font-size: 14px;
  color: var(--primary-foreground);
  text-align: start;
}

.manualGeoSuggestList:hover {
  background-color: var(--list-hover-bg);
  cursor: pointer;
}

.manualGeoSuggestListWrapper::after {
  content: '';
  display: block;
  background-image: url(../powered_by_google.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 80px 12px;
  width: 100%;
  height: 20px;
}

.signUpFormPlaceSuggest .manualGeoSuggestListWrapper {
  z-index: 15;
}

/* manual GeoSuggest Start */
/* store header start */
.storeHeaderContainer {
  background: #fff;
  padding: 10px 30px;
  width: 100%;
  box-shadow: 1px 1px 5px 0 #eeebeb;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  height: var(--store-header-height);
}

.isLoginStoreHeaderContainer {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}

.isLoginStoreHeaderContainer .isStoreLoginLogo {
  height: 60px !important;
}

.storeHeaderContainer .beforeLoginToggler {
  display: none;
}

.restaurantWithoutLoginCloseButton {
  display: none;
}

.storeAfterLoginToggler {
  display: none !important;
}

.afterLoginDropdownContainer .dropdown-item {
  padding: 15px 20px;
  color: #000 !important;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}

.afterLoginDropdownContainer .dropdown-menu {
  right: 0 !important;
  top: 20px !important;
  padding: 0;
}

.afterLoginDropdownContainer .dropdown-item:hover {
  border-bottom: 2px solid var(--common-color);
  text-decoration: none !important;
}

.afterLoginDropdownContainer .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary:focus {
  color: #1A1B1C !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  font-size: 15px;
  padding: 0;
}

/* store side menu */
.storePanelMobileMenu {
  position: fixed;
  left: 0;
  top: 80px;
  width: 310px;
  height: 100vh;
  z-index: 3;
  background: #1a2d31;
  border-radius: 0;
  box-shadow: 0px 0px 45px 3px var(--primary-boxShadow);
}

.storeCloseIcon {
  display: none;
}

/* phone addon input field start */
.phoneNumberAddonBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.phoneNumberAddonInputContainer {
  flex-grow: 1;
}

.phoneNumberAddonInputContainer input {
  width: 100%;
}

.phoneNumberAddonBtnContainer input,
.phoneNumberAddonBtnContainer .phoneDialCodeBtn {
  border-radius: 6px 0 0 6px !important;
  max-width: 100px;
}

.phoneNumberAddonBtnContainer .phoneDialCodeBtn {
  padding: 6px 12px;
  display: flex;
  align-items: center;
}

.phoneNumberAddonInputContainer input {
  border-radius: 0 4px 4px 0 !important;
}

.phoneNumberAddonBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-bg) !important;
  color: var(--common-primary-white-foreground) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  max-width: 100px;
  height: 44px;
  text-align: center;
  border-radius: 4px 0 0 4px;
}

/* phone addon input field start */

.staticPageMinHeight {
  min-height: 700px;
}

.pageUrlRadius .pageUrlFormInput {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.storePasswordInput {
  padding-right: 42px !important;
}

.commonBorderLink,
.commonBorderLink:hover,
.commonBorderLink:focus {
  display: inline-block;
  color: var(--primary-link-foreground) !important;
  border-bottom: 1px solid var(--primary-link-foreground);
  text-decoration: none !important;
  cursor: pointer;
}

.viewPageAccordionWrapper {
  display: grid;
  gap: 12px;
  grid-template-columns: 100%;
}

.viewBookingAccordion {
  border: 1px solid var(--border-color) !important;
  border-radius: 5px;
}

.viewBookingAccordionHeader {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid var(--border-color) !important;
  border-width: 0 0 1px 0 !important;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  text-align: start;
}

.isOpenViewBookingAccordionHeader {
  border: 0 !important;
}

.viewBookingAccordionBody {
  padding: 12px;
  border-width: 0 1px 1px 1px;
}
.viewBookingAccordionBody .tableContainer .noRecords{
  font-size: 18px;
}

.viewBookingAccordionClose {
  transition: all 0.3s linear;
  flex-shrink: 0;
}

.viewBookingAccordionOpen {
  position: relative;
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

/* static content page  start*/
.staticContentPreviewPage {
  padding: 50px 24px 30px;
  min-height: 400px;
  max-width: var(--max-content-width);
  margin: 0 auto;
}

/* static content page  end */

/* loader css  start */
.bodyOverflow .isAdminRootPage .Loader__background .Loader__foreground {
  height: calc(100vh - calc(var(--admin-header-height) + 30px)) !important;
  position: relative;
}

.Loader__background .Loader__foreground {
  height: calc(100vh - calc(var(--store-header-height) + 48px)) !important;
  position: relative;
}

.uploadImageDisplay .Loader__background .Loader__foreground {
  height: 100% !important;
}


.bodyOverflow .isAdminRootPage .uploadImageDisplay .Loader__background .Loader__foreground {
  height: 100% !important;
}

/* loader css  end */

hr {
  border-top: 1px solid var(--border-color);
}

.loaderButtonFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* Table design start */

.tableOuterBox {
  min-height: 500px;
}


.viewBookingInnerTableOuterContainer {
  border-radius: 0 0 6px 6px;
  border-top: 0;
}

.tableLargeHeading {
  min-width: 220px;
}

.commonTableTopSearchBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 24px;
  grid-gap: 24px;
  flex-wrap: wrap;
}

.searchInput {
  width: 100%;
  min-width: 320px;
  max-width: 320px;
}

.commonTableTopBtnGrp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.commonTableTopExportLink {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--primary-link-foreground);
  gap: 3px;
}

.commonTableTopExportLink,
.commonTableTopExportLink:hover,
.commonTableTopExportLink:focus {
  color: var(--primary-link-foreground);
  text-decoration: unset;
  outline: none;
  cursor: pointer;
}

.storeTableContainer thead th {
  background: var(--store-background-primary) !important;
}

.storeTableContainer tbody td {
  background: var(----background-white-bg) !important;
}

.payoutListFirstCell {
  min-width: 250px !important;
}

.payoutMethodFirstCell {
  min-width: 80px !important;
}

.payoutMethodFirstCell .customRadioBtnContainer .customRadioBtnInputBox {
  top: 0;
}

.commonTableLink,
.commonTableLink:hover,
.commonTableLink:focus {
  display: inline-block;
  color: var(--primary-link-foreground) !important;
  text-decoration: none !important;
  cursor: pointer;
}

/* Table design End */

.languageItemWrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 36px;
  margin-top: 20px;
}

/* custom radio button design start */

.customRatioButton input[type=radio] {
  vertical-align: middle;
  margin: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid var(--primary-bg);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.customRatioButton input[type=radio]:checked:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-bg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customRadioBtnContainer {
  position: relative;
}

.customRadioBtnContainer .customRadioBtnInputBox {
  position: relative;
  top: 4px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.customRadioBtnContainer input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}

.customRadioCheckDot {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: var(--radius-rounded);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.customRadioCheckDot {
  border: 1px solid var(--primary-bg);
}

.customRadioCheckDot::after {
  content: "";
  position: absolute;
  width: calc(20px - 8px);
  height: calc(20px - 8px);
  border-radius: var(--radius-rounded);
  display: none;
}

.customRadioBtnContainer input:checked~.customRadioCheckDot::after {
  display: block;
}

.customRadioBtnContainer input:checked~.customRadioCheckDot::after {
  background: var(--primary-bg);
}

/* custom radio button design end */

.printOrderAccordionFlex .card-header button {
  display: flex;
  gap: 8px;
  align-items: center;
}

.buttonGroupContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    grid-gap: 18px;
    flex-wrap: wrap;
}

.buttonGroupDivider {
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    margin-top: 24px;
  color: var(--primary-foreground);
}

.tableSelect select {
  background-image: url('../selectArrowWhite.svg') !important;
  background-color: var(--btn-primary-bg) !important;
  color: var(--white-foreground) !important;
  border-radius: var(--radius-1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 6px 35px 6px 12px;
  border: 1px solid var(--btn-primary-bg);
  background-position: calc(100% - 10px) 50% !important;
  height: 38px;
  background-repeat: no-repeat !important;
  -webkit-appearance: none;
  outline: none;
  background-size: 18px 8px !important;
}