.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.login-box {
  width: 360px;
}

.login-logo {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.dropdown-item.active,
.dropdown-item:active,
.btn[data-bs-theme-value].active {
  background-color: var(--bs-primary);
  color: #fff;
}

.dropdown-item.active .opacity-50,
.dropdown-item:active .opacity-50,
.btn[data-bs-theme-value].active .opacity-50 {
  opacity: 1 !important;
}

.login-card-body {
  padding: 1.5rem;
}

.brand-link {
  display: block;
  padding: 0.8125rem 1rem;
  text-decoration: none;
  color: inherit;
}

.brand-text {
  font-size: 1.1rem;
}

.nav-user-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-secondary-bg);
  color: var(--bs-secondary-color);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  object-fit: cover;
}

.user-menu .user-image,
.user-menu #nav-user-menu-image {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.user-header > img,
.user-header #nav-user-dropdown-image {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 0.625rem;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.user-header .nav-user-initials-lg {
  width: 90px;
  height: 90px;
  margin: 0 auto 0.625rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.5rem;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.user-menu .user-footer .btn {
  min-width: 5.5rem;
}

.sidebar-section-header {
  padding: 1rem 1rem 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  list-style: none;
  pointer-events: none;
  user-select: none;
}

.sidebar-section-header:first-of-type {
  margin-top: 0.25rem;
}

.app-sidebar-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
}

.app-sidebar-toggle .bi {
  font-size: 1.35rem;
  line-height: 1;
}

.app-header-finish {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#btn-finish-all {
  min-width: 11rem;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  #btn-finish-all {
    min-width: 0;
  }
}

.home-reports-table tfoot td {
  border-top: 2px solid var(--bs-border-color);
}

.card-header > .card-tools {
  margin-right: 0;
}

.nav-pills .nav-link {
  color: var(--bs-body-color);
}

#btn-resend-verification {
  font-size: 0.9rem;
}

#profile-avatar,
#profile-avatar-placeholder {
  object-fit: cover;
}

.project-icon-cell {
  width: 2.5rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
}

.project-color-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color-translucent);
  vertical-align: middle;
}

.project-color-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
}
