
.stars-5 {
    color: #5bcf73	 !important;
}
.stars-4 {
    color: #a2bd4d	 !important;
}
.stars-3 {
    color: #e2ad53 !important;
}
.stars-2 {
    color: #f38660 !important;
}
.stars-1 {
    color: #c33d3d !important;
}

#filial_name {
    max-height: 50px;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(to bottom, #d1fae5, #f6f6f6 75%, #fff);
    color: black !important;
    box-shadow: 0 -66px 39px 0 #05966955
}

.grd-gray {
    background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%) !important;
}

@media screen and (max-width: 1024px) {
    .chat-content {
        margin-left: 250px;
    }

    .chat-sidebar {
        left: 0;
        width: 250px;
    }
}

/** MY **/

a.disabled {
    color: #bbb !important
}

.bg-primary a {
    color: aquamarine !important;
}
.bg-grd-primary a {
    color: green !important;
}

.bg-primary a {
    color: aquamarine !important;
}


body.toggled .sidebar-nav {
    margin-top: 0 !important;
}
body.toggled .sidebar-wrapper .sidebar-nav {
    margin-top: 75px !important;
}
