/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ============================================================ */
/* MAT LOGISTICS DASHBOARD - PROFESSIONAL LIGHT THEME */
/* Generated: 12/16/2025 */
/* Professional color scheme with light background */
/* ============================================================ */
/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #111827;
  background-color: #f9fafb;
}

/* Grid Layout Utilities */
.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-6 {
  gap: 1.5rem;
}

/* Responsive Grid Classes */
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Card Enhancements */
.card-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Line Clamp Utility */
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

/* Additional Utilities */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.min-w-0 {
  min-width: 0px;
}

/* Color Utilities */
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-background {
  --tw-gradient-from: hsl(var(--background));
  --tw-gradient-to: hsl(var(--background) / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-muted\/20 {
  --tw-gradient-to: hsl(var(--muted) / 0.2);
}

/* App Layout */
.app-container {
  min-height: 100vh;
  background-color: #f9fafb;
  color: #111827;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-content {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
}

/* Top Navigation */
.top-nav {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
}

.top-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(59, 130, 246, 0.5) 50%, transparent 100%);
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.brand-icon {
  height: 2rem;
  width: 2rem;
  border-radius: 0.5rem;
  background-color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.brand-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
}

.brand-subtitle {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
}

.nav-menu {
  display: none;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  margin-left: 2rem;
}

@media (min-width: 768px) {
  .nav-menu {
    display: flex;
  }
}
.nav-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.4rem 0.8rem;
  transition: all 0.2s;
  font-weight: 500;
  white-space: nowrap;
  color: #4b5563;
  text-decoration: none;
}

.nav-item:hover {
  background-color: #f3f4f6;
  color: #111827;
}

.nav-item.active {
  background-color: #2563eb;
  color: white;
}

.nav-item.active:hover {
  background-color: #1d4ed8;
}

.nav-icon {
  height: 1rem;
  width: 1rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.search-container {
  display: none;
}

@media (min-width: 1024px) {
  .search-container {
    display: block;
  }
}
.search-button {
  width: 18rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  background-color: #f3f4f6;
  color: #4b5563;
  border: 0;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s;
  cursor: pointer;
}

.search-button:hover {
  background-color: #e5e7eb;
}

.search-icon {
  height: 1rem;
  width: 1rem;
}

.search-text {
  font-size: 0.875rem;
}

.search-kbd {
  margin-left: auto;
  pointer-events: none;
  display: inline-flex;
  height: 1.25rem;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  background-color: #e5e7eb;
  padding: 0 0.375rem;
  font-family: monospace;
  font-size: 0.75rem;
  color: #4b5563;
}

.notifications-button {
  position: relative;
  color: #4b5563;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  border: none;
  background: transparent;
  cursor: pointer;
}

.notifications-button:hover {
  background-color: #f3f4f6;
}

.notifications-icon {
  height: 1.25rem;
  width: 1.25rem;
  color: #2563eb;
}

.notification-badge {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  background-color: #ef4444;
  color: white;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.user-menu {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #4b5563;
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  background: transparent;
}

.user-menu:hover {
  background-color: #f3f4f6;
}

.user-avatar {
  position: relative;
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  background-color: #2563eb;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.user-info {
  text-align: left;
  display: none;
}

@media (min-width: 1280px) {
  .user-info {
    display: block;
  }
}
.user-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.user-role {
  font-size: 0.75rem;
  color: #6b7280;
}

.user-chevron {
  height: 1rem;
  width: 1rem;
}

/* Dashboard Components */
.dashboard-home {
  margin-top: 0;
  margin-bottom: 0;
}

.dashboard-home > * + * {
  margin-top: 1.5rem;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.25rem;
}

.page-subtitle {
  color: #4b5563;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stat-card {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: all 0.2s;
}

.stat-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.stat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.stat-label {
  font-size: 0.875rem;
  color: #6b7280;
}

.stat-value {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.25rem;
}

.stat-change {
  font-size: 0.875rem;
}

.stat-change.positive {
  color: #059669;
}

.stat-change.negative {
  color: #dc2626;
}

.stat-change.neutral {
  color: #6b7280;
}

/* Cards */
.card {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

.card-link {
  color: #2563eb;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.card-link:hover {
  color: #1d4ed8;
}

/* Request List */
.request-list {
  margin-top: 0;
  margin-bottom: 0;
}

.request-list > * + * {
  margin-top: 0.75rem;
}

.request-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: background-color 0.2s;
}

.request-item:hover {
  background-color: #f3f4f6;
}

.request-id {
  font-family: monospace;
  font-weight: 500;
  color: #2563eb;
}

.request-name {
  font-weight: 500;
  color: #111827;
  flex: 1;
}

.request-details {
  font-size: 0.875rem;
  color: #4b5563;
}

/* Status Badges */
.status-badge {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 9999px;
  display: inline-block;
}

/* ================================ */
/* Professional Table Styles        */
/* ================================ */
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #ffffff;
  border: 1px solid #e5e7eb; /* gray-200 */
  border-radius: 0.75rem; /* rounded-lg */
  overflow: hidden;
}

.table-header {
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  box-shadow: inset 0 -1px 0 #e5e7eb;
  z-index: 1;
}

.th {
  text-align: left;
  font-size: 0.75rem; /* text-xs */
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6b7280; /* gray-600 */
  padding: 0.75rem 1rem; /* p-3 px-4 */
}

.tr {
  border-top: 1px solid #f1f5f9; /* slate-100 */
}

.td {
  padding: 0.875rem 1rem; /* p-3.5 px-4 */
  color: #111827; /* gray-900 */
}

.td-muted {
  color: #6b7280; /* gray-600 */
}

.row-hover:hover {
  background-color: #f8fafc;
}

.sortable {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}

.sortable .caret {
  width: 12px;
  height: 12px;
  opacity: 0.4;
}

/* ================================ */
/* Professional Card Design System  */
/* ================================ */
/* Grid wrapper for cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem; /* ~gap-5 */
  padding: 1rem; /* ~p-4 */
}

@media (min-width: 640px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Card base refinement */
.card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb; /* gray-200 */
  border-radius: 0.75rem; /* rounded-lg */
  padding: 1.25rem; /* p-5 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.card-hover {
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.card-hover:hover {
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
  transform: translateY(-2px);
  border-color: #d1d5db; /* gray-300 */
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.request-id {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75rem;
  color: #6b7280; /* gray-500 */
}

.card-title {
  font-size: 1rem; /* text-lg */
  font-weight: 600;
  color: #111827; /* gray-900 */
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.card-meta {
  display: grid;
  row-gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.card-meta .label {
  color: #6b7280; /* gray-600 */
}

.card-meta .value {
  color: #111827; /* gray-900 */
  font-weight: 500;
}

.card-divider {
  border-top: 1px solid #e5e7eb; /* gray-200 */
  margin: 0.75rem 0 1rem;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mat-count-title {
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280; /* gray-600 */
}

.mat-count-value {
  font-size: 1.25rem; /* reduced for cleaner balance */
  font-weight: 700;
  color: #2563eb; /* blue-600 */
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.btn-primary {
  background-color: #2563eb; /* blue-600 */
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #1d4ed8; /* blue-700 */
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.btn-danger {
  background-color: #dc2626; /* red-600 */
  color: #ffffff;
}

.btn-danger:hover {
  background-color: #b91c1c; /* red-700 */
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.25);
}

.btn-secondary {
  background-color: #d97706; /* amber-600 */
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #b45309; /* amber-700 */
  box-shadow: 0 8px 20px rgba(217, 119, 6, 0.25);
}

/* Outline button (used for Filters) */
.btn-outline {
  background-color: #ffffff;
  color: #374151; /* gray-700 */
  border-color: #e5e7eb; /* gray-200 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.btn-outline:hover {
  background-color: #f3f6fb; /* subtle blue-tinted hover */
  color: #1f2937; /* gray-800 */
  border-color: #cbd5e1; /* gray-300 */
}

.btn-outline:focus-visible {
  outline: none;
  border-color: #2563eb; /* blue-600 */
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.btn-with-icon {
  gap: 0.5rem;
}

.btn-icon {
  width: 16px;
  height: 16px;
  color: currentColor;
}

/* ================================ */
/* Segmented Toggle (Grid/Table)    */
/* ================================ */
.segmented-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid #e5e7eb; /* gray-200 */
  border-radius: 0.75rem; /* rounded-lg */
  background-color: #f8fafc; /* bg-muted */
  padding: 0.25rem; /* p-1 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2rem; /* h-8 */
  padding: 0 0.75rem; /* px-3 */
  font-size: 0.875rem; /* text-sm */
  font-weight: 500;
  color: #6b7280; /* text-muted-foreground */
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem; /* rounded-md */
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.toggle-btn:hover {
  color: #111827; /* text-foreground */
  background-color: #eef2f7; /* subtle hover */
}

.toggle-btn.active {
  background-color: #febd69;
  color: #ffffff;
  border-color: #febd69;
  box-shadow: 0 2px 4px rgba(254, 189, 105, 0.3);
  font-weight: 500;
}

.toggle-btn:focus-visible {
  outline: none;
  border-color: #2563eb; /* blue-600 */
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.toggle-icon {
  width: 16px;
  height: 16px;
  color: currentColor;
}

/* ================================ */
/* Popover styles (Filters)         */
/* ================================ */
.filter-popover {
  position: absolute;
  top: 110%;
  right: 0;
  z-index: 50;
  min-width: 20rem; /* w-80 */
}

.popover-content {
  background-color: #ffffff; /* bg-popover */
  color: #111827; /* text-popover-foreground */
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem; /* rounded-md */
  padding: 1rem; /* p-4 */
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.field-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.field-select {
  width: 100%;
  height: 2.25rem;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
  background-color: #ffffff;
  color: #111827;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.field-select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.popover-divider {
  height: 1px;
  width: 100%;
  background-color: #e5e7eb;
}

/* Active filter chips */
.filters-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; /* ensure separation from cards/table */
  width: 100%;
}

/* Toolbar layout that supports wrapping chips to a new line */
.toolbar-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.toolbar-chips {
  flex-basis: 100%; /* force chips to next line within toolbar */
}

.filters-label {
  font-size: 0.875rem;
  color: #6b7280; /* gray-600 */
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0f172a; /* slate-900 */
  background-color: #e2e8f0; /* slate-200 */
  border: 1px solid transparent;
  padding: 0.125rem 0.5rem; /* py-0.5 px-2 */
  border-radius: 0.375rem; /* rounded-md */
}

.chip .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  color: #334155; /* slate-700 */
}

.chip .remove:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.status-badge-submitted {
  background-color: #dbeafe;
  color: #1e40af;
}

.status-badge-approved {
  background-color: #d1fae5;
  color: #065f46;
}

.status-badge-active {
  background-color: #e9d5ff;
  color: #7c2d12;
}

.status-badge-ready {
  background-color: #fef3c7;
  color: #92400e;
}

.status-badge-completed {
  background-color: #f3f4f6;
  color: #374151;
}

.status-badge-cancelled {
  background-color: #fee2e2;
  color: #991b1b;
}

/* ============================================================ */
/* RESPONSIVE GRID UTILITIES FOR STATS CARDS */
/* ============================================================ */
/* Grid Layout Classes */
.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-4 {
  gap: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

/* Medium breakpoint (768px and up) */
@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Large breakpoint (1024px and up) */
@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* Extra large breakpoint (1280px and up) */
@media (min-width: 1280px) {
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
/* ============================================================ */
/* STATS CARD COMPONENTS */
/* ============================================================ */
.relative {
  position: relative;
}

.group {
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.blur-md {
  filter: blur(12px);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .group-hover\:blur-lg {
  filter: blur(16px);
}

/* Text card foreground utility */
.text-card-foreground {
  color: #111827;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.gap-6 {
  gap: 1.5rem;
}

.border-2 {
  border-width: 2px;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.group:hover .hover\:shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.overflow-hidden {
  overflow: hidden;
}

/* Card padding and layout */
.\[\&\:last-child\]\:pb-6 {
  padding-bottom: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

/* Flexbox utilities */
.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.gap-2\.5 {
  gap: 0.625rem;
}

/* Icon container */
.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.text-white {
  color: white;
}

/* Typography utilities */
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-black {
  font-weight: 900;
}

.text-transparent {
  color: transparent;
}

.bg-clip-text {
  background-clip: text;
  -webkit-background-clip: text;
}

.text-\[10px\] {
  font-size: 10px;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.mt-1 {
  margin-top: 0.25rem;
}

/* Blur effects */
.blur-sm {
  filter: blur(4px);
}

.opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .group-hover\:scale-110 {
  transform: scale(1.1);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ============================================================ */
/* GRADIENT BACKGROUNDS */
/* ============================================================ */
/* Gray gradient */
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-gray-400\/20 {
  --tw-gradient-from: rgba(156, 163, 175, 0.2);
  --tw-gradient-to: rgba(156, 163, 175, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-slate-500\/20 {
  --tw-gradient-to: rgba(100, 116, 139, 0.2);
}

.border-gray-300 {
  border-color: #d1d5db;
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-to: rgba(249, 250, 251, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-slate-50 {
  --tw-gradient-to: rgba(248, 250, 252, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to);
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6;
}

.bg-gray-400 {
  background-color: #9ca3af;
}

.from-gray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-to: rgba(107, 114, 128, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-slate-600 {
  --tw-gradient-to: rgba(71, 85, 105, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to);
}

.to-gray-700 {
  --tw-gradient-to: #374151;
}

.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-to: rgba(55, 65, 81, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-slate-800 {
  --tw-gradient-to: #1e293b;
}

.text-gray-600 {
  color: #4b5563;
}

/* Orange gradient */
.from-orange-400\/30 {
  --tw-gradient-from: rgba(251, 146, 60, 0.3);
  --tw-gradient-to: rgba(251, 146, 60, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-amber-500\/30 {
  --tw-gradient-to: rgba(245, 158, 11, 0.3);
}

.border-orange-300 {
  border-color: #fed7aa;
}

.from-orange-50 {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-to: rgba(255, 247, 237, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-amber-50 {
  --tw-gradient-to: rgba(255, 251, 235, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to);
}

.to-orange-100 {
  --tw-gradient-to: #ffedd5;
}

.bg-orange-400 {
  background-color: #fb923c;
}

.from-orange-500 {
  --tw-gradient-from: #f97316;
  --tw-gradient-to: rgba(249, 115, 22, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-orange-600 {
  --tw-gradient-to: rgba(234, 88, 12, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to);
}

.to-amber-600 {
  --tw-gradient-to: #d97706;
}

.from-orange-600 {
  --tw-gradient-from: #ea580c;
  --tw-gradient-to: rgba(234, 88, 12, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-amber-700 {
  --tw-gradient-to: #b45309;
}

.text-orange-600 {
  color: #ea580c;
}

/* Blue gradient */
.from-blue-400\/30 {
  --tw-gradient-from: rgba(96, 165, 250, 0.3);
  --tw-gradient-to: rgba(96, 165, 250, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-indigo-500\/30 {
  --tw-gradient-to: rgba(99, 102, 241, 0.3);
}

.border-blue-300 {
  border-color: #93c5fd;
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-to: rgba(239, 246, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-indigo-50 {
  --tw-gradient-to: rgba(238, 242, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to);
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.bg-blue-400 {
  background-color: #60a5fa;
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-to: rgba(59, 130, 246, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-blue-600 {
  --tw-gradient-to: rgba(37, 99, 235, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to);
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-to: rgba(37, 99, 235, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-indigo-700 {
  --tw-gradient-to: #3730a3;
}

.text-blue-600 {
  color: #2563eb;
}

/* Cyan gradient */
.from-cyan-400\/30 {
  --tw-gradient-from: rgba(34, 211, 238, 0.3);
  --tw-gradient-to: rgba(34, 211, 238, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-teal-500\/30 {
  --tw-gradient-to: rgba(20, 184, 166, 0.3);
}

.border-cyan-300 {
  border-color: #67e8f9;
}

.from-cyan-50 {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-to: rgba(236, 254, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-teal-50 {
  --tw-gradient-to: rgba(240, 253, 250, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to);
}

.to-cyan-100 {
  --tw-gradient-to: #cffafe;
}

.bg-cyan-400 {
  background-color: #22d3ee;
}

.from-cyan-500 {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-to: rgba(6, 182, 212, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-cyan-600 {
  --tw-gradient-to: rgba(8, 145, 178, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to);
}

.to-teal-600 {
  --tw-gradient-to: #0d9488;
}

.from-cyan-600 {
  --tw-gradient-from: #0891b2;
  --tw-gradient-to: rgba(8, 145, 178, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-teal-700 {
  --tw-gradient-to: #0f766e;
}

.text-cyan-600 {
  color: #0891b2;
}

/* Emerald gradient */
.from-emerald-400\/30 {
  --tw-gradient-from: rgba(52, 211, 153, 0.3);
  --tw-gradient-to: rgba(52, 211, 153, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-green-500\/30 {
  --tw-gradient-to: rgba(34, 197, 94, 0.3);
}

.border-emerald-300 {
  border-color: #6ee7b7;
}

.from-emerald-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-to: rgba(236, 253, 245, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-green-50 {
  --tw-gradient-to: rgba(240, 253, 244, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to);
}

.to-emerald-100 {
  --tw-gradient-to: #d1fae5;
}

.bg-emerald-400 {
  background-color: #34d399;
}

.from-emerald-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-to: rgba(16, 185, 129, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-emerald-600 {
  --tw-gradient-to: rgba(5, 150, 105, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to);
}

.to-green-600 {
  --tw-gradient-to: #16a34a;
}

.from-emerald-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-to: rgba(5, 150, 105, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-green-700 {
  --tw-gradient-to: #15803d;
}

.text-emerald-600 {
  color: #059669;
}

/* Purple gradient */
.from-purple-400\/30 {
  --tw-gradient-from: rgba(196, 181, 253, 0.3);
  --tw-gradient-to: rgba(196, 181, 253, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-fuchsia-500\/30 {
  --tw-gradient-to: rgba(217, 70, 239, 0.3);
}

.border-purple-300 {
  border-color: #d8b4fe;
}

.from-purple-50 {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-to: rgba(250, 245, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-fuchsia-50 {
  --tw-gradient-to: rgba(253, 244, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to);
}

.to-purple-100 {
  --tw-gradient-to: #e9d5ff;
}

.bg-purple-400 {
  background-color: #c084fc;
}

.from-purple-500 {
  --tw-gradient-from: #a855f7;
  --tw-gradient-to: rgba(168, 85, 247, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-purple-600 {
  --tw-gradient-to: rgba(147, 51, 234, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to);
}

.to-fuchsia-600 {
  --tw-gradient-to: #c026d3;
}

.from-purple-600 {
  --tw-gradient-from: #9333ea;
  --tw-gradient-to: rgba(147, 51, 234, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-fuchsia-700 {
  --tw-gradient-to: #a21caf;
}

.text-purple-600 {
  color: #9333ea;
}

/* Green gradient */
.from-green-400\/30 {
  --tw-gradient-from: rgba(74, 222, 128, 0.3);
  --tw-gradient-to: rgba(74, 222, 128, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-lime-500\/30 {
  --tw-gradient-to: rgba(132, 204, 22, 0.3);
}

.border-green-300 {
  border-color: #86efac;
}

.from-green-50 {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-to: rgba(240, 253, 244, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-lime-50 {
  --tw-gradient-to: rgba(247, 254, 231, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to);
}

.to-green-100 {
  --tw-gradient-to: #dcfce7;
}

.bg-green-400 {
  background-color: #4ade80;
}

.from-green-500 {
  --tw-gradient-from: #22c55e;
  --tw-gradient-to: rgba(34, 197, 94, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-green-600 {
  --tw-gradient-to: rgba(22, 163, 74, 0);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to);
}

.to-lime-600 {
  --tw-gradient-to: #65a30d;
}

.from-green-600 {
  --tw-gradient-from: #16a34a;
  --tw-gradient-to: rgba(22, 163, 74, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-lime-700 {
  --tw-gradient-to: #4d7c0f;
}

.text-green-600 {
  color: #16a34a;
}

/* ============================================================ */
/* CUSTOM CARD BORDER COLORS (OKLCH VALUES) */
/* ============================================================ */
.border-card-1 {
  border-color: oklch(0.872 0.01 258.338);
}

.border-card-2 {
  border-color: oklch(0.837 0.128 66.29);
}

.border-card-3 {
  border-color: oklch(0.809 0.105 251.813);
}

.border-card-4 {
  border-color: oklch(0.865 0.127 207.078);
}

.border-card-5 {
  border-color: oklch(0.845 0.143 164.978);
}

.border-card-6 {
  border-color: oklch(0.827 0.119 306.383);
}

.border-card-7 {
  border-color: oklch(0.871 0.15 154.449);
}

/* ============================================================ */
/* TABLE STYLING FOR PROJECT DATA TABLE */
/* ============================================================ */
/* Card container styles */
.bg-card {
  background-color: #ffffff;
}

.text-card-foreground {
  color: #111827;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Table styles */
.w-full {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.overflow-x-auto {
  overflow-x: auto;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Table header styles */
.border-b {
  border-bottom: 2px solid #d1d5db;
}

thead {
  background-color: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

th {
  background-color: #f8fafc;
  font-weight: 600;
  color: #1f2937;
  border-bottom: 1px solid #e2e8f0;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-size: 0.875rem;
  position: relative;
}

th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e2e8f0;
}

.bg-muted\/50 {
  background-color: rgba(249, 250, 251, 0.5);
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-medium {
  font-weight: 500;
}

.text-muted-foreground {
  color: #6b7280;
}

.hover\:text-foreground:hover {
  color: #111827;
}

/* Table body styles */
tbody tr {
  border-bottom: 1px solid #f9fafb;
  background-color: #ffffff;
  transition: all 0.2s ease;
}

tbody tr:hover {
  background-color: #f8fafc !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

tbody tr:last-child {
  border-bottom: none;
}

td {
  padding: 0.75rem 1.5rem;
  vertical-align: middle;
}

/* Search and Filter Toolbar Styles */
.border-input {
  border-color: #d1d5db;
}

.bg-background {
  background-color: #ffffff;
}

.text-foreground {
  color: #111827;
}

.hover\:bg-accent:hover {
  background-color: #f3f4f6;
}

.hover\:text-accent-foreground:hover {
  color: #111827;
}

.focus-visible\:border-ring:focus-visible {
  border-color: #2563eb;
}

.focus-visible\:ring-ring\/50:focus-visible {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.5);
}

.bg-border {
  background-color: #e5e7eb;
}

.border-border {
  border-color: #e5e7eb;
}

.bg-secondary {
  background-color: #f1f5f9;
}

.text-secondary-foreground {
  color: #374151;
}

.hover\:bg-secondary\/80:hover {
  background-color: rgba(241, 245, 249, 0.8);
}

.placeholder\:text-muted-foreground::placeholder {
  color: #6b7280;
}

/* Action button styles */
.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #6b7280;
}

.action-btn:hover {
  background-color: #f3f4f6;
  color: #374151;
}

.action-btn.view {
  color: #2563eb;
}

.action-btn.view:hover {
  background-color: #eff6ff;
  color: #1d4ed8;
}

.hover\:bg-muted\/50:hover {
  background-color: rgba(249, 250, 251, 0.5);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group {
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

/* Text styles */
.text-foreground {
  color: #111827;
}

.group-hover\:text-primary:hover {
  color: #2563eb;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

/* Status badge styles */
.inline-flex {
  display: inline-flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.shrink-0 {
  flex-shrink: 0;
}

.gap-1 {
  gap: 0.25rem;
}

/* Status badge color classes */
.bg-cyan-100 {
  background-color: #cffafe;
}

.text-cyan-700 {
  color: #0891b2;
}

.border-cyan-300 {
  border-color: #67e8f9;
}

.bg-amber-100 {
  background-color: #fef3c7;
}

.text-amber-700 {
  color: #b45309;
}

.border-amber-300 {
  border-color: #fcd34d;
}

.bg-emerald-100 {
  background-color: #d1fae5;
}

.text-emerald-700 {
  color: #047857;
}

.border-emerald-300 {
  border-color: #6ee7b7;
}

.bg-violet-100 {
  background-color: #ede9fe;
}

.text-violet-700 {
  color: #6d28d9;
}

.border-violet-300 {
  border-color: #c4b5fd;
}

.bg-green-100 {
  background-color: #dcfce7;
}

.text-green-700 {
  color: #15803d;
}

.border-green-300 {
  border-color: #86efac;
}

/* Button styles */
.h-8 {
  height: 2rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.hover\:bg-accent:hover {
  background-color: #f3f4f6;
}

.hover\:text-accent-foreground:hover {
  color: #111827;
}

.text-primary {
  color: #2563eb;
}

/* SVG icon styles */
.h-4 {
  height: 1rem;
}

.w-4 {
  width: 1rem;
}

.h-3 {
  height: 0.75rem;
}

.w-3 {
  width: 0.75rem;
}

/* ============================================================ */
/* TOOLBAR UTILITY CLASSES */
/* ============================================================ */
.mb-6 {
  margin-bottom: 1.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.max-w-md {
  max-width: 28rem;
}

.left-3 {
  left: 0.75rem;
}

.top-1\/2 {
  top: 50%;
}

.-translate-y-1\/2 {
  transform: translateY(-50%);
}

.h-9 {
  height: 2.25rem;
}

.min-w-0 {
  min-width: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.w-px {
  width: 1px;
}

.p-1 {
  padding: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.border-input {
  border-color: #d1d5db;
}

.bg-background {
  background-color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.hover\:border-primary\/40:hover {
  border-color: rgba(37, 99, 235, 0.4);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus-visible\:border-ring:focus-visible {
  border-color: #2563eb;
}

.focus-visible\:ring-ring\/50:focus-visible {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.5);
}

.focus-visible\:shadow-md:focus-visible {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.bg-border {
  background-color: #e5e7eb;
}

.border-border {
  border-color: #e5e7eb;
}

.bg-secondary {
  background-color: #f1f5f9;
}

.text-secondary-foreground {
  color: #374151;
}

.hover\:bg-secondary\/80:hover {
  background-color: rgba(241, 245, 249, 0.8);
}

.placeholder\:text-muted-foreground::placeholder {
  color: #6b7280;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

/* ============================================================ */
/* FILTER POPUP STYLES */
/* ============================================================ */
.filter-popup-overlay {
  animation: fadeIn 0.2s ease-out;
}

.filter-popup-content {
  animation: slideUp 0.2s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Fix for select elements */
select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.ef6db8722c2c3f9a.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.9859cd1231006a4a.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.d577052aa271e13f.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		print-color-adjust: exact;
		}
	}


/*# sourceMappingURL=styles.766f33597683a241.css.map*/