/**
 * General styles for the application
 */

body {
    font-family: "Vazirmatn", sans-serif;
    direction: rtl;
}

.form-label.small {
    font-size: 0.875rem;
}

.btn-sm {
    font-size: 0.875rem;
}

.card.form-container {
    border: 1px solid #444;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Navbar active link */
.nav-link.active {
    font-weight: 500;
}

/* Navbar scroll effect */
.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Hide original file inputs when using voice recorder */
.voice-recorder-input {
    display: none;
}