@import url('https://fonts.googleapis.com/css2?family=Sarabun&display=swap');

:root {
  --primary-color: #2a2827;
  --secondary-color: #7e4f35;
  --accent-color: #d4a373;
  --text-color: #333333;
  --error-color: #c0392b;
  --success-color: #2e7d32;
  --light-bg: #f5f5f5;
  --white: #ffffff;
  --input-bg: #eceff1;
  --border-color: #d7ccc8;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, sans-serif;
}

html {
  min-height: 100%;
  background-image: linear-gradient(135deg, var(--primary-color), #8b6f47);
  background-attachment: fixed;
}

body {
  background: transparent !important;
  color: var(--text-color);
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
  top: 0 !important;
  margin: 0;
  font-family: sans-serif;
}

.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
body>.skiptranslate {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

body.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-aZ2wEe,
.VIpgJd-ZVi9od-vH1Gmf,
.VIpgJd-ZVi9od-l8G9be {
  background: transparent !important;
  box-shadow: none !important;
  position: static !important;
  top: 0 !important;
}

[class^="VIpgJd-"],
[class*=" VIpgJd-"] {
  background: transparent !important;
  box-shadow: none !important;
}

.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 15px;
}

header {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0;
  color: var(--white);
}

.lang-dropdown {
  position: absolute;
  top: 15px;
  right: 20px;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  color: white;
  background: none;
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.lang-toggle .chev {
  font-style: normal;
  opacity: 0.7;
}

.lang-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  list-style: none;
  margin: 0;
  padding: 6px;
  min-width: 180px;
  display: none;
  z-index: 9999;
}

.lang-menu.show {
  display: block;
}

.lang-menu li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
}

.lang-menu li:hover {
  background: #f5f5f5;
}

.lang-menu li.active {
  background: #eaf8f1;
  outline: 1px solid #bfe7d3;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.room-container {
  overflow-y: auto;
  max-height: 600px;
}

.logo {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.completion-message p {
  font-size: 15px;
  margin: 6px 0;
  color: var(--primary-color);
}

.bounce-in {
  animation: bounce-in 0.8s ease;
}

.room-img {
  max-width: -webkit-fill-available;
  padding: 10px;
  border-radius: 40px;
}

.success-art>img {
  width: 90%;
  margin-left: 5%;
}

.zoomable {
  cursor: zoom-in;
  transition: transform 0.3s ease;
  animation: pulseZoom 5s ease-in-out infinite;
}

:root {
  --ttj-primary: #2a2827;
  --ttj-accent: #d4a373;
  --ttj-border: #eaeaea;
  --ttj-bg: #ffffff;
  --ttj-muted: #666;
  --ttj-ring: rgba(0, 0, 0, .08);
}

.ttj-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .28);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.ttj-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.ttj-dialog {
  width: min(420px, 92vw);
  background: var(--ttj-bg, #fff);
  border-radius: 16px;
  border: 1px solid var(--ttj-border, #e5e5e5);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
  overflow: hidden;

  transform: translateY(20px) scale(0.96);
  opacity: 0;
  transition: all 0.25s ease;
}

.ttj-modal.show .ttj-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@keyframes ttj-pop {
  from {
    transform: translateY(10px) scale(.98);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.ttj-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid var(--ttj-border);
  background: linear-gradient(180deg, #fff, #fdf9f5);
}

.ttj-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ttj-primary);
  font-weight: 700;
  font-size: 15px;
}

.ttj-badge {
  font-size: 13px;
  color: #444;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid var(--ttj-border);
  background: #fcfcfc;
}

.ttj-close {
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  color: var(--ttj-muted);
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
}

.ttj-close:hover {
  background: #f5f5f5;
}

.ttj-body {
  padding: 14px;
  display: grid;
  gap: 12px;
  max-height: min(65vh, 520px);
  overflow: auto;
}

.face_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 0;
}

.ttj-face {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #d4a373;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.ttj-kv b {
  font-size: 12px;
  color: #444;
  font-weight: 600;
  align-self: center;
}

.ttj-kv span {
  border: 1px dashed #e7e7e7;
  border-radius: 8px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100px;
}

.ttj-kv span em {
  font-style: normal;
  opacity: .95;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ttj-copy {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  background: #fff;
  cursor: pointer;
}

.ttj-copy:active {
  transform: scale(.98);
}

.ttj-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 0 14px 14px 14px;
}

.ttj-btn {
  border: 1px solid var(--ttj-accent);
  color: var(--ttj-primary);
  padding: 10px 75px;
  border-radius: 10px;
  font-size: 13px;
  cursor: pointer;
}

.ttj-btn.primary {
  background: var(--ttj-accent);
  color: #fff;
  border-color: var(--ttj-accent);
}

.ttj-btn:active {
  transform: translateY(0.5px);
}

@media (max-width: 380px) {
  .ttj-dialog {
    width: min(360px, 92vw);
  }

}

.ttj-body::-webkit-scrollbar {
  width: 10px;
}

.ttj-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .12);
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}

@keyframes pulseZoom {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.05);
  }

  60% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.success-copy.modern {
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: clamp(10px, 2.2vh, 16px);
  padding: clamp(6px, 1vw, 10px);
  color: var(--text);
  animation: fadeUp .5s cubic-bezier(.2, .7, .2, 1) .1s both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.success-title {
  margin: 0;
  display: grid;
  gap: 6px;
  line-height: 1.15;
}

.success-title .kicker {
  font-size: .9rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.success-title .grad {
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  font-weight: 700;
  background: linear-gradient(90deg, var(--grad-a), var(--grad-b) 50%, var(--grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.075rem);
  max-width: 60ch;
}

.actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}

.actions .btn {
  justify-content: center;
}

.link-modern {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  color: #a78bfa;
  /* violet tone, ปรับได้ */
  text-decoration: none;
  transition: color 0.25s ease;
}

.link-modern::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #a78bfa, #f472b6, #22d3ee);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  border-radius: 2px;
}

.link-modern:hover {
  color: #f472b6;
}

.link-modern:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#dob {
  text-align: left;
  font-size: 16px;
}

.face-taphint {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.875rem 1.25rem;
  color: #eafff4;
  font-weight: 600;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 50px;
  user-select: none;
  z-index: 10000;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.face-countdown {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 3000;
  pointer-events: none;
  font-size: clamp(56px, 10vw, 120px);
  font-weight: 800;
  line-height: 1;
  color: #eafff4;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .35);
  -webkit-text-stroke: 1px rgba(0, 0, 0, .25);
  filter: drop-shadow(0 12px 28px rgba(16, 185, 129, .35));
}

.face-countdown.pulse {
  animation: countdownPulse 1s ease forwards;
}

.hotel-error-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  margin: 1rem;
  max-width: 90%;
  width: 400px;
}

.hotel-error-title {
  color: #fff;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.hotel-error-sub {
  color: var(--accent-color, #d4a373);
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.4;
}

.footer .social-link,
.footer .social-link:link,
.footer .social-link:visited,
.footer .social-link:hover,
.footer .social-link:focus,
.footer .social-link:active {
  text-decoration: none;
}

@keyframes countdownPulse {
  0% {
    transform: scale(.6);
    opacity: 0;
  }

  40% {
    transform: scale(1.15);
    opacity: 1;
  }

  100% {
    transform: scale(1.0);
    opacity: .95;
  }
}

.face-taphint {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}

.face-taphint .tap-icon {
  position: relative;
  line-height: 1;
  font-size: 1.2rem;
  color: #eafff4;
}

.face-taphint .tap-icon::before,
.face-taphint .tap-icon::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(16, 185, 129, .5);
  pointer-events: none;
  animation: tapRipple 1.6s ease-out infinite;
}

.face-taphint .tap-icon::after {
  animation-delay: .8s;
}

@keyframes tapRipple {
  0% {
    transform: scale(.6);
    opacity: .9;
  }

  70% {
    transform: scale(1.6);
    opacity: .1;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

.face-mask {
  border-radius: 9999px;
  outline: 2px solid rgba(16, 185, 129, .6);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, .18), 0 10px 40px rgba(16, 185, 129, .25) inset;
}

.face-mask.ok {
  outline-color: rgba(34, 197, 94, .9);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .22), 0 10px 40px rgba(34, 197, 94, .28) inset;
}

.face-mask.bad {
  outline-color: rgba(239, 68, 68, .85);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, .25), 0 10px 40px rgba(239, 68, 68, .28) inset;
}

.face-iconbtn {
  background: rgba(14, 165, 133, .14);
  border: 1px solid rgba(16, 185, 129, .4);
  color: #eafff4;
  transition: background .18s ease, border-color .18s ease, transform .12s ease;
}

.face-iconbtn:hover {
  background: rgba(14, 165, 133, .22);
  transform: translateY(-1px);
}

#checkin-code {
  --pad: 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: calc(var(--pad) + 2px) clamp(16px, 2.2vw, 22px);
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition: transform .14s ease, box-shadow .14s ease, background .2s ease, border-color .2s ease;
  will-change: transform;
}

@media (max-width: 640px) {
  .actions {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@keyframes bounce-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

.logo img {
  width: 50%;
  height: auto;
  transition: all 0.3s ease;
}

.logo.scrolled {
  left: 20px;
  top: 10px;
  transform: translateX(0);
  width: auto;
}

.box-booking-list {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px var(--shadow-color);
  margin-top: 30px;
  font-family: 'Segoe UI', sans-serif;
  transition: var(--transition);
}

:root {
  --primary-color: #2a2827;
  --secondary-color: #7e4f35;
  --accent-color: #d4a373;
  --text-color: #333333;
  --modal-bg: #faf7f2;
  --btn-hover-bg: #d4a373;
  --btn-hover-color: #2a2827;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(42, 40, 39, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.modal-dialog {
  background: var(--modal-bg);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(42, 40, 39, 0.25);
  max-width: 520px;
  width: 90%;
  animation: modalPopIn 0.3s ease forwards;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 90%;
}

.button-like {
  display: inline-block;
  padding: 7px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #7e4f35;
  background: none;
  border: 2px solid #7e4f35;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-align: center;
  user-select: none;
  margin-top: 30px;
}

.button-like:hover {
  background: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@keyframes modalPopIn {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-content {
  padding: 24px 28px;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  color: var(--secondary-color);
  cursor: pointer;
  transition: color 0.3s ease;
  user-select: none;
  z-index: 10;
}

.close-btn:hover {
  color: var(--accent-color);
}

.modal-header {
  text-align: center;
  margin-bottom: 16px;
}

.modal-header .logo-login img {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.modal-header .logo-login:hover img {
  transform: scale(1.05);
}

.modal-title,
.note-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 16px;
  text-align: center;
  user-select: none;
}

.modal-body {
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.6;
  overflow-y: auto;
  padding-right: 8px;
}

.PDPA-title-list,
.letter-text {
  text-indent: 2em;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
  color: #444;
  margin-top: 9px;
  padding-left: 8px;
}

.terms-list,
.note-list,
.PDPA-list {
  list-style-type: decimal;
  padding-left: 24px;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.6;
  word-break: break-word;
}

.terms-list li,
.note-list li,
.PDPA-list li {
  margin-bottom: 12px;
}

.container.page-condition.page-4 {
  width: 100%;
}

.content-list.ul-label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 1rem;
}

.content-list input[type="checkbox"] {
  transform: scale(1.3);
  accent-color: var(--secondary-color);
  margin-top: 4px;
}

.content-list label {
  color: var(--text-color);
  cursor: pointer;
  line-height: 1.4;
  user-select: none;
}

.agree-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* Agree Button */
.agree-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70%;
  background-color: #7e4f35;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

.agree-btn:hover {
  background-color: var(--accent-color);
  color: var(--primary-color);
}

.agree-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.modal-body,
.modal-title,
.note-title,
.terms-list,
.note-list,
.PDPA-list,
.content-list.ul-label,
.agree-btn {
  text-align: left !important;
}

.content-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 1rem;
  text-align: left;
}

.content-row input[type="checkbox"] {
  transform: scale(1.2);
  accent-color: var(--secondary-color);
  margin-top: 4px;
}

.agree-checkbox {
  color: var(--text-color);
  cursor: pointer;
  line-height: 1.5;
  user-select: none;
}

/* Responsive */
@media (max-width: 480px) {
  .modal-body {
    padding: 16px;
  }

  .modal-title,
  .note-title {
    font-size: 1.2rem;
  }

  .agree-btn {
    width: 100%;
  }

  .content-list.ul-label {
    flex-direction: column;
    align-items: flex-start;
  }

  .face-hint {
    font-size: 10px;
  }
}

.footer {
  margin-top: 40px;
  padding: 20px 0;
  background: transparent;
  /* พื้นหลังใส */
  text-align: center;
}

.footer-social {
  margin-bottom: 12px;
}

.footer-social .social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.footer-social .social-link:hover {
  transform: translateY(-3px);
  border-color: transparent;
  color: #fff;
}

.footer-social .social-link.fb:hover {
  background: #1877f2;
  /* Facebook Blue */
}

.footer-social .social-link.line:hover {
  background: #06c755;
  /* Line Green */
}

.footer-social .social-link.ig:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  /* IG gradient */
}

.footer-text {
  font-size: 13px;
  color: #ffffff;
}

.box-booking-list h2 {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.room-data {
  max-width: 880px;
  font-family: var(--font-main);
  color: var(--text-dark);
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.no-room-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: #fffaf3;
  border: 2px dashed #d6a95c;
  border-radius: 12px;
  color: #8b4513;
  font-family: 'Prompt', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-top: 20px;
}

.no-room-data i {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #d6a95c;
}

.no-room-data p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.avatar-circle {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #d6a95c;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.avatar-circle:hover {
  transform: scale(1.05);
}

.avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hotel-title {
  font-family: 'Prompt', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #8b4513;
  padding: 16px 24px;
  border-left: 6px solid #d6a95c;
  background-color: #fff8f0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(139, 69, 19, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
}

.hotel-title i {
  font-size: 1.4rem;
  color: #a77434;
}

.booking-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 14px;
  border: 1px solid var(--border-color);
  background-color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.booking-list>li {
  padding: 24px 28px;
  border-bottom: 1px solid #f2e8d5;
}

.booking-list>li:last-child {
  border-bottom: none;
}

.h-name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 4px;
}

.bk-number {
  display: block;
  font-size: 0.95rem;
  color: #695d3d;
  font-weight: 500;
}

.rooms-list {
  list-style: none;
  padding-left: 20px;
  margin: 0;
  border-left: 3px solid #e0c89c;
  margin-top: 13px;
  margin-bottom: 30px;
}

.rooms-list>li {
  margin-bottom: 20px;
}

.rooms-list>li:last-child {
  margin-bottom: 0;
}

.rooms-list>li>.title {
  font-weight: 600;
  font-size: 1.05rem;
  color: #7a4c12;
  margin-bottom: 10px;
}

.guest-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.guest-list>li {
  background: var(--background-light);
  border: 1.5px solid var(--secondary-color);
  border-radius: 12px;
  padding: 7px 18px;
  flex: 1 1 230px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 18.4rem;
}

.guest-list>li:hover {
  box-shadow: 0 8px 24px var(--hover-shadow);
  transform: translateY(-2px);
}

.guest-name-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #190f00;
  font-weight: 600;
}

.passport-image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  transition: transform 0.3s ease;
}

.passport-image-wrapper:hover {
  transform: scale(1.01);
}

.passport-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 12px;
}

.passport-watermark {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 5px;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 400;
  backdrop-filter: blur(4px);
  pointer-events: none;
}

.guest-name-list strong.left.w73 {
  flex: 1 1 auto;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.guest-name-list span.btn {
  flex-shrink: 0;
  background-color: var(--primary-color);
  color: white;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-left: 10px;
  user-select: none;
  transition: background-color 0.3s ease;
}

.guest-name-list span.btn:hover {
  background-color: #5a2d0c;
}

.guest-name-list span.w27 {
  text-align: center;
}

.guest-name-list span.w28 {
  width: 65px;
  text-align: center;
}

.guest-empty strong span {
  font-weight: 600;
  color: #b58540;
}

@media (max-width: 768px) {
  .guest-list {
    flex-direction: column;
  }

  .guest-list>li {
    flex: 1 1 100%;
  }
}

@media (max-width: 400px) {
  .guest-name-list span.btn {
    padding: 4px 8px;
    font-size: 0.75rem;
  }

  .guest-name-list strong.left.w73 {
    font-size: 12px;
  }

  .hotel-title {
    font-size: 13px;
  }

  .title {
    font-size: 16px !important;
  }

  .rooms-list {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .logo.scrolled {
    left: 50%;
    transform: translateX(-50%);
  }
}

.golden-accent {
  color: var(--accent-color);
  font-weight: 500;
}

header p {
  font-size: 15px;
  opacity: 0.9;
}

h1 {
  font-weight: 500;
  margin: 5px 0;
  font-size: 24px;
}

h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.progress-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  position: relative;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.progress-bar::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--border-color);
  z-index: 1;
}

.progress-bar .progress {
  position: absolute;
  top: 15px;
  left: 0;
  height: 3px;
  background: linear-gradient(to right, var(--accent-color), #e6b800);
  z-index: 2;
  transition: width 0.5s ease;
}

.step {
  position: relative;
  z-index: 3;
  text-align: center;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: var(--white);
  color: #adb5bd;
  border-radius: 50%;
  border: 2px solid var(--border-color);
  margin: 0 auto 8px;
  font-size: 14px;
  transition: var(--transition);
}

.step.active .step-number {
  background-color: var(--accent-color);
  color: var(--white);
  border-color: var(--accent-color);
  box-shadow: 0 0 10px rgba(212, 163, 115, 0.5);
}

.step.completed .step-number {
  background-color: var(--accent-color);
  color: var(--white);
  border-color: var(--accent-color);
}

.step.completed .step-number i {
  font-size: 16px;
}

.step-name {
  font-size: 12px;
  color: var(--white);
  opacity: 0.8;
  transition: var(--transition);
}

.step.active .step-name {
  opacity: 1;
  font-weight: 500;
}

.form-section {
  display: none;
  background: var(--white);
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 30px var(--shadow-color);
  margin-bottom: 20px;
  animation: fadeIn 0.3s ease;
}

.iti {
  width: 100%;
}

#phone {
  width: 100%;
  height: 45px;
  font-size: 1rem;
  padding-left: 90px;
  box-sizing: border-box;
  font-size: 16px !important;
}

.swal-custom-popup {
  border: 2px solid var(--accent-color);
  border-radius: 15px;
  background: url('../check-in-online/img/bg_spa.png') no-repeat center center / cover !important;
  background-color: #ffffff !important;
}

.swal-custom-title {
  color: var(--accent-color) !important;
  font-weight: bold;
}

.swal-custom-button {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 8px 20px !important;
  font-weight: 600 !important;
  transition: 0.3s;
}

.swal-custom-button:hover {
  background-color: var(--accent-color) !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-section.active {
  display: block;
}

.form-group-info {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#Nationality+.select2,
#country+.select2,
#destinations+.select2,
#states+.select2 {
  width: 100% !important;
}

#Nationality+.select2>.selection>.select2-selection,
#destinations+.select2>.selection>.select2-selection,
#country+.select2>.selection>.select2-selection,
#states+.select2>.selection>.select2-selection {
  height: 47px !important;
}

#Nationality+.select2-container .select2-selection--single,
#destinations+.select2-container .select2-selection--single,
#country+.select2-container .select2-selection--single,
#states+.select2-container .select2-selection--single {
  height: 47px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 0.1);
  font-size: 14px !important;
  color: #333 !important;
}

#Nationality+.select2-container .select2-selection__arrow,
#destinations+.select2-container .select2-selection__arrow,
#country+.select2-container .select2-selection__arrow,
#states+.select2-container .select2-selection__arrow {
  height: 47px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 8px !important;
}

#Nationality+.select2-container .select2-selection__rendered,
#destinations+.select2-container .select2-selection__rendered,
#country+.select2-container .select2-selection__rendered,
#states+.select2-container .select2-selection__rendered {
  line-height: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#personal-info-form input,
#personal-info-form select {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  font-size: 13px;
  transition: var(--transition);
}

#personal-info-form input:focus,
#personal-info-form select:focus {
  border-color: var(--secondary-color);
  outline: none;
  box-shadow:
    0 0 0 4px rgba(60, 90, 119, 0.15),
    0 0 8px rgba(60, 90, 119, 0.2);
  transition: all 0.25s ease-in-out;
  background-color: #fff;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #495057;
}

input,
select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  font-size: 13px;
  transition: var(--transition);
}

input:focus,
select:focus {
  border-color: var(--secondary-color);
  outline: none;
  box-shadow:
    0 0 0 4px rgba(60, 90, 119, 0.15),
    0 0 8px rgba(60, 90, 119, 0.2);
  transition: all 0.25s ease-in-out;
  background-color: #fff;
}

.signature-container {
  width: 100%;
  max-width: 420px;
  margin: auto;
}

.signature-pad {
  width: 100%;
  height: auto;
  border-radius: 8px;
  touch-action: none;
}

.signature-buttons .btn {
  background-color: #d9534f;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.signature-buttons .btn:hover {
  background-color: #c9302c;
}

#clear-signature {
  position: absolute;
  bottom: 12px;
  right: 5px;
  background-color: #ffffff;
  color: #495057;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #ced4da;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

#clear-signature:hover {
  background-color: #f8f9fa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.passport-drop-zone {
  width: 70%;
  height: 180px;
  border: 1px solid #25c228;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.passport-drop-zone:hover {
  border-color: #666;
}

.passport-drop-zone img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.passport-wrapper {
  display: flex;
  gap: 6%;
}

.text-ferify {
  margin-top: auto;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
  color: #25c228;
}

.face-drop-zone {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 85px;
  max-width: 85px;
}

.face-drop-zone img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #25c228;
}

#passport-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.select-other {
  width: 100%;
  max-width: 50%;
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: white;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  box-shadow: 0 4px 8px rgba(60, 90, 119, 0.2);
  min-width: 120px;
}

.btn i {
  margin-right: 8px;
}

.btn:hover {
  background-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(60, 90, 119, 0.25);
}

.btn:active {
  transform: translateY(0);
}

.btn-outline {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  box-shadow: none;
}

.btn-outline:hover {
  background-color: rgba(60, 90, 119, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(60, 90, 119, 0.1);
}

.btn-accent {
  background: linear-gradient(135deg, var(--accent-color), #e6b800);
  box-shadow: 0 4px 8px rgba(212, 163, 115, 0.25);
  gap: 10px;
}

.btn-accent:hover {
  background: linear-gradient(135deg, #c89666, #d4a100);
  box-shadow: 0 6px 12px rgba(212, 163, 115, 0.3);
}

.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 10px;
}

.buttons .btn {
  flex: 1;
}

.info-box {
  background-color: rgba(212, 163, 115, 0.1);
  border-left: 3px solid var(--accent-color);
  padding: 12px 15px;
  margin-bottom: 20px;
  font-size: 11px;
  border-radius: 8px;
  color: #666;
}

.passport-container {
  text-align: center;
  margin: 20px 0;
}

.camera-box {
  width: 100%;
  height: 220px;
  margin: 0 auto;
  border: 2px dashed var(--border-color);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--input-bg);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
  background-image: url("../check-in-online/img/bg_spa.png");
  background-repeat: repeat;
}

.camera-box:hover {
  border-color: var(--secondary-color);
  background-color: rgba(60, 90, 119, 0.03);
}

.camera-box i {
  font-size: 28px;
  color: #6c757d;
  margin-bottom: 10px;
}

.camera-box p {
  color: #6c757d;
}

.preview-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: none;
}

.signature-container {
  position: relative;
}

.signature-pad {
  width: 100%;
  height: 180px;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  touch-action: none;
}

.error-message {
  color: var(--error-color);
  font-size: 13px;
  margin-top: 15px;
  display: none;
}

.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
  margin-right: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.or-separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  margin-top: 35px;
  color: #8B4513;
  font-weight: 600;
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
}

.or-separator span {
  padding: 0 12px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.or-separator::before,
.or-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1.5px solid #8B4513;
  opacity: 0.3;
}

.confirmation-detail {
  background-color: var(--input-bg);
  padding: 14px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.confirmation-detail label {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 2px;
}

.confirmation-detail p {
  font-weight: 500;
  color: var(--text-color);
}

.success-checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  position: relative;
}

.success-checkmark .circle {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid var(--success-color);
}

.success-checkmark .check {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: rotate(45deg) translate(-50%, -50%);
  width: 20px;
  height: 40px;
  border-right: 4px solid var(--success-color);
  border-bottom: 4px solid var(--success-color);
}

.completion-message {
  animation: fadeInUp 0.6s ease-in-out;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.code-display {
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0;
  letter-spacing: 2px;
}

.hidden {
  display: none;
}

@media (max-width: 480px) {
  .container {
    padding: 15px 10px;
  }

  .form-section {
    padding: 20px 15px;
    border-radius: 12px;
  }

  input,
  select,
  .btn {
    padding: 12px 14px;
  }

  .btn {
    min-width: auto;
    padding: 12px 16px;
  }

  .step-name {
    font-size: 11px;
  }
}

.bounce-in {
  animation: bounceIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.img-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.img-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-card:hover {
  transform: scale(1.05);
}

.review-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.img-card.selected {
  border: 2px solid #4caf50;
  box-shadow: 0 0 15px rgba(76, 175, 80, 0.7);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;

  opacity: 0;
  animation: fadeIn 0.3s ease forwards;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  z-index: 3000;
  transition: color 0.2s ease;
}

.close-btn:hover {
  color: #ff4d4d;
}

.submit-btn {
  background: var(--secondary-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 15px;
}

.submit-btn:hover {
  background: var(--accent-color);
}


.floating-label {
  position: relative;
}

.floating-label input {
  padding: 18px 15px 10px;
  height: 50px;
}

.floating-label label {
  position: absolute;
  top: 18px;
  left: 16px;
  transition: var(--transition);
  pointer-events: none;
  font-size: 15px;
  color: #6c757d;
}

.floating-label input:focus~label,
.floating-label input:not(:placeholder-shown)~label {
  top: 2px;
  left: 10px;
  font-size: 12px;
  color: var(--secondary-color);
}

.form-group-info input[type="date"] {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  border: 1px solid var(--border-color, #ccc);
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  transition: 0.3s ease;
  text-align: center;
}

.form-group-info input[type="date"]:focus {
  border-color: var(--secondary-color, #7e4f35);
  outline: none;
  box-shadow:
    0 0 0 4px rgba(60, 90, 119, 0.15),
    0 0 8px rgba(60, 90, 119, 0.2);
  background-color: #fff;
}

.floating-label label {
  position: absolute;
  top: 14px;
  left: 16px;
  color: #999;
  font-size: 13px;
  pointer-events: none;
  transition: 0.2s ease all;
}

.floating-label input:focus+label,
.floating-label input:not(:placeholder-shown)+label {
  top: -10px;
  left: 12px;
  background: #fff;
  padding: 0 4px;
  font-size: 11px;
  color: var(--secondary-color, #7e4f35);
}

.form-group-info .icon-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
}

.d-none {
  display: none !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.hidden {
  display: none;
}

.btn-cancel {
  margin-top: 10px;
  background-color: #ccc;
}

.swal2-camera-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: var(--white);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 4px 10px var(--shadow-color);
  transition: var(--transition);
}

.swal2-camera-btn:hover {
  background-color: var(--secondary-color);
  transform: scale(1.05);
}

.passport-swal-elegant {
  background-image: url("../check-in-online/img/bg_spa.png") !important;
  background-repeat: repeat !important;
  background-size: cover !important;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(42, 40, 39, 0.3);
  border: 1px solid var(--border-color);
  padding: 2rem;
  max-width: 480px;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 25em !important;
}

.swal2-modern-popup {
  background-image: url("../check-in-online/img/bg_spa.png") !important;
  background-repeat: repeat !important;
  background-size: cover !important;
  border-radius: 2em !important;
  box-shadow: 0 25px 50px rgba(42, 40, 39, 0.3);
  border: 1px solid var(--border-color);
  padding: 2rem;
  max-width: 480px;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 32em !important;
}

.passport-title-elegant {
  color: var(--primary-color) !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin-bottom: 1.5rem !important;
  text-align: center !important;
  letter-spacing: -0.02em;
}

.passport-title {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.passport-html-elegant {
  padding: 0 !important;
}

.passport-content {
  text-align: center;
  padding: 1rem 0;
}

.passport-icon {
  margin-bottom: 1.5rem;
}

.passport-icon i {
  font-size: 3rem;
  color: var(--accent-color);
  background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(212, 163, 115, 0.3));
}

.passport-description {
  color: var(--text-color);
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  opacity: 0.9;
}

.option-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(212, 163, 115, 0.1);
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(212, 163, 115, 0.2);
  margin-top: 1rem;
}

.option-hint i {
  color: var(--accent-color);
  font-size: 0.9rem;
}

.option-hint span {
  color: var(--secondary-color);
  font-size: 0.9rem;
  font-weight: 500;
}

.passport-actions-elegant {
  margin-top: 2rem !important;
  display: flex !important;
  gap: 1rem !important;
  justify-content: center !important;
}

.btn-swal-elegant {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center !important;
  gap: 0.75rem !important;
  border-radius: 14px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: var(--transition) !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  min-width: 130px !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  height: 95px;
}

ิ.btn-swal-elegant-sm {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 1rem 2rem !important;
  border-radius: 14px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: var(--transition) !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  min-width: 130px !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.btn-swal-elegant::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.btn-swal-elegant:hover::before {
  left: 100%;
}

.btn-capture-elegant {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
  color: var(--white) !important;
  border: 2px solid transparent !important;
}

.btn-capture-elegant:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(42, 40, 39, 0.3) !important;
}

.btn-capture-elegant i {
  font-size: 1.1rem;
}

.btn-choose-elegant {
  background: var(--white) !important;
  color: var(--primary-color) !important;
  border: 2px solid var(--accent-color) !important;
}

.btn-choose-elegant:hover {
  background: var(--accent-color) !important;
  color: var(--white) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(212, 163, 115, 0.3) !important;
}

.btn-choose-elegant i {
  font-size: 1.1rem;
}

.swal2-close {
  color: var(--secondary-color) !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  right: 1rem !important;
  top: 1rem !important;
  transition: var(--transition) !important;
}

.swal2-close:hover {
  color: var(--primary-color) !important;
  transform: scale(1.1) !important;
}

.passport-swal-elegant {
  animation: elegant-entrance 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.spinner {
  width: 64px;
  height: 64px;
  border: 6px solid #ffffff;
  border-top: 6px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.swal2-modern-confirm {
  background-color: var(--accent-color);
  color: var(--white);
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 1rem;
  margin: 0 8px;
  transition: var(--transition);
}

.swal2-modern-confirm:hover {
  background-color: var(--secondary-color);
}

.swal2-modern-cancel {
  background-color: transparent;
  color: var(--error-color);
  font-weight: 500;
  border: 1px solid var(--error-color);
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 1rem;
  margin: 0 8px;
  transition: var(--transition);
}

.swal2-modern-cancel:hover {
  background-color: var(--error-color);
  color: var(--white);
}

.swal2-modern-popup {
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 12px 30px var(--shadow-color);
  background-color: var(--white);
}

.elegant-button {
  background-color: #fff;
  border: 2px solid #7E4F35;
  color: #7E4F35;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.elegant-button:hover {
  background-color: #7E4F35;
  color: #fff;
  box-shadow: 0 4px 10px rgba(139, 69, 19, 0.3);
}

.swal2-popup.minimal-alert {
  border-radius: 12px;
  padding: 20px;
  box-shadow: none;
}

.swal2-title.minimal-alert-title {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}

.swal2-confirm.minimal-alert-button {
  background-color: var(--accent-color);
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.swal2-confirm.minimal-alert-button:hover {
  background-color: #c08d5d;
}

.scan-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center
}

.scan-modal {
  width: min(96vw, 860px);
  max-height: 92vh;
  background: #111;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto
}

.scan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: linear-gradient(180deg, #151515, #0f0f0f);
  border-bottom: 1px solid #222
}

.scan-title {
  font-weight: 600;
  font-size: 15px;
  opacity: .95
}

.scan-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer
}

.scan-iconbtn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  color: white;
  font-size: 23px;
}

.scan-iconbtn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, .3);
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.scan-iconbtn:active {
  transform: scale(0.95);
  background: rgba(255, 255, 255, 0.25);
}

.scan-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  background: #000;
  overflow: hidden
}

.scan-video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.scan-guide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none
}

.scan-mask {
  position: absolute;
  box-shadow: 0 0 0 200vmax rgba(0, 0, 0, .55);
  border-radius: 12px;
  border: 2px dashed rgba(0, 255, 153, .85)
}

.scan-corners {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.scan-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 3px solid #00ff99;
  opacity: .9
}

.scan-corner.tl {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 10px
}

.scan-corner.tr {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 10px
}

.scan-corner.bl {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 10px
}

.scan-corner.br {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 10px
}

.scan-hint {
  position: absolute;
  left: 50%;
  bottom: clamp(12px, 1vh, 24px);
  transform: translateX(-50%);
  width: min(92%, 520px);
  text-align: center;
  font-size: 12px;
}

.scan-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px;
  background: #0f0f0f;
  border-top: 1px solid #222
}

.scan-capture {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, .8);
  background: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35)
}

.scan-close {
  color: #fff;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 6px
}

.scan-switch {
  margin-right: 8px
}

.scan-torch.on {
  background: rgba(255, 214, 0, .25);
  border-color: rgba(255, 214, 0, .6)
}

.cm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 20, .6);
  backdrop-filter: saturate(1.2) blur(3px);
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center
}

.cm-modal {
  width: min(96vw, 880px);
  max-height: 92vh;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto
}

@media (prefers-color-scheme: dark) {
  .cm-modal {
    background: #0f1115;
    color: #e7e9ee
  }

  .cm-header {
    border-bottom-color: #1c1f25
  }

  .cm-footer {
    border-top-color: #1c1f25
  }

  .cm-toolbar {
    background: #10131a;
    border-bottom-color: #1c1f25
  }

  .cm-select,
  .cm-iconbtn {
    border-color: #1f2530;
    background: #141822;
    color: #e7e9ee
  }
}

.cm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #eceff3;
  background: linear-gradient(180deg, #f9fafb, #f5f7fb)
}

.cm-title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .2px;
  color: #000000
}

.cm-stage {
  position: relative;
  width: 100%;
  height: clamp(320px, 60vh, 620px);
  background: #000;
  overflow: hidden
}

.cm-stage img {
  display: block;
  max-width: 100%;
  width: 100%;
  user-select: none;
  touch-action: none
}

.cm-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid #eceff3;
  background: #f8fafc
}

.cm-group {
  display: flex;
  gap: 6px;
  align-items: center
}

.cm-select {
  padding: 8px 12px;
  border: 1px solid #d9dee6;
  border-radius: 12px;
  background: #fff;
  color: #0b1324;
  outline: none
}

.cm-iconbtn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(9, 13, 24, .12);
  background: #fff;
  color: #0b1324;
  cursor: pointer;
  transition: .22s ease
}

.cm-iconbtn:hover {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  border-color: rgba(9, 13, 24, .2)
}

.cm-iconbtn:active {
  transform: scale(.96)
}

.cm-footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 12px 14px;
  border-top: 1px solid #eceff3;
  background: #fff
}

.cm-btn {
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #d9dee6;
  background: #fff;
  color: #0b1324;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: .2s
}

.cm-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08)
}

.cm-btn--primary {
  background: var(--secondary-color);
  border-color: var(--btn-hover-bg);
  color: #fff
}

.cm-close {
  border: none;
  background: transparent;
  color: #0b1324;
  opacity: .7;
  cursor: pointer
}

.cm-spacer {
  flex: 1
}

.cm-tip {
  font-size: 12px;
  opacity: .7;
  padding-left: 6px
}

.face-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 20, .6);
  backdrop-filter: saturate(1.2) blur(3px);
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center
}

.face-modal {
  width: min(96vw, 860px);
  max-height: 92vh;
  background: #0f1115;
  color: #e7e9ee;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto
}

.face-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #1c1f25;
  background: #10131a
}

.face-title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .2px
}

.face-actions {
  display: flex;
  gap: 8px
}

.face-iconbtn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #273042;
  background: #141822;
  color: #e7e9ee;
  cursor: pointer;
  transition: .22s ease
}

.face-iconbtn:hover {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  border-color: #334155
}

.face-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  background: #000;
  overflow: hidden
}

.face-video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.face-guide {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.face-mask {
  position: absolute;
  box-shadow: 0 0 0 200vmax rgba(0, 0, 0, .55);
  border: 5px dashed rgba(56, 189, 248, .95);
  border-radius: 50%;
  animation: mask-blink 1.5s ease-in-out infinite;
  transition: border-color .25s ease, border-width .25s ease, box-shadow .25s ease, border-style .25s ease;
}

.face-mask.pass {
  border: 6px solid rgba(34, 197, 94, .95);
  animation: mask-glow 1.2s ease-out infinite alternate;
}

.face-mask.ok {
  border: 6px solid rgba(34, 197, 94, .95);
  box-shadow:
    0 0 0 200vmax rgba(0, 0, 0, .55),
    0 0 22px rgba(34, 197, 94, .85);
  animation: mask-glow 1.2s ease-out infinite alternate;
}

.face-mask.bad {
  border: 6px dashed rgba(239, 68, 68, .95);
  box-shadow:
    0 0 0 200vmax rgba(0, 0, 0, .55),
    0 0 22px rgba(239, 68, 68, .85);
  animation: mask-blink 1.2s ease-in-out infinite, face-shake 320ms ease-in-out;
}

@keyframes mask-blink {

  0%,
  100% {
    box-shadow: 0 0 0 200vmax rgba(0, 0, 0, .55), 0 0 12px rgba(56, 189, 248, .6);
  }

  50% {
    box-shadow: 0 0 0 200vmax rgba(0, 0, 0, .55), 0 0 22px rgba(56, 189, 248, .9);
  }
}

@keyframes mask-glow {
  0% {
    box-shadow: 0 0 0 200vmax rgba(0, 0, 0, .55), 0 0 10px rgba(34, 197, 94, .5);
  }

  100% {
    box-shadow: 0 0 0 200vmax rgba(0, 0, 0, .55), 0 0 24px rgba(34, 197, 94, 1);
  }
}

@keyframes face-shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(4px);
  }

  75% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .face-mask {
    animation: none !important;
  }
}


.success-anim {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 100%;
}

.checkmark {
  width: 96px;
  height: 96px;
  display: block;
}

.checkmark__circle {
  stroke: #22c55e;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: draw-circle 600ms ease-out forwards;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .15));
}

.checkmark__check {
  stroke: #22c55e;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: draw-check 400ms 480ms ease-out forwards;
}

.success-anim__text {
  font: 600 18px/1.2 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #16a34a;
  opacity: 0;
  transform: translateY(6px);
  animation: show-text 380ms 900ms ease-out forwards;
  /* ถ้าต้องการภาษาไทย: ใส่ข้อความเป็น 'สำเร็จ' ที่ต้นทางแทน */
}

@keyframes draw-circle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-check {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes show-text {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* เคารพการตั้งค่า reduce motion ของผู้ใช้ */
@media (prefers-reduced-motion: reduce) {

  .checkmark__circle,
  .checkmark__check,
  .success-anim__text {
    animation: none !important;
    stroke-dashoffset: 0;
    opacity: 1;
    transform: none;
  }
}

.face-hint {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(10px, 3vh, 18px);
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .5);
  border: 1px solid rgba(255, 255, 255, .12)
}

.face-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px;
  background: #0f1115;
  border-top: 1px solid #1c1f25
}

.face-capture {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, .8);
  background: #fff;
  color: #0f1115;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .35);
  transition: .15s
}

.face-capture:hover {
  transform: scale(1.04)
}

@keyframes face-pass-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(54, 214, 107, .5);
  }

  60% {
    box-shadow: 0 0 0 10px rgba(54, 214, 107, .05);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(54, 214, 107, 0);
  }
}

.face-scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(54, 214, 107, .9), transparent);
  opacity: 0;
  pointer-events: none;
  border-radius: 2px;
}

.face-scanline.run {
  animation: face-sweep .9s linear 1;
}

@keyframes face-sweep {
  0% {
    top: 0%;
    opacity: .0;
  }

  10% {
    opacity: .9;
  }

  90% {
    opacity: .9;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

.face-pass-check {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(.9);
  pointer-events: none;
}

.face-pass-check.show {
  animation: face-pop .35s ease-out forwards;
}

.face-pass-check i {
  background: #36d66b;
  color: #0b0b0c;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(54, 214, 107, .35), inset 0 0 18px rgba(255, 255, 255, .15);
}

.p-card {
  position: relative;
  border-radius: 12px;
  background: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  overflow: hidden;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
  max-width: 120px;
}

.p-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
}

.p-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.p-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.p-history-title {
  grid-column: 1 / -1;
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  margin: 0 0 0.5rem;
  padding-left: 4px;
}

.p-card-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  justify-items: center;
  align-items: center;
  padding: 20px;
}

.p-card-container .p-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 380px);
}

@keyframes face-pop {
  0% {
    opacity: 0;
    transform: scale(.7);
  }

  60% {
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes elegant-entrance {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 768px) {
  .passport-swal-elegant {
    padding: 1.5rem;
    margin: 1rem;
  }

  .passport-actions-elegant {
    flex-direction: row !important;
    justify-content: center;
    gap: 0.8rem !important;
    width: 100% !important;
  }

  .passport-title-elegant {
    font-size: 1.6rem !important;
  }
}

@media (prefers-color-scheme: dark) {
  .passport-swal-elegant {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    border-color: rgba(212, 163, 115, 0.3);
  }

  .passport-description {
    color: #e0e0e0;
  }

  .option-hint {
    background: rgba(212, 163, 115, 0.15);
  }
}

/* #iti-0__dropdown-content {
  width: 306px !important;
} */