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

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wg8tow6yvx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-wg8tow6yvx] {
    background-color: var(--secondary-color);
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-wg8tow6yvx] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-wg8tow6yvx] {
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-wg8tow6yvx], article[b-wg8tow6yvx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wg8tow6yvx] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wg8tow6yvx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t2muzggkcs] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-t2muzggkcs] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-t2muzggkcs] {
    height: 3.5rem;
    background-color: var(--primary-color);
}

.navbar-brand[b-t2muzggkcs] {
    font-size: 1.1rem;
}

.bi[b-t2muzggkcs] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-t2muzggkcs] {
    font-size: 0.9rem;
    /*padding-bottom: 0.5rem;*/
    padding-right: 1rem !important;
}

    .nav-item:first-of-type[b-t2muzggkcs] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t2muzggkcs] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t2muzggkcs]  .nav-link {
        color: #000000;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-t2muzggkcs]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: #000000;
}

.nav-item[b-t2muzggkcs]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: #4B4F55;
}

.nav-scrollable[b-t2muzggkcs] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-t2muzggkcs] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t2muzggkcs] {
        display: none;
    }

    .nav-scrollable[b-t2muzggkcs] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/*-----*/
.bottom-row[b-t2muzggkcs] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-t2muzggkcs] {
    text-align: right;
}

.oi[b-t2muzggkcs] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}



@media (min-width: 641px) {
    .navbar-toggler[b-t2muzggkcs] {
        display: none;
    }

    .collapse[b-t2muzggkcs] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-t2muzggkcs] {
        display: none;
    }


}

.mIGrp1[b-t2muzggkcs] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.57rem;
    top: -1px;
    background-size: cover;
}

.mIGrp2[b-t2muzggkcs] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.20rem;
    margin-right: -0.35rem;
    top: -1px;
    background-size: cover;
}
/* /Components/Pages/Catalogos/AvisosVencimiento.razor.rz.scp.css */
.textoaviso[b-hp9alu91sp] {
    height:100px; 
    overflow:overlay; 
    transform: scale(0.6);
}
/* /Components/Pages/Catalogos/ConfigLCR.razor.rz.scp.css */
/*
.text-box-with-button {
    display: flex;
    align-items: flex-start;
    position: relative; 
    border: 0.5px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

.input-text {
    flex-grow: 1;
    border: none;
    padding: 0px;
    border-radius: 2px 0 0 2px;
}

.input-button {
    border: none;
    padding: 8px 15px;
    cursor: pointer;  
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0;          
    margin-right: 1px;
    margin-top: 2.5px;
}

.form-group {
    display: flex;          
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;    
}

    .form-group label {
        flex-basis: 20%;      
        margin-right: 0.5rem; 
    }

.form-group-textbox {
    flex: 1 1 auto; 
    display: block; 
    width: auto;    
}
*/
/* /Components/Pages/Catalogos/Operacion/AsignarOperadores.razor.rz.scp.css */
/* /Components/Pages/Catalogos/Operacion/Turnos.razor.rz.scp.css */
/* /Components/Pages/Catalogos/PoliticasDescuentos.razor.rz.scp.css */
/* /Components/Pages/Catalogos/Sistema/Bitacoras.razor.rz.scp.css */
/* /Components/Pages/Cuentas/ClientesCredito.razor.rz.scp.css */
/* ********* Cuenta ********* */
.card-custom[b-1hn1khcss0] {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.card-flex[b-1hn1khcss0] {
    flex-direction: row;
    flex-wrap: wrap;
    display: ruby;
}


.map-container[b-1hn1khcss0] {
    flex: 0 0 300px; /* Ancho fijo de 300px */
    padding: 15px;
    box-sizing: border-box;
    height: 175px;
}

    .map-container iframe[b-1hn1khcss0] {
        width: 300px; /* Ancho fijo de 300px */
        height: 150px; /* Altura fija de 300px para mantener el mapa cuadrado */
        border-radius: 20px;
        /*transform: translateX(-80px); */
    }


.cuentaTitle[b-1hn1khcss0] {
    width: 100%;
    background-color: #f8f9fa;
    padding: 0px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cuentaTitle-item[b-1hn1khcss0] {
    /*text-align: center;*/
    flex: 1;
    padding: 0px;
    box-sizing: border-box;
}

    .cuentaTitle-item p[b-1hn1khcss0] {
        margin: 0;
        font-size: 10px;
    }

.item-left[b-1hn1khcss0] {
    text-align: left;
}

.item-center[b-1hn1khcss0] {
    text-align: center;
}

.item-right[b-1hn1khcss0] {
    text-align: right;
}

.card-body-custom[b-1hn1khcss0] {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

    .card-body-custom .card-text[b-1hn1khcss0] {
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        font-weight: 400;
    }

    .card-body-custom .card-text-rfc[b-1hn1khcss0] {
        margin-top: -10px;
    }

    .card-body-custom .text-muted[b-1hn1khcss0] {
        font-weight: 0;
    }

.stats[b-1hn1khcss0] {
    width: 100%;
    background-color: #f8f9fa;
    padding: 10px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-item[b-1hn1khcss0] {
    text-align: center;
    flex: 1;
    padding: 5px;
    box-sizing: border-box;
}

    .stat-item p[b-1hn1khcss0] {
        margin: 0;
        font-size: 10px;
    }

@media (max-width: 768px) {
    .card-flex[b-1hn1khcss0] {
        flex-direction: column;
        align-items: center; /* Centrar el contenido */
    }

    .map-container[b-1hn1khcss0] {
        width: 100%; /* Permitir que el contenedor ocupe todo el ancho */
        display: flex;
        justify-content: center; /* Centrar el mapa en el contenedor */
    }

        .map-container iframe[b-1hn1khcss0] {
            width: 300px; /* Ancho fijo */
            height: 300px; /* Altura fija */
            /* transform: translateX(0); */
        }

    .card-body-custom[b-1hn1khcss0] {
        width: 100%; /* Permitir que el cuerpo de la tarjeta ocupe todo el ancho */
    }
}

/* ========= Cuenta ========= */
