﻿.select2-container {
    font-size: 14px !important;
    font-family: inherit !important;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

    .select2-container--default .select2-selection--single:hover {
        border-color: #9ca3af !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    }

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #035FB5 !important;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1) !important;
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #374151 !important;
    line-height: 36px !important;
    padding-left: 12px !important;
    padding-right: 32px !important;
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9ca3af !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 8px !important;
    width: 20px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #6b7280 transparent transparent transparent !important;
        border-width: 4px 4px 0 4px !important;
        margin-top: -2px !important;
        margin-left: -4px !important;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #6b7280 transparent !important;
    border-width: 0 4px 4px 4px !important;
}

.select2-dropdown {
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    margin-top: 2px !important;
    background: #ffffff !important;
}

.select2-container--default .select2-results__options {
    max-height: 200px !important;
    padding: 4px 0 !important;
}

.select2-container--default .select2-results__option {
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #374151 !important;
    transition: all 0.15s ease !important;
    cursor: pointer !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ecfdf5 !important;
    color: #065f46 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #d1fae5 !important;
    color: #047857 !important;
    font-weight: 500 !important;
}

.select2-container--default .select2-selection__clear {
    color: #6b7280 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-right: 8px !important;
    transition: color 0.2s ease !important;
}

    .select2-container--default .select2-selection__clear:hover {
        color: #ef4444 !important;
    }

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    min-height: 38px !important;
    padding: 4px 8px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

    .select2-container--default .select2-selection--multiple:hover {
        border-color: #9ca3af !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #e5e7eb !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    color: #374151 !important;
    padding: 2px 8px !important;
    margin: 2px 4px 0 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
        background: #d1d5db !important;
        border-color: #9ca3af !important;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #6b7280 !important;
    margin-right: 4px !important;
    font-weight: bold !important;
    transition: color 0.2s ease !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #ef4444 !important;
    }

.select2-search--dropdown {
    padding: 8px !important;
    background: #f9fafb !important;
    border-bottom: 1px solid #e5e7eb !important;
}

    .select2-search--dropdown .select2-search__field {
        border: 1px solid #d1d5db !important;
        border-radius: 6px !important;
        padding: 8px 12px !important;
        font-size: 14px !important;
        width: 100% !important;
        background: #ffffff !important;
        color: #374151 !important;
        transition: border-color 0.2s ease !important;
    }

        .select2-search--dropdown .select2-search__field:focus {
            border-color: #035FB5 !important;
            outline: none !important;
            box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1) !important;
        }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #9ca3af !important;
    background: #f9fafb !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

    .select2-results__options::-webkit-scrollbar-thumb:hover {
        background: #9ca3af;
    }

.select2-dropdown {
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .select2-container--default .select2-selection--single {
        height: 42px;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 40px;
            font-size: 16px;
        }

    .select2-container--default .select2-results__option {
        padding: 12px 16px;
        font-size: 16px;
    }
}
