@import '_content/Desvix.Shared/Desvix.Shared.e8m0lgyvc7.bundle.scp.css';

/* _content/Desvix.Web/Components/Pages/ContinueInApp.razor.rz.scp.css */
.container[b-j258dq92dc] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Pulsing gradient glow for loading state */
.container[b-j258dq92dc]::before,
.container[b-j258dq92dc]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    filter: blur(24px);
    opacity: 0.85;
    pointer-events: none;
}

.container[b-j258dq92dc]::before {
    background: conic-gradient(
        from 0deg,
        rgba(15,145,250,0.0) 0%,
        rgba(15,145,250,0.25) 20%,
        rgba(85,180,255,0.35) 40%,
        rgba(15,145,250,0.25) 60%,
        rgba(15,145,250,0.0) 100%
    );
}

.container[b-j258dq92dc]::after {
    background: radial-gradient(
        circle at 50% 50%,
        rgba(15,145,250,0.30) 0%,
        rgba(15,145,250,0.20) 35%,
        rgba(15,145,250,0.10) 55%,
        rgba(15,145,250,0.0) 70%
    );
    animation: throb-b-j258dq92dc 1.6s ease-in-out infinite;
}

@keyframes throb-b-j258dq92dc {
    0% { transform: scale(0.95); opacity: 0.7; }
    50% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.7; }
}
/* _content/Desvix.Web/Components/Pages/CreateAccountPage.razor.rz.scp.css */
.form-label[b-o5qapajynt] {
    color: var(--desvix-lightest);
    font-size: 14px;
    font-weight: 400;
}

.form-input[b-o5qapajynt] {
    background-color: var(--desvix-neutral);
    border-radius: var(--desvix-border-radius);
    border: none;
    box-sizing: border-box;
    color: white;
    padding: 16px;
    width: 100%;
    height: 48px;
}
/* _content/Desvix.Web/Components/Pages/CreateAccountSteps/ConfirmEmail.razor.rz.scp.css */
.confirm-email-container[b-v1isgye44h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 160px;
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.confirm-email-content[b-v1isgye44h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.confirmation-text[b-v1isgye44h], .close-text[b-v1isgye44h]{
    font-size: 16px;
    margin: 0;
}

.close-text[b-v1isgye44h]{
    font-weight: 700;
    font-size: 18px;
}
/* _content/Desvix.Web/Components/Pages/CreateAccountSteps/EnterEmail.razor.rz.scp.css */
.input-section[b-5ugq8ehpfe] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

form[b-5ugq8ehpfe] {
    gap: 36px;
}

p[b-5ugq8ehpfe] {
    text-align: center;
}

button[b-5ugq8ehpfe] {
    width: 280px;
    height: 48px;
    align-self: center;
}
/* _content/Desvix.Web/Components/Pages/CreateAccountSteps/Finish.razor.rz.scp.css */
.finish-container[b-jvrafd7gqd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 160px;
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.finish-content[b-jvrafd7gqd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.confirmation-text[b-jvrafd7gqd]{
    font-size: 16px;
    margin: 0;
}
/* _content/Desvix.Web/Components/Pages/CreateAccountSteps/UserInfo.razor.rz.scp.css */
.create-account-form[b-bbcgezhg8l] {
    gap: 12px !important;
}

.input-section[b-bbcgezhg8l] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

form[b-bbcgezhg8l] {
    gap: 36px;
}

p[b-bbcgezhg8l] {
    text-align: center;
}

button[b-bbcgezhg8l] {
    width: 280px;
    height: 48px;
    align-self: center;
}

.password-container[b-bbcgezhg8l] {
    width: 100%;
}

.double-label[b-bbcgezhg8l] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.double-label a[b-bbcgezhg8l] {
    font-size: 14px;
}

.error-message[b-bbcgezhg8l] {
    height: 14px;
    text-align: center;
    font-size: 14px;
    margin-top: -14px;
}
/* _content/Desvix.Web/Components/Pages/DownloadPlatformPage.razor.rz.scp.css */
.download-header[b-4no9hnpoo7] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.description-container[b-4no9hnpoo7] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: left;
    background-color: var(--desvix-dark);
    border-radius: var(--desvix-border-radius);
    padding: 20px;
    text-align: left;
}

.aligned-text[b-4no9hnpoo7] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p[b-4no9hnpoo7], a[b-4no9hnpoo7], ul[b-4no9hnpoo7], li[b-4no9hnpoo7]{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--desvix-lightest);
}

.underline[b-4no9hnpoo7] {
    text-decoration: underline;
    margin-bottom: 12px;
}


.download-button[b-4no9hnpoo7] {
    align-self: flex-start;
}
/* _content/Desvix.Web/Components/Pages/NoWebLoginPage.razor.rz.scp.css */
.nologin-header[b-zh3mfazwyg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nologin-section[b-zh3mfazwyg] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    background-color: var(--desvix-dark);
    border-radius: var(--desvix-border-radius);
    padding: 20px;
    text-align: center;
}

.aligned-text[b-zh3mfazwyg] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p[b-zh3mfazwyg], a[b-zh3mfazwyg] {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.create-acc-button[b-zh3mfazwyg],
.change-pass-button[b-zh3mfazwyg] {
    padding: 8px;
    height: 48px;
    box-sizing: border-box;
    width: 280px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
/* _content/Desvix.Web/Components/Pages/PasswordResetPage.razor.rz.scp.css */
.form-label[b-v1q759j3tv] {
    color: var(--desvix-lightest);
    font-size: 14px;
    font-weight: 400;
}

.form-input[b-v1q759j3tv] {
    background-color: var(--desvix-neutral);
    border-radius: var(--desvix-border-radius);
    border: none;
    box-sizing: border-box;
    color: white;
    padding: 16px;
    width: 100%;
    height: 48px;
}
/* _content/Desvix.Web/Components/Pages/PasswordResetSteps/ConfirmEmail.razor.rz.scp.css */
.confirm-email-container[b-4udmm8mdb5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 160px;
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.confirm-email-content[b-4udmm8mdb5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.confirmation-text[b-4udmm8mdb5], .close-text[b-4udmm8mdb5]{
    font-size: 16px;
    margin: 0;
}

.close-text[b-4udmm8mdb5]{
    font-weight: 700;
    font-size: 18px;
}
/* _content/Desvix.Web/Components/Pages/PasswordResetSteps/EnterEmail.razor.rz.scp.css */
.input-section[b-ss5g0wdjkk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

form[b-ss5g0wdjkk] {
    gap: 36px;
}

p[b-ss5g0wdjkk] {
    text-align: center;
}

button[b-ss5g0wdjkk] {
    width: 280px;
    height: 48px;
    align-self: center;
}
/* _content/Desvix.Web/Components/Pages/PasswordResetSteps/Finish.razor.rz.scp.css */
.finish-container[b-hwsnvqjmpf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 160px;
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.finish-content[b-hwsnvqjmpf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.confirmation-text[b-hwsnvqjmpf]{
    font-size: 16px;
    margin: 0;
}

.btn-primary[b-hwsnvqjmpf] {
    width: 120px;
    height: 48px;
}
/* _content/Desvix.Web/Components/Pages/PasswordResetSteps/NewPassword.razor.rz.scp.css */
.create-account-form[b-3vsq65dew7] {

    gap: 12px !important;
}

.input-section[b-3vsq65dew7] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

form[b-3vsq65dew7] {
    gap: 36px;
}

p[b-3vsq65dew7] {
    text-align: center;
}

button[b-3vsq65dew7] {
    width: 280px;
    height: 48px;
    align-self: center;
}

.password-container[b-3vsq65dew7] {
    width: 100%;
}

.double-label[b-3vsq65dew7] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.double-label a[b-3vsq65dew7] {
    font-size: 14px;
}
/* _content/Desvix.Web/Components/Pages/WebLogin.razor.rz.scp.css */
h1[b-h4lmgggsf5] {
    font-weight: 700;
}

.register[b-h4lmgggsf5] {
    font-size: 18px;
    font-weight: 700;
}

.form-options[b-h4lmgggsf5] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.remember-option[b-h4lmgggsf5] {
    align-items: center;
    color: var(--desvix-lightest);
    display: flex;
    font-size: 14px;
    gap: 8px;
}

.forgot-link[b-h4lmgggsf5] {
    color: var(--desvix-primary);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.or-divider[b-h4lmgggsf5] {
    font-size: 14px;
    color: var(--desvix-lightest);
    align-self: center;
}

.login-button[b-h4lmgggsf5]{
    margin-top: 36px;
}

.login-button[b-h4lmgggsf5] {
    padding: 8px;
    height: 48px;
    box-sizing: border-box;
    width: 280px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    gap: 12px;
}

.error-message[b-h4lmgggsf5] 
{
    text-align: center;
    height: 14px;
}


.container[b-h4lmgggsf5] {
    display: flex;
    flex-direction: column;
}

.subtext[b-h4lmgggsf5] {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.code-inputs[b-h4lmgggsf5] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.code-inputs input[b-h4lmgggsf5] {
    width: 25px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #2a2a2a;
    border: 2px solid transparent;
    /* always reserve space for the border */
    border-radius: 5px;
    color: white;
    outline: none;
    transition: border-color 0.2s ease;
    /* optional for smooth effect */
}

.code-inputs input:focus[b-h4lmgggsf5] {
    border-color: #888;
    /* only change color on focus, not thickness */
}

p[b-h4lmgggsf5] {
    margin-top: 0;
    margin-bottom: 0;
}

.code-error-text[b-h4lmgggsf5] {
    color: var(--desvix-accent);
    font-size: 14px;
    margin-bottom: 15px;
}

.actions[b-h4lmgggsf5] {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cancel-button[b-h4lmgggsf5],
.resend-button[b-h4lmgggsf5] {
    border: none;
    padding: 10px 16px;
    border-radius: var(--desvix-border-radius);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    opacity: 1.0;
    transition: opacity 0.2s;
    text-decoration: none;
}

.cancel-button[b-h4lmgggsf5] {
    background-color: transparent;
    color: var(--desvix-white);
}

.cancel-button:hover[b-h4lmgggsf5] {
    background-color: var(--desvix-light);
}

.resend-button[b-h4lmgggsf5] {
    background-color: var(--desvix-neutral);
    color: var(--desvix-white);
}

.resend-button:hover[b-h4lmgggsf5] {
    background-color: var(--desvix-neutral-hover);
}


.error-message[b-h4lmgggsf5] {
    text-align: center;
    height: 14px;
}
/* _content/Desvix.Web/Layout/WebLoginLayout.razor.rz.scp.css */
.login-container[b-ydndiqb69v] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--desvix-dark);
    overflow: auto;
}

.login-modal[b-ydndiqb69v] {
    width: 720px;
    height: 860px;
    min-height: 800px;
    max-height: 1000px;
    background-color: var(--desvix-darker);
    border-radius: 12px;
    padding: 48px 64px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    box-sizing: border-box;
}

.login-header[b-ydndiqb69v] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-goback[b-ydndiqb69v] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo[b-ydndiqb69v] {
    display: flex;
    margin-left: auto;
}

.logo img[b-ydndiqb69v] {
    height: 40px;
}
