select#cr_currency_salary,
select#native_language,
select#sale_id {
    cursor: pointer;
    background: url(/images/select.svg?bf3cd8b…) #e8f0fe no-repeat 97% !important;
}

#current-location,
#current-sale,
#native_language {
    cursor: pointer;
    background: url(/images/select.svg?bf3cd8b…) #e8f0fe no-repeat 97% !important;
    border: 1px solid #cdccd2;
    border-radius: 8px !important;
    color: #000;
    font-size: 15px !important;
    height: 50px;
    margin-top: 0;
    opacity: 1;
    overflow: hidden;
    padding: 12px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#current-location:focus,
#native_language:focus,
#current-sale:focus {
    box-shadow: none;
}

#current-location:hover,
#native_language:hover,
#current-sale:hover {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    border-radius: 8px;
}

.show-pass {
    position: absolute !important;
    right: 30px;
    top: 55%;
    cursor: pointer;
}

.show-pass.active .hide-pass {
    width: 25px;
    height: 1px;
    background: black;
    position: absolute !important;
    top: 13px !important;
    left: 0px;
    transform: rotate(-45deg);
}

.policy-checkbox {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 6px;
    cursor: pointer;
    appearance: none;
    background-color: #e8f0fe;
    position: relative;
    transition: background-color 0.2s ease;
    border: none;
}

.policy-checkbox:hover {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}


.policy-checkbox:checked {
    background-color: #00a5ef; /* or your blue */
}

.policy-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.error-span {
    line-height: unset !important;
    margin-left: 0px !important;
}

.sign-up-form .form-group .input-control, #phone_1, #phone_2:-webkit-autofill {
    background-color: #e8f0fe !important;
    -webkit-box-shadow: 0 0 0px 1000px #e8f0fe inset !important;
    box-shadow: 0 0 0px 1000px #e8f0fe inset !important;
    color: #000 !important;
    transition: background-color 5000s ease-in-out 0s; /* chống nhấp nháy */
}

.sign-up-form .form-group .input-control:-webkit-autofill:hover {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25),
        0 0 0px 1000px #e8f0fe inset !important;
}

.sign-up-form .main-form .error {
    font-size: 13px !important;
    letter-spacing: -0.5px;
}

.signup-link-btn {
    text-decoration: none !important;
    color: #006db7 !important;
    font-weight: 600 !important;
}

.input-control:hover {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25) !important;
    cursor: pointer;
}

.social-login-container {
    width: 100%;
    padding: 1rem;
    background-color: #f7f8fb;
    border-radius: 8px;
}

/* Flex container for buttons */
.social-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

/* Social
    /* Divider line */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 2rem 0 1.5rem;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #E5E7EB;
}

.divider-text {
    padding: 0 1rem;
    color: #6B7280;
    font-size: 0.875rem;
}

/* Sign-up text */
.signup-text {
    font-size: 0.875rem;
    color: #6B7280;
}

.signup-link-btn {
    color: #374151;
    font-weight: 600;
    text-decoration: none;
}

.signup-link-btn:hover {
    text-decoration: underline;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
    .social-buttons {
        flex-direction: column;
        align-items: center;
    }

    .social-btn {
        max-width: 100%;
    }

    .form-group {
        width: 100%;
    }

    .btn-page {
        width: 100%;
    }

    .nav-tabs {
        background: none !important;
        box-shadow: none !important;
    }
}