﻿.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
table {
    min-width: 100px;
    border-collapse: separate;
    border-spacing: 0px;
}
.table > thead {
    vertical-align: bottom;
}
table thead {
    position: sticky !important;
    top: 0px !important;
    color: rgb(241, 245, 179);
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    outline: 0.7px solid #555;
    border: 1.5px solid #555;
    z-index: 99999 !important;
    letter-spacing: .5px;
    color: black;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
*, *::before, *::after {
    box-sizing: border-box;
}   