/* Jobs Portal — shared Select2 style (all searchable dropdowns) */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 6px 8px;
    background: #fff;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #0357e9;
    box-shadow: 0 0 0 3px rgba(3, 87, 233, 0.12);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    color: #1f2937;
    padding-left: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #94a3b8;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 42px;
    margin-right: 18px;
    color: #94a3b8;
}

.select2-container--default .select2-selection--multiple {
    min-height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.select2-container--open {
    z-index: 20050 !important;
}

body > .select2-container {
    z-index: 20050 !important;
}

.select2-dropdown,
.select2-dropdown.jp-select2-dropdown,
.select2-container--open .select2-dropdown {
    z-index: 20050 !important;
    border: 1px solid #e8edf5;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 6px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.select2-search--dropdown {
    padding: 0 0 8px;
    position: relative;
}

.select2-search--dropdown:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -11px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%2394a3b8' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3-3'/%3E%3C/svg%3E") no-repeat center;
    pointer-events: none;
    z-index: 2;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 10px 12px 10px 38px !important;
    font-size: 14px;
    color: #1f2937;
    outline: none;
    box-shadow: none;
    background: #f8fafc;
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: #0357e9 !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(3, 87, 233, 0.1);
}

.select2-results > .select2-results__options {
    max-height: 280px;
    padding: 2px 0;
}

.select2-container--default .select2-results__option {
    padding: 10px 12px;
    border-radius: 10px;
    margin: 2px 0;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    line-height: 1.4;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f3f7ff;
    color: #0357e9;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #eaf1ff;
    color: #0246c0;
    font-weight: 600;
}

.select2-container--default .select2-results__option[aria-selected="true"].select2-results__option--highlighted {
    background: #0357e9;
    color: #fff;
}

.select2-container--default .select2-results__option--disabled,
.select2-container--default .select2-results__message {
    color: #94a3b8;
    background: transparent;
}

.select2-results__options::-webkit-scrollbar {
    width: 8px;
}
.select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background: #dbe3ee;
    border-radius: 8px;
}
