.lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.lift:focus, .lift:hover {
  box-shadow: 0 1rem 2.5rem rgba(18, 38, 63, 0.1), 0 0.5rem 1rem -0.75rem rgba(18, 38, 63, 0.1) !important;
  transform: translate3d(0, -3px, 0);
}

.table .sort::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23909090'/></svg>");
  margin-left: 0.25rem;
}

.dropdown-menu-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

.custom-control.active + .collapse {
  display: block;
}

.fullwidth-tabs {
  border-bottom: 0;
}
.fullwidth-tabs .nav-item {
  flex: 1;
  text-align: center;
}
.fullwidth-tabs .nav-item label {
  padding: 0.9rem 1rem;
  cursor: pointer;
  margin-bottom: 0;
}
.fullwidth-tabs .nav-link {
  border: 0;
  padding: 0.89rem 1rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.fullwidth-tabs .nav-link.active {
  color: var(--primary);
  background-color: white;
}

.dropdown-menu-top {
  top: auto;
  bottom: 100%;
}

.nav-sm .nav-link {
  font-size: 0.8725rem;
}

.card-table {
  margin-bottom: 0;
}
.card-table thead th {
  white-space: nowrap;
}
.card-table thead th:first-child {
  padding-left: 1.5rem !important;
}
.card-table thead th:last-child {
  padding-right: 1.5rem !important;
}
.card-table tbody td:first-child,
.card-table tbody th:first-child {
  padding-left: 1.5rem !important;
}
.card-table tbody td:last-child,
.card-table tbody th:last-child {
  padding-right: 1.5rem !important;
}

.table thead th {
  background-color: rgba(0, 0, 0, 0.03);
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gray-600);
  border-bottom-width: 1px;
}

.table-sm th,
.table-sm td {
  padding: 1rem;
  font-size: 0.8125rem;
}
.table-sm thead th {
  font-size: 0.7rem;
}

.dropdown-ellipses {
  color: var(--gray-600);
}

.progress-sm {
  height: 4px;
}

.nav-tabs-sm {
  font-size: 0.8125rem;
}

.nav-tabs .nav-link {
  color: var(--gray-700);
}
.nav-tabs .nav-link:hover {
  color: var(--gray-900);
}

.card-header-tabs {
  margin-bottom: 0;
}
.card-header-tabs .nav-link {
  padding-top: 1.15385rem;
  padding-bottom: 1.15385rem;
}

.badge-soft-success {
  color: #5b9f60;
  background-color: #eff6ef;
}

.badge-soft-primary {
  color: #00ab96;
  background-color: #78ffee;
}

.badge-soft-secondary {
  color: #868686;
  background-color: #ececec;
}

.badge-soft-info {
  color: #77c6d7;
  background-color: white;
}

.badge-soft-warning {
  color: #815504;
  background-color: #fcd388;
}

.badge-soft-danger {
  color: #ce1617;
  background-color: #fce2e2;
}

.badge-soft-light {
  color: #bdbdbd;
  background-color: white;
}

.badge-soft-dark {
  color: #222222;
  background-color: #c3c3c3;
}

.badge-lg {
  font-size: 100%;
}
