@charset "UTF-8";
.booking-wizard {
  padding: 1em;
  background: var(--bs-white);
  border-radius: 0.5rem;
  font-family: var(--bs-body-font-family);
  font-size: 14px;
  color: var(--bs-body-color);
  min-width: 980px;
  width: 980px;
  height: 100%;
  margin: auto;
  /* Lists (Nested) */
  /* Definition Lists */
  /* Date Selection Section */
  /* Calendar Widget Styles */
  /* Time Selection Section */
  /* Loading States */
  /* Empty State */
  /* Navigation Buttons */
  /* Modern Calendar Styling - Override existing styles */
  /* Responsive Design */
  /* Ensure compatibility with existing booking wizard styles */
}
.booking-wizard .bs-bg-primary {
  background-color: var(--bs-primary) !important;
}
.booking-wizard .bs-bg-white {
  background-color: var(--bs-white) !important;
}
.booking-wizard .bs-bg-primary-light {
  background-color: var(--bs-primary-light) !important;
}
.booking-wizard .bs-color-primary {
  color: var(--bs-primary) !important;
}
.booking-wizard .bs-color-primarya:hover, .booking-wizard .bs-color-primarya:focus, .booking-wizard .bs-color-primarybutton:hover, .booking-wizard .bs-color-primarybutton:focus {
  color: var(--bs-primary-dark) !important;
}
.booking-wizard .bs-color-secondary {
  color: var(--bs-secondary) !important;
}
.booking-wizard .bs-color-secondarya:hover, .booking-wizard .bs-color-secondarya:focus, .booking-wizard .bs-color-secondarybutton:hover, .booking-wizard .bs-color-secondarybutton:focus {
  color: var(--bs-secondary-dark) !important;
}
.booking-wizard .bs-color-body {
  color: var(--bs-body-color) !important;
}
.booking-wizard .bs-color-white {
  color: var(--bs-white) !important;
}
.booking-wizard .bs-color-dark {
  color: var(--bs-dark) !important;
}
.booking-wizard .bs-text-uppercase {
  text-transform: uppercase !important;
}
.booking-wizard .bs-letter-spacing-1 {
  letter-spacing: 1px !important;
}
.booking-wizard .bs-letter-spacing-2 {
  letter-spacing: 2px !important;
}
.booking-wizard .border {
  border: 1px solid !important;
}
.booking-wizard .border-2 {
  border: 2px solid !important;
}
.booking-wizard .border-4 {
  border: 4px solid !important;
}
.booking-wizard .border-color-primary {
  border-color: var(--bs-primary) !important;
}
.booking-wizard .border-color-secondary {
  border-color: var(--bs-secondary) !important;
}
.booking-wizard .border-color-white {
  border-color: var(--bs-white) !important;
}
.booking-wizard .d-flex {
  display: flex !important;
}
.booking-wizard .d-grid {
  display: grid !important;
}
.booking-wizard .d-none {
  display: none !important;
}
.booking-wizard .flex-column {
  flex-direction: column;
}
.booking-wizard .flex-wrap {
  flex-wrap: wrap;
}
.booking-wizard .place-content-center {
  place-content: center !important;
}
.booking-wizard .justify-content-center {
  justify-content: center !important;
}
.booking-wizard .justify-content-between {
  justify-content: space-between !important;
}
.booking-wizard .justify-content-end {
  justify-content: end !important;
}
.booking-wizard .justify-content-evenly {
  justify-content: space-evenly !important;
}
.booking-wizard .align-items-center {
  align-items: center !important;
}
.booking-wizard .align-self-center {
  align-self: center !important;
}
.booking-wizard .gap-05 {
  gap: 0.5rem !important;
}
.booking-wizard .gap-1 {
  gap: 1rem !important;
}
.booking-wizard .gap-2 {
  gap: 2rem !important;
}
.booking-wizard .grid-template-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.booking-wizard .grid-template-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.booking-wizard .grid-col-2 {
  grid-column: span 2;
}
.booking-wizard .grid-col-3 {
  grid-column: span 3;
}
.booking-wizard .grid-row-2 {
  grid-row: span 2;
}
.booking-wizard .grid-row-3 {
  grid-row: span 3;
}
.booking-wizard .text-center {
  text-align: center !important;
}
.booking-wizard .mt-0 {
  margin-top: 0 !important;
}
.booking-wizard .mt-1 {
  margin-top: 0.5em !important;
}
.booking-wizard .mt-2 {
  margin-top: 0.75em !important;
}
.booking-wizard .mt-3 {
  margin-top: 1em !important;
}
.booking-wizard .mt-4 {
  margin-top: 1.5em !important;
}
.booking-wizard .my-3 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.booking-wizard .my-4 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.booking-wizard .pt-0 {
  padding-top: 0 !important;
}
.booking-wizard .pt-1 {
  padding-top: 0.5em !important;
}
.booking-wizard .pt-2 {
  padding-top: 0.75em !important;
}
.booking-wizard .pt-3 {
  padding-top: 1em !important;
}
.booking-wizard .pt-4 {
  padding-top: 1.5em !important;
}
.booking-wizard .pe-1 {
  padding-right: 0.5em !important;
}
.booking-wizard .pe-2 {
  padding-right: 0.75em !important;
}
.booking-wizard .position-relative {
  position: relative !important;
}
.booking-wizard a {
  color: var(--bs-primary);
  outline: none;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.booking-wizard a:hover, .booking-wizard a:focus {
  color: var(--bs-primary-dark);
  outline: none;
  transition: color 300ms ease-in-out;
}
.booking-wizard ins {
  background: #fff9c0;
  text-decoration: none;
}
.booking-wizard img {
  max-width: 100%;
}
.booking-wizard pre {
  background: #eeeeee;
  padding: 15px;
  border: 1px solid #eeeeee;
}
.booking-wizard hr {
  margin: 1.25rem 0;
  padding: 0px;
  border-bottom: 1px solid #a2a2a2;
  border-top: 0px;
}
.booking-wizard blockquote {
  padding: 15px 30px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  border-left: 5px solid #0d1e67;
  margin-bottom: 30px;
}
.booking-wizard blockquote cite {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #0d1e67;
}
.booking-wizard blockquote ol:last-child, .booking-wizard blockquote p:last-child, .booking-wizard blockquote ul:last-child {
  margin-bottom: 0;
}
.booking-wizard blockquote .blockquote-footer {
  font-style: italic;
  color: #6c757d;
  font-size: 14px;
  margin-top: 10px;
}
.booking-wizard blockquote .blockquote-footer cite {
  color: #0d1e67;
}
.booking-wizard blockquote span.text-right {
  text-align: right;
  display: block;
  color: #0d1e67;
}
.booking-wizard ol, .booking-wizard ul {
  padding-left: 25px;
  margin-bottom: 1em;
}
.booking-wizard ol li {
  list-style: decimal;
}
.booking-wizard ol ol {
  padding-left: 25px;
}
.booking-wizard ul li {
  list-style: inherit;
}
.booking-wizard dl dd {
  margin-bottom: 15px;
}
.booking-wizard dl dd:last-child {
  margin-bottom: 0px;
}
.booking-wizard h6, .booking-wizard h5, .booking-wizard h4, .booking-wizard h3, .booking-wizard h2, .booking-wizard h1 {
  font-family: var(--bs-heading-font-family);
  font-weight: 500;
  color: var(--bs-dark);
}
.booking-wizard h1 {
  font-size: 3.052rem;
}
.booking-wizard h2 {
  font-size: 2.441rem;
}
.booking-wizard h3 {
  font-size: 1.953rem;
}
.booking-wizard h4 {
  font-size: 1.563rem;
}
.booking-wizard h5 {
  font-size: 1.25rem;
  line-height: 1.8rem;
}
.booking-wizard h6 {
  font-size: 1rem;
}
.booking-wizard .fw-normal {
  font-weight: 400;
}
.booking-wizard .fw-bolder {
  font-weight: 500;
}
.booking-wizard .fw-bold {
  font-weight: 600;
}
.booking-wizard .iq-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  padding: 30px 30px;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--iq-white);
  background-clip: border-box;
  border: 1px solid;
  border-color: transparent;
  border-radius: 8px;
}
.booking-wizard .iq-card.iq-card-sm {
  padding: 15px;
}
.booking-wizard .iq-card.iq-hover-card {
  padding: 40px;
}
.booking-wizard .iq-card.iq-card-lg {
  padding: 50px 50px;
}
.booking-wizard .iq-card.iq-card-border {
  border-color: #ECECEC;
}
.booking-wizard .iq-card.iq-card-bg > .iq-media {
  padding-top: 2rem;
}
.booking-wizard .card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0%, 1fr));
  gap: 2rem;
}
.booking-wizard .card-list-data {
  max-height: 475px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.booking-wizard .card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
}
.booking-wizard .card-footer button {
  transition: all 0.5s ease 0s;
}
.booking-wizard .iq-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.booking-wizard .iq-grid-container .item-img-1 {
  grid-row-end: span 2;
}
.booking-wizard .iq-grid-container .iq-preview-details {
  background-color: var(--bs-primary-light);
}
.booking-wizard .qb-card {
  transition: all 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.booking-wizard .qb-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.booking-wizard .qb-card.active {
  border-color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  box-shadow: 0 4px 16px rgba(var(--bs-primary-rgb), 0.2);
  transform: translateY(-2px);
}
.booking-wizard .qb-card.active .card-body {
  position: relative;
}
.booking-wizard .qb-card.active .card-body::before {
  content: "✓";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-color: var(--bs-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(var(--bs-primary-rgb), 0.3);
}
.booking-wizard .qb-card.active .service-thumbnail {
  opacity: 0.8;
}
.booking-wizard .service-thumbnail-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  background-color: #f8f9fa;
}
.booking-wizard .service-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.booking-wizard .qb-card:hover .service-thumbnail {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .booking-wizard .service-thumbnail-wrapper {
    padding-bottom: 55%;
  }
  .booking-wizard .qb-card .card-body {
    padding: 15px 12px !important;
  }
}
@media (max-width: 576px) {
  .booking-wizard .service-thumbnail-wrapper {
    padding-bottom: 50%;
  }
  .booking-wizard .qb-card .card-body {
    padding: 12px 10px !important;
  }
}
@media (min-width: 769px) {
  .booking-wizard #qb-service-list {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 0.5rem;
  }
}
.booking-wizard .qb-category-block {
  margin-bottom: 1.25rem;
}
.booking-wizard .qb-category-block:first-child .qb-category-header {
  margin-top: 0;
}
.booking-wizard .qb-category-header {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-body-color, #212529);
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid var(--bs-primary, #0d6efd);
  display: block;
}
.booking-wizard .iq-inline-datepicker {
  border-radius: 0.5em;
  background-color: var(--bs-primary-light);
}
.booking-wizard .iq-inline-datepicker .flatpickr-calendar {
  width: 100%;
  box-shadow: none;
  background-color: var(--bs-primary-light);
}
.booking-wizard .iq-inline-datepicker .flatpickr-innerContainer {
  justify-content: center;
}
.booking-wizard .iq-inline-datepicker .flatpickr-innerContainer .flatpickr-days {
  width: 100%;
}
.booking-wizard .iq-inline-datepicker .flatpickr-innerContainer .flatpickr-days .dayContainer {
  width: 100%;
  min-width: 100%;
}
.booking-wizard .iq-inline-datepicker .flatpickr-months {
  margin-bottom: 1em;
}
.booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-current-month {
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-next-month, .booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-prev-month {
  padding: 0 0.5em;
  color: var(--bs-primary) !important;
  fill: var(--bs-primary) !important;
  display: flex;
  align-items: center;
}
.booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-next-month svg, .booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-prev-month svg {
  width: 24px;
  height: 24px;
  border: 1px solid;
  padding: 6px;
  border-radius: 50em;
}
.booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-next-month.flatpickr-disabled, .booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none;
}
.booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-next-month:hover svg, .booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: var(--bs-primary) !important;
}
.booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-next-month {
  right: 30px;
}
.booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-prev-month {
  left: 30px;
}
.booking-wizard .iq-inline-datepicker .flatpickr-day {
  width: 100% !important;
  margin: auto !important;
}
.booking-wizard .iq-inline-datepicker .flatpickr-rContainer {
  width: 100%;
}
.booking-wizard .iq-inline-datepicker .flatpickr-innerContainer .flatpickr-days .dayContainer {
  max-width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.booking-wizard .flatpickr-day.selected, .booking-wizard .flatpickr-day.startRange, .booking-wizard .flatpickr-day.endRange, .booking-wizard .flatpickr-day.selected.inRange, .booking-wizard .flatpickr-day.startRange.inRange, .booking-wizard .flatpickr-day.endRange.inRange, .booking-wizard .flatpickr-day.selected:focus, .booking-wizard .flatpickr-day.startRange:focus, .booking-wizard .flatpickr-day.endRange:focus, .booking-wizard .flatpickr-day.selected:hover, .booking-wizard .flatpickr-day.startRange:hover, .booking-wizard .flatpickr-day.endRange:hover, .booking-wizard .flatpickr-day.selected.prevMonthDay, .booking-wizard .flatpickr-day.startRange.prevMonthDay, .booking-wizard .flatpickr-day.endRange.prevMonthDay, .booking-wizard .flatpickr-day.selected.nextMonthDay, .booking-wizard .flatpickr-day.startRange.nextMonthDay, .booking-wizard .flatpickr-day.endRange.nextMonthDay {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
.booking-wizard .course-picker .flatpickr-innerContainer .flatpickr-days .dayContainer {
  min-width: auto;
}
.booking-wizard .container-fluid {
  max-width: 100%;
}
.booking-wizard .widget-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.booking-wizard .widget-layout .widget-pannel {
  grid-column: span 2;
}
.booking-wizard .confirmation-info-section table td {
  white-space: break-spaces;
}
.booking-wizard .nav-tabs {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
}
.booking-wizard .nav-tabs .tab-item {
  font-weight: 500;
  text-transform: uppercase;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  transition: background-color 0.2s ease-in-out;
}
.booking-wizard .nav-tabs .tab-item.active {
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
  border-top: 2px solid var(--bs-primary);
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.booking-wizard .tab-content {
  background-color: var(--bs-primary-light);
  padding: 2em;
  max-height: calc(100vh - 5.5rem);
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  height: 100%;
}
.booking-wizard .tab-content .iq-tab-pannel {
  display: none;
  height: 100%;
}
.booking-wizard .tab-content .iq-tab-pannel.iq-fade.active {
  animation: fade 300ms ease-in-out;
}
.booking-wizard .tab-content .iq-tab-pannel.active {
  display: block;
}
.booking-wizard .tab-content .iq-tab-pannel .forms {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.booking-wizard .widget-tabs {
  max-height: calc(100vh - 5.5rem);
  overflow-y: auto;
  overflow-x: hidden;
}
.booking-wizard .widget-tabs .tab-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 3.5rem;
}
.booking-wizard .widget-tabs .tab-item {
  list-style: none;
  position: relative;
  transition: opacity 400ms ease-in-out;
  cursor: pointer;
}
.booking-wizard .widget-tabs .tab-item:not(.active) {
  opacity: 0.8;
  transition: opacity 400ms ease-in-out;
}
.booking-wizard .widget-tabs .tab-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -48px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  padding: 8px;
  border-color: var(--bs-white);
  background-color: var(--bs-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-6 -6 12 12'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  border-radius: 50%;
  transition: background-color 400ms ease-in-out;
}
.booking-wizard .widget-tabs .tab-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 40px;
  left: -40px;
  width: 1px;
  height: calc(100% - 25px);
  background-color: var(--bs-white);
}
.booking-wizard .widget-tabs .tab-item.active::before {
  transition: background-color 400ms ease-in-out;
  background-color: var(--bs-white);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-6 -6 12 12'%3e%3ccircle r='2' fill='%237093E5'/%3e%3c/svg%3e");
}
.booking-wizard .widget-tabs .tab-item:not(.active)[data-check=true] {
  opacity: 1;
}
.booking-wizard .widget-tabs .tab-item:not(.active)[data-check=true]::before {
  transition: background-color 400ms ease-in-out;
  background-color: var(--bs-success);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.booking-wizard .widget-tabs .tab-item .tab-link, .booking-wizard .widget-tabs .tab-item .tab-link h6, .booking-wizard .widget-tabs .tab-item .tab-link h5 {
  transition: opacity 0.2s ease-in-out;
  color: var(--bs-white);
}
.booking-wizard .widget-pannel > .tab-content {
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
}
.booking-wizard .card-skeleton {
  border: 1px solid var(--bs-border-color);
}
.booking-wizard .skeleton {
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.booking-wizard .skeleton::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0, 0, 0, 0.07) 20%, #d9d9d9 40%, #d9d9d9 100%);
  background-repeat: no-repeat;
  background-size: 450px 400px;
  animation: shimmer 1s linear infinite;
}
.booking-wizard .skeleton.skeleton-image {
  background: #d9d9d9;
}
.booking-wizard .skeleton.skeleton-title {
  height: 20px;
  margin: 0 auto;
}
.booking-wizard .skeleton.skeleton-title::after {
  animation-delay: 0.2s;
}
.booking-wizard .skeleton.skeleton-text {
  height: 15px;
}
.booking-wizard .skeleton.skeleton-text::after {
  animation-delay: 0.2s;
}
.booking-wizard .skeleton.skeleton-badge {
  border-radius: 26px;
  height: 30px;
  width: 50px;
  display: inline-block;
}
.booking-wizard .skeleton.skeleton-label {
  height: 15px;
}
.booking-wizard .skeleton.skeleton-input {
  height: 37px;
}
.booking-wizard .skeleton.skeleton-radio {
  height: 15px;
  width: 15px;
  min-width: 15px;
  border-radius: 100%;
}
.booking-wizard .skeleton.skeleton-radio-label {
  width: 50px;
  min-width: 50px;
  height: 15px;
}
.booking-wizard .skeleton.skeleton-box {
  height: 400px;
}
.booking-wizard .skeleton.skeleton-label-box {
  background: #d9d9d9;
  height: 34px;
  border-radius: 5px;
}
.booking-wizard .skeleton.skeleton-label-box::after {
  animation-delay: 0.2s;
}
.booking-wizard .service-box {
  padding: 35px 15px;
}
@keyframes shimmer {
  0% {
    background-position: -450px 0;
  }
  100% {
    background-position: 450px 0;
  }
}
.booking-wizard .select-date-time-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  gap: 1.5rem;
}
.booking-wizard .main-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex: 1;
  min-height: 500px;
}
.booking-wizard .main-content > div {
  flex: 1;
  min-width: 300px;
}
.booking-wizard .date-selection-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.booking-wizard .section-header {
  margin-bottom: 1.5rem;
}
.booking-wizard .section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}
.booking-wizard .section-subtitle {
  font-size: 0.875rem;
  color: #718096;
  margin: 0;
  line-height: 1.5;
}
.booking-wizard .calendar-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}
.booking-wizard .calendar-widget {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.booking-wizard .calendar-header {
  margin-bottom: 1rem;
}
.booking-wizard .calendar-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.booking-wizard .month-selector {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #2d3748;
  position: relative;
}
.booking-wizard .year-selector {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.booking-wizard .year-input {
  width: 60px;
  text-align: center;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 0.25rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #2d3748;
}
.booking-wizard .year-spinner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.booking-wizard .spinner-btn {
  background: transparent;
  border: 1px solid #e2e8f0;
  padding: 0.125rem 0.25rem;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1;
  color: #4a5568;
  transition: all 0.2s;
}
.booking-wizard .spinner-btn:hover {
  background: #f7fafc;
  color: #2d3748;
}
.booking-wizard .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.booking-wizard .calendar-weekdays > div {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.5rem 0;
}
.booking-wizard .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}
.booking-wizard .calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 500;
  color: #4a5568;
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
}
.booking-wizard .calendar-day:hover:not(.disabled):not(.other-month) {
  background: #faf5ff;
  border-color: #7c3aed;
  color: #7c3aed;
}
.booking-wizard .calendar-day.today {
  border: 2px solid #7c3aed;
  color: #7c3aed;
  font-weight: 600;
}
.booking-wizard .calendar-day.selected {
  background: #7c3aed;
  border-color: #7c3aed;
  color: #ffffff;
  font-weight: 600;
}
.booking-wizard .calendar-day.disabled {
  color: #cbd5e0;
  cursor: not-allowed;
  opacity: 0.5;
}
.booking-wizard .calendar-day.non-working {
  background-color: #f7fafc;
  color: #a0aec0;
  cursor: not-allowed;
  opacity: 0.6;
}
.booking-wizard .calendar-day.non-working:hover {
  background-color: #f7fafc;
  border-color: #e2e8f0;
  color: #a0aec0;
  transform: none;
  box-shadow: none;
}
.booking-wizard .calendar-day.other-month {
  color: #cbd5e0;
  opacity: 0.5;
}
.booking-wizard .month-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 150px;
  max-height: 200px;
  overflow-y: auto;
}
.booking-wizard .month-option {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.booking-wizard .month-option:hover {
  background: rgba(124, 58, 237, 0.1);
}
.booking-wizard .time-selection-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.booking-wizard .time-slots-container {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem;
  max-height: 500px;
  min-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.booking-wizard .time-slots-container::-webkit-scrollbar {
  width: 6px;
}
.booking-wizard .time-slots-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.booking-wizard .time-slots-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.booking-wizard .time-slots-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.booking-wizard .time-slots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 0.5rem 0;
}
.booking-wizard .time-slot-wrapper {
  position: relative;
}
.booking-wizard .time-slot-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.booking-wizard .time-slot-button {
  display: block;
  width: 100%;
  padding: 0.75rem 0.5rem;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #4a5568;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-wizard .time-slot-button:hover:not(.disabled) {
  border-color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.2);
}
.booking-wizard .time-slot-wrapper:hover .time-slot-button:not(.disabled):not(:checked) {
  border-color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}
.booking-wizard .time-slot-input:checked + .time-slot-button {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(var(--bs-primary-rgb), 0.25);
}
.booking-wizard .time-slot-input:disabled + .time-slot-button {
  background: #f7fafc;
  border-color: #e2e8f0;
  color: #a0aec0;
  cursor: not-allowed;
  opacity: 0.6;
}
.booking-wizard .time-slot-skeleton {
  height: 44px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 8px;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.booking-wizard .empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.booking-wizard .empty-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #718096;
}
.booking-wizard .empty-icon {
  margin-bottom: 1rem;
  color: #cbd5e0;
}
.booking-wizard .empty-text {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}
.booking-wizard .navigation-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  margin-top: auto;
  gap: 1rem;
  flex-shrink: 0;
}
.booking-wizard .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  min-width: 100px;
}
.booking-wizard .btn-back {
  background: #3182ce;
  color: #ffffff;
}
.booking-wizard .btn-back:hover {
  background: #2c5aa0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(49, 130, 206, 0.25);
}
.booking-wizard .btn-next {
  background: #7c3aed;
  color: #ffffff;
}
.booking-wizard .btn-next:hover:not(:disabled) {
  background: #6d28d9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.25);
}
.booking-wizard .btn-next:disabled {
  background: #cbd5e0;
  color: #a0aec0;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.booking-wizard :deep(.modern-flatpickr) {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  font-family: inherit;
  width: 100% !important;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-calendar) {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  width: 100% !important;
  max-width: 100% !important;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-months) {
  margin-bottom: 1rem;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-current-month) {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2d3748;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-monthDropdown-months) {
  background: transparent;
  border: none;
  color: #2d3748;
  font-weight: 600;
  font-size: 1.125rem;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-current-month .numInputWrapper) {
  background: transparent;
  border: none;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-current-month .numInputWrapper input) {
  background: transparent;
  border: none;
  color: #2d3748;
  font-weight: 600;
  font-size: 1.125rem;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-weekdays) {
  margin-bottom: 0.5rem;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-weekday) {
  color: #718096;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-day) {
  border-radius: 8px;
  border: none;
  color: #4a5568;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  margin: 2px;
  width: calc(14.2857142857% - 4px) !important;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-day:hover) {
  background: #faf5ff;
  color: #7c3aed;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-day.selected) {
  background: #7c3aed;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.25);
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-day.today) {
  border: 2px solid #7c3aed;
  color: #7c3aed;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-day.disabled) {
  color: #cbd5e0;
  background: transparent;
  cursor: not-allowed;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-day.prevMonthDay),
.booking-wizard :deep(.modern-flatpickr .flatpickr-day.nextMonthDay) {
  color: #cbd5e0;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-innerContainer) {
  justify-content: center;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-days) {
  width: 100%;
}
.booking-wizard :deep(.modern-flatpickr .dayContainer) {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
@media (max-width: 1024px) {
  .booking-wizard .main-content {
    flex-direction: column;
    gap: 1.5rem;
  }
  .booking-wizard .main-content > div {
    width: 100%;
    max-width: 100%;
  }
  .booking-wizard .date-selection-section,
  .booking-wizard .time-selection-section {
    min-height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .booking-wizard .select-date-time-container {
    gap: 1rem;
  }
  .booking-wizard .main-content {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .booking-wizard .date-selection-section,
  .booking-wizard .time-selection-section {
    padding: 1.5rem;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .booking-wizard .calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .booking-wizard .calendar-widget {
    max-width: 100%;
    width: 100%;
  }
  .booking-wizard .time-slots-container {
    max-height: calc(100vh - 580px);
    min-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .booking-wizard .time-slots-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    width: 100%;
    justify-items: center;
  }
  .booking-wizard .time-slot-wrapper {
    width: 100%;
    max-width: 140px;
  }
  .booking-wizard .navigation-buttons {
    flex-direction: column;
    gap: 0.75rem;
    position: sticky;
    bottom: 0;
    background: #ffffff;
    padding: 1rem 0;
    margin: 1rem auto 0;
    z-index: 10;
    width: 100%;
    max-width: 650px;
    flex-shrink: 0;
  }
  .booking-wizard .btn {
    width: 100%;
  }
  .booking-wizard .section-title {
    font-size: 1rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .booking-wizard .main-content {
    gap: 1.25rem;
  }
  .booking-wizard .date-selection-section,
  .booking-wizard .time-selection-section {
    padding: 1.25rem;
    max-width: 100%;
  }
  .booking-wizard .time-slots-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.625rem;
  }
  .booking-wizard .time-slot-wrapper {
    max-width: 80px;
  }
  .booking-wizard .time-slots-container {
    max-height: calc(100vh - 580px);
    min-height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .booking-wizard .navigation-buttons {
    position: sticky;
    bottom: 0;
    background: #ffffff;
    z-index: 10;
    max-width: 100%;
    flex-shrink: 0;
    margin: 1rem auto 0;
    padding: 1rem 0;
  }
  .booking-wizard .section-title {
    font-size: 0.875rem;
    text-align: center;
  }
}
.booking-wizard .booking-wizard .select-date-time-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: calc(100vh - 250px);
  gap: 1rem;
}
.booking-wizard .booking-wizard .select-date-time-container .main-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex: 1;
  min-height: 0; /* Allow flex children to shrink */
  overflow: hidden; /* Prevent overflow */
}
.booking-wizard .booking-wizard .select-date-time-container .main-content > div {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  min-height: 0; /* Allow flex children to shrink */
}
.booking-wizard .booking-wizard .select-date-time-container .main-content > div:last-child {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Prevent overflow */
}
.booking-wizard .booking-wizard .time-slots-container {
  max-height: 450px;
  min-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.booking-wizard .booking-wizard .select-date-time-container .qb-step-footer {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .booking-wizard .booking-wizard .select-date-time-container .qb-step-footer {
    position: sticky;
    bottom: 0;
    background: #ffffff;
    z-index: 10;
    padding: 1rem 0;
  }
}
.booking-wizard #qb-times.time-slots-container {
  max-height: 500px;
  min-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .booking-wizard #qb-times.time-slots-container {
    max-height: calc(100vh - 350px);
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  .booking-wizard #qb-times.time-slots-container {
    max-height: calc(100vh - 580px);
    min-height: 120px;
  }
}
.booking-wizard .qb-step-footer {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .booking-wizard .qb-step-footer {
    position: sticky;
    bottom: 0;
    background: #ffffff;
    z-index: 10;
    padding: 1rem 0;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .booking-wizard .booking-wizard .time-slot-wrapper {
    max-width: 80px;
  }
}
@media (max-width: 1200px) {
  .booking-wizard .iq-card {
    padding: 30px;
  }
  .booking-wizard .iq-card.iq-card-sm {
    padding: 16px;
  }
  .booking-wizard .iq-card.iq-hover-card {
    padding: 40px;
  }
  .booking-wizard .iq-card.iq-card-lg {
    padding: 2em;
  }
}
@media (max-width: 1024px) {
  .booking-wizard .widget-tabs {
    min-height: unset;
  }
  .booking-wizard .widget-tabs .tab-list {
    flex-direction: row;
  }
  .booking-wizard .widget-tabs .tab-item {
    padding: 0.75rem;
  }
  .booking-wizard .widget-tabs .tab-item .tab-link {
    display: none;
  }
  .booking-wizard .widget-tabs .tab-item::before {
    width: 5px;
    height: 5px;
  }
  .booking-wizard .widget-tabs .tab-item:not(:last-child):after {
    top: 21px;
    left: -18px;
    width: calc(100% - 15px);
    height: 0.125rem;
  }
  .booking-wizard .widget-layout {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  .booking-wizard .card-list-data {
    min-height: calc(100vh - 32rem);
    max-height: calc(100vh - 32rem);
  }
}
@media (max-width: 768px) {
  .booking-wizard .iq-card {
    padding: 1em;
  }
  .booking-wizard .iq-card.iq-card-sm {
    padding: 16px;
  }
  .booking-wizard .iq-card.iq-hover-card {
    padding: 40px;
  }
  .booking-wizard .iq-card.iq-card-lg {
    padding: 16px;
  }
  .booking-wizard .grid-template-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .booking-wizard .iq-grid-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .booking-wizard .card-list-data {
    min-height: calc(100vh - 21rem);
    max-height: calc(100vh - 21rem);
  }
  .booking-wizard .card-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/*===========
fade-in
===============*/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*===========
  fade-in-bottom
  ===============*/
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.booking-wizard .loader-class {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.double-lines-spinner {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
}

.double-lines-spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.05);
}

.double-lines-spinner::before {
  border-right: 2px solid var(--bs-primary);
  animation: spin 0.5s 0s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .booking-wizard {
    width: auto;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .booking-wizard {
    padding: 0.5em;
  }
}
