
*{
    font-family: 'Nunito Sans', sans-serif;
}
.custome-header-one{
      height: 100%;
    /* background: radial-gradient(gray, orange); */
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgb(252 159 65) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
span.mls {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.header-item {
    border: 1px solid #ffffff59;
    padding: 5px  5px;
    border-radius: 5px;
    transition: all .5s;
}
.header-item:hover {
    background: #fff;
    border: 1px solid gray;
    color: #000!important;
}
.utf-dashboard-nav ul li.active-submenu li a i {
    padding: 3px 2px 2px 3px;
    margin-left: 15px!important;
    border: 0.5px solid #ffffff59;
}