.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s .2s ease-in-out;
  transition: all .4s .2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

[data-bs-theme="dark"] .page-loading {
  background-color: #001933;
}

.page-loading.active {
  opacity: 1;
  visibility: visible;
}

.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 0;
}

.page-loading.active > .page-loading-inner {
  opacity: 1;
}

.page-loading-inner > span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #6f788b;
}

[data-bs-theme="dark"] .page-loading-inner > span {
  color: #fff;
  opacity: .6;
}

.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: .75rem;
  vertical-align: text-bottom;
  background-color: #0078CF;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner .75s linear infinite;
  animation: spinner .75s linear infinite;
}

[data-bs-theme="dark"] .page-spinner {
  background-color: rgba(255,255,255,.25);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.select2 {
  width: 100% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input.error, .del-col {
  border-bottom: 1px solid;
  border-color: rgba(0, 120, 207, 0.5) !important;
  background-color: rgba(0, 120, 207, 0.05) !important;
}

.error {
  color: #0078CF;
  font-weight: bolder;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.sort {
  cursor: pointer;
}

.h-100 {
  height: 17rem !important;
}

.dropzone {
  border: 1px solid;
  border-radius: 1rem;
  border-color: rgba(0,120,207, 0.5) !important;
  background-color: rgba(0,120,207, 0.05) !important;
}

.data-remove {
  z-index: 999 !important;
  cursor: pointer !important;
}

#menu .active, #menu .active .leading-none {
  fill: #0078CF !important;
  color: #0078CF !important;
  font-weight: 700 !important;
}

  #menu .active .item-ico svg .path-2 {
    fill: #2EBAFF;
    stroke: #2EBAFF;
  }

  #menu .active span svg {
    transform: rotate(90deg);
    transition: left 0.5s ease-in-out;
  }

    #menu .active span svg path {
      stroke-width: 1;
      stroke: #0078CF;
    }

:is(.dark) .zuyyu-user .path-1, :is(.dark) .multilingual .path-1 {
  fill: #FFFFFF;
  color: #FFFFFF;
}

textarea {
  resize: none;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  --tbg-opacity: 1;
  background-color: rgb(252 254 255 / 1);
  border-color: rgb(226 232 240 / 1);
  border-radius: 0.5rem;
}

:is(.dark .dark\:bg-darkblack-500) .select2-container--default .select2-selection--single, :is(.dark .dark\:bg-darkblack-500) .select2-container--default .select2-selection--multiple {
  --tw-bg-opacity: 1;
  background-color: rgb(35 38 43 / var(--tw-bg-opacity));
}

:is(.dark) .select2-container--default .select2-selection--single .select2-selection__rendered {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--multiple {
  height: 3.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem;
}

.select2-container .select2-selection--multiple {
  padding: 0.2rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #001933;
  background-color: #2EBAFF;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0078CF;
  color: white
}

.cus-error label.error {
  position: absolute;
  margin-top: 6rem;
}

.authenticate #iCountry-error {
  margin-top: 3.5rem;
}

.pl-20 {
  padding-left: 7.2rem;
}

.hide {
  pointer-events: none !important;
  display: none !important;
  visibility: hidden !important;
  height: 0px !important;
  width: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  cursor: not-allowed !important;
  clear: both !important;
}

.cus-qr-code svg {
  max-height: 750px !important;
  max-width: 750px !important;
}


.card-img {
  height: 80px;
  width: 80px;
  border: 1px solid #0078CF;
  border-radius: 50%;
}

.no-grap {
  display: flex;
  gap: 0rem !important;
}

@media (max-width: 500px) {
  .mob-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}

.autocomplete-container .autocomplete-results {
  position: absolute;
  display: none;
  background-color: rgb(252 254 255 / 1);
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 120 207 / 1);
  padding: .75rem;
  margin-top: 90px;
  z-index: 99;
}

  .autocomplete-container .autocomplete-results.show {
    display: block;
  }

  .autocomplete-container .autocomplete-results .autoComplete_highlighted {
    color: #001933;
  }

  .autocomplete-container .autocomplete-results a {
    cursor: pointer;
  }

.bg-\[\order-1\], .bg-\[\order-2\], .bg-\[\payment-1\], .bg-\[\payment-2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 239 238 / var(--tw-bg-opacity));
}

.text-\[\order-1\], .text-\[\order-2\], .text-\[\payment-1\], .text-\[\payment-2\] {
  --tw-text-opacity: 1;
  color: rgb(255 71 71 / var(--tw-text-opacity));
}

.bg-\[\order-3\], .bg-\[\order-4\], .bg-\[\payment-3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 186 255 / var(--tw-bg-opacity));
}

.text-\[\order-3\], .text-\[\order-4\], .text-\[\payment-3\] {
  --tw-text-opacity: 1;
  color: rgb(0 120 207 / var(--tw-text-opacity));
}

.bg-\[\order-5\], .bg-\[\payment-4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 212 218 / var(--tw-bg-opacity));
}

.text-\[\order-5\], .text-\[\payment-4\] {
  --tw-text-opacity: 1;
  color: rgb(5 41 74 / var(--tw-text-opacity));
}

:is(.dark) .text-\[\order-5\], :is(.dark) .text-\[\payment-4\] {
  --tw-text-opacity: 1;
  color: rgb(232 207 180 / var(--tw-text-opacity));
}

.bg-\[\order-6\], .bg-\[\order-7\], .bg-\[\payment-5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 249 233 / var(--tw-bg-opacity));
}

.text-\[\order-6\], .text-\[\order-7\], .text-\[\payment-5\] {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.bg-\[\payment-method\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 239 230 / var(--tw-bg-opacity));
}

.text-\[\payment-method\] {
  --tw-text-opacity: 1;
  color: rgb(180 95 6 / var(--tw-text-opacity));
}

.select2-dropdown {
  z-index: 10000;
}

.pop-menu {
  position: relative;
  z-index: 10001;
}

.pop-menu-over {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.mt-5 {
  margin-top: 1.25rem;
}

.logo {
  margin: 0 -15px;
}

.w-\[90pct\] {
  width: 90%;
}

.scroll-height {
  max-height: 75vh;
  overflow-x: auto;
}

div.dataTables_wrapper table.dataTable {
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody {
  border-right: 1px solid #ddd !important;
}

div.dataTables_scrollFoot {
  border: 1px solid #ddd !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.cat-link {
  margin: 0px 0px 20px 0px;
  min-height: 100px;
}

  .cat-link img {
    border-radius: 16px;
    height: 100%;
    max-height: 125px;
    object-fit: cover;
    transition: transform 400ms;
  }

  .cat-link .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.35);
    border-radius: 16px;
    padding: 2rem;
  }

    .cat-link .overlay a {
      font-size: 1.1em;
      font-weight: 700;
      margin-bottom: .7em;
      color: #ffffff;
    }

      .cat-link .overlay a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        content: "";
      }

.scale-up {
  overflow: hidden;
  backface-visibility: hidden;
  transform: scale(1);
  border-radius: 16px;
}

  .scale-up:hover img {
    transform: scale(1.1)
  }

.prd-link {
  position: relative;
  margin: 0;
  word-wrap: break-word;
  height: 12.5rem;
}

  .prd-link img {
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    transition: transform 400ms;
  }

  .prd-link .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.35);
    border-radius: 16px;
    padding: 2rem;
    justify-content: space-between !important;
  }

    .prd-link .overlay a {
      font-size: 1.1em;
      font-weight: 700;
      margin-bottom: .7em;
      color: #ffffff;
    }

      .prd-link .overlay a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        content: "";
      }

  .prd-link .price {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0.5rem;
  }

.cus-tab a {
  position: relative;
}

.cus-tab .active {
  background: #0078CF;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #1e293b;
}

  .cus-tab .active::after {
    content: " ";
    background: #1e293b;
    color: #1e293b;
    border-radius: 10px;
    position: absolute;
    width: calc(100%);
    height: 5px;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
  }

:is(.dark) .cus-tab .active {
  background: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #1e293b;
}

  :is(.dark) .cus-tab .active::after {
    background: #0078CF;
    color: #0078CF;
  }


.btn-action {
  position: fixed;
  border-top: 1px solid rgba(0,0,0,.50) !important;
  background: rgba(0,0,0,.40) !important;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  display: flex;
  padding: 1rem;
  align-items: center;
}

  .btn-action .web, .btn-action .mobile {
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }

.btn-service {
  display: none !important;
  visibility: hidden !important;
}

.service-cnt {
  display: inherit !important;
  visibility: visible !important;
}

.btn-action .web {
  display: flex !important;
  visibility: visible !important;
}

.btn-action .mobile {
  display: none !important;
  visibility: hidden !important;
}


@media (max-width: 950px) {

  .btn-service {
    display: block !important;
    visibility: visible !important;
  }

  .service-cnt {
    display: none !important;
    visibility: hidden !important;
  }

  .btn-action .web {
    display: none !important;
    visibility: hidden !important;
  }

  .btn-action .mobile {
    display: flex !important;
    visibility: visible !important;
  }
}


:is(.dark) .cus-path svg .path-1 {
  fill: #FFFFFF;
  color: #FFFFFF;
}

.booking-resource li, .booking-time li, .booking-date-availability li {
  position: relative;
  float: left;
  width: 50%;
  padding: 1rem;
}

.booking-time li {
  width: 20%;
}

.booking-resource input[type="radio"], .booking-time input[type="radio"], .booking-date-availability input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
}

.booking-resource label, .booking-time label, .booking-date-availability label {
  position: relative;
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 50px;
  line-height: 48px;
  border: 2px solid #1B1D21;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  color: #1B1D21;
  transition: all .25s ease-in-out;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
}

  .booking-resource label svg, .booking-time label svg, .booking-date-availability label svg {
    line-height: 48px;
    vertical-align: sub;
    margin: -2px 10px;
    fill: #1B1D21;
  }

  .booking-resource .select, .booking-resource label:hover, .booking-resource label:active, .booking-resource input:hover + label, .booking-resource input:active + label, .booking-time .select, .booking-time label:hover, .booking-time label:active, .booking-time input:hover + label, .booking-time input:active + label, .booking-date-availability .select, .booking-date-availability label:hover, .booking-date-availability label:active, .booking-date-availability input:hover + label, .booking-date-availability input:active + label {
    background-color: rgb(46 186 255 / var(--tw-bg-opacity)) !important;
    color: #FFFFFF !important;
  }

.booking-date .datepicker-inline, .booking-date .datepicker-days table, .booking-date .table-condensed {
  width: 100% !important;
  max-width: none !important;
}


.booking-date .datepicker td {
  width: 50px;
  height: 50px;
}

.booking-date .datepicker-days, .booking-date .datepicker-inline, .booking-date .datepicker-days table, .booking-date .table-condensed {
  width: 100% !important;
  max-width: none !important;
  border-collapse: separate;
  border-spacing: 10px;
}

  .booking-date .datepicker-days table thead tr:first-child th:hover, .booking-date .datepicker-days table td.day:hover, .booking-date .datepicker-days table td.hour:hover, .booking-date .datepicker-days table td.minute:hover, .booking-date .datepicker-days table td.second:hover, .booking-date .datepicker-days table td span:hover {
    background: #f5f5f5;
  }

  .booking-date .datepicker table tr td span.active.active,
  .booking-date .datepicker-days table tbody tr td.active, .datepicker-days table tbody tr td.active:hover,
  .booking-date .datepicker-days table tbody tr td span.active {
    background-color: #0078CF !important;
    background-image: none !important;
    color: #ffffff !important;
  }

  .booking-date .datepicker-days table tbody tr td.today {
    background-color: #ffffff !important;
    background-image: none !important;
  }

    .booking-date .datepicker-days table tbody tr td.today:before {
      border-bottom-color: #0078CF !important;
    }

    .booking-date .datepicker-days table tbody tr td.today::after {
      content: '';
      display: inline-block;
      border: solid transparent;
      border-width: 0 0 7px 7px;
      border-bottom-color: #0078CF;
      border-top-color: rgba(0, 0, 0, 0.2);
      position: relative;
      bottom: 0;
      right: 0;
    }

.booking-date .datepicker table tr td {
  color: #001933 !important;
  font-weight: bold;
  border: 2px solid #1B1D21;
  background-color: rgb(46 186 255 / var(--tw-bg-opacity)) !important;
}

  .booking-date .datepicker table tr td.disabled,
  .booking-date .datepicker table tr td.disabled:hover {
    color: #dc3545 !important;
    cursor: default;
    font-weight: bold;
    opacity: 0.2;
  }

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.booking-party .theme-menu {
  width: 100%;
  display: block !important;
  font-size: 16px;
  line-height: 56px;
  height: 60px;
  color: rgba(0,0,0,.6);
  border-radius: 8px;
  padding: 0 0 0 20px;
  border: 2px solid #1B1D21;
  box-shadow: none;
}

body.cus-border::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-blur: blur(145px);
  filter: blur(145px);
  z-index: -1;
}

body.cus-border {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.cus-border .bg-white {
  background: rgb(255 255 255 / var(--tw-bg-opacity));
}

.cus-border .bg-\[\#F6FAFF\] {
  background: rgb(255 255 255 / var(--tw-bg-opacity));
}

:is(.dark) body.cus-border::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: linear-gradient(100deg, #190c00, #000000);
  --tw-blur: blur(145px);
  filter: blur(145px);
  z-index: -1;
}

:is(.dark) body.cus-border {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:is(.dark) .cus-border .bg-white {
  background: linear-gradient(100deg, #190c00, #190c00);
}

:is(.dark) .cus-border .bg-\[\#F6FAFF\] {
  background: linear-gradient(100deg, #160a00, #130900);
}


.active-pos-category .overlay {
  border-left: solid 10px #0078CF;
}

/* Start Zuyyu Full Calendar */
.fc-day .fc-daygrid-day-frame {
  position: initial !important;
}

.fc .fc-day-today {
  background: #0078CF !important;
}

.fc-day-today > div > div > a {
  color: #FFFFFF !important;
}

.fc .fc-daygrid .fc-day-today .fc-daygrid-day-frame {
  border: 0 !important;
}

.zuyyu-calendar {
  height: calc(100vh - 250px);
}

.fc .fc-scrollgrid-sync-table {
  border-spacing: 10px !important;
  border-collapse: separate !important;
}

.fc-day-sun .fc-col-header-cell-cushion {
  color: #0078CF !important;
}

.fc-day-sat, .fc-day-sat a.fc-daygrid-day-number,
.fc-day-sun a.fc-daygrid-day-number {
  color: #000000 !important;
}

.fc-day {
  background: #E6E6E6 !important;
  cursor: pointer;
}

.fc-col-header-cell {
  background: none !important;
}

.fc-day-other {
  background: #F2F2F2 !important;
}

.fc-day-set-color {
  background: #0078CF !important;
}

.fc-header-toolbar {
  margin-bottom: 10px !important;
}
.fc-booking-date::after {
  content: '*';
  color: #0078CF;
  font-weight: bold;
}

@media (max-width: 600px) {
  .zuyyu-calendar {
    height: auto !important;
  }
}


/* End Zuyyu Full Calendar */


.qr-code-bg {
  background: url('/img/bg/qr_code.png') left top no-repeat;
  text-align: center;
  max-width: 1084px;
  margin: 0 auto;
}

  .qr-code-bg h2 {
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    font-weight: 900;
    padding: 50px 0 0 0;
  }

  .qr-code-bg h3 {
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    font-weight: 900;
    padding: 35px 0;
  }

  .qr-code-bg h4 {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    font-weight: 900;
    padding: 35px 0;
  }


.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.auth-bg {
  background: url(../img/bg/sign-in.png) no-repeat center center fixed;
  background-size: auto;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.auth-cnt {
  position: absolute;
  z-index: 100;
  left: 35%;
  top: 20%;
  width: 600px;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
  padding: 80px;
}