@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/Aguarde.razor.rz.scp.css */
.busy-overlay[b-eoo4hg5zve] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.busy-spinner[b-eoo4hg5zve] {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
/* /Components/Dialog.razor.rz.scp.css */
.dialog-fade[b-dps8g3d59d] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-9sn2j7e08c] {
    background-color: #132E53 !important;
}

.nav-link[b-9sn2j7e08c] {
    color: white !important;
    font-size: 15px;
}

[b-9sn2j7e08c] .nav-link {
    color: white !important;
}

[b-9sn2j7e08c] .nav-item .nav-link:hover {
    color: #99C221 !important;
}

[b-9sn2j7e08c] .nav-link.active {
    color: #99C221 !important;
}
