.list_foot1 > li:nth-child(2) {
  flex: 0 0 40rem;
}
#ngayhen {
  border: 0.1rem solid #ff6a6a !important;
}
.list_2_foot1 span {
  font-weight: 400;
  font-size: var(--font-size-16);
}
.but_ch_faq::before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  content: "\2b";
}
.full_show_map iframe,
.maplibregl-canvas-container iframe {
  width: 100% !important;
  height: 100% !important;
  background-color: #eee;
  overflow: hidden;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}
.select-hide-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dv_dlh .div_last {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 1;
  height: 16rem;
}
.dv_dlh .div4 {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 3;
  height: unset;
}
.dv_dlh .div4.influ_by_dv {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 4;
  height: unset;
}
.dv_dlh .div_last.influ_by_dv {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
  grid-column-start: 3;
  grid-row-start: 1;
  height: 21.6rem;
}
.text_dlh.influ_by_dv {
  height: 21.6rem;
}
.list_dv_1 > li.bestseller {
  background-color: var(--tailwind-100);
  position: relative;
}
.bestseller-icon {
  position: absolute;
  top: -26px;
  right: -24px;
  width: 64px;
  height: auto;
}
.wrap_nhanvien_check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wrap_nhanvien_check,
.wrap_nhanvien_check input,
.wrap_nhanvien_check label {
  cursor: pointer;
}
.lb_check_dlh.disabled {
  background-color: #efefef;
  color: #333;
  cursor: default;
}
.wrap_dvbs {
  display: flex;
  flex-direction: column;
  gap: var(--gap20);
}
.list_dvbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 10px;
}
.list_dvbs li {
  border-radius: 6px;
  border: 1px solid var(--PrimaryColor);
  color: #333;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.list_dvbs li:has(input[type="checkbox"])::after {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  width: 15px;
  height: 15px;
  font-size: 8px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_dvbs li:has(input[type="checkbox"]:checked)::after {
  background-color: var(--PrimaryColor);
}
.list_dvbs li label {
  border-radius: 6px;
  padding: 10px 10px 10px 25px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 13px;
}
.list_dvbs li input {
  appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.min_wrap2 {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  padding: 100px 40px 40px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* Left Sidebar - Spa Info */
.spa-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.spa-image {
  width: 220px;
  height: 280px;
  border-radius: 120px;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.spa-badge {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a8b6f 0%, #2d6e54 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: -60px 0 20px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(58, 139, 111, 0.3);
  position: relative;
  z-index: 1;
}
.spa-name {
  font-size: 24px;
  font-weight: 700;
  color: #404857;
  margin-bottom: 12px;
}
.spa-address {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 16px;
}
.spa-contact {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
}
.spa-contact strong {
  color: #404857;
}
/* Main Content */
.main-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.main-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
/* Section Title */
.section-title {
  font-size: 16px;
  font-weight: 600;
  color: #404857;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-title .required {
  color: #ef4444;
}
/* Customer Info Section */
.customer-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.input-field {
  display: flex;
  flex-direction: column;
}
.input-field label {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
  font-weight: 500;
}
.input-field input {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  color: #404857;
  background-color: #f9fafb;
  transition: border-color 0.2s;
}
.input-field input:focus {
  outline: none;
  border-color: #3a8b6f;
  background-color: #ffffff;
}
.input-field input::placeholder {
  color: #9ca3af;
}
@media (max-width: 480px) {
  .bestseller-icon {
    top: -20px;
  }
}
/* Main Layout */
.content-wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
/* Left Card - Spa Service */
.service-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: fit-content;
}
.service-logo {
  width: 160px;
  height: 160px;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 13px;
  overflow: hidden;
}
.service-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service-card h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.service-info {
  width: 100%;
  margin-bottom: 16px;
  text-align: start;
}
.service-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.service-info-icon {
  margin-right: 8px;
  color: var(--PrimaryColor);
  flex-shrink: 0;
  margin-top: 2px;
}
.service-info-text {
  color: #666;
  line-height: 1.4;
}
.service-badge {
  width: 100%;
  background-color: #e8f5f3;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.2s;
}
.service-badge:hover {
  background-color: var(--PrimaryColor);
}
.badge-text {
  color: var(--PrimaryColor);
  font-weight: 500;
  font-size: 15px;
  transition: 0.2s;
}
.service-badge:hover .badge-text {
  color: #fff;
}
/* Right Section */
.right-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* Info Cards */
.info-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
}
.info-card h2 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.info-item {
  display: flex;
  flex-direction: column;
}
.info-label {
  font-size: 12px;
  color: var(--PrimaryColor);
  margin-bottom: 4px;
  font-weight: 500;
}
.info-value {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.info-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
/* Service Detail Card */
.service-detail {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
}
.service-detail h2 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.service-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.service-detail-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.service-detail-name {
  display: flex;
  flex-direction: column;
}
.service-detail-title {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}
.service-detail-duration {
  font-size: 12px;
  color: var(--PrimaryColor);
  margin-top: 4px;
}
.service-detail-price {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-label {
  font-size: 12px;
  color: var(--PrimaryColor);
  font-weight: 500;
}
.detail-value {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.attendant-label {
  font-size: 12px;
  color: var(--PrimaryColor);
  margin-bottom: 4px;
  font-weight: 500;
}
.attendant-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
/* Additional Services */
.additional-services {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
}
.additional-services h2 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.wrap-service-option {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.service-option {
  display: flex;
  align-items: center;
  padding: 16px;
  border: 2px solid #d9e1df;
  border-radius: 8px;
  /* margin-bottom: 12px; */
  cursor: default;
  background: white;
}
.service-option i {
  font-size: 16px;
  color: var(--PrimaryColor);
  margin-right: 6px;
}
.service-option-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-option-name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
.service-option-price {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
/* Price Summary */
.price-summary {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 24px;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  gap: 20px;
  display: flex;
}
.price-row span {
  min-width: 80px;
}
.price-row span:first-child {
  text-align: left;
}
.price-row span:last-child {
  text-align: right;
}
.price-row.total {
  border-top: 2px solid rgba(13, 115, 119, 0.2);
  border-bottom: 2px solid rgba(13, 115, 119, 0.2);
  padding: 12px 0;
  margin: 12px 0;
}
.price-row.khuyenmai {
  border-top: 2px solid rgba(13, 115, 119, 0.2);
  padding: 12px 0 0;
  margin: 12px 0 0;
}
.price-row.diem {
  margin: 12px 0 0;
}
.price-row.total:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.price-label {
  color: #333;
  font-weight: 500;
}
.price-value {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.price-value i {
  font-size: 10px;
}
.price-row.total .price-label {
  font-size: 14px;
}
.price-row.total:last-child .price-label {
  font-size: 18px;
}
.price-row.total .price-value {
  font-size: 16px;
  color: #d93131;
}
.price-row.total:last-child .price-value {
  font-size: 22px;
}
/* Terms */
.terms {
  /* display: flex; */
  display: none;
  align-items: flex-start;
  gap: 12px;
  background: #f9f9f9;
  padding: 16px;
  border-radius: 8px;
}
.terms input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: var(--PrimaryColor);
  flex-shrink: 0;
}
.terms-text {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.terms-link {
  color: var(--PrimaryColor);
  text-decoration: none;
  font-weight: 500;
}
.terms-link:hover {
  text-decoration: underline;
}
/* Buttons */
.button-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.button-group a,
.button-group button {
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-back {
  background: white;
  color: #1a1a1a;
  border: 2px solid #d0d0d0;
}
.btn-back:hover {
  background: #f9f9f9;
}
.btn-checkout {
  background: var(--PrimaryColor);
  color: white;
}
.btn-checkout:hover {
  background: #3d8469;
}
.btn-icon {
  font-size: 18px;
}
.title-note {
  display: block;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  color: #ff6a6a;
  margin: 4px 0 0 0;
}
.validate_error {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #b30808;
  margin: 4px 0 0 0;
  display: block;
}
.iziToast {
  font-family: var(--font-family);
}
#loading_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
#loading_overlay p {
  margin-top: 12px;
  color: #555;
  font-size: 14px;
}

.loading_spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #eee;
  border-top-color: var(--PrimaryColor);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}
.toast_btn_primary {
  background: var(--PrimaryColor) !important;
  color: #fff !important;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.toast_btn_outline {
  border: 1px solid var(--PrimaryColor) !important;
  color: var(--PrimaryColor) !important;
  background: transparent !important;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tb_w20.kieu-1 {
  color: #f19300;
}
.tb_w20.kieu-2 {
  color: #0bb309;
}

.swal2-popup {
  overflow: visible !important;
}

.swal2-icon {
  margin-top: -50px !important; /* SweetAlert2 mặc định kéo icon lên trên */
}
.swal2-cancel {
  border: 1px solid var(--PrimaryColor) !important;
  color: var(--PrimaryColor) !important;
  background: transparent !important;
}
.swal_hide_icon {
  display: none !important;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  font-size: 13px;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  font-size: 16px;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  font-size: 16px;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  padding: 40px 20px 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  padding: 1em 25px 0.3em;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  width: 410px;
  border-radius: 8px;
  padding: 0 0 35px;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  line-height: 22px;
}
.list_tb_nmgd > li.dvbs {
  justify-content: space-between;
  padding: 2px 0 2px 24px;
}
.list_tb_nmgd > li.dvbs::before {
  display: none;
}
.list_tb_nmgd > li.dvbs > div {
  text-align: end;
}
.promo-card,
.loyalty-card {
  background: #fff;
  border: 0.5px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 24px;
}
.promo-card h2,
.loyalty-card h2 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.promo-input-row {
  display: flex;
  gap: 10px;
}
.promo-input-row input[type="text"] {
  flex: 1;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d4d4cc;
  border-radius: 8px;
  font-size: 14px;
  background: #fafaf8;
}
.promo-input-row input:focus {
  border-color: var(--PrimaryColor);
  outline: none;
}
.btn-apply {
  height: 42px;
  padding: 0 20px;
  background: var(--PrimaryColor);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.btn-apply:hover {
  background: #235f46;
}
.promo-hint {
  margin-top: 8px;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px;
}
.promo-success {
  display: none;
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
  background: #edf7f2;
  border: 1px solid #b3dfc8;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
}
.ps-left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1f6644;
}
.ps-code {
  font-weight: 500;
}
.ps-discount {
  color: #e53935;
  font-weight: 500;
}
.btn-remove-promo {
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  font-size: 20px;
}

.loyalty-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.loyalty-info h2 {
  margin: 0 0 3px;
}
.loyalty-balance {
  font-size: 13px;
  color: #666;
}
.loyalty-balance strong {
  color: var(--PrimaryColor);
}
.loyalty-balance .pts {
  font-size: 12px;
  color: #999;
}
.toggle-switch {
  position: relative;
  width: 46px;
  height: 26px;
  flex-shrink: 0;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-slider {
  position: absolute;
  inset: 0;
  background: #ddd;
  border-radius: 26px;
  cursor: pointer;
  transition: background 0.2s;
}
.toggle-slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.toggle-switch input:checked + .toggle-slider {
  background: var(--PrimaryColor);
}
.toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(20px);
}
.loyalty-detail {
  display: none;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f0f0eb;
}
.loyalty-detail.active {
  display: block;
}
.loyalty-use-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
}
.loyalty-use-pts {
  font-weight: 500;
  color: var(--PrimaryColor);
}
.loyalty-slider-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.loyalty-slider {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  accent-color: var(--PrimaryColor);
}
.loyalty-max {
  font-size: 12px;
  color: #aaa;
  white-space: nowrap;
}
.loyalty-discount-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 10px;
  padding: 10px 14px;
  background: #edf7f2;
  border-radius: 8px;
  border: 1px solid #b3dfc8;
  color: #1f6644;
}
.loyalty-note {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  background: #fafaf8;
  border-radius: 6px;
  padding: 8px 12px;
  border: 1px dashed #e0e0e0;
}
/* Responsive */
@media (max-width: 768px) {
  .content-wrapper {
    grid-template-columns: 1fr;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
  .info-grid-2 {
    grid-template-columns: 1fr;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .button-group {
    grid-template-columns: 1fr;
  }
  .header h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .list_dvbs {
    grid-template-columns: 1fr;
  }
  .service-detail-item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .price-summary {
    padding: 12px;
  }
  .price-row {
    display: grid;
    grid-template-columns: 1fr 100px;
  }
  .price-value {
    text-align: end;
  }
  .info-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .info-grid .info-item:nth-child(1) {
    width: 100%;
  }
  .info-grid .info-item:nth-child(2),
  .info-grid .info-item:nth-child(3) {
    width: calc(50% - 12px);
  }
  .detail-grid {
    grid-template-columns: 1fr 1fr;
  }
  .price-row.total:last-child {
    grid-template-columns: 1fr 150px;
  }
}
