/* Style the open dropdown menu */
.Select-menu-outer {
    background-color: #222222 !important;
}

/* Style each dropdown option */
.VirtualizedSelectOption {
    background-color: #222222 !important;
    color: #ffffff !important;
}

/* Style option when hovering */
.VirtualizedSelectOption:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}

/* Style the dropdown control (closed box) */
.Select-control {
    background-color: #222222 !important;
    color: #ffffff !important;
    border: 1px solid #555555 !important;
}

/* Style the selected value inside the closed dropdown */
.Select--single > .Select-control .Select-value .Select-value-label {
    color: #ffffff !important;
}
