@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/AnaliseDeRiscoCliente/Components/Layout/LoginLayout.razor.rz.scp.css */
@media (min-width: 641px) {
    .main[b-liue1r7h9p] {
        background-color: #333333;
    }
}

@media (max-width: 641px) {
    .main[b-liue1r7h9p] {
        background-color: #fff;
    }
}

/* _content/AnaliseDeRiscoCliente/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-d6y7vzx7d8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer[b-d6y7vzx7d8] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

main[b-d6y7vzx7d8] {
    flex: 1;
}

.sidebar[b-d6y7vzx7d8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d6y7vzx7d8] {
    background-color: #8a0101;
    border-bottom: 1px solid #8a0101;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d6y7vzx7d8]  a, .top-row .btn-link[b-d6y7vzx7d8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-d6y7vzx7d8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d6y7vzx7d8] {
        /*display: none;*/
    }

    .top-row.auth[b-d6y7vzx7d8] {
        justify-content: space-between;
    }

    .top-row a[b-d6y7vzx7d8], .top-row .btn-link[b-d6y7vzx7d8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d6y7vzx7d8] {
        flex-direction: row;
    }

    .sidebar[b-d6y7vzx7d8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d6y7vzx7d8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-d6y7vzx7d8], article[b-d6y7vzx7d8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-d6y7vzx7d8] {
    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: 9999;
}

    #blazor-error-ui .dismiss[b-d6y7vzx7d8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AnaliseDeRiscoCliente/Components/Pages/Login.razor.rz.scp.css */

*[b-andz9gyq4g] {
    font-family: 'Poppins', 'sans-serif';
}

html[b-andz9gyq4g], body[b-andz9gyq4g] {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container-fluid[b-andz9gyq4g] {
    height: 100vh !important;
}

.form_container[b-andz9gyq4g] {
    position: absolute;
    width: 420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    padding: 25px;
    border-radius: 12px;
    box-shadow: rgba(0,0,0,0.1);
    background: white;
}

.cadastro[b-andz9gyq4g] {
    position: absolute;
    max-width: 750px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #333333;
    padding: 25px;
    border-radius: 12px;
    box-shadow: rgba(0,0,0,0.1);
}

.img-logo[b-andz9gyq4g] {
    width: 100px;
    height: 110px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.form_container h2[b-andz9gyq4g] {
    font-size: 18px;
    color: #0b0217;
    text-align: center;
    font-weight: 600;
}

.form_container h4[b-andz9gyq4g] {
    font-size: 22px;
    color: #0b0217;
    text-align: center;
    font-weight: 600;
}

.form_container h6[b-andz9gyq4g] {
    font-size: 13px;
    color: #0b0217;
    text-align: center;
}

.img[b-andz9gyq4g] {
    width: 100%;
    height: 100vh;
}

.form_container .logo-details[b-andz9gyq4g] {
    font-size: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.form_container .logo-details .logo_name[b-andz9gyq4g] {
    font-size: 22px;
    color: #0b0217;
    font-weight: 600;
    transition: 0.5s ease;
    transition-delay: 0.1s;
}

.cadastro h2[b-andz9gyq4g] {
    font-size: 18px;
    color: #0b0217;
    text-align: center;
    font-weight: 600;
}

.cadastro h4[b-andz9gyq4g] {
    font-size: 22px;
    color: #0b0217;
    text-align: center;
    font-weight: 600;
}

.cadastro h6[b-andz9gyq4g] {
    font-size: 13px;
    color: #0b0217;
    text-align: center;
}

.cadastro .btn[b-andz9gyq4g] {
    width: 50%;
    left: 25%;
}

@media (max-width: 641px) {
    .form_container[b-andz9gyq4g] {
        height: 100vh;
        background: white;
        border-radius: 0;
    }

    .cadastro[b-andz9gyq4g] {
        height:100vh;
        background: white;
        border-radius: 0;
    }
}

.login-card[b-andz9gyq4g] {
    transition: all 0.6s ease;
}

@media (max-width: 641px) {
    .login-card[b-andz9gyq4g] {
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        padding: 1.5rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        background-color: white;
        max-width: 600px;
        width: 350px;
    }
}
