@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/FOComponents/FOComponents.hd6xhlijav.bundle.scp.css';

/* /App.razor.rz.scp.css */
.not-found-content[b-5nyo13zrgs] {
    width: 100%;
    height: 100vh;
    background: rgb(8,50,94);
    background: linear-gradient(90deg, rgba(8,50,94,1) 4%, rgba(12,77,145,1) 49%, rgba(12,104,201,1) 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* /Pages/Facturas/SubirPdf.razor.rz.scp.css */
/* /Pages/ImportarProveedores/ListaProveedoresImportar.razor.rz.scp.css */
[b-a3nlcg6385] .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 35px;
    opacity: 0;
    cursor: pointer;
}

.btn-file[b-a3nlcg6385] {
    width: 200px;
    height: 35px;
}
/* /Shared/LoginSideBranding.razor.rz.scp.css */
.logofo-login[b-poasa234li] {
    width: 80%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.logofo[b-otcdphmci9] {
    position: absolute;
    left: calc(50% - 15px);
    height: 40px;
    top: 8px;
}

.wrapper[b-otcdphmci9] {
    overflow: hidden;
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar[b-otcdphmci9] {
    overflow: auto;
    height: 100vh;
    position: fixed;
    left: 0;
    min-width: 220px;
    max-width: 220px;
    background: #002f6c;
    transition: all 0.3s;
}

    #sidebar.toggled[b-otcdphmci9] {
        margin-left: -220px;
    }

#content[b-otcdphmci9] {
    width: calc(100% - 220px);
    min-height: 100vh;
    transition: all 0.3s;
    margin-left: 220px;
    background-color: #ededed;
}

    #content.toggled[b-otcdphmci9] {
        width: 100%;
        margin-left: 0;
    }

@media (max-width: 768px) {
    #sidebar[b-otcdphmci9] {
        margin-left: -220px;
    }

        #sidebar.toggled[b-otcdphmci9] {
            margin-left: 0;
        }

    #content[b-otcdphmci9] {
        width: 100%;
        margin-left: 0;
    }

        #content.toggled[b-otcdphmci9] {
            width: calc(100% - 220px);
            margin-left: 220px;
        }
}

@media (max-width: 576px) {
    #sidebar[b-otcdphmci9] {
        z-index: 110;
    }

    #content.toggled[b-otcdphmci9] {
        width: 100%;
        margin-left: 0;
    }

    .abs-center-x[b-otcdphmci9] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    nav.navbar img[b-otcdphmci9] {
        display: none;
    }
}
/* /Shared/PublicLayout.razor.rz.scp.css */
.content[b-v84kfz6e66] {
    background-color: #ededed;
    height: 100vh;
}
