@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/OrienteMe.Components/OrienteMe.Components.ybdhoxu3h0.bundle.scp.css';
@import '_content/Radzen.Blazor/Radzen.Blazor.ci6p0pxqxe.bundle.scp.css';

/* /Components/Shared/PasswordValidator.razor.rz.scp.css */
.password-validator[b-gfmrarqfo1] {
    margin-top: 8px;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    animation: fadeIn-b-gfmrarqfo1 0.2s ease-in-out;
}

@keyframes fadeIn-b-gfmrarqfo1 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.password-requirements[b-gfmrarqfo1] {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.requirement[b-gfmrarqfo1] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    white-space: nowrap; /* Prevents text from breaking within the requirement */
}

.requirement .icon[b-gfmrarqfo1] {
    font-size: 14px;
    min-width: 20px;
    margin-right: 6px;
}

.requirement .text[b-gfmrarqfo1] {
    font-size: 13px;
    font-weight: 500;
}

.requirement.valid .icon[b-gfmrarqfo1] {
    color: #28a745; /* Same green as valid text */
}

.requirement.valid .text[b-gfmrarqfo1] {
    color: #28a745;
}

.requirement.invalid .icon[b-gfmrarqfo1] {
    color: #dc3545; /* Same red as invalid text */
}

.requirement.invalid .text[b-gfmrarqfo1] {
    color: #dc3545;
}

.requirement.valid[b-gfmrarqfo1] {
    animation: fadeInGreen-b-gfmrarqfo1 0.3s ease;
}

.requirement.invalid[b-gfmrarqfo1] {
    animation: fadeInRed-b-gfmrarqfo1 0.3s ease;
}

@keyframes fadeInGreen-b-gfmrarqfo1 {
    from {
        background-color: transparent;
    }
    to {
        background-color: rgba(40, 167, 69, 0.1);
    }
}

@keyframes fadeInRed-b-gfmrarqfo1 {
    from {
        background-color: transparent;
    }
    to {
        background-color: rgba(220, 53, 69, 0.1);
    }
}

@media (max-width: 576px) {
    .password-validator[b-gfmrarqfo1] {
        padding: 10px;
        font-size: 13px;
    }
    
    .password-requirements[b-gfmrarqfo1] {
        gap: 6px;
    }
    
    .requirement .text[b-gfmrarqfo1] {
        font-size: 12px;
    }
    
    .requirement .icon[b-gfmrarqfo1] {
        font-size: 12px;
        min-width: 16px;
        margin-right: 4px;
    }
}
/* /Pages/CadastroStepper.razor.rz.scp.css */
.fixed-header[b-r4aff6q05q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.fixed-progress-bar[b-r4aff6q05q] {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    z-index: 1025;
    background-color: #f0f3f8;
    padding: 10px 0;
    height: 76px;
}

.progress-container[b-r4aff6q05q] {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 15px;
}

.cadastro-stepper-container[b-r4aff6q05q] {
    margin-top: 172px;
}

[b-r4aff6q05q] .rz-popup,
[b-r4aff6q05q] .rz-datepicker,
[b-r4aff6q05q] .rz-datepicker-group,
[b-r4aff6q05q] .rz-dropdown-panel,
[b-r4aff6q05q] .rz-calendar,
[b-r4aff6q05q] .rz-tooltip,
[b-r4aff6q05q] .rz-contextmenu,
[b-r4aff6q05q] .rz-dialog,
[b-r4aff6q05q] .rz-notification {
    z-index: 1020 !important;
}

@media (max-width: 992px) {
    .fixed-progress-bar[b-r4aff6q05q] {
        top: 69px;
    }
}
/* /Shared/CadastroStepperLayout.razor.rz.scp.css */
.page[b-qb5ucpuh66] {
    position: relative;
    min-height: 100vh;
    background-attachment: fixed;
}

main[b-qb5ucpuh66] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
}

.sidebar[b-qb5ucpuh66] {
    display: none !important;
}

.top-row[b-qb5ucpuh66] {
    display: none !important;
}

body[b-qb5ucpuh66] {
    padding-top: 0 !important;
    overflow-x: hidden;
}

.page[b-qb5ucpuh66] {
    flex-direction: column;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-pguxb93ec5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pguxb93ec5] {
    flex: 1;
}

.sidebar[b-pguxb93ec5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pguxb93ec5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pguxb93ec5]  a, .top-row .btn-link[b-pguxb93ec5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-pguxb93ec5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pguxb93ec5] {
        display: none;
    }

    .top-row.auth[b-pguxb93ec5] {
        justify-content: space-between;
    }

    .top-row a[b-pguxb93ec5], .top-row .btn-link[b-pguxb93ec5] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pguxb93ec5] {
        flex-direction: row;
    }

    .sidebar[b-pguxb93ec5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pguxb93ec5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-pguxb93ec5], article[b-pguxb93ec5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
