.select2-container {
    width: 100% !important;
}

.select2-selection {
    height: 45px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    background-color: #fff !important;
    transition: border-color 0.3s ease;
}

.select2-selection:hover {
    border-color: #ccc !important;
}

.select2-selection__rendered {
    line-height: 28px !important;
    padding-left: 0 !important;
    color: #333 !important;
}

.select2-selection__arrow {
    height: 43px !important;
    right: 10px !important;
}

.select2-dropdown {
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    background-color: #fff !important;
}

.select2-search__field {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
}

.select2-results__option {
    padding: 10px 15px !important;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.select2-results__option--highlighted {
    background-color: #f1f1f1 !important;
    color: #222 !important;
}

.select2-results__option--selected {
    background-color: transparent !important;
    border-left: 3px solid #007bff !important;
    font-weight: 500 !important;
    color: #007bff !important;
}
