/**
 * Public styles for Soulmates Booking Add-on
 */
* {
  box-sizing: border-box;
}

.btn {
  background: #2453a1;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 48px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  padding: 0 15px;
  border: none;
  position: relative;
  cursor: pointer;
}

.btn.disabled,
.btn.disabled:hover {
  background: #c9c9c9;
}

.content-listings {
  margin-top: 90px;
  padding-top: 20px;
}

.btn:hover {
  background: #2453a1;
  color: #fff;
  text-decoration: none;
}

.listing-items .listing-inner {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}

.booking-checkout .input-control input[type=email],
.booking-checkout .input-control input[type=password],
.booking-checkout .input-control input[type=text],
.booking-checkout .input-control textarea {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  padding: 0 12px;
  -webkit-appearance: none;
}

.bg-cover,
.bg-img-cover {
  background-size: cover;
  background-position: 50%;
}

.flex-space-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tnc-accordion-collapse.collapse.in {
  display: block;
}

@media (max-width: 767px) {
  .listing-items .listing-inner {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.listing-item {
  width: 33.33333%;
  padding: 0 8px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .listing-item {
    padding: 0;
    width: 100%;
    margin-bottom: 33px;
  }
}

.listing-item .thumb-wrapper {
  height: 300px;
  border-radius: 4px;
  background-color: #C9C9C9;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.bg-img-cover img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.listings-search-results .title {
  font-size: 22px;
}

.img-tag {
  position: absolute;
  z-index: 1;
  right: 0;
  height: 28px;
  min-width: 80px;
  text-align: center;
  text-transform: uppercase;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  top: 12px;
  background: #e0258e;
  padding: 0 8px;
}

@media (max-width: 767px) {
  .img-tag {
    top: 20px;
  }
}

@media (max-width: 929px) {
  .listing-item .thumb-wrapper {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .listing-item .thumb-wrapper {
    height: 77.35vw;
  }
}

.listing-item .thumb-wrapper .overlay-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.listing-item .title-wrapper {
  margin-top: 12px;
  position: relative;
}

@media (max-width: 767px) {
  .listing-item .title-wrapper {
    margin-top: 7px;
  }
}

.listing-item .cost {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 4px;
  font-size: 14px;
  line-height: 1.29;
  margin-top: 0;
}

@media (max-width: 767px) {
  .listing-item .cost {
    font-size: 16px;
    line-height: 1.5;
  }
}

.listing-item .cost a {
  color: #222222;
  letter-spacing: 1.4px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .listing-item .cost a {
    letter-spacing: normal;
  }
}

.listing-item .item-title {
  font-size: 18px;
  line-height: 1.2;
  color: #222222;
  margin-bottom: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .listing-item .item-title {
    font-size: 22px;
    line-height: 1.27;
  }
}

.listing-item .item-title .link {
  text-decoration: none;
  color: inherit;
}

.listing-item .item-title .link:hover {
  color: #2453a1;
}

.listing-item .item-desc {
  color: #7F7F7F;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .listing-item .item-desc {
    margin-top: 4px;
  }
}

.listing-item.item-business .thumb-wrapper {
  height: 180px;
}

@media (max-width: 767px) {
  .listing-item.item-business .thumb-wrapper {
    height: 46.27vw;
  }
}

.listing-item.item-space .title-wrapper {
  padding-right: 110px;
}

/* Space Details Styles */
.space-gallery-dates {
  position: relative;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .space-gallery-dates {
    margin-bottom: 24px;
    padding-top: 0;
  }
}

.space-gallery-dates .space-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .space-gallery-dates .space-wrapper {
    padding-top: 0;
  }
}

.space-gallery-dates .space-gallery-info {
  width: calc(100% - 32.35294%);
  float: left;
  padding-right: 108px;
}

@media (max-width: 999px) {
  .space-gallery-dates .space-gallery-info {
    width: calc(100% - 38%);
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .space-gallery-dates .space-gallery-info {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.space-gallery-dates .space-gallery-info .img-tag {
  top: 16px;
}

@media (max-width: 767px) {
  .space-gallery-dates .space-gallery-info .img-tag {
    display: none;
  }
}

.space-gallery-dates .space-gallery {
  height: 536px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.space-gallery .bg-color {
  height: 100%;
  background-color: #C9C9C9;
  border-radius: 0 0 4px 4px;
}

.space-gallery .gallery {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.space-gallery .gallery .slick-track {
  height: 100%;
}

.space-gallery .gallery .slick-list {
  height: 100%;
}

.space-gallery .gallery .slick-list .slick-slide {
  line-height: 0;
  height: 100%;
  max-width: 100%;
}

.space-gallery .gallery .slick-list .slick-slide>div {
  height: 100%;
}

/* Prev | dots | next — controls sit outside .gallery so Slick does not treat them as slides */
.space-gallery .space-gallery-slick-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 12px;
  box-sizing: border-box;
  pointer-events: none;
}

.space-gallery .space-gallery-slick-controls > * {
  pointer-events: auto;
}

.space-gallery .space-gallery-slick-controls .slick-prev {
  order: 1;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
}

.space-gallery .space-gallery-slick-controls .slick-dots {
  order: 2;
  position: static;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  flex: 0 0 auto;
}

.space-gallery .space-gallery-slick-controls .slick-next {
  order: 3;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  transform: scaleX(-1);
}

.space-gallery .space-gallery-slick-controls .slick-prev,
.space-gallery .space-gallery-slick-controls .slick-next {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background-color: rgba(255, 255, 255, 0.96);
  background-position: center;
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-image: url(../img/left-arrow-highlight.svg);
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.28),
    0 1px 3px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  outline: none;
}

.space-gallery .space-gallery-slick-controls .slick-prev:hover,
.space-gallery .space-gallery-slick-controls .slick-next:hover:not(.slick-disabled) {
  background-color: #fff;
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.32),
    0 2px 5px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.space-gallery .space-gallery-slick-controls .slick-prev.slick-disabled,
.space-gallery .space-gallery-slick-controls .slick-next.slick-disabled {
  opacity: 0.45;
  cursor: default;
  box-shadow:
    0 1px 5px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

@media (max-width: 767px) {
  .space-gallery .space-gallery-slick-controls {
    bottom: 20px;
  }
}

.space-gallery .space-gallery-slick-controls .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0;
  cursor: pointer;
  padding: 0;
  box-shadow:
    0 1px 5px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.space-gallery .space-gallery-slick-controls .slick-dots li {
  display: inline-block;
  padding: 0 4px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.space-gallery .space-gallery-slick-controls .slick-dots li.slick-active button {
  background: #2453a1;
  border-color: #2453a1;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.space-gallery .gallery-item {
  margin: 0;
  height: 100%;
}

.space-gallery .gallery-item a {
  display: block;
  line-height: 0;
  height: 100%;
  pointer-events: none;
}

.space-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .space-gallery .gallery-item img {
    border-radius: 0;
  }
}

.space-gallery .gallery-icon {
  height: 100%;
}

.back-btn {
  margin-bottom: 20px;
}

.back-anchor {
  color: #222222;
  text-decoration: none;
  position: relative;
  padding-left: 19px;
  display: inline-block;
  transition: none;
}

.back-anchor::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 14px;
  background: url(../img/left-arrow-darker.svg) no-repeat;
  background-size: 8px 14px;
}

@media (min-width: 768px) {
  .back-anchor:hover {
    color: #2453a1;
  }
}

.back-anchor.style-highlight {
  color: #2453a1;
}

.back-anchor.style-highlight::before {
  background-image: url(../img/left-arrow-highlight.svg);
}

@media (max-width: 999px) {
  .space-gallery-dates .space-gallery {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .space-gallery-dates .space-gallery {
    margin-left: -20px;
    margin-right: -20px;
    height: 85.53vw;
  }
}

.space-gallery-dates .info {
  padding-top: 13px;
}

@media (max-width: 767px) {
  .space-gallery-dates .info {
    padding-top: 17px;
    border-bottom: solid 1px #C9C9C9;
    margin-bottom: 32px;
  }
}

.space-gallery-dates .space-detail-dates {
  width: 32.35294%;
  float: right;
  min-height: 536px;
  padding-bottom: 37px;
}

@media (max-width: 999px) {
  .space-gallery-dates .space-detail-dates {
    width: 38%;
  }
}

@media (max-width: 767px) {
  .space-gallery-dates .space-detail-dates {
    width: 100%;
    float: none;
    min-height: 0;
    padding-bottom: 0;
  }
}

.space-gallery-dates .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .space-gallery-dates .title {
    font-size: 28px;
    line-height: 1.21;
  }
}

.space-gallery-dates .cost {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  margin-top: 3px;
  border-bottom: solid 1px #C9C9C9;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .space-gallery-dates .cost {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 8px;
    padding-bottom: 22px;
  }
}

.space-gallery-dates .cost .sep,
.space-gallery-dates .cost .time-unit {
  font-weight: normal;
}

.space-gallery-dates .desc {
  padding-top: 20px;
  padding-bottom: 37px;
  white-space: pre-wrap;
}

@media (max-width: 767px) {
  .space-gallery-dates .desc {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}

.space-gallery-dates .desc p, .space-gallery-dates .desc h6 {
  margin-bottom: 0;
}

.space-gallery-dates .desc h1,
.space-gallery-dates .desc h2,
.space-gallery-dates .desc h3,
.space-gallery-dates .desc h4,
.space-gallery-dates .desc h5,
.space-gallery-dates .desc h6,
.space-gallery-dates .desc strong,
.space-gallery-dates .desc b {
  color: #222222;
}

.space-gallery-dates .date-title {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .space-gallery-dates .date-title {
    font-size: 28px;
    line-height: 1.21;
    margin-bottom: 3px;
  }
}

.space-gallery-dates .contact-btn {
  padding-top: 21px;
}

@media (max-width: 767px) {
  .space-gallery-dates .contact-btn {
    padding-top: 24px;
  }
}

.space-gallery-dates .contact-btn .btn {
  width: 100%;
}

.space-gallery-dates .custom-contact-text {
  font-size: 14px;
  line-height: 1.29;
  color: #222222;
  text-align: center;
  padding-top: 9px;
}

@media (max-width: 767px) {
  .space-gallery-dates .custom-contact-text {
    padding-top: 10px;
  }
}

.space-gallery-dates .custom-contact-text a {
  color: #2453a1;
}

.space-gallery-dates .custom-contact-text a:hover {
  text-decoration: none;
}

/* Booking Type Selector */
.booking-type-selector .selector-title {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .booking-type-selector .selector-title {
    margin-bottom: 8px;
  }
}

.booking-type-selector .hide-daily {
  display: none !important;
}

/* Radio Item */
.radio-item label {
  display: block;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.radio-item label span {
  display: block;
}

.radio-item label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #7F7F7F;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .radio-item label::before {
    top: 1px;
  }
}

.radio-item label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #222222;
  display: none;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .radio-item label::after {
    top: 5px;
  }
}

.radio-item .radio-head {
  color: #222222;
}

.radio-item .radio-sub {
  color: #7F7F7F;
  font-size: 14px;
  margin-top: -2px;
}

@media (max-width: 767px) {
  .radio-item .radio-sub {
    font-size: 16px;
  }
}

.radio-item input {
  display: none;
}

.radio-item input:checked+label .radio-head,
.radio-item input:checked+label .radio-sub {
  color: #2453a1;
}

.radio-item input:checked+label .radio-head {
  font-weight: bold;
}

.radio-item input:checked+label::before {
  border-color: #2453a1;
}

.radio-item input:checked+label::after {
  display: block;
  background-color: #2453a1;
}

.radio-item+.radio-item {
  margin-top: 9px;
}

@media (max-width: 767px) {
  .radio-item+.radio-item {
    margin-top: 10px;
  }
}

.radio-item.disabled {
  cursor: default;
  pointer-events: none;
}

.radio-item.disabled .radio-head,
.radio-item.disabled .radio-sub {
  color: #C9C9C9;
}

/* soul-select-input */
.soul-select-input {
  position: relative;
}

.soul-select-input select {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .soul-select-input select {
    visibility: visible;
  }

  .soul-select-input select option:first-child {
    display: none;
  }
}

.soul-select-input .selected-label {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #C9C9C9;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
}

.soul-select-input .selected-label::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  right: 16px;
  top: 21px;
  width: 12px;
  height: 7px;
  background: url(../img/down-arrow-thinner.svg) no-repeat;
  background-size: 12px 7px;
  transition: transform 0.2s;
}

.soul-select-input.opening .selected-label::after {
  transform: rotate(180deg);
}

.soul-select-input .options-wrapper {
  display: none;
  background: #fff;
  border-radius: 4px;
  padding: 7px 0 8px;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 2;
  border: solid 1px #C9C9C9;
}

.soul-select-input .options-wrapper .options {
  max-height: 230px;
  overflow: auto;
}

.soul-select-input .options-wrapper .option {
  color: #222222;
  text-decoration: none;
  padding: 5px 16px 6px;
  display: block;
}

.soul-select-input .options-wrapper .option.selected {
  color: #2453a1;
  font-weight: bold;
}

.soul-select-input .options-wrapper span.option {
  cursor: default;
  font-weight: bold;
}

.soul-select-input .options-wrapper a.option:hover {
  background: #2453a1;
  color: #fff;
}

.soul-select-input:hover .selected-label {
  border-color: #7F7F7F;
}

.soul-select-input.error .selected-label {
  border-color: #FF5050;
  color: #FF5050;
}

.soul-select-input.error+.error-label {
  display: block;
}

/* Radio & Checkbox Groups */
.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.radio-label input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
}

/* Additional Fields */
.additional-fields-section .field-group {
  margin-top: 10px;
}

.additional-fields-section .field-group .radio-label span {
  font-weight: 500;
  font-family: 'Ikano Sans', sans-serif;
  text-transform: none;
  font-size: 14px;
  color: #000;
}

.additional-fields-section .field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
}

.additional-fields-section .field-label span {
  text-transform: none;
}

.additional-fields-section .field-hint {
  font-weight: normal;
  text-transform: none;
  color: #999;
  font-size: 12px;
  display: inline-block;
}

.additional-fields-section .radio-group {
  gap: 8px;
  flex-direction: column;
  display: flex;
}

#checkout-form .additional-fields-section .radio-group {
  flex-direction: row;
}

#checkout-form .additional-fields-section .radio-group .radio-label {
  align-items: center;
  display: flex;
}

#table-chair-section .radio-label {
  flex-direction: row;
  display: flex;
  align-items: center;
}

#usage-purpose-dropdown .options-wrapper {
  z-index: 4;
}

#step-select-datetime .weekend-only {
  margin-bottom: 15px;
}

/* Specialized Date Selector Styles */
.date-selector {
  border-radius: 4px;
  position: relative;
  height: 74px;
  padding: 16px 20px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .date-selector {
    margin-top: 27px;
  }
}

.date-selector .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #222222;
  line-height: 1.29;
  font-weight: bold;
  letter-spacing: 1.4px;
}

.date-selector .selected-date {
  color: #7F7F7F;
}

.date-selector .point-start .for-daily,
.date-selector .point-start .for-weekly {
  display: none;
}

.date-selector .date-open {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  border-radius: 4px;
}

.date-selector .date-open::before,
.date-selector .date-open .border-start,
.date-selector .date-open .border-end {
  content: '';
  position: absolute;
  border-radius: 4px;
  border: solid 1px #C9C9C9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.date-selector .date-open .border-start,
.date-selector .date-open .border-end {
  border-width: 0;
  width: 50%;
  border-radius: 4px;
}

.date-selector .date-open .border-end {
  left: 50%;
}

.date-selector .date-open::after {
  content: '';
  position: absolute;
  right: 18px;
  bottom: 23px;
  width: 14px;
  height: 8px;
  background: url(../img/down-arrow-thinner.svg) no-repeat;
  background-size: 14px 8px;
}

.date-selector .point-end {
  display: none;
}

.date-selector.opening .date-open::before,
.date-selector.has-date .date-open::before {
  border-color: #2453a1;
  border-width: 2px;
}

.date-selector[data-type="daily"] {
  padding: 0;
}

.date-selector[data-type="daily"]::before {
  content: '';
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: calc(50% - 1px);
  width: 1px;
  background: #C9C9C9;
  z-index: 2;
}

.date-selector[data-type="daily"] .date-open {
  pointer-events: none;
}

.date-selector[data-type="daily"] .date-open::before {
  border-color: #C9C9C9;
  border-width: 1px;
}

.date-selector[data-type="daily"] .date-open::after {
  display: none;
}

.date-selector[data-type="daily"] .date-point {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 16px 20px;
  z-index: 1;
  cursor: pointer;
}

.date-selector[data-type="daily"] .point-start .label {
  display: none;
}

.date-selector[data-type="daily"] .point-start .label.for-daily {
  display: block;
}

.date-selector[data-type="daily"] .point-end {
  display: block;
  left: 50%;
}

.date-selector[data-type="daily"].opening::before {
  display: none;
}

.date-selector[data-type="daily"].opening[data-date-point="start"] .date-open .border-start {
  border-width: 2px;
  border-color: #2453a1;
}

.date-selector[data-type="daily"].opening[data-date-point="end"] .date-open .border-end {
  border-width: 2px;
  border-color: #2453a1;
}

.date-selector[data-type="weekly"] .point-start .label,
.date-selector[data-type="weekly"] .point-start .selected-date {
  display: none;
}

.date-selector[data-type="weekly"] .point-start .for-weekly {
  display: block;
}

/* Time Slot Item Styling */
.time-picker-wrapper {
  margin-top: 14px;
}

.time-picker-wrapper .time-picker {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px -20px;
}

@media (max-width: 767px) {
  .time-picker-wrapper .time-picker {
    margin: 0 -7px;
  }
}

.time-picker-wrapper .time-slot {
  width: 33.33333%;
  text-align: center;
  padding: 0 13px 12px;
}

@media (max-width: 767px) {
  .time-picker-wrapper .time-slot {
    padding: 0 7px 8px;
  }
}

.time-picker-wrapper .time-slot span {
  border: solid 1px #000;
  border-radius: 4px;
  display: block;
  color: #000;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  transition: 0.4s;
}

.time-picker-wrapper .time-slot.disabled span {
  background-color: #C9C9C9;
  color: #7F7F7F;
  cursor: default;
  border-color: #C9C9C9;
}

.time-picker-wrapper .time-slot.selected span {
  background-color: #2453a1;
  color: #fff;
  border-color: #2453a1;
}

/* Datetime Info & Singular/Plural Hiding */
.datetime-infos {
  margin-top: 16px;
  display: none;
}

.datetime-infos.showing {
  display: block;
}

.datetime-infos .date-text {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.datetime-infos .selected-slots {
  margin-top: 7px;
  margin-bottom: 3px;
}

.datetime-infos .selected-count {
  color: #222222;
  float: left;
  margin-right: 9px;
}

/* Specialized Date Selector Styles - Increased Specificity */
.space-detail-dates .date-selector .point-start .label.for-daily,
.space-detail-dates .date-selector .point-start .label.for-weekly {
  display: none !important;
}

.space-detail-dates .date-selector[data-type="daily"] .point-start .label {
  display: none !important;
}

.space-detail-dates .date-selector[data-type="daily"] .point-start .label.for-daily {
  display: block !important;
}

.space-detail-dates .date-selector[data-type="weekly"] .point-start .label,
.space-detail-dates .date-selector[data-type="weekly"] .point-start .selected-date {
  display: none !important;
}

.space-detail-dates .date-selector[data-type="weekly"] .point-start .for-weekly {
  display: block !important;
}

/* Singular/Plural visibility based on count class */
.datetime-infos .slot-label .plural {
  display: none;
}

.datetime-infos.has-multiple-slots .slot-label .singular {
  display: none;
}

.datetime-infos.has-multiple-slots .slot-label .plural {
  display: inline;
}

/* Fix for incorrect labels appearing in a list */
.space-detail-dates .date-point .label {
  display: block;
}

.space-detail-dates .date-point[data-type="end"] {
  display: none;
}

.space-detail-dates .date-selector[data-type="daily"] .point-end {
  display: block !important;
}

/* =====================================================
   Date Picker Dropdown - Ported from soulmate main.css
   ===================================================== */

.desktop-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .desktop-hidden {
    display: block !important;
  }
}

.date-picker-dropdown {
  position: absolute !important;
  background: #fff !important;
  border-radius: 4px;
  box-shadow: 0 5px 10px #00000029 !important;
  top: calc(100% + 6px) !important;
  z-index: 100 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 9px 5px 4px;
  display: none;
}

.date-selector.opening .date-picker-dropdown {
  display: block !important;
}

@media (max-width: 767px) {
  .date-picker-dropdown .date-picker {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
  }
}

.date-picker-dropdown .picker-header {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #EEEEEE;
  background-color: #fff;
  position: relative;
  z-index: 3;
  display: none;
}

.space-gallery-dates .date-picker-dropdown .calendar-links a {
  font-size: 0 !important;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/left-arrow-darker.svg) no-repeat;
  background-size: 8px 14px;
  position: relative;
  top: -3px;
}

@media (max-width: 767px) {
  .date-picker-dropdown .picker-header {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .date-picker-dropdown .picker-header+.wpdevelop {
    height: calc(100vh - 104px);
    overflow: auto;
    padding-top: 32px;
    padding-bottom: 30px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.date-picker-dropdown .picker-header+.wpdevelop .booking_form {
  scrollbar-width: none;
}

.date-picker-dropdown .picker-header+.wpdevelop .booking_form::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .date-picker-dropdown .picker-header+.wpdevelop .booking_form {
    height: 100%;
    overflow: auto;
  }
}

.date-picker-dropdown .picker-header .picker-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date-picker-dropdown .picker-header .header-select-date {
  margin-bottom: 0;
  color: #222222;
  font-size: 22px;
  line-height: 1.27;
}

.date-picker-dropdown .picker-header .mobile-label.for-daily,
.date-picker-dropdown .picker-header .mobile-label.for-weekly {
  display: none;
}

.date-picker-dropdown .picker-header .mobile-date-selected {
  font-weight: normal;
  font-size: 16px;
  color: #7F7F7F;
  line-height: 1.125;
  padding-top: 2px;
  display: none;
}

.date-picker-dropdown .picker-header .close-picker {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13 13M13 1L1 13' stroke='%237F7F7F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.date-picker-dropdown .block_hints,
.date-picker-dropdown .times-form,
.date-picker-dropdown .wpdev_clear_hint {
  display: none;
}

.date-picker-dropdown .calendar-links {
  background: none;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .date-picker-dropdown .calendar-links {
    display: none;
  }
}

.date-picker-dropdown .calendar-links a {
  font-size: 0 !important;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/left-arrow-darker.svg) no-repeat;
  background-size: 8px 14px;
  position: relative;
  top: -3px;
}

.date-picker-dropdown .calendar-links .datepick-prev {
  padding-left: 16px !important;
}

.date-picker-dropdown .calendar-links .datepick-next {
  padding-right: 16px !important;
}

.date-picker-dropdown .calendar-links .datepick-next a {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .date-picker-dropdown .datepick-one-month+.datepick-one-month {
    margin-top: 22px;
  }
}

.date-picker-dropdown .datepick-inline {
  border: none;
  box-shadow: none;
}

.date-picker-dropdown .datepick-inline.hide-next-month .datepick-next {
  display: none;
}

.date-picker-dropdown .datepick-header {
  padding-bottom: 9px;
}

@media (max-width: 767px) {
  .date-picker-dropdown .datepick-header {
    padding-bottom: 10px;
  }
}

.date-picker-dropdown .datepick-header span {
  font-weight: bold;
  color: #222222;
  line-height: 1;
  font-size: 16px;
}

@media (max-width: 767px) {
  .date-picker-dropdown .datepick-header span {
    font-size: 18px;
    line-height: 1.33;
  }
}

.date-picker-dropdown .datepick-title-row th {
  border: none;
  font-weight: bold;
  color: #7F7F7F;
  line-height: 1;
  font-size: 12px;
}

@media (max-width: 767px) {
  .date-picker-dropdown .datepick-title-row th {
    font-size: 14px;
    line-height: 1.29;
  }
}

/* Weekly day column highlight */
.date-picker-dropdown .datepick-title-row th.weekday-selected {
  position: relative;
  overflow: visible;
}

.date-picker-dropdown .datepick-title-row th.weekday-selected::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FFCC59;
}

.date-picker-dropdown .datepick-title-row th.weekday-selected::after {
  content: '';
  position: absolute;
  width: 40px;
  z-index: 0;
  left: 50%;
  top: 50%;
  bottom: -10px;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #FFF3D7;
}

.date-picker-dropdown .datepick-title-row th.weekday-selected span {
  position: relative;
  z-index: 2;
  color: #222222;
}

.date-picker-dropdown .datepick-title-row th.weekday-selected.first-day-blanked::after {
  bottom: -55px;
}

/* Day cells */
.date-picker-dropdown .datepick-days-row .datepick-days-cell {
  border: none;
  background: #fff !important;
  text-shadow: none;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell a,
.date-picker-dropdown .datepick-days-row .datepick-days-cell .n-a {
  text-shadow: none !important;
  color: #222222 !important;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  position: relative;
  transition: none;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  text-decoration: none;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell .n-a {
  color: #7F7F7F !important;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell a span,
.date-picker-dropdown .datepick-days-row .datepick-days-cell .n-a span {
  z-index: 0;
  position: relative;
}

.space-gallery-dates .date-picker-dropdown .datepick-days-row .datepick-days-cell.datepick-unselectable span {
  color: #7f7f7f !important;
}

.space-gallery-dates .date-picker-dropdown .datepick-days-row .datepick-days-cell.timespartly a span::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/clock.svg) no-repeat;
  background-size: 12px 12px;
  z-index: 1;
  bottom: -4px;
  right: -7px;
}

.space-gallery-dates .date-picker-dropdown .datepick-title-row th {
  border: none;
  font-weight: 700;
  color: #7f7f7f;
  line-height: 1;
  font-size: 12px;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell a::before,
.date-picker-dropdown .datepick-days-row .datepick-days-cell .n-a::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .date-picker-dropdown .datepick-days-row .datepick-days-cell:hover a {
    color: #fff !important;
  }

  .date-picker-dropdown .datepick-days-row .datepick-days-cell:hover a::before {
    background: #FFCC59;
  }
}

.content-my-bookings {
  padding-top: 100px;
}

.space-gallery-dates .part-booked-info span {
  display: inline-block;
  position: relative;
  padding-left: 19px;
}

.space-gallery-dates .part-booked-info span:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background: url(../img/clock.svg) no-repeat;
  background-size: 12px 12px;
}

.space-gallery-dates .part-booked-info {
  text-align: right;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 1.29;
}

.space-gallery-dates .date-picker-dropdown .datepick-days-row .datepick-days-cell.datepick-unselectable:hover a:before {
  background: transparent;
}

/* Selected / current day */
.date-picker-dropdown .datepick-days-row .datepick-days-cell.datepick-current-day {
  cursor: default;
  overflow: visible;
  pointer-events: none;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell.datepick-current-day a {
  color: #fff !important;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell.datepick-current-day a::before {
  background: #FFCC59;
}

/* Middle date (date range) */
.date-picker-dropdown .datepick-days-row .datepick-days-cell.datepick-current-day.middle-date {
  pointer-events: auto;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell.datepick-current-day.middle-date a {
  color: #222222 !important;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell.datepick-current-day.middle-date a::before {
  background: #FFF3D7;
  left: -18px;
  border-radius: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -18px;
  width: auto;
}

/* Weekly day highlight column */
.date-picker-dropdown .datepick-days-row .datepick-days-cell.weekly-day a::before,
.date-picker-dropdown .datepick-days-row .datepick-days-cell.weekly-day .n-a::before {
  background: #FFF3D7;
  top: -20px;
  border-radius: 0;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -20px;
  height: auto;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell.weekly-day.weekly-start a::before {
  top: -15px;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell.weekly-day.weekly-end a::before {
  border-radius: 0 0 20px 20px;
  bottom: -12px;
}

.date-picker-dropdown .datepick-days-row .datepick-days-cell.weekly-day.datepick-current-day a {
  color: #222222 !important;
}

/* Daily type: show correct picker header labels */
.date-selector[data-type="daily"] .date-picker-dropdown .picker-header .mobile-label {
  display: none;
}

.date-selector[data-type="daily"] .date-picker-dropdown .picker-header .mobile-label.for-daily {
  display: block;
}

.date-selector[data-type="daily"] .date-picker-dropdown .picker-header .mobile-label.mobile-label-end {
  display: none;
}

.date-selector[data-type="daily"][data-date-point="end"] .date-picker-dropdown .picker-header .mobile-label.mobile-label-start {
  display: none;
}

.date-selector[data-type="daily"][data-date-point="end"] .date-picker-dropdown .picker-header .mobile-label.mobile-label-end {
  display: block;
}

/* Weekly type: show/hide calendar nav and header */
.date-selector[data-type="weekly"] .datepick-title-row th {
  cursor: pointer;
}

.date-selector[data-type="weekly"] .date-picker-dropdown .calendar-links {
  display: block;
}

.date-selector[data-type="weekly"] .date-picker-dropdown .picker-header .mobile-label {
  display: none;
}

.date-selector[data-type="weekly"] .date-picker-dropdown .picker-header .mobile-label.for-weekly {
  display: block;
}

/* Loading state on date selector */
.date-selector.loading .date-open {
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: auto;
}

.date-selector.loading .date-open::after {
  opacity: 0.4;
}

/* =====================================================
   Time Selector - Ported from soulmate main.css
   ===================================================== */

/* time-selector show/hide */
.time-selector {
  display: none;
}

.time-selector.showing {
  display: block;
}

/* Time title & subtext */
.time-title {
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
}

@media (max-width: 767px) {
  .time-title {
    font-size: 18px;
    line-height: 1.22;
  }
}

.time-subtext {
  font-size: 14px;
  color: #7F7F7F;
  line-height: 1.29;
}

@media (max-width: 767px) {
  .time-subtext {
    font-size: 16px;
    line-height: 1.125;
    margin-top: 3px;
  }
}

/* Ensure time-picker uses flex layout */
.time-picker {
  display: flex;
  flex-wrap: wrap;
}

/* datetime-infos fixes */
.datetime-infos {
  margin-bottom: -5px;
}

.datetime-infos .selected-slots {
  display: none;
}

.datetime-infos .selected-slots.showing {
  display: block;
}

.datetime-infos .selected-error {
  font-size: 12px;
  color: #FF5050;
  float: left;
  position: relative;
  top: 4px;
  margin-bottom: 6px;
  display: none;
}

.datetime-infos .selected-error.showing {
  display: block;
}

.datetime-infos .selected-datetime {
  color: #7F7F7F;
}

.datetime-infos .selected-datetime .end-time[data-holder]::after {
  content: attr(data-holder);
  color: #C9C9C9;
}

.datetime-infos .selected-datetime .end-time:not(:empty)::after {
  content: none;
}

/* Weekend session picker */
.weekend-time-options {
  display: flex;
  gap: 10px;
  padding: 10px;
}

.weekend-option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.weekend-option input[type="radio"] {
  display: none;
}

.weekend-option label {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
}

.weekend-option label:hover {
  border-color: #4a90e2;
  background: #f8f9fa;
}

.weekend-option input:checked+label {
  border-color: #2453a1;
  background: rgba(58, 206, 195, 0.06);
}

.weekend-option label .option-title {
  font-weight: bold;
  color: #222222;
  display: block;
}

.weekend-option label .option-time {
  font-size: 14px;
  color: #7F7F7F;
  display: block;
}

/* Step select NOP */
#nop-info {
  margin-top: 1px;
}

#step-select-nop .back-btn {
  margin-bottom: 20px;
}

#step-select-nop .nop-select {
  margin-top: 7px;
}

/* Line divider */
.space-detail-dates .line {
  height: 1px;
  background-color: #C9C9C9;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .space-detail-dates .line {
    margin-top: 24px;
  }
}

.space-detail-dates .time-selector.showing+.line {
  margin-top: 28px;
}

.space-gallery-dates .date-picker-dropdown .datepick-header {
  background-color: #fff;
}

div.datepick-inline .datepick-title-row th {
  border: none;
}

.space-gallery-dates .date-picker-dropdown .datepick-header span {
  font-weight: 700;
  color: #222;
  line-height: 1;
  font-size: 16px;
}

/* Checkout Page Styles */
.booking-checkout {
  padding: 120px 0 40px;
}

@media (max-width: 767px) {
  .booking-checkout {
    padding: 100px 0 48px;
  }
}

.booking-checkout.state-success {
  padding: 110px 0 56px;
}

.booking-checkout .success-message,
.booking-checkout .message-time-remaining {
  display: none;
  margin-top: -3px;
  margin-bottom: 24px;
  padding: 13px 18px;
  background-color: #FFF3D7;
  border-radius: 4px;
  font-size: 16px;
  color: #222222;
  line-height: inherit;
  border-left: 4px solid #FFCC59;
}

@media (max-width: 767px) {

  .booking-checkout .success-message,
  .booking-checkout .message-time-remaining {
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 16px;
    line-height: inherit;
    margin-top: -22px;
    margin-bottom: 18px;
  }
}

.booking-checkout .back-btn {
  margin-bottom: 20px;
}

.booking-checkout .checkout-head {
  font-size: 24px;
  margin-bottom: 3px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .booking-checkout .checkout-head {
    display: none;
  }
}

.booking-checkout .checkout-sub {
  max-width: 812px;
}

@media (max-width: 767px) {
  .booking-checkout .checkout-sub {
    display: none;
  }
}

.booking-checkout .checkout-summ-title {
  font-size: 20px;
  margin-top: 13px;
  margin-bottom: 24px;
  padding-bottom: 11px;
  border-bottom: solid 1px #C9C9C9;
  font-weight: 600;
}

.booking-checkout .checkout-summ-title.previous-checkout-summ-title {
  margin-top: 47px;
}

@media (max-width: 767px) {
  .booking-checkout .checkout-summ-title {
    font-size: 24px;
    margin-top: 17px;
    padding-bottom: 13px;
    margin-bottom: 16px;
  }
}

.checkout-form-wrapper {
  border-top: solid 1px #C9C9C9;
  margin-top: 24px;
  padding-top: 42px;
}

@media (max-width: 767px) {
  .checkout-form-wrapper {
    margin-top: 24px;
    padding-top: 42px;
  }
}

.checkout-form-wrapper .label-head {
  font-size: 20px;
  width: 50%;
  padding: 0 9px;
}

@media (max-width: 767px) {
  .checkout-form-wrapper .label-head {
    width: 100%;
    padding: 0;
    font-size: 24px;
  }
}

.checkout-form-wrapper .label-head span {
  display: block;
  border-bottom: solid 1px #C9C9C9;
  padding-bottom: 11px;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .checkout-form-wrapper .label-head span {
    padding-bottom: 13px;
  }
}

.checkout-form-wrapper .label-head.label-business {}

@media (max-width: 767px) {
  .checkout-form-wrapper .label-head.label-business {
    margin-top: 26px;
  }
}

.checkout-form-wrapper .form-controls {
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
}

@media (max-width: 767px) {
  .checkout-form-wrapper .form-controls {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.checkout-form-wrapper .input-control {
  width: 50%;
  padding: 0 9px;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .checkout-form-wrapper .input-control {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.checkout-form-wrapper .input-control label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 14px;
  line-height: 1.29;
  color: #222222;
  font-weight: bold;
  margin-bottom: 2px;
}

.info-label {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  font-style: italic;
}

@media (max-width: 767px) {
  .checkout-form-wrapper .input-control label {
    margin-bottom: 3px;
  }
}

.checkout-form-wrapper .input-control input[type="text"],
.checkout-form-wrapper .input-control input[type="email"],
.checkout-form-wrapper .input-control input[type="password"] {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #C9C9C9;
  padding: 0 12px;
  -webkit-appearance: none;
}

.checkout-form-wrapper .input-control input:hover,
.checkout-form-wrapper .input-control input:focus {
  border-color: #7F7F7F;
  outline: none;
}

.checkout-form-wrapper .input-control input.error,
.checkout-form-wrapper .input-control textarea.error,
.checkout-form-wrapper .select2-container.error .select2-selection {
  border-color: #FF5050;
  color: #FF5050;
}

.checkout-form-wrapper .input-control input.error+.error-label,
.checkout-form-wrapper .input-control textarea.error+.error-label,
.checkout-form-wrapper .select2-container.error+.error-label {
  display: block;
}

.checkout-form-wrapper .input-control .error-label {
  display: none;
  color: #FF5050;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 3px;
}

.checkout-form-wrapper .input-control .label-hint {
  display: inline;
  text-transform: none;
  letter-spacing: normal;
  color: #7F7F7F;
  font-weight: normal;
}

.checkout-form-wrapper .submit-btn {
  border-top: solid 1px #C9C9C9;
  margin-top: 14px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .checkout-form-wrapper .submit-btn {
    margin-top: 32px;
  }
}

.checkout-form-wrapper .submit-btn button {
  min-width: 316px;
}

@media (max-width: 767px) {
  .checkout-form-wrapper .submit-btn button {
    min-width: 100%;
  }
}


.checkout-items {
  border-radius: 8px;
  border: solid 1px #C9C9C9;
  padding: 17px 16px 15px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

@media (max-width: 767px) {
  .checkout-items {
    padding: 12px 12px 9px;
  }
}

.checkout-items .img-wrapper {
  width: 168px;
  height: 143px;
}

@media (max-width: 767px) {
  .checkout-items .img-wrapper {
    display: none;
  }
}

.checkout-items .img-wrapper .img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #C9C9C9;
}

.checkout-items .item-info {
  padding-left: 16px;
  flex: 1;
}

@media (max-width: 767px) {
  .checkout-items .item-info {
    padding-left: 0;
  }
}

.checkout-items .img-tag {
  position: static;
  min-width: 80px;
  display: inline-block;
}

.checkout-items .name-unit-cost {
  font-size: 14px;
  margin-top: 9px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .checkout-items .name-unit-cost {
    margin-top: 6px;
  }
}

.checkout-items .name-unit-cost .space-char {
  display: none;
}

.checkout-items .time-duration,
.checkout-items .time-cost,
.checkout-items .date-duration,
.checkout-items .date-count {
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.checkout-items .time-additional {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.4px;
  color: #2453a1;
  text-transform: uppercase;
}

@media (max-width: 767px) {

  .checkout-items .time-duration,
  .checkout-items .date-duration {
    display: block;
    margin-top: -2px;
  }
}

.checkout-items .time-cost,
.checkout-items .date-count {
  font-size: 16px;
  letter-spacing: 1.6px;
}

.checkout-items .time-slots-info {
  margin-top: 10px;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .checkout-items .time-slots-info {
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .checkout-items .dates-count-info {
    margin-top: 12px;
  }
}

.checkout-items .prices {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: right;
  border-top: solid 1px #C9C9C9;
  padding-top: 15px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .checkout-items .prices {
    padding-top: 13px;
  }
}

.checkout-items .prices span {
  display: inline-block;
  font-weight: 600;
}

@media (max-width: 767px) {
  .checkout-items .prices span {
    float: left;
  }
}

.checkout-items .prices .item-cost {
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-left: 10px;
  min-width: 68px;
  position: relative;
  top: 1px;
  font-weight: normal;
}

.checkout-items .prices .item-cost.line-through {
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .checkout-items .prices .item-cost {
    float: right;
  }
}

.checkout-items .prices .price-item+.price-item {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .checkout-items .prices .price-item+.price-item {
    margin-top: 3px;
  }
}

.checkout-items .prices .price-item.grand-total .item-cost {
  font-weight: bold;
}

.checkout-items .prices .price-item.price-discount {
  color: #FF2F2F;
  font-weight: normal;
  display: none;
}

.checkout-items .prices .price-item.price-discount .item-cost {
  color: #222222;
}

.checkout-items .prices .price-item.prepaid {
  color: #2453a1;
}

.checkout-items.previous-checkout-items {
  background-color: #F2F2F2;
}

.checkout-items.previous-checkout-items .img-tag {
  background-color: #C9C9C9 !important;
}

.checkout-promo-code {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 24px;
}

.checkout-promo-code form {
  text-align: right;
}

.checkout-promo-code .checkout-promo-code-from {
  display: inline-flex;
}

.checkout-promo-code .input-control {
  width: 100%;
  margin-bottom: 0;
}

.checkout-promo-code .error-label {
  display: none;
  color: #FF5050;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}

.checkout-promo-code .submit-btn .btn {
  max-width: 146px;
  margin-left: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .checkout-promo-code .submit-btn .btn {
    height: 48px;
    line-height: 48px;
  }
}

.checkout-promo-code .checkout-promo-code-use {
  display: none;
  border: 1px solid #2453a1;
  border-radius: 8px;
  width: 100%;
  max-width: 362px;
  min-height: 48px;
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.checkout-promo-code .checkout-promo-code-use .checkout-promo-code-use-left {
  display: flex;
  align-items: center;
  letter-spacing: 0.19px;
  font-size: 14px;
  min-width: 0;
  flex: 1;
}

.checkout-promo-code .checkout-promo-code-use .checkout-promo-code-use-left img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
  object-fit: contain;
}

.checkout-promo-code .checkout-promo-code-use .checkout-promo-code-use-left strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-promo-code .checkout-promo-code-use .promo-code-remove {
  font-size: 12px;
  color: #7F7F7F;
  text-decoration: none;
}

.checkout-actions {
  padding: 40px 0 17px;
  margin-top: 24px;
  border-top: solid 1px #C9C9C9;
}

@media (max-width: 767px) {
  .checkout-actions {
    padding: 24px 0 0;
    margin-top: 16px;
  }
}

.popup-alert .alert-wrapper .alert-inner img {
  max-width: 350px;
}

.flex-wrap {
  display: flex;
}

.checkout-actions .actions-inner {
  max-width: 901px;
  margin: 0 auto;
  min-height: 265px;
  background: url(../img/checkout-actions-required.svg) no-repeat right center;
  background-size: contain;
}

@media (max-width: 767px) {
  .checkout-actions .actions-inner {
    background: none;
    display: block;
    text-align: center;
  }
}

.checkout-actions .mobile-bg {
  padding-left: 22px;
  padding-right: 22px;
  line-height: 1;
}

.checkout-actions .mobile-bg img {
  max-width: 344px;
}

.checkout-actions .actions-info {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .checkout-actions .actions-info {
    padding: 26px 0 0;
  }
}

.checkout-actions .action-head {
  font-size: 20px;
  max-width: 352px;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .checkout-actions .action-head {
    max-width: 100%;
    font-size: 24px;
    margin-bottom: 4px;
  }
}

.checkout-actions .action-sub {
  max-width: 533px;
  min-height: 38px;
}

@media (max-width: 767px) {
  .checkout-actions .action-sub {
    max-width: 100%;
    min-height: 0;
  }
}

.checkout-actions .action-btn {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .checkout-actions .action-btn {
    margin-top: 19px;
  }
}

.checkout-actions .action-btn .btn {
  min-width: 316px;
}

@media (max-width: 767px) {
  .checkout-actions .action-btn .btn {
    min-width: 100%;
  }
}

.checkout-actions .action-link {
  font-size: 14px;
  margin-top: 8px;
}

.checkout-success {
  max-width: 573px;
  margin: 0 auto;
  text-align: center;
}

.checkout-success .thumb-wrapper,
.checkout-success .success-back-btn {
  max-width: 352px;
  margin: 0 auto;
}

.checkout-success .thumb-wrapper {
  position: relative;
  height: 300px;
  border-radius: 4px;
  background-color: #C9C9C9;
}

.checkout-success .success-back-btn {
  margin-top: 40px;
}

.checkout-success .success-back-btn .btn {
  width: 100%;
}

.checkout-success .img-tag {
  top: 16px;
}

.checkout-success .success-title {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.checkout-success.failed {
  max-width: 685px;
  margin: 53px auto 20px;
}

.checkout-success.my-bookings-none {
  max-width: 580px;
  margin: 80px auto;
}

/* File Upload Styling */
.file-upload-wrapper {
  position: relative;
  margin-top: 8px;
}

.file-upload-wrapper input[type="file"] {
  position: absolute;
  left: -9999px;
}

.file-upload-label {
  display: inline-block;
  padding: 10px 20px;
  background: #f8f9fa;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background: #e9ecef;
  border-color: #2453a1;
}

.file-upload-label .file-name {
  font-size: 14px;
  color: #666;
}

.selected-file-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #f1f3f5;
  border-radius: 4px;
}

.selected-file-name {
  font-size: 12px;
  color: #333;
  flex-grow: 1;
}

button.selected-file-remove {
  background: transparent;
  border: none;
  color: #ff5050;
  cursor: pointer;
  padding: 0 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

button.selected-file-remove:hover {
  color: #d94040;
}

.file-error-message {
  color: #ff5050;
  font-size: 12px;
  margin-top: 5px;
}

.has-file-error .file-upload-label {
  border-color: #ff5050;
}

/* Edit Profile Page Styles - Soulmate Style */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.section-edit-profile {
  padding: 120px 0 48px;
  position: relative;
}

@media (max-width: 767px) {
  .section-edit-profile {
    padding: 34px 0 48px;
  }
}

.edit-profile {
  max-width: 904px;
}

.edit-profile .head-title {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 1.2;
}

.edit-profile .head-sub {
  color: #222222;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .edit-profile .head-sub {
    margin-top: 4px;
  }
}

.edit-profile .form-head {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .edit-profile .form-head {
    margin-bottom: 12px;
  }
}

.edit-profile .form-head.small-style {
  font-weight: normal;
  color: #7F7F7F;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .edit-profile .form-head.small-style {
    margin-bottom: 11px;
  }
}

.edit-profile form {
  margin-top: 36px;
}

@media (max-width: 767px) {
  .edit-profile form {
    margin-top: 27px;
  }
}

.edit-profile .form-section {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .edit-profile .form-section.row-business {
    margin-top: 24px;
    padding-top: 19px;
    border-top: solid 1px #C9C9C9;
  }
}

.edit-profile .form-section.optional {
  margin-top: -8px;
}

@media (max-width: 767px) {
  .edit-profile .form-section.optional {
    margin-top: 0;
    padding-top: 7px;
  }
}

.edit-profile .form-controls {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 767px) {
  .edit-profile .form-controls {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.edit-profile .input-control {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .edit-profile .input-control {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.edit-profile .input-control label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 14px;
  line-height: 1.29;
  color: #222222;
  font-weight: bold;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .edit-profile .input-control label {
    margin-bottom: 3px;
  }
}

.edit-profile .input-control input[type="text"],
.edit-profile .input-control input[type="email"],
.edit-profile .input-control input[type="password"] {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #C9C9C9;
  padding: 0 12px;
  -webkit-appearance: none;
}

.edit-profile .input-control input:hover,
.edit-profile .input-control input:focus {
  border-color: #7F7F7F;
  outline: none;
}

.edit-profile .input-control input[type="text"].error,
.edit-profile .input-control input[type="email"].error,
.edit-profile .input-control input[type="password"].error,
.edit-profile .input-control textarea.error,
.select2-container.error .select2-selection {
  border-color: #FF5050;
  color: #FF5050;
}

.edit-profile .input-control input.error+.error-label,
.edit-profile .input-control textarea.error+.error-label,
.select2-container.error+.error-label {
  display: block;
}

.edit-profile .input-control .error-label {
  display: none;
  color: #FF5050;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .edit-profile .input-control .error-label {
    margin-top: 2px;
  }
}

.edit-profile .submit-btn {
  padding-top: 7px;
}

@media (max-width: 767px) {
  .edit-profile .submit-btn {
    padding-top: 12px;
  }
}

.edit-profile .submit-btn button {
  min-width: 260px;
}

@media (max-width: 767px) {
  .edit-profile .submit-btn button {
    min-width: 0;
    width: 100%;
  }
}

.edit-profile .success-message {
  margin-bottom: 19px;
  display: none;
}

.edit-profile .success-message a {
  color: #2453a1;
}

.edit-profile .success-message a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .edit-profile .success-message {
    font-size: 16px;
    line-height: inherit;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 22px;
    margin-top: -18px;
  }
}

.edit-profile .onboard-success {
  display: none;
  text-align: center;
  max-width: 444px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .edit-profile .onboard-success {
    max-width: 100%;
  }
}

.edit-profile .onboard-success .img {
  font-size: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .edit-profile .onboard-success .img {
    margin-top: 20px;
  }
}

.edit-profile .onboard-success img {
  max-width: 310px;
}

.edit-profile .onboard-success .success-title {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .edit-profile .onboard-success .success-title {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .edit-profile .onboard-success .success-sub {
    color: #222222;
  }
}

.edit-profile .onboard-success .back-btn {
  padding-top: 31px;
}

@media (max-width: 767px) {
  .edit-profile .onboard-success .back-btn {
    padding-bottom: 10px;
    padding-top: 23px;
  }
}

.edit-profile.state-success {
  margin: 0 auto;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .edit-profile.state-success {
    padding: 0;
  }
}

.edit-profile.state-success .head-info,
.edit-profile.state-success form {
  display: none;
}

.edit-profile.state-success .onboard-success {
  display: block;
}

.edit-profile.state-success .submit-btn button {
  transition: none;
}

@media (max-width: 767px) {

  .is-onboard .edit-profile .form-section.row-business,
  .is-onboard .edit-profile .form-section.extra-info {
    display: none;
  }

  .is-onboard .edit-profile .submit-btn .confirm {
    display: none;
  }

  .is-onboard .edit-profile .back-link {
    padding-top: 28px;
    display: none;
  }

  .is-onboard .edit-profile.step-two .form-section.row-business,
  .is-onboard .edit-profile.step-two .form-section.extra-info {
    display: block;
  }

  .is-onboard .edit-profile.step-two .form-section.general-info {
    display: none;
  }

  .is-onboard .edit-profile.step-two .submit-btn .next {
    display: none;
  }

  .is-onboard .edit-profile.step-two .submit-btn .confirm {
    display: inline;
  }

  .is-onboard .edit-profile.step-two .back-link {
    display: block;
  }
}

/* Select2 Custom Styles */
.select2-basic {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: solid 1px #C9C9C9;
  height: 48px;
  line-height: 48px;
}

.select2.select2-container .select2-selection--single {
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border: solid 1px #C9C9C9;
  border-radius: 4px;
}

.select2.select2-container .select2-selection--single:hover {
  border-color: #7F7F7F;
}

.select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  line-height: 48px;
}

.select2-results__option {
  background-color: white !important;
  color: #222222 !important;
  transition: 0.4s;
}

.select2-results__option.select2-results__option--selected {
  color: #2453a1 !important;
  font-weight: bold;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--selected:hover {
  background: #2453a1 !important;
  color: white !important;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
  right: 12px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  content: '';
  box-sizing: border-box;
  position: absolute;
  right: 16px;
  top: 21px;
  width: 12px;
  height: 7px;
  background: url(../img/down-arrow-thinner.svg) no-repeat;
  background-size: 12px 7px;
}

.select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.edit-profile .input-control .error-label[data-type="empty"] .empty {
  display: block;
}

.edit-profile .input-control .error-label[data-type="invalid"] .invalid {
  display: block;
}

.edit-profile .input-control .error-label[data-type="existed"] .existed {
  display: block;
}

.edit-profile .soul-select-input.error {
  border-color: #FF5050;
  color: #FF5050;
}

.edit-profile .soul-select-input.error .selected-label {
  border-color: #FF5050;
  color: #FF5050;
}

/* ========== Popup Modal (Login/Signup) ========== */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
}

.popup-modal::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-modal .modal-wrapper {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  overflow: auto;
}

.popup-modal .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  overflow: visible;
}

.popup-modal .modal-content-wrapper {
  width: 502px;
  padding: 100px 0;
}

.popup-modal .modal-content {
  background-color: #fff;
  border-radius: 4px;
}

.popup-modal .modal-header {
  height: 49px;
  line-height: 49px;
  border-bottom: solid 1px #C9C9C9;
  text-align: center;
  color: #222222;
  position: relative;
}

.popup-modal .modal-body {
  padding: 24px;
}

.popup-modal .close-modal {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 18px;
  cursor: pointer;
  display: block;
  font-size: 0;
  text-decoration: none;
}

.popup-modal .close-modal::before,
.popup-modal .close-modal::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #222;
}

.popup-modal .close-modal::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-modal .close-modal::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-modal .close-modal:hover {
  opacity: 0.7;
}

body.modal-open {
  overflow: hidden;
}

/* Switch-item visibility (all hidden by default) */
#modal-pre-account .switch-item {
  display: none;
}

/* Sign-in mode */
#modal-pre-account.modal-signin button.for-signin,
#modal-pre-account.modal-signin div.for-signin {
  display: block;
}

button#account-login {
    font-weight: 600;
    font-size: 14px;
}

#modal-pre-account.modal-signin span.for-signin,
#modal-pre-account.modal-signin a.for-signin {
  display: inline;
}

/* Sign-up mode */
#modal-pre-account.modal-signup button.for-signup,
#modal-pre-account.modal-signup div.for-signup {
  display: block;
}

#modal-pre-account.modal-signup span.for-signup,
#modal-pre-account.modal-signup a.for-signup {
  display: inline;
}

#modal-pre-account.modal-signup .head-info {
  margin-bottom: 15px;
}

/* Forgot mode */
#modal-pre-account.modal-forgot button.for-forgot,
#modal-pre-account.modal-forgot div.for-forgot {
  display: block;
}

#modal-pre-account.modal-forgot span.for-forgot,
#modal-pre-account.modal-forgot a.for-forgot {
  display: inline;
}

#modal-pre-account.modal-forgot.modal-reset-link-sent div.for-reset-link-sent,
#modal-pre-account.modal-reset-link-sent div.for-reset-link-sent {
  display: block;
}

#modal-pre-account.modal-forgot.modal-reset-link-sent a.back-anchor,
#modal-pre-account.modal-forgot.modal-reset-link-sent a.close-modal,
#modal-pre-account.modal-forgot.modal-reset-link-sent .input-control-email,
#modal-pre-account.modal-forgot.modal-reset-link-sent .info-row-forgot,
#modal-pre-account.modal-forgot.modal-reset-link-sent .submit-control,
#modal-pre-account.modal-reset-link-sent a.back-anchor,
#modal-pre-account.modal-reset-link-sent a.close-modal,
#modal-pre-account.modal-reset-link-sent .input-control-email,
#modal-pre-account.modal-reset-link-sent .info-row-forgot,
#modal-pre-account.modal-reset-link-sent .submit-control {
  display: none;
}

/* Back anchor inside modal */
#modal-pre-account .back-anchor {
  position: absolute;
  left: 24px;
  top: 17px;
  z-index: 2;
  line-height: 1;
}

/* Pre-account wrapper */
#pre-account-wrapper .head-info {
  margin-bottom: 20px;
  margin-top: -6px;
}

#pre-account-wrapper .head-text {
  color: #222222;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2px;
}

#pre-account-wrapper .sub-text {
  color: #222222;
  line-height: 1.19;
}

#pre-account-wrapper .forgot-control {
  font-size: 14px;
  margin-top: -15px;
}

#pre-account-wrapper .forgot-control a {
  text-decoration: none;
}

#pre-account-wrapper .forgot-control a:hover {
  text-decoration: underline;
}

#pre-account-wrapper .submit-control {
  padding-top: 16px;
}

#pre-account-wrapper .quick-links-control {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 9px;
}

#pre-account-wrapper .close-reset-control {
  margin-top: -8px;
}

/* Input controls inside modal */
.popup-modal .input-control {
  margin-bottom: 16px;
}

.popup-modal .input-control label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 14px;
  line-height: 1.29;
  color: #222222;
  font-weight: bold;
  margin-bottom: 2px;
}

.popup-modal .input-control label .sub-label {
  font-size: 14px;
  text-transform: none;
  color: #4C4C4C;
  line-height: 1.29;
  letter-spacing: normal;
  font-weight: normal;
  padding: 2px 0;
}

.popup-modal .input-control .main-input {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #C9C9C9;
  padding: 0 12px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.popup-modal .input-control .main-input:hover,
.popup-modal .input-control .main-input:focus {
  border-color: #7F7F7F;
  outline: none;
}

.popup-modal .input-control .main-input.error {
  border-color: #FF5050;
  color: #FF5050;
}

.popup-modal .input-control .error-label {
  display: none;
  color: #FF5050;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 3px;
}

.popup-modal .input-control .error-label span {
  display: none;
}

.popup-modal .input-control .error-label[data-type="empty"] .empty {
  display: block;
}

.popup-modal .input-control .error-label[data-type="email-password-incorrect"] .email-password-incorrect {
  display: block;
}

.popup-modal .input-control .error-label[data-type="existed"] .existed {
  display: block;
}

.popup-modal .input-control .error-label[data-type="not-existed"] .not-existed {
  display: block;
}

.popup-modal .input-control .error-label[data-type="not-matched"] .not-matched {
  display: block;
}

.popup-modal .input-control .error-label[data-type="invalid"] .invalid {
  display: block;
}

.popup-modal .input-control .error-label[data-type="not-allowed"] .not-allowed {
  display: block;
}

.popup-modal .input-control .main-input.error+.error-label {
  display: block;
}

/* Highlight link */
.highlight-link {
  color: #2453a1;
  text-decoration: none;
}

.highlight-link:hover {
  text-decoration: underline;
}

/* Submit control in modal */
.popup-modal .submit-control .btn {
  width: 100%;
}

.popup-modal .submit-control .btn.loading {
  pointer-events: none;
  opacity: 0.7;
}

/* W-100 utility */
.w-100 {
  width: 100%;
}

/* Text-right utility */
.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .popup-modal .modal-content-wrapper {
    width: 100%;
    padding: 33px 0 60px;
  }

  .popup-modal .modal-inner {
    position: static;
    transform: none;
    overflow: auto;
    padding: 0 20px;
  }
}

.ik-action-group {
  display: flex;
  gap: 10px;
}

#header .account-btn {
  position: relative;
}

#header .account-btn .user-letter,
#header .ik-login-icon {
  width: 39px;
  height: 39px;
  display: block;
  border-radius: 50%;
  background: #e0258e;
  line-height: 39px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

#header .ik-login-icon {
  width: 47px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Listings: fixed dock — login/account + other .floating-cta sit side by side (z-index like mall-map .floating-cta) */
@keyframes soulmates-listings-float-dock-pulse {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Listings float dock: chỉ mobile <512px; desktop ẩn hoàn toàn */
body.soulmates-listings-page .soulmates-listings-float-dock {
  display: none !important;
}

body.soulmates-listings-page .soulmates-listings-float-dock__auth.soulmates-listings-float-dock--custom-pos {
  position: fixed;
  z-index: 100000;
  bottom: auto;
  right: auto;
}

@media (max-width: 511px) {
  body.soulmates-listings-page .soulmates-listings-float-dock {
    display: flex !important;
    position: fixed;
    z-index: 99999;
    bottom: 24px;
    right: 24px;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    pointer-events: none;
  }

  body.soulmates-listings-page .soulmates-listings-float-dock__ctas {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
    z-index: 1;
  }

  body.soulmates-listings-page .soulmates-listings-float-dock__auth {
    position: relative;
    flex: 0 0 auto;
    z-index: 2;
  }

  body.soulmates-listings-page .soulmates-listings-float-dock__drag-handle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    flex: 0 0 auto;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .14);
    cursor: grab;
    color: #aaa;
    font-size: 9px;
    line-height: 1;
    letter-spacing: -1px;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
  }

  body.soulmates-listings-page .soulmates-listings-float-dock__drag-handle:hover {
    color: #666;
    background: #fff;
  }

  body.soulmates-listings-page .soulmates-listings-float-dock__drag-handle:active,
  body.soulmates-listings-page .soulmates-listings-float-dock__drag-handle.is-dragging {
    cursor: grabbing;
  }

  body.soulmates-listings-page .soulmates-listings-float-dock__auth .account-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
  }

  body.soulmates-listings-page .soulmates-listings-float-dock__auth .ik-login-icon {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    width: auto;
    height: auto;
    min-height: 38px;
  }
}

body.soulmates-listings-page.soulmates-listings-float-dock-is-dragging {
  -webkit-user-select: none;
  user-select: none;
}

body.soulmates-listings-page .soulmates-listings-float-dock__auth,
body.soulmates-listings-page .soulmates-listings-float-dock__ctas {
  pointer-events: auto;
}

body.soulmates-listings-page .soulmates-listings-float-dock__ctas .floating-cta {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

body.soulmates-listings-page .soulmates-listings-float-dock__auth .soulmates-floating-login.account-btn .user-letter,
body.soulmates-listings-page .soulmates-listings-float-dock__auth .soulmates-floating-login.ik-login-icon {
  animation: soulmates-listings-float-dock-pulse 2.6s ease-in-out infinite;
}

body.soulmates-listings-page .soulmates-listings-float-dock__auth .account-btn .user-letter,
body.soulmates-listings-page .soulmates-listings-float-dock__auth .ik-login-icon > a {
  box-shadow: 0 4px 16px rgba(224, 37, 142, 0.32);
}

@media (prefers-reduced-motion: reduce) {
  body.soulmates-listings-page .soulmates-listings-float-dock__auth .soulmates-floating-login.account-btn .user-letter,
  body.soulmates-listings-page .soulmates-listings-float-dock__auth .soulmates-floating-login.ik-login-icon {
    animation: none;
  }
}

body.soulmates-listings-page .soulmates-listings-float-dock__auth .account-btn .user-letter,
body.soulmates-listings-page .soulmates-listings-float-dock__auth .ik-login-icon > a {
  width: 39px;
  height: 39px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e0258e;
  line-height: 39px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

body.soulmates-listings-page .soulmates-listings-float-dock__auth .ik-login-icon {
  width: 47px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.soulmates-listings-page .soulmates-listings-float-dock__auth .account-btn {
  position: relative;
}

body.soulmates-listings-page .soulmates-listings-float-dock__auth .profile-menu {
  position: absolute;
  top: calc(100% + 12px);
  z-index: 5;
  right: 0;
  background-color: #fff;
  min-width: 171px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding: 15px 20px;
  border-radius: 8px;
  display: none;
}

body.soulmates-listings-page .soulmates-listings-float-dock__auth .profile-menu a {
  display: block;
  text-decoration: none;
  color: #222;
}

#header .profile-menu {
  position: absolute;
  top: calc(100% + 12px);
  z-index: 3;
  right: 0;
  background-color: #fff;
  min-width: 171px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding: 15px 20px;
  border-radius: 8px;
  display: none;
}

#header .profile-menu a {
  display: block;
  text-decoration: none;
  color: #222;
}

.success-message, .message-time-remaining {
  background-color: #eaf1f9;
  border-radius: 4px;
  color: #222222;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  padding: 15px 20px 14px;
}

.success-message.failed, .message-time-remaining.failed {
  background: #ffadad;
}

.success-message.info, .message-time-remaining.info {
  background: #F0E7FD;
}

/* My Bookings Styles */

.content-my-bookings .success-message {
  margin-bottom: 24px;
}

.content-my-bookings .paging a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.19px;
  color: #C9C9C9;
  width: 36px;
  height: 36px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-my-bookings .paging a.current {
  background-color: #FFCC59;
  font-weight: bold;
  letter-spacing: 0.19px;
  color: #FFFFFF;
  border-radius: 50%;
}

.content-my-bookings .paging .paging-inner {
  text-align: center;
  margin-bottom: 20px;
}

.section-my-bookings-welcome {
  background-color: #eaf1f9;
  margin-bottom: 64px;
}

.section-my-bookings-welcome .inner {
  height: 260px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.section-my-bookings-welcome .inner .my-bookings-welcome h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: 0.77px;
  margin: 0 0 24px;
}

.section-my-bookings-welcome .inner .my-bookings-welcome p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.38px;
  margin: 0;
}

.section-my-bookings-welcome.change-spacing {
  margin-bottom: 32px;
}

.section-my-bookings-menu {
  margin-bottom: 25px;
}

.section-my-bookings-menu .my-bookings-menu {
  list-style: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}

.section-my-bookings-menu .my-bookings-menu a {
  text-decoration: none;
  padding: 18px 31px 14px;
  color: #C9C9C9;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.19px;
  display: inline-block;
}

.section-my-bookings-menu .my-bookings-menu li.actived {
  border-bottom: 2px solid #2453a1;
}

.section-my-bookings-menu .my-bookings-menu li.actived a {
  color: #2453a1;
  font-weight: bold;
}

.section-my-bookings-menu .my-bookings-menu li:hover {
  border-bottom: 2px solid #e0258e;
}

.section-my-bookings-menu .my-bookings-menu li:hover a {
  color: #e0258e;
}

.my-bookings h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 0.51px;
  margin-bottom: 24px;
}

.my-bookings .my-bookings-item {
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
}

.my-bookings .my-bookings-item .image {
  width: 168px;
  position: relative;
  height: 146px;
}

.my-bookings .my-bookings-item .image img {
  border-radius: 3px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.my-bookings .my-bookings-item .image label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #5596FF;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.14px;
  color: #222222;
  text-transform: uppercase;
  width: 80px;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-bookings .my-bookings-item .image label.Toppen {
  background-color: #C39FF7;
}

.my-bookings .my-bookings-item .info {
  margin-left: 16px;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
}

.my-bookings .my-bookings-item .info .resource-name {
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.my-bookings .my-bookings-item .info .time {
  font-weight: 300;
  letter-spacing: 0.19px;
  margin-bottom: 2px;
}

.my-bookings .my-bookings-item .info .time span {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.my-bookings .my-bookings-item .info .invoice {
  letter-spacing: 0.19px;
  font-weight: 300;
  margin-bottom: 18px;
}

.my-bookings .my-bookings-item .info .invoice span {
  font-weight: bold;
}

.my-bookings .my-bookings-item .info .status {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.my-bookings .my-bookings-item .info .status>div {
  background-color: #9CE6E0;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  width: 107px;
  height: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-bookings .my-bookings-item .info .status>div.PENDING {
  background-color: #EFEFEF;
}

.my-bookings .my-bookings-item .info .status>div.REJECTED,
.my-bookings .my-bookings-item .info .status>div.UNSUCCESSFUL {
  background-color: #FFC0C0;
}

.my-bookings .my-bookings-item .info .status .note {
  color: #2453a1;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #2453a1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 8px;
  position: relative;
}

.my-bookings .my-bookings-item .info .status .note .wrap-note-content {
  position: absolute;
  bottom: -14px;
  right: -20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.19px;
  color: #222222;
  visibility: hidden;
  padding-bottom: 52px;
}

.my-bookings .my-bookings-item .info .status .note .wrap-note-content .note-content {
  background-color: #eaf1f9;
  padding: 13px;
  border-radius: 8px;
  width: 222px;
  position: relative;
}

.my-bookings .my-bookings-item .info .status .note .wrap-note-content .note-content::after {
  content: '';
  background: transparent;
  position: absolute;
  right: 17px;
  bottom: -15px;
  border-top: 19px solid #eaf1f9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.my-bookings .my-bookings-item .info .status .note:hover .wrap-note-content {
  visibility: visible;
}

.my-bookings .my-bookings-item .edit {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.17px;
  color: #000000;
  text-decoration: none;
}

.my-bookings .my-bookings-item .edit:not([href]) {
  color: #C9C9C9;
}

.my-bookings .my-bookings-item .btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 206px;
}

.my-bookings .my-bookings-item .btn-white {
  cursor: default;
  overflow: hidden;
}

.my-bookings .my-bookings-item .btn-white:hover {
  background-color: #fff;
  border: 1px solid #e0258e;
  color: #e0258e;
}

.my-bookings-item .passcode-container {
  margin-top: 20px;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.my-bookings-item .passcode-box {
  background: #f8faff;
  border: 1px dashed #2453a1;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
}

.my-bookings-item .passcode-box .label {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.my-bookings-item .passcode-box .code {
  font-size: 22px;
  font-weight: 800;
  color: #2453a1;
  letter-spacing: 3px;
}

.my-bookings-item .btn-get-passcode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #e0258e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(224, 37, 142, 0.2);
}

.my-bookings-item .btn-get-passcode:hover {
  background: #2453a1;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(36, 83, 161, 0.3);
}

.my-bookings-item .btn-get-passcode.disabled,
.my-bookings-item .btn-get-passcode:disabled {
  background: #d4d4d4;
  color: #777;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

@media screen and (max-width: 768px) {
  .my-bookings-item .passcode-container {
    max-width: 100%;
  }

  .my-bookings-item .passcode-box .code {
    letter-spacing: 2px;
    font-size: 20px;
  }
}

.my-bookings-item .actions {
  margin-top: 15px;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .section-my-bookings .paging {
    text-align: center;
  }

  .section-my-bookings .paging>div {
    width: 100%;
  }

  .section-my-bookings .paging>div.paging-show-number {
    margin: 10px 0;
  }

  .section-my-bookings .paging .paging-inner {
    margin-right: 0;
  }

  .section-my-bookings-menu .my-bookings-menu a {
    padding: 18px 20px 14px;
  }

  .my-bookings .my-bookings-item {
    display: block;
  }

  .my-bookings .my-bookings-item .image {
    width: 100%;
    margin-bottom: 16px;
  }

  .my-bookings .my-bookings-item .info {
    margin-left: 0;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
  }

  .my-bookings .my-bookings-item .info .status .note .wrap-note-content {
    right: -93px;
    display: none;
  }

  .my-bookings .my-bookings-item .info .status .note .wrap-note-content .note-content::after {
    right: 90px;
  }

  .my-bookings .my-bookings-item .info .status .note.show .wrap-note-content {
    display: block;
  }

  .my-bookings .my-bookings-item .edit.edit-booking {
    position: inherit;
  }

  .my-bookings .my-bookings-item .edit.resend-invoice {
    z-index: 1;
    height: 29px;
    line-height: 29px;
    top: unset;
    right: 0;
    bottom: 1px;
    position: absolute;
  }
  

  .my-bookings .my-bookings-item .btn {
    position: unset;
    width: 100%;
    right: 0;
    z-index: 1;
  }
}

/* Popup/Alert Modal Styling */
.popup-alert {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup-alert .alert-wrapper {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  overflow: auto;
}

.popup-alert .alert-wrapper .alert-inner {
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 8px;
  width: 726px;
  max-width: calc(100% - 30px);
  padding: 48px 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  overflow: visible;
}

.popup-alert .close-modal {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat center;
  background-size: 16px 16px;
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 16px;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.alert-time-slots-booked .head-text,
.alert-time-expired .head-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.38px;
  color: #222;
  margin-bottom: 12px;
}

.alert-time-slots-booked .sub-text,
.alert-time-expired .sub-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.19px;
  color: #4C4C4C;
  margin-bottom: 32px;
}

.alert-time-slots-booked .button-text,
.alert-time-expired .button-text {
  width: 300px;
  max-width: 100%;
  border: 1px solid #3ACEC3;
}

.alert-time-slots-booked .button-text.loading,
.alert-time-expired .button-text.loading {
  color: transparent;
  font-size: 12px;
}

.alert-time-slots-booked .flex-wrap .col,
.alert-time-expired .flex-wrap .col {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .alert-time-slots-booked .flex-wrap .col,
  .alert-time-expired .flex-wrap .col {
    width: 100%;
  }
  .alert-time-slots-booked .flex-wrap .col.text-left, .alert-time-slots-booked .flex-wrap .col.text-right,
  .alert-time-expired .flex-wrap .col.text-left,
  .alert-time-expired .flex-wrap .col.text-right {
    text-align: center;
  }
  .alert-time-slots-booked .btn-white,
  .alert-time-expired .btn-white {
    margin-bottom: 20px;
  }
}

/* ========== Tabs Styles ========== */

.tabs .tabs-headers {
  padding-bottom: 12px;
  white-space: nowrap;
  font-size: 0;
  overflow: auto;
  scrollbar-width: none;
}

.tabs .tabs-headers::-webkit-scrollbar {
  display: none;
}

.tabs .tab-header {
  height: 48px;
  min-width: 160px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 767px) {
  .tabs .tab-header {
    min-width: 129px;
    max-width: 259px;
  }
}

.tabs .tab-header-link {
  color: #7F7F7F;
  text-decoration: none;
  line-height: 48px;
  height: 100%;
  display: block;
  width: 100%;
  position: relative;
  padding: 0 10px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .tabs .tab-header-link {
    font-size: 18px;
  }
}

.tabs .tab-header-link::after {
  content: '';
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.4s;
}

.tabs .tab-header-link:hover {
  color: #e0258e;
}

.tabs .tab-header-link:hover::after {
  background: #e0258e;
}

.tabs .tab-header.active .tab-header-link {
  color: #e0258e;
  font-weight: bold;
  cursor: default;
}

.tabs .tab-header.active .tab-header-link::after {
  background: #e0258e;
}

.tabs .tab-header.active .tab-header-link:hover {
  color: #e0258e;
}

.tabs .tab-header.active .tab-header-link:hover::after {
  background: #e0258e;
}

.tabs .tab-header.disabled .tab-header-link {
  color: #C9C9C9;
  cursor: default;
}

.tabs .tab-header.disabled .tab-header-link:hover {
  color: #C9C9C9;
}

.tabs .tab-header.disabled .tab-header-link:hover::after {
  background: none;
}

.tabs .tab-content {
  display: none;
}

/* ========== FAQ Page Styles ========== */

.content-faq {
  margin-top: 90px;
  padding-top: 20px;
}

.content-faq .title {
  font-size: 24px;
  font-weight: 600;
}

/* FAQ CTA Section */
.faq-cta {
  background-color: #F7F7F7;
  padding: 60px 0 64px;
}

@media (max-width: 767px) {
  .faq-cta {
    padding: 40px 0 40px;
  }
}

@media (max-width: 767px) {
  .faq-cta .inner {
    display: block;
  }
}

.faq-cta .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}

.faq-cta .subtitle {
  width: 49.2647%;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .faq-cta .subtitle {
    width: 100%;
    padding-right: 0;
  }
}

.faq-cta .desc {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .faq-cta .desc {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-top: 8px;
  }
}

/* FAQ Tabs Section */
.faq-tabs {
  padding: 0 0 80px;
}

@media (max-width: 767px) {
  .faq-tabs {
    padding: 0 0 43px;
  }
}

.faq-tabs .mall-info-text {
  margin-top: 45px;
  padding-left: calc(15.44117% + 16px);
  padding-right: 9.92648%;
}

@media (max-width: 767px) {
  .faq-tabs .mall-info-text {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-tabs .tabs-headers {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .faq-tabs .tabs-headers {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    background-color: #fff;
    top: 104px;
    padding-top: 0;
  }
}

/* FAQ Tab Content */
.faq-tab-content {
  padding-top: 33px;
}

@media (max-width: 767px) {
  .faq-tab-content {
    padding-top: 0;
  }
}

.faq-tab-content .faq-inner {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .faq-tab-content .faq-inner {
    display: block;
  }
}

.faq-tab-content .cat-list {
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
  flex-shrink: 0;
  width: 15.44117%;
  scrollbar-width: none;
}

.faq-tab-content .cat-list::-webkit-scrollbar {
  display: none;
}

@media (max-width: 929px) {
  .faq-tab-content .cat-list {
    width: 19%;
  }
}

@media (max-width: 767px) {
  .faq-tab-content .cat-list {
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    overflow: auto;
    padding-top: 4px;
    padding-bottom: 16px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    background-color: #fff;
    top: 163px;
  }
}

.faq-tab-content .cat-list a {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.29;
  letter-spacing: 1.4px;
}

@media (max-width: 767px) {
  .faq-tab-content .cat-list a {
    transition: 0.2s;
  }
  .faq-tab-content .cat-list a:last-child {
    margin-right: 3px;
  }
}

.faq-tab-content .cat-list a.active {
  font-weight: bold;
  color: #e0258e;
}

@media (max-width: 767px) {
  .faq-tab-content .cat-list a.active {
    background-color: #e0258e;
    border-color: #e0258e;
    color: #fff;
  }
}

.faq-tab-content .cat-list a + a {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .faq-tab-content .cat-list a {
    display: inline-block;
    border-radius: 4px;
    height: 41px;
    line-height: 39px;
    color: #000;
    border: solid 1px #000;
    text-align: center;
    min-width: 100px;
    padding: 0 12px;
  }
  .faq-tab-content .cat-list a + a {
    margin-left: 8px;
    margin-top: 0;
  }
}

.faq-tab-content .cat-faq-list {
  flex: 1;
  min-width: 0;
  padding-left: 16px;
}

@media (max-width: 929px) {
  .faq-tab-content .cat-faq-list {
    width: 81%;
  }
}

@media (max-width: 767px) {
  .faq-tab-content .cat-faq-list {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

.faq-tab-content .cat-faq-block + .cat-faq-block {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .faq-tab-content .cat-faq-block + .cat-faq-block {
    margin-top: 32px;
  }
}

.faq-tab-content .faq-title {
  font-size: 22px;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .faq-tab-content .faq-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}

.faq-tab-content .quest {
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 16px 50px 16px 20px;
  position: relative;
}

@media (max-width: 767px) {
  .faq-tab-content .quest {
    font-size: 18px;
    line-height: 1.33;
    padding: 18px 50px 18px 20px;
  }
}

.faq-tab-content .quest::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 19px;
  width: 18px;
  height: 18px;
  background: url('../img/plus.svg') no-repeat;
  background-size: 18px 18px;
  box-sizing: border-box;
  transition: 0.3s;
}

.faq-tab-content .ans {
  font-size: 18px;
  line-height: 1.2;
  display: none;
  padding: 0px 20px 21px;
}

@media (max-width: 767px) {
  .faq-tab-content .ans {
    font-size: inherit;
    line-height: inherit;
    margin-top: -11px;
    padding-bottom: 15px;
  }
}

.faq-tab-content .faq-item {
  border: solid 1px #7F7F7F;
  border-radius: 4px;
}

.faq-tab-content .faq-item + .faq-item {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .faq-tab-content .faq-item + .faq-item {
    margin-top: 11px;
  }
}

.faq-tab-content .faq-item.opening .quest::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
