/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.gradient-card {
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(31, 64, 104, 0.95), rgba(66, 128, 200, 0.85));
  color: #fff;
}

.gradient-card--primary {
  background: linear-gradient(135deg, #0d6efd, #3a8ef6);
}

.gradient-card--secondary {
  background: linear-gradient(135deg, #6610f2, #6f42c1);
}

.gradient-card--success {
  background: linear-gradient(135deg, #198754, #28a745);
}

.gradient-card--warning {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  color: #212529;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #21426b 0%, #1e88e5 100%);
}

.table-row-hover:hover {
  background-color: rgba(13, 110, 253, 0.08);
  transition: background-color 0.2s ease-in-out;
}

.bg-soft-primary {
  background-color: rgba(13, 110, 253, 0.12) !important;
}

.bg-soft-secondary {
  background-color: rgba(108, 117, 125, 0.12) !important;
}

.text-primary-emphasis {
  color: #0d6efd !important;
}

.text-secondary-emphasis {
  color: #495057 !important;
}

.bg-soft-success {
  background-color: rgba(25, 135, 84, 0.12) !important;
}

.bg-soft-danger {
  background-color: rgba(220, 53, 69, 0.12) !important;
}

.text-success-emphasis {
  color: #0f5132 !important;
}

.text-danger-emphasis {
  color: #842029 !important;
}

.finance-client .btn-group .btn {
  min-width: 120px;
}

.finance-client .card {
  border-radius: 1rem;
}

.finance-client .table td,
.finance-client .table th {
  vertical-align: middle;
}

.finance-client .table tbody tr:hover {
  background-color: rgba(13, 110, 253, 0.05);
}

.dashboard-chart {
  position: relative;
  height: 280px;
}

.dashboard-chart canvas {
  width: 100% !important;
  height: 100% !important;
}

.finance-reports .reports-logo,
.finance-pending .pending-logo {
  max-height: 64px;
  width: auto;
}

@media (max-width: 575.98px) {
  .finance-reports .reports-logo,
  .finance-pending .pending-logo {
    max-height: 48px;
  }
}

.card-elevated {
  border-radius: 1.5rem;
  border: 1px solid rgba(33, 66, 107, 0.08);
  background-color: #ffffff;
  box-shadow: 0 1.5rem 3.5rem -2.5rem rgba(33, 66, 107, 0.4);
}

.card-elevated .card-header {
  border-bottom: 0;
  background-color: transparent;
  padding-bottom: 0.25rem;
}

.card-elevated .card-header + .card-body {
  padding-top: 0.5rem;
}

.highlight-tile {
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 1.25rem 2.5rem -2rem rgba(9, 30, 66, 0.5);
  backdrop-filter: blur(6px);
}

.form-field-box {
  border-radius: 1rem;
  border: 1px solid rgba(33, 66, 107, 0.12);
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.25rem;
  box-shadow: 0 1.25rem 2.5rem -2rem rgba(33, 66, 107, 0.35);
}

.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  background-color: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  padding: 0.45rem 1.1rem;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 1rem 2rem -1.5rem rgba(13, 110, 253, 0.6);
}

@media (max-width: 991.98px) {
  .highlight-tile {
    width: 100%;
    justify-content: flex-start !important;
  }
}
