input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.time-input {
    border: 1px solid #fff !important;
}

.select2-container--default .select2-results > .select2-results__options,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single {
    background-color: #1a1a1a !important;
    border: 1px solid #333 !important;
    color: #fff !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white !important;
}

/* Sidebar Scrollbar */
.sidebar-aside::-webkit-scrollbar {
    width: 6px;
}

.sidebar-aside::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
