:root {
  --bs-primary: #2c5282;
  --bs-primary-rgb: 44, 82, 130;
  --bs-secondary: #718096;
  --bs-secondary-rgb: 113, 128, 150;
  --bs-success: #38a169;
  --bs-danger: #e53e3e;
  --bs-warning: #dd6b20;
  --bs-info: #3182ce;
  --bs-light: #f7fafc;
  --bs-dark: #1a202c;
  --bs-body-bg: #f7fafc;
  --bs-body-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-body-font-size: 0.9375rem;
  --bs-border-color: #e2e8f0;
  --bs-card-border-color: #e2e8f0;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  background-color: #1a202c;
  color: #e2e8f0;
  flex-direction: column;
  overflow-y: auto;
  z-index: 1040;
}
.sidebar .sidebar-brand {
  display: block;
  padding: 1.25rem 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar .sidebar-brand:hover {
  color: #fff;
}
.sidebar .sidebar-nav {
  flex: 1;
  padding: 0.75rem 0;
}
.sidebar .sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.9375rem;
  border-left: 3px solid transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.sidebar .sidebar-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar .sidebar-link.active {
  background-color: rgba(255, 255, 255, 0.1);
  border-left-color: #2c5282;
  color: #fff;
  font-weight: 500;
}
.sidebar .sidebar-link i {
  font-size: 1.125rem;
  width: 1.25rem;
  text-align: center;
}
.sidebar .sidebar-separator {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0.5rem 1rem;
}
.sidebar .sidebar-section-title {
  padding: 0.5rem 1rem 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.4);
}
.sidebar .sidebar-widget {
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar .sidebar-widget-label {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.4);
}
.sidebar .sidebar-link-compact {
  padding: 0.25rem 0;
}
.sidebar .sidebar-user {
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.main-wrapper {
  margin-left: 260px;
  min-height: 100vh;
  background-color: #f7fafc;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .main-wrapper {
    margin-left: 0;
  }
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  height: 3.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
}

.main-content {
  flex: 1;
  padding: 1.5rem;
}

.login-container {
  max-width: 26rem;
}

.offcanvas.sidebar-offcanvas {
  width: 260px;
  background-color: #1a202c;
}

.page-banner {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}
.page-banner .page-banner-icon {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  font-size: 8rem;
  opacity: 0.03;
  transform: rotate(15deg);
  pointer-events: none;
}
.page-banner .page-banner-title {
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.image-gallery .image-gallery-carousel img {
  max-height: 500px;
  object-fit: cover;
  background: #f8f9fa;
}
.image-gallery .image-gallery-carousel .carousel-indicators {
  bottom: -2rem;
}
.image-gallery .image-gallery-dropzone {
  border-style: dashed !important;
  min-height: 3.75rem;
  cursor: pointer;
}
.image-gallery .image-gallery-thumbnail {
  width: 100px;
  height: 75px;
  object-fit: cover;
  cursor: pointer;
}

.map-link-badge {
  font-size: 1em;
  padding: 0.5em 0.8em;
  text-decoration: none;
}

.gps-badge {
  font-size: 1em;
  padding: 0.4em 0.6em;
}

.active-tasks-widget .task-count-pulse {
  display: inline-block;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.sidebar-stats .stat-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.sidebar-stats .stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.error-pre {
  font-size: 0.75rem;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 150px;
  overflow-y: auto;
}

.comment-textarea {
  resize: none;
  overflow: hidden;
}

.tag-toggle-btn {
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
  transition: all 0.2s;
}

.data-table .table {
  margin-bottom: 0;
}
.data-table .table th {
  font-weight: 600;
  white-space: nowrap;
}
.data-table .col-actions {
  width: 1%;
  white-space: nowrap;
}
.data-table .col-thumbnail {
  width: 100px;
}

.table-thumbnail {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.25rem;
}

.table-thumbnail-placeholder {
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  color: #adb5bd;
}

.hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.card-img-fixed {
  height: 240px;
  object-fit: cover;
  background: #f8f9fa;
}

.card-img-placeholder {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  color: #adb5bd;
}
.card-img-placeholder i {
  font-size: 3rem;
}

.badge-red-flag {
  font-size: 0.75rem;
}

.form-switch-lg .form-check-input {
  width: 2.5em;
  height: 1.3em;
}

.red-flags-card {
  border-width: 2px;
}

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

.text-sm {
  font-size: 0.85rem;
}

.text-base {
  font-size: 0.9375rem;
}

.letter-spacing-wide {
  letter-spacing: 1px;
}

.letter-spacing-tight {
  letter-spacing: -0.5px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.max-h-200 {
  max-height: 200px;
}

.max-h-400 {
  max-height: 400px;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
  word-break: break-word;
}

.lh-relaxed {
  line-height: 1.8;
}

.map-container {
  height: 320px;
}

.chart-container-sm {
  height: 180px;
}

.chart-container-md {
  height: 260px;
}

.dpe-badge {
  min-width: 50px;
}

.progress-thin {
  height: 10px;
}

.tag-category-header {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.spinner-lg {
  width: 3rem;
  height: 3rem;
}

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

.sync-icon {
  transform: translateY(1px);
}

/*# sourceMappingURL=app.output.css.map */
