.quick-search {
    background-color: #131922;
    border-radius: 27px;
    padding: 32px;
}

.quick-search .part-type-title {
    margin-bottom:5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #E9F1FB;
}

.select2 .select2-selection, .select2-dropdown {
    background-color:#1E242D !important;
    border: 1px solid #414A57 !important;
    color:white;
}

.select2-selection {
    padding: 5px;
    border-radius: 55px !important;
    height: 44px !important;
    color: #E9F1FB !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select2-search__field {
    background: #7f8284 !important;
    color:white !important;
}

.select2 .select2-selection .select2-selection__rendered {
    color:white !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #4e4e4e !important;
}

.quick-search-submit-container {
    margin-top: 35px !important;
}