/* Custom styles */
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #cccccc !important;
    padding: 6px 12px !important;
    height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    background-color: transparent !important;
    border: none !important;
    padding: 0 4px !important;
    margin: 5px 0 !important;
    box-shadow: none !important;
}
