/* /Pages/Account/RegistroExterno.razor.rz.scp.css */
body[b-8h8ivlgjdf] {
    background-color:aquamarine
}

/*Estilos param compornentes JQWidget*/

@media (min-width: 576px) {
    img-size[b-8h8ivlgjdf] {
        width: 75% !important;
    }
}

@media (min-width: 768px) {
    img-size[b-8h8ivlgjdf] {
        width: 65% !important;
    }
}

@media (min-width: 992px) {
    img-size[b-8h8ivlgjdf] {
        width: 55% !important;
    }
}

@media (min-width: 1200px) {
    img-size[b-8h8ivlgjdf] {
        width: 50% !important;
    }
}
/* /Pages/CH/Organigrama.razor.rz.scp.css */

.blink[b-l1jqq54w4u] {
    animation: blinker-b-l1jqq54w4u 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}

@keyframes blinker-b-l1jqq54w4u {
    50% {
        opacity: 0;
    }
}

/* /Pages/Externo/EstadoCuenta.razor.rz.scp.css */
body[b-tzy9nvzh9a] {
}

.mudbalzor-table-column[b-tzy9nvzh9a] {
    text-align: center;
    background-color: #F8F9F9;
    color:red
}
/* /Pages/Otro/EvaluacionCuestionarioNPS.razor.rz.scp.css */



/* /Pages/Otro/Organigrama.razor.rz.scp.css */

.blink[b-wmtpgs9esf] {
    animation: blinker-b-wmtpgs9esf 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}

@keyframes blinker-b-wmtpgs9esf {
    50% {
        opacity: 0;
    }
}

/* /Pages/Reporte/PBIViwer.razor.rz.scp.css */
.div-fixed-pbi-button[b-tynu2y6uhx] {
    position: fixed;
    /*word-wrap: break-word;*/
    width: 150px;
    z-index: 99;
    text-align: center;
    justify-content: center;
    align-content: center;
    color: black;
    padding: 10px 10px;
    top: 5%;
    left: 0;
    background-color: aquamarine;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1yir1k83he] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1yir1k83he] {
    flex: 1;
}

.sidebar[b-1yir1k83he] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1yir1k83he] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1yir1k83he]  a, .top-row[b-1yir1k83he]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-1yir1k83he]  a:hover, .top-row[b-1yir1k83he]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-1yir1k83he]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1yir1k83he] {
        display: none;
    }

    .top-row.auth[b-1yir1k83he] {
        justify-content: space-between;
    }

    .top-row[b-1yir1k83he]  a, .top-row[b-1yir1k83he]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1yir1k83he] {
        flex-direction: row;
    }

    .sidebar[b-1yir1k83he] {
        width: 250px;
        height: 100vh;
        position: fixed; /* sticky;*/
        top: 0;
    }

    .top-row[b-1yir1k83he] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-1yir1k83he]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-1yir1k83he], article[b-1yir1k83he] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



.div-fixed[b-1yir1k83he] {
    position: fixed;
    /*word-wrap: break-word;*/
    width: 150px;
    z-index: 99;
    text-align: center;
    justify-content: center;
    align-content: center;
    /*    margin-top: 15%;
    margin-left: 40%;*/
    color: black;
    padding: 10px 10px;
    top: 15%;
    left: calc(50% - 75px);   
    background: none;
}

.div-spinner-shadow[b-1yir1k83he] {
/*    -webkit-box-shadow: 0px 0px 22px 10px rgba(187,189,185,1);
    -moz-box-shadow: 0px 0px 22px 10px rgba(187,189,185,1);
    box-shadow: 0px 0px 22px 10px rgba(187,189,185,1);
    opacity: 65%;*/
   /* background-color: darkgray*/
}


@media (max-width: 600px) {
    .div-fixed[b-1yir1k83he] {       
        /*top:20%*/
    }
}


/*Configuraciï¿½n Spinner */

/*    .loader {
        border: 10px solid #f3f3f3;
        border-radius: 50%;
        border-top: 10px solid blue;
        border-bottom: 10px solid blue;
        width: 30px;
        height: 30px;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
*/


/*spinner 4 colores */
/*.loader-4 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin-4 2s linear infinite;
    animation: spin-4 2s linear infinite;
}

    @-webkit-keyframes spin-4 {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin-4 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
*/

.loader[b-1yir1k83he] {
    margin-left:15px;
    position: center;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #ECF0F1;
    border-right: 8px solid green;
    border-bottom: 8px solid #ECF0F1;
    border-left: 8px solid green;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 0.75s linear infinite;
    animation: spin-b-1yir1k83he 0.75s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-1yir1k83he {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e1y9kfqr2j] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-e1y9kfqr2j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e1y9kfqr2j] {
    font-size: 1.1rem;
}

.oi[b-e1y9kfqr2j] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-e1y9kfqr2j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e1y9kfqr2j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e1y9kfqr2j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e1y9kfqr2j]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-e1y9kfqr2j]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-e1y9kfqr2j]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e1y9kfqr2j] {
        display: none;
    }

    .collapse[b-e1y9kfqr2j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-e1y9kfqr2j] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/NavMenuTop.razor.rz.scp.css */
body[b-07jiy3ywv7] {
}
