
.progress-bar {
    transition: width 0.3s ease;
}

.password-strength {
    transition: all 0.3s ease;
}

.file-upload:hover {
    border-color: #3b82f6;
    background-color: #f8fafc;
}

.tab-label {
    position: relative;
}

.tab-label.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #3b82f6;
    border-radius: 50%;
}

input:focus, select:focus {
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
