.nav-link{
    text-decoration: none;
    color: #fff;
}
#userDropdown:focus{
    box-shadow: none;
}
footer{
    position: fixed;
    bottom:0px;
    width: 100%;
}
body{
    background-color: #333333;
}

#top-navbar,#header{
    background-color: #212529;
}
.modal-backdrop{
    z-index: 0;
}
#dropdown-item-logout{  
    color:#000!important;
    background-color: #fff !important;
    padding-left: .25rem
}
#dropdown-item-logout:hover{
    background-color:#eaeaea !important;
    color:#0d6efd!important;
    padding-left: .25rem
}
#contourLoadingMain{
    align-content: center;
    display:flex;
    justify-content: center;
    position: fixed;
    z-index: 999;
    height:100vh;
    width:100vw;
    left:0;
    top:0
}

.modal-content{
    background-color: #333333;

}
.modal-title{
    color:white;
}
.btn-close{
    background-color: white;
}
.modal-body label{
    color:white;

}