/* 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;
}

/* Premium Dashboard Additions */

.glass-card {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.12);
}

.custom-table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}

.custom-table tr td {
  background: white;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  padding: 1.1rem 1rem;
}

.custom-table tr td:first-child {
  border-left: 1px solid #f1f5f9;
  border-radius: 12px 0 0 12px;
}

.custom-table tr td:last-child {
  border-right: 1px solid #f1f5f9;
  border-radius: 0 12px 12px 0;
}

/* Hover effects */
.custom-table tbody tr {
  transition: transform 0.2s, box-shadow 0.2s;
}

.custom-table tbody tr:hover {
  transform: scale(1.005);
}

.custom-table tbody tr:hover td {
  background-color: #f8fafc !important;
  border-color: #cbd5e1;
}

/* Scrollbar customizations */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Offcanvas custom drawer styles */
.offcanvas-body {
  scrollbar-gutter: stable;
}

.detail-card {
  transition: all 0.2s ease;
}

.detail-card:hover {
  border-color: #94a3b8 !important;
}

.break-word {
  word-break: break-all;
  word-wrap: break-word;
}
