/* /Compartido/Boton.razor.rz.scp.css */
.uno[b-osiordgq6l] {
    width: 100px;
}

.dos[b-osiordgq6l] {
    width: 200px;
}
/* /Compartido/DetalleDeCarga.razor.rz.scp.css */

[b-dded5ziecr] .file-input-zone input[type=file] {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

[b-dded5ziecr] .rz-button-icon-left {
    margin-top: -5px !important;
}

.label-titulo-con-linea[b-dded5ziecr] {
    background-color: #006729;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding: 2px 0px;
}

.modalContent[b-dded5ziecr] {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* /Compartido/IndicadorCarga.razor.rz.scp.css */
.cubierta[b-2la9npb4i9] {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 4000;
    width: 100%;
    height: 100%;
}

/*Modificar el left dependiendo de cómo se mostraría el micrositio.*/
.spinner[b-2la9npb4i9] {
    border: 11px solid #f3f3f3;
    border-top: 12px solid #006c30;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin-b-2la9npb4i9 1000ms linear infinite;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    position: absolute;
    overflow: hidden;
}

/*Modificar el top dependiendo de cómo se mostraría el micrositio. Actualmente se ve 'descuadrado'.*/
.mensajeCarga[b-2la9npb4i9] {
    font-weight: bold;
    color: white;
    width: 100%;
    top: 52%;
    margin-top: -10px;
    align-content: center;
    text-align: center;
    position: absolute;
    overflow: hidden;
}

@keyframes spin-b-2la9npb4i9 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Compartido/MainLayout.razor.rz.scp.css */
.page[b-hvvmuarkry] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hvvmuarkry] {
    flex: 1;
}

.sidebar[b-hvvmuarkry] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hvvmuarkry] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hvvmuarkry]  a, .top-row[b-hvvmuarkry]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-hvvmuarkry]  a:hover, .top-row[b-hvvmuarkry]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-hvvmuarkry]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hvvmuarkry] {
        display: none;
    }

    .top-row.auth[b-hvvmuarkry] {
        justify-content: space-between;
    }

    .top-row[b-hvvmuarkry]  a, .top-row[b-hvvmuarkry]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hvvmuarkry] {
        flex-direction: row;
    }

    .sidebar[b-hvvmuarkry] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hvvmuarkry] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-hvvmuarkry]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-hvvmuarkry], article[b-hvvmuarkry] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Compartido/ModalAlerta.razor.rz.scp.css */
.modalAlerta[b-sbcpa87y6l] {
    background-color: #fcf8e3;
}

.tituloAlerta[b-sbcpa87y6l] {
    background-color: #fcf8e3;
    border: 0px;
}

.botonAlerta[b-sbcpa87y6l] {
    float: right;
    background-color: #fcf8e3;
    border: 0px;
    font-family: sans-serif
}


/* /Compartido/ModalSelecArchivo.razor.rz.scp.css */

[b-hkp0tw8uxg] .file-input-zone input[type=file] {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

[b-hkp0tw8uxg] .rz-button-icon-left {
    margin-top: -5px !important;
}
/* /Paginas/Grid.razor.rz.scp.css */

[b-mlhknu4l1w] .file-input-zone input[type=file] {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

[b-mlhknu4l1w] .rz-button-icon-left {
    margin-top: -5px !important;
}
