.text-vad-blue{
    color: rgb(45, 78, 110)!important;
}
.bg-vad-blue{
    background: rgb(45, 78, 110)!important;
    box-shadow: unset !important;
}

.bg-vad-blue .main-sidebar-header{
    background: rgb(45, 78, 110)!important;
    border: unset !important;
}

.main-logo{
    height: unset;
    max-height: 2rem;
}

.side-module_lbl{
    color: #dde3ea !important;
}

.sub-angle{
    color: white !important;
}

.side-icon_lvl__1{
    margin-right: 1rem;
    font-size: 1.5rem;
    color: #d4d4d4;
}

.cci-bg-green:checked~.custom-control-label::before {
    border-color: #28a745!important;
    background-color: #28a745!important;
}

.slide.is-expanded .side-menu__item{
    background: rgb(14 14 14 / 35%);
}

.filter_card .form-group>label{
    text-overflow: ellipsis;
  overflow: hidden; 
  width: 160px; 
  height: 1.2em; 
  white-space: nowrap;
}

.filter_card form{
    display: flex;
}
.filter_card .form-group{
    margin: 0 5px;
}
.icon-filter-chevron{
    font-size: 1rem;
    color: gray;
}
@media (max-width: 800px) {
    .filter_card .form-group {
        width: 45%;
    }
}
.h0{
    font-size: 0;
}
.app-sidebar .slide-menu a:before {
    content: "" !important;
    font-family: 'feather' !important;
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 9px;
    color: #6d7790;
}

.slide:hover .side-menu__label, .slide:hover .angle, .slide:hover .side-menu__icon,
.slide.is-expanded .side-menu__label, .slide.is-expanded .side-menu__icon, .slide.is-expanded .angle {
    color: #DDE3E6 !important;
}
.slide-item.active, .slide-item:hover, .slide-item:focus,
.app-sidebar .slide-menu a.active,
.slide.is-expanded .sub-slide-item:hover, .slide.is-expanded .sub-slide-item:active, .slide.is-expanded .sub-slide-item:focus {
    text-decoration: underline !important;
    color: #8f9cb3 !important;
}

.icon-table{
    font-size: 1.5rem;
}

.btn-success{
    background-color: #28A745 !important;
}
.btn-danger {
    color: #dc3545 !important;
}

.text-danger {
    color: #dc3545 !important;
}
/* SIDE MENU HOVER & ACTIVE
.slide :hover .side-menu__label, .slide :hover .angle , .slide :hover .side-menu__icon{
        color: #93e1ff !important;
        fill: #93e1ff !important;
}

.slide.is-expanded .side-menu__label, .slide.is-expanded .side-menu__icon, .slide.is-expanded .angle{
        color: #93e1ff !important;
}
*/

*{
    font-family: 'Work Sans', sans-serif;
}