.nav-tabs .nav-link {color:black !important;}
.nav-tabs .nav-link.disabled {color: var(--bs-nav-link-disabled-color) !important;}
.nav-item.active {background-color:white !important;border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;border-bottom: none !important;}

/*body[data-theme="light"] .sidebar-content { background: #009ee1 !important; color:white !important;}*/
/*body[data-theme="light"] .sidebar-link, body[data-theme="light"] a.sidebar-link{ color:white !important; font-size:16px;}*/
/*body[data-theme="light"] .sidebar-link i, body[data-theme="light"] .sidebar-link svg, body[data-theme="light"] a.sidebar-link i, body[data-theme="light"] a.sidebar-link svg { color:white !important;}*/

#autocomplete-search { width: 1200px; }
.sidebar-dropdown .sidebar-link{padding:.1rem 1.5rem .1rem 3.7rem;}
.ts-wrapper.single .ts-control, .ts-dropdown.single, .ts-dropdown, .ts-control, .ts-control input {padding: 0; border: none;}
.ts-control , .ts-control > input {background-color: white !important; border: none !important; padding: 0 !important;box-shadow: none !important; }

.card{border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}
.card-header{border-bottom: 1px solid var(--bs-border-color)}
.card-title{margin:0}

.list-group-item.active {
    background-color: #8e8e8e;
    border-color: #8e8e8e;
}

.ts-wrapper.form-select{
    background-image: none !important;
    --bs-form-select-bg-img: '';
    padding: 7px;
}

.ts-wrapper.single .ts-control{
    background-image: unset !important;
}