.bsc-red {
  background-color: #a52742;
}

#simple-apps-logo-brand {
  height: 1.1rem;
  width: auto;
  position: relative;
  bottom: 2px;
}

#simple-apps-logo-footer {
  height: 1.5rem;
  width: auto;
}

#brand-by {
  color: white;
  font-weight: 300;
  font-size: 0.9rem;
  margin-right: 0.1rem;
}

.navbar-brand:hover {
  text-decoration: none;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  background: whitesmoke;
  font-size: 0.9rem;
  line-height: 0.7rem;
}

#page-container {
  position: relative;
}

#content-wrapper {
  min-height: calc(100vh - 5rem);
}

.dashboard-link {
  text-align: center;
  border-radius: 0.8rem;
  padding: 3rem 2rem;
  margin: 0 1.5rem 1.5rem 1.5rem;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
  transition: transform 0.4s;
  background-color: white;
}

.dashboard-link,
.dashboard-link:hover {
  color: black;
  text-decoration: none;
}

.dashboard-link:hover {
  cursor: pointer;
  transform: scale(101%);
  box-shadow:
    rgba(60, 64, 67, 0.3) 0 2px 4px 0,
    rgba(60, 64, 67, 0.15) 0 4px 12px 4px;
}

.dashboard-link:active,
.dashboard-link:focus {
  box-shadow:
    inset rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    inset rgba(60, 64, 67, 0.15) 0 2px 6px 2px,
    rgba(0, 0, 0, 0.23) 0 3px 3px;
}

.bg-level-0 {
  background-color: #f6e6ff;
}

.bg-level-1 {
  background-color: #9ac2ff;
}

.bg-level-2 {
  background-color: #e5fdff;
}

.bg-level-3 {
  background-color: #ffccbc;
}

.bg-level-4 {
  background-color: #e9d6c5 !important;
}

.bg-level-5 {
  background-color: var(--bs-bsc-success-lighter) !important;
}
