@font-face {
    font-family: vazir;
    src: url("../fonts/Vazirmatn-Regular.woff2");
}

body {
    font-family: 'vazir', sans-serif; /* استفاده از فونت وزیر */
    background-color: #f8f9fa; /* پس‌زمینه روشن */
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
}

.auth-card {
    max-width: 450px;
    margin: 50px auto;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.auth-card .card-header {
    background-color: #6c757d; /* هدر تیره */
    color: white;
    text-align: center;
    font-size: 1.25rem;
    border-bottom: none;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 1rem 1.25rem;
}

.auth-card .card-body {
    padding: 2rem;
}

.form-control:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.alert-container {
    margin-bottom: 1rem;
}

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.table {
    margin-bottom: 0;
}
.thead-custom {
    background-color: #e9ecef;
}
.status-badge {
    font-size: 0.8em;
    padding: 0.4em 0.7em;
}
.action-link {
    text-decoration: none;
}
.action-link:hover {
    text-decoration: underline;
}
.section-title {
    margin-bottom: 1.5rem;
    font-weight: 500;
    color: #343a40;
}
.page-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem;
}
