﻿h2 {
    position: relative;
    padding-bottom: 12px;
}

h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 135px;
    height: 2px;
    background-color: var(--secondary);
}
tbody, td, tfoot, th, thead, tr {
    border-style: solid;
    border-width: 1px;
    padding: 4px 8px;
    border-color: var(--gray-15);
}
.form-check {
    padding-left: 0 !important;
    font-size: 14px!important;
}
