.dark_button{
    border: 1px solid #d9bfa6;
    background-color: #d9bfa6 !important;
    color: #ffffff;
    font-weight: bold;
    transition: 0.3s; 
}
.dark_button:hover{
    background-color: #b24210 !important;
    transition: 0.3s;
}
.labelnew {
background: #d9bfa6 !important;
color: white !important;;
}
.leftmenu_top_item{
    font-size: 0.9em;
}

.header.scrolled{
    background-color: #fff !important;
    
    transition: 0.4s;
    -webkit-box-shadow: 1px 5px 7px -3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 5px 7px -3px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 5px 7px -3px rgba(34, 60, 80, 0.2);
    z-index: 10000;
}

.header{
    
    width: 100%;
    filter: invert(100%);
    height: 45px;
    z-index: 10000;
    transition: 0.4s;
    color: #fff;
    
}