html, body, #root {
  min-height: 100%;
}

body {
  background-color: #f4f6f9;
}

.catms-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.app-content {
  flex: 1 0 auto;
}

.app-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.overdue-text {
  color: #dc3545;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}
