body {
  background-color: #076b0cff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
}

/* Override for headers inside cards and white backgrounds */
.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
  color: #212529;
}

.svg-icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  display: none !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.nav-link {
  color: rgba(255, 255, 255, 0.55) !important;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-link.active {
  color: white !important;
}

.bi {
  fill: currentColor;
}

/* Dashboard specific styles */
.stat-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.stat-icon {
  font-size: 3rem;
  opacity: 0.2;
  position: absolute;
  right: 20px;
  top: 20px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

.stat-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.bg-draft {
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
  color: white;
}

.bg-submitted {
  background: linear-gradient(135deg, #0dcaf0 0%, #0891b2 100%);
  color: white;
}

.bg-authorized {
  background: linear-gradient(135deg, #198754 0%, #146c43 100%);
  color: white;
}

.bg-signed {
  background: linear-gradient(135deg, #0dcaf0 0%, #17a2b8 100%);
  color: white;
}

.bg-revoked {
  background: linear-gradient(135deg, #dc3545 0%, #bb2d3b 100%);
  color: white;
}

.bg-expiring {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: white;
}

.request-table {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}

.badge-status {
  padding: 0.5em 1em;
  font-size: 0.75rem;
}

.inbox-icon {
  font-size: 2rem;
}

/* Blended Product Detail */
.product-logo {
  max-height: 150px;
}

/* Blended Product List */
.blend-logo {
  max-height: 120px;
  max-width: 100%;
}

.blend-description {
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Create/Edit Blended Product */
.edit-logo {
  max-height: 100px;
  max-width: 200px;
}

/* Manage Blend Statements */
.blend-ai-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.blend-statements-header {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}

.blend-statements-body {
  max-height: 800px;
  overflow-y: auto;
}

.blend-selected-card {
  top: 20px;
}

.blend-selected-header {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white;
}

.blend-selected-body {
  max-height: 600px;
  overflow-y: auto;
}
