/* Signup Page Specific Styles */
.select2-container {
    width: 100% !important;
    margin-bottom: 1rem;
}

.select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding: 0;
    line-height: normal;
    font-size: 1rem;
    padding-right: 30px;
    text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    width: 30px;
    right: 5px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent;
    border-width: 0 5px 5px 5px;
}

.select2-dropdown {
    background: rgba(30, 30, 30, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #fff;
    padding: 8px;
}

.select2-container--default .select2-results__option {
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.9);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(111, 142, 232, 0.7);
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(111, 142, 232, 0.4);
    color: #fff;
}

/* Mobile Optimization */
@media (max-width: 991.98px) {
    .select2-container .select2-selection--single {
        height: 42px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px;
    }
}

@media (max-width: 575.98px) {
    .select2-container .select2-selection--single {
        padding: 0.7rem 0.9rem;
        margin-bottom: 0.75rem;
        height: 42px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 28px;
    }
}

/* 알림 텍스트 스타일 */
.notice-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.help-text {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.25rem;
}

.notice-text i, .help-text i {
    margin-right: 0.3rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Select2 스타일 커스터마이징 */
.select2-container .select2-selection--single {
    height: 38px;
    padding: 5px 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 0 5px;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
    text-align: left;
    padding-left: 4px;
    color: rgba(255, 255, 255, 0.9);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(111, 142, 232, 0.9);
    color: white;
}

.select2-dropdown {
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(111, 142, 232, 0.5);
    color: white;
}

.select2-results__option {
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.8);
}

.select2-search--dropdown {
    padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: white;
    padding: 6px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: rgba(111, 142, 232, 0.5);
} 