body #reporte-linea-tipo + span > span > .select2-selection{
    background-color: rgb(83,192,231) !important;
    color: white;
}

body #select2-reporte-linea-tipo-container,
body #select2-reporte-linea-tipo-container > span {
    color: white;
}

#reporte-linea-colonia + span > span > .select2-selection {
    background-color: rgb(83,192,231) !important;
}
#select2-reporte-linea-colonia-results .select2-results__option--highlighted {
    background-color: rgb(83,192,231) !important;
}
body #select2-reporte-linea-tipo-results .select2-results__option--highlighted {
    background-color: rgb(83,192,231) !important;
}
.input-gray {
    font-size: 14px;
}