/* User Form Styling */
.toggle-password {
    cursor: pointer;
    user-select: none;
}

.toggle-password:hover {
    background-color: #f0f0f0;
}

#passwordStrength,
#passwordMatch {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.password-weak {
    color: #dc3545;
}

.password-medium {
    color: #ffc107;
}

.password-strong {
    color: #28a745;
}

.match-no {
    color: #dc3545;
}

.match-yes {
    color: #28a745;
}

#imagePreview {
    margin-top: 1rem;
}

#imagePreview img {
    max-width: 150px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 5px;
}

.form-label .text-danger {
    font-weight: bold;
}



.btn-group .btn {
    padding: 0.375rem 0.75rem;
}