.VirtualizedSelectOption {
    background-color: black; /*# rgb(32,32,32);*/
    color: white;
}
.VirtualizedSelectFocusedOption {
    background-color: rgba(86,0,145,0.2);
    /*font-size: 18px;*/
    color: white;
}
.Select-value-label {
    color: white !important;
}
.Select-value {
    background-color: rgba(86,0,145,0.2) !important;
    color: white !important;
}

.Select-control {
    background-color: rgba(86,0,145,0.2);
}
.default_style{
    height: 100vh
}
.Select-menu-outer {
  background-color: rgba(86,0,145,1);
}

