   
.container {
    
    /* background-color: #1a2456; */
    
border-radius: 12px;
   width: 80%;
    margin: auto;
    padding: 40px 20px;
    text-align: center;

    
    zoom: 0.9;
}

h2 {
    text-align: center;
    margin-bottom: 35px;
    color: #e63946;
}

table {
    width: 100%;
    border-collapse: collapse;
}
thead {
    background-color: #b30d14;
    color: #fff;
}

thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

tbody {
    display: block;
    max-height: 500px;
    overflow-y: auto;
}

th, td {
    padding: 8px;
    border-bottom: 1px solid #e3e0e075;
    text-align: left;
}


tr:hover {
    background-color: #4965bd47;
     color: #fff;
}

@media (max-width: 600px) {
    th, td {
        padding: 8px 10px;
    }
}


.pagination-container {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 25px;
}

.pagination button {
    padding: 6px 12px;
    margin: 0 3px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.pagination button.active {
    background: #ff4d4d;
    color: #fff;
    border-color: #ff4d4d;
}

.pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}




#pagination .ellipsis {
    padding: 6px 10px;
    color: #666;
}


#perPageSelect {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
}

/* When user clicks / selects */
#perPageSelect:focus,
#perPageSelect:active {
    border: 1px solid red;
    outline: none;
}


.index-col {
        width: 99px;
    max-width: 90px;
    min-width: 17px;
    
    white-space: nowrap;
}
