h2 {
    color: #2d2e82;
    margin-bottom: 10px;
    text-align:center
}

.table-container {
    overflow-x: auto;
    max-width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

th, td {
    padding: 5px 5px!important;
    border-bottom: 1px solid #ddd;
    text-align: center;
    direction: ltr!important;
}

th {
    background-color: #2d2e82;
    color: white;
}

tr:nth-child(even) {
    background-color: #2d2e8212;
}

tr:hover {
    background-color: #f1f1f1;
}



