/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-xfjepe7k8j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xfjepe7k8j] {
    flex: 1;
}

.close-canvas[b-xfjepe7k8j] {
    width: fit-content !important;
    height: fit-content !important;
    padding: 2px 5px;
}

    .close-canvas:focus[b-xfjepe7k8j] {
        box-shadow: none !important;
    }



.container[b-xfjepe7k8j] {
    margin-top: 1rem;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xfjepe7k8j] {
        display: none;
    }

    .close-canvas[b-xfjepe7k8j] {
        display: none;
    }

{
    display: none;
}

.top-row.auth[b-xfjepe7k8j] {
    justify-content: space-between;
}

.top-row[b-xfjepe7k8j]  a, .top-row[b-xfjepe7k8j]  .btn-link {
    margin-left: 0;
}

}

@media (min-width: 641px) {
    .page[b-xfjepe7k8j] {
        flex-direction: row;
    }

    s
    .top-row[b-xfjepe7k8j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xfjepe7k8j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xfjepe7k8j], article[b-xfjepe7k8j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */

.dropdown-menu.no-profile[b-atib0m7yuz] {
}

.dropstart .dropdown-toggle[b-atib0m7yuz]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropstart .dropdown-toggle[b-atib0m7yuz]::before {
    display: none !important;
}

.dropdown-menu.profile[b-atib0m7yuz] {
}

.list-menu:hover[b-atib0m7yuz] {
    overflow: auto !important;
}
/*Extra small None <576px
Small sm ?576px
Medium md ?768px
Large lg ?992px
Extra large xl ?1200px
Extra extra large xxl ?1400px*/
@media (max-width: 576px) {
    .offcanvas[b-atib0m7yuz] {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .offcanvas[b-atib0m7yuz] {
        width: 250px !important;
    }
}
/* /Pages/Calendario/Calendario.razor.rz.scp.css */
.boton[b-oco6et2akv] {
    position: relative; /* Establece un ancestro posicionado */
    cursor: pointer;
    overflow: hidden;
}

    .boton .titles[b-oco6et2akv] {
        position: relative; /* Establece un ancestro posicionado */
        z-index: 2;
    }

.superposicion[b-oco6et2akv] {
    content: '';
    position: absolute;
    top: -100%;
    width: 100%;
    max-width:250px;
    min-width: 250px;
    height: 90%;
    z-index: 1;

    opacity: 0; /* Comienza transparente */
    transition: top 0.2s ease, opacity 0.2s ease;
    z-index: 0;
}

.boton.active .superposicion[b-oco6et2akv] {

    top: 0;
    

    opacity: 1; /* Aparece */
}
.event-card[b-oco6et2akv] {

    border-radius: 8px;
    padding: 8px;
}

.circle-indicator[b-oco6et2akv] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.CurrentDay[b-oco6et2akv] {
    background-color: var(--bs-emphasis-color);
    color: var(--bs-body-bg);
}
.CurrentDay-border[b-oco6et2akv] {
    border: 1px solid var(--bs-emphasis-color) !important;

}

/* /Pages/Esquelas/Esquelas.razor.rz.scp.css */
.btn-arrow.active[b-ihyoodbmow] {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.btn-arrow[b-ihyoodbmow] {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.col-report-content[b-ihyoodbmow] {
    flex-grow: 1;
}

.box-shadow-succes[b-ihyoodbmow] {
    border-right: 3px solid #198754 !important;
}

/* Animación de pulso */
@keyframes pulse-animation-b-ihyoodbmow {
    0% {
        border-color: transparent;
        transform: scale(1);
    }

    50% {
        border-color: green; /* El borde verde */
        transform: scale(1.005); /* Aumenta un poco el tamaño */
    }

    100% {
        border-color: transparent;
        transform: scale(1);
    }
}
/* /Pages/Index.razor.rz.scp.css */
.content-wrap .info-boxes[b-lesu1yi9qs] {
    padding: 3em 0 2em;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 2em;
}

    .content-wrap .info-boxes .info-box[b-lesu1yi9qs] {
        background-color: var(--bs-offcanvas-bg);
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 3em;
        border: 1px solid #ede8f0;
        border-radius: 5px;
    }


.content-wrap .card-items[b-lesu1yi9qs] {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 2em;
}

    .content-wrap .card-items .card-item[b-lesu1yi9qs] {
        background-color: var(--bs-tertiary-bg) !important;
        text-align: center;
        padding: 1.5em;
        border-radius: 10px;
        cursor: pointer;
    }

.card-item:hover[b-lesu1yi9qs] {
    /* box-shadow: 0px 0px 6px 2px #c6c6c6 !important;*/
}


.content-wrap .card-items .card-item .box-avatar[b-lesu1yi9qs] {
    width: 100px;
    height: 65px;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
}

    .content-wrap .card-items .card-item .box-avatar i[b-lesu1yi9qs] {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 2.5rem
    }

.content-wrap .card-items .card-item .box-info[b-lesu1yi9qs] {
    word-wrap: break-word;
}

    .content-wrap .card-items .card-item .box-info .bio-name[b-lesu1yi9qs] {
        margin: 0.1rem 0 0.75em;
        color: var(--fg-color) !important;
        background-color: var(--bg-sidebar-color) !important;
        font-size: 1em;
        cursor: pointer;
        font-weight: 700;
        line-height: 100%;
    }
/*barrita majno*/

.border-grow[b-lesu1yi9qs] {
    position: relative;
}

    .border-grow[b-lesu1yi9qs]::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 1.7px; /* Alto del borde inferior */
        background-color: #007bff; /* Color del borde inferior */
        transform: translateX(-50%);
        transition: width 0.3s ease-in-out; /* Añade una transición para el crecimiento suave */
    }

    .border-grow:hover[b-lesu1yi9qs]::before {
        width: 100%; /* Aumenta el ancho al 100% al pasar el mouse */
    }
/* Clase para aplicar efecto de fondo que crece desde el centro */
.background-grow[b-lesu1yi9qs] {
    position: relative;
    overflow: hidden;
}

    .background-grow[b-lesu1yi9qs]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(208, 208, 208, 0.3); /* Nuevo color de fondo */
        border-radius: 50%; /* Hace que el fondo sea un círculo */
        transform: translate(-50%, -50%);
        transition: width 0.5s ease-in-out, height 0.3s ease-in-out, background 0.3s ease-in-out; /* Añade transiciones para el crecimiento suave y cambio de color */
    }

    .background-grow:hover[b-lesu1yi9qs]::before {
        width: 200%;
        height: 200%;
    }

.menu[b-lesu1yi9qs] {
    grid-template-columns: repeat(auto-fit,calc(100% / 5));
    grid-template-rows: auto;
    z-index: 1;
    grid-template-areas:
        "header header header header";
}

    .menu .item[b-lesu1yi9qs] {
        z-index: 1;
    }
/* /Pages/Login/Index.razor.rz.scp.css */
.body-login[b-5jhufkji3p] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: fixed;
}


.logo[b-5jhufkji3p] {
    background-image: url(../assets/brand/loginOffice.png);
    height: 150px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
}
.contenedorLogin[b-5jhufkji3p] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cardLogin[b-5jhufkji3p] {
    width: 460px;
    padding: 50px;
}



.title[b-5jhufkji3p] {
    width: 100%;
    float: left;
    line-height: 46px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0078d4;
    margin-left: 45px;
    position: relative;
}



    .title[b-5jhufkji3p]:before {
        content: "";
        width: 5px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -95px;
        background: #505AC9;
    }
/* /Shared/LoginDisplay.razor.rz.scp.css */
.perfil-foto[b-eu79ecwreb] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.perfil-nombre[b-eu79ecwreb] {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center;
}

.perfil-detalle[b-eu79ecwreb] {
    font-size: 10px;
    font-weight: 200;
    text-align: center;
}

/* /Shared/Modal.razor.rz.scp.css */
.modal-header[b-uxmbhsiamg] {
 
    padding: 0rem 1rem !important;

}
/* /Shared/SelectSearch.razor.rz.scp.css */
/* /Shared/Spinner.razor.rz.scp.css */
.spinner-border[b-4r4q6chedq] {
    width: 3rem !important;
    height: 3rem !important;
}
/* /Shared/SpinnerCharger.razor.rz.scp.css */


.dashboard-spinner[b-mb33unp643] {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 1060;
    right: 0;
    transition: all 0.3s;
}

.dashboard-spinner svg[b-mb33unp643] {
    width: 114px;
    height: 114px;

}

.bg-spinner[b-mb33unp643] {
    fill: none;
    stroke-width: 4px;
    stroke: #1A2C34;
}

[class^="meter-"][b-mb33unp643] {
    fill: none;
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}
.meter-1[b-mb33unp643] {
    stroke-dasharray: 360;
    stroke-dashoffset: 0;
    stroke: var(--fg-color);
    animation: progress-1-b-mb33unp643 1s ease-out;
    
}
@keyframes progress-1-b-mb33unp643 {
    from {
        stroke-dashoffset: 450;
    }

    to {
        stroke-dashoffset: 0;
    }
}


/*
.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
}

    .loader.success {
        color: #4F8A10;
    }

.loader-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
}

.circular-loader {
    animation: rotate 2s linear infinite;
}

.loader-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: #4F8A10;
    stroke-linecap: round;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/*.sa {
    width: 140px;
    height: 140px;
    padding: 26px;
    background-color: var(--bg-color);
}

.sa-success {
    border-radius: 50%;
    border: 4px solid #A5DC86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: var(--bg-color);
    width: 80px;
}

    .sa-success:after, .sa-success:before {
        background: var(--bg-color);
        content: '';
        height: 120px;
        position: absolute;
        transform: rotate(45deg);
        width: 60px;
    }

    .sa-success:before {
        border-radius: 40px 0 0 40px;
        width: 26px;
        height: 80px;
        top: -17px;
        left: 5px;
        transform-origin: 60px 60px;
        transform: rotate(-45deg);
    }

    .sa-success:after {
        border-radius: 0 120px 120px 0;
        left: 30px;
        top: -11px;
        transform-origin: 0 60px;
        transform: rotate(-45deg);
        animation: rotatePlaceholder 4.25s ease-in;
    }

.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-success-fix {
    background-color: var(--bg-color);
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-success-tip, .sa-success-long {
    background-color: #A5DC86;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip .75s;
}

.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong .75s;
}

@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}
*/
