@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Pages/Compensaciones/RegistroDeModelosCompensacion.razor.rz.scp.css */
.wCard[b-crr2sii6wj] {
    width: 100%;
    padding: 0;
}
.ulfont[b-crr2sii6wj] {
    font-size: x-small;
    display: flex;
}
    .ulfont li[b-crr2sii6wj] {
        margin-right: 20px; /* Añade espacio entre los elementos de la lista */
    }

        .ulfont li:last-child[b-crr2sii6wj] {
            margin-right: 0; /* Elimina el margen derecho del último elemento */
        }
@media (max-width: 989px) {
    .wCard[b-crr2sii6wj] {
        width: 100%;
        padding: 0;
    }
}
.body-chart[b-crr2sii6wj] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.chart-container[b-crr2sii6wj] {
    width: 50%;
}

#chart-legend[b-crr2sii6wj] {
    width: 50%;
    padding-left: 20px;
}
 
#myChart2[b-crr2sii6wj] {
    max-width: 100%;
    max-height: 100%;
}
/* /Pages/Compensaciones/Servicios.razor.rz.scp.css */
.h-table[b-sq7xetdxnd] {
    font-size: x-small;
    font-weight: bold;
}
.list[b-sq7xetdxnd] {
    position: relative;
}

    .list h2[b-sq7xetdxnd] {
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .list ul[b-sq7xetdxnd] {
        position: relative;
    }

        .list ul li[b-sq7xetdxnd] {
            position: relative;
            left: 0;
            color: #0c2b20;
            list-style: none;
            margin: 4px 0;
            border-left: 2px solid #38d39f;
            transition: 0.5s;
            cursor: pointer;
        }

            .list ul li:hover[b-sq7xetdxnd] {
                left: 10px;
            }

            .list ul li span[b-sq7xetdxnd] {
                position: relative;
                padding: 8px;
                padding-left: 12px;
                display: inline-block;
                z-index: 1;
                transition: 0.5s;
            }

            .list ul li:hover span[b-sq7xetdxnd] {
                color: #111;
            }

            .list ul li[b-sq7xetdxnd]:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background: #38d39f;
                transform: scaleX(0);
                transform-origin: left;
                transition: 0.5s;
            }

            .list ul li:hover[b-sq7xetdxnd]:before {
                transform: scaleX(1);
            }
    .body-chart[b-sq7xetdxnd] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .chart-container[b-sq7xetdxnd] {
        width: 50%;
    }

    #chart-legend[b-sq7xetdxnd] {
        width: 50%;
        padding-left: 20px;
    }

    #myChart[b-sq7xetdxnd] {
        max-width: 100%;
        max-height: 100%;
    }
.control[b-sq7xetdxnd] {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
    padding-top: 7px;
    cursor: pointer;
    font-size: 15px;
}

    .control input[b-sq7xetdxnd] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator[b-sq7xetdxnd] {
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 2px solid #7e7979;
    border-radius: 2px;
}

.control:hover input ~ .control_indicator[b-sq7xetdxnd],
.control input:focus ~ .control_indicator[b-sq7xetdxnd] {
    background: #018786;
}

.control input:checked ~ .control_indicator[b-sq7xetdxnd] {
    background: #018786;
}

.control:hover input:not([disabled]):checked ~ .control_indicator[b-sq7xetdxnd],
.control input:checked:focus ~ .control_indicator[b-sq7xetdxnd] {
    background: #0e6647d;
}

.control input:disabled ~ .control_indicator[b-sq7xetdxnd] {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator[b-sq7xetdxnd]:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator[b-sq7xetdxnd]:after {
    display: block;
}

.control-checkbox .control_indicator[b-sq7xetdxnd]:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator[b-sq7xetdxnd]:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator[b-sq7xetdxnd]::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple-b-sq7xetdxnd {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup-b-sq7xetdxnd {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input + .control_indicator[b-sq7xetdxnd]::before {
    animation: s-ripple-b-sq7xetdxnd 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator[b-sq7xetdxnd]::before {
    animation-name: s-ripple-dup-b-sq7xetdxnd;
}
/* /Pages/Components/Loader.razor.rz.scp.css */
.loader-img[b-g8fz2aly8l] {
    display: block;
    margin: 0 auto;
    width: 30%;
}
/* /Pages/Components/ModalComponent2.razor.rz.scp.css */
@media (min-width: 1200px) {
    .modal-xl[b-nc92ouphe4] {
        max-width: 1250px !important;
    }
}
/* /Pages/Cuadros_Turnos/Eventos.razor.rz.scp.css */
.control[b-ml06wx20d5] {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
    padding-top: 7px;
    cursor: pointer;
    font-size: 15px;
}

    .control input[b-ml06wx20d5] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator[b-ml06wx20d5] {
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 2px solid #7e7979;
    border-radius: 2px;
}

.control:hover input ~ .control_indicator[b-ml06wx20d5],
.control input:focus ~ .control_indicator[b-ml06wx20d5] {
    background: #018786;
}

.control input:checked ~ .control_indicator[b-ml06wx20d5] {
    background: #018786;
}

.control:hover input:not([disabled]):checked ~ .control_indicator[b-ml06wx20d5],
.control input:checked:focus ~ .control_indicator[b-ml06wx20d5] {
    background: #0e6647d;
}

.control input:disabled ~ .control_indicator[b-ml06wx20d5] {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator[b-ml06wx20d5]:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator[b-ml06wx20d5]:after {
    display: block;
}

.control-checkbox .control_indicator[b-ml06wx20d5]:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator[b-ml06wx20d5]:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator[b-ml06wx20d5]::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple-b-ml06wx20d5 {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup-b-ml06wx20d5 {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input + .control_indicator[b-ml06wx20d5]::before {
    animation: s-ripple-b-ml06wx20d5 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator[b-ml06wx20d5]::before {
    animation-name: s-ripple-dup-b-ml06wx20d5;
}
/* /Pages/Cuadros_Turnos/ModeloEventos.razor.rz.scp.css */
/*th {
    font-weight: bold !important;
    font-size: initial!important;
}
td {
    font-size: small!important;
}
*/
/* /Pages/Documental/ConveniosContratos.razor.rz.scp.css */
.cards[b-5rsv7l9smy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 4rem 5vw;
    padding: 0;
    list-style-type: none;
    cursor: pointer;
}

.card[b-5rsv7l9smy] {
    position: relative;
    display: block;
    height: 100%;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card__image[b-5rsv7l9smy] {
    width: 100%;
    height: auto;
}

.card__overlay[b-5rsv7l9smy] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(var(--curve) * 1px);
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: .2s ease-in-out;
}

.card:hover .card__overlay[b-5rsv7l9smy] {
    transform: translateY(0);
}

.card__header[b-5rsv7l9smy] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    border-top-left-radius: 40px;
    background-color: white;
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}

.card__arc[b-5rsv7l9smy] {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

    .card__arc path[b-5rsv7l9smy] {
        fill: var(--surface-color);
        d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
    }

.card:hover .card__header[b-5rsv7l9smy] {
    transform: translateY(0);
}

.card__thumb[b-5rsv7l9smy] {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card__title[b-5rsv7l9smy] {
    font-size: 1em;
    margin: 0 0 .3em;
    color: #227d5e;
}

.card__tagline[b-5rsv7l9smy] {
    display: block;
    margin: 1em 0;
    font-family: "MockFlowFont";
    font-size: .8em;
    color: #D7BDCA;
}

.card__status[b-5rsv7l9smy] {
    font-size: .8em;
    color: #36cb99;
}

.card__description[b-5rsv7l9smy] {
    padding: 0 2em 3em;
    margin: 0;
    color: #193a3a;
    font-family: 'Montserrat', sans-serif !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background-color: white;
    font-size: small;
}
/* /Pages/Documental/Usuario.razor.rz.scp.css */
/* Estilo para el acordeón */
.accordion-item[b-ko9zu13mag] {
    margin-bottom: 15px;
}

/* Cambia los estilos de los botones según tus preferencias */
.accordion-button[b-ko9zu13mag] {
    background-color: #f8f9fa;
}

/* Estilo para el contenido de cada sección */
.accordion-body[b-ko9zu13mag] {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    padding: 15px;
}

/* Cambia el estilo de los botones colapsables */
.accordion-button:not(.collapsed)[b-ko9zu13mag] {
    background-color: #f8f9fa;
}
.head-table[b-ko9zu13mag] {
    font-size: small;
    color: #103e2e;
}
.body-table[b-ko9zu13mag]
{
    font-size:smaller;
}
.dv-alert[b-ko9zu13mag] {
    background-color: #f1b0b7;
    border-radius: 5px;
    height: 40%;
    width: 50%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
/* /Pages/Login.razor.rz.scp.css */
.text-color[b-4w03axn5dh] {
    color: #38d39f;
}

.text-color-seg[b-4w03axn5dh] {
    color: #b3b3b3;
}

.input-group[b-4w03axn5dh] {
    width: 100%;
    max-width: 20em;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.input-group__label[b-4w03axn5dh] {
    padding: 0 0.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    color: #ccd;    
}

.content .btn[b-4w03axn5dh] {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-login[b-4w03axn5dh] {
    background: #38d39f;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: -1px -1px #cdcbcb;
    padding: 12px 37px;
    color: #ffffff;
    display: inline-block;
    font: normal bold 30px/1 "Open Sans", sans-serif;
    text-align: center;
    width: 100%;
    transition: 0.5s;
}

    .btn-login:hover[b-4w03axn5dh] {
        background-color: white;
        border-color: #2b8a87;
        color: #38d39f;
        transition: 0.5s;
    }

.input-group__input[b-4w03axn5dh] {
    color: #050505;
    font-size: 1.25rem;
    line-height: 1;
    border-style: none;
    outline: none;
    height: calc(1em + 1.6em + 0.5em);
    width: 100%;
    padding: 0.8em 1em;
    border: 0.25em solid transparent;
    background-image: linear-gradient(#f5f5f5, #fff), linear-gradient(120deg, #38d39f 0%, #aed79f 50%, #2b8a87 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 1.8em;
    background-size: 200% 100%;
    transition: background-position 0.8s ease-out;
}

    .input-group__input:hover[b-4w03axn5dh] {
        background-position: 100% 0;

    }

.text_sub[b-4w03axn5dh] {
    color: #bababa;
    text-decoration: none;
}
    .text_sub:hover[b-4w03axn5dh] {
        color: #6d6b6b;
    }

.img-login[b-4w03axn5dh] {
    width: 700px;
}

.btn-pass[b-4w03axn5dh] {
    background-color: white;
    border-radius: 50%;
    border-color: #38d39f;
    color: #195b45;
}

@media screen and (max-width: 768px) {

    .img-login[b-4w03axn5dh] {
        width: 700px;
        display: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7ygj2o0dya] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}


main[b-7ygj2o0dya] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 70%);
    z-index: 100000000;
}

.sidebar-container {
    display: flex;
}*/

.top-row[b-7ygj2o0dya] {
    background-color: #1c966e;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.main-content[b-7ygj2o0dya] {
    flex: 1;
    background-color: black; /* tu fondo actual */
    transition: all 0.3s ease;
    overflow: auto;
}

    .top-row[b-7ygj2o0dya]  a, .top-row .btn-link[b-7ygj2o0dya] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7ygj2o0dya] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7ygj2o0dya] {
        display: none;
    }

    .top-row.auth[b-7ygj2o0dya] {
        justify-content: space-between;
    }

    .top-row a[b-7ygj2o0dya], .top-row .btn-link[b-7ygj2o0dya] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7ygj2o0dya] {
        flex-direction: row;
    }

    /*.sidebar {
        width: 250px;
        height: auto;
        position: sticky;
        top: 0;
    }
    .sidebar-container {
        display: flex;
    }
    .sidebar-mini-p {
        width: 50px!important;
        height: auto;
        position: sticky;
        top: 0;
        background-image: linear-gradient(180deg, #1c966e63 0%, #1c966e8f 70%) !important;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .sidebar-mini {
        width: 50px !important;
        height: 100vh !important;
        position: sticky !important;
        top: 0 !important;
        background-image: linear-gradient(180deg, #1c966e63 0%, #1c966e8f 70%) !important;
        transition: 1s;
        z-index: 1!important;
    }*/

    .top-row[b-7ygj2o0dya], article[b-7ygj2o0dya] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    .content-body[b-7ygj2o0dya] {
        flex: 1;
        overflow-y: auto;
        padding-top: 2.0rem; /* espacio para el header */
    }
}

.header-container[b-7ygj2o0dya] {
    background-color: #f8f9fa; /* Color gris claro */
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 20%;
    padding: 10px 20px;
    z-index: 1000; /* Asegura que est� sobre otros elementos */
}
.content-body[b-7ygj2o0dya] {
    flex: 1;
    background-color: white;
    min-height: 100vh;
    overflow: auto;
}
@media (max-width: 641px) {
    .sidebar[b-7ygj2o0dya] {
        width: 70px!important;
    }
    .card-info[b-7ygj2o0dya] {
        margin-top: 26px!important;
    }
    .content[b-7ygj2o0dya] {
        padding-top: 4.1rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ivo7hgq0x1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler2[b-ivo7hgq0x1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ivo7hgq0x1] {
    height: 3.5rem;
    background-color: #1c966e !important;
    width: 99.2vw;
    max-width: auto;
}

.navbar-brand[b-ivo7hgq0x1] {
    font-size: 1.1rem;
}

.oi[b-ivo7hgq0x1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ivo7hgq0x1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #b7b7b7;
}

    .nav-item:first-of-type[b-ivo7hgq0x1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ivo7hgq0x1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ivo7hgq0x1]  a {
        color: #217c5e;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-ivo7hgq0x1]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

    .nav-item:hover[b-ivo7hgq0x1] {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-ivo7hgq0x1] {
        display: none;
    }

    .collapse[b-ivo7hgq0x1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.btn-designe[b-ivo7hgq0x1] {
    background-color: transparent;
    color: white !important;
}

.accordion[b-ivo7hgq0x1] {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
}

    .accordion .link[b-ivo7hgq0x1] {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion .link-mini[b-ivo7hgq0x1] {
        cursor: pointer;
        display: block;
        padding: 22px 0px 16px 41px;
        color: #ffffff;
        /* left: -17px; */
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li:last-child .link[b-ivo7hgq0x1] {
        border-bottom: 0;
    }

    .accordion li i[b-ivo7hgq0x1] {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #ffffff;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion li i.fa-chevron-down[b-ivo7hgq0x1] {
            right: 12px;
            left: auto;
            font-size: 16px;
        }

    .accordion li.open .link[b-ivo7hgq0x1] {
        color: #000000;
    }

    .accordion li.open i[b-ivo7hgq0x1] {
        color: #000000;
    }

        .accordion li.open i.fa-chevron-down[b-ivo7hgq0x1] {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

/**
 * Submenu
 -----------------------------*/


.submenu[b-ivo7hgq0x1] {
    display: none;
    background: #227d5e;
    font-size: 14px;
    list-style: none;
    border-radius: 1%;
}

    .submenu li[b-ivo7hgq0x1] {
        border-bottom: 1px solid white;
    }

    .submenu a[b-ivo7hgq0x1] {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        padding: 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        border-radius: 1%;
    }

        .submenu a:hover[b-ivo7hgq0x1] {
            background: white;
            color: #227d5e;
        }

.icon-logout[b-ivo7hgq0x1] {
    font-size: x-large;
    color: white;
    cursor: pointer;
    display: block !important;
}

.block-element[b-ivo7hgq0x1] {
    display: block !important;
}

.oult-elements[b-ivo7hgq0x1] {
    display: none !important;
}

.submenu2[b-ivo7hgq0x1] {
    display: none;
    background: #227d5e;
    font-size: 14px;
    list-style: none;
    border-radius: 1%;
}

    .submenu2 li[b-ivo7hgq0x1] {
        border-bottom: 1px solid white;
    }

    .submenu2 a[b-ivo7hgq0x1] {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        padding: 12px;
        padding-left: 60px; /* Ajusta el espacio para el segundo nivel de submenu */
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        border-radius: 1%;
    }

        .submenu2 a:hover[b-ivo7hgq0x1] {
            background: white;
            color: #227d5e;
        }

@media (max-width: 480px) {
    .item-Right[b-ivo7hgq0x1] {
        display: none;
    }

    .item-left[b-ivo7hgq0x1] {
        margin-left: 0;
        right: 0;
        position: absolute;
        margin-right: 10px;
    }

    
}
/* ============================================
   SIDEBAR NAVIGATION - SfMenu Modernizado
   ============================================ */

.sidebar-navigation[b-ivo7hgq0x1] {
    position: fixed;
    top: 65px;
    left: 0;
    bottom: 0;
    width: 250px;
    background: #ffffff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    z-index: 999;
    transition: transform 0.3s ease;
}

.control-section[b-ivo7hgq0x1] {
    width: 100%;
    height: 100%;
    padding: 0;
}

.menu-control[b-ivo7hgq0x1] {
    width: 100%;
    padding: 1rem 0;
}

/* ============================================
   ESTILOS PARA SYNCFUSION MENU (SfMenu)
   ============================================ */

/* Contenedor principal del menú */
.e-menu-wrapper[b-ivo7hgq0x1] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.e-menu-container[b-ivo7hgq0x1] {
    background: transparent !important;
}

/* Items del menú */
.e-menu-wrapper .e-menu .e-menu-item[b-ivo7hgq0x1] {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.e-menu-wrapper .e-menu .e-menu-item .e-menu-link[b-ivo7hgq0x1] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.9rem 1.5rem !important;
    color: #2d3748 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: transparent !important;
    min-height: 48px !important;
}

/* Iconos del menú */
.e-menu-wrapper .e-menu .e-menu-item .e-menu-icon[b-ivo7hgq0x1] {
    font-size: 16px !important;
    margin-right: 0.75rem !important;
    color: #718096 !important;
    transition: all 0.3s ease !important;
    min-width: 20px !important;
}

/* Texto del menú */
.e-menu-wrapper .e-menu .e-menu-item .e-menu-link .e-menu-text[b-ivo7hgq0x1] {
    flex: 1 !important;
    color: #2d3748 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Flecha indicadora (caret) */
.e-menu-wrapper .e-menu .e-menu-item .e-caret[b-ivo7hgq0x1] {
    font-size: 18px !important;
    color: #cbd5e0 !important;
    transition: all 0.3s ease !important;
    margin-left: auto !important;
}

/* ============================================
   ESTADOS HOVER Y ACTIVE
   ============================================ */

/* Hover effect */
.e-menu-wrapper .e-menu .e-menu-item:hover .e-menu-link[b-ivo7hgq0x1],
.e-menu-wrapper .e-menu .e-menu-item.e-hover .e-menu-link[b-ivo7hgq0x1] {
    background: linear-gradient(90deg, rgba(0, 206, 201, 0.08) 0%, transparent 100%) !important;
    border-left-color: #00CEC9 !important;
    color: #00B894 !important;
}

.e-menu-wrapper .e-menu .e-menu-item:hover .e-menu-icon[b-ivo7hgq0x1],
.e-menu-wrapper .e-menu .e-menu-item.e-hover .e-menu-icon[b-ivo7hgq0x1] {
    color: #00B894 !important;
}

.e-menu-wrapper .e-menu .e-menu-item:hover .e-menu-text[b-ivo7hgq0x1],
.e-menu-wrapper .e-menu .e-menu-item.e-hover .e-menu-text[b-ivo7hgq0x1] {
    color: #00B894 !important;
}

.e-menu-wrapper .e-menu .e-menu-item:hover .e-caret[b-ivo7hgq0x1],
.e-menu-wrapper .e-menu .e-menu-item.e-hover .e-caret[b-ivo7hgq0x1] {
    color: #00CEC9 !important;
    transform: translateX(3px) !important;
}

/* Active/Selected state */
.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-link[b-ivo7hgq0x1],
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-menu-link[b-ivo7hgq0x1] {
    background: linear-gradient(90deg, rgba(0, 206, 201, 0.15) 0%, transparent 100%) !important;
    border-left-color: #00B894 !important;
    color: #00B894 !important;
}

.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-icon[b-ivo7hgq0x1],
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-menu-icon[b-ivo7hgq0x1] {
    color: #00B894 !important;
}

.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-text[b-ivo7hgq0x1],
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-menu-text[b-ivo7hgq0x1] {
    color: #00B894 !important;
    font-weight: 600 !important;
}

.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret[b-ivo7hgq0x1],
.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret[b-ivo7hgq0x1] {
    color: #00B894 !important;
}

/* ============================================
   SUBMENÚ (SI EXISTE)
   ============================================ */

.e-menu-wrapper .e-menu .e-menu-item .e-menu-popup[b-ivo7hgq0x1] {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border-radius: 8px !important;
    margin-left: 8px !important;
}

.e-menu-wrapper .e-menu .e-menu-item .e-menu-popup .e-menu-item .e-menu-link[b-ivo7hgq0x1] {
    padding: 0.75rem 1.25rem !important;
}

/* ============================================
   SEPARADORES (SI USAS)
   ============================================ */

.e-menu-wrapper .e-menu .e-separator[b-ivo7hgq0x1] {
    height: 1px !important;
    background: #e2e8f0 !important;
    margin: 0.5rem 1rem !important;
    border: none !important;
}

/* ============================================
   SCROLLBAR PERSONALIZADO PARA SIDEBAR
   ============================================ */

.sidebar-navigation[b-ivo7hgq0x1]::-webkit-scrollbar {
    width: 0px;
}

.sidebar-navigation[b-ivo7hgq0x1]::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 10px;
}

.sidebar-navigation[b-ivo7hgq0x1]::-webkit-scrollbar-thumb {
    background: #00CEC9;
    border-radius: 10px;
}

.sidebar-navigation[b-ivo7hgq0x1]::-webkit-scrollbar-thumb:hover {
    background: #00B894;
}

/* ============================================
   ANIMACIÓN DE ENTRADA
   ============================================ */

.sidebar-navigation[b-ivo7hgq0x1] {
    animation: slideInLeft-b-ivo7hgq0x1 0.3s ease-out;
}

@keyframes slideInLeft-b-ivo7hgq0x1 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (max-width: 992px) {
    .sidebar-navigation[b-ivo7hgq0x1] {
        width: 220px;
    }
    
    .e-menu-wrapper .e-menu .e-menu-item .e-menu-link[b-ivo7hgq0x1] {
        padding: 0.8rem 1.25rem !important;
        font-size: 13px !important;
    }
    
    .e-menu-wrapper .e-menu .e-menu-item .e-menu-icon[b-ivo7hgq0x1] {
        font-size: 15px !important;
    }
}

/* ============================================
   RESPONSIVE - MÓVIL
   ============================================ */

@media (max-width: 768px) {
    .sidebar-navigation[b-ivo7hgq0x1] {
        transform: translateX(-100%);
        top: 60px;
        width: 280px;
    }
    
    .sidebar-navigation.show[b-ivo7hgq0x1] {
        transform: translateX(0);
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
    }
    
    .e-menu-wrapper .e-menu .e-menu-item .e-menu-link[b-ivo7hgq0x1] {
        padding: 1rem 1.5rem !important;
        min-height: 52px !important;
    }
}

/* ============================================
   MEJORAS VISUALES ADICIONALES
   ============================================ */

/* Efecto de ripple al hacer clic */
.e-menu-wrapper .e-menu .e-menu-item .e-menu-link:active[b-ivo7hgq0x1] {
    transform: scale(0.98);
}

/* Badge o contador (opcional) */
.e-menu-wrapper .e-menu .e-menu-item .e-badge[b-ivo7hgq0x1] {
    background: #00B894 !important;
    color: white !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin-left: auto !important;
}

/* Divider section headers (opcional) */
.menu-section-header[b-ivo7hgq0x1] {
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    font-size: 11px;
    font-weight: 700;
    color: #a0aec0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

/* ============================================
   MODO OSCURO (OPCIONAL)
   ============================================ */

@media (prefers-color-scheme: dark) {
    .sidebar-navigation[b-ivo7hgq0x1] {
        background: #1a202c;
        border-right: 1px solid #2d3748;
    }
    
    .e-menu-wrapper .e-menu .e-menu-item .e-menu-link[b-ivo7hgq0x1] {
        color: #e2e8f0 !important;
    }
    
    .e-menu-wrapper .e-menu .e-menu-item .e-menu-icon[b-ivo7hgq0x1] {
        color: #a0aec0 !important;
    }
    
    .e-menu-wrapper .e-menu .e-menu-item .e-menu-text[b-ivo7hgq0x1] {
        color: #e2e8f0 !important;
    }
    
    .e-menu-wrapper .e-menu .e-menu-item:hover .e-menu-link[b-ivo7hgq0x1] {
        background: linear-gradient(90deg, rgba(0, 206, 201, 0.15) 0%, transparent 100%) !important;
    }
}
