/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-inline: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[-10px\] {
  --tw-translate-y: -10px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-4 {
  border-top-style: var(--tw-border-style);
  border-top-width: 4px;
}
.border-r-4 {
  border-right-style: var(--tw-border-style);
  border-right-width: 4px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.object-cover {
  object-fit: cover;
}
.text-center {
  text-align: center;
}
.text-\[5rem\] {
  font-size: 5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[15px\] {
  font-size: 15px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.tracking-\[0\.5em\] {
  --tw-tracking: 0.5em;
  letter-spacing: 0.5em;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-75 {
  opacity: 75%;
}
.ring-4 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.active\:scale-95 {
  &:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
.data-\[show\=true\]\:opacity-100 {
  &[data-show="true"] {
    opacity: 100%;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

.split {
  height: 100%;
  
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Control the left side */
.left {
  left: 0;
  width: 60%;
  background-color: #444242;
}

/* Control the right side */
.right {
  right: 0;
  width: 40%;
  background-color: rgb(197, 188, 188);
}

.centeredBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: min(90%, 525px);
  max-width: 100%;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  text-align: center;
  margin: 0;
}


.step {
  
  
  box-sizing: border-box;
  
  max-width: 100%;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  text-align: center;
  margin: 0;
}

.completed {
  background-color: #e0ffe0;
  border-color: #00cc00;
}
.active {
  background-color: #e0f0ff;
  border: 2px solid #3399ff;
}
.headings {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: 'Quicksand', sans-serif;
}

.body {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.button {
  background-color: #383938;
  border: none;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
}

.flexbox-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}

          /* Pure CSS layout for split view and centered boxes (no Tailwind required) */
          * { box-sizing: border-box; }
          html, body { height: 100%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

          /* Split panes */
          .split {
            position: fixed;
            top: 0;
            height: 100vh;
            width: 50%;
            overflow: auto;
          }

          .left {
            left: 0;
            background: linear-gradient(135deg, #eef2ff 0%, #fef3c7 100%);
            display: flex;
            align-items: center;
            justify-content: center;
          }

          .right {
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
          }

          /* Make the right side content a horizontal flex container */
          .flexbox-container {
            display: flex;
            gap: 1.25rem;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            padding: 2rem;
          }

          /* Card boxes inside the right split */
          .centeredBox {
            background: #fff;
            padding: 1.25rem;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
            width: 340px;
            max-width: 90%;
          }

          .centered {
            text-align: center;
          }

          .headings {
            margin: 0 0 0.75rem 0;
            font-size: 1.125rem;
            color: #0f172a;
          }

          .input-container {
            margin-bottom: 0.75rem;
            display: flex;
            flex-direction: column;
          }

          .input-container label {
            margin-bottom: 0.25rem;
            font-size: 0.9rem;
            color: #334155;
          }

          
          input.button {
            width: 100%;
            padding: 0.5rem 0.75rem;
            border: 1px solid #e6e9ef;
            border-radius: 8px;
            font-size: 0.95rem;
          }




          
          .otpGroup {
            display: flex;            
            justify-content: center;  
            margin-bottom: 2rem;
            flex-wrap: nowrap;  /* prevent wrapping */
          }

          .otpInput {
            width: 40px;           /* Reduced from 50px */
    height: 40px;
    margin: 0 6px;         /* Keeps the gap between them */
    text-align: center;    /* CRITICAL: Puts the number in the middle of the box */
    font-size: 1.3rem;     /* Makes the number big enough to read */
    border: 1px solid #ccc;/* Ensures you can actually see the box */
    border-radius: 8px;    /* Optional: Makes it look modern */
          }




          button[type="submit"] {
            margin-top: 0.5rem;
            width: 100%;
            padding: 0.6rem;
            background: #0ea5e9;
            color: #fff;
            border: 0;
            border-radius: 8px;
            cursor: pointer;
          }

          /* Avatar sizing in left pane */
          .centered img {
            width: 120px;
            
            border-radius: 9999px;
            
          }

          /* Responsive: stack panes and boxes on small screens */
          @media (max-width: 900px) {
            .split {
              position: relative;
              width: 100%;
              height: auto;
            }

            .left,
            .right {
              position: relative;
              width: 100%;
              padding: 1.25rem 0;
            }

            .flexbox-container {
              flex-direction: column;
              gap: 1rem;
            }
          }

  .steps {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .steps{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  
  .tick-icon {
    color: green;
    font-weight: bold;
    margin-left: 0.5rem;
  }

/* Custom overrides: stack the two boxes vertically in the right pane and center them */
.split.right .flexbox-container {
  display: flex !important;
  flex-direction: column !important; /* stack vertically */
  gap: 1.5rem;
  align-items: center; /* center horizontally */
  justify-content: center; /* center vertically within the container */
  flex-wrap: nowrap;
  padding: 2rem;
  height: 100vh; /* make container full height so justify-content:center centers vertically */
}

.split.right .flexbox-container .centeredBox {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 420px; /* slightly wider cards when stacked */
  max-width: 90%;
  margin: 0;
}

@media (max-width: 900px) {
  /* small screens: keep column layout but adapt widths */
  .split { position: relative; width: 100%; height: auto; }
  .left, .right { position: relative; width: 100%; padding: 1.25rem 0; }
  .split.right .flexbox-container { flex-direction: column !important; gap: 1rem; height: auto; }
  .split.right .flexbox-container .centeredBox { width: 100%; max-width: 540px; }
}
