/* /Layout/MainLayout.razor.rz.scp.css */
/* /Pages/AIDesktop.razor.rz.scp.css */
.AIdb[b-hmcadmj6sv] {
    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);
}

.DivBlock1[b-hmcadmj6sv] {
    position: absolute;
    top: 20px;
    left: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    width: calc(50% - 40px);
    height: calc(50% - 40px);
}

.card[b-hmcadmj6sv] {
    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-hmcadmj6sv] {
    margin-top: 5px;
}

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


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

.dashboard-summary[b-hmcadmj6sv] {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    margin: 20px;
}

.dashboard-operation[b-hmcadmj6sv] {
    flex: 1;
    display: flex;
    gap: 20px;
    margin: 20px 0px 10px 20px;
    flex-wrap: wrap;
    bottom: 5px;
}

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

.dashboard-operation button[b-hmcadmj6sv] {
    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-hmcadmj6sv] {
    list-style: none ;
}

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

.chatMain[b-hmcadmj6sv] {
    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-hmcadmj6sv] {
    flex: 0 1 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: relative;
}

    .message-boxMain .message-input[b-hmcadmj6sv] {
        background: none;
       /* background-color: purple;*/
        border: none;
        outline: none !important;
        resize: none;
        color: rgba(50, 50, 50, 1);
        font-size: 12px;
        height: 20px;
        margin: 0;
        padding-right: 20px;
        width: calc(100vh - 50px);
        overflow: hidden;
    }

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

    .message-boxMain .message-submit[b-hmcadmj6sv] {
        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-hmcadmj6sv] {
            background: #1D7745;
        }
/* /Pages/Dashboard.razor.rz.scp.css */

.MainDBContainer[b-u9zpcy3sjg] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #9E9E9E;
}

.DBContainer[b-u9zpcy3sjg] {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    overflow: auto;
    background: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
}

.DivChart1[b-u9zpcy3sjg] {
    position: absolute;
    top: 20px;
    left: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    width: calc(50% - 40px);
    height: calc(50% - 40px);
}

.DivChart1_V[b-u9zpcy3sjg] {
    position: absolute;
    top: 3px;
    right: 2px;
    bottom: 3px;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent;
    background-color: transparent;
    width: 48%;
    justify-content: center;
    align-items: center;
}

.DivChart2[b-u9zpcy3sjg] {
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    width: calc(50% - 40px);
    height: calc(50% - 40px);
}

.DivChart2_1[b-u9zpcy3sjg] {
    position: relative;
    top: 0px;
    right: 0px;
    overflow-y: hidden;
    overflow-x: auto;
    background: transparent;
    background-color: transparent;
    width: 100%;
    height: 48%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.H[b-u9zpcy3sjg] {
    height: 100%;
    width: 80%;
}

.DivChart2_2[b-u9zpcy3sjg] {
    position: relative;
    bottom: 0px;
    right: 0px;
    overflow-y: hidden;
    overflow-x: auto;
    background: transparent;
    background-color: transparent;
    width: 100%;
    height: 48%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.DivChart3[b-u9zpcy3sjg] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    width: calc(50% - 40px);
    height: calc(50% - 40px);
}

.DivChart3_1[b-u9zpcy3sjg] {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow-y: hidden;
    overflow-x: auto;
    background: transparent;
    background-color: transparent;
    width: 100%;
    height: 100%;
    /*display: flex;
    flex-direction: row;
    justify-content: center;*/
}

.HC3[b-u9zpcy3sjg] {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 60%;
}

.HC4[b-u9zpcy3sjg] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 60%;
}

.DivChart4[b-u9zpcy3sjg] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    width: calc(50% - 40px);
    height: calc(50% - 40px);
}

.DivChart4_1[b-u9zpcy3sjg] {
    position: relative;
    top: 0px;
    right: 0px;
    overflow-y: hidden;
    overflow-x: auto;
    background: transparent;
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/* /Pages/Desktop.razor.rz.scp.css */
html[b-uf617649eb], body[b-uf617649eb] {
    height: 100%;
    margin: 0;
}

[b-uf617649eb]::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0.5);
}

.MainDesktop[b-uf617649eb] {
    min-height: 100%;
    background-color: #f2f2f2;
}

.FullScreen[b-uf617649eb] {
    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-uf617649eb] {
    position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
    height: 70px;
    width: calc(100% - 40px);
    box-shadow: 0px 15px 10px -15px #111;
    z-index: 1001;
    border-radius: 1rem;
    background-color: #fff;
}


.minihw[b-uf617649eb] {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 13px;
    left: 40px;
}

.sidebarmainicon[b-uf617649eb] {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70px;
    width: 64px;
    box-shadow: 0px 15px 10px -15px #111;
    z-index: 3;
    background-color: #111827;
}

.avatar[b-uf617649eb] {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 48px;
    width: 48px;
    position: absolute;
    top: 12px;
    right: 20px;
}

.uactividad[b-uf617649eb] {
    background-size: cover;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 45px;
    right: 3px;
}

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

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

.boticon[b-uf617649eb] {
    position: absolute;
    top: 20px;
    font-size: 2.1em;
    cursor: pointer;
    color: #76757B;
    height: 35px;
    width: 50px;
    right: 490px;
    /*left: calc( (100vw / 2) + 25px) !important;*/
}

    .boticon:hover[b-uf617649eb] {
        color: #003E91;
    }

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

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

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

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

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

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

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

.baricon2[b-uf617649eb] {
    position: absolute;
    top: 20px;
    left: 270px;
    font-size: 2em;
    cursor: pointer;
    color: #76757B;
    height: 30px;
    width: 30px;
}

    .baricon2:hover[b-uf617649eb] {
        color: #003E91;
    }

.baricon3[b-uf617649eb] {
    position: absolute;
    top: 15px;
    left: 310px;
    font-size: 2.1em;
    cursor: pointer;
    color: #76757B;
    padding-right: 30px;
}

    .baricon3:hover[b-uf617649eb] {
        color: #003E91;
    }

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


.payrolls[b-uf617649eb] {
    position: absolute;
    top: 90px;
    left: 300px;
    z-index: 1002;
    width: 550px;
    height: 300px;
}


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

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

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

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

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

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

.ribbongroup1title1[b-uf617649eb] {
    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-uf617649eb] {
    color: #36A9E1;
}

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

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

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

.ribbongroup1title2[b-uf617649eb] {
    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-uf617649eb] {
    color: #7F569F;
}

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

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

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

.ribbongroup1title3[b-uf617649eb] {
    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-uf617649eb] {
    color: #62C0BC;
}

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

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

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

.ribbongroup1title4[b-uf617649eb] {
    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-uf617649eb] {
    color: #F3902F;
}

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

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

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

.ribbongroup1title5[b-uf617649eb] {
    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-uf617649eb] {
    color: #A0C636;
}

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

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

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

.ribbongroup1title6[b-uf617649eb] {
    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-uf617649eb] {
    color: #3D85A0;
}

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

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

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

.ribbongroup1title7[b-uf617649eb] {
    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-uf617649eb] {
    color: #EE6F63;
}

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

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

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

.ribbongroup1title8[b-uf617649eb] {
    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-uf617649eb] {
    color: #F2C610;
}

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

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

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

.ribbongroup1title9[b-uf617649eb] {
    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-uf617649eb] {
    color: #62C0BC;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#formFooterTools[b-uf617649eb] {
    background-color: transparent;
    border-top-color: #C4CBCE;
    border-top-width: 2px;
    font-size: medium;
    padding-right: 30px;
}

.drag-drop-tab .e-content .e-item[b-uf617649eb] {
    font-size: 12px;
    padding: 10px;
    text-align: justify;
}

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



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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

.chat-popup[b-uf617649eb] {
    display: none;
    position: absolute;
    top: 141px;
    left: 21px;
    bottom: 15px;
    right: 21px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    /*background-color: transparent;*/
    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;
    /*border-radius: 1rem;*/
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.webchat[b-uf617649eb] {
    position: relative;
    width: 100%;
    height: calc(100vh - 186px);
    border-radius: 1rem;
    background-color: transparent;
}

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

.Corporatives[b-uf617649eb] {
    position: absolute;
    top: 85px;
    left: 200px;
    z-index: 1002;
    width: 400px;
    height: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Corporatives-title:hover[b-uf617649eb] {
    color: #003E91;
}

.Corporatives-title[b-uf617649eb] {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0px;
    color: #1B1C1D;
    font-size: x-large;
}

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

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

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

.avatar2[b-uf617649eb] {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 60px;
    right: 140px;
}

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

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

    #btnchgpwd:active[b-uf617649eb], #btnchgpwd:active[b-uf617649eb], #btnchgpwd:active[b-uf617649eb] {
        -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;
    }

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

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

    #btnCancelchgpwd:active[b-uf617649eb], #btnCancelchgpwd:active[b-uf617649eb], #btnCancelchgpwd:active[b-uf617649eb] {
        -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;
    }

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



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

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

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

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

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

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

.CardChgPwdUser[b-uf617649eb] {
    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;
}

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

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

#formContentUP[b-uf617649eb] {
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    padding: 0px;
    position: absolute;
    top: 300px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    text-align: center;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

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

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

    #btnCloseUserprofile:active[b-uf617649eb], #btnCloseUserprofile:active[b-uf617649eb], #btnCloseUserprofile:active[b-uf617649eb] {
        -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;
    }

.avatar3[b-uf617649eb] {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 100px;
    right: calc(50% - 75px);
    z-index: 2;
}

.TbUser[b-uf617649eb] {
    position: absolute;
    top: 10px;
    left: 5px;
    right: 5px;
    bottom: 10px;
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

    .TbUser td[b-uf617649eb] {
        border: 1px solid #C0C0C0;
        -webkit-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
        width: 330px;
        height: 28px;
    }

.Camara[b-uf617649eb] {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 220px;
    right: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.fluentcardCamara[b-uf617649eb] {
    height: 320px;
    width: 370px;
    padding: 2rem;
    border-radius: 1rem;
    /* other styles */
    background: rgba(234, 240, 247, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 1003;
    position: absolute;
    top: 200px;
    left: 180px;
}

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

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

    #btnCloseCamara:active[b-uf617649eb], #btnCloseCamara:active[b-uf617649eb], #btnCloseCamara:active[b-uf617649eb] {
        -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;
    }

#btnAceptarCamara[b-uf617649eb] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-block-color: transparent;
    background-color: #003E91;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 1rem;
    transition: transform .2s;
    width: 100px;
    height: 40px;
}

#txtsofiahelp[b-uf617649eb] {
    background: url("/img/icons/iconosofia2.png") no-repeat left;
    background-size: 20px;
    background-position-x: 10px;
    position: absolute;
    top: 15px;
    right: 200px;
    color: #76757B;
    height: 35px;
    width: 280px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #fff;
    border-color: #72828C;
    /*display: none;*/
}

.MiniSofia[b-uf617649eb] {
    position: absolute;
    top: 0px;
    right: 40px;
    cursor: pointer;
}

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

#btnCloseNotificationsCanvas[b-uf617649eb] {
    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-uf617649eb], #btnCloseNotificationsCanvas:hover[b-uf617649eb], #btnCloseNotificationsCanvas:hover[b-uf617649eb] {
        /*background-color: #003E91;*/
        background-color: #353C46;
        color: white;
        transform: scale(1.1);
    }

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

#btnCloseGECanvas[b-uf617649eb] {
    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-uf617649eb], #btnCloseGECanvas:hover[b-uf617649eb], #btnCloseGECanvas:hover[b-uf617649eb] {
        /*background-color: #003E91;*/
        background-color: #353C46;
        color: white;
        transform: scale(1.1);
    }

#btnCloseUserprofile:active[b-uf617649eb], #btnCloseUserprofile:active[b-uf617649eb], #btnCloseUserprofile:active[b-uf617649eb] {
    -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-uf617649eb] {
    padding-top: 1px;
    font-size: small;
    cursor: pointer;
    color: #003E91;
    overflow-y: auto;
    max-height: 12em;
}

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

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

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

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




.chat-title .avatar[b-uf617649eb] {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 9px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.24);
}

    .chat-title .avatar img[b-uf617649eb] {
        width: 100%;
        height: auto;
    }

.chatpopup[b-uf617649eb] {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 100vh;
    max-height: 600px;
    z-index: 9;
    overflow: hidden;
}


#txtTenantTitle[b-uf617649eb] {
    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;
    /*border-radius: 20px 20px 20px 20px;*/
    /*border: 2px solid #fff;*/
    /*border-color: #72828C;*/
    /*display: none;*/
    background-color: transparent;
    z-index:-1;
}

.mainbackgroundlogin[b-uf617649eb] {
    background-image: url("../img/mainlogin2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    line-height: 1.5;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

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

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

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

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

._Clock[b-uf617649eb] {
    position: absolute;
    right: 150px;
    bottom: 50px;
    font-size: 1.5em;
    color: #003E91;
    text-shadow: 0 0 10px rgb(0, 38, 255);
    /*filter: blur(0.8px);*/
}

.mainscreensaver[b-uf617649eb] {
    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-uf617649eb] {
    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-uf617649eb] {
    -webkit-animation: floatUp 4s infinite linear;
    -moz-animation: floatUp 4s infinite linear;
    -o-animation: floatUp 4s infinite linear;
    animation: floatUp-b-uf617649eb 4s infinite linear;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.x2[b-uf617649eb] {
    -webkit-animation: floatUp 7s infinite linear;
    -moz-animation: floatUp 7s infinite linear;
    -o-animation: floatUp 7s infinite linear;
    animation: floatUp-b-uf617649eb 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-uf617649eb] {
    -webkit-animation: floatUp 2.5s infinite linear;
    -moz-animation: floatUp 2.5s infinite linear;
    -o-animation: floatUp 2.5s infinite linear;
    animation: floatUp-b-uf617649eb 2.5s infinite linear;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    left: -15%;
}

.x4[b-uf617649eb] {
    -webkit-animation: floatUp 4.5s infinite linear;
    -moz-animation: floatUp 4.5s infinite linear;
    -o-animation: floatUp 4.5s infinite linear;
    animation: floatUp-b-uf617649eb 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-uf617649eb] {
    -webkit-animation: floatUp 8s infinite linear;
    -moz-animation: floatUp 8s infinite linear;
    -o-animation: floatUp 8s infinite linear;
    animation: floatUp-b-uf617649eb 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-uf617649eb] {
    -webkit-animation: floatUp 3s infinite linear;
    -moz-animation: floatUp 3s infinite linear;
    -o-animation: floatUp 3s infinite linear;
    animation: floatUp-b-uf617649eb 3s infinite linear;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    left: -81%;
}

.x7[b-uf617649eb] {
    -webkit-animation: floatUp 5.3s infinite linear;
    -moz-animation: floatUp 5.3s infinite linear;
    -o-animation: floatUp 5.3s infinite linear;
    animation: floatUp-b-uf617649eb 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-uf617649eb] {
    -webkit-animation: floatUp 4.7s infinite linear;
    -moz-animation: floatUp 4.7s infinite linear;
    -o-animation: floatUp 4.7s infinite linear;
    animation: floatUp-b-uf617649eb 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-uf617649eb] {
    -webkit-animation: floatUp 4.1s infinite linear;
    -moz-animation: floatUp 4.1s infinite linear;
    -o-animation: floatUp 4.1s infinite linear;
    animation: floatUp-b-uf617649eb 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-uf617649eb] {
    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-uf617649eb {
    0% {
        top: 100vh;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

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

    75% {
        opacity: 1;
    }

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

.header[b-uf617649eb] {
    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-uf617649eb], #head2[b-uf617649eb], #head3[b-uf617649eb], #head4[b-uf617649eb], #head5[b-uf617649eb], #head6[b-uf617649eb], #head7[b-uf617649eb], #head8[b-uf617649eb], #head9[b-uf617649eb] {
    opacity: 0;
}

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

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

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

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

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

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

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

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

#head9[b-uf617649eb] {
    -webkit-animation: finalFade 1 5s ease-in;
    -moz-animation: finalFade 1 5s ease-in;
    -o-animation: finalFade 1 5s ease-in;
    animation: finalFade-b-uf617649eb 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-uf617649eb {
    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-uf617649eb {
    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-uf617649eb {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }
}

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

.wave-container[b-uf617649eb] {
    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-uf617649eb] {
    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-uf617649eb 1.2s infinite ease-in-out;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

    50% {
        height: 100px;
    }
}
   
/* /Pages/RibbonComponent.razor.rz.scp.css */
/* /Pages/Signin.razor.rz.scp.css */

.mainbackground[b-7l2bjx0zbk] {
    background-image: url("../img/mainlogin5.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    line-height: 1.5;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
}

.PSubtitle[b-7l2bjx0zbk] {
    padding: 10px;
}


.h1title[b-7l2bjx0zbk] {
    margin: 0;
    font-weight: bold;
    font-size: 1em;
}

a[b-7l2bjx0zbk] {
    text-decoration: none;
    color: #353C46;
}


/** -------website------- **/


.logonav[b-7l2bjx0zbk] {
    position: absolute;
    top: -60px;
    left: -250px;
    width: 388px;
    height: 280px;
}


.loginbtn[b-7l2bjx0zbk] {
    background-color: #003E91;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 1rem;
    padding: 10px 20px;
    transition: transform .2s;
    position: absolute;
    top: 40px;
    left: 70vw;
    width: 170px;
    height: 40px;
    color: white;
}

    .loginbtn:hover[b-7l2bjx0zbk] {
        background-color: #353C46;
        color: white;
        transform: scale(1.1);
    }



/** -------Texto------- **/

.tittle[b-7l2bjx0zbk] {
    text-align: left;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(100vh - 65%);
    left: calc(100vw - 95%)
}

.tittletext[b-7l2bjx0zbk] {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    font-size: 2.5rem;
    color: #353C46;
}

@media screen and (min-width: 1401px) {
    div.tittletext[b-7l2bjx0zbk] {
        font-size: 3rem;
    }
}

.yellowtext[b-7l2bjx0zbk] {
    color: #003E91;
    text-transform: capitalize;
}

.subtittle[b-7l2bjx0zbk] {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 100;
    max-width: 45rem;
    color: #8a8c91;
}

.loginbtnmobilediv[b-7l2bjx0zbk] {
    display: none;
}

.bottom[b-7l2bjx0zbk] {
    position: absolute;
    justify-content: end;
    bottom: 10px;
    display: flex;
}

.imagebottom[b-7l2bjx0zbk] {
    width: 15%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.warning[b-7l2bjx0zbk] {
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #353C46;
}

/** ----------Responsive---------- **/

@media screen and (min-width: 1401px) {
    .bottom[b-7l2bjx0zbk] {
        position: absolute;
        display: flex;
        justify-content: end;
        bottom: 10px;
    }

    .imagebottom[b-7l2bjx0zbk] {
        width: 10%;
        aspect-ratio: 3/2;
        object-fit: contain;
    }
}


@media screen and (max-width: 500px) {

    .mainbackground[b-7l2bjx0zbk] {
        background-image: url('../img/mainlogin5.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }


    #logonav[b-7l2bjx0zbk] {
        position: absolute;
        bottom: 15px;
        left: 0px;
        width: 248px;
        height: 140px;
    }


    .loginbtn[b-7l2bjx0zbk] {
        grid-row: 1 / 4;
        background-color: #003E91;
        text-align: center;
        text-decoration: none;
        font-size: 1.2rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        border: none;
        border-radius: 1rem;
        padding: 10px 20px;
        transition: transform .2s;
        color: white;
    }

        .loginbtn:hover[b-7l2bjx0zbk] {
            background-color: #353C46;
            color: white;
            transform: scale(1.1);
            letter-spacing: .1rem;
        }

    /** -------Texto------- **/

    .tittle[b-7l2bjx0zbk] {
        justify-content: center;
        align-items: center;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 20%;
    }

    .tittletext[b-7l2bjx0zbk] {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.2;
        font-size: 1.8rem;
        color: #70777F;
    }

    .yellowtext[b-7l2bjx0zbk] {
        color: #003E91;
        text-transform: uppercase;
    }

    .subtittle[b-7l2bjx0zbk] {
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1;
        font-size: 2rem;
        font-weight: 100;
        max-width: 45rem;
        padding-top: 2rem;
        color: #8a8c91;
    }

    .loginbtnmobilediv[b-7l2bjx0zbk] {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20%;
    }

    .loginbtnmobile[b-7l2bjx0zbk] {
        background-color: #003E91;
        text-align: center;
        text-decoration: none;
        font-size: 1.2rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        border: none;
        border-radius: 1rem;
        padding: 10px 20px;
        transition: transform .2s;
    }

    .bottom[b-7l2bjx0zbk] {
        display: flex;
        align-content: center;
        justify-content: center;
        padding-top: 20%;
        margin-right: 0rem;
    }

    .imagebottom[b-7l2bjx0zbk] {
        width: 25%;
        aspect-ratio: 3/2;
        object-fit: contain;
    }
}

.container[b-7l2bjx0zbk] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}



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

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

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

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

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

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

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



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

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

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

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

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

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

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

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



/* ANIMATIONS */

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

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

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

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

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

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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



/* OTHERS */

*:focus[b-7l2bjx0zbk] {
    outline: none;
}
/* /Pages/WebSysContainer.razor.rz.scp.css */
.webframe[b-n5fdwefvql] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: transparent;
}

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

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

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