::-webkit-scrollbar {
    width: 0.8rem;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: linear-gradient(90deg, rgba(20, 20, 20, 1) 0%, rgba(29, 29, 29, 1) 39%, rgb(63, 62, 62, 1) 100%);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: linear-gradient(90deg, rgba(85, 85, 85, 1) 0%, rgba(65, 65, 65, 1) 39%, rgb(33, 32, 32, 1) 100%);
    -webkit-box-shadow: inset 0 0 6px rgba(90, 90, 90, 0.7);
}


.select2-results__option.select2-results__option--selectable:hover{
    color: red;
}
.select2-search input { background-color: rgb(0, 176, 76); }

.select2-search {  }

.select2-selection__choice__display { 
    color: rgba(23, 23, 23, 0.8);
}
.select2-results__option.select2-results__option--selectable{
 background-color: rgb(0, 0, 0);
 color: white;
}

