/* Signup country field — Select2 (مصدر واحد) */

.signup-country-select-wrap {
    position: relative;
    margin-bottom: 0;
}

.signup-country-select-wrap__control {
    position: relative;
    width: 100%;
}

.signup-country-select-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.signup-country-select-wrap .select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.signup-country-select-wrap .select2-container {
    width: 100% !important;
    z-index: 20;
}

.signup-country-select-wrap .select2-container--default .select2-selection--single {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    min-height: 48px;
    height: auto;
    padding: 0.6875rem 2.75rem 0.6875rem 0.875rem;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    color: #01305F;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.signup-country-select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.4;
    color: #01305F;
    width: 100%;
}

.signup-country-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 2.25rem;
    right: 0.5rem;
    left: auto;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.signup-country-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.signup-country-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: '\F282';
    font-family: 'bootstrap-icons';
    font-size: 0.9rem;
    color: #64748b;
    transition: transform 0.2s ease, color 0.2s ease;
}

.signup-country-select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(180deg);
    color: #01305F;
}

.signup-country-select-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.signup-country-select-wrap .select2-container--default.select2-container--focus .select2-selection--single,
.signup-country-select-wrap .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #01305F;
    box-shadow: 0 0 0 3px rgba(1, 48, 95, 0.1);
    outline: none;
}

.signup-country-select-wrap.is-invalid .select2-container--default .select2-selection--single {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12);
}

.signup-country-select-wrap .select2-dropdown {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    margin-top: 6px;
    text-align: start;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    overflow: hidden;
    z-index: 1056;
    animation: signupCountryDropdownIn 0.18s ease-out;
}

@keyframes signupCountryDropdownIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.signup-country-select-wrap .select2-results__options {
    max-height: 260px;
    padding: 0.35rem 0;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.signup-country-select-wrap .select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.signup-country-select-wrap .select2-results__options::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.signup-country-select-wrap .select2-container--default .select2-results__option {
    padding: 0.7rem 0.875rem;
    font-size: 0.875rem;
    color: #334155;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.signup-country-select-wrap .select2-container--default .select2-results__option[aria-selected="true"] {
    background: #f0f7ff;
    color: #01305F;
    font-weight: 600;
}

.signup-country-select-wrap .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: linear-gradient(135deg, #01305F 0%, #0089BF 100%);
    color: #fff;
}

.signup-country-select-wrap .select2-container--default .select2-results__option--highlighted[aria-selected] .signup-country-fallback {
    color: rgba(255, 255, 255, 0.9);
}

.signup-country-select-wrap .select2-container--default .select2-search--dropdown {
    padding: 0.65rem 0.75rem 0.4rem;
    position: relative;
}

.signup-country-select-wrap .select2-container--default .select2-search--dropdown::before {
    content: '\F52A';
    font-family: 'bootstrap-icons';
    position: absolute;
    right: 1.35rem;
    top: 50%;
    transform: translateY(-30%);
    color: #94a3b8;
    font-size: 0.9rem;
    pointer-events: none;
    z-index: 1;
}

.signup-country-select-wrap .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.55rem 0.75rem 0.55rem 2.25rem !important;
    font-size: 0.875rem;
    text-align: start;
    color: #01305F;
    width: 100% !important;
}

.signup-country-select-wrap .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #94a3b8;
}

.signup-country-select-wrap .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #01305F;
    box-shadow: 0 0 0 3px rgba(1, 48, 95, 0.1);
    outline: none;
}

.signup-country-option {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: 100%;
    width: 100%;
}

.signup-country-option__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.signup-country-option__check {
    margin-inline-start: auto;
    font-size: 0.85rem;
    color: #0089BF;
    flex-shrink: 0;
}

.signup-country-select-wrap .select2-container--default .select2-results__option--highlighted[aria-selected] .signup-country-option__check {
    color: #fff;
}

.signup-country-flag {
    width: 24px;
    height: 17px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.1);
    flex-shrink: 0;
}

.signup-country-fallback {
    font-size: 1.05rem;
    color: #64748b;
    flex-shrink: 0;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .signup-country-select-wrap .select2-container--default .select2-results__option {
        padding: 0.8rem 0.875rem;
        min-height: 44px;
    }

    .signup-country-select-wrap .select2-results__options {
        max-height: 220px;
    }
}
