/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
:root,
[data-bs-theme='light'] {
  --falcon-primary: #00d27a;
  --falcon-primary-rgb: 0, 210, 122;
  /* grays */
  --falcon-gray-100: #f9fafd;
  --falcon-gray-100-rgb: 249, 250, 253;
}
[data-bs-theme='dark'] {
  --falcon-primary: #e63757;
  --falcon-primary-rgb: 230, 55, 87;

  .card {
    --falcon-card-bg: #00d27a;
  }
}

.navbar-brand {
  font-weight: 200;
}

/* Custom card header styling */
.card-header {
  font-size: 20px;
}

/* Reduce navbar vertical spacing by 20% */
.navbar-vertical-label-wrapper {
  margin-top: 0.8rem !important;
  margin-bottom: 0.4rem !important;
}

.navbar-vertical .nav-link {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
