.alert-warning span{
    color: #000;
} 

#bluelimelAlertTitleIcon {
    float: left;
}

.bluelime-flag-icon{
    font-size: 25px;
    display: inline-block;
    margin-right: 5px;
}

.not_allowed{
    cursor: not-allowed;
}

.member-detail small{
    color: #aaa;
}

.dashboard .activity .activity-item .activite-label{
    min-width: 80px !important;
}

.reset {
    all: revert;
}

body {
    background: #fff !important;
}

.header {
    height: 45px !important;
    background: linear-gradient(90deg, #a56e47 0%, #a56e47 100%) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-nav .nav-profile{
    color: #fff !important;
}

.header .toggle-sidebar-btn{
    color: #fff !important;
}

.logo span{
    color: #fff !important;
}
#sidebar{
    top: 45px !important;
}

.website-menu{
    margin-top: 60px;
    margin-bottom: -60px;
    background-color: #fff !important;
}
.website-menu .nav-item{
    border-right: solid 1px #ddd;
    padding: 0 15px;
    font-weight: 500;
}

.website-menu .nav-item:hover .nav-link{
   background-color: #a56e47;
   color: #fff !important;
}
