/*NAZKA ACÁ
.bg-gradient-purple {
    background: linear-gradient(87deg,#ec11ef 0,#8604a7 100%)!important
}*/
.select2-results .select2-highlighted {
    background: #f00 !important;
    color: #fff !important;
}

.select2-results__option:focus, .select2-results__option:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #121212 !important;
}