/* .table-bordered-groups tbody td:nth-child(2),
.table-bordered-groups tbody td:nth-child(10),
.table-bordered-groups tbody td:nth-child(12),
.table-bordered-groups tbody td:nth-child(14) {
    border-left: 2px solid #dee2e6;
}

.table-bordered-groups thead tr:nth-child(1) th:nth-child(2),
.table-bordered-groups thead tr:nth-child(1) th:nth-child(3),
.table-bordered-groups thead tr:nth-child(1) th:nth-child(4),
.table-bordered-groups thead tr:nth-child(1) th:nth-child(5),
.table-bordered-groups thead tr:nth-child(2) td:nth-child(2),
.table-bordered-groups thead tr:nth-child(2) td:nth-child(10),
.table-bordered-groups thead tr:nth-child(2) td:nth-child(12),
.table-bordered-groups thead tr:nth-child(2) td:nth-child(14) {
    border-left: 2px solid #dee2e6;
}

.col-md-3 label {
    display: block;
    margin-bottom: 0.25rem;
}

.col-md-3 input,
.col-md-3 select {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
 */
