/* public/css/member_id_print.css */
/* WAHA ID Card (CR80 Standard) & A4 Sicil Belgesi Styles & Print Rules */

:root {
  --waha-gold: #d4af37;
  --waha-gold-light: #fef08a;
  --waha-gold-dark: #92400e;
  --waha-navy: #091a36;
  --waha-crimson: #881337;
  --waha-charcoal: #0f172a;
}

/* Card Container & Perspective */
.waha-card-viewport {
  perspective: 1200px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}

.waha-card-flipper {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 85.6 / 53.98;
  min-height: 260px;
  max-height: 304px;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 14px;
}

.waha-card-flipper.is-flipped {
  transform: rotateY(180deg);
}

.waha-card-face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  box-sizing: border-box;
}

.waha-card-face.card-back {
  transform: rotateY(180deg);
}

/* 1. ATHLETE / MEMBER CARD (Royal Navy & Gold) */
.waha-card-theme-athlete {
  background: radial-gradient(circle at 85% 15%, #1e40af 0%, #0c234a 45%, #051026 100%);
  color: #ffffff;
}

/* 2. INSTRUCTOR / COACH CARD (Imperial Crimson & Gold) */
.waha-card-theme-coach {
  background: radial-gradient(circle at 85% 15%, #9f1239 0%, #500713 50%, #1c0205 100%);
  color: #ffffff;
}

/* 3. REFEREE CARD (Titanium Charcoal & Platinum) */
.waha-card-theme-referee {
  background: radial-gradient(circle at 85% 15%, #334155 0%, #1e293b 50%, #0a0f18 100%);
  color: #ffffff;
}

/* Common Card Graphics & Overlays */
.waha-card-guilloche {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.14;
  mix-blend-mode: screen;
}

.waha-card-chip {
  width: 44px;
  height: 33px;
  background: linear-gradient(135deg, #d4af37 0%, #fef08a 45%, #ca8a04 70%, #fef08a 100%);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  flex-shrink: 0;
}

.waha-card-chip-silver {
  background: linear-gradient(135deg, #94a3b8 0%, #f1f5f9 45%, #64748b 70%, #f8fafc 100%);
}

.waha-card-chip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.35);
}

.waha-card-chip::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.35);
}

.waha-card-chip-core {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 10px;
  right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 3px;
}

/* Gold embossed text gradient */
.waha-gold-text {
  background: linear-gradient(135deg, #fffbeb 0%, #facc15 50%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.waha-silver-text {
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 50%, #94a3b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Photo Frame */
.waha-card-photo-box {
  position: relative;
  width: 82px;
  height: 98px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #d4af37;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  background: #0f172a;
  flex-shrink: 0;
}

.waha-card-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.waha-card-photo-hologram {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px 0;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.9), rgba(254, 240, 138, 0.9), rgba(212, 175, 55, 0.9));
  color: #091a36;
  font-size: 7.5px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Back Face Elements */
.waha-card-magstripe {
  width: 100%;
  height: 38px;
  background: linear-gradient(180deg, #111827 0%, #000000 60%, #1f2937 100%);
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.waha-card-sig-panel {
  background: #ffffff;
  color: #0f172a;
  border-radius: 4px;
  padding: 4px 10px;
  font-family: 'Brush Script MT', 'Dancing Script', cursive, sans-serif;
  font-size: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

/* ========================================================================= */
/* A4 DOSSIER & JOURNEY STYLES (Real A4 Standard: 210mm x 297mm) */
/* ========================================================================= */

.waha-a4-screen-frame {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
}

.waha-a4-wrapper {
  width: 100%;
  max-width: 794px; /* Exact 96dpi A4 pixel width (210mm) */
  min-height: 1123px; /* Exact 96dpi A4 pixel height (297mm) */
  aspect-ratio: 210 / 297;
  margin: 0 auto;
  background: #ffffff;
  color: #0f172a;
  border-radius: 6px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  position: relative;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.waha-a4-sheet {
  width: 100%;
  flex: 1 1 auto;
  min-height: 1123px;
  padding: 16px 32px 20px 32px;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.02) 0%, transparent 70%);
}

.waha-a4-inner-flow {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
}

.waha-a4-footer {
  margin-top: auto !important;
}

.waha-a4-border-frame {
  position: absolute;
  inset: 12px;
  border: 2px solid #0a1936;
  pointer-events: none;
  border-radius: 4px;
}

.waha-a4-border-inner {
  position: absolute;
  inset: 16px;
  border: 1px solid #d4af37;
  pointer-events: none;
  border-radius: 2px;
}

/* Timeline in A4 */
.waha-belt-timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 8px;
  margin: 14px 0;
  padding: 10px 0;
}

.waha-belt-timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #e2e8f0;
  z-index: 0;
  transform: translateY(-50%);
}

.waha-belt-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  padding: 2px 4px;
}

.waha-belt-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d4af37;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
}

/* Screen Mode: Always hide background print containers */
@media screen {
  #idCardPrintArea,
  #a4DossierPrintArea,
  .waha-print-exclusive-root {
    display: none !important;
  }
}

/* ========================================================================= */
/* PRINT MEDIA ENGINE (@media print) */
/* ========================================================================= */

@media print {
  /* Complete isolation: Hide all standard website layout elements, headers, footers, floating buttons */
  header,
  footer,
  nav,
  aside,
  #main-header,
  .waha-verify-screen-wrap,
  .waha-verify-portal,
  .waha-verify-header-box,
  .waha-verify-search-card,
  .waha-verify-banner-success,
  .waha-verify-banner-error,
  .waha-verify-tab-bar,
  .waha-verify-action-bar,
  .waha-verify-features,
  #sectionCardView,
  #sectionA4View,
  .waha-a4-screen-frame,
  .standalone-bar,
  .standalone-print-bar,
  a[href*="wa.me"],
  a[href*="whatsapp"],
  a.fixed,
  .fixed,
  #toast-container,
  .whatsapp-float {
    display: none !important;
  }

  html, body {
    background: #ffffff !important;
    color: #000000 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
  }

  /* Force color, gradient, and graphic preservation */
  *, *::before, *::after {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  /* -------------------------------------------------------------
     1. CARD PRINT MODE (body.print-mode-card)
     Standard CR80 Credit Card Size: 85.6mm x 53.98mm Side-by-Side
     ------------------------------------------------------------- */
  body.print-mode-card {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.print-mode-card #a4DossierPrintArea {
    display: none !important;
  }

  body.print-mode-card #idCardPrintArea {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 12mm !important;
    padding: 15mm 10mm !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  body.print-mode-card #printCardFrontSlot,
  body.print-mode-card #printCardBackSlot {
    display: block !important;
    width: 85.6mm !important;
    height: 53.98mm !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.print-mode-card .waha-card-viewport {
    perspective: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 auto !important;
  }

  body.print-mode-card .waha-card-flipper {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 12mm !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: auto !important;
    transform: none !important;
    position: static !important;
  }

  body.print-mode-card .waha-card-face {
    position: relative !important;
    width: 85.6mm !important;
    height: 53.98mm !important;
    min-width: 85.6mm !important;
    min-height: 53.98mm !important;
    max-width: 85.6mm !important;
    max-height: 53.98mm !important;
    transform: none !important;
    box-shadow: none !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 3.18mm !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    page-break-inside: avoid !important;
  }

  /* -------------------------------------------------------------
     2. A4 DOSSIER PRINT MODE (body.print-mode-a4)
     Standard A4 Portrait: 210mm x 297mm (Single Page)
     ------------------------------------------------------------- */
  @page {
    size: A4 portrait;
    margin: 0mm;
  }

  body.print-mode-a4 {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.print-mode-a4 #idCardPrintArea {
    display: none !important;
  }

  body.print-mode-a4 #a4DossierPrintArea,
  body.print-mode-a4 .standalone-a4-container {
    display: block !important;
    width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    max-height: 297mm !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    page-break-inside: avoid !important;
    page-break-after: avoid !important;
  }

  body.print-mode-a4 .waha-a4-wrapper {
    width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    max-height: 297mm !important;
    max-width: 210mm !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body.print-mode-a4 .waha-a4-sheet {
    width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    max-height: 297mm !important;
    padding: 12mm 14mm 12mm 14mm !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    page-break-inside: avoid !important;
  }

  body.print-mode-a4 .waha-a4-inner-flow {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
  }

  body.print-mode-a4 .waha-a4-footer {
    margin-top: auto !important;
  }

  body.print-mode-a4 .waha-a4-border-frame {
    inset: 7mm !important;
    border-width: 2.5px !important;
  }

  body.print-mode-a4 .waha-a4-border-inner {
    inset: 9.5mm !important;
    border-width: 1px !important;
  }

  /* Fallback if neither class was explicitly added to body */
  body:not(.print-mode-card):not(.print-mode-a4) #idCardPrintArea {
    display: none !important;
  }
  body:not(.print-mode-card):not(.print-mode-a4) #a4DossierPrintArea {
    display: block !important;
    width: 210mm !important;
    height: 297mm !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
}

/* ================================================================
   WAHA VERIFICATION PORTAL DEDICATED UI STYLES (STANDALONE)
   Independent of Tailwind purge to prevent uncompiled utility bugs
   ================================================================ */

.waha-verify-portal {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

.waha-verify-header-box {
  text-align: center;
  margin-bottom: 28px;
}

.waha-verify-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(9, 26, 54, 0.06);
  color: #091a36;
  margin-bottom: 16px;
  border: 1px solid rgba(9, 26, 54, 0.12);
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.waha-verify-title {
  font-size: 28px;
  font-weight: 900;
  color: #091a36;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.2;
}

.waha-verify-subtitle {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b45309;
  margin-top: 6px;
  margin-bottom: 0;
}

.waha-verify-desc {
  font-size: 13.5px;
  color: #64748b;
  max-width: 620px;
  margin: 10px auto 0 auto;
  line-height: 1.6;
}

/* Integrated Language Switcher Bar */
.waha-verify-lang-picker {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 30px;
  border: 1px solid #cbd5e1;
  margin-top: 14px;
}

.waha-verify-lang-btn {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 800;
  text-decoration: none;
  color: #64748b;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.waha-verify-lang-btn:hover {
  color: #091a36;
}

.waha-verify-lang-btn.is-active {
  background: #091a36;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(9, 26, 54, 0.2);
}

/* Main Search Card */
.waha-verify-search-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.08), 0 4px 12px -2px rgba(0, 0, 0, 0.04);
  padding: 24px;
  margin-bottom: 28px;
  box-sizing: border-box;
}

.waha-verify-form {
  display: flex;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.waha-verify-input-wrap {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-width: 0;
}

.waha-verify-input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #94a3b8;
  pointer-events: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

html[dir="rtl"] .waha-verify-input-icon {
  left: auto;
  right: 16px;
}

.waha-verify-input {
  width: 100% !important;
  height: 54px !important;
  box-sizing: border-box !important;
  padding-left: 48px !important;
  padding-right: 18px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  letter-spacing: 0.04em !important;
  border: 2px solid #cbd5e1 !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  outline: none !important;
  transition: all 0.2s ease !important;
  text-transform: uppercase !important;
  line-height: normal !important;
}

html[dir="rtl"] .waha-verify-input {
  padding-left: 18px !important;
  padding-right: 48px !important;
  text-align: right !important;
}

.waha-verify-input:focus {
  border-color: #0284c7 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.15) !important;
}

.waha-verify-input::placeholder {
  color: #94a3b8 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.waha-verify-submit {
  height: 54px !important;
  padding: 0 28px !important;
  background: linear-gradient(135deg, #091a36 0%, #1e3a8a 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 4px 14px rgba(9, 26, 54, 0.25) !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.waha-verify-submit:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(9, 26, 54, 0.35) !important;
  filter: brightness(1.1) !important;
}

.waha-verify-submit:active {
  transform: translateY(0) !important;
}

/* Feature tags */
.waha-verify-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.waha-verify-feat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 700;
  color: #475569;
  background: #f1f5f9;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
}

/* Status Banners */
.waha-verify-banner-success {
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
  border: 2px solid #10b981;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 8px 24px -4px rgba(16, 185, 129, 0.15);
  margin-bottom: 24px;
}

.waha-verify-banner-error {
  background: linear-gradient(135deg, #fff1f2 0%, #fef2f2 100%);
  border: 2px solid #f43f5e;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 24px -4px rgba(244, 63, 94, 0.15);
  margin-bottom: 24px;
}

/* Navigation Tabs */
.waha-verify-tab-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e2e8f0;
  padding: 5px;
  border-radius: 14px;
  max-width: 440px;
  margin: 0 auto 24px auto;
}

.waha-verify-tab-btn {
  flex: 1;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #64748b;
  background: transparent;
}

.waha-verify-tab-btn.is-active {
  background: #091a36;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Action & Role Control Bar */
.waha-verify-action-bar {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.waha-verify-role-pill {
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #334155;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.waha-verify-role-pill:hover {
  background: #e2e8f0;
}

.waha-verify-role-pill.is-active {
  background: #091a36;
  color: #ffffff;
  border-color: #091a36;
  box-shadow: 0 2px 6px rgba(9, 26, 54, 0.2);
}

.waha-verify-flip-btn {
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid #cbd5e1;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.waha-verify-flip-btn:hover {
  background: #e2e8f0;
}

.waha-verify-print-btn {
  background: #0284c7;
  color: #ffffff;
  border: none;
  padding: 8px 18px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(2, 132, 199, 0.25);
}

.waha-verify-print-btn:hover {
  background: #0369a1;
  transform: translateY(-1px);
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
  .waha-verify-title {
    font-size: 22px;
  }
  .waha-verify-form {
    flex-direction: column;
  }
  .waha-verify-submit {
    width: 100% !important;
  }
  .waha-verify-features {
    flex-direction: column;
    gap: 8px;
  }
  .waha-verify-feat-badge {
    width: 100%;
    justify-content: center;
  }
  .waha-verify-action-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .waha-verify-action-bar > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
