﻿@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    /* med */
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.1s ease-in;
}

html,
body {
    font-family: 'Inter', sans-serif;
    background-color: rgba(242, 242, 242, 1);
    overflow-x: hidden;
}

a,
.btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.logos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.logo {
    width: 273px;
}

.title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: rgba(57, 57, 57, 1);
    margin: 0;
}

.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -2%;
    color: #7e7d8d;
    margin: 0;
}

p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.02em;
    color: rgba(57, 57, 57, 1);
    margin: 0;
}

ul,
ol {
    padding-left: 1rem;
    margin: 0;
}

.check-dots li {
    list-style-type: none;
}

.check-dots li::before {
    content: "✓";
    /* Checkmark symbol */
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
    margin-right: 0.4rem;
}

li {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.02em;
}

.page-wrapper {
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 1032px
}

.content-section {
    margin: 3.25rem 0;
    flex: 1;
}

.result__sceleton {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* ==================== */
/* BUTTONS  */
/* ==================== */
.fin-btn-blue {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 109, 192, 1);
    border: none;
    box-shadow: none;
    max-height: 48px;
    min-width: 171px;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.fin-btn-blue:hover {
    background-color: rgba(0, 71, 171, 1);
}

.fin-btn-blue:active {
    background-color: rgba(0, 71, 171, 1);
}

.fin-btn-blue:disabled {
    background-color: rgba(0, 109, 192, 0.24);
}

.fin-btn-white-info {
    color: rgba(57, 57, 57, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(226, 226, 226, 1);
    box-shadow: none;
    max-height: 40px;
    min-width: 185px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 5px;
}

.fin-btn-white-info:hover {
    background-color: rgba(227, 233, 237, 1);
}

.fin-btn-white-info:active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(104, 137, 165, 1);
}

.fin-btn-white-info:disabled {
    color: rgba(57, 57, 57, 0.32);
    background-color: rgba(57, 57, 57, 0.32);
    border-color: rgba(57, 57, 57, 0.32);
}

.fin-btn-white {
    color: rgba(57, 57, 57, 1);
    background-color: transparent;
    border: 1px solid rgba(226, 226, 226, 1);
    box-shadow: none;
    max-height: 48px;
    min-width: 130px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 5px;
}

.fin-btn-white:hover {
    background-color: rgba(227, 233, 237, 1);
}

.fin-btn-white:active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(104, 137, 165, 1);
}

.fin-btn-white:disabled {
    color: rgba(57, 57, 57, 0.32);
    background-color: rgba(57, 57, 57, 0.32);
    border-color: rgba(57, 57, 57, 0.32);
}


.fin-btn-green {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(80, 205, 137, 1);
    border: none;
    box-shadow: none;
    max-height: 48px;
    min-width: 117px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
}

.fin-btn-green:hover {
    background-color: rgba(30, 155, 94, 1);
}

.fin-btn-green:active {
    background-color: rgba(30, 155, 94, 1);
}

.fin-btn-green:disabled {
    background-color: rgba(80, 205, 137, 0.32);
}

.fin-btn-red {
    color: rgba(255, 0, 56, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 56, 1);
    box-shadow: none;
    max-height: 48px;
    min-width: 138px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
}

.fin-btn-red:hover {
    background-color: rgba(255, 0, 56, 0.12);
}

.fin-btn-red:active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(199, 0, 0, 1);
}

.fin-btn-red:disabled {
    color: rgba(255, 0, 56, 0.12);
    background-color: rgba(80, 205, 137, 0.32);
}

.fin-btn-link {
    color: rgba(0, 109, 192, 1);
    text-decoration: underline;
    background-color: transparent;
    border: none;
    box-shadow: none;
    max-height: 48px;
    min-width: 122px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
    text-underline-offset: 4px;
}

.fin-btn-link:hover {
    color: rgba(0, 71, 171, 1);
}

.fin-btn-link:active {
    color: rgba(0, 71, 171, 1);
}

.fin-btn-link:disabled {
    color: rgba(0, 109, 192, 0.24);
}


.count-text {
    width: 3ch;
    display: inline-block;
    text-align: center;
}

button {
    transition: opacity 0.1s ease-in;
}

button.show {
    opacity: 1;
}

button.hide {
    opacity: 0;
}

/* ==================== */
/* CHECKBOX SWITCH */
/* ==================== */
label.switch>input[type=checkbox] {
    opacity: 0;
    display: none;
}

label.switch>div.switch-btn {
    position: relative;
    width: 51px;
    height: 32px;
    background: rgba(227, 233, 237, 1);
    border-radius: 25.5px;
    overflow: hidden;
    /*box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.15);*/
}

label.switch>div.switch-btn:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    background: rgba(255, 255, 255, 1);
    left: 2px;
    top: 50%;
    transition: all 200ms ease-out;
    cursor: pointer;
    border-radius: 50%;
    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);
    /*box-shadow: 0 8px 6px -4px rgba(0, 0, 0, 0.1);*/
    transform: translateY(-50%);
}

label.switch>input[type=checkbox]:checked+div.switch-btn {
    background: rgba(0, 109, 192, 1);
}

label.switch>input[type=checkbox]:checked+div.switch-btn:before {
    left: 22px;
}

/* ==================== */
/* CHECKBOX */
/* ==================== */

.form-check-input {
    margin-top: 0;
    width: 20px;
    height: 20px;
}

.form-check-input:hover {
    border: 1px solid rgba(110, 151, 201, 1);
}

.form-check-input:focus,
.form-check-input:active {
    box-shadow: none !important;
}

.form-check-input:active {
    border: 1px solid rgba(110, 151, 201, 1);
}

.form-check-input:disabled {
    border: 1px solid rgba(0, 109, 192, 0.24);
}

.form-check-input:checked[type=checkbox] {
    background-color: rgba(0, 109, 192, 1);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/icons/check.svg');
}

/* ==================== */
/* FORMS */
/* ==================== */
.form-group label {
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: -0.02em;
    line-height: 1rem;
    color: var(--Text-Quaternary, #6E6D7E);
}

.form-group select,
.form-group input {
    height: 48px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.375rem;
    color: rgba(57, 57, 57, 1);
}

.form-group select::placeholder,
.form-group input::placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.375rem;
    color: rgba(57, 57, 57, 0.32);
}

.form-group select:hover,
.form-group input:hover {
    box-shadow: none;
    border: 1px solid rgba(110, 151, 201, 1);
}

.form-group select:focus,
.form-group select:active,
.form-group input:focus,
.form-group input:active {
    box-shadow: none;
    border: 1px solid rgba(0, 109, 192, 1);
}

.invalid {
    outline: 1px solid rgba(255, 0, 56, 1);
}

.validation-message {
    color: rgba(255, 0, 56, 1);
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1rem;
}

.valid.modified:not([type=checkbox]) {
    /*outline: 1px solid #26b050;*/
}

/* ==================== */
/* OTHERS */
/* ==================== */
.results-container {
    margin: 32px 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 32px;
}

.results__message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1:focus {
    outline: none;
}



.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.nav__section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav__section div {
    display: flex;
    flex-direction: row;
}

.footer__section {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.5rem;
    color: rgba(126, 125, 141, 1);
}

.modal {
    position: fixed;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    /*display: none;*/
    background: rgba(57, 57, 57, 0.8);
    backdrop-filter: blur(6px);
    transition: all 0.1s ease-in;
}

.modal.show {
    opacity: 1;
    z-index: 1050;
}

.modal-dialog {
    max-width: 1024px;
    margin: 1.75rem auto;
    max-height: 90vh;
}

.modal-content {
    /*width: 1024px;*/
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(226, 226, 226, 1);
}

.modal-title {
    margin: 0;
}

.modal-body {
    padding: 0;
    max-height: 600px;
    overflow-y: scroll;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: 1px solid rgba(226, 226, 226, 1);
}

.close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-body-content {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modal-body-content-head {
    background-color: rgba(242, 242, 242, 1);
    border-radius: 24px;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.icon-div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    min-width: 160px;
    min-height: 160px;
}

.icon-div.email-sent {
    background-image: url('/images/email-sent.svg');
}

.icon-div.error-screen {
    background-image: url('/images/error-screen.svg');
}

.icon-div.transfer-failed {
    background-image: url('/images/transfer-failed.svg');
}

.icon-div.transfer-success {
    background-image: url('/images/transfer-success.svg');
}

.modal-body-content-head-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    min-width: 400px;
    height: 246px;
}

.modal-body-content-head-image.pos-cash-advance {
    background-image: url('/images/pos-cash-advance-mobile.png');
}

.modal-body-content-head-image.business-credit-mastercard {
    background-image: url('/images/business-credit-mastercard.png');
}

.modal-body-content-head-details {
    align-self: center;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
    padding: 27px 52px;
    min-width: 420px
}

.modal-body-content-body {}

.modal-body-content-body p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.02em;
}

.modal-body-content-body h5 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
    margin: 0;
}

.modal-body-content-body .subtitle {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: -0.02em;
    color: var(--Text-Primary, #202020);
    margin: 0;
}