/* /Pages/AIDesktopV2.razor.rz.scp.css */
.AIdb[b-ne5qkphcwl] {
    /* display: flex;
    flex-direction: column;*/
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    overflow: none;
    border-radius: 1rem;
    background: rgb(230, 238, 238);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.card[b-ne5qkphcwl] {
    flex: 1;
    padding: 20px;
    /*text-align: center;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    border-radius: 1rem;
    background: rgb(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.card-content[b-ne5qkphcwl] {
    margin-top: 5px;
}

.numbercard[b-ne5qkphcwl] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #007bff;
}


.label[b-ne5qkphcwl] {
    display: block;
    color: #777;
}


.dashboard-operation[b-ne5qkphcwl] {
    flex: 1;
    display: flex;
    gap: 20px;
    margin: 90px 15% 90px 15%;
    flex-wrap: wrap;
    bottom: 5px;
}

.card2[b-ne5qkphcwl] {
    /*flex: 1;*/
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    padding: 20px;
    /*text-align: center;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-width: 70%;
    border-radius: 1rem;
    background: rgb(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.dashboard-operation button[b-ne5qkphcwl] {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 10px;
    width: auto;
    min-width: 180px;
}

.dashboard-operation ul[b-ne5qkphcwl] {
    list-style: none;
}

.chatpopupMain[b-ne5qkphcwl] {
    flex: 1;
    overflow: hidden;
    position: absolute !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.chatMain[b-ne5qkphcwl] {
    flex: 1;
    display: flex !important;
    overflow: hidden !important;
    box-shadow: 0 5px 30px rgba(219, 219, 219, 0.2) !important;
    background: rgba(219, 219, 219, .5) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    width: auto !important;
    height: auto !important;
    max-height: 99% !important;
    position: absolute !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    justify-content: space-between !important;
    transform: translate(1px, 0px) !important;
    flex-direction: column !important;
}

/*
    message-boxMain
*/
.message-boxMain[b-ne5qkphcwl] {
    flex: 0 1 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: relative;
}

    .message-boxMain .message-input[b-ne5qkphcwl] {
        position: absolute;
        top: 10px;
        left: 80px;
        right: 80px;
        background-color: ghostwhite;
        border: none;
        outline: none !important;
        resize: none;
        color: steelblue; /*rgba(50, 50, 50, 1);*/
        font-size: 16px;
        height: 25px;
        margin: 0;
        padding-left: 10px;
        padding-top: 0px;
        width: calc(100vh - 60px);
        overflow: hidden;
        border-radius: 1rem;
    }

    .message-boxMain textarea:focus:-webkit-placeholder[b-ne5qkphcwl] {
        color: transparent;
    }

    .message-boxMain .message-submit[b-ne5qkphcwl] {
        position: absolute;
        z-index: 1;
        top: 4px;
        right: 0px;
        color: #fff;
        border: none;
        background: #248A52;
        background: linear-gradient(90deg, rgba(17,45,158,1) 0%, rgba(27,79,162,1) 29%, rgba(40,99,194,1) 100%) !important;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 1;
        padding: 6px 10px;
        border-radius: 10px;
        outline: none !important;
        transition: background 0.2s ease;
        width: 40px;
    }

        .message-boxMain .message-submit:hover[b-ne5qkphcwl] {
            background: #1D7745;
        }


.DivEmployeeData[b-ne5qkphcwl] {
    position: absolute;
    top: 40px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    overflow-x: auto;
    border-radius: 1rem;
    /* other styles */
    background: rgb(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#btnCloseUserprofile[b-ne5qkphcwl] {
    position: absolute;
    top: 10px;
    right: 10px;
}

#curpul[b-ne5qkphcwl] {
    position: absolute;
    font-size: 24px;
    margin: 0;
    top: 30%;
    left: 30%;
}

.DivChat[b-ne5qkphcwl] {
    position: absolute;
    top: 15%;
    left: 20%;
}

.integration-speechToText-section[b-ne5qkphcwl] {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.banner-content[b-ne5qkphcwl] {
    text-align: left; /* Alinea todo el contenido a la izquierda */
    padding: 1rem; /* Ajusta el padding a tu gusto */
    /*background: #f5f5f5;*/ /* (opcional) */
    border-bottom: 1px solid #ddd; /* (opcional) */
}
/* /Pages/Dashboard.razor.rz.scp.css */
.modern-dashboard[b-6nnaf7tft0] {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    min-height: 100vh;
    height: 100%;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100vw;
    box-sizing: border-box;
    position: relative;
}

.dashboard-section[b-6nnaf7tft0] {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

    .dashboard-section:hover[b-6nnaf7tft0] {
        transform: translateY(-2px);
        box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
    }

.section-header[b-6nnaf7tft0] {
    margin-bottom: 2rem;
    text-align: center;
}

    .section-header h2[b-6nnaf7tft0] {
        color: #2c3e50;
        font-size: 2rem;
        font-weight: 300;
        margin: 0;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.charts-container[b-6nnaf7tft0] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.main-chart-card[b-6nnaf7tft0] {
    flex: 1;
    min-width: 300px;
}

.movements-grid[b-6nnaf7tft0], .incidents-grid[b-6nnaf7tft0] {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.chart-card[b-6nnaf7tft0] {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

    .chart-card:hover[b-6nnaf7tft0] {
        transform: translateY(-4px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }

    .chart-card h3[b-6nnaf7tft0] {
        color: #34495e;
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 1rem;
        text-align: center;
    }

    .chart-card h4[b-6nnaf7tft0] {
        color: #34495e;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 1rem;
        text-align: center;
    }

.rotation-chart[b-6nnaf7tft0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.circular-chart[b-6nnaf7tft0] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: conic-gradient( #F09B59 0deg calc(var(--percentage) * 3.6deg), #e8e8e8 calc(var(--percentage) * 3.6deg) 360deg );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotateIn 1s ease-out;
}

.chart-center[b-6nnaf7tft0] {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.percentage[b-6nnaf7tft0] {
    font-size: 2rem;
    font-weight: bold;
    color: #F09B59;
}

.label[b-6nnaf7tft0] {
    font-size: 0.9rem;
    color: #7f8c8d;
}

.mini-chart[b-6nnaf7tft0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.mini-circular[b-6nnaf7tft0] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient( var(--chart-color, #3498db) 0deg calc(var(--percentage) * 3.6deg), #f0f0f0 calc(var(--percentage) * 3.6deg) 360deg );
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleIn 0.6s ease-out;
}

    .mini-circular.no-data[b-6nnaf7tft0] {
        background: #f8f9fa;
        border: 2px dashed #dee2e6;
    }

.mini-center[b-6nnaf7tft0] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mini-count[b-6nnaf7tft0] {
    font-size: 1rem;
    font-weight: bold;
    color: #2c3e50;
}

.no-data-label[b-6nnaf7tft0] {
    font-size: 0.7rem;
    color: #95a5a6;
}

.timeline-chart-card[b-6nnaf7tft0] {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.timeline-chart[b-6nnaf7tft0] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.no-data-message[b-6nnaf7tft0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: #7f8c8d;
    font-size: 1.1rem;
    background: rgba(248, 249, 250, 0.5);
    border-radius: 12px;
    border: 2px dashed #dee2e6;
}

.summary-container[b-6nnaf7tft0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.summary-chart-card[b-6nnaf7tft0] {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .summary-chart-card:hover[b-6nnaf7tft0] {
        transform: translateY(-4px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }

.chart-with-legend[b-6nnaf7tft0] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.summary-chart[b-6nnaf7tft0] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    flex: 0 0 auto;
}

.chart-legend[b-6nnaf7tft0] {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 350px;
}

.legend-container[b-6nnaf7tft0] {
    width: 100%;
}

.legend-item[b-6nnaf7tft0] {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    padding: 0.4rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
}

.legend-item:hover[b-6nnaf7tft0] {
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(4px);
}

.legend-color[b-6nnaf7tft0] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-right: 0.8rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.legend-text[b-6nnaf7tft0] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2c3e50;
}

.special-concepts-grid[b-6nnaf7tft0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.medium-chart[b-6nnaf7tft0] {
    min-height: 200px;
}

.concept-chart[b-6nnaf7tft0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
}

.concept-circular[b-6nnaf7tft0] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient( var(--chart-color, #3498db) 0deg calc(var(--percentage) * 3.6deg), #f0f0f0 calc(var(--percentage) * 3.6deg) 360deg );
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleIn 0.8s ease-out;
}

    .concept-circular.no-data[b-6nnaf7tft0] {
        background: #f8f9fa;
        border: 2px dashed #dee2e6;
    }

.concept-center[b-6nnaf7tft0] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.concept-count[b-6nnaf7tft0] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c3e50;
}

.concept-label[b-6nnaf7tft0] {
    font-size: 0.7rem;
    color: #7f8c8d;
}

@@keyframes rotateIn {
    from[b-6nnaf7tft0] {
        transform: rotate(-180deg) scale(0.5);
        opacity: 0;
    }

    to[b-6nnaf7tft0] {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

@@keyframes scaleIn {
    from[b-6nnaf7tft0] {
        transform: scale(0);
        opacity: 0;
    }

    to[b-6nnaf7tft0] {
        transform: scale(1);
        opacity: 1;
    }
}

/* Scrollbar personalizado para navegadores webkit */
.modern-dashboard[b-6nnaf7tft0]::-webkit-scrollbar {
    width: 8px;
}

.modern-dashboard[b-6nnaf7tft0]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.modern-dashboard[b-6nnaf7tft0]::-webkit-scrollbar-thumb {
    background: rgba(52, 73, 94, 0.3);
    border-radius: 10px;
}

.modern-dashboard[b-6nnaf7tft0]::-webkit-scrollbar-thumb:hover {
    background: rgba(52, 73, 94, 0.5);
}

/* Asegurar que todo el contenido sea visible */
body[b-6nnaf7tft0] {
    overflow: hidden;
}

.modern-dashboard[b-6nnaf7tft0] {
    scroll-behavior: smooth;
}

/* Mejoras para visualización completa */
.dashboard-section[b-6nnaf7tft0] {
    width: 100%;
    box-sizing: border-box;
}

@@media (max-width: 768px) {
    .modern-dashboard[b-6nnaf7tft0] {
        padding: 1rem;
        height: 100vh;
        overflow-y: scroll;
    }

    .charts-container[b-6nnaf7tft0] {
        flex-direction: column;
    }

    .movements-grid[b-6nnaf7tft0], .incidents-grid[b-6nnaf7tft0] {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .summary-container[b-6nnaf7tft0] {
        grid-template-columns: 1fr;
    }

    .chart-with-legend[b-6nnaf7tft0] {
        flex-direction: column;
        gap: 1rem;
    }

    .summary-chart[b-6nnaf7tft0] {
        min-height: 300px;
    }

    .chart-legend[b-6nnaf7tft0] {
        min-height: auto;
    }

    .special-concepts-grid[b-6nnaf7tft0] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .dashboard-section[b-6nnaf7tft0] {
        margin-bottom: 1rem;
        padding: 1rem;
    }
}

@@media (max-width: 480px) {
    .modern-dashboard[b-6nnaf7tft0] {
        padding: 0.5rem;
    }
    
    .movements-grid[b-6nnaf7tft0], .incidents-grid[b-6nnaf7tft0], .special-concepts-grid[b-6nnaf7tft0] {
        grid-template-columns: 1fr;
    }
    
    .chart-card[b-6nnaf7tft0] {
        padding: 1rem;
    }

    .summary-chart canvas[b-6nnaf7tft0] {
        width: 280px !important;
        height: 280px !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.MainDesktop[b-zstdybt8ux] {
    min-height: 100vh;
    background-color: #f2f2f2;
    transition: all 0.3s ease;
}

.FullScreen[b-zstdybt8ux] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    /*background: url(/img/bg3.jpg) center center;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #f2f2f2;
}

.dkpHeader[b-zstdybt8ux] {
    position: fixed;
    top: 10px;
    left: 15px;
    right: 15px;
    height: 50px;
    width: calc(100% - 30px);
    box-shadow: 0px 15px 10px -15px #111;
    z-index: 1001;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    animation: slideDown-b-zstdybt8ux 0.5s ease-out;
}

.minihw[b-zstdybt8ux] {
    height: 40px;
    width: 40px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

    .minihw:hover[b-zstdybt8ux] {
        transform: scale(1.1);
    }

.avatar[b-zstdybt8ux] {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .avatar:hover[b-zstdybt8ux] {
        transform: scale(1.1);
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

.homicon[b-zstdybt8ux] {
    position: absolute;
    top: 9px;
    font-size: 2.4em;
    cursor: pointer;
    color: #76757B;
    left: 170px;
    height: 35px;
    width: 35px;
}

    .homicon:hover[b-zstdybt8ux] {
        color: #003E91;
    }

.GEIcon[b-zstdybt8ux] {
    position: absolute;
    top: 9px;
    font-size: 1.1em;
    cursor: pointer;
    color: #76757B;
    height: 35px;
    width: 35px;
    right: 165px;
}

    .GEIcon:hover[b-zstdybt8ux] {
        color: #003E91;
    }

.favicons[b-zstdybt8ux] {
    position: absolute;
    top: 9px;
    right: 80px;
    height: 35px;
    width: 35px;
    color: #76757B;
    cursor: pointer;
}

.notificon[b-zstdybt8ux] {
    position: absolute;
    top: 9px;
    font-size: 1.1em;
    cursor: pointer;
    color: #76757B;
    height: 38px;
    width: 38px;
    right: 120px;
}

    .notificon:hover[b-zstdybt8ux] {
        color: #003E91;
    }

.notificonContador[b-zstdybt8ux] {
    position: absolute;
    top: 24px;
    font-size: 0.9em;
    font-weight: bold;
    color: #003E91;
    height: 38px;
    width: 38px;
    right: 120px;
}

.baricon1[b-zstdybt8ux] {
    position: absolute;
    top: 9px;
    left: 110px;
    font-size: 2.1em;
    cursor: pointer;
    color: #76757B;
    height: 35px;
    width: 35px;
}

    .baricon1:hover[b-zstdybt8ux] {
        color: #003E91;
    }

#txtTenantTitle[b-zstdybt8ux] {
    background-size: 20px;
    background-position-x: 10px;
    position: absolute;
    top: 12px;
    right: calc(100% - 60%);
    font-size: 20px;
    color: #76757B;
    height: 35px;
    width: auto;
    -webkit-border-radius: 20px 20px 20px 20px;
    background-color: transparent;
    z-index: -1;
    border-color: transparent;
}

#txtTenantTitle2[b-zstdybt8ux] {
    background-size: 20px;
    background-position-x: 10px;
    position: absolute;
    top: 12px;
    right: calc(100% - 60%);
    font-size: 20px;
    color: #4A79CE;
    height: 35px;
    width: auto;
    -webkit-border-radius: 20px 20px 20px 20px;
    background-color: transparent;
    z-index: -1;
    border-color: transparent;
}

.dkpContainer[b-zstdybt8ux] {
    position: fixed;
    top: 70px;
    left: 15px;
    right: 15px;
    bottom: 10px;
    width: calc(100% - 30px);
    box-shadow: 0px 15px 10px -15px #111;
    z-index: 3;
    border-radius: 1rem;
    background-color: white;
    animation: scaleIn-b-zstdybt8ux 0.5s ease-out;
    overflow: hidden;
}

@keyframes scaleIn-b-zstdybt8ux {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.dkpFooter[b-zstdybt8ux] {
    position: absolute;
    top: calc(100% - 40px);
    left: 15px;
    right: 15px;
    bottom: 10px;
    width: calc(100% - 40px);
    box-shadow: 0px 15px 10px -15px #111;
    z-index: 3;
    border-radius: 1rem;
    background-color: #fff;
}

.fluentmenucover[b-zstdybt8ux] {
    position: absolute;
    top: 65px;
    left: 15px;
    right: 20px;
    bottom: 10px;
    width: calc(100% - 40px);
    box-shadow: 0px 15px 10px -15px #111;
    border-radius: 1rem;
    padding: 2rem;
    /* other styles */
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999;
}

.fluentcardUserP[b-zstdybt8ux] {
    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;
}

.CardUserP[b-zstdybt8ux] {
    position: absolute;
    top: 20%;
    left: 30%;
    bottom: 10px;
    z-index: 1002;
    width: 700px; /*calc(100VW - 20%);*/
    height: calc(100vh - 30%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fluentcardPwd[b-zstdybt8ux] {
    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;
}

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

.CardChgPwdUser[b-zstdybt8ux] {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    z-index: 1002;
    width: 450px;
    height: 500px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#txtMsgTitle[b-zstdybt8ux] {
    background-size: 20px;
    background-position-x: 10px;
    position: absolute;
    top: 0px;
    right: 40px;
    left: 40px;
    font-size: 20px;
    color: #76757B;
    height: 35px;
    width: auto;
    -webkit-border-radius: 20px 20px 20px 20px;
    background-color: transparent;
    z-index: -1;
    border-color: transparent;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center; 
    line-height: 50px;
}

.tabs[b-zstdybt8ux] {
    position: absolute;
    top: 61px;
    left: 66px;
    right: 0px;
    bottom: 0px;
}



#iframe[b-zstdybt8ux]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#iframe[b-zstdybt8ux]::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#iframe[b-zstdybt8ux]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

#iframe[b-zstdybt8ux]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#iframe[b-zstdybt8ux]::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#iframe[b-zstdybt8ux]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}



#divframe[b-zstdybt8ux]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#divframe[b-zstdybt8ux]::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#divframe[b-zstdybt8ux]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

#divframe[b-zstdybt8ux]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#divframe[b-zstdybt8ux]::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#divframe[b-zstdybt8ux]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

sysiframe[b-zstdybt8ux] {
    position: absolute;
    top: 65px;
    left: 66px;
    right: 0px;
    bottom: 0px;
}

.sysiframew[b-zstdybt8ux] {
    position: absolute;
    top: 65px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.sysiframew2[b-zstdybt8ux] {
    position: absolute;
    top: 0px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}

.iframe[b-zstdybt8ux] {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: transparent;
}

.iframetab[b-zstdybt8ux] {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: transparent;
}

/*Ribbon*/
.hwribbon2[b-zstdybt8ux] {
    position: absolute;
    top: 35px;
    left: 22px;
    z-index: 1000;
    width: calc( 100% - 44px);
    overflow-x: auto;
}

.ribbongroup1[b-zstdybt8ux] {
    width: 230px;
}

.RGroup1on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup1_on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup1_off[b-zstdybt8ux] {
    display: none !important;
}

.ribbongroup1title1[b-zstdybt8ux] {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 2px);
    line-height: 24px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #36A9E1;
    white-space: nowrap;
    background-color: #36A9E1;
    color: white;
}

.ribboniconcolor1[b-zstdybt8ux] {
    color: #36A9E1;
}

.ribbongroup2[b-zstdybt8ux] {
    width: 420px;
    height: 250px;
}

.RGroup2_on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup2_off[b-zstdybt8ux] {
    display: none !important;
}

.ribbongroup1title2[b-zstdybt8ux] {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 2px);
    line-height: 24px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #7F569F;
    white-space: nowrap;
    background-color: #7F569F;
    color: white;
}

.ribboniconcolor2[b-zstdybt8ux] {
    color: #7F569F;
}

.ribbongroup3[b-zstdybt8ux] {
    width: 110px;
}

.RGroup3_on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup3_off[b-zstdybt8ux] {
    display: none !important;
}

.ribbongroup1title3[b-zstdybt8ux] {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 2px);
    line-height: 24px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #62C0BC;
    white-space: nowrap;
    background-color: #62C0BC;
    color: white;
}

.ribboniconcolor3[b-zstdybt8ux] {
    color: #62C0BC;
}

.ribbongroup4[b-zstdybt8ux] {
    width: 130px;
    height: 250px;
}

.RGroup4_on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup4_off[b-zstdybt8ux] {
    display: none !important;
}

.ribbongroup1title4[b-zstdybt8ux] {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 2px);
    line-height: 24px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #F3902F;
    white-space: nowrap;
    background-color: #F3902F;
    color: white;
}

.ribboniconcolor4[b-zstdybt8ux] {
    color: #F3902F;
}

.ribbongroup5[b-zstdybt8ux] {
    width: 480px;
    height: 250px;
}

.RGroup5_on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup5_off[b-zstdybt8ux] {
    display: none !important;
}

.ribbongroup1title5[b-zstdybt8ux] {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 2px);
    line-height: 24px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #A0C636;
    white-space: nowrap;
    background-color: #A0C636;
    color: white;
}

.ribboniconcolor5[b-zstdybt8ux] {
    color: #A0C636;
}

.ribbongroup6[b-zstdybt8ux] {
    width: 215px;
    height: 250px;
}

.RGroup6_on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup6_off[b-zstdybt8ux] {
    display: none !important;
}

.ribbongroup1title6[b-zstdybt8ux] {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 2px);
    line-height: 24px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #3D85A0;
    white-space: nowrap;
    background-color: #3D85A0;
    color: white;
}

.ribboniconcolor6[b-zstdybt8ux] {
    color: #3D85A0;
}

.ribbongroup7[b-zstdybt8ux] {
    width: 150px;
}

.RGroup7_on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup7_off[b-zstdybt8ux] {
    display: none !important;
}

.ribbongroup1title7[b-zstdybt8ux] {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 2px);
    line-height: 24px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #EE6F63;
    white-space: nowrap;
    background-color: #EE6F63;
    color: white;
}

.ribboniconcolor7[b-zstdybt8ux] {
    color: #EE6F63;
}

.ribbongroup8[b-zstdybt8ux] {
    width: 350px;
}

.RGroup8_on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup8_off[b-zstdybt8ux] {
    display: none !important;
}

.ribbongroup1title8[b-zstdybt8ux] {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 2px);
    line-height: 24px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #F2C610;
    white-space: nowrap;
    background-color: #F2C610;
    color: white;
}

.ribboniconcolor8[b-zstdybt8ux] {
    color: #F2C610;
}

.ribbongroup9[b-zstdybt8ux] {
    width: 210px;
}

.RGroup9_on[b-zstdybt8ux] {
    display: block !important;
}

.RGroup9_off[b-zstdybt8ux] {
    display: none !important;
}

.ribbongroup1title9[b-zstdybt8ux] {
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: calc(100% - 2px);
    line-height: 24px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #EE6F63;
    white-space: nowrap;
    background-color: #EE6F63;
    color: white;
}

.ribboniconcolor9[b-zstdybt8ux] {
    color: #62C0BC;
}

.RSMenu1_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu1_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu2_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu2_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu3_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu3_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu4_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu4_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu5_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu5_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu6_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu6_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu7_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu7_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu8_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu8_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu9_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu9_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu10_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu10_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu11_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu11_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu12_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu12_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu13_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu13_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu14_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu14_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu15_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu15_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu16_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu16_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu17_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu17_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu18_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu18_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu19_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu19_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu20_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu20_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu21_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu21_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu22_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu22_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu23_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu23_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu24_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu24_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu30_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu30_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu31_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu31_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu32_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu32_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu33_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu33_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu34_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu34_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu35_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu35_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu36_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu36_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu37_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu37_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu38_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu38_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu39_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu39_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu40_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu40_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu41_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu41_off[b-zstdybt8ux] {
    display: none !important;
}

.RSMenu42_on[b-zstdybt8ux] {
    display: block !important;
}

.RSMenu42_off[b-zstdybt8ux] {
    display: none !important;
}

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

.menutools[b-zstdybt8ux] {
    position: absolute;
    top: 85px;
    right: 25px;
    z-index: 1002;
    width: 360px;
    height: 350px;
}

.fluentcardtools[b-zstdybt8ux] {
    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;
}

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

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

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

.toolslistCerrarSesion[b-zstdybt8ux] {
    padding-top: 1px;
    font-size: medium;
    cursor: pointer;
    color: #1B1C1D;
}

.toolslist:hover[b-zstdybt8ux] {
    color: #003E91;
}

.toolslistCerrarSesion:hover[b-zstdybt8ux] {
    color: #003E91;
}

.Toollist1_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist1_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist2_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist2_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist3_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist3_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist4_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist4_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist5_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist5_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist6_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist6_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist7_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist7_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist8_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist8_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist9_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist9_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist10_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist10_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist11_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist11_off[b-zstdybt8ux] {
    display: none !important;
}

.Toollist12_on[b-zstdybt8ux] {
    display: block !important;
}

.Toollist12_off[b-zstdybt8ux] {
    display: none !important;
}

/*menu user*/
.menuUser[b-zstdybt8ux] {
    position: absolute;
    top: 85px;
    right: 25px;
    z-index: 1002;
    width: 360px;
    height: 350px;
}

/*notifications*/
.NotificationsCanvas[b-zstdybt8ux] {
    position: absolute;
    top: 85px;
    right: 25px;
    z-index: 1002;
    width: 360px;
    height: 350px;
}

#btnCloseNotificationsCanvas[b-zstdybt8ux] {
    position: absolute;
    top: 10px;
    right: 10px;
    border-block-color: transparent;
    background-color: #003E91;
    text-align: center;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 1rem;
    transition: transform .2s;
    width: 31px;
    height: 30px;
}

    #btnCloseNotificationsCanvas:hover[b-zstdybt8ux], #btnCloseNotificationsCanvas:hover[b-zstdybt8ux], #btnCloseNotificationsCanvas:hover[b-zstdybt8ux] {
        /*background-color: #003E91;*/
        background-color: #353C46;
        color: white;
        transform: scale(1.1);
    }

.GECanvas[b-zstdybt8ux] {
    position: absolute;
    top: 85px;
    right: 25px;
    z-index: 1002;
    width: 360px;
    height: 350px;
}

#btnCloseGECanvas[b-zstdybt8ux] {
    position: absolute;
    top: 10px;
    right: 10px;
    border-block-color: transparent;
    background-color: #003E91;
    text-align: center;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 1rem;
    transition: transform .2s;
    width: 31px;
    height: 30px;
}

    #btnCloseGECanvas:hover[b-zstdybt8ux], #btnCloseGECanvas:hover[b-zstdybt8ux], #btnCloseGECanvas:hover[b-zstdybt8ux] {
        /*background-color: #003E91;*/
        background-color: #353C46;
        color: white;
        transform: scale(1.1);
    }

#btnCloseUserprofile:active[b-zstdybt8ux], #btnCloseUserprofile:active[b-zstdybt8ux], #btnCloseUserprofile:active[b-zstdybt8ux] {
    -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: #003E91;
    background-color: #FABA0D;
}


.Notificationslist[b-zstdybt8ux] {
    padding-top: 1px;
    font-size: small;
    cursor: pointer;
    color: #003E91;
    overflow-y: auto;
    max-height: 12em;
}

    .Notificationslist:hover[b-zstdybt8ux] {
        color: #1B1C1D;
    }

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

    .Notificationslist2:hover[b-zstdybt8ux] {
        color: #003E91;
    }

.fluentcardNotificationsGrid[b-zstdybt8ux] {
    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;
}

.CardNotificationsGrid[b-zstdybt8ux] {
    position: absolute;
    top: 20%;
    left: 10%;
    bottom: 10px;
    z-index: 1002;
    width: calc(100VW - 20%);
    height: calc(100vh - 30%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#btnShowNotificationsGrid[b-zstdybt8ux] {
    position: absolute;
    bottom: -95px;
    right: -30px;
    border-block-color: transparent;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #003E91;
    border: none;
    width: 100px;
    height: 40px;
}

/* new*/
.mainscreensaver[b-zstdybt8ux] {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
    width: 100vw;
    font-weight: 100;
    /* background-image: url("../img/mainlogin.png");*/
    background: radial-gradient(#3b73ad,#1f1013);
    overflow-y: hidden;
    /*z-index: 1000;*/
    /*-webkit-overflow-Y: hidden;
    -moz-overflow-Y: hidden;
    -o-overflow-Y: hidden;    
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}

.light[b-zstdybt8ux] {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1[b-zstdybt8ux] {
    -webkit-animation: floatUp 4s infinite linear;
    -moz-animation: floatUp 4s infinite linear;
    -o-animation: floatUp 4s infinite linear;
    animation: floatUp-b-zstdybt8ux 4s infinite linear;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.x2[b-zstdybt8ux] {
    -webkit-animation: floatUp 7s infinite linear;
    -moz-animation: floatUp 7s infinite linear;
    -o-animation: floatUp 7s infinite linear;
    animation: floatUp-b-zstdybt8ux 7s infinite linear;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    left: 15%;
}

.x3[b-zstdybt8ux] {
    -webkit-animation: floatUp 2.5s infinite linear;
    -moz-animation: floatUp 2.5s infinite linear;
    -o-animation: floatUp 2.5s infinite linear;
    animation: floatUp-b-zstdybt8ux 2.5s infinite linear;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    left: -15%;
}

.x4[b-zstdybt8ux] {
    -webkit-animation: floatUp 4.5s infinite linear;
    -moz-animation: floatUp 4.5s infinite linear;
    -o-animation: floatUp 4.5s infinite linear;
    animation: floatUp-b-zstdybt8ux 4.5s infinite linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    left: -34%;
}

.x5[b-zstdybt8ux] {
    -webkit-animation: floatUp 8s infinite linear;
    -moz-animation: floatUp 8s infinite linear;
    -o-animation: floatUp 8s infinite linear;
    animation: floatUp-b-zstdybt8ux 8s infinite linear;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    left: -57%;
}

.x6[b-zstdybt8ux] {
    -webkit-animation: floatUp 3s infinite linear;
    -moz-animation: floatUp 3s infinite linear;
    -o-animation: floatUp 3s infinite linear;
    animation: floatUp-b-zstdybt8ux 3s infinite linear;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    left: -81%;
}

.x7[b-zstdybt8ux] {
    -webkit-animation: floatUp 5.3s infinite linear;
    -moz-animation: floatUp 5.3s infinite linear;
    -o-animation: floatUp 5.3s infinite linear;
    animation: floatUp-b-zstdybt8ux 5.3s infinite linear;
    -webkit-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3.2);
    left: 37%;
}

.x8[b-zstdybt8ux] {
    -webkit-animation: floatUp 4.7s infinite linear;
    -moz-animation: floatUp 4.7s infinite linear;
    -o-animation: floatUp 4.7s infinite linear;
    animation: floatUp-b-zstdybt8ux 4.7s infinite linear;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    left: 62%;
}

.x9[b-zstdybt8ux] {
    -webkit-animation: floatUp 4.1s infinite linear;
    -moz-animation: floatUp 4.1s infinite linear;
    -o-animation: floatUp 4.1s infinite linear;
    animation: floatUp-b-zstdybt8ux 4.1s infinite linear;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    left: 85%;
}

button:focus[b-zstdybt8ux] {
    outline: none;
}

@-webkit-keyframes floatUp {
    0% {
        top: 100vh;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        top: 0vh;
        opacity: .8;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -100vh;
        opacity: 0;
    }
}

@-moz-keyframes floatUp {
    0% {
        top: 100vh;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        top: 0vh;
        opacity: .8;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -100vh;
        opacity: 0;
    }
}

@-o-keyframes floatUp {
    0% {
        top: 100vh;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        top: 0vh;
        opacity: .8;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -100vh;
        opacity: 0;
    }
}

@keyframes floatUp-b-zstdybt8ux {
    0% {
        top: 100vh;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        top: 0vh;
        opacity: .8;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -100vh;
        opacity: 0;
    }
}

.header[b-zstdybt8ux] {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: white;
    font-size: 2em;
}

#head1[b-zstdybt8ux], #head2[b-zstdybt8ux], #head3[b-zstdybt8ux], #head4[b-zstdybt8ux], #head5[b-zstdybt8ux], #head6[b-zstdybt8ux], #head7[b-zstdybt8ux], #head8[b-zstdybt8ux], #head9[b-zstdybt8ux] {
    opacity: 0;
}

#head1[b-zstdybt8ux] {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut-b-zstdybt8ux 1 5s ease-in;
}

#head2[b-zstdybt8ux] {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut-b-zstdybt8ux 1 5s ease-in;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
}

#head3[b-zstdybt8ux] {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut-b-zstdybt8ux 1 5s ease-in;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

#head4[b-zstdybt8ux] {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut-b-zstdybt8ux 1 5s ease-in;
    -webkit-animation-delay: 17s;
    -moz-animation-delay: 17s;
    -o-animation-delay: 17s;
    animation-delay: 17s;
}

#head5[b-zstdybt8ux] {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut-b-zstdybt8ux 1 5s ease-in;
    -webkit-animation-delay: 22s;
    -moz-animation-delay: 22s;
    -o-animation-delay: 22s;
    animation-delay: 22s;
}

#head6[b-zstdybt8ux] {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut-b-zstdybt8ux 1 5s ease-in;
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    -o-animation-delay: 27s;
    animation-delay: 27s;
}

#head7[b-zstdybt8ux] {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut-b-zstdybt8ux 1 5s ease-in;
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    animation-delay: 32s;
}

#head8[b-zstdybt8ux] {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut-b-zstdybt8ux 1 5s ease-in;
    -webkit-animation-delay: 37s;
    -moz-animation-delay: 37s;
    -o-animation-delay: 37s;
    animation-delay: 37s;
}

#head9[b-zstdybt8ux] {
    -webkit-animation: finalFade 1 5s ease-in;
    -moz-animation: finalFade 1 5s ease-in;
    -o-animation: finalFade 1 5s ease-in;
    animation: finalFade-b-zstdybt8ux 1 5s ease-in;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    animation-delay: 42s;
}

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut-b-zstdybt8ux {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes finalFade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes finalFade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes finalFade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }
}

@keyframes finalFade-b-zstdybt8ux {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }
}

.waveicon[b-zstdybt8ux] {
    position: absolute;
    top: 9px;
    font-size: 2.4em;
    cursor: pointer;
    color: #76757B;
    left: 220px;
    height: 35px;
    width: 35px;
}

.wave-container[b-zstdybt8ux] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    /*position: relative;*/
    /*background-color: #05377F;*/
    position: absolute;
    top: 20px;
    font-size: 2.4em;
    cursor: pointer;
    color: #76757B;
    left: 225px;
    height: 40px;
    width: 40px;
}

.wave-bar[b-zstdybt8ux] {
    width: 5px;
    height: 50px;
    margin: 0 2px;
    background: linear-gradient(180deg, rgba(0, 240, 255, 1) 0%, rgba(0, 97, 128, 1) 100%);
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.7);
    animation: wave-animation-b-zstdybt8ux 1.2s infinite ease-in-out;
    border-radius: 50px;
}

    .wave-bar:nth-child(1)[b-zstdybt8ux] {
        animation-delay: -1.1s;
    }

    .wave-bar:nth-child(2)[b-zstdybt8ux] {
        animation-delay: -1s;
    }

    .wave-bar:nth-child(3)[b-zstdybt8ux] {
        animation-delay: -0.9s;
    }

    .wave-bar:nth-child(4)[b-zstdybt8ux] {
        animation-delay: -0.8s;
    }

    .wave-bar:nth-child(5)[b-zstdybt8ux] {
        animation-delay: -0.7s;
    }

    .wave-bar:nth-child(6)[b-zstdybt8ux] {
        animation-delay: -0.6s;
    }

    .wave-bar:nth-child(7)[b-zstdybt8ux] {
        animation-delay: -0.5s;
    }

@keyframes wave-animation-b-zstdybt8ux {
    0%, 100% {
        height: 20px;
    }

    50% {
        height: 100px;
    }
}
   

/*preview message*/
._previewversion[b-zstdybt8ux] {
    position: absolute;
    right: 35px;
    bottom: 8px;
    font-size: 1.5em;
    color: #003E91;
    text-shadow: 0 0 5px rgb(0, 38, 255);
    /*filter: blur(0.8px);*/
}


































/* Estilos principales mejorados */


@keyframes slideDown-b-zstdybt8ux {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Contenedores flexibles para iconos */
.header-left[b-zstdybt8ux] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-center[b-zstdybt8ux] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right[b-zstdybt8ux] {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Iconos rediseñados */


/* Iconos del header con animaciones */
.header-icon[b-zstdybt8ux] {
    font-size: 1.5em;
    cursor: pointer;
    color: #76757B;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

    .header-icon:hover[b-zstdybt8ux] {
        color: #003E91;
        background-color: rgba(0, 62, 145, 0.1);
        transform: translateY(-2px);
    }

    .header-icon img[b-zstdybt8ux] {
        height: 28px;
        width: 28px;
        object-fit: contain;
    }

/* Notificaciones mejoradas */
.notification-wrapper[b-zstdybt8ux] {
    position: relative;
    display: flex;
    align-items: center;
}

.notification-badge[b-zstdybt8ux] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #e74c3c;
    color: white;
    font-size: 0.7em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    animation: pulse-b-zstdybt8ux 2s infinite;
}

@keyframes pulse-b-zstdybt8ux {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Título del tenant mejorado */
#txtTenantTitle[b-zstdybt8ux] {
    font-size: 18px;
    color: #76757B;
    background-color: transparent;
    border: none;
    text-align: center;
    font-weight: 500;
    animation: fadeIn-b-zstdybt8ux 1s ease;
}

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

    to {
        opacity: 1;
    }
}

/* Container principal mejorado */


/* Footer mejorado */
.dkpFooter[b-zstdybt8ux] {
    position: fixed;
    bottom: 10px;
    left: 15px;
    right: 15px;
    height: 40px;
    width: calc(100% - 30px);
    box-shadow: 0px -5px 10px -5px #111;
    z-index: 3;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideUp-b-zstdybt8ux 0.5s ease-out;
}

@keyframes slideUp-b-zstdybt8ux {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Menú de herramientas mejorado */


@keyframes slideInRight-b-zstdybt8ux {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Listas mejoradas */

/* Wave animation mejorada */
.wave-container[b-zstdybt8ux] {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .wave-container:hover[b-zstdybt8ux] {
        background-color: rgba(0, 62, 145, 0.1);
    }

.wave-bar[b-zstdybt8ux] {
    width: 4px;
    height: 20px;
    margin: 0 2px;
    background: linear-gradient(180deg, #36A9E1 0%, #003E91 100%);
    box-shadow: 0 0 10px rgba(54, 169, 225, 0.5);
    animation: wave-animation-b-zstdybt8ux 1.2s infinite ease-in-out;
    border-radius: 50px;
}



/* Responsive design */
@media (max-width: 768px) {
    .dkpHeader[b-zstdybt8ux] {
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        height: 60px;
        padding: 0 15px;
    }

    .header-icon[b-zstdybt8ux] {
        font-size: 1.3em;
        height: 30px;
        width: 30px;
    }

    .minihw[b-zstdybt8ux] {
        height: 35px;
        width: 35px;
    }

    .avatar[b-zstdybt8ux] {
        height: 35px;
        width: 35px;
    }

    #txtTenantTitle[b-zstdybt8ux] {
        font-size: 16px;
        display: none;
    }

    .dkpContainer[b-zstdybt8ux] {
        top: 80px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
    }

    .fluentcardtools[b-zstdybt8ux] {
        width: calc(100% - 40px);
        right: 20px;
        left: 20px;
        max-height: 60vh;
    }

    .hwribbon2[b-zstdybt8ux] {
        left: 10px;
        width: calc(100% - 20px);
    }

    .ribbon-toggle-group[b-zstdybt8ux] {
        flex-wrap: wrap;
    }

    .header-left[b-zstdybt8ux], .header-right[b-zstdybt8ux] {
        gap: 10px;
    }

    .fluentmenuV2[b-zstdybt8ux] {
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        padding: 1rem;
    }

    .ribbon-menux[b-zstdybt8ux] {
        grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
        gap: 1rem;
        padding: 0.25rem;
    }

    .ribbon-group[b-zstdybt8ux] {
        min-height: 140px;
        max-height: 550px;
    }

    .ribbon-items[b-zstdybt8ux] {
        gap: 1.2rem;
        padding: 0.5rem;
        max-height: 470px;
    }
}

@media (max-width: 480px) {
    .dkpHeader[b-zstdybt8ux] {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
    }

    .header-center[b-zstdybt8ux] {
        order: -1;
        width: 100%;
        margin-bottom: 10px;
    }

    .ribbon-icon-button[b-zstdybt8ux] {
        font-size: 0.8em;
        padding: 6px;
    }

    .wave-container[b-zstdybt8ux] {
        transform: scale(0.8);
    }

    .ribbon-menux[b-zstdybt8ux] {
        grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
        gap: 0.8rem;
    }

    .ribbon-group[b-zstdybt8ux] {
        min-height: 130px;
        max-height: 500px;
        min-width: 120px;
    }

    .ribbon-items[b-zstdybt8ux] {
        gap: 1rem;
        padding: 0.4rem;
        max-height: 420px;
    }

    .ribbon-button[b-zstdybt8ux] {
        height: 50px;
        width: 45px;
    }
}

/* Animaciones suaves para transiciones */
*[b-zstdybt8ux] {
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Mejora visual para el menú desplegable */
.fluentmenucover[b-zstdybt8ux] {
    animation: fadeIn-b-zstdybt8ux 0.3s ease;
}

/* Scrollbar personalizado global */
[b-zstdybt8ux]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

[b-zstdybt8ux]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

[b-zstdybt8ux]::-webkit-scrollbar-thumb {
    background: #003E91;
    border-radius: 10px;
}

    [b-zstdybt8ux]::-webkit-scrollbar-thumb:hover {
        background: #002855;
    }

/* Mejoras de accesibilidad */
.header-icon:focus[b-zstdybt8ux],
.ribbon-icon-button:focus[b-zstdybt8ux],
.toolslist:focus[b-zstdybt8ux] {
    outline: 2px solid #003E91;
    outline-offset: 2px;
}

/* Toast mejorado */
.e-toast[b-zstdybt8ux] {
    border-radius: 8px;
    animation: slideInRight-b-zstdybt8ux 0.3s ease;
}

/* Screen saver mejorado */
.mainscreensaver[b-zstdybt8ux] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(ellipse at center, #3b73ad 0%, #1f1013 100%);
    overflow: hidden;
    z-index: 9999;
    animation: fadeIn-b-zstdybt8ux 1s ease;
}



/* Tooltip personalizado */
.custom-tooltip[b-zstdybt8ux] {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    white-space: nowrap;
    max-width: 200px;
}

    .custom-tooltip.show[b-zstdybt8ux] {
        opacity: 1;
        transform: translateY(0);
    }

    .custom-tooltip[b-zstdybt8ux]::before {
        content: '';
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid rgba(0, 0, 0, 0.9);
    }

/* Efecto Ripple */
.ripple[b-zstdybt8ux] {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: ripple-animation-b-zstdybt8ux 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple-animation-b-zstdybt8ux {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Posición relativa para botones con ripple */
.ribbon-icon-button[b-zstdybt8ux],
.header-icon[b-zstdybt8ux] {
    position: relative;
    overflow: hidden;
}



/* Mejoras para modales con animación */
.modal[b-zstdybt8ux] {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
}

    .modal.show[b-zstdybt8ux] {
        opacity: 1;
        transform: scale(1);
    }

/* Loading skeleton para contenido dinámico */
.skeleton[b-zstdybt8ux] {
    position: relative;
    overflow: hidden;
    background-color: #e0e0e0;
    border-radius: 4px;
}

    .skeleton[b-zstdybt8ux]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.5), transparent );
        animation: skeleton-loading-b-zstdybt8ux 1.5s infinite;
    }

@keyframes skeleton-loading-b-zstdybt8ux {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Mejoras para el menú móvil */
.mobile-menu-toggle[b-zstdybt8ux] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

    .mobile-menu-toggle span[b-zstdybt8ux] {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 5px 0;
        transition: all 0.3s ease;
    }

@media (max-width: 768px) {
    .mobile-menu-toggle[b-zstdybt8ux] {
        display: block;
    }
}

/* Animación para tabs */
.e-tab .e-tab-header .e-toolbar-item[b-zstdybt8ux] {
    transition: all 0.3s ease;
}

    .e-tab .e-tab-header .e-toolbar-item:hover[b-zstdybt8ux] {
        transform: translateY(-2px);
    }

/* Mejoras para cards flotantes */
.fluentcardtools[b-zstdybt8ux],
.NotificationsCanvas[b-zstdybt8ux],
.GECanvas[b-zstdybt8ux] {
    transform-origin: top right;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efecto de elevación en hover */
.elevation-hover[b-zstdybt8ux] {
    transition: box-shadow 0.3s ease;
}

    .elevation-hover:hover[b-zstdybt8ux] {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

/* Animación de carga para botones */
.btn-loading[b-zstdybt8ux] {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

    .btn-loading[b-zstdybt8ux]::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        border: 2px solid #f3f3f3;
        border-radius: 50%;
        border-top: 2px solid #003E91;
        animation: spin-b-zstdybt8ux 1s linear infinite;
    }

@keyframes spin-b-zstdybt8ux {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Mejoras de accesibilidad - Focus visible */
*:focus-visible[b-zstdybt8ux] {
    outline: 2px solid #003E91;
    outline-offset: 2px;
}

/* Modo oscuro automático */


/* Animaciones para entrada de página */
@keyframes pageEnter-b-zstdybt8ux {
    from {
        opacity: 0;
        transform: scale(0.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.page-enter[b-zstdybt8ux] {
    animation: pageEnter-b-zstdybt8ux 0.5s ease-out;
}

/* Mejoras para el ribbon en móvil */
@media (max-width: 768px) {
    .hwribbon2[b-zstdybt8ux] {
        padding-bottom: 10px;
    }

    .ribbon-toggle-group[b-zstdybt8ux] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }

    .ribbon-icon-button[b-zstdybt8ux] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 5px;
    }

        .ribbon-icon-button .caption[b-zstdybt8ux] {
            font-size: 11px;
            margin-top: 5px;
        }
}

}

/* Mejora visual para inputs */
input[type="text"][b-zstdybt8ux],
input[type="password"][b-zstdybt8ux],
select[b-zstdybt8ux] {
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
}

    input[type="text"]:focus[b-zstdybt8ux],
    input[type="password"]:focus[b-zstdybt8ux],
    select:focus[b-zstdybt8ux] {
        border-color: #003E91;
        box-shadow: 0 0 0 3px rgba(0, 62, 145, 0.1);
        outline: none;
    }

/* Animación para notificaciones nuevas */
@keyframes notificationPop-b-zstdybt8ux {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.notification-badge.new[b-zstdybt8ux] {
    animation: notificationPop-b-zstdybt8ux 0.5s ease;
}

/* Mejoras para el estado de carga */
.loading-overlay[b-zstdybt8ux] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-spinner[b-zstdybt8ux] {
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #003E91;
    border-radius: 50%;
    animation: spin-b-zstdybt8ux 1s linear infinite;
}

/* Mejoras para la navegación por teclado */
.keyboard-navigation *:focus[b-zstdybt8ux] {
    outline: 3px solid #003E91;
    outline-offset: 2px;
}

/* Animación para cambio de tabs */
.e-tab .e-content .e-item[b-zstdybt8ux] {
    animation: tabChange-b-zstdybt8ux 0.3s ease;
}

@keyframes tabChange-b-zstdybt8ux {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mejoras para el diseño fluido */
.container-fluid[b-zstdybt8ux] {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container-fluid[b-zstdybt8ux] {
        max-width: 1400px;
    }
}

/* Animación para elementos que aparecen al scroll */
.scroll-reveal[b-zstdybt8ux] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

    .scroll-reveal.revealed[b-zstdybt8ux] {
        opacity: 1;
        transform: translateY(0);
    }

/* Mejoras para la experiencia táctil */
@media (hover: none) and (pointer: coarse) {
    .header-icon[b-zstdybt8ux],
    .ribbon-icon-button[b-zstdybt8ux],
    .toolslist[b-zstdybt8ux] {
        padding: 12px;
        min-height: 44px;
        min-width: 44px;
    }
}

/* Animación de shake para errores */
@keyframes shake-b-zstdybt8ux {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.error-shake[b-zstdybt8ux] {
    animation: shake-b-zstdybt8ux 0.5s ease;
}

/* Mejoras para el rendimiento */
.will-change-transform[b-zstdybt8ux] {
    will-change: transform;
}

.will-change-opacity[b-zstdybt8ux] {
    will-change: opacity;
}


.avatar2[b-zstdybt8ux] {
    position: absolute;
    top: 65px;
    left: calc(50% - 40px);
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 80px;
    width: 80px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.avatar3[b-zstdybt8ux] {
    position: absolute;
    top: 100px;
    left: calc(50% - 70px);
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 140px;
    width: 140px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.form-input[b-zstdybt8ux] {
    width: 100%;
    padding: 16px 16px 16px 48px;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: all 0.3s ease;
    background: #FFFFFF;
}

    .form-input:focus[b-zstdybt8ux] {
        outline: none;
        border-color: #003E91;
        box-shadow: 0 0 0 3px rgba(0, 62, 145, 0.1);
    }

    .form-input[b-zstdybt8ux]::placeholder {
        color: #9CA3AF;
    }




.fluentmenuV2[b-zstdybt8ux] {
    position: absolute;
    top: 65px;
    left: 15px;
    right: 20px;
    bottom: 60px;
    width: calc(100% - 40px);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15),
                0px 5px 15px rgba(0, 62, 145, 0.1);
    border-radius: 1.5rem;
    padding: 1rem 2.5rem 2.5rem 2.5rem;
    /* Glassmorphism effect */
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(240, 245, 255, 0.9) 100%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    animation: menuFadeIn-b-zstdybt8ux 0.6s ease-out;
    display: flex;
    flex-direction: column;
}

@keyframes menuFadeIn-b-zstdybt8ux {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.fluentmenuV2[b-zstdybt8ux]::-webkit-scrollbar {
    width: 10px;
}

.fluentmenuV2[b-zstdybt8ux]::-webkit-scrollbar-track {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.02) 0%,
        rgba(0, 62, 145, 0.05) 100%);
    border-radius: 10px;
    margin: 10px 0;
}

.fluentmenuV2[b-zstdybt8ux]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,
        rgba(0, 62, 145, 0.4) 0%,
        rgba(0, 123, 255, 0.6) 100%);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 62, 145, 0.3);
}

.fluentmenuV2[b-zstdybt8ux]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg,
        rgba(0, 62, 145, 0.6) 0%,
        rgba(0, 123, 255, 0.8) 100%);
    box-shadow: 0 4px 12px rgba(0, 62, 145, 0.4);
}

/* Botón Toggle para mostrar/ocultar descripciones */
.menu-toggle-container[b-zstdybt8ux] {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 62, 145, 0.1);
}

.menu-toggle-btn[b-zstdybt8ux] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: linear-gradient(135deg,
        rgba(0, 62, 145, 0.1) 0%,
        rgba(0, 123, 255, 0.08) 100%);
    border: 2px solid rgba(0, 62, 145, 0.2);
    border-radius: 12px;
    color: #003e91;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 62, 145, 0.1);
}

.menu-toggle-btn:hover[b-zstdybt8ux] {
    background: linear-gradient(135deg,
        rgba(0, 62, 145, 0.15) 0%,
        rgba(0, 123, 255, 0.12) 100%);
    border-color: rgba(0, 62, 145, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 62, 145, 0.2);
}

.menu-toggle-btn:active[b-zstdybt8ux] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 62, 145, 0.15);
}

.menu-toggle-btn.active[b-zstdybt8ux] {
    background: linear-gradient(135deg,
        rgba(0, 62, 145, 0.9) 0%,
        rgba(0, 123, 255, 0.8) 100%);
    border-color: rgba(0, 62, 145, 1);
    color: white;
    box-shadow: 0 4px 16px rgba(0, 62, 145, 0.3);
}

.menu-toggle-btn i[b-zstdybt8ux] {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.menu-toggle-btn:hover i[b-zstdybt8ux] {
    transform: scale(1.1);
}

/* Ocultar labels por defecto */
.ribbon-label[b-zstdybt8ux] {
    font-size: 0.65rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    display: none !important;
    opacity: 0 !important;
    margin-top: 0 !important;
    line-height: 1.2 !important;
    visibility: hidden !important;
    max-width: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Mostrar labels cuando está activo */
.ribbon-menux.show-labels .ribbon-label[b-zstdybt8ux] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0.35rem !important;
    animation: labelFadeIn-b-zstdybt8ux 0.3s ease-out !important;
    max-width: 80px !important;
    overflow: visible !important;
    font-weight: 500 !important;
}

@keyframes labelFadeIn-b-zstdybt8ux {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ribbon-menux.show-labels .ribbon-button:hover .ribbon-label[b-zstdybt8ux] {
    font-weight: 600 !important;
    transform: translateY(-2px) !important;
}

/* Contenedor grid con múltiples filas y scroll vertical */
.ribbon-menux[b-zstdybt8ux] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 320px));
    grid-auto-rows: auto;
    align-items: start;
    gap: 1.5rem;
    padding: 0.5rem;
    background: transparent;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    animation: fadeInUp-b-zstdybt8ux 0.5s ease-out;
    perspective: 1000px;
}

/* Efecto de fondo animado sutil */
.ribbon-menux[b-zstdybt8ux]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(54, 169, 225, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(127, 86, 159, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(160, 198, 54, 0.05) 0%, transparent 50%);
    background-size: 100% 100%;
    animation: backgroundFloat-b-zstdybt8ux 20s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes backgroundFloat-b-zstdybt8ux {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp-b-zstdybt8ux {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ribbon-group[b-zstdybt8ux] {
    min-width: 200px;
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(145deg, #ffffff 0%, #fafbff 100%);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08),
                0 2px 8px rgba(0, 0, 0, 0.04),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
    min-height: 150px;
    max-height: 800px;
    height: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: scaleIn-b-zstdybt8ux 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
    position: relative;
}

/* Efecto de brillo sutil */
.ribbon-group[b-zstdybt8ux]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent);
    transition: left 0.5s ease;
}

.ribbon-group:hover[b-zstdybt8ux]::before {
    left: 100%;
}

/* Estilos para grupos con pocos elementos */
.ribbon-group:has(.ribbon-items > :nth-child(-n+3))[b-zstdybt8ux] {
    min-height: 180px;
}

/* Estilos para grupos con muchos elementos */
.ribbon-group:has(.ribbon-items > :nth-child(n+10))[b-zstdybt8ux] {
    min-height: 350px;
}

.ribbon-group:hover[b-zstdybt8ux] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12),
                0 8px 24px rgba(var(--group-color-rgb, 0, 123, 255), 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(var(--group-color-rgb, 0, 123, 255), 0.3);
}

.ribbon-group:nth-child(1)[b-zstdybt8ux] { animation-delay: 0.05s; }
.ribbon-group:nth-child(2)[b-zstdybt8ux] { animation-delay: 0.1s; }
.ribbon-group:nth-child(3)[b-zstdybt8ux] { animation-delay: 0.15s; }
.ribbon-group:nth-child(4)[b-zstdybt8ux] { animation-delay: 0.2s; }
.ribbon-group:nth-child(5)[b-zstdybt8ux] { animation-delay: 0.25s; }
.ribbon-group:nth-child(6)[b-zstdybt8ux] { animation-delay: 0.3s; }
.ribbon-group:nth-child(7)[b-zstdybt8ux] { animation-delay: 0.35s; }
.ribbon-group:nth-child(8)[b-zstdybt8ux] { animation-delay: 0.4s; }
.ribbon-group:nth-child(9)[b-zstdybt8ux] { animation-delay: 0.45s; }
.ribbon-group:nth-child(10)[b-zstdybt8ux] { animation-delay: 0.5s; }

@keyframes scaleIn-b-zstdybt8ux {
    0% {
        opacity: 0;
        transform: scale(0.7) rotateY(-15deg) translateY(20px);
        filter: blur(10px);
    }
    60% {
        opacity: 0.8;
        transform: scale(1.05) rotateY(5deg) translateY(-5px);
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translateY(0);
        filter: blur(0px);
    }
}

.ribbon-items[b-zstdybt8ux] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 1.8rem;
    padding: 1rem;
    flex: 1 1 auto;
    min-height: 60px;
    overflow-y: visible;
    overflow-x: visible;
    transition: gap 0.3s ease;
}

/* Cuando se muestran labels, reducir el gap para que quepan más */
.ribbon-menux.show-labels .ribbon-items[b-zstdybt8ux] {
    gap: 1rem !important;
}

.ribbon-items[b-zstdybt8ux]::-webkit-scrollbar {
    width: 5px;
}

.ribbon-items[b-zstdybt8ux]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}

.ribbon-items[b-zstdybt8ux]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,
        rgba(var(--group-color-rgb, 0, 123, 255), 0.3) 0%,
        rgba(var(--group-color-rgb, 0, 123, 255), 0.5) 100%);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.ribbon-items[b-zstdybt8ux]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg,
        rgba(var(--group-color-rgb, 0, 123, 255), 0.5) 0%,
        rgba(var(--group-color-rgb, 0, 123, 255), 0.7) 100%);
}

.ribbon-button[b-zstdybt8ux] {
    background: none;
    border: none;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 55px;
    width: 50px;
    min-width: 50px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

/* Cuando se muestran las descripciones, hacer los botones más anchos */
.ribbon-menux.show-labels .ribbon-button[b-zstdybt8ux] {
    width: 80px !important;
    min-width: 80px !important;
    height: auto !important;
    min-height: 75px !important;
    padding: 0.5rem 0.25rem !important;
}

.ribbon-button[b-zstdybt8ux]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(var(--group-color-rgb, 0, 123, 255), 0.2) 0%,
        transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.25s ease-out, height 0.25s ease-out;
    pointer-events: none;
    z-index: 0;
}

.ribbon-button:hover[b-zstdybt8ux]::before {
    width: 120px;
    height: 120px;
}

.ribbon-button:hover[b-zstdybt8ux] {
    background: linear-gradient(135deg,
        rgba(var(--group-color-rgb, 0, 123, 255), 0.1) 0%,
        rgba(var(--group-color-rgb, 0, 123, 255), 0.05) 100%);
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 6px 20px rgba(var(--group-color-rgb, 0, 123, 255), 0.15);
}

.ribbon-button:active[b-zstdybt8ux] {
    transform: scale(0.95);
    box-shadow: 0 2px 8px rgba(var(--group-color-rgb, 0, 123, 255), 0.2);
}

/* Efecto ripple al hacer click */
.ribbon-button[b-zstdybt8ux]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(var(--group-color-rgb, 0, 123, 255), 0.4);
    opacity: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: width 0.5s, height 0.5s, opacity 0.5s;
}

.ribbon-button:active[b-zstdybt8ux]::after {
    width: 100px;
    height: 100px;
    opacity: 0;
}

.ribbon-icon i[b-zstdybt8ux] {
    font-size: 1.75rem;
    margin-bottom: 0.15rem;
    width: 64px;
    height: 64px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    position: relative;
    z-index: 1;
}

.ribbon-button:hover .ribbon-icon i[b-zstdybt8ux] {
    transform: scale(1.15) rotateY(10deg);
    filter: drop-shadow(0 4px 12px rgba(var(--group-color-rgb, 0, 123, 255), 0.4));
}

.ribbon-header[b-zstdybt8ux] {
    order: -1;
    margin-bottom: 0.5rem;
    background-color: var(--group-color, #007bff);
    color: white;
    min-height: 25px;
    height: auto;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.4;
    flex-shrink: 0;
}


/* Configuración inicial */
.ribbon-config[b-zstdybt8ux] {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.config-button[b-zstdybt8ux] {
    background: none;
    border: none;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
    height: 60px;
    width: 60px;
}

.config-list[b-zstdybt8ux] {
    position: absolute;
    top: 80px;
    left: 10px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.3rem;
    z-index: 1001;
    width: 260px;
    height: 380px;
}

.config-item[b-zstdybt8ux] {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.20rem 0;
    cursor: pointer;
    height:50px;
}

    .config-item:hover[b-zstdybt8ux] {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 4px;
    }

    .config-item i[b-zstdybt8ux] {
        font-size: 1rem;
        margin-bottom: 0.25rem;
        width: 40px;
        height: 40px;
    }

.config-item-label[b-zstdybt8ux] {
    font-size: 0.6rem;
    white-space: wrap;
}

/* Iconos Ribbon */
.Icon-Gear[b-zstdybt8ux] {
    background-image: url('img/Ribbon/gearconfig.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.Icon-ID[b-zstdybt8ux] {
    background-image: url('img/Ribbon/ID.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-ED[b-zstdybt8ux] {
    background-image: url('img/Ribbon/ED.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CED[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CED.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-MP1[b-zstdybt8ux] {
    background-image: url('img/Ribbon/MP1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-MP2[b-zstdybt8ux] {
    background-image: url('img/Ribbon/MP2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-PT[b-zstdybt8ux] {
    background-image: url('img/Ribbon/PT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-MN1[b-zstdybt8ux] {
    background-image: url('img/Ribbon/MN1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-MN2[b-zstdybt8ux] {
    background-image: url('img/Ribbon/MN2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CM[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CM.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-FIN[b-zstdybt8ux] {
    background-image: url('img/Ribbon/FIN.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-NE[b-zstdybt8ux] {
    background-image: url('img/Ribbon/NE.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CNS[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CNS.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-FO[b-zstdybt8ux] {
    background-image: url('img/Ribbon/FO.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-IMSS[b-zstdybt8ux] {
    background-image: url('img/Ribbon/IMSS.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CONS[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CONS.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-RPT[b-zstdybt8ux] {
    background-image: url('img/Ribbon/RPT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-ADMNOM[b-zstdybt8ux] {
    background-image: url('img/Ribbon/ADMNOM.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CIOCORP[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CIOCORP.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-ADMU[b-zstdybt8ux] {
    background-image: url('img/Ribbon/ADMU.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-AUTMP[b-zstdybt8ux] {
    background-image: url('img/Ribbon/AUTMP.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-AUTMN[b-zstdybt8ux] {
    background-image: url('img/Ribbon/AUTMN.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-AVMV[b-zstdybt8ux] {
    background-image: url('img/Ribbon/AVMV.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-PAGONOM[b-zstdybt8ux] {
    background-image: url('img/Ribbon/PAGONOM.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CAN[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CAN.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-PC[b-zstdybt8ux] {
    background-image: url('img/Ribbon/PC.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-PLN[b-zstdybt8ux] {
    background-image: url('img/Ribbon/PLN.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-RECN[b-zstdybt8ux] {
    background-image: url('img/Ribbon/RECN.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-TIM[b-zstdybt8ux] {
    background-image: url('img/Ribbon/TIM.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-TIM[b-zstdybt8ux] {
    background-image: url('img/Ribbon/TIM.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CATN[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CATN.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CATF[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CATF.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CK[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CK.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-EC[b-zstdybt8ux] {
    background-image: url('img/Ribbon/EC.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-IE[b-zstdybt8ux] {
    background-image: url('img/Ribbon/IE.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CALCI[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CALCI.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CATCI[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CATCI.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-CCI[b-zstdybt8ux] {
    background-image: url('img/Ribbon/CCI.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-DBCIP[b-zstdybt8ux] {
    background-image: url('img/Ribbon/DBCIP.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-SER[b-zstdybt8ux] {
    background-image: url('img/Ribbon/SER.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.Icon-RUTAS[b-zstdybt8ux] {
    background-image: url('img/Ribbon/RUTAS.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
}
/* /Pages/SignIn.razor.rz.scp.css */
/* /Pages/WebSysContainer.razor.rz.scp.css */
.webframe[b-i18qy7u9iy] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: transparent;
}

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

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

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