body {
    font-family: 'Tajawal', sans-serif;
    background-color: #f8fafc;
}

/* Custom Scrollbar Styles */
.custom-scrollbar::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Professional Table Styles */
.pro-table {
    width: 100%;
    border-collapse: collapse;
}

.pro-table th {
    background-color: #064e3b;
    color: #ffffff;
    font-weight: 700;
    padding: 0.875rem 1rem;
    text-align: center;
    border: 1px solid #043d2e;
    white-space: nowrap;
}

.pro-table td {
    padding: 0.875rem 1rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.pro-table tr:hover td:not(.group-cell) {
    background-color: #f8fafc;
}

.pro-table tr.last-row-in-group td {
    border-bottom: 2.5px solid #cbd5e1 !important;
}
