body {
  min-height: 100vh;
}

#content-wrapper {
  min-height: 100vh;
}

#content {
  flex: 1 0 auto;
}

/* Align custom markup with SB Admin 2 card/table styling */
.card.shadow-sm {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  border: 1px solid #e3e6f0;
}

.card-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4e73df;
  margin-bottom: 0.75rem;
}

.table thead th {
  border-bottom: 2px solid #e3e6f0;
  color: #4e73df;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.table td,
.table th {
  vertical-align: middle;
}

.btn {
  font-weight: 600;
}

.btn-icon-split.btn-fixed-icon .icon {
  width: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-fixed-width {
  min-width: 140px;
}

#wrapper .sticky-footer {
  position: static;
  width: 100%;
}
