.thead.sticky-top {
  top: var(--bs-sticky-margin-top)
}

.thead.sticky-top:before {
  content: '';
  background-color: var(--bs-body-bg);
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  height: 32px;
  z-index: -1;
}

td .icon {
  display: inline-block;
}

td .icon-ti-square-number-1 {
  color: var(--bs-primary);
}

td .icon-ti-square-number-2 {
  color: var(--bs-secondary-color);
}

.table-border-above .bg-border {
  z-index: 1;
}

.table-border-end-none .tbody tr:last-child td {
  border-bottom: none;
}