/* /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], article[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/Products/EurobankProducts.razor.rz.scp.css */
.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: 40px 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: space-between;
    align-items: center;
    padding: 10px;
}

.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;
}
/* /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;
    }
}
