@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-oejb7rrpws] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oejb7rrpws] {
    flex: 1;
}

.sidebar[b-oejb7rrpws] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-color: #2C2C2C;*/
    background-color:#ffffff;
}

.top-row[b-oejb7rrpws] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oejb7rrpws]  a, .top-row[b-oejb7rrpws]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-oejb7rrpws]  a:hover, .top-row[b-oejb7rrpws]  .btn-link:hover {
            text-decoration: underline;
        }

    .top-row[b-oejb7rrpws]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-oejb7rrpws] {
        justify-content: space-between;
    }

    .top-row[b-oejb7rrpws]  a, .top-row[b-oejb7rrpws]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oejb7rrpws] {
        flex-direction: row;
    }

    .sidebar[b-oejb7rrpws] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oejb7rrpws] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-oejb7rrpws]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-oejb7rrpws], article[b-oejb7rrpws] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.btn-apps[b-oejb7rrpws]{
    border:none;
    background-color:transparent;
}
.my-popup[b-oejb7rrpws] {
    display: none;
    position: absolute;
    overflow: hidden;
    height: 360px;
    width: 600px;
    border: var(--rz-panel-border);
    background-color: var(--rz-panel-background-color);
    box-shadow: var(--rz-panel-shadow);
    border-radius: var(--rz-border-radius)
}


/******ESTILOS PARA CONTENEDOR DE APPS******/
/* apps-button.css */
.apps-container[b-oejb7rrpws] {
    position: relative;
    display: inline-block;
}
/* Bot�n principal */
.apps-btn[b-oejb7rrpws] {
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f6368;
    transition: background-color 0.2s ease;
}
    .apps-btn:hover[b-oejb7rrpws] {
        background-color: rgba(60, 64, 67, 0.08);
    }

    .apps-btn:active[b-oejb7rrpws] {
        background-color: rgba(60, 64, 67, 0.12);
    }

/* Overlay */
.apps-overlay[b-oejb7rrpws] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 60px;
    animation: fadeIn-b-oejb7rrpws 0.2s ease;
}

/* Panel de aplicaciones */
.apps-panel[b-oejb7rrpws] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    width: 320px;
    max-height: 500px;
    margin-right: 20px;
    animation: slideDown-b-oejb7rrpws 0.2s ease;
    display: flex;
    flex-direction: column;
}

/* Header */
.apps-header[b-oejb7rrpws] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e8eaed;
}

    .apps-header h3[b-oejb7rrpws] {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #202124;
    }

.close-btn[b-oejb7rrpws] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #5f6368;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

    .close-btn:hover[b-oejb7rrpws] {
        background-color: rgba(60, 64, 67, 0.08);
    }

/* Grid de aplicaciones */
.apps-grid[b-oejb7rrpws] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 16px;
    overflow-y: auto;
    flex: 1;
}

.app-item[b-oejb7rrpws] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
    color: inherit;
}

    .app-item:hover[b-oejb7rrpws] {
        background-color: #f1f3f4;
    }

.app-icon[b-oejb7rrpws] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e8eaed;
}

    .app-icon i[b-oejb7rrpws] {
        font-size: 20px;
        color: #5f6368;
    }

/* Iconos espec�ficos (puedes usar Font Awesome o SVG) */
.icon-gmail[b-oejb7rrpws] {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.icon-drive[b-oejb7rrpws] {
    color: #4285f4;
}

.icon-photos[b-oejb7rrpws] {
    color: #ea4335;
}

.icon-calendar[b-oejb7rrpws] {
    color: #4285f4;
}

.icon-meet[b-oejb7rrpws] {
    color: #00897b;
}

.icon-chat[b-oejb7rrpws] {
    color: #00bfa5;
}

.icon-contacts[b-oejb7rrpws] {
    color: #ea4335;
}

.icon-maps[b-oejb7rrpws] {
    color: #4285f4;
}

.icon-youtube[b-oejb7rrpws] {
    color: #ff0000;
}

.icon-play[b-oejb7rrpws] {
    color: #4285f4;
}

.icon-news[b-oejb7rrpws] {
    color: #fbbc05;
}

.icon-translate[b-oejb7rrpws] {
    color: #4285f4;
}

.app-name[b-oejb7rrpws] {
    font-size: 12px;
    color: #202124;
    text-align: center;
    line-height: 1.4;
}

/* Footer */
.apps-footer[b-oejb7rrpws] {
    padding: 16px 20px;
    border-top: 1px solid #e8eaed;
}

.more-apps[b-oejb7rrpws] {
    color: #1a73e8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

    .more-apps:hover[b-oejb7rrpws] {
        text-decoration: underline;
    }

/* Animaciones */
@keyframes fadeIn-b-oejb7rrpws {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideDown-b-oejb7rrpws {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Scrollbar personalizado */
.apps-grid[b-oejb7rrpws]::-webkit-scrollbar {
    width: 8px;
}
.apps-grid[b-oejb7rrpws]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.apps-grid[b-oejb7rrpws]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}
    .apps-grid[b-oejb7rrpws]::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
/* Responsive */
@media (max-width: 480px) {
    .apps-panel[b-oejb7rrpws] {
        width: 280px;
        margin: 20px auto;
    }
    .apps-overlay[b-oejb7rrpws] {
        padding-top: 80px;
        align-items: flex-start;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-48mrsj2q82] {
    background-color: rgba(255, 255, 255, 0.1);
    
}

.top-row[b-48mrsj2q82] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-48mrsj2q82] {
    font-size: 1.1rem;
}

.bi[b-48mrsj2q82] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-48mrsj2q82] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-48mrsj2q82] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-48mrsj2q82] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-48mrsj2q82] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-48mrsj2q82] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-48mrsj2q82] {
        padding-bottom: 1rem;
    }

    .nav-item[b-48mrsj2q82]  a {
        /*color: #d7d7d7;*/
        color:#000000;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-48mrsj2q82]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-48mrsj2q82]  a:hover {
    /*background-color: rgba(255,255,255,0.1);*/
    background-color: #CC1243;
    color: white;
}

span[b-48mrsj2q82]{
    margin-right:10px;
}

.nav-scrollable[b-48mrsj2q82]{
    position:sticky;
}
.material-symbols-outlined[b-48mrsj2q82] {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}
@media (min-width: 641px) {
    .navbar-toggler[b-48mrsj2q82] {
        display: none;
    }

    .collapse[b-48mrsj2q82] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-48mrsj2q82] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Accesos/AccesoUsuario.razor.rz.scp.css */
.btn-registrar[b-nvl1oruigs] {
    font-weight: bolder;
    font-size: 0.7rem;
    color: #fff;
    border: none;
    background-color: #CC1243;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 1px;

    span {
        font-size: 0.2rem;
    }
}
.d-heaader[b-nvl1oruigs] {
    display: flex;
    justify-content: end;
}
/* /Pages/Dialog/RegistroAcceso.razor.rz.scp.css */
.d-row[b-6daigd4ryl] {
    margin-bottom:5px;
    width:500px;
}
/* /Pages/Horario1.razor.rz.scp.css */

.btn-agregar-detalle[b-fcwggjzh3m] {
    font-weight: bolder;
    font-size: 0.7rem;
    color: #CC1243;
    border: 1.5px solid #CC1243;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 1px;
}
.btn-registrar[b-fcwggjzh3m] {
    font-weight: bolder;
    font-size: 0.7rem;
    color: #fff;
    border: none;
    background-color: #CC1243;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 1px;

    span{
            font-size:0.2rem;
        }
}
.btn-delete[b-fcwggjzh3m] {
    font-weight: bolder;
    font-size: 0.7rem;
    border:none;
}
th[b-fcwggjzh3m] {
    color: white;
    font-weight: 200;
}

.d-heaader[b-fcwggjzh3m]{
    display:flex;
    justify-content:end;
}


/* Contenedor principal de la tabla */
.table-container[b-fcwggjzh3m] {
    max-width: 100%;
    overflow-x: auto;
}

/* Forzar ancho fijo en las celdas */
.table td[b-fcwggjzh3m] {
    max-width: 200px;
    min-width: 150px;
}

/* Estilos específicos para los dropdowns */


    .fixed-dropdown .rz-dropdown[b-fcwggjzh3m] {
        width: 100% !important;
        max-width: 180px !important;
    }

    .fixed-dropdown .rz-dropdown-label[b-fcwggjzh3m] {
        max-width: 160px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: block !important;
    }

    .fixed-dropdown .rz-dropdown-panel[b-fcwggjzh3m] {
        width: auto !important;
        min-width: 200px !important;
        max-width: 300px !important;
    }

/* Para los dropdowns de horas */
.hour-dropdown[b-fcwggjzh3m] {
    width: 100% !important;
    max-width: 120px !important;
}

    .hour-dropdown .rz-dropdown[b-fcwggjzh3m] {
        width: 100% !important;
        max-width: 120px !important;
    }

    .hour-dropdown .rz-dropdown-label[b-fcwggjzh3m] {
        max-width: 100px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
/* /Pages/HorariosEducadores.razor.rz.scp.css */
/* /Pages/Reportes.razor.rz.scp.css */
.responsive-grid[b-ct0xkceb7v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    padding: 16px;
    width: 100%;
}

.grid-card[b-ct0xkceb7v] {
    max-width: 100% !important;
    max-height: 300px;
    min-height: 200px;
    transition: transform 0.2s ease-in-out;
}

.card-icon[b-ct0xkceb7v] {
    font-size: clamp(2rem, 4vw, 3rem) !important;
}

/* Para pantallas muy pequeñas (móviles) */
@media (max-width: 480px) {
    .responsive-grid[b-ct0xkceb7v] {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }

    .grid-card[b-ct0xkceb7v] {
        max-height: 250px;
        min-height: 180px;
    }
}

/* Para tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .responsive-grid[b-ct0xkceb7v] {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

/* Para pantallas medianas */
@media (min-width: 769px) and (max-width: 1024px) {
    .responsive-grid[b-ct0xkceb7v] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Para pantallas grandes */
@media (min-width: 1025px) and (max-width: 1440px) {
    .responsive-grid[b-ct0xkceb7v] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Para pantallas extra grandes */
@media (min-width: 1441px) {
    .responsive-grid[b-ct0xkceb7v] {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Efecto hover para mejor UX */
.grid-card:hover[b-ct0xkceb7v] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/* /Pages/Test.razor.rz.scp.css */
.hh[b-4gspj098tp]{
    color: green;
}
