.boots-table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}

.boots-table th,
.boots-table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}

.boots-table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}

.boots-table tbody + tbody {
border-top: 2px solid #dee2e6;
}

.boots-table-sm th,
.boots-table-sm td {
padding: 0.3rem;
}

.boots-table-bordered {
border: 1px solid #dee2e6;
}

.boots-table-bordered th,
.boots-table-bordered td {
border: 1px solid #dee2e6;
}

.boots-table-bordered thead th,
.boots-table-bordered thead td {
border-bottom-width: 2px;
}

.boots-table-borderless th,
.boots-table-borderless td,
.boots-table-borderless thead th,
.boots-table-borderless tbody + tbody {
border: 0;
}

.boots-table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}

.boots-table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}

.boots-table-primary,
.boots-table-primary > th,
.boots-table-primary > td {
background-color: #b8daff;
}

.boots-table-primary th,
.boots-table-primary td,
.boots-table-primary thead th,
.boots-table-primary tbody + tbody {
border-color: #7abaff;
}

.boots-table-hover .boots-table-primary:hover {
background-color: #9fcdff;
}

.boots-table-hover .boots-table-primary:hover > td,
.boots-table-hover .boots-table-primary:hover > th {
background-color: #9fcdff;
}

.boots-table-secondary,
.boots-table-secondary > th,
.boots-table-secondary > td {
background-color: #d6d8db;
}

.boots-table-secondary th,
.boots-table-secondary td,
.boots-table-secondary thead th,
.boots-table-secondary tbody + tbody {
border-color: #b3b7bb;
}

.boots-table-hover .boots-table-secondary:hover {
background-color: #c8cbcf;
}

.boots-table-hover .boots-table-secondary:hover > td,
.boots-table-hover .boots-table-secondary:hover > th {
background-color: #c8cbcf;
}

.boots-table-success,
.boots-table-success > th,
.boots-table-success > td {
background-color: #c3e6cb;
}

.boots-table-success th,
.boots-table-success td,
.boots-table-success thead th,
.boots-table-success tbody + tbody {
border-color: #8fd19e;
}

.boots-table-hover .boots-table-success:hover {
background-color: #b1dfbb;
}

.boots-table-hover .boots-table-success:hover > td,
.boots-table-hover .boots-table-success:hover > th {
background-color: #b1dfbb;
}

.boots-table-info,
.boots-table-info > th,
.boots-table-info > td {
background-color: #bee5eb;
}

.boots-table-info th,
.boots-table-info td,
.boots-table-info thead th,
.boots-table-info tbody + tbody {
border-color: #86cfda;
}

.boots-table-hover .boots-table-info:hover {
background-color: #abdde5;
}

.boots-table-hover .boots-table-info:hover > td,
.boots-table-hover .boots-table-info:hover > th {
background-color: #abdde5;
}

.boots-table-warning,
.boots-table-warning > th,
.boots-table-warning > td {
background-color: #ffeeba;
}

.boots-table-warning th,
.boots-table-warning td,
.boots-table-warning thead th,
.boots-table-warning tbody + tbody {
border-color: #ffdf7e;
}

.boots-table-hover .boots-table-warning:hover {
background-color: #ffe8a1;
}

.boots-table-hover .boots-table-warning:hover > td,
.boots-table-hover .boots-table-warning:hover > th {
background-color: #ffe8a1;
}

.boots-table-danger,
.boots-table-danger > th,
.boots-table-danger > td {
background-color: #f5c6cb;
}

.boots-table-danger th,
.boots-table-danger td,
.boots-table-danger thead th,
.boots-table-danger tbody + tbody {
border-color: #ed969e;
}

.boots-table-hover .boots-table-danger:hover {
background-color: #f1b0b7;
}

.boots-table-hover .boots-table-danger:hover > td,
.boots-table-hover .boots-table-danger:hover > th {
background-color: #f1b0b7;
}

.boots-table-light,
.boots-table-light > th,
.boots-table-light > td {
background-color: #fdfdfe;
}

.boots-table-light th,
.boots-table-light td,
.boots-table-light thead th,
.boots-table-light tbody + tbody {
border-color: #fbfcfc;
}

.boots-table-hover .boots-table-light:hover {
background-color: #ececf6;
}

.boots-table-hover .boots-table-light:hover > td,
.boots-table-hover .boots-table-light:hover > th {
background-color: #ececf6;
}

.boots-table-dark,
.boots-table-dark > th,
.boots-table-dark > td {
background-color: #c6c8ca;
}

.boots-table-dark th,
.boots-table-dark td,
.boots-table-dark thead th,
.boots-table-dark tbody + tbody {
border-color: #95999c;
}

.boots-table-hover .boots-table-dark:hover {
background-color: #b9bbbe;
}

.boots-table-hover .boots-table-dark:hover > td,
.boots-table-hover .boots-table-dark:hover > th {
background-color: #b9bbbe;
}

.boots-table-active,
.boots-table-active > th,
.boots-table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}

.boots-table-hover .boots-table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}

.boots-table-hover .boots-table-active:hover > td,
.boots-table-hover .boots-table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}

.boots-table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}

.boots-table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}

.boots-table-dark {
color: #fff;
background-color: #343a40;
}

.boots-table-dark th,
.boots-table-dark td,
.boots-table-dark thead th {
border-color: #454d55;
}

.boots-table-dark.boots-table-bordered {
border: 0;
}

.boots-table-dark.boots-table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}

.boots-table-dark.boots-table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
.boots-table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.boots-table-responsive-sm > .boots-table-bordered {
border: 0;
}
}

@media (max-width: 767.98px) {
.boots-table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.boots-table-responsive-md > .boots-table-bordered {
border: 0;
}
}

@media (max-width: 991.98px) {
.boots-table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.boots-table-responsive-lg > .boots-table-bordered {
border: 0;
}
}

@media (max-width: 1199.98px) {
.boots-table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.boots-table-responsive-xl > .boots-table-bordered {
border: 0;
}
}

.boots-table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.boots-table-responsive > .boots-table-bordered {
border: 0;
}

.boots-table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.boots-table-responsive > .boots-table-bordered {
border: 0;
}