/* NexDoc Dashboard Custom Styles */

:root {
  --primary-color: #0066cc;
  --secondary-color: #666666;
  --success-color: #28a745;
  --error-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
}

/* Override template styles as needed */

/* Dark mode support */
[data-theme="dark"] {
  --primary-color: #0099ff;
  --secondary-color: #cccccc;
}

/* Header menu icon spacing */
.app-header .menu-item .menu-icon {
  margin-right: 0.5rem;
}

.app-header .menu-item .menu-text {
  display: inline-block;
}

/* Utility classes for badge padding */
.py-5px {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.py-6px {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.fs-12px {
  font-size: 0.75rem !important;
}

.fs-9px {
  font-size: 0.5625rem !important;
}

/* Lity Lightbox - Full Size Images without Scrollbars */
.lity-content {
  max-height: none !important;
  height: 100vh !important;
}

.lity-iframe-container {
  height: 100% !important;
}

.lity-iframe-container iframe {
  height: 100% !important;
}
