.main-table td:nth-child(1),
.main-table td:nth-child(3),
.main-table td:nth-child(5),
.main-table th:nth-child(1),
.main-table th:nth-child(3),
.main-table th:nth-child(5) {
    background-color: #dbe2ee;
}

.main-table-half td:nth-child(3),
.main-table-half td:nth-child(4),
.main-table-half td:nth-child(5),
.main-table-half td:nth-child(9),
.main-table-half td:nth-child(10),
.main-table-half td:nth-child(11),
.main-table-half th:nth-child(3),
.main-table-half th:nth-child(4),
.main-table-half th:nth-child(5),
.main-table-half th:nth-child(9),
.main-table-half th:nth-child(10),
.main-table-half th:nth-child(11) {
    background-color: #dbe2ee;
}

.main-table tbody tr:hover {
    background-color: #e9f0f6;
}

.main-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed;
}

.main-table th,
.main-table td {
    border: 2px solid black;
    padding: 16px 0px;
    color: black;
    width: 9.09%;
    word-wrap: break-word;
    text-align: center;
}

.main-table th {
    font-weight: 500;
}

th,
td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.fw-bold-900 {
    font-weight: 900 !important;
}
