.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: 940px;
  width: 940px;
  height: 100%;
  margin: auto;
  /* Lists (Nested) */
  /* Definition Lists */
  /* Date Selection Section */
  /* 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.frm {
 padding: 0px !important;
min-width: 100% !important;
width: 100% !important;
  border-radius: 0px !important;
background: transparent !important;
}
.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 .iq-branch-box {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;border:1px solid var(--bs-primary) !important;
}
.booking-wizard .iq-branch-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.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;
  position: absolute;
  top: 0;
}
.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: 0;
}
.booking-wizard .iq-inline-datepicker .flatpickr-months .flatpickr-prev-month {
  left: 0;
}
.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 .flatpickr-input {
  display: none !important;
}
.booking-wizard .booking-wizard .iq-time-slot {
  height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px 15px 15px 0;
}
.booking-wizard .booking-wizard .iq-time-slot::-webkit-scrollbar {
  width: 6px;
}
.booking-wizard .booking-wizard .iq-time-slot::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.booking-wizard .booking-wizard .iq-time-slot::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.booking-wizard .booking-wizard .iq-time-slot::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.booking-wizard .booking-wizard .iq-time-slot .iq-time-animation {
  /* -webkit-animation: fade-in-bottom 0.60s ease-in-out both;
  animation: fade-in-bottom 0.60s ease-in-out both; */
}
.booking-wizard .course-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0%, 1fr));
  gap: 1rem;
}
.booking-wizard .course-picker .flatpickr-calendar {
  height: 400px;
  background: transparent;
}
.booking-wizard .card-light-bg {
  background: rgba(var(--bs-primary-rgb), 0.1);
  padding: 15px;
  border-radius: var(--bs-border-radius);
}
.booking-wizard .card-light-bg.iq-time-slot {
  padding: 15px 15px 15px 0;
}
.booking-wizard #qb-times-empty {
  display: none !important;
}
.booking-wizard #qb-times-empty[style*=flex] {
  display: flex !important;
}
.booking-wizard .iq-time-slot label {
  background: var(--bs-gray-100, #f8f9fa) !important;
  color: var(--bs-gray-700, #495057) !important;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--bs-border-color, #e9ecef) !important;
  border-radius: var(--bs-border-radius, 0.5rem);
  min-height: 34px;
  height: 34px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0.5rem !important;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  line-height: 1.2;
}
.booking-wizard .iq-time-slot label.btn {
  background: var(--bs-gray-100, #f8f9fa) !important;
  color: var(--bs-gray-700, #495057) !important;
  padding: 0.5rem !important;
  border: 1px solid var(--bs-border-color, #e9ecef) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.2 !important;
}
.booking-wizard .iq-time-slot label:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
.booking-wizard .iq-time-slot .btn-check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.booking-wizard .iq-time-slot .btn-check:checked + .btn,
.booking-wizard .iq-time-slot .btn-check:checked + label {
  color: var(--bs-white);
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
.booking-wizard .iq-time-slot .iq-time-animation {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0.75rem !important;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.booking-wizard .iq-time-slot .iq-time-animation > div {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 991px) {
  .booking-wizard .course-picker {
    display: block;
  }
}
.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 .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;
  padding-right: 0.5rem;
}
.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 {
  border-color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(var(--bs-primary-rgb), 0.15);
}
.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;
}
.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;
  position: relative;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-prev-month),
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-next-month) {
  position: absolute;
  top: 0;
  padding: 0 0.5em;
  color: var(--bs-primary) !important;
  fill: var(--bs-primary) !important;
  display: flex;
  align-items: center;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-prev-month) svg,
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-next-month) svg {
  width: 24px;
  height: 24px;
  border: 1px solid;
  padding: 6px;
  border-radius: 50em;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-prev-month).flatpickr-disabled,
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-next-month).flatpickr-disabled {
  display: none;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-prev-month):hover svg,
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-next-month):hover svg {
  fill: var(--bs-primary) !important;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-prev-month) {
  left: 0;
}
.booking-wizard :deep(.modern-flatpickr .flatpickr-months .flatpickr-next-month) {
  right: 0;
}
.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 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .booking-wizard .date-selection-section,
  .booking-wizard .time-selection-section {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .booking-wizard .select-date-time-container {
    gap: 1rem;
  }
  .booking-wizard .main-content {
    gap: 1rem;
  }
  .booking-wizard .date-selection-section,
  .booking-wizard .time-selection-section {
    padding: 1rem;
  }
  .booking-wizard .time-slots-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .booking-wizard .navigation-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }
  .booking-wizard .btn {
    width: 100%;
  }
  .booking-wizard .section-title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .booking-wizard .time-slots-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .booking-wizard .date-selection-section,
  .booking-wizard .time-selection-section {
    padding: 0.75rem;
  }
  .booking-wizard .section-title {
    font-size: 0.875rem;
  }
}
.booking-wizard .booking-wizard .select-date-time-container {
  height: 100%;
  max-height: calc(100vh - 200px);
}
.booking-wizard .booking-wizard .time-slots-container {
  max-height: 400px;
}
.booking-wizard .confirmation-info-section {
  margin-bottom: 1.5rem;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body {
  text-align: left !important;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body .iq-table-border {
  text-align: left !important;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body .iq-table-border tbody {
  text-align: left !important;
  line-height: 0;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body .iq-table-border tbody tr {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.5 !important;
  text-align: left !important;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body .iq-table-border tbody tr + tr {
  margin-top: -0.5em !important;
  padding-top: 0 !important;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body .iq-table-border tbody tr:first-child {
  margin-bottom: -0.5em !important;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body .iq-table-border tbody tr td {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0.5 !important;
  text-align: left !important;
  vertical-align: top;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body .iq-table-border tbody tr td h6 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.6 !important;
  margin-bottom: -0.3em !important;
  text-align: left !important;
  display: block;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body .iq-table-border tbody tr td p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.9 !important;
  margin-top: -0.3em !important;
  text-align: left !important;
  display: block;
  word-wrap: break-word;
  letter-spacing: normal;
}
.booking-wizard .confirmation-info-section .iq-card.bg-primary-subtle .iq-card-body .iq-table-border tbody tr td p br {
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
.booking-wizard .iq-card-body .services_list {
  margin-top: 0;
}
.booking-wizard .iq-card-body .services_list > div {
  margin-top: 0;
  line-height: 1.5;
}
.booking-wizard .iq-card-body .services_list > div:first-child {
  margin-top: 0;
}
.booking-wizard .iq-card-body + .iq-card-body {
  margin-top: 0;
  padding-top: 0;
}
.booking-wizard .iq-card-body + .iq-card-body h6 {
  margin-bottom: 0;
}
.booking-wizard .iq-card-body h6 {
  margin-bottom: 0.25rem;
  text-align: left !important;
}
.booking-wizard .iq-card-body .d-flex.align-items-center.justify-content-between {
  margin-top: 0;
  line-height: 1.5;
}
.booking-wizard .iq-card-body .d-flex.align-items-center.justify-content-between:first-of-type {
  margin-top: 0;
}
.booking-wizard .iq-card-body .d-flex.align-items-center.justify-content-between p {
  margin: 0;
  flex: 1;
  text-align: left;
}
.booking-wizard .iq-card-body .d-flex.align-items-center.justify-content-between h6 {
  margin: 0;
  margin-left: auto;
  white-space: nowrap;
  text-align: right;
  flex-shrink: 0;
}
.booking-wizard .services-total {
  font-weight: 600;
}
.booking-wizard .iq-table-border {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left !important;
}
.booking-wizard .iq-table-border tbody {
  line-height: 0;
  text-align: left !important;
}
.booking-wizard .iq-table-border td {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top;
  line-height: 0.5 !important;
  text-align: left !important;
}
.booking-wizard .iq-table-border td h6 {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 600;
  line-height: 0.6 !important;
  margin-bottom: -0.3em !important;
  text-align: left !important;
  display: block;
}
.booking-wizard .iq-table-border td p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.9 !important;
  margin-top: -0.3em !important;
  text-align: left !important;
  display: block;
  word-wrap: break-word;
  letter-spacing: normal;
}
.booking-wizard .iq-table-border td p br {
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
.booking-wizard .iq-table-border tr {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.5 !important;
  text-align: left !important;
}
.booking-wizard .iq-table-border tr:first-child {
  margin-top: 0;
  margin-bottom: -0.5em !important;
}
.booking-wizard .iq-table-border tr + tr {
  margin-top: -0.5em !important;
}
.booking-wizard .iq-card-border .iq-card-body h6 {
  text-align: left !important;
}
.booking-wizard .iq-card-border > .d-flex.justify-content-between {
  margin-top: 0;
  line-height: 1.5;
}
.booking-wizard .iq-card-border > .d-flex.justify-content-between:first-child {
  margin-top: 0;
}
@media print {
  @page {
    .booking-wizard {
      margin: 0;
      padding: 0;
      size: auto;
    }
  }
  .booking-wizard body {
    margin: 0 !important;
    padding: 0 !important;
  }
  .booking-wizard .main-content,
  .booking-wizard .wrapper,
  .booking-wizard #page_layout {
    margin: 0 !important;
    padding: 0 !important;
  }
  .booking-wizard .booking-wizard {
    margin: 0 !important;
    padding: 0.3cm !important;
    page-break-inside: avoid;
    min-width: auto !important;
    width: 100% !important;
  }
  .booking-wizard .widget-layout,
  .booking-wizard .widget-pannel {
    margin: 0 !important;
    padding: 0 !important;
  }
  .booking-wizard .card-list-data {
    margin: 0 !important;
    padding: 0 !important;
    page-break-inside: avoid;
  }
  .booking-wizard .confirmation-info-section {
    margin-top: 0 !important;
    margin-bottom: 0.3rem !important;
    page-break-inside: avoid;
  }
  .booking-wizard .non-printable {
    display: none !important;
  }
  .booking-wizard #qb-confirm-summary {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .booking-wizard #qb-confirm-summary .text-center {
    text-align: left !important;
  }
  .booking-wizard #qb-confirm-summary .py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .booking-wizard .row {
    margin: 0 !important;
    page-break-inside: avoid;
  }
  .booking-wizard .col-sm-6 {
    padding: 0.1cm !important;
  }
  .booking-wizard .card-list-data > .row:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .booking-wizard h6.text-primary.text-uppercase.fw-bold {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@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;
  }
}