body {
    font-family: 'Vazirmatn', sans-serif;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-right: 0;
}

.pagination li {
    margin: 0 4px;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}

.pagination .active span {
    background-color: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.pagination a:hover {
    background-color: #f3f4f6;
}

/* استایل خطاها */
.error-input {
    border-color: #ef4444 !important;
}

.error-message {
    color: #ef4444;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

/* استایل تب‌ها */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-button.active {
    background-color: white;
    color: #3b82f6;
}

.tab-button.inactive {
    background-color: #f3f4f6;
    color: #6b7280;
}
