.group-end {
    border-bottom: 2px solid white !important;
}

.group-header-vertical {
    vertical-align: middle;
    width: 15px;
    padding: 0;
}

.group-header-vertical .vertical-text {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center;
    transform-origin: center;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 200;
}

.feature-name-th {
    border-top-left-radius: 10px !important;
    vertical-align: middle;
    background-color: rgb(4 5 4) !important;
    color: white !important;
}

.e-antipro {
    width: 10px;
    vertical-align: top;
    background-color: rgb(237 29 35) !important;
    color: white;
    word-wrap: break-word;
}

.e-intsec {
    width: 10px;
    vertical-align: top;
    background-color: rgb(254 202 10) !important;
    word-wrap: break-word;
}

.e-totsec {
    width: 10px;
    vertical-align: top;
    background-color: rgb(0 139 67) !important;
    word-wrap: break-word;
    color: white;
}

.e-totsec-pre {
    width: 10px;
    vertical-align: top;
    background-color: rgb(0 88 36) !important;
    color: white;
    word-wrap: break-word;
}

.e-zsec {
    width: 10px;
    vertical-align: top;
    background-color: rgb(35 31 32) !important;
    color: white;
    word-wrap: break-word;
}

.e-zplu-sec {
    width: 10px;
    vertical-align: top;
    background-color: rgb(199 200 202) !important;
    border-right: 1px solid #ccc !important;
    word-wrap: break-word;
}

.right-border {
    border-right: 1px solid #ccc !important;
}

.border-column {
    border-left: 1px solid #ccc !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

.table tbody tr:nth-child(even) {
    background-color: #f5f4f4;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: white;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}