[sidebarjs] {
    position: fixed;
    z-index: 999999;
    -webkit-transition: -webkit-transform 0s ease 0.3s;
    transition: -webkit-transform 0s ease 0.3s;
    transition: transform 0s ease 0.3s;
    transition: transform 0s ease 0.3s, -webkit-transform 0s ease 0.3s; }
#toast-container {
        position: fixed;
        z-index: 9999999 !important;
        
        /*overrides*/
}

.card-login{
    background-color: '#f9f9f9' !important;
}