body {
  background-color: #f7f7fb;
}

.sidebar {
  width: 260px;
  min-height: calc(100vh - 56px);
}

@media (min-width: 768px) {
  .sidebar {
    position: sticky;
    top: 0;
    height: calc(100vh - 56px);
    overflow-y: auto;
  }
}

.card-stat .display-6 {
  font-weight: 600;
}

.table-responsive {
  background: #fff;
}

.login-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4b3f72, #2b2440);
}

.login-card {
  width: 100%;
  max-width: 380px;
}
