body {
    direction: rtl;
    background: #f0f2f5;
    font-family: "Vazirmatn", "IRANSans", "Tahoma", sans-serif;
}

h1, h2, h3, h5 {
    color: #333;
}

.card {
    border-radius: 12px;
    overflow: hidden;
}

.navbar-brand {
    font-weight: bold;
}

.btn {
    border-radius: 8px;
}

.table th, .table td {
    vertical-align: middle;
}

.alert {
    border-radius: 8px;
}

form input, form select {
    border-radius: 6px;
}

footer {
    margin-top: 50px;
    padding: 10px;
    text-align: center;
    color: #666;
}
.form-control {
 
    font-size: 10px;
}