.tf-container {
  padding-left: 10px;
  padding-right: 10px;
}

body::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: linear-gradient(100deg, #FFF9F4, #FFFFFF);
  --tw-blur: blur(145px);
  filter: blur(145px);
  z-index: -1;
}

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

.serial {
  padding: 3px;
  font-size: 14px;
}

.address h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px;
}

.address .icon {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background-color: #f2f5f5;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .address .icon i {
    font-size: 20px;
    color: #001933;
  }

.address .address-cnt {
  font-size: 16px;
  font-weight: 700;
  margin: 10px;
}

.recomand-box svg {
  height: 100%;
  width: 100%;
}

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

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

.banner-wrapper img {
  max-height: 100%;
  width: 100%;
}

.display-price .price {
  justify-content: center;
  display: flex;
  color: #001933;
  align-items: center;
  gap: 15px;
}

  .display-price .price .del {
    text-decoration: line-through;
    color: #a1a1a1;
    font-style: normal;
    line-height: normal;
  }

.cus-price .price {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: #d8d8d8;
  justify-content: left;
  display: flex;
  align-items: center;
  gap: 15px;
}

  .cus-price .price .del {
    text-decoration: line-through;
    color: #a1a1a1;
    font-style: normal;
    line-height: normal;
  }

.desc {
  padding: 20px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: justify-all;
}

.display-flex {
  display: block;
}

.tf-btn.secondary {
  background-color: #0078CF;
  border: 1px solid #0078CF;
  color: #ffffff;
}

  .tf-btn.secondary:hover {
    background-color: #ffffff !important;
    border: 1px solid #0078CF;
    color: #0078CF;
  }

    .tf-btn.secondary:hover i {
      color: #ffffff;
    }

.tf-form label.error {
  display: block;
  width: 100% !important;
  color: #0078CF;
  font-weight: bold;
  margin: 5px 0;
  top: 35px;
  left: 35px;
}

.item-count {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0078CF;
  line-height: 18px;
  text-align: center;
  font-size: 10px !important;
  color: #fff !important;
  margin: -5px 0 0 25px !important;
}


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

.hide {
  display: none;
  visibility: hidden;
  height: 0px !important;
  width: 0px !important;
  cursor: not-allowed;
}

.display-end {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.box-collections .images img {
  height: 200px;
}

.cus-style .r-center .img-box {
  text-align: center;
}

  .cus-style .r-center .img-box img {
    border-radius: 16px;
    width: 100%;
    max-width: 165px;
    height: 165px;
  }

.home-5 .section .wrap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 11px;
}

  .home-5 .section .wrap-grid .box-collections .images {
    max-width: 100%;
    height: auto;
  }

.cus-style .img-box img, .cus-style .style-2 .img-box img {
  box-shadow: 0px 10px 30px 0px rgba(0, 25, 51, 0.14);
  border-radius: 16px;
  width: 90px;
  height: 90px;
}

.cus-style .style-2 .img-box, .cus-style .img-box {
  overflow: hidden;
  max-width: 106px;
  height: 80px;
}

.app-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/background/app-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.app-box {
  text-align: center;
  color: #ffffff !important;
}

.btn-sidebar {
  border: none;
}

.account-area .tf-title h1 {
  color: #001933;
}

.digit-group input {
  background-color: rgba(0, 25, 51, 0.2);
}

  .digit-group input:focus {
    background-color: rgba(0, 25, 51, 0.1);
  }

.prd-img .swiper-pagination {
  bottom: 40px;
  position: absolute;
}

.widget-filter .sidebar-logo img {
  height: 50px;
  width: 50px;
}

.menu-mobile .sidebar-logo {
  padding: 5px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-mobile .sidebar-content {
  padding: 20px 20px;
  overflow-x: hidden;
  background: var(--white);
  scrollbar-width: thin;
  scrollbar-color: #ffffff;
}

.avt-user {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}

.avatar img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.gap-10 {
  gap: 10px;
}

.nav-link-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 0;
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
}

  .nav-link-item::after {
    position: absolute;
    font-family: "icomoon";
    content: "\e900";
    right: 0;
    color: var(--text-3);
    font-size: 16px;
    font-weight: 700;
  }

.line-bt {
  border-bottom: 1px solid #f2f2f2 !important;
}

.menu-mobile .sidebar-bottom {
  margin-top: auto;
  padding: 20px;
}

  .menu-mobile .sidebar-bottom .ver-info {
    margin: 0;
    font-size: 15px;
    display: block;
    font-weight: 600;
  }

.c-inner .img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px;
}

.group-input select {
  padding-left: 42px;
  height: 56px;
}

.service-disabled {
  opacity: 0.2;
}

.booking-activity svg {
  position: absolute;
  margin-left: 22px;
}

.booking-track-box li:first-child svg {
  margin: 0;
}

.category.section .wrap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.category .wrap-grid .box-collections {
  box-shadow: 0px 10px 30px 0px rgba(0, 25, 51, 0.14);
  border-radius: 16px;
}

  .category .wrap-grid .box-collections .images {
    max-width: 100%;
    height: auto;
  }

.category .box-collections .content {
  text-align: center;
  background: rgba(0,25,51, 0.2);
}

  .category .box-collections .content a, .category .box-collections .content p {
    text-align: center;
    font-weight: bold;
    color: #ffffff !important;
  }

.logo-app {
  text-align: center;
}

  .logo-app img {
    height: 50px;
    width: 50px;
  }

.grecaptcha-badge {
  display: none;
  visibility: hidden;
}

.form-label {
  margin-bottom: 1rem;
}

.group-input .select2 {
  width: 100% !important;
}

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

.group-input .select2-container--default .select2-selection--single {
  padding-left: 42px;
  height: 56px;
  width: 100%;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: #f8f8f8;
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 18px 14px;
  padding-left: 14px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

  .group-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
  }

.menubar-footer .inner li {
  width: 25%;
}

  .menubar-footer .inner li a span {
    font-size: 26px;
  }

.vendor .img-box {
  height: 85px;
  width: 100%;
}

.vendor .content-box {
  padding: 10px 10px;
}

.cus-header {
  background: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(1px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
  padding: 10px;
}

.pagination-wrap {
  margin: 20px;
}

.pagination {
  text-align: center;
  justify-content: center;
}

  .pagination li a {
    display: flex;
    justify-content: center;
    background-color: #001933;
    color: #fff1d0;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    align-content: center;
    margin: 5px;
  }

    .pagination li a:hover, .pagination li a.active {
      background-color: #0078CF;
      color: #001933;
    }

  .pagination li svg {
    margin: 8px;
  }

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

.booking-resource li, .booking-time li {
  position: relative;
  width: 100%;
  padding: 0.5rem;
}

.booking-time {
  max-height: 650px;
  overflow-y: auto;
}

  .booking-time li {
    float: left;
    width: 33.33%;
    padding: 0.5rem;
  }

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

  .booking-resource label, .booking-time label {
    position: relative;
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 50px;
    line-height: 48px;
    border: 2px solid #001933;
    border-radius: 16px;
    padding: 0 20px;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: #001933;
    transition: all .25s ease-in-out;
    background: linear-gradient(100deg, #E5F2F9, #F2F8FC);
  }

  .booking-time label {
    padding: 0px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
  }

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

    .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 {
      background: linear-gradient(100deg, #0078CF, #2EBAFF);
      color: #001933;
    }

.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: 35px;
  height: 35px;
  line-height: 35px;
}

.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: #0078CF !important;
  }

  .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 table tr td span.focused, .booking-date .datepicker table tr td span:hover {
  background-color: #0078CF !important;
  background-image: none !important;
  color: #ffffff !important;
  border-radius: 30px;
}

.booking-date .datepicker table tr td.active.active:hover.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: linear-gradient(100deg, #0078CF, #2EBAFF);
  color: #001933 !important;
  border: 2px solid #001933;
}

.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-size: 15px;
  font-weight: bold;
  border: 1px solid #001933;
  background: linear-gradient(100deg, #E5F2F9, #F2F8FC);
  border-radius: 16px;
}

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

.booking-party .theme-menu {
  width: 100%;
  margin: 20px;
  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 #001933;
  box-shadow: none;
}


.nav-cus-icon {
  font-size: 20px;
}

#map {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 45px;
}

  #map .cus-iframe {
    height: 100%;
    width: 100%;
    mix-blend-mode: luminosity;
  }

.card {
  margin-bottom: 1.25rem;
  background: linear-gradient(100deg, #D2E8F1, #FFFFFF);
  transition: all .5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 16px;
  box-shadow: none;
  height: calc(100% - 1.25rem);
  font-size: 14px;
}

.card-header {
  border-color: rgba(0, 0, 0, 0.1);
  position: relative;
  background: transparent;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.accordion-item {
  margin-bottom: 0.25rem;
  background: none;
  border: none;
}

.accordion-header {
  padding: 0.6rem 0.95rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  color: #211c37;
  font-weight: 400;
  border-radius: 16px;
  transition: all 0.5s;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}

.accordion-primary .accordion-header.collapsed {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #180209;
  box-shadow: none;
}

.accordion-header-indicator {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 18px;
}

  .accordion-header-indicator::before {
    content: "-";
    transition: all 0.2s ease-in-out;
    display: block;
    transform: rotate(180deg);
  }

.accordion-header.collapsed .accordion-header-indicator::before {
  transform: rotate(0);
  content: "+";
}

.tf-form select, .tf-form textarea, .tf-form input[type="text"], .tf-form input[type="password"], .tf-form input[type="datetime"], .tf-form input[type="datetime-local"], .tf-form input[type="date"], .tf-form input[type="month"], .tf-form input[type="time"], .tf-form input[type="week"], .tf-form input[type="number"], .tf-form input[type="email"], .tf-form input[type="url"], .tf-form input[type="search"], .tf-form input[type="tel"], .tf-form input[type="color"] {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(24, 2, 9, 0.1);
}

.no-border {
  background: none !important;
  border: none !important;
}

.modal-content {
  color: #001933;
}

.menubar-footer .inner li.active svg path {
  fill: #001933 !important;
}

.booking-form-control {
  border: 1px solid #001933;
}

.datepickers-container {
  z-index: 10001;
}

.menubar-addon .inner li {
  width: 20%;
}

.cus-cat-img img {
  width: 35px !important;
  height: 35px !important;
}

.category-swiper .swiper-slide {
  width: auto;
  margin-left: 10px;
}

  .category-swiper .swiper-slide.ml-1 {
    margin-left: 20px;
  }

  .category-swiper .swiper-slide.ml-2 {
    margin-left: 15px;
  }

.category-swiper .swiper-slide-active .box-categories {
  border: 0.0625rem solid rgba(0, 0, 0, 1);
  box-shadow: 0px 8px 26px 0px rgba(0, 25, 51, 0.1);
}

.category-swiper .swiper-slide-active .primary {
  background: #ffffff;
}

  .category-swiper .swiper-slide-active .primary span {
    color: #001933;
  }

.menubar-footer .inner li {
  width: 25%;
}

.fix-cart {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 100;
}


.cus-desc ul {
  margin: 10px;
  list-style: disc;
}

  .cus-desc ul li {
    display: list-item;
    unicode-bidi: isolate;
  }

.cal-header {
  position: fixed;
  max-width: 1240px;
  margin: 0 auto;
  top: 60px;
  z-index: 1000;
  background: #ffffff;
  padding: 15px 10px;
  left: 0;
  right: 0;
}

.zuyyu-calendar {
  position: relative;
  padding: 20px 0px;
  margin: -10px;
}

  .zuyyu-calendar .fc-timegrid-slot {
    color: #001933;
  }

  .zuyyu-calendar .fc-timegrid-slot {
    height: 3.5rem;
    border-bottom: 0 !important;
  }

  .zuyyu-calendar .event-sel .fc-event-main {
    background: linear-gradient(100deg, #0078CF, #2EBAFF);
    color: #001933 !important;
    font-size: 14px;
    font-weight: 600;
  }

  .zuyyu-calendar .fc-scrollgrid {
    box-shadow: 0px 8px 30px 0px rgba(0, 25, 51, 0.06);
    border: none !important;
  }

    .zuyyu-calendar .fc-scrollgrid td:last-of-type {
      border-right: none !important;
    }

  .zuyyu-calendar .fc-day {
    background: linear-gradient(100deg, #FFF9F4, #FBFDFE);
  }

  .zuyyu-calendar .fc-day-today {
    background: linear-gradient(100deg, #FFF9F4, #FBFDFE);
  }
.bg-white {
  background : #fff;
}
.progress-bar {
  background-color: #0078CF !important;
}