/* Select2 search field - Supplier */
.select2-search__field {
    background-color: #0d6efd !important;
    color: #ffffff !important;
    border: 1px solid #0b5ed7 !important;
}

.select2-search__field::placeholder {
    color: #e0e0e0;
}

/* Sidebar menu - hover state */
#side-bar a:hover {
    background-color: #d1d5db !important;
    color: #0d6efd !important;
}

#side-bar a:hover i,
#side-bar a:hover span,
#side-bar a:hover svg {
    color: #0d6efd !important;
}