@import './variables.css';

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-base) !important;
  color: var(--black-primary-foreground);
  font-size: 18px;
  direction: ltr;
  word-break: break-word;
  text-align: start;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

svg {
  flex-shrink: 0;
}

@keyframes fontfix {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

.tabIndex :focus {
  outline: none;
}

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

.form-control {
  font-size: 16px !important;
  border-radius: 4px !important;
  border: 1px solid var(--primary-border);
  color: var(--black-primary-foreground);
  background-color: var(--background-primary);
}

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

.whiteDropdown select {
  background-image: url('../chevron-down-white.png') !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 3px) 50% !important;
  background-size: 25px 25px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 7px 30px 6px 10px;
}

.store select {
  background-image: url('../chevron-down.svg') !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 12px) center !important;
  background-size: 16px !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding: 8px 35px 8px 9px;
}

.store .form-control:focus {
  border-color: var(--input-focus-border) !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.store select:focus {
  border-color: var(--input-focus-border) !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* .storeActiveSelect select {
    background-position: 95% 50%!important;
} */
.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 {
  text-decoration: none;
  background-color: var(--background-tertiary);
  color: var(--black-primary-foreground);
}

.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(--black-primary-foreground);
  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: #182027;
}

/* * 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: var(--white-primary-foreground);
  border-radius: 0;
  padding: 10px 0;
}

.adminsidebar li a {
  color: var(--white-primary-foreground) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

.pieChart>svg {
  height: 250px;
}


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

.adminsidebar .card-header button,
.adminsidebar .card-header button:hover {
  color: var(--white-primary-foreground) !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(--black-primary-foreground);
  margin: 0 15px;
}

.homeHeader .mainMenu .navbar-light .navbar-nav .nav-link {
  color: var(--white-primary-foreground);
}

.homeHeader .homeFooter {
  margin-top: -70px;
}

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

/* header */
.logOut .nav-link {
  color: var(--white-primary-foreground);
}

.logOut .dropdown-menu.show {
  top: 6px !important;
}

.logOut .dropdown-menu {
  margin: 0.125rem 0 0 -51px;
}

/* header */
label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--black-primary-foreground);
}

.tableCss .table td,
.table th {
  vertical-align: top;
}

.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: var(--theme-primary);
  transition: 0.3s;
}

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

.loginInput .form-group {
  margin-bottom: 30px;
  position: relative;
}

.tableCss {
  min-height: 130px;
  max-height: 500px;
  overflow-y: auto;
}

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



.inputFormAddon .input-group-text {
  color: var(--white-primary-foreground) !important;
  background-color: var(--theme-primary) !important;
  border: 0 solid var(--primary-border) !important;
  font-weight: 700 !important;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-primary);
  border-radius: 10px;
}

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

.tableSticky .table thead th {
  vertical-align: top !important;
  background: var(--table-header-primary) !important;
  z-index: 1;
  font-weight: 700;
  border-radius: 0 !important;
  border-bottom: inherit !important;
}

@-moz-document url-prefix() {
  .tableSticky .table thead th {
    border-bottom: 2px solid var(--primary-border) !important;
  }
}

.tableSticky .tableCss .table td {
  vertical-align: top !important;
}

.sideMenu>div {
  width: 100%;
  height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  margin-bottom: 6px;
}

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

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

/* Handle */
.sideMenuScroll ::-webkit-scrollbar-thumb {
  background: var(--theme-primary) !important;
  border-radius: 10px;
}

.sideMenuScroll ::-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');
}

.addonBorder .input-group-text {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.configmessageRTL .addonBorder .input-group-text {
  border-radius: 0 4px 4px 0 !important;
}

.addonBorder .rightAddonBtn {
  border-radius: 0 4px 4px 0 !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;
}

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

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




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

.ratingSection {
  width: 15%;
}

.menuActive {
  text-decoration: none;
  color: var(--white-primary-foreground);
  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: #182027;
  color: #ccc !important;
  font-weight: 700;
  padding: 6px;
  font-size: 12px;
  z-index: 1;
  border-radius: 4px;
  cursor: pointer;
}

.mapSection .gm-control-active {
  background: #182027 !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: var(--white-primary-foreground) !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 */

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

.addonBorder .promoCodeFeeAddon .input-group-text {
  border-radius: 0 4px 4px 0 !important;
}

@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 */

/* Login Modal Start */
.eatsLoginModal .modal-content {
  flex-direction: inherit !important;
  border-radius: 4px !important;
}

.eatsLoginModal .modal-dialog {
  max-width: 500px;
  width: 100%;
  padding: 10px;
  margin: 54px auto;
}

.eatsLoginModal .modal-header {
  border-bottom: none !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.eatsLoginModal .close {
  font-size: 34px !important;
  font-weight: normal;
  color: var(--black-primary-foreground);
  opacity: 0.7;
  display: inline-block;
  outline: 0;
  padding: 6px 12px !important;
}

.logonMargin .modal-body {
  margin: 0;
  padding: 0;
}

.modal-header {
  border-bottom: 1px solid var(--primary-border);
  text-align: start;
}

/* Login Modal End */

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

.storeSideMenu .navbar-light .navbar-nav .nav-link {
  color: var(--white-primary-foreground);
  padding: 16px 25px;
}

.storeSideMenu .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: static;
  background: var(--background-primary);
  border: none;
  padding: 5px 0;
}

.storeSideMenu .dropdown-menu a {
  color: var(--white-primary-foreground);
  padding: 5px 55px;
  border-bottom: 1.5px solid transparent;
  position: relative;
}

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

.storeSideMenu .dropdown-item:focus {
  color: var(--white-primary-foreground);
  background-color: var(--background-primary);
}

.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: var(--black-secondary-foreground);
  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: var(--black-primary-foreground);
  transform: scale(0.6);
}

.retaurantInputFormAddon .input-group-text {
  color: var(--white-primary-foreground) !important;
  background-color: var(--theme-primary) !important;
  border: 0 solid var(--theme-primary) !important;
  font-weight: 700 !important;
  font-size: 22px;
}

.retaurantInputFormAddon .input-group>.input-group-append:not(:last-child)>.input-group-text {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.retaurantInputFormAddon .input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.listItemModal .modal-content {
  border-radius: 4px !important;
  border: inherit;
}

.listItemModal .modal-header {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 15px !important;
}

.listItemModal .modal-dialog {
  width: 100%;
  max-width: 650px !important;
  margin: 0 auto !important;
  margin-top: 18px !important;
  padding: 0 8px;
}

.listItemModal .close {
  font-size: 30px !important;
  font-weight: normal;
  color: var(--black-primary-foreground);
  opacity: 0.7;
  margin-left: 5px;
  display: inline-block;
  outline: 0;
}

/****************************** 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;
  box-shadow: none !important;
}


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

/***************************** iCheckBox - Green Start *******************************/

.commonCustomCheckBox {
  border: 1px solid var(--primary-border) !important;
  width: 22px !important;
  height: 22px !important;
  position: relative;
  border-radius: 5px !important;
  cursor: pointer;
}

.checkBoxLabelText {
  font-size: 18px;
  line-height: normal;
  color: var(--black-primary-foreground);
  font-weight: 400;
}

.commonCustomCheckFlex {
  display: inline-flex !important;
  align-items: flex-start !important;
  gap: 12px;
  cursor: pointer;
  margin: 0;
}

.commonCustomCheckBox .checkBoxChecked {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background-color: var(--theme-primary) !important;
  background-size: 60%;
  background-position: 4px 4px !important;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNzguMzY5IDc4LjM2OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzguMzY5IDc4LjM2OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik03OC4wNDksMTkuMDE1TDI5LjQ1OCw2Ny42MDZjLTAuNDI4LDAuNDI4LTEuMTIxLDAuNDI4LTEuNTQ4LDBMMC4zMiw0MC4wMTVjLTAuNDI3LTAuNDI2LTAuNDI3LTEuMTE5LDAtMS41NDdsNi43MDQtNi43MDQgICBjMC40MjgtMC40MjcsMS4xMjEtMC40MjcsMS41NDgsMGwyMC4xMTMsMjAuMTEybDQxLjExMy00MS4xMTNjMC40MjktMC40MjcsMS4xMi0wLjQyNywxLjU0OCwwbDYuNzAzLDYuNzA0ICAgQzc4LjQ3NywxNy44OTQsNzguNDc3LDE4LjU4Niw3OC4wNDksMTkuMDE1eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
}


/***************************** iCheckBox - Green End *******************************/

/***** Droup Down Menu Header Start *****/
.headerDroup .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary:focus {
  color: var(--black-primary-foreground) !important;
  background-color: var(--background-primary) !important;
  border-color: var(--background-primary) !important;
  box-shadow: none !important;
  font-size: 17px;
  border-radius: 40px;
  padding: 6px 6px;
  display: flex;
  align-items: center;
}

.headerDroup .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  top: 60px !important;
  padding: 0 !important;
  color: var(--black-primary-foreground) !important;
}

.switchLapelTextHeader {
  margin: 0;
  font-size: 20px;
  color: var(--black-primary-foreground);
  margin-right: 8px;
  vertical-align: middle;
  font-weight: 600;
}

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

/****** store Table Start ****/
.storetableSticky .table thead th {
  vertical-align: top !important;
  border: 0 !important;
  padding: 18px 15px;
  font-weight: 600;
  color: var(--black-primary-foreground);
  font-size: 18px;
  white-space: nowrap;
}

.storetableSticky .table thead tr {
  background: var(--background-secondary);
  position: sticky;
  transition: all 0.5s ease;
  top: 0;
  z-index: 1;
}

.storetableSticky .tableCss .table td {
  vertical-align: top !important;
}

.storetableSticky .table td {
  border: 0 !important;
  padding: 18px 15px;
}

.storetableSticky .table {
  /* border-collapse: separate; */
  border-spacing: 0 15px;
}

.storetableSticky .table tr {
  box-shadow: none;
  background: var(--background-primary);
  border-radius: 0;
}

.storetableSticky .table tr :first-child {
  border-radius: 0;
}

.storetableSticky .table tr :last-child {
  border-radius: 0;
}

.storetableSticky .table tr td :first-child {
  border-radius: 0;
}

.storetableSticky .table tr td :last-child {
  border-radius: 0;
}

.storetableOrder .table td {
  vertical-align: middle !important;
  color: var(--black-primary-foreground) !important;
}

/* .storeTableCss {
    overflow-y: inherit !important;
} */

/****** store Table End ****/
.mainContainer {
  border-radius: 20px;
  padding: 50px 20px;
  margin: 0px auto;
  max-width: 1080px;
  -webkit-overflow-scrolling: touch;
}

.storeHeader .storeBtnColor.nav-link {
  color: var(--white-primary-foreground) !important;
}

@media screen and (max-width: 767px) {
  .mainContainer {
    padding: 50px 10px;
  }
}

.arrow_box {
  position: relative;
  background: red;
  border: 4px solid red;
  z-index: 1;
  position: absolute;
  right: 12px;
  top: -15px;
  color: var(--white-primary-foreground);
  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 .nav-link {
  color: var(--white-primary-foreground) !important;
}

.storeHeader .nav-link:hover {
  border-bottom: 2px solid var(--theme-primary);
}

.storeHeader .languageIcon img {
  filter: invert(100%) sepia(91%) saturate(0%) hue-rotate(221deg) brightness(102%) contrast(103%);
}

.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;
}

@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;
  }
}

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

/******************* Tab srction start *************************/
.nav-tabs {
  background-color: var(--background-primary);
  border-bottom: 1px solid var(--primary-border);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nav-tabs .nav-link.active {
  color: var(--black-primary-foreground) !important;
  background-color: var(--background-primary);
  border-color: var(--theme-primary) !important;
  border: none;
  border-bottom: 3px solid var(--theme-primary) !important;
  font-weight: 600;
}

.nav-tabs .nav-link {
  color: var(--black-tertiary-foreground) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 15px;
  font-size: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 15px;
  padding-left: 0 !important;
  border: inherit !important;
  border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
}

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

/******************* Tab srction End *************************/


/**************************** Place Holder Form Start ***************************/
.placeHolderText input::-webkit-input-placeholder {
  color: var(--black-tertiary-foreground);
}

.placeHolderText input:-moz-placeholder {
  color: var(--black-tertiary-foreground);
}

.placeHolderText input::-moz-placeholder {
  color: var(--black-tertiary-foreground);
}

.placeHolderText input:-ms-input-placeholder {
  color: var(--black-tertiary-foreground);
}

.placeHolderText input::-ms-input-placeholder {
  color: var(--black-tertiary-foreground);
}

.placeHolderText input::placeholder {
  color: var(--black-tertiary-foreground);
}

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

/**************************** Booking Manage Collapse start ***************/
.bookingCollapse .Collapsible {
  border: 1px solid var(--primary-border);
}

.bookingCollapse .Collapsible__contentOuter {
  padding: 0 12px;
}

.bookingCollapse .Collapsible__trigger {
  padding-bottom: 0;
  padding-top: 0;
  background-color: var(--background-tertiary);
  border-bottom: 1px solid var(--primary-border);
  display: block;
  width: 100%;
  padding: 8px 25px 8px 12px;
  position: relative;
}

.bookingCollapse .Collapsible__trigger.is-closed {
  border-bottom-width: 0;
}

.bookingCollapse .Collapsible__trigger::after {
  background-image: url('../chevron-up-svg.png') !important;
  background-repeat: no-repeat !important;
  background-position: 100% 6px !important;
  background-size: 25px 25px !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  content: '';
  transform: rotate(180deg);
}

.bookingCollapse .Collapsible__trigger.is-open::after {
  transform: rotate(0deg);
}

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

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

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

.chart-container .chartjs-render-monitor {
  background-color: var(--background-primary);
  padding: 10px;
}

/***************** Edit Icon align Start ***********************/


/***************** Edit Icon align End  ***********************/

.table {
  color: var(--black-secondary-foreground);
}

.StaicPageCss .tableSticky .table thead th {
  vertical-align: top !important;
  position: sticky !important;
  top: -1px !important;
  border-top: 0 !important;
  box-shadow: 8px 0 8px 0 var(--primary-border) !important;
  z-index: 1;
  color: var(--black-secondary-foreground);
  font-weight: 700;
}

.staticTableBorder {
  border-radius: 0;
}

/***************** New Responsive Table ***********************/
.NewResponsiveTable table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

.NewResponsiveTable table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.NewResponsiveTable table tr {
  background-color: var(--background-primary);
  border: 0 solid var(--secondary-border);
  padding: 0.35em;
}

.NewResponsiveTable table th,
.NewResponsiveTable table td {
  padding: 0.625em;
}

.NewResponsiveTable table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.NewResponsiveTable table tbody tr {
  border: 1px solid var(--secondary-border);
}

/***************** New Responsive Table End *******************/

/***************** NewAdminResponsiveTable Start ***********************/
.NewAdminResponsiveTable table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

.NewAdminResponsiveTable table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.NewAdminResponsiveTable table tr {
  background-color: transparent;
  border: 1px solid var(--secondary-border);
  padding: 0.35em;
}

.NewAdminResponsiveTable table th,
.NewAdminResponsiveTable table td {
  padding: 19px;
  min-width: 200px;
}

.NewAdminResponsiveTable table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.NewAdminResponsiveTable table td {
  border-bottom: 1px solid var(--secondary-border);
}

/***************** NewAdminResponsiveTable 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: 10px !important;
}

.radioBtnLabel .form-check-label {
  padding: 3px 0 0 3px;
  font-weight: 500;
}

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

.languageModal .close {
  font-size: 32px;
  font-weight: 400;
}

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

.languageIcon img {
  width: 17px;
}

.tableCssStatic {
  height: auto;
}

.forgetPasswordModal .close {
  font-size: 30px !important;
  font-weight: normal;
  color: rgb(118, 118, 118);
}

.forgetPasswordModal .modal-header {
  padding: 15px 15px 10px;
  border: transparent;
}

.forgetPasswordModal .modal-content {
  border-radius: 0;
}

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

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

.modifierAcccordion .card {
  border: inherit;
}

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

.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;
  border: 1px solid var(--primary-border) !important;
}

.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 12px;
}

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

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

.autosuggest {
  display: inline-block;
  position: relative;
}

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

.autosuggest .react-autosuggest__input {
  width: 490px;
  height: 54px;
  border: 1px solid var(--primary-border);
  border-radius: 6px;
  padding: 6px 12px;
}

.shopAutoSuggest .autosuggest .react-autosuggest__input {
  width: 100% !important;
  padding: 6px 95px 6px 20px;
}

.shopAutoSuggest .autosuggest {
  width: 100%;
}

.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: 53px;
  width: 100%;
  left: 0;
  right: 0;
  border: 1px solid var(--primary-border);
  background-color: var(--background-primary);
  font-family: var(--font-family-base) !important;
  font-weight: 300;
  font-size: 18px;
  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;
}

.addModifierGroupModal .modal-dialog {
  width: 100%;
  max-width: 775px !important;
}

.addModifierGroupModal .modal-body {
  padding: 0 !important;
}

.addModifierGroupModal .mainContainer {
  box-shadow: inherit;
  margin: 0 auto;
  padding: 10px 12px 25px !important;
}

.addModifierGroupModal .close {
  font-size: 30px !important;
  font-weight: normal;
  color: rgb(118, 118, 118);
  opacity: 0.7;
  margin-left: 5px;
  display: inline-block;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 20px;
}

.addModifierGroupModal .modal-header {
  padding: 25px !important;
}

.addModifierGroupModal .addModifiPadding {
  padding: 0;
}

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

/***************** ModifierGroups End *******************/
.modal-backdrop {
  background-color: #00000096 !important;
}

.printOnly {
  display: none;
}

.adminModal .modal-title.h4 {
  font-size: 20px;
}

.adminRole .modal-dialog {
  max-width: 600px !important;
}

.modal-content {
  border-radius: 4px;
  background-color: var(--background-primary);
}

.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: var(--background-primary) !important;
  border: 1px solid var(--theme-primary) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--theme-primary) !important;
  text-decoration: none !important;
}

.btnPrimaryBorder:hover {
  background-color: var(--background-primary) !important;
  border: 1px solid var(--theme-primary) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--theme-primary) !important;
  text-decoration: none !important;
}

.bookingTable .table thead th {
  min-width: 120px;
}

.signupCategorySelect select {
  background-position: 96% 23px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.forgetPasswordModal .modal-body {
  padding: 0 34px 34px;
}

.boxOneBg {
  background: var(--dashboard-box-1-bg);
}

.boxTwoBg {
  background: var(--dashboard-box-2-bg);
}

.boxThreeBg {
  background: var(--dashboard-box-3-bg);
}

.boxFour {
  background: var(--background-primary);
  padding: 32px !important;
  margin-top: 45px;
  border: 1px solid var(--primary-border);
}

.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  z-index: 0;
}

.NewAdminResponsiveTable tbody {
  background: var(--background-primary);
}

.react-colorful__hue-pointer {
  z-index: 1 !important;
}

.react-colorful__saturation-pointer {
  z-index: 1 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: var(--background-primary);
  cursor: not-allowed;
  border: 1px solid var(--secondary-border);
  color: #959595;
}

.colorPickerModal .modal-dialog {
  max-width: 222px;
  width: 100%;
  padding: 10px;
  margin: 54px auto;
}

.colorPickerModal .modal-content {
  background: transparent;
  border: inherit;
  border-radius: inherit;
}

.colorPickerModal .react-colorful__saturation {
  border-radius: 0 !important;
}

.colorPickerModal .react-colorful__last-control {
  border-radius: 0 !important;
}

.timerModal .modal-body {
  padding: 0;
}

.timerModal .modal-dialog {
  max-width: 592px;
}

.storeHeader .dropdown-toggle::after {
  display: none;
}

.storeLoginHeader.navbar {
  position: fixed;
  width: 100%;
  max-width: 1137px;
}

.clearBoth {
  clear: both;
  max-width: 1021px;
  left: 310px;
  right: 0;
  box-shadow: 0 13px 32px var(--shadow-tertiary);
  background: var(--background-quaternary);
}

.positionRelative {
  position: relative;
}

.accordionLabel {
  left: 60px;
}

#multiselectContainerReact .searchWrapper {
  min-height: 120px;
  overflow: auto;
  padding: 15px 21px;
}

#multiselectContainerReact .chip {
  background: var(--theme-primary);
  font-size: 16px;
  border-radius: 25px;
  margin-top: 12px;
}

#multiselectContainerReact .highlightOption {
  background: #f8f8f8;
  color: var(--black-primary-foreground);
}

#multiselectContainerReact .multiSelectContainer li:hover {
  background: var(--theme-primary) !important;
  color: var(--white-primary-foreground);
}

#multiselectContainerReact .multiSelectContainer li {
  padding: 5px;
}

textarea.form-control {
  padding: 10px 21px;
}

.input-group>.form-control:not(:last-child) {
  z-index: 0;
}

.countrySelectRTL select {
  background-position: 97% 50% !important;
}

.homeHeader .languageIconHome {
  filter: invert(100%) sepia(91%) saturate(0%) hue-rotate(221deg) brightness(102%) contrast(103%);
}

.currencyLabel {
  left: 80px;
  top: -11px;
}

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

.passwordInput {
  padding: 0 40px 0 21px !important;
}

.pickerInput {
  padding: 0 42px 0 21px !important;
}

.disableTimeBtn.disabled,
.disableTimeBtn:disabled,
.disableTimeBtn:disabled:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  cursor: not-allowed;
  color: var(--black-tertiary-foreground) !important;
}

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

.colorPickerModal {
  top: 15%;
}

.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}


.adminSearchInputSection {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.textCenter {
  text-align: center;
}

.textEnd {
  text-align: end;
}


.commonDropzoneWrapperBox {
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid var(--primary-border);
  border-radius: 6px;
  box-shadow: 0 0 1px 0 #2d3d5126;
  background: var(--background-secondary);
  position: relative;
}

.commonCloseBtnStyle {
  border-radius: 50%;
  padding: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  background: var(--background-primary) !important;
  border: 2px solid var(--theme-primary) !important;
  box-shadow: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropZoneImgUploadCloseBtnPosition {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.toneDropzoneFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .adminSearchInputSection {
    flex-direction: column;
  }
}

.Loader__background {
  z-index: 1 !important;
  height: calc(100vh - 130px) !important;
}

.imgUploadDropzone .Loader__background {
  height: 100% !important;
}

.verticalLineMiddle {
  vertical-align: middle;
}

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

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

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

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

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

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

.postAddon.addonBorder .input-group-text {
  border-radius: 0 4px 4px 0 !important;
}

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

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

.storeTabBtnGroup {
  border-bottom: unset !important;
}

.manuListContainer {
  margin-bottom: 24px;
}

.navbar-brand {
  padding: 6px 0 0 6px;
}

.adminSideMenuBtnContainer .icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--background-primary);
  transition: 0.3s;
}

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

.adminSideMenuBtnContainer {
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.sideMenuActive {
  text-decoration: none;
  position: relative;
  background-color: var(--side-menu-active-bg);
}

.sideMenuActive::after {
  content: '';
  width: 1px;
  height: 23px;
  background: var(--background-primary);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.sideMenuActive img {
  filter: brightness(0) invert(1);
}

.sideMenuActive span:nth-child(2) {
  color: var(--white-primary-foreground);
}


/* table design start */

.tableOuterContainer {
  border: 1px solid var(--secondary-border);
  overflow-x: auto;
  position: relative;
  overflow-y: hidden;
  border-radius: 6px;
  min-height: 115px;
}

.tableContainer {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}


.tableContainer thead th {
  background: var(--table-header-primary) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  border: unset !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tableContainer thead th:first-child {
  border-top-left-radius: 6px;
}

.tableContainer thead th:last-child {
  border-top-right-radius: 6px;
}

.tableContainer tbody td,
.tableContainer thead th {
  padding: 19px;
  min-width: 200px;
  text-align: start;
  vertical-align: middle;
}

.tableContainer tbody td {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  border-top: 1px solid var(--secondary-border);
}

.tableContainer tbody td.commonTableNoDataCell {
  text-align: center;
}

/* table design end */
/* common button container start */
.commonButtonContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 12px;
}

/* common button container end */
.commonEditPageCenter {
  margin: 20px 15px !important;
  max-width: 100% !important;
}


/* addon issue fix start */

.addonLeftContainer input,
.addonCustomRightContainer .addonCustomBtnContainer input {
  border-radius: 4px 0 0 4px !important;
}

.addonLeftContainer .input-group-text,
.addonCustomRightContainer .addonCustomInputContainer input {
  border-radius: 0 4px 4px 0 !important;
}

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

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

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

.addonCustomRightContainer .addonCustomInputContainer {
  flex-grow: 1;
  width: 100%;
}

/* addon issue fix end */

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

.storePanelSwitchFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

.storePanelSwitchFlex {
  margin: 0px;
}

.storePanelSwitchFlex .switchLapelTextHeader {
  font-weight: 500 !important;
}

/* store header start */
.StoreHeaderNavContainer,
.isAfterLoginNavContainer {
  display: flex;
  gap: 30px;
  align-items: center;
}

.isAfterLoginNavContainer {
  gap: 12px;
}

.storeHeaderNavItem {
  padding: 8px 20px;
  color: var(--black-primary-foreground);
  font-size: 18px;
  border-bottom: 2px solid transparent;
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}


.storeHeaderNavItem:hover,
.storeHeaderNavItem:focus,
.storeHeaderNavItem:active {
  border-bottom: 2px solid var(--theme-primary);
  text-decoration: none !important;
}

.isAfterLoginNavContainer .dropdown-item {
  border-bottom: 2px solid transparent;
}

.isAfterLoginNavContainer .dropdown-item:focus,
.isAfterLoginNavContainer .dropdown-item:hover {
  border-bottom: 2px solid var(--theme-primary);
}

.isAfterLoginNavContainer .storeHeaderNavItem:hover {
  border-bottom: 2px solid transparent;
}

.storeHeader {
  padding: 10px 30px;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 5;
}

.isStoreLoginHeader {
  left: 310px;
  right: 0;
  position: fixed;
  width: auto;
  background: var(--background-quaternary);
  box-shadow: 0 13px 32px var(--shadow-tertiary);
}

.storeHeader .navbar-brand {
  padding: 0;
}

.closeButton {
  display: none;
}

.tableContainer a,
.tableContainer a:hover {
  text-decoration: none;
  color: var(--link-foreground);
}

/* store header end */
/* location input design start */

.customGeoSuggestInputContainer {
  position: relative;
}

.customGeoSuggestInputListContainer {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  max-height: 300px;
  padding: 0;
  margin-top: -1px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  border: 1px solid var(--primary-border);
  border-top-width: 0;
  background: var(--background-primary);
  z-index: 1;
}

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

.customGeoSuggestInputListItem {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 9px;
  cursor: pointer;
  text-align: start;
  color: var(--black-secondary-foreground);
}

.customGeoSuggestInputListItem:hover,
.customGeoSuggestInputListItem:focus {
  background: #f5f5f5;
  color: var(--black-secondary-foreground);
}

.safariFailureInputWrapper {
  position: relative;
}

.failureDropDown .suggestItem {
  position: absolute;
  top: 90%;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 8px 10px;
  background: var(--background-primary);
  border: 1px solid #000;
  color: var(--black-secondary-foreground);
  border-top-width: 0;
  border-radius: 0;
  text-align: start;
  cursor: pointer;
  z-index: 1;
}

.singUpFormPlaceSuggest .customGeoSuggestInputContainer .customGeoSuggestInput,
.singUpFormPlaceSuggest .safariFailureInputWrapper .safariFailureGeoSuggestion,
.storeEditProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput,
.storeEditProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  height: 54px;
  padding: 6px 12px;
  border: 1px solid var(--primary-border);
  border-radius: 4px;
  color: var(--black-secondary-foreground);
  appearance: none;
  outline: none;
}

.singUpFormPlaceSuggest .customGeoSuggestInputContainer .customGeoSuggestInput:focus,
.storeEditProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput:focus,
.storeEditProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion:focus {
  outline: none;
  color: var(--black-secondary-foreground);
  background: var(--background-primary);
  border: 1px solid var(--primary-border);
  box-shadow: none;
}

.storeEditProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput,
.storeEditProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion {
  border: 1px solid var(--primary-border);
}

.storeEditProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput:focus,
.storeEditProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion:focus {
  border: 1px solid var(--theme-primary);
}

.storeEditProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInputListContainer,
.storeEditProfileGeoSuggestContainer .safariFailureInputWrapper .suggestItem {
  border: 1px solid var(--theme-primary);
  border-top-width: 0;
}

.adminProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput,
.adminProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black-secondary-foreground);
  background: var(--background-primary);
  border: 1px solid var(--primary-border);
  border-radius: 4px;
  box-shadow: none;
  height: 54px;
  outline: none;
}

.adminProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput:focus,
.adminProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion:focus {
  border: 1px solid var(--input-focus-border);
  box-shadow: none;
  outline: none;
}

.adminProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput:focus-visible,
.adminProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion:focus-visible {
  border: 1px solid var(--input-focus-border);
  box-shadow: none;
  outline: none;
}

.adminProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInputListContainer,
.adminProfileGeoSuggestContainer .safariFailureInputWrapper .suggestItem {
  border-radius: 0 0 4px 4px;
  border: 1px solid var(--primary-border);
  border-top: 0;
  color: var(--black-primary-foreground);
}

.adminProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInputListContainer .customGeoSuggestInputListItem,
.adminProfileGeoSuggestContainer .safariFailureInputWrapper .suggestItem {
  padding: 10px 21px;
  font-size: 16px;
}

/* location input design end */
.form-control::placeholder {
  color: var(--place-holder-foreground);
}

.modal-header .close,
.modal-header .close:hover,
.modal-header .close:focus {
  outline: none;
}

.headerContentPageBox {
  box-shadow: 1px 1px 5px 0px #eeebeb;
}

.headerContentPageBox .menuToggle span {
  background: var(--black-primary-foreground);
}

.homeHeader .menuToggle span {
  background: var(--background-primary);
}

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

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

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

.doubleBtnFlexEnd {
  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;
}

.commonInputErrorText {
  display: inline-block;
  color: var(--error-foreground);
  text-align: start;
  margin-top: 4px;
}

.widthFull {
  width: 100%;
}

.adminHeading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 24px;
  color: var(--black-primary-foreground);
}

.staticContentPreviewPage {
  padding: 50px 15px;
  min-height: 400px;
  max-width: var(--max-content-width);
  margin: 0 auto;
}

.staticContentPreviewPage .pageTitle {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: var(--black-primary-foreground);
  margin-top: 0;
  margin-bottom: 24px;
}

.toolTipIconContainer {
  position: relative;
  top: -2px;
  cursor: pointer;
}

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

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

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


.tableEditIconFlex,
.tableDeleteIconFlex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.5;
  border: 0;
  padding: 0;
  background-color: transparent !important;
  font-weight: 500;
  outline: none !important;
  text-decoration: none !important;
  gap: 4px;
  cursor: pointer;
}

.tableEditIconFlex {
  color: var(--link-foreground) !important;
}

.tableEditIconFlex span,
.tableDeleteIconFlex span {
  position: relative;
  top: 2px;
}

.tableDeleteIconFlex {
  color: var(--error-foreground) !important;
}

.tableEditDeleteWrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.viewIconFlex {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  color: var(--link-foreground) !important;
  text-decoration: none !important;
  outline: none !important;
}

.manageMenuEditIconFlex {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--link-foreground) !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  max-width: 95%;
  margin: 0 8px;
}

.manageMenuEditIconFlex span,
.manageMenuDeleteIconFlex span {
  position: relative;
  top: 2px;
}

.manageMenuDeleteIconFlex {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--error-foreground) !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

/* addon */
.commonPrefixAddonInput input {
  border-left: 0;
}

.commonPrefixAddonInput .input-group-text {
  border-radius: var(--input-radius) 0 0 var(--input-radius);
}

.commonPageUrlInput .input-group-text {
  color: var(--white-primary-foreground) !important;
  background-color: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  font-weight: 600 !important;
}


@media (max-width: 1199px) {
  .tableOuterContainer {
    border: none;
    border-radius: 0;
    overflow: hidden;
    min-height: auto;
    max-height: unset;
  }

  .tableContainer thead th {
    display: none;
  }

  .tableContainer tbody td {
    border-bottom: 1px solid var(--secondary-border);
    border-top: 0 !important;
    min-height: 66px;
    display: grid;
  }

  .tableContainer tbody td:last-child {
    border-bottom: none;
  }

  .tableContainer tbody tr {
    border: 1px solid var(--secondary-border) !important;
    display: block;
    margin-bottom: 30px;
    padding: 0;
    border-radius: 6px;
  }

  .tableContainer tbody tr:last-child {
    margin-bottom: 0;
  }

  .tableContainer tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
  }

  .commonTableOuterWrapper {
    width: 100%;
  }

  .tableContainer tbody td.commonTableNoDataCell {
    grid-template-columns: 100%;
  }

  .tableContainer tbody td.commonTableNoDataCell::before {
    display: none;
  }

  .tableEditDeleteWrapper {
    justify-content: flex-end;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .tableContainer tbody td::before {
    text-align: start;
  }

  .tableContainer tbody td {
    text-align: end;
    grid-template-columns: 250px 1fr;
  }

}

@media (max-width: 991px) and (min-width: 768px) {

  .threeColumnGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .tableContainer tbody td {
    text-align: start;
    grid-template-columns: 100%;
  }

  .tableContainer tbody td::before {
    margin-bottom: 8px;
  }

  .StoreHeaderNavContainer {
    flex-direction: column;
    gap: 10px;
    margin: 0px 20px;
    align-items: flex-start;
  }

  .isStoreLoginHeader {
    left: 0;
    right: 0;
  }

  .isStoreWithOutLoginSitePanelOpen {
    right: 0% !important;
  }

  .isStoreWithOutLoginSitePanel {
    display: block !important;
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    background: var(--background-primary);
    z-index: 9;
    transition: 0.5s linear;
    padding-top: 40px;
  }

  .closeButton {
    position: absolute;
    font-size: 35px;
    right: 15px;
    top: 10px;
    display: block;
    color: var(--black-primary-foreground);
  }

  .staticContentPreviewPage {
    padding: 30px 15px;
  }

  .staticContentPreviewPage .pageTitle {
    margin-bottom: 18px;
  }

  .tableEditDeleteWrapper {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    flex-direction: column;
  }

  .buttonSeparator {
    display: none;
  }

  .commonPageUrlInput .input-group {
    flex-direction: column;
  }

  .commonPageUrlInput .input-group-text {
    border-radius: var(--input-radius) var(--input-radius) 0 0 !important;
    white-space: normal;
    text-align: start;
  }

  .commonPageUrlInput input {
    width: 100% !important;
    border: 1px solid var(--primary-border);
    border-radius: 0 0 var(--input-radius) var(--input-radius) !important;
  }

  .commonPrefixAddonInput .input-group>.form-control:not(:first-child) {
    border-top-left-radius: unset !important;
    border-bottom-left-radius: var(--input-radius) !important;
  }

  .manageMenuEditIconFlex {
    margin: 0;
  }

}


@media screen and (max-width: 767px) {
  .Loader__background {
    height: 100vh !important;
  }

  .btnGroupContainerMobileDir {
    flex-direction: column;
  }

  .isStoreLoginSitePanel {
    display: none;
  }

  .storeHeader {
    padding: 10px 15px;
    height: 80px;
  }

  .storePanelSwitchFlex .switchLapelTextHeader {
    font-size: 18px;
  }

  .twoColumnGrid,
  .threeColumnGrid {
    grid-template-columns: 100%;
  }

  .cookiesGotItButton {
    margin-left: auto;
  }
}