/* .m-login__container{
    background-color: white;
    padding: 25px 28px 25px 28px;
    border-radius: 10px;
    box-shadow: -1px 0px 33px 0px rgba(0,0,0,0.36);
    -webkit-box-shadow: -1px 0px 33px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: -1px 0px 33px 0px rgba(0,0,0,0.36);
} */

.CenteredTabs-root-29 {
    background-color: #f4f7fa !important;
}

.dashboard-due-treatment-notification{
    background-color: #f44336;
    color: #ffffff;
    padding: 8px 12px 7px;
    border-radius: 25px;
    font-weight: 600;
}

.btn-brand-yellow {
    color: #fff;
    background-color: #ffb822!important;
    border-color: #ffb822!important;
}

.header-menu-title .active{
    float: right;
    font-weight: 600;
    border: 1px solid;
    border-radius: 10px;
    padding: 7px 28px;
    color: #888;
    background-color: whitesmoke;
}

.m-widget19__action{
    text-align: center;
}

.header-custom-text{
    font-family: 'Roboto', sans-serif;
    color: #fff!important;
    font-weight: 500!important;
}

.header-custom-center{
    display: flex!important;
    /* justify-content: center; */
    align-items: center;
}

.header-logo{
    width: 85px;
    height: 28px;
}

.header-menu-custom{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-header-menu-box{

}

.m-aside-header-menu-mobile-open {
    right: 10px!important;
    width: 25px;
    height: 25px;
    top: 10px;
    z-index: 1002;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: 0!important;
    text-align: center;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
