.sidebar-nav ul li a,
.sidebar-nav > ul > li > a i{
    color: #000;
}
.sidebar-nav .has-arrow::after{
    border-color: #000;
}
.settings .settings-menu .sidebar-nav ul li a {
    color: #fff;
}
.settings .settings-menu  .sidebar-nav .has-arrow::after{
    border-color: #fff;
}

.notify .count{
    /*width: 15px;*/
    /*height: 15px;*/
    /*-webkit-border-radius: 30px;*/
    /*-moz-border-radius: 30px;*/
    border-radius: 50%;
    /*background-color: #ff5c6c;*/
    font-size: 10px;
    position: absolute;
    right: 8px;
    top: -15px;
}
.card-no-border .card {
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 10px 10px 0 0;
}

.mailbox .message-center {
    height: auto;
}

.dashboard-projects-admin {
    padding-bottom: 0;
}
.dashboard-projects-admin a {
    padding: 13px !important;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #f05b4f !important;
}
.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
    stroke: #f05b4f !important;
}
.profiletimeline .sl-item{
    padding: 10px;
    border: 1px solid #eeeeee;
    transition: .3s all;
}
.profiletimeline .sl-item:hover{
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 10%);
    border: 1px solid #eeeeee;
    padding: 10px;
}
