
  button.svelte-13ajnoq {
    border-radius: 8px;
    border: none;
    cursor: pointer;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    height: 52px; /* Se mantiene la altura */
  }

  @media (max-width: 370px) {
    button.svelte-13ajnoq {
      width: 100% !important;
    }
  }

  /* --- ESTILOS PARA PRIMARY --- */
  .primary.default.svelte-13ajnoq {
    background-color: #3a39ff;
    color: white;
  }

  .primary.focused.svelte-13ajnoq {
    background-color: #3a39ff;
    box-shadow: 0px 0px 4px 2px rgba(58, 57, 255, 0.5);
    color: white;
  }

  .primary.pressed.svelte-13ajnoq {
    background-color: #3c17e1;
    color: white;
  }

  .primary.disabled.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.1);
    color: rgba(58, 57, 255, 0.5);
    cursor: not-allowed;
  }

  .text.default.svelte-13ajnoq {
    background-color: transparent;
    color: #3a39ff;
    width: 100px;
  }

  .text.focused.svelte-13ajnoq {
    background-color: transparent;
    color: #3a39ff;
    width: 100px;
  }

  .text.pressed.svelte-13ajnoq {
    background-color: transparent;
    color: #3a39ff;
    width: 100px;
  }

  .text.disabled.svelte-13ajnoq {
    background-color: transparent;
    color: #3a39ff;
    cursor: not-allowed;
    width: 100px;
  }


.text.focused.svelte-13ajnoq,
.text.pressed.svelte-13ajnoq,
.text.default.svelte-13ajnoq,
.text.focused.svelte-13ajnoq,
.text.pressed.svelte-13ajnoq,
.text.disabled.svelte-13ajnoq {
  display: inline;
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  background: none;
  border: none;
  color: #3a39ff;
  cursor: pointer;
}
  /* --- ESTILOS PARA SECONDARY --- */
  .secondary-alternative-text.default.svelte-13ajnoq {
    background-color: transparent;
    color: #3c17e1;
  }

  .secondary-alternative-text.focused.svelte-13ajnoq {
    background-color: transparent;
    box-shadow: 0px 0px 4px 2px rgba(58, 57, 255, 0.5);
    color: #3c17e1;
  }

  .secondary-alternative-text.pressed.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.2);
    color: #3c17e1;
  }

  .secondary-alternative-text.disabled.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.1);
    color: rgba(58, 57, 255, 0.5);
    cursor: not-allowed;
  }
  .secondary-alternative.default.svelte-13ajnoq {
    background-color: transparent;
    color: #3c17e1;
    border: 2px solid #3c17e1;
  }

  .secondary-alternative.focused.svelte-13ajnoq {
    background-color: transparent;
    box-shadow: 0px 0px 4px 2px rgba(58, 57, 255, 0.5);
    color: #3c17e1;
    border: 2px solid #000000;
  }

  .secondary-alternative.pressed.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.2);
    color: #3c17e1;
    border: 2px solid #000000;
  }

  .secondary-alternative.disabled.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.1);
    color: rgba(58, 57, 255, 0.5);
    border: 2px solid rgba(58, 57, 255, 0.3);
    cursor: not-allowed;
  }

  .secondary.default.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.1);
    color: #3a39ff;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
  }
  .secondary.default.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.1);
    color: #3a39ff;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
  }

  .secondary.focused.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.1);
    box-shadow: 0px 0px 4px 4px rgba(58, 57, 255, 0.3);
    color: #3a39ff;
    border: 2px solid #3a39ff;
  }

  .secondary.pressed.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.2);
    color: #3a39ff;
    border: 2px solid #3a39ff;
  }

  .secondary.disabled.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.05);
    color: rgba(58, 57, 255, 0.5);
    border: 2px solid rgba(58, 57, 255, 0.2);
    cursor: not-allowed;
  }

  .secondary.focused.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.1);
    box-shadow: 0px 0px 4px 4px rgba(58, 57, 255, 0.3);
    color: #3a39ff;
    border: 2px solid #3a39ff;
  }

  .secondary.pressed.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.2);
    color: #000000;
    border: 2px solid #000000;
  }

  .secondary.disabled.svelte-13ajnoq {
    background-color: rgba(58, 57, 255, 0.05);
    color: rgba(58, 57, 255, 0.5);
    border: 2px solid rgba(58, 57, 255, 0.2);
    cursor: not-allowed;
  }

  .default.svelte-13ajnoq:hover,
  .focused.svelte-13ajnoq:hover,
  .pressed.svelte-13ajnoq:hover {
    opacity: 0.9;
  }

 

  .loader.svelte-13ajnoq {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: svelte-13ajnoq-spin 0.8s linear infinite;
}

@keyframes svelte-13ajnoq-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


  .button-container.svelte-pu7c2g {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  @media (max-width: 600px) {
    .button-container.svelte-pu7c2g {
      flex-direction: column;
      gap: 12px;
    }
  }


  .title.svelte-kgj1tm {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
  }

  main.svelte-kgj1tm {
    max-width: 600px !important;
  }


  :root {
    --sc-dot-size: 6px;
    --sc-active-dot-size: 8px;
    --sc-dot-size-animation-time: 250ms;
  }

  .sc-carousel-dot__dot.svelte-1mtaq3v {
    background-color: var(--sc-color-rgb-light);
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    transition:
      opacity 100ms ease,
      height var(--sc-dot-size-animation-time) ease,
      width var(--sc-dot-size-animation-time) ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;

    height: var(--sc-dot-size);
    width: var(--sc-dot-size);
  }
  .sc-carousel-dot__dot.svelte-1mtaq3v:hover {
    opacity: 0.9;
  }
  .sc-carousel-dot__dot_active.svelte-1mtaq3v {
    opacity: 0.7;

    height: var(--sc-active-dot-size);
    width: var(--sc-active-dot-size);
  }


  .sc-carousel-dots__container.svelte-1pld061 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .sc-carousel-dots__dot-container.svelte-1pld061 {
    height: calc(var(--sc-dot-size) + 14px);
    width: calc(var(--sc-dot-size) + 10px);
    display: flex;
    align-items: center;
    justify-content: center;
  }


  :root {
    --sc-arrow-size: 2px;
  }
  .sc-carousel-arrow__circle.svelte-1pnlyzn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--sc-color-rgb-light-50p);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 100ms ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .sc-carousel-arrow__circle.svelte-1pnlyzn:hover {
    opacity: 0.9;
  }
  .sc-carousel-arrow__arrow.svelte-1pnlyzn {
    border: solid var(--sc-color-hex-dark);
    border-width: 0 var(--sc-arrow-size) var(--sc-arrow-size) 0;
    padding: var(--sc-arrow-size);
    position: relative;
  }
  .sc-carousel-arrow__arrow-next.svelte-1pnlyzn {
    transform: rotate(-45deg);
    left: calc(var(--sc-arrow-size) / -2);
  }
  .sc-carousel-arrow__arrow-prev.svelte-1pnlyzn {
    transform: rotate(135deg);
    right: calc(var(--sc-arrow-size) / -2);
  }
  .sc-carousel-arrow__circle_disabled.svelte-1pnlyzn,
  .sc-carousel-arrow__circle_disabled.svelte-1pnlyzn:hover {
    opacity: 0.5;
  }


  .sc-carousel-progress__indicator.svelte-1pc71g7 {
    height: 100%;
    background-color: var(--sc-color-hex-dark-50p);
  }


  :root {
    --sc-color-rgb-light-50p: rgba(93, 93, 93, 0.5);
    --sc-color-rgb-light: #5d5d5d;
    --sc-color-hex-dark-50p: rgba(30, 30, 30, 0.5);
    --sc-color-hex-dark: #1e1e1e;
  }
  .sc-carousel__carousel-container.svelte-1yu03g9 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .sc-carousel__content-container.svelte-1yu03g9 {
    position: relative;
    display: flex;
    width: 100%;
  }
  .sc-carousel__pages-window.svelte-1yu03g9 {
    flex: 1;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
  }
  .sc-carousel__pages-container.svelte-1yu03g9 {
    width: 100%;
    display: flex; /* to put child elements in one row */
    transition-property: transform;
  }
  .sc-carousel__arrow-container.svelte-1yu03g9 {
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sc-carousel-progress__container.svelte-1yu03g9 {
    width: 100%;
    height: 5px;
    background-color: var(--sc-color-rgb-light-50p);
    position: absolute;
    bottom: 0;
  }
  .sc-carousel-button {
    all: unset;
    cursor: pointer;
  }
  .sc-carousel-button:focus {
    outline: 5px auto;
  }


  .image-container.svelte-z4bmx4 {
    width: 40%;
    height: 100vh;
    position: relative;
    display: flex;
  }

  .carousel-slide.svelte-z4bmx4 {
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .carousel-image.svelte-z4bmx4 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .overlay-text.svelte-z4bmx4 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3vw;
    font-weight: 900;
    text-align: center;
    width: 100%;
    z-index: 10;
    white-space: pre-line;
  }

  .overlay-icon.svelte-z4bmx4 {
    position: absolute;
    top: 5%;
    right: 40%;
    transform: translateX(-50%);
    z-index: 15;
    padding: 10px 20px;
  }

  .overlay-icon.svelte-z4bmx4 img:where(.svelte-z4bmx4) {
    height: 50px;
    max-width: 100%;
    max-height: 100%;
  }
  /* RESPONSIVE */

  @media (max-width: 1400px) {
    .arrow-icon.svelte-z4bmx4 {
      width: 150px;
    }
  }

  @media (max-width: 1050px) and (min-width: 1000px) {
    .overlay-icon.svelte-z4bmx4 img:where(.svelte-z4bmx4) {
      height: 40px;
      padding: 5px 0px;
      width: 100% !important;
    }
  }

  @media (max-width: 1024px) {
    .image-container.svelte-z4bmx4 {
      width: 100%;
      height: auto;
    }

    .carousel-slide.svelte-z4bmx4 {
      height: auto;
    }

    .carousel-image.svelte-z4bmx4 {
      width: 100%;
      max-width: 100%;
      height: 100vh;
      object-fit: cover;
      display: block;
    }
    .overlay-text.svelte-z4bmx4 {
      font-size: 5vw;
      top: 85%;
    }

    .overlay-icon.svelte-z4bmx4 {
      top: 10%;
      left: 50%;
      transform: translateX(-50%);
      width: 1000px !important;
    }

    .overlay-icon.svelte-z4bmx4 img:where(.svelte-z4bmx4) {
      height: 100px;
      padding: 0px 0px;
      width: 50% !important;
    }
  }

  @media (max-width: 768px) {
    .overlay-text.svelte-z4bmx4 {
      font-size: 6vw;
    }

    .overlay-icon.svelte-z4bmx4 img:where(.svelte-z4bmx4) {
      height: 100px;
      padding: 0px 0px;
    }
  }

  @media (max-width: 550px) {
    .overlay-icon.svelte-z4bmx4 img:where(.svelte-z4bmx4) {
      height: 100px;
      padding: 0px 0px;
    }
  }

  @media (max-width: 420px) {
    .overlay-icon.svelte-z4bmx4 img:where(.svelte-z4bmx4) {
      height: 100px;
      padding: 0px 0px;
      width: 40% !important;
    }
  }


  .container.svelte-1egott1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
  }

  .content.svelte-1egott1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
  }

  @media (max-width: 1024px) {
    .container.svelte-1egott1 {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      height: auto;
      min-height: 100vh;
    }
    .content.svelte-1egott1 {
      width: 100%;
      padding: 20px;
    }
  }


  .box.svelte-1yh0l99 {
    width: 80%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 16px auto;
  }

  @media (max-width: 430px) {
    .box.svelte-1yh0l99 {
      width: 100%;
    }
  }


  .navbar.svelte-19g6vpe {
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: center; 
    align-items: center;     
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 0; 
    text-align: center;
  }

  .navbar-title.svelte-19g6vpe {
    font-weight: bold;
    text-transform: uppercase;
    color: black;
  }

  @media (max-width: 1024px) {
    .navbar.svelte-19g6vpe {
      width: 100%;
      right: 0;
      left: 0;
    }
  }


  .textfield-container.svelte-wl3g7j {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 327px;
  }

  label.svelte-wl3g7j {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: left;
  }

  .password-wrapper.svelte-wl3g7j {
    position: relative;
    width: 100%;
  }

  input.svelte-wl3g7j {
    width: 100%;
    height: 52px;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
  }

  .toggle-button.svelte-wl3g7j {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
  }

  .toggle-button.svelte-wl3g7j svg:where(.svelte-wl3g7j) {
    width: 24px;
    height: 24px;
  }

  /* --- ESTILO DEFAULT --- */
  .default.svelte-wl3g7j input:where(.svelte-wl3g7j) {
    background-color: rgba(58, 57, 255, 0.1);
  }

  /* --- ESTILO FOCUSED --- */
  .focused.svelte-wl3g7j input:where(.svelte-wl3g7j) {
    background-color: transparent;
    border: 2px solid #3a39ff;
  }

  /* --- ESTILO ERROR --- */
  .error.svelte-wl3g7j input:where(.svelte-wl3g7j) {
    background-color: transparent;
    border: 2px solid red;
  }

  .error-message.svelte-wl3g7j {
    font-size: 12px;
    color: red;
  }

  /* --- ESTILO DISABLED --- */
  .disabled.svelte-wl3g7j input:where(.svelte-wl3g7j) {
    background-color: rgba(58, 57, 255, 0.05);
    cursor: not-allowed;
  }

  .disabled.svelte-wl3g7j label:where(.svelte-wl3g7j) {
    color: rgba(0, 0, 0, 0.5);
  }

  .disabled.svelte-wl3g7j .toggle-button:where(.svelte-wl3g7j) {
    cursor: not-allowed;
    opacity: 0.5;
  }


  .textfield-container.svelte-m77e37 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 327px;
  }

  label.svelte-m77e37 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: left;
  }

  input.svelte-m77e37 {
    width: 100%;
    height: 52px;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
  }

  /* --- ESTADO DEFAULT --- */
  .default.svelte-m77e37 input:where(.svelte-m77e37) {
    background-color: rgba(58, 57, 255, 0.1); /* 10% de opacidad */
  }

  /* --- ESTADO FOCUSED --- */
  .focused.svelte-m77e37 input:where(.svelte-m77e37) {
    background-color: transparent;
    border: 2px solid #3a39ff;
  }

  /* --- ESTADO ERROR --- */
  .error.svelte-m77e37 input:where(.svelte-m77e37) {
    background-color: transparent;
    border: 2px solid red;
  }

  .error-message.svelte-m77e37 {
    font-size: 12px;
    color: red;
  }

  /* --- ESTADO DISABLED --- */
  .disabled.svelte-m77e37 input:where(.svelte-m77e37) {
    background-color: rgba(58, 57, 255, 0.05);
    cursor: not-allowed;
  }

  .disabled.svelte-m77e37 label:where(.svelte-m77e37) {
    color: rgba(0, 0, 0, 0.5);
  }


  .forgot-password.svelte-1s54wst {
    min-height: 1.5em;
  }

  .forgot-password.svelte-1s54wst {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #3a39ff;
    text-align: right;
    height: 10px;
  }


  .no-account-container.svelte-1ue4kjy {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .no-account-text.svelte-1ue4kjy {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
  }


  .spacer.svelte-f2ddwh {
    display: flex;
    width: 100%;
  }


  .container.svelte-14rkk58 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
  }
  .content.svelte-14rkk58 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
  }
  .error-container.svelte-14rkk58 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    height: auto;
    gap: 10px;
  }
  @media (max-width: 1024px) {
    .container.svelte-14rkk58 {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      height: auto;
      min-height: 100vh;
    }

    .content.svelte-14rkk58 {
      width: 100%;
      padding: 20px;
    }
  }


  .modal-overlay.svelte-sim9ea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .modal-container.svelte-sim9ea {
    background: white;
    padding: 30px 24px;
    border-radius: 16px;
    text-align: center;
    width: 455px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .modal-icon.svelte-sim9ea {
    font-size: 24px;
    background: #f3f3ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
    color: #3a39ff;
  }

  .modal-text.svelte-sim9ea {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
    color: black;
  }

  .modal-actions.svelte-sim9ea {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }


  .container.svelte-l59lrs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }

  .icon-container.svelte-l59lrs {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .purchase-confirmation-title.svelte-l59lrs {
    font-size: 26px;
    margin: 0px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 120%;
  }

  .merchant-label.svelte-l59lrs,
  .amount-label.svelte-l59lrs {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0px;
    line-height: 150%;
  }

  .purchase-value.svelte-l59lrs {
    font-size: 26px;
    font-weight: 800;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 120%;
    letter-spacing: -0.02em;
  }


  .payment-options.svelte-kw4n80 {
    width: 326px;
    min-height: 392px;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(58, 57, 255, 0.2);
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 0px 2px #d8d7ff;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .payment-item.svelte-kw4n80 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
    height: 82px;
  }

  .payment-item.svelte-kw4n80:last-child {
    border-bottom: none;
  }

  .payment-item.selected.svelte-kw4n80 {
    background: rgba(58, 57, 255, 0.1);
  }

  .payment-info.svelte-kw4n80 {
    display: flex;
    flex-direction: column;
  }

  .payments.svelte-kw4n80 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
  }

  .skeleton.svelte-kw4n80 {
    pointer-events: none;
  }

  .skeleton-line.svelte-kw4n80 {
    background: linear-gradient(90deg, #eee, #ddd, #eee);
    background-size: 200% 100%;
    animation: svelte-kw4n80-shimmer 1.2s infinite;
    border-radius: 4px;
  }

  .skeleton-line.short.svelte-kw4n80 {
    width: 80px;
    height: 12px;
  }

  .skeleton-line.medium.svelte-kw4n80 {
    width: 100px;
    height: 20px;
  }

  .skeleton-line.tiny.svelte-kw4n80 {
    width: 40px;
    height: 12px;
  }

  @keyframes svelte-kw4n80-shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }

  .amount-container.svelte-kw4n80 {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .amount.svelte-kw4n80 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }

  .frequency.svelte-kw4n80 {
    font-size: 12px;
    font-weight: 500;
    color: #666;
  }

  .interest-banner.svelte-kw4n80 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a39ff;
    border-radius: 11px;
    padding: 3px 8px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .interest-text.svelte-kw4n80 {
    font-size: 10px;
    color: #fff;
    text-align: right;
  }

  .reload-button.svelte-kw4n80 svg:where(.svelte-kw4n80) {
    width: 48px;
    height: 48px;
    display: block;
  }
  .reload-button.svelte-kw4n80 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    margin-top: 24px;
    color: #999;
    transition: transform 0.2s ease;
    outline: none;
    color: transparent;
    background-color: transparent;
  }

  .reload-button.svelte-kw4n80:focus,
  .reload-button.svelte-kw4n80:active {
    outline: none;
    box-shadow: none;
    color: transparent;
    background-color: transparent;
  }

  .reload-button.svelte-kw4n80:hover {
    transform: none;
  }

  .reload-button.svelte-kw4n80:hover {
    transform: scale(1.05);
  }

  .reload-button.svelte-kw4n80 svg:where(.svelte-kw4n80) {
    width: 48px;
    height: 48px;
    color: #3a39ff;
  }
  .error-subtext.svelte-kw4n80 {
    font-size: 14px;
    color: #666;
  }


  .navbar.svelte-19uw00w {
    width: 649px;
    height: 48px;
    margin-top: 40px;
    border-radius: 24px;
    background: rgba(58, 57, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    backdrop-filter: blur(30px);
  }

  .title.svelte-19uw00w {
    font-size: 12px;
    font-weight: 700;
    color: black;
    flex-grow: 1;
    text-align: center;
  }

  .arrow-back.svelte-19uw00w {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .arrow-back.svelte-19uw00w img:where(.svelte-19uw00w) {
    display: block;
  }


  .title.svelte-80rorc {
    font-size: 26px;
    font-weight: 800;
    margin-top: 35px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }

  .subtitle.svelte-80rorc {
    font-size: 14px;
    margin: 0 0 25px 0;
    line-height: 150%;
    color: #333;
    font-weight: 500;
  }


  .info-text.svelte-ushyro {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
  }


  .payment-date.svelte-a6p8p4 {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    text-align: start;
    margin-bottom: 40px;
    width: 100%;
  }


  .container.svelte-webil7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .top-bar-container.svelte-webil7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 1000;
  }

  main.container.svelte-webil7 {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  @media (max-width: 480px) {
    .container.svelte-webil7 {
      padding: 15px;
    }
  }


  .summary-container.svelte-11wg186 {
    width: 100%;
    max-width: 350px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e0e0ff;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .summary-header.svelte-11wg186 {
    background: #f3f3ff;
    padding: 16px;
    display: flex;
    flex-direction: column;
  }

  .summary-payments.svelte-11wg186 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
  }

  .summary-amount.svelte-11wg186 {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .amount.svelte-11wg186 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }

  .frequency.svelte-11wg186 {
    font-size: 12px;
    color: #666;
    font-weight: 500;
  }

  .summary-body.svelte-11wg186 {
    display: flex;
    flex-direction: column;
  }

  .row.svelte-11wg186 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: 8px 16px;
    font-size: 14px;
    color: #333;
  }

  .row.svelte-11wg186:has(+ .total-row:where(.svelte-11wg186)) {
    border-bottom-style: solid;
    border-bottom-color: #ccc;
  }

  .total-row.svelte-11wg186 {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 150%;
  }


  .summary-container.svelte-ws38mk {
    width: 100%;
    max-width: 350px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e0e0ff;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .summary-header.svelte-ws38mk {
    background: #f3f3ff;
    padding: 16px;
    display: flex;
    flex-direction: column;
  }

  .summary-payments.svelte-ws38mk {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
  }

  .summary-amount.svelte-ws38mk {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .amount.svelte-ws38mk {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }

  .frequency.svelte-ws38mk {
    font-size: 12px;
    color: #666;
    font-weight: 500;
  }

  .summary-body.svelte-ws38mk {
    display: flex;
    flex-direction: column;
  }

  .row.svelte-ws38mk {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: 8px 16px;
    font-size: 14px;
    color: #333;
  }

  .row.svelte-ws38mk:has(+ .total-row:where(.svelte-ws38mk)) {
    border-bottom-style: solid;
    border-bottom-color: #ccc;
  }

  .total-row.svelte-ws38mk {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 150%;
  }


  .container-buttons.svelte-18v33yk {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    gap: 20px;
    margin-top: 20px;
  }

  @media (max-width: 768px) {
    .container-buttons.svelte-18v33yk {
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
  }


  .title.svelte-1vaisuy {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 35px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }

  .subtitle.svelte-1vaisuy {
    font-size: 16px;
    margin: 0 0 25px 0;
    line-height: 140%;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.01em;
  }


  .info-text.svelte-glftja {
    font-size: 14px;
    margin: 20px auto;
    text-align: center;
    max-width: 700px;
  }


  .container.svelte-1v53x6p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    height: 100hv;
    margin: auto;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
  }

  .loader-wrapper.svelte-1v53x6p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  width: 100%;
}
  .top-bar-container.svelte-1v53x6p {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 1000;
  }

  main.container.svelte-1v53x6p {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  @media (max-width: 768px) {
    .container.svelte-1v53x6p {
      padding: 20px;
    }
  }


  .otp-container.svelte-13cc0i3 {
    display: flex;
    gap: 10px;
  }

  .otp-box.svelte-13cc0i3 {
    width: 70px;
    height: 80px;
    border-radius: 12px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    border: 2px solid transparent;
    background: rgba(58, 57, 255, 0.07);
    outline: none;
    transition: all 0.3s ease;
  }

  .otp-box.svelte-13cc0i3:disabled {
  background-color: #f0f0f0;
  color: #aaa;
  cursor: not-allowed;
}

  .otp-box.svelte-13cc0i3:focus {
    border-color: #3a39ff;
    background: white;
  }


  .title.svelte-pi2ryq {
    font-size: 26px;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
  }

  .subtitle.svelte-pi2ryq {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }


  .container-resend.svelte-en60uc {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
  }


  .container.svelte-1bgjeit {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
  }

  .loader-wrapper.svelte-1bgjeit {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: 100%;
  }

  .top-bar-container.svelte-1bgjeit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 1000;
  }

  main.container.svelte-1bgjeit {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }


  .iframe-wrapper.svelte-vo5evr {
    position: relative;
    width: 100%;
    height: 80vh;
  }

  .webview.svelte-vo5evr {
    width: 100%;
    height: 100%;
    border: none;
  }

  .click-catcher.svelte-vo5evr {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: transparent;
    cursor: pointer;
  }

  .loader-wrapper.svelte-vo5evr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 100%;
    background-color: #f0f1f4;
  }

  p.svelte-vo5evr {
    margin: 1rem;
    font-size: 1rem;
  }


  .title.svelte-rhaw0d {
    font-size: 26px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
  }


  .container.svelte-1ew3diy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    height: 100vh;
  }
  .loader-wrapper.svelte-1ew3diy {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: 100%;
  }
  .top-bar-container.svelte-1ew3diy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 1000;
  }

  main.container.svelte-1ew3diy {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }


  .title.svelte-gx8e2l {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
  }


  .container.svelte-1vkuye8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }


  .lottie-wrapper.svelte-15znted {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    z-index: 1000;
    pointer-events: none;
  }

  .lottie.svelte-15znted {
    min-width: 350px;
    min-height: 350px;
    max-width: 350px;
    max-height: 350px;
    flex-shrink: 0;
  }


  .title.svelte-klzqor {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
  }

  @media (max-width: 768px) {
    .title.svelte-klzqor {
      font-size: 22px;
    }
  }

  @media (max-width: 480px) {
    .title.svelte-klzqor {
      font-size: 20px;
    }
  }


  .container.svelte-10oq8fw {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #8bf8b6;
    position: relative;
    overflow: hidden;
  }


  .container.svelte-op076a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-width: 400px;
    padding: 0 25px;
  }

  .title.svelte-op076a {
    font-size: 26px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 120%;
  }

  .info-text.svelte-op076a {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    letter-spacing: 0.02em;
    line-height: 140%;
  }

  .feedback-alert.svelte-op076a {
    background-color: white;
    color: #000;
    text-align: center;
    padding: 20px 20px 30px 20px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    border-top: 1px solid #ff4d4f;
    border-left: 3px solid #ff4d4f;
    border-right: 3px solid #ff4d4f;
    border-bottom: 5px solid #ff4d4f;
    border-radius: 12px;
    box-shadow: 0 2px 0 #ff4d4f;
  }



  /* Menos de 400px: ocultar br salvo los que marcan salto obligatorio (.eol) */
  @media (max-width: 399px) {
    .container.svelte-op076a br:not(.eol) {
      display: none;
    }
  }


    .box.svelte-y1uw1j {
      height: fit-content;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }
  
    @media (max-width: 430px) {
      .box.svelte-y1uw1j {
        width: 100%;
      }
    }
  

  .contact-box-text.svelte-arnqk9 {
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-align: center;
    margin: 0;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .contact-box-link.svelte-arnqk9 {
    color: rgba(58, 57, 255, 1);
    text-decoration: none;
    font-weight: 400;
    text-wrap: nowrap;
    cursor: pointer;
  }


  .amount-box-message.svelte-1vrfaav {
    font-size: 22px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin: 0;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .amount-box-value.svelte-1vrfaav {
    font-size: 34px;
    font-weight: bold;
    text-wrap: nowrap;
    line-height: 150%;
    margin-top: 10px;
  }


  .container.svelte-b8alyl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }

  .small-text.svelte-b8alyl {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0px;
  }

  .value-text.svelte-b8alyl {
    font-size: 28px;
    margin: 0px;
    padding: 0;
    font-weight: 700;
    text-align: center;
  }

  .title.svelte-b8alyl {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
  }


  .container.svelte-15h956m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }

  .small-text.svelte-15h956m {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0px;
  }

  .loader-wrapper.svelte-15h956m {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    width: 100%;
  }

  .title.svelte-15h956m {
    font-size: 28px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
  }

  .error-container.svelte-15h956m {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
    color: #d32f2f;
  }


  .container.svelte-g7zh2b {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }


  .title.svelte-1rme35b {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  main.svelte-1rme35b {
    max-width: 600px !important;
  }


  @media (max-width: 768px) {
    .download-button.svelte-1vjwsl3 {
      width: 100% !important;
    }
  }

  .download-button.svelte-1vjwsl3 {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #3a39ff;
    border: 1px solid #3a39ff;
    border-radius: 10px;
    padding: 10px;
    width: 192px;
    height: 40px;
    justify-content: center;
  }

  .arrow-icon.svelte-1vjwsl3 {
    width: 24px;
    height: 24px;
    filter: invert(24%) sepia(92%) saturate(2032%) hue-rotate(227deg) brightness(100%) contrast(98%);
  }


    .container.svelte-yzzlch {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 100vh;
    }
  
    .content.svelte-yzzlch {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px;
    }
  
    .buttons-container.svelte-yzzlch {
      display: flex;
      gap: 20px;
      margin-top: 60px;
    }
  
    @media (max-width: 1024px) {
      .container.svelte-yzzlch {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        min-height: 100vh;
      }
  
      .content.svelte-yzzlch {
        width: 100%;
        padding: 20px;
      }
    }
  
    @media (max-width: 768px) {
      .buttons-container.svelte-yzzlch {
        flex-direction: column;
        align-items: center;
        width: 90%;
        gap: 15px;
        padding: 0;
      }
    }
  

  .container.svelte-1c4pasu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .title.svelte-1c4pasu {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px 0;
  }

  .subtitle.svelte-1c4pasu {
    font-size: 16px;
    text-align: center;
    margin: 0 0 40px 0;
    font-weight: 500;
  }

  .list-container.svelte-1c4pasu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 327px;
    margin-bottom: 40px;
  }

  .list-item.svelte-1c4pasu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .list-item.svelte-1c4pasu:not(:last-child) {
    border-bottom: 1px solid #00000033;
  }

  .list-item.svelte-1c4pasu > :where(.svelte-1c4pasu) {
    font-weight: 500;
  }

  .list-item.svelte-1c4pasu .list-item-title.bold:where(.svelte-1c4pasu) {
    font-weight: 700 !important;
  }

  .disclaimer.svelte-1c4pasu {
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px 0;
    font-weight: 400;
    max-width: 327px;
    letter-spacing: 0px;
    line-height: 150%;
  }

@font-face {
  font-family: 'jumio-sdk-icomoon';
  src:
    url('fonts/jumio-sdk-icomoon.ttf?f1z79j') format('truetype'),
    url('fonts/jumio-sdk-icomoon.woff?f1z79j') format('woff'),
    url('fonts/jumio-sdk-icomoon.svg?f1z79j#jumio-sdk-icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jumio-sdk-icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bra-id:before {
  content: "\e970";
}
.icon-pdf:before {
  content: "\e969";
}
.icon-id-document:before {
  content: "\e967";
}
.icon-upload-method:before {
  content: "\e968";
}
.icon-add:before {
  content: "\e901";
}
.icon-add-time:before {
  content: "\e902";
}
.icon-analytics:before {
  content: "\e903";
}
.icon-arrow-direction-down:before {
  content: "\e904";
}
.icon-arrow-direction-left:before {
  content: "\e905";
}
.icon-arrow-direction-right:before {
  content: "\e906";
}
.icon-arrow-direction-up:before {
  content: "\e907";
}
.icon-attachment:before {
  content: "\e908";
}
.icon-business .path1:before {
  content: "\e909";
  color: rgb(92, 101, 112);
  opacity: 0.5;
}
.icon-business .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-business .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-business .path4:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-calendar .path1:before {
  content: "\e90c";
  color: rgb(92, 101, 112);
}
.icon-calendar .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-calendar .path3:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(92, 101, 112);
  opacity: 0.5;
}
.icon-camera-video:before {
  content: "\e90f";
}
.icon-check:before {
  content: "\e910";
}
.icon-check-circle:before {
  content: "\e911";
}
.icon-check-circle-filled:before {
  content: "\e912";
}
.icon-chevron-direction-down:before {
  content: "\e913";
}
.icon-chevron-direction-left:before {
  content: "\e914";
}
.icon-chevron-direction-right:before {
  content: "\e915";
}
.icon-chevron-direction-up:before {
  content: "\e916";
}
.icon-close:before {
  content: "\e917";
}
.icon-collapse:before {
  content: "\e918";
}
.icon-columns:before {
  content: "\e919";
}
.icon-compare:before {
  content: "\e91a";
}
.icon-copy:before {
  content: "\e91b";
}
.icon-create-new:before {
  content: "\e91c";
}
.icon-delete:before {
  content: "\e91d";
}
.icon-device:before {
  content: "\e91e";
}
.icon-download:before {
  content: "\e91f";
}
.icon-edit:before {
  content: "\e920";
}
.icon-email:before {
  content: "\e921";
}
.icon-exit:before {
  content: "\e922";
}
.icon-exclamation-mark:before {
  content: "\e923";
}
.icon-expand:before {
  content: "\e924";
}
.icon-external:before {
  content: "\e925";
}
.icon-filter:before {
  content: "\e926";
}
.icon-globe:before {
  content: "\e927";
}
.icon-help:before {
  content: "\e928";
}
.icon-id-back:before {
  content: "\e929";
}
.icon-id-digital:before {
  content: "\e92a";
}
.icon-id-drivers-license:before {
  content: "\e92b";
}
.icon-id-front:before {
  content: "\e92c";
}
.icon-id-passport:before {
  content: "\e92d";
}
.icon-id-work-visa:before {
  content: "\e92e";
}
.icon-info:before {
  content: "\e92f";
}
.icon-initiate:before {
  content: "\e930";
}
.icon-jump-back:before {
  content: "\e931";
}
.icon-jump-forward:before {
  content: "\e932";
}
.icon-link:before {
  content: "\e933";
}
.icon-list-view:before {
  content: "\e934";
}
.icon-lock:before {
  content: "\e935";
}
.icon-menu:before {
  content: "\e936";
}
.icon-minus-circle:before {
  content: "\e937";
}
.icon-more-actions:before {
  content: "\e938";
}
.icon-notification-filled .path1:before {
  content: "\e939";
  color: rgb(92, 101, 112);
  opacity: 0.25;
}
.icon-notification-filled .path2:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-notification-filled .path3:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-party:before {
  content: "\e93c";
}
.icon-payment-method .path1:before {
  content: "\e93d";
  color: rgb(92, 101, 112);
  opacity: 0.3;
}
.icon-payment-method .path2:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(92, 101, 112);
  opacity: 0.3;
}
.icon-payment-method .path3:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-plus-circle:before {
  content: "\e940";
}
.icon-reset:before {
  content: "\e941";
}
.icon-risk:before {
  content: "\e942";
}
.icon-rotate-left:before {
  content: "\e943";
}
.icon-rotate-right:before {
  content: "\e944";
}
.icon-schedule:before {
  content: "\e945";
}
.icon-search:before {
  content: "\e946";
}
.icon-share:before {
  content: "\e947";
}
.icon-shield:before {
  content: "\e948";
}
.icon-sort:before {
  content: "\e949";
}
.icon-sort-ascending:before {
  content: "\e94a";
}
.icon-sort-descending:before {
  content: "\e94b";
}
.icon-table-view:before {
  content: "\e94c";
}
.icon-timeline:before {
  content: "\e94d";
}
.icon-transaction .path1:before {
  content: "\e94e";
  color: rgb(92, 101, 112);
  opacity: 0.3;
}
.icon-transaction .path2:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-transaction .path3:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-verification:before {
  content: "\e951";
}
.icon-unlink:before {
  content: "\e952";
}
.icon-unlock:before {
  content: "\e953";
}
.icon-unschedule:before {
  content: "\e954";
}
.icon-upload:before {
  content: "\e955";
}
.icon-user:before {
  content: "\e956";
}
.icon-version-history:before {
  content: "\e957";
}
.icon-visibility:before {
  content: "\e958";
}
.icon-visibility-off:before {
  content: "\e959";
}
.icon-zoom-in:before {
  content: "\e95a";
}
.icon-zoom-out:before {
  content: "\e95b";
}
.icon-info-filled .path1:before {
  content: "\e95c";
  color: rgb(92, 101, 112);
  opacity: 0.3;
}
.icon-info-filled .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-info-filled .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-info-filled .path4:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(92, 101, 112);
}
.icon-jumio:before {
  content: "\e960";
}
.icon-ic-capture-camera:before {
  content: "\e961";
}
.icon-ic-capture-camera-flash:before {
  content: "\e962";
}
.icon-ic-capture-flip:before {
  content: "\e963";
}
.icon-ic-capture-switch:before {
  content: "\e964";
}
.icon-ic-method-camera:before {
  content: "\e965";
}
.icon-camera-number-placeholder:before {
  content: "\e966";
}


  :root {
    --jumio-sdk-font-family: 'Satoshi Variable', sans-serif;
  }

  .jumio-container.svelte-y8w5kw {
    height: 100vh;
    width: 100%;
  }

  .jumio-container.svelte-y8w5kw jumio-sdk {
    height: 100%;
  }

  .loading-container.svelte-y8w5kw {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .jumio-container.svelte-y8w5kw jumio-sdk {
    --jumio-sdk-theme-light-app-container-bg-color: #ffffff;
    --jumio-sdk-theme-light-text-color: #1c2229;
    --jumio-sdk-theme-light-page-bg-color: #f5f7fa;
    --jumio-sdk-color-primary1: #d8d7ffff;
    --jumio-sdk-color-primary2: #8988ffff;
    --jumio-sdk-color-primary3: #3a39ffff;
    --jumio-sdk-color-primary4: #3433e6ff;
    --jumio-sdk-color-primary5: #2e2eccff;
    --jumio-sdk-color-primary6: #1d1d80ff;
    --jumio-sdk-color-primary7: #2625a6ff;
    --jumio-sdk-color-secondary1: #f5f7fa;
    --jumio-sdk-color-secondary2: #edf1f5;
    --jumio-sdk-color-secondary3: #dfe5ec;
    --jumio-sdk-color-secondary4: #c6cdd5;
    --jumio-sdk-color-secondary5: #9aa4af;
    --jumio-sdk-color-secondary6: #757f8a;
    --jumio-sdk-color-secondary7: #ffffff0f;
    --jumio-sdk-color-secondary8: #3e4753;
    --jumio-sdk-color-secondary9: #333d47;
    --jumio-sdk-color-secondary10: #2b333d;
    --jumio-sdk-color-secondary11: #222931;
    --jumio-sdk-color-secondary12: #1c2229;
  }
  @media (prefers-color-scheme: dark) {
    .jumio-container.svelte-y8w5kw jumio-sdk {
      --jumio-sdk-theme-dark-app-container-bg-color: #1c2229;
      --jumio-sdk-theme-dark-text-color: #ffffff;
      --jumio-sdk-theme-dark-page-bg-color: #2c333d;
      --jumio-sdk-color-primary1: #d8d7ffff;
      --jumio-sdk-color-primary2: #8988ffff;
      --jumio-sdk-color-primary3: #3a39ffff;
      --jumio-sdk-color-primary4: #3433e6ff;
      --jumio-sdk-color-primary5: #2e2eccff;
      --jumio-sdk-color-primary6: #1d1d80ff;
      --jumio-sdk-color-primary7: #2625a6ff;
      --jumio-sdk-color-secondary1: #f5f7fa;
      --jumio-sdk-color-secondary2: #edf1f5;
      --jumio-sdk-color-secondary3: #dfe5ec;
      --jumio-sdk-color-secondary4: #c6cdd5;
      --jumio-sdk-color-secondary5: #9aa4af;
      --jumio-sdk-color-secondary6: #757f8a;
      --jumio-sdk-color-secondary7: #5c6570;
      --jumio-sdk-color-secondary8: #3e4753;
      --jumio-sdk-color-secondary9: #333d47;
      --jumio-sdk-color-secondary10: #2b333d;
      --jumio-sdk-color-secondary11: #222931;
      --jumio-sdk-color-secondary12: #1c2229;
    }
  }


  .wrap.svelte-1uchzgn {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: #fff;
  }

  .frame.svelte-1uchzgn {
    display: block;
    width: 100%;
    height: 100vh;
    border: 0;
  }

  .overlay.svelte-1uchzgn {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.92);
  }

  .overlay-text.svelte-1uchzgn {
    font-family: 'Satoshi Variable', sans-serif;
    font-size: 15px;
    color: #333;
    margin: 0;
  }

  .error-banner.svelte-1uchzgn {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 12px 16px;
    background: #ff54491a;
    font-family: 'Satoshi Variable', sans-serif;
    font-size: 14px;
    text-align: center;
  }

  .link.svelte-1uchzgn {
    display: inline-block;
    margin-top: 8px;
    color: #3a39ff;
    font-weight: 600;
  }


  main.svelte-1n46o8q {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

