@charset "UTF-8";
/* dashboard/assets/dashboard.css */
html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  font-family: system-ui, sans-serif;
  color: #545969;
  overflow-x: hidden;
  font-size: 14px;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(199, 4, 0, 0.4) transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(199, 4, 0, 0.4);
  border-radius: 20px;
  border: 3px solid rgba(199, 4, 0, 0.4);
}

:root {
  --bs-primary: #c51d64;
  --bs-secondary: #06B6D4;
  --bs-success: #2cab91;
  --bs-info: #6366F1;
  --bs-warning: #edc03d;
  --bs-danger: #e6640e;
  --bs-light: #F8FAFC;
  --bs-dark: #0F172A;
  /* Optional extra accent */
  --bs-accent: #F43F5E;
}

.btn {
  --bs-btn-font-size: 0.875rem;
}

/* Gradient buttons */
.btn-gradient-primary {
  color: #fff;
  background: linear-gradient(135deg, #3B82F6, #6366F1);
  border: none;
}

.btn-gradient-primary:hover {
  background: linear-gradient(135deg, #2563EB, #4F46E5);
}

.btn-gradient-accent {
  color: #fff;
  background: linear-gradient(135deg, #EC4899, #8B5CF6);
  border: none;
}

.btn-gradient-accent:hover {
  background: linear-gradient(135deg, #DB2777, #7C3AED);
}

header {
  height: 65px;
  background-color: #f9f9f9;
  color: #333;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  left: 0;
  width: 100%;
  border-top: 5px solid rgba(199, 4, 0, 0.4);
  box-shadow: 0 2px 4px 0 rgba(17, 17, 17, 0.1);
}
header:has(.active) {
  border-top: 5px solid rgba(6, 66, 26, 0.507);
}

.layout {
  display: flex;
  min-height: calc(100vh - 120px);
}

h1, h2, h3, h4, h5 {
  color: #30313d;
}

h1 {
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

h3 {
  margin-bottom: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
}
table th {
  padding: 10px 12px;
  border: 1px solid #dee2e6;
  text-align: left;
  background-color: #e9ecef;
  font-weight: 600;
}
table td {
  padding: 10px 12px;
  border: 1px solid #dee2e6;
  text-align: left;
}

a.btn {
  margin-right: 5px;
}

.alert {
  margin-top: 20px;
}

.progress {
  background-color: #e9ecef;
}

.web-preview {
  font-size: 0.875rem;
  max-height: 150px;
  overflow-y: auto;
  background: #f8f9fa;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 5px;
  font-size: 0.875rem;
  max-height: 150px;
  overflow-y: auto;
  background: #f8f9fa;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.form-control {
  max-width: 100%;
}

.btn {
  max-width: 100%;
}

.session-box {
  margin-bottom: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem;
  background: #f9f9f9;
}

.session-toggle {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.msg-user {
  color: #0d6efd;
  font-weight: 600;
}

.msg-bot {
  color: #198754;
}

.msg-time {
  font-size: 0.8rem;
  color: #888;
}

td a {
  font-size: 0.875rem;
  color: #333;
}

nav.bg-dark {
  background: #1f1f1f !important;
  min-height: 100vh;
}
nav.bg-dark .nav-link {
  font-weight: 500;
  transition: all 0.2s ease;
}
nav.bg-dark .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.sidebar {
  width: 220px;
  background-color: #f9f9f9;
  padding: 1rem;
  border-right: 1px solid #dee2e6;
  position: sticky;
  top: 60px;
  height: calc(100vh - 60px);
  overflow-y: auto;
}
.sidebar .nav-item a {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
}
.sidebar .nav-item:hover, .sidebar .nav-item.active {
  background: #f0f0f0;
}

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

footer {
  background-color: #f9f9f9;
  padding: 1rem;
  text-align: center;
  border-top: none;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.bg-warning {
  background-color: #ccff4b !important;
}

@media all and (min-width: 1400px) {
  .main-content {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.badge.bg-info {
  background-color: #f0f0f0 !important;
  color: #545969;
  font-weight: 400;
}

.alert-info {
  background-color: #6e5bff;
  color: #fff;
  border-color: #6e5bff;
}

.pulse-container {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.pulse-container .pulse-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 4, 0, 0.4) 0%, rgba(199, 152, 152, 0.2) 100%);
  animation: pulse 4s infinite ease-out;
  opacity: 0;
}
.pulse-container.active .pulse-circle {
  background: radial-gradient(circle, rgba(6, 66, 26, 0.507) 0%, rgba(2, 119, 22, 0.2) 100%);
}

.pulse-circle:nth-child(2) {
  animation-delay: 1s;
}

.pulse-circle:nth-child(3) {
  animation-delay: 2s;
}

.pulse-circle:nth-child(4) {
  animation-delay: 3s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.6;
  }
  70% {
    opacity: 0.1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
/* Base Material-style button */
.btn {
  border-radius: 3px;
  /* softer corners */
  font-weight: 400;
  /* medium weight */
  text-transform: none;
  /* optional for MD look */
  letter-spacing: 0.5px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 0.1rem 0.4rem;
}

/* Hover / active state */
.btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}

.btn:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
}

/* Primary button */
.btn-primary {
  background-color: var(--bs-primary);
  border: none;
}

.btn-primary:hover {
  background-color: #eb2277;
}

/* Secondary (outlined) button */
.btn-outline-primary {
  border: 2px solid var(--bs-primary);
  color: var(--bs-primary);
  background-color: transparent;
}

.btn-outline-primary:hover {
  background-color: rgba(25, 118, 210, 0.08);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Success button */
.btn-success {
  background-color: var(--bs-success);
  /* Material green 700 */
  border: none;
}

.btn-success:hover {
  background-color: #2e7d32;
}

/* Danger button */
.btn-danger {
  background-color: #d32f2f;
  /* Material red 700 */
  border: none;
}

.btn-danger:hover {
  background-color: #c62828;
}

/* Ripple container */
.btn {
  position: relative;
  overflow: hidden;
}

.btn .ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgba(255, 255, 255, 0.6);
  animation: ripple 0.6s linear;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.bg-success {
  background-color: var(--bs-success) !important;
}

.bg-danger {
  background-color: var(--bs-danger) !important;
}

.bg-warning {
  background-color: var(--bs-warning) !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}

.border-warning {
  border-color: var(--bs-warning) !important;
}

.border-danger {
  border-color: var(--bs-danger) !important;
}

.border-success {
  border-color: var(--bs-success) !important;
}

[data-lucide] {
  width: 14px;
  height: 14px;
  stroke-width: 1;
  /* dicker oder dünner */
}

#userMenu {
  border: none;
  box-shadow: none;
}
#userMenu:hover {
  transform: none;
}

/* ----------------------
   PRIMARY (#c51d64)
----------------------- */
/* === Buttons Custom Theme === */
/* Primary */
.btn-primary {
  background-color: #c51d64;
  border: none;
}

.btn-primary:hover {
  background-color: #eb2277;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #a81a56;
  box-shadow: 0 0 0 0.25rem rgba(197, 29, 100, 0.35);
}

.btn-primary:disabled {
  background-color: #e98caf;
  border: none;
}

/* Success */
.btn-success {
  background-color: #2cab91;
  border: none;
}

.btn-success:hover {
  background-color: #34c9a6;
}

.btn-success:active,
.btn-success:focus {
  background-color: #238873;
  box-shadow: 0 0 0 0.25rem rgba(44, 171, 145, 0.35);
}

.btn-success:disabled {
  background-color: #92d8c4;
  border: none;
}

/* Warning */
.btn-warning {
  background-color: #edc03d;
  border: none;
  color: #212529;
}

.btn-warning:hover {
  background-color: #f4d15e;
}

.btn-warning:active,
.btn-warning:focus {
  background-color: #cfa52d;
  box-shadow: 0 0 0 0.25rem rgba(237, 192, 61, 0.35);
}

.btn-warning:disabled {
  background-color: #f8e4a5;
  border: none;
}

/* Danger */
.btn-danger {
  background-color: #e6640e;
  border: none;
}

.btn-danger:hover {
  background-color: #f27727;
}

.btn-danger:active,
.btn-danger:focus {
  background-color: #c9540c;
  box-shadow: 0 0 0 0.25rem rgba(230, 100, 14, 0.35);
}

.btn-danger:disabled {
  background-color: #f1ab82;
  border: none;
}

/* Secondary (darker muted tone of primary) */
.btn-secondary {
  background-color: #6c3d57;
  border: none;
}

.btn-secondary:hover {
  background-color: #854b6b;
}

.btn-secondary:active,
.btn-secondary:focus {
  background-color: #533044;
  box-shadow: 0 0 0 0.25rem rgba(108, 61, 87, 0.35);
}

.btn-secondary:disabled {
  background-color: #b495a4;
  border: none;
}

/* Info (cool contrast tone in palette) */
.btn-info {
  background-color: #3298dc;
  border: none;
}

.btn-info:hover {
  background-color: #4ab1f2;
}

.btn-info:active,
.btn-info:focus {
  background-color: #277aae;
  box-shadow: 0 0 0 0.25rem rgba(50, 152, 220, 0.35);
}

.btn-info:disabled {
  background-color: #9fd5f5;
  border: none;
}

/* Dark */
.btn-dark {
  background-color: #2e2e2e;
  border: none;
}

.btn-dark:hover {
  background-color: #444444;
}

.btn-dark:active,
.btn-dark:focus {
  background-color: #1c1c1c;
  box-shadow: 0 0 0 0.25rem rgba(46, 46, 46, 0.35);
}

.btn-dark:disabled {
  background-color: #8c8c8c;
  border: none;
}

/* Light */
.btn-light {
  background-color: #f4f4f4;
  border: none;
  color: #212529;
}

.btn-light:hover {
  background-color: #e6e6e6;
}

.btn-light:active,
.btn-light:focus {
  background-color: #d4d4d4;
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.35);
}

.btn-light:disabled {
  background-color: #fafafa;
  border: none;
  color: #999;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.tippy-box[data-theme~=light-border] {
  font-size: 0.875rem;
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

code.light {
  color: #888;
  display: block;
}

body.page-billing .border-primary .card-body {
  background: rgba(197, 29, 100, 0.1);
}

/*# sourceMappingURL=dashboard.css.map */
