/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vbrjv0d21h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vbrjv0d21h] {
    flex: 1;
}

.sidebar[b-vbrjv0d21h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vbrjv0d21h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vbrjv0d21h]  a, .top-row[b-vbrjv0d21h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vbrjv0d21h]  a:hover, .top-row[b-vbrjv0d21h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vbrjv0d21h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vbrjv0d21h] {
        justify-content: space-between;
    }

    .top-row[b-vbrjv0d21h]  a, .top-row[b-vbrjv0d21h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vbrjv0d21h] {
        flex-direction: row;
    }

    .sidebar[b-vbrjv0d21h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vbrjv0d21h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vbrjv0d21h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vbrjv0d21h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vbrjv0d21h] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vbrjv0d21h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Account/Consent.razor.rz.scp.css */
h5[b-w4rcoae60e]{
    margin-bottom:5px;
}

.modal-text-content[b-w4rcoae60e]{
    display:flex;
    flex-flow:column;
    gap:15px;
}
/* /Components/Pages/InterestForm.razor.rz.scp.css */
.form__sceleton[b-tmwrvvod8i] {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.form-container[b-tmwrvvod8i] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form__section[b-tmwrvvod8i] {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto auto;
}

.content-div[b-tmwrvvod8i] {
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.title__section .subtitle[b-tmwrvvod8i] {
  color: rgba(57, 57, 57, 1);
}

.disclaimer__section[b-tmwrvvod8i] {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 109, 192, 0.12);
  border: 1px solid rgba(0, 109, 192, 1);
  border-radius: 8px;
  padding: 2rem;
  gap: 16px;
  color: rgba(57, 57, 57, 1);
  transition: all 0.3s ease-out;
}

.disclaimer__section.hide[b-tmwrvvod8i] {
  gap: 0;
}

.disclaimer__section__header[b-tmwrvvod8i] {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.disclaimer__section__title[b-tmwrvvod8i] {
  display: flex;
  gap: 12px;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.5rem;
}

.disclaimer__section__arrowup.hide[b-tmwrvvod8i],
.disclaimer__section__arrowdown.hide[b-tmwrvvod8i] {
  display: none;
}

.disclaimer__section__arrowup.show[b-tmwrvvod8i],
.disclaimer__section__arrowdown.show[b-tmwrvvod8i] {
  display: block;
}

.disclaimer__section__slider[b-tmwrvvod8i] {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.25rem;
  z-index: -1;
  transition: all 0.25s ease-out;
}
.disclaimer__section__slider.hide[b-tmwrvvod8i] {
  max-height: 0;
  opacity: 0;
}

.disclaimer__section__slider.show[b-tmwrvvod8i] {
  max-height: 400px;
  opacity: 1;
  z-index: 0;
}

.terms__section[b-tmwrvvod8i] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(226, 226, 226, 1);
  border-radius: 8px;
}

.terms__section__title[b-tmwrvvod8i] {
  display: flex;
  justify-content: space-between;
}

.terms__section__title div[b-tmwrvvod8i] {
  align-items: center;
  display: flex;
  gap: 12px;
}

.terms__section__title label[b-tmwrvvod8i] {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 2rem;
}

.terms__section__title__text[b-tmwrvvod8i] {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.5rem;
}

.terms__section__items[b-tmwrvvod8i] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.terms__section__item__check[b-tmwrvvod8i] {
  display: flex;
  gap: 0.75rem;
  align-content: center;
}

.terms__section__item__check label[b-tmwrvvod8i] {
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  line-height: 1rem;
  align-self: center;
}

.terms__section__item__check p[b-tmwrvvod8i] {
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  line-height: 1rem;
  align-self: center;
}

.terms__section__item__details[b-tmwrvvod8i] {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  line-height: 1.375rem;
  padding: 0 0 0 2rem;
}

.footer__navigation[b-tmwrvvod8i] {
  display: flex;
  gap: 16px;
}

[b-tmwrvvod8i] .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

[b-tmwrvvod8i] .loading-container {
  background-color: white;
  border-radius: 12px;
  padding: 3rem 2.5rem;
  text-align: center;
  max-width: 500px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

[b-tmwrvvod8i] .loading-spinner {
  margin-bottom: 1.5rem;
}

[b-tmwrvvod8i] .loading-spinner .spinner-border {
  color: #006dc0;
}

[b-tmwrvvod8i] .loading-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

[b-tmwrvvod8i] .loading-message {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.5rem;
}

[b-tmwrvvod8i] .loading-warning {
  font-size: 1.1rem;
  font-weight: 600;
  color: #d9534f;
  margin-top: 1rem;
  margin-bottom: 0;
}
/* /Components/Pages/Onboarding/EurobankLeDoB.razor.rz.scp.css */
.eurobank-onboarding[b-dtk6d83ekp] {
    min-height: 100vh;
    min-width: 100vw;
    background: #ececef;
    color: #2f333a;
}

.hero-banner[b-dtk6d83ekp] {
    position: relative;
    height: 353px;
    overflow: hidden;
    display: flex;
}

.hero-banner[b-dtk6d83ekp]  svg,
.hero-banner[b-dtk6d83ekp]  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eurobank-content[b-dtk6d83ekp] {
    width: fit-content;
    margin: -68px auto 0;
    padding-bottom: 34px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.account-panel[b-dtk6d83ekp] {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e3e7ee;
    box-shadow: 0 8px 20px rgba(57, 57, 57, 0.06);
    padding: 48px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.account-panel__brand-row[b-dtk6d83ekp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-panel__entersoftone[b-dtk6d83ekp] {
    width: 150px;
    height: auto;
}

.account-panel__heading-row[b-dtk6d83ekp] {
    padding-top: 0;
    border-top: none;
    display: flex;
    gap: 16px;
    align-items: center;
}

.account-panel__heading-row h1[b-dtk6d83ekp] {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.2%;
    font-weight: 700;
    color: #2d3137;
    flex: 0 0 300px;
    white-space: nowrap;
}

.account-panel__heading-row p:first-child[b-dtk6d83ekp] {
    margin: 0;
    color: #707886;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2%;
    white-space: nowrap;
}

.account-panel__heading-row hr[b-dtk6d83ekp] {
    align-self: stretch;
    flex: 0 0 auto;
    width: 1px;
    min-width: 1px;
    height: auto;
    min-height: 40px;
    margin: 4px 0;
    border: 0;
    background-color: #e2e2e2;
    opacity: 1;
}

.account-panel__heading-row p:last-child[b-dtk6d83ekp] {
    margin: 0;
    color: #707886;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.2%;
    white-space: nowrap;
}

.account-options[b-dtk6d83ekp] {
    display: flex;
    max-width: 1104px;
    gap: 14px;
}

.account-options>form[b-dtk6d83ekp] {
    display: contents;
}

.account-option[b-dtk6d83ekp] {
    width: 49%;
    border-radius: 16px;
    border: 1px solid #e5e9ef;
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 146px;
    cursor: pointer;
}

.account-option__title-row[b-dtk6d83ekp] {
    display: flex;
    gap: 16px;
    align-items: center;
}

.account-option__radio[b-dtk6d83ekp] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    border-radius: 50%;
    border: 1px solid #d3dae4;
    background: #fff;
    flex-shrink: 0;
    cursor: pointer;
    display: grid;
    place-content: center;
    transition: border-color 0.15s ease;
}

.account-option__radio[b-dtk6d83ekp]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 109, 192, 1);
    transform: scale(0);
    transition: transform 0.12s ease;
}

.account-option__radio:checked[b-dtk6d83ekp] {
    border-color: rgba(0, 109, 192, 1);
}

.account-option__radio:checked[b-dtk6d83ekp]::before {
    transform: scale(1);
}

.account-option__radio:hover:not(:disabled)[b-dtk6d83ekp],
.account-option__radio:focus-visible[b-dtk6d83ekp] {
    border-color: rgba(0, 109, 192, 1);
    outline: none;
}

.account-option__title-row h2[b-dtk6d83ekp] {
    margin: 0;
    color: #2f3237;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.005em;
}

.account-option__description[b-dtk6d83ekp],
.account-option__checkbox-row[b-dtk6d83ekp] {
    margin-top: auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.account-option__checkbox-row[b-dtk6d83ekp] {
    display: flex;
    gap: 6px;
}

.account-option__error[b-dtk6d83ekp] {
    margin: 0;
    color: #d32f2f;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.account-option__checkbox[b-dtk6d83ekp] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccd4df;
    background: #fff;
    border-radius: 3px;
    margin-top: 1px;
    flex-shrink: 0;
    cursor: pointer;
    display: grid;
    place-content: center;
    transition: border-color 0.15s ease;
}

.account-option__checkbox[b-dtk6d83ekp]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: transform 0.12s ease;
    background-color: #fff;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.account-option__checkbox:checked[b-dtk6d83ekp] {
    border-color: rgba(0, 109, 192, 1);
    background-color: rgba(0, 109, 192, 1);
}

.account-option__checkbox:checked[b-dtk6d83ekp]::before {
    transform: scale(1);
}

.account-option__checkbox:hover:not(:disabled)[b-dtk6d83ekp],
.account-option__checkbox:focus-visible[b-dtk6d83ekp] {
    border-color: rgba(0, 109, 192, 1);
    outline: none;
}

.account-option__checkbox-row a[b-dtk6d83ekp] {
    color: #2879cf;
    text-decoration: underline;
    cursor: pointer;
}

.account-option__button[b-dtk6d83ekp] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 8px;
    border: 1px solid rgba(0, 109, 192, 1);
    background: rgba(0, 109, 192, 1);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 12px 16px;
    cursor: pointer;
}

.account-option__button:hover:not(:disabled)[b-dtk6d83ekp],
.account-option__button:active:not(:disabled)[b-dtk6d83ekp] {
    background: rgba(0, 71, 171, 1);
    border-color: rgba(0, 71, 171, 1);
}

.account-option__button:disabled[b-dtk6d83ekp] {
    background: rgba(0, 109, 192, 0.24);
    border-color: rgba(0, 109, 192, 0.24);
    color: #ffffff;
    cursor: not-allowed;
}

.account-option__button-arrow[b-dtk6d83ekp] {
    width: 13px;
    height: 13px;
    transform: translateY(-1px);
    opacity: 0.95;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.account-option__button-arrow :deep(svg)[b-dtk6d83ekp] {
    width: 100%;
    height: 100%;
    display: block;
}

.terms-consent-modal .modal-dialog[b-dtk6d83ekp] {
    max-width: 1024px;
}

.terms-consent-content[b-dtk6d83ekp] {
    color: #2f333a;
    font-size: 14px;
    line-height: 22px;
}

.terms-consent-content p[b-dtk6d83ekp],
.terms-consent-content ul[b-dtk6d83ekp],
.terms-consent-content ol[b-dtk6d83ekp] {
    margin-bottom: 12px;
}

.terms-consent-content li[b-dtk6d83ekp] {
    margin-bottom: 8px;
}

.benefits[b-dtk6d83ekp] {
    width: 100%;
}

#benefits-title[b-dtk6d83ekp] {
    margin: 0;
    text-align: center;
    color: #353841;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -2%;
    white-space: nowrap;
}

.benefits-grid[b-dtk6d83ekp] {
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    gap: 72px;
}

.benefit-card[b-dtk6d83ekp] {
    max-width: 320px;
    min-height: 248px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e7ebf2;
    box-shadow: 0 6px 18px rgba(56, 63, 76, 0.05);
    padding: 24px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.benefit-card h3[b-dtk6d83ekp] {
    color: #353a43;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -2%;
}

.benefit-card hr[b-dtk6d83ekp] {
    width: 88px;
    margin: 0 auto;
    border-bottom: 2px solid #B4C7DE;
    border-radius: 2px;
}

.benefit-card p[b-dtk6d83ekp] {
    color: #828a99;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -2%;
}

.eurobank-footer[b-dtk6d83ekp] {
    position: absolute;
    bottom: 3px;
    padding-left: 320px;
    color: #8b909d;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 1200px) {
    .eurobank-content[b-dtk6d83ekp] {
        width: calc(100% - 20px);
    }

    .account-panel__heading-row[b-dtk6d83ekp] {
        flex-direction: column;
        gap: 8px;
    }

    .account-panel__heading-row h1[b-dtk6d83ekp] {
        flex: 0 1 auto;
        font-size: 32px;
        line-height: 1.1;
        white-space: normal;
    }

    .benefits h2[b-dtk6d83ekp] {
        font-size: 28px;
        white-space: normal;
    }

    .benefits-grid[b-dtk6d83ekp] {
        max-width: none;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .hero-banner[b-dtk6d83ekp] {
        height: 132px;
    }

    .eurobank-content[b-dtk6d83ekp] {
        margin-top: -14px;
        width: calc(100% - 16px);
    }

    .account-panel[b-dtk6d83ekp] {
        padding: 16px;
    }

    .account-panel__heading-row h1[b-dtk6d83ekp] {
        font-size: 34px;
    }

    .account-option__title-row h2[b-dtk6d83ekp] {
        font-size: 14px;
    }

    .account-option__button[b-dtk6d83ekp] {
        font-size: 12px;
        height: 34px;
    }

    .account-options[b-dtk6d83ekp],
    .benefits-grid[b-dtk6d83ekp] {
        grid-template-columns: 1fr;
    }

    .benefits[b-dtk6d83ekp] {
        margin-top: 28px;
    }

    .benefits h2[b-dtk6d83ekp] {
        font-size: 26px;
        white-space: normal;
    }

    .benefit-card h3[b-dtk6d83ekp] {
        font-size: 16px;
    }

    .benefit-card p[b-dtk6d83ekp] {
        font-size: 13px;
    }

    .eurobank-footer[b-dtk6d83ekp] {
        margin-top: 26px;
        padding-left: 0;
        text-align: center;
    }
}
/* /Components/Pages/Products/EurobankProducts.razor.rz.scp.css */
.description[b-ogiuih6wwh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.actions[b-ogiuih6wwh] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-logo[b-ogiuih6wwh] {
    width: 120px;
    margin-bottom: 12px
}

.modal-product-logo[b-ogiuih6wwh] {
    width: 120px;
    margin-bottom: 8px;
}

.product-card-halo[b-ogiuih6wwh] {
    border: 3px solid transparent;
    border-radius: 1.5rem;
}

.product-card.selected[b-ogiuih6wwh] {
    outline: 3px solid rgba(0, 109, 192, 1);
    box-shadow: 0px 24px 24px 4px rgba(57, 57, 57, 0.08),
        0px 12px 16px 0px rgba(57, 57, 57, 0.08),
        0px 2px 8px -2px rgba(57, 57, 57, 0.16);
}

.product-card-title-div[b-ogiuih6wwh] {
    min-height: 72px;
    display: grid;
    align-content: center;
    grid-template-rows: auto 1fr;
}

.product-card-title[b-ogiuih6wwh] {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    color: rgba(57, 57, 57, 1);
}

.product-card-subtitle[b-ogiuih6wwh] {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
    color: rgba(126, 125, 141, 1);
}

.products-container[b-ogiuih6wwh] {
    margin: 8px auto;
}

.products-grid[b-ogiuih6wwh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(504px, 504px));
    gap: 1.5rem;
    justify-content: center;
}

.product-card-body[b-ogiuih6wwh] {
    display: grid;
    grid-template-rows: 92px auto;
    gap: 10px;
}

.product-card[b-ogiuih6wwh] {
    background: white;
    border-radius: 1.5rem;
    padding: 1.5rem;
    padding-left: 2rem;
    box-shadow: 0px 12px 16px 0px rgba(57, 57, 57, 0.04), 0px 2px 8px -2px rgba(57, 57, 57, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: grid;
    grid-template-rows: 288px 1fr auto;
    gap: 0;
    flex-direction: column;
    width: 504px;
    height: 660px;
    overflow: auto;
}

.product-card:hover[b-ogiuih6wwh] {
    box-shadow: 0px 24px 24px 4px rgba(57, 57, 57, 0.08), 0px 12px 16px 0px rgba(57, 57, 57, 0.08), 0px 2px 8px -2px rgba(57, 57, 57, 0.16);
}


.product-icon[b-ogiuih6wwh] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 288px;
    margin: -1.5rem;
    margin-left: -2rem;
    margin-bottom: 2rem;
}

.product-icon.pos-cash-advance[b-ogiuih6wwh] {
    background-image: url('/images/pos-cash-advance-mobile.png');
}

.product-icon.business-credit-mastercard[b-ogiuih6wwh] {
    background-image: url('/images/business-credit-mastercard.png');
}

.page-footer[b-ogiuih6wwh] {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
}

.account-banner[b-ogiuih6wwh] {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    background: #f5f5f5;
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.account-banner-icon[b-ogiuih6wwh] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    padding: 30px 25px;
    flex-shrink: 0;
    background: #e6e6e6;
}

.account-banner-icon > svg[b-ogiuih6wwh] {
    height: 24px;
    aspect-ratio: 1;
}

.wrapper[b-ogiuih6wwh] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    padding-right: 24px;
}

.account-banner-text[b-ogiuih6wwh] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.account-banner-subtext[b-ogiuih6wwh] {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -2%;
}

.account-banner-maintext[b-ogiuih6wwh] {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -2%;
}

.account-banner .fin-btn-white[b-ogiuih6wwh] {
    color: rgba(0, 109, 192, 1);
    border-color: rgba(0, 109, 192, 1);
    flex-shrink: 0;
}

.product-footer[b-ogiuih6wwh] {
    display: flex;
    justify-content: space-between;
    place-self: center stretch;
}

.footer-right[b-ogiuih6wwh] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-right a[b-ogiuih6wwh] {
    color: #0366d6;
    text-decoration: none;
}

.footer-right a:hover[b-ogiuih6wwh] {
    text-decoration: underline;
}

.footer-text[b-ogiuih6wwh] {
    margin-left: -10px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.02em;
    color: rgba(126, 125, 141, 1);
}


.div-switch[b-ogiuih6wwh] {
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 12px;
}

.div-switch-text[b-ogiuih6wwh] {
    transition: all 0.3s ease-out;
}


.div-switch-text.show[b-ogiuih6wwh] {
    opacity: 1;
}

.div-switch-text.hide[b-ogiuih6wwh] {
    opacity: 0;
}

.eurobank-footer[b-ogiuih6wwh] {
    position: absolute;
    bottom: 8px;
    color: #8b909d;
    font-size: 14px;
    line-height: 24px;
}
/* /Components/Pages/States/TransferSuccess.razor.rz.scp.css */
.results-container[b-ph7bzd1bp1] {
    gap: 0;
}

.results-container > hr[b-ph7bzd1bp1] {
    max-width: 521px;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #b4c7de;
    margin: 40px 0;
}

.success__message[b-ph7bzd1bp1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.success__title[b-ph7bzd1bp1] {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%;
    text-align: center;
    color: #393939;
    margin: 0;
    margin-bottom: 8px;
}

.success__text[b-ph7bzd1bp1] {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -2%;
    text-align: center;
    color: #393939;
    margin: 0;
}

.success-cta[b-ph7bzd1bp1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    width: 100%;
    max-width: 480px;   
}

.success-cta__divider[b-ph7bzd1bp1] {
    width: 100%;
    border: none;
    border-top: 1px solid #e2e2e2;
    margin: 0;
}

.success-cta__info[b-ph7bzd1bp1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.success-cta__title[b-ph7bzd1bp1] {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%;
    text-align: center;
    color: #6e6d7e;
    margin: 0;
}

.success-cta__subtitle[b-ph7bzd1bp1] {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%;
    text-align: center;
    color: #6e6d7e;
    margin: 0;
}

.success-cta__back[b-ph7bzd1bp1] {
    background: none;
    border: none;
    color: #006dc0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -2%;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

/* /Components/Shared/DataConsent.razor.rz.scp.css */
.consent-container[b-h68igdv1a2] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.consent-title[b-h68igdv1a2] {
    text-align: center;
    margin-bottom: 30px;
}

.consent-content[b-h68igdv1a2] {
    padding: 20px;
}

    .consent-content p[b-h68igdv1a2] {
        margin-bottom: 15px;
        text-align: justify;
        line-height: 1.5;
    }

    .consent-content ul[b-h68igdv1a2] {
        margin: 15px 0;
        padding-left: 20px;
    }

    .consent-content li[b-h68igdv1a2] {
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .consent-container[b-h68igdv1a2] {
        margin: 10px;
        padding: 10px;
    }

    .consent-content[b-h68igdv1a2] {
        padding: 15px;
    }
}
