:root {
  --color-scheme: #64C5B1;
}
.remove {
  position: absolute;
  top: 0;
  right: 3px;
  padding: 11px;
  cursor: pointer;
  font-size: 18px;
  color: #9c9c9c;
}

.app-sidebar {
  font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.app-content-header::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 120px;
  z-index: -1;
  background: var(--color-scheme);
  content: '';
  border-radius: 0px;
  left: 0;
}
.app-content-header, .breadcrumb-item.active, .breadcrumb-item a {
  color: white;
}

.app-main .app-content-header {
  padding: 1.5rem 1rem 1rem 1rem;
}

.app-content-header h3 {
  font-weight: 700;
}

i.nav-icon {
  color: var(--color-scheme);
}

i.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  max-width: 1.5rem;
  margin-right: 5px;
}

.app-footer {
  background: var(--color-scheme);
  color: white;
}
.welcome-card-img {
  max-width: 100%;
}
.ml-20 {
  margin-left: 20px;
}
.welcome-card-header {
    font-size: 24px;
}
.category-group .row:hover {
  background-color: #f8f9fa; /* subtle hover effect */
}

.available.text-danger {
  color: #dc3545 !important; /* override Bootstrap danger color for overspending */
}
.category-group .bg-light:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.assigned-input:focus {
  outline: none;
  border-bottom: 1px solid #666; /* subtle edit line */
}