#select2-drop {
    background-color: #03002d !important;
    border-color: #e6bf5a !important;
    color: #FFFFFF !important;
    font-family: Georgia !important;
}

#select2-drop .select2-highlighted {
    color: #03002d !important;
    background-color: #e6bf5a !important;
}

input {
    accent-color: #e6bf5a;
}