.dashboard {
  min-height: 100vh;
  background: linear-gradient(180deg, #f8f9fa 0%, #eef2f6 100%);
}

.dashboard-topbar {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
}

.dashboard-layout {
  min-height: calc(100vh - 70px);
}

.dashboard-layout > .row {
  min-height: calc(100vh - 70px);
}

.dashboard-sidebar {
  min-height: calc(100vh - 70px);
  background-color: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.dashboard-sidebar .list-group-item {
  border: 0;
  border-radius: 0.5rem;
  margin-bottom: 0.35rem;
  color: #1f2933;
}

.dashboard-sidebar .list-group-item.active {
  background-color: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  font-weight: 600;
}

.dashboard .page-title {
  font-weight: 600;
  letter-spacing: 0.2px;
}

.dashboard .card {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 1.5rem rgba(20, 30, 50, 0.08);
}

.dashboard .card-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 600;
}

.dashboard .quick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: rgba(13, 110, 253, 0.05);
}

.dashboard .quick-link + .quick-link {
  margin-top: 0.75rem;
}

body {
  background-color: #f5f5f5;
}

.auth-page {
  min-height: 100vh;
  display: flex;
}

.auth-page .form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.auth-page .form-signin .form-floating:focus-within {
  z-index: 2;
}

.auth-page .form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.auth-page .form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

html,
body {
  height: 100%;
}

body {
  align-items: center;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*# sourceMappingURL=app.css.map */
