.nav-text{
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: large;
    font-weight: 900;
    color: green;
    text-decoration: underline black;
    text-decoration-thickness: 3px;
}

.bgnav{
    background-color: #ffffff;
    box-shadow: 5px 10px 18px #888888 !important;
    /* font-style: italic; */
   

}

.inner-border {
    box-shadow: inset 0px 0px 0px 6px #dedede !important;
    border: 10px solid #ffffff;
  }

.yellow{
    color: #ffc000;
}

.yellow:hover{
    color: #f1a60f;
}


.sidebar-theme{
   
    background-image: linear-gradient(180deg, #192535 10%,#192535 100%);
    background-size: cover;
}


.user-info{
    color: #212529 !important;
}

.user-info:hover{
    color: #ffc000 !important;
}

.sb-icon{
    color: #ffc000 !important;
    opacity: 0.85;
}



.sidebar .nav-item:hover{
    background-color: #252e3d;
    color: #fff !important;
     

}


.sb-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
}


.disabled-item{
    text-decoration: line-through !important;
    color: gray !important;
}

.highlighted{
    background-color: #252e3d!important;
    color: white !important;

}