#new-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

#new-table table b {
    color: #021859;
}

#new-table th,
#new-table td {
    padding: 12px 15px;
    text-align: left;
    border-right: 1px solid #dddddd;
}

#new-table th {
    background-color: #007bff;
    color: #ffffff;
    font-weight: bold;
}

#new-table tr {
    border-bottom: 1px solid #dddddd;
}

#new-table tr:last-child {
    border-bottom: none;
}

#new-table tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

#new-table th:last-child,
#new-table td:last-child {
    border-right: none;
    text-align: center;
}

#new-table .fa-check {
    color: #28a745;
}

#new-table .fa-times {
    color: #dc3545;
}

#new-table .table-container {
    margin: 20px auto;
    max-width: 1200px;
}
