@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
/* /Pages/Dashboard.razor.rz.scp.css */



main[b-u5rqfui444] {
    width: 99%;
    height: 98%;
    overflow-y: auto;
    background-color: transparent;
    margin: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center; /* Centra horizontalmente los elementos */
}

[b-u5rqfui444]::-webkit-scrollbar {
    width: 5px;
}

[b-u5rqfui444]::-webkit-scrollbar-track {
    background: transparent;
}

[b-u5rqfui444]::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
    width: 5px;
}

section[b-u5rqfui444] {
    background-color: var(--section-bg);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    padding: 1.5rem;
    transition: box-shadow 0.3s ease;
}

    section:hover[b-u5rqfui444] {
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    }

h2[b-u5rqfui444] {
    color: var(--text-color);
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 0.5rem;
}

h3[b-u5rqfui444], h4[b-u5rqfui444] {
    color: var(--text-color);
}

table[b-u5rqfui444] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

th[b-u5rqfui444], td[b-u5rqfui444] {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th[b-u5rqfui444] {
    background-color: var(--table-header-bg);
    color: var(--text-color);
}

tr:nth-child(even)[b-u5rqfui444] {
    background-color: var(--table-even-row);
}

.chart[b-u5rqfui444] {
    width: 100%;
    height: 300px;
    background-color: var(--section-bg);
    border: 1px solid #ddd;
    margin-top: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 1rem;
    box-sizing: border-box;
}

.bar-container[b-u5rqfui444] {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 60px;
    height: 100%;
}

.bar[b-u5rqfui444] {
    width: 100%;
    transition: height 0.3s ease;
    min-height: 1px;
}

.bar-label[b-u5rqfui444] {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    color: var(--text-color);
}


.sectiondb1[b-u5rqfui444] {
    background-color: var(--section-bg);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    min-width: 600px;
    width: auto;
    padding: 1rem;
    max-height: 480px;
    transition: box-shadow 0.3s ease;
    text-align: center;
    flex: 1 1 calc(33.333% - 50px);
}

.sectiondb2[b-u5rqfui444] {
    background-color: var(--section-bg);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    min-width: 800px;
    max-height: 480px;
    padding: 1rem;
    transition: box-shadow 0.3s ease;
    flex: 1 1 calc(33.333% - 50px);
}


.sectiondb3[b-u5rqfui444] {
    background-color: var(--section-bg);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    min-width: 800px;
    max-height: 480px;
    padding: 1.5rem;
    transition: box-shadow 0.3s ease;
    flex: 1 1 calc(33.333% - 50px);
}

.sectiondb4[b-u5rqfui444] {
    background-color: var(--section-bg);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    width: calc(100% - 50px) padding: 1.5rem;
    transition: box-shadow 0.3s ease;
    flex: 1 1 calc(33.333% - 50px);
    flex-basis: 100%;
    flex-grow: 1;
}

.textW[b-u5rqfui444]{
    color:white;
}
/* /Pages/Home.razor.rz.scp.css */
.Hmain[b-b6hycohw3f] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('img/minimalbackground.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.topmenu[b-b6hycohw3f] {
    position: absolute;
    top: 0px;
    left: 75px;
    right: 75px;
    height: 70px;
    width: calc(100% - 145px);
    display: flex;
    /*justify-content: center;*/
    overflow-x: auto;
    background-color: transparent;
    overflow-y: hidden;
}

.menu-bar[b-b6hycohw3f] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    align-items: center;
    padding: 0 10px;
    margin: 10px 0 0 0;
    z-index: 1;
}

    .menu-bar li[b-b6hycohw3f] {
        list-style: none;
        color: white;
        font-family: sans-serif;
        font-weight: bold;
        padding: 12px 16px;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .menu-bar li .menu-icon[b-b6hycohw3f] {
            font-size: 1.1em;
            transition: transform 0.3s ease;
        }

        .menu-bar li[b-b6hycohw3f]::before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: -1;
            transition: all 0.3s ease;
            border-radius: 25px;
        }

        /* Indicador inferior para menú activo */
        .menu-bar li[b-b6hycohw3f]::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%) scale(0);
            width: 6px;
            height: 6px;
            background: #4CAF50;
            border-radius: 50%;
            transition: transform 0.3s ease;
            box-shadow: 0 0 10px #4CAF50;
        }

        .menu-bar li:hover[b-b6hycohw3f] {
            color: black;
        }

            .menu-bar li:hover[b-b6hycohw3f]::before {
                background: linear-gradient(to bottom, #e8edec, #d2d1d3);
                box-shadow: 0px 3px 20px 0px black;
                transform: scale(1.2);
            }

            .menu-bar li:hover .menu-icon[b-b6hycohw3f] {
                transform: scale(1.2);
            }

        /* Estado activo del menú */
        .menu-bar li.active[b-b6hycohw3f] {
            color: #1a1a1a;
        }

            .menu-bar li.active[b-b6hycohw3f]::before {
                background: linear-gradient(to bottom, #4CAF50, #45a049);
                box-shadow: 0px 3px 15px rgba(76, 175, 80, 0.5);
                transform: scale(1.05);
            }

            .menu-bar li.active[b-b6hycohw3f]::after {
                transform: translateX(-50%) scale(1);
            }

            .menu-bar li.active .menu-icon[b-b6hycohw3f] {
                transform: scale(1.1);
            }

.dkpHeader[b-b6hycohw3f] {
    position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
    height: 70px;
    width: calc(100% - 40px);
    box-shadow: 0px 15px 10px -15px #111;
    border-radius: 1rem;
    background: rgba(230, 230, 230, .4);
    /* background: rgba(96, 97, 204, .1);*/
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.minihw[b-b6hycohw3f] {
    height: 47px;
    width: 53px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.avatar[b-b6hycohw3f] {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid transparent;
}

    .avatar:hover[b-b6hycohw3f] {
        transform: scale(1.1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        border-color: rgba(255, 255, 255, 0.5);
    }

.dkpContainer[b-b6hycohw3f] {
    position: absolute;
    top: 100px;
    left: 20px;
    right: 20px;
    bottom: 13px;
    width: calc(100% - 40px);
    box-shadow: 0px 15px 10px -15px #111;
    z-index: 3;
    border-radius: 1rem;
    /*background: rgba(96, 97, 204, .1);*/
    background: rgba(230, 230, 230, .4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.sysiframew[b-b6hycohw3f] {
    position: absolute;
    top: 65px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index:3;
}

.sysiframew2[b-b6hycohw3f] {
    position: absolute;
    top: 0px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 3;
}

.fluentmenucover[b-b6hycohw3f] {
    position: absolute;
    top: 100px;
    left: 20px;
    right: 20px;
    bottom: 13px;
    width: calc(100% - 40px);
    box-shadow: 0px 15px 10px -15px #111;
    border-radius: 1rem;
    padding: 2rem;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    overflow-y: scroll;
    /* Animación de entrada */
    animation: slideDownFade-b-b6hycohw3f 0.35s ease-out;
}

/* Animación de entrada del submenú */
@keyframes slideDownFade-b-b6hycohw3f {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animación escalonada para las cards del menú */
.fluentmenucover :global(.MenuCard)[b-b6hycohw3f] {
    animation: cardFadeIn-b-b6hycohw3f 0.4s ease-out backwards;
}

.fluentmenucover :global(.MenuCard:nth-child(1))[b-b6hycohw3f] { animation-delay: 0.05s; }
.fluentmenucover :global(.MenuCard:nth-child(2))[b-b6hycohw3f] { animation-delay: 0.1s; }
.fluentmenucover :global(.MenuCard:nth-child(3))[b-b6hycohw3f] { animation-delay: 0.15s; }
.fluentmenucover :global(.MenuCard:nth-child(4))[b-b6hycohw3f] { animation-delay: 0.2s; }
.fluentmenucover :global(.MenuCard:nth-child(5))[b-b6hycohw3f] { animation-delay: 0.25s; }
.fluentmenucover :global(.MenuCard:nth-child(6))[b-b6hycohw3f] { animation-delay: 0.3s; }
.fluentmenucover :global(.MenuCard:nth-child(7))[b-b6hycohw3f] { animation-delay: 0.35s; }
.fluentmenucover :global(.MenuCard:nth-child(8))[b-b6hycohw3f] { animation-delay: 0.4s; }

@keyframes cardFadeIn-b-b6hycohw3f {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Efecto hover mejorado en cards */
.fluentmenucover :global(.MenuCard)[b-b6hycohw3f] {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fluentmenucover :global(.MenuCard:hover)[b-b6hycohw3f] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.PixelFrame[b-b6hycohw3f] {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.fluentcardtools[b-b6hycohw3f] {
    height: auto;
    padding: 2rem;
    border-radius: 1rem;
    /* other styles */
    background: rgba(234, 240, 247, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 1002;
}

.menuUser[b-b6hycohw3f] {
    position: absolute;
    top: 85px;
    right: 25px;
    z-index: 1002;
    width: 360px;
    height: 350px;
    /* Animación de entrada */
    animation: slideInRight-b-b6hycohw3f 0.3s ease-out;
}

@keyframes slideInRight-b-b6hycohw3f {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.toolslist[b-b6hycohw3f] {
    padding-top: 1px;
    font-size: small;
    cursor: pointer;
    color: #1B1C1D;
    overflow-y: auto;
    max-height: 12em;
}

.toolslistCerrarSesion[b-b6hycohw3f] {
    padding-top: 1px;
    font-size: medium;
    cursor: pointer;
    color: #1B1C1D;
}
/* /Pages/Login.razor.rz.scp.css */
.LDivMain[b-lbq0sz7fnu] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('img/background4.jpg');
    background-repeat: no-repeat;
    /*background-size:cover;*/
    background-size: 100% 100%;
}

.innlogo[b-lbq0sz7fnu] {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 281px;
    height: 67px;
}

.iso27[b-lbq0sz7fnu] {
    position: absolute;
    right: 150px;
    bottom: 10px;
    width: 100px;
    height: 100px;
}

.nom151[b-lbq0sz7fnu] {
    position: absolute;
    right: 30px;
    bottom: 5px;
    width: 100px;
    height: 100px;
}

._Device[b-lbq0sz7fnu] {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: small;
    color: #003E91;
    z-index: 10;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fluentcardSSOI[b-lbq0sz7fnu] {
    height: auto;
    padding: 2rem;
    border-radius: 1rem;
    /* other styles */
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#formContent[b-lbq0sz7fnu] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
    width: 98%;
    max-width: 450px;
    position: relative;
    text-align: center;
}

#formFooter[b-lbq0sz7fnu] {
    background-color: transparent;
    padding: 25px;
    text-align: center;
}

#btnsignin[b-lbq0sz7fnu] {
    border-block-color: transparent;
    /*background-color: #003E91;*/
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 1rem;
    padding: 10px 20px;
    transition: transform .2s;
    width: 170px;
    height: 40px;
    color: #6A53EE;
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    #btnsignin:hover[b-lbq0sz7fnu], #btnsignin:hover[b-lbq0sz7fnu], #btnsignin:hover[b-lbq0sz7fnu] {
        background: rgba(96, 97, 204, .4);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        color: white;
        transform: scale(1.1);
    }

    #btnsignin:active[b-lbq0sz7fnu], #btnsignin:active[b-lbq0sz7fnu], #btnsignin:active[b-lbq0sz7fnu] {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
        color: white;
        bbackground: rgba(96, 97, 204, .4);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

input[type=text][b-lbq0sz7fnu], input[type=password][b-lbq0sz7fnu] {
    background-color: #fff;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}



#txtpassword[b-lbq0sz7fnu] {
    background-color: #fff;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus[b-lbq0sz7fnu], input[type=password]:focus[b-lbq0sz7fnu] {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder[b-lbq0sz7fnu], input[type=password]:placeholder[b-lbq0sz7fnu] {
    color: #cccccc;
}

#txtpassword:placeholder[b-lbq0sz7fnu] {
    color: #cccccc;
}

#txtpassword:focus[b-lbq0sz7fnu] {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

#btnchgpwd[b-lbq0sz7fnu] {
    border-block-color: transparent;
    background-color: #003E91;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 1rem;
    padding: 10px 20px;
    transition: transform .2s;
    width: 170px;
    height: 40px;
}

    #btnchgpwd:hover[b-lbq0sz7fnu], #btnchgpwd:hover[b-lbq0sz7fnu], #btnchgpwd:hover[b-lbq0sz7fnu] {
        background-color: #353C46;
        color: white;
        transform: scale(1.1);
    }

    #btnchgpwd:active[b-lbq0sz7fnu], #btnchgpwd:active[b-lbq0sz7fnu], #btnchgpwd:active[b-lbq0sz7fnu] {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
        color: white;
        background-color: #003E91;
    }





/* Simple CSS3 Fade-in Animation */
.underlineHover[b-lbq0sz7fnu]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
    color: #003E91;
}

.underlineHover:hover[b-lbq0sz7fnu] {
    color: #0d0d0d;
}

    .underlineHover:hover[b-lbq0sz7fnu]:after {
        width: 100%;
    }

.underlineHover[b-lbq0sz7fnu] {
    color: #003E91;
}

*:focus[b-lbq0sz7fnu] {
    outline: none;
}

.loginbtn[b-lbq0sz7fnu] {
    /*background-color: #003E91;*/
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 1rem;
    padding: 10px 20px;
    transition: transform .2s;
    position: absolute;
    top: 40px;
    right: 100px;
    width: 170px;
    height: 45px;
    color: #6A53EE;
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .loginbtn:hover[b-lbq0sz7fnu] {
        /*background-color: #353C46;*/
        color: white;
        transform: scale(1.1);
        background: rgba(96, 97, 204, .4);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }


/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-lbq0sz7fnu] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-lbq0sz7fnu;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown-b-lbq0sz7fnu {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn-b-lbq0sz7fnu {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn[b-lbq0sz7fnu] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn-b-lbq0sz7fnu ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first[b-lbq0sz7fnu] {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second[b-lbq0sz7fnu] {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third[b-lbq0sz7fnu] {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth[b-lbq0sz7fnu] {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

.LockDiv[b-lbq0sz7fnu] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index:3;
}

/* ============================================
   ESTILOS MODERNOS PARA LOGIN
   ============================================ */

.login-card[b-lbq0sz7fnu] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    padding: 2.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2),
                inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    z-index: 10;
    animation: slideUp-b-lbq0sz7fnu 0.5s ease-out;
}

.tenant-card[b-lbq0sz7fnu] {
    min-height: 380px;
}

@keyframes slideUp-b-lbq0sz7fnu {
    from {
        opacity: 0;
        transform: translate(-50%, -45%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.login-header[b-lbq0sz7fnu] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-avatar[b-lbq0sz7fnu] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    animation: pulse-b-lbq0sz7fnu 2s infinite;
}

.tenant-avatar[b-lbq0sz7fnu] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    box-shadow: 0 4px 15px rgba(17, 153, 142, 0.4);
}

@keyframes pulse-b-lbq0sz7fnu {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    }
    50% {
        box-shadow: 0 4px 25px rgba(102, 126, 234, 0.6);
    }
}

.login-avatar i[b-lbq0sz7fnu] {
    font-size: 2.5rem;
    color: white;
}

.login-header h2[b-lbq0sz7fnu] {
    margin: 0 0 0.5rem 0;
    color: #1a1a2e;
    font-weight: 700;
    font-size: 1.75rem;
}

.login-subtitle[b-lbq0sz7fnu] {
    margin: 0;
    color: #555;
    font-size: 0.95rem;
}

.login-form[b-lbq0sz7fnu] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.input-group-modern[b-lbq0sz7fnu] {
    position: relative;
    width: 100%;
}

.input-icon[b-lbq0sz7fnu] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #667eea;
    font-size: 1.1rem;
    z-index: 2;
    transition: color 0.3s ease;
}

.modern-input[b-lbq0sz7fnu] {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    color: #1a1a2e;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.modern-input[b-lbq0sz7fnu]::placeholder {
    color: #888;
}

.modern-input:focus[b-lbq0sz7fnu] {
    outline: none;
    border-color: #667eea;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.15);
}

.modern-input:focus + .input-icon[b-lbq0sz7fnu],
.input-group-modern:focus-within .input-icon[b-lbq0sz7fnu] {
    color: #764ba2;
}

.modern-select[b-lbq0sz7fnu] {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    color: #1a1a2e;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23667eea' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    box-sizing: border-box;
}

.modern-select:focus[b-lbq0sz7fnu] {
    outline: none;
    border-color: #11998e;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 4px rgba(17, 153, 142, 0.15);
}

.select-group .input-icon[b-lbq0sz7fnu] {
    color: #11998e;
}

.btn-modern-login[b-lbq0sz7fnu] {
    width: 100%;
    padding: 1rem;
    margin-top: 0.5rem;
    border: none;
    border-radius: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.btn-modern-login:hover[b-lbq0sz7fnu] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.btn-modern-login:active[b-lbq0sz7fnu] {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.4);
}

.btn-modern-login i[b-lbq0sz7fnu] {
    font-size: 1.2rem;
}

.btn-tenant[b-lbq0sz7fnu] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    box-shadow: 0 4px 15px rgba(17, 153, 142, 0.4);
}

.btn-tenant:hover[b-lbq0sz7fnu] {
    box-shadow: 0 6px 20px rgba(17, 153, 142, 0.5);
}

/* Mejorar botón inicial */
.loginbtn[b-lbq0sz7fnu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8));
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.loginbtn:hover[b-lbq0sz7fnu] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 1), rgba(118, 75, 162, 1));
    color: white;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* ============================================
   ESTILOS PARA OVERLAY DE CARGA EN LOGIN
   ============================================ */

.login-loading-overlay[b-lbq0sz7fnu] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    animation: fadeInOverlay-b-lbq0sz7fnu 0.3s ease;
}

@keyframes fadeInOverlay-b-lbq0sz7fnu {
    from { opacity: 0; }
    to { opacity: 1; }
}

.login-loading-overlay p[b-lbq0sz7fnu] {
    margin-top: 1.5rem;
    color: #667eea;
    font-weight: 600;
    font-size: 1rem;
}

.login-spinner[b-lbq0sz7fnu] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(102, 126, 234, 0.2);
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-lbq0sz7fnu 1s linear infinite;
}

@keyframes spin-b-lbq0sz7fnu {
    to { transform: rotate(360deg); }
}

/* Spinner pequeño para el botón */
.btn-spinner[b-lbq0sz7fnu] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-lbq0sz7fnu 0.8s linear infinite;
    display: inline-block;
}

/* Estado disabled de inputs */
.modern-input:disabled[b-lbq0sz7fnu],
.modern-select:disabled[b-lbq0sz7fnu] {
    opacity: 0.6;
    cursor: not-allowed;
    background: rgba(200, 200, 200, 0.4);
}

/* Estado disabled del botón */
.btn-modern-login:disabled[b-lbq0sz7fnu] {
    opacity: 0.8;
    cursor: not-allowed;
    transform: none;
}

.btn-modern-login:disabled:hover[b-lbq0sz7fnu] {
    transform: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* Asegurar que login-card tenga position relative para el overlay */
.login-card[b-lbq0sz7fnu] {
    position: relative;
    overflow: hidden;
}
/* /Pages/WebSysContainer.razor.rz.scp.css */
.webframe[b-0fhks5bdd5] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: transparent;
}

[b-0fhks5bdd5]::-webkit-scrollbar {
    width: 5px;
}

[b-0fhks5bdd5]::-webkit-scrollbar-track {
    background: transparent;
}

[b-0fhks5bdd5]::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
    width: 5px;
}
