.dashboard-panels .dashboard-panel {
  display: none;
}

.dashboard-panels .dashboard-panel.active {
  display: block;
}

.dashboard-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dashboard-menu .collection-item {
  border-radius: 8px;
  transition: background 0.3s ease;
}

.dashboard-menu .collection-item.active {
  background: rgba(255, 255, 255, 0.2) !important;
  font-size: 1.15rem;
}

.dashboard-menu .collection-item.active a,
.dashboard-root .sidebar-card .collection-item.active a {
  color: #fff;
}

.dashboard-menu .collection-item a {
  color: #fff;
  font-weight: 500;
}

.dashboard-menu .collection-item:not(.active):hover {
  background: rgba(255, 255, 255, 0.05);
}

#prezzi {
  padding: 0;
}

.chatbot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.chatbot-grid .card {
  display: flex;
  flex-direction: column;
  min-height: 500px;
}

.chatbot-grid .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chatbot-grid form {
  margin-top: auto;
}

.chatbot-grid .card-header .btn-flat {
  padding: 8px;
}

.download-icon {
  font-size: 1rem;
  margin-right: 0.35rem;
  vertical-align: middle;
}

.list-group-item .text-muted {
  margin-top: 15px;
}

.list-group-item .text-md-right .mb-1 {
  margin-right: 30px;
}

.dashboard-page {
  background: transparent;
  color: #fff;
}

.dashboard-root {
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  padding: 4rem 0 3rem;
  margin: 0 auto;
  background: linear-gradient(135deg, #1a0e2b, #3b0e6f 40%, #10091a);
  box-shadow: 0 25px 60px rgba(12, 9, 18, 0.85);
}

.dashboard-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.1), transparent 40%),
    linear-gradient(145deg, rgba(95, 22, 163, 0.65), rgba(11, 18, 52, 0.95) 60%);
  z-index: 1;
}

.dashboard-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("../images/saas/deco-wave-dark.png");
  background-size: cover;
  opacity: 0.25;
  mix-blend-mode: screen;
}

.dashboard-hero__content {
  position: relative;
  z-index: 2;
}

.dashboard-root .page-title h2,
.dashboard-root .page-title p {
  color: #fff;
}

.dashboard-root .sidebar-card,
.dashboard-root .card:not(.pricing-card) {
  background: rgba(7, 8, 18, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.dashboard-root .sidebar-card .collection-item {
  background: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
}

.dashboard-root .sidebar-card .collection-item a {
  color: #ffd7ff;
  font-weight: 600;
}

.dashboard-root .sidebar-card .collection-item.active a {
  color: #fff;
}

.dashboard-root .sidebar-card .btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.dashboard-root .card .card-body {
  padding: 2.5rem;
}

.dashboard-root .list-group-item {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1rem;
}

.dashboard-root .list-group-item strong,
.dashboard-root .list-group-item p {
  color: #fff;
}

.dashboard-root .badge.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.dashboard-root .card-header,
.dashboard-root .card-body {
  border-color: rgba(255, 255, 255, 0.08);
}

.dashboard-root .btn-outline-primary,
.dashboard-root .btn.button.primary,
.dashboard-root .btn.secondary {
  color: #fff;
}

.dashboard-root .form-box {
  background: rgba(8, 8, 18, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-root .input-field input,
.dashboard-root .input-field textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.dashboard-root .input-field label {
  color: rgba(255, 255, 255, 0.7);
}

.dashboard-root .btn-flat,
.dashboard-root .btn-outline-primary {
  color: #fff;
}

.dashboard-root .bot-dialog {
  background: rgba(255, 255, 255, 0.08);
}

.dashboard-root .card-footer {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-root .form-control-label.white-label label span {
  color: #fff;
}

.dashboard-root .form-control-label.white-label input:checked + span {
  color: #fff;
}

.dashboard-root .card-footer form .form-control {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.dashboard-root .card-footer form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.dashboard-root .dashboard-support__form .btn {
  min-width: 200px;
}

@media (max-width: 991px) {
  .dashboard-root {
    padding: 3rem 1rem;
  }

  .dashboard-root .card .card-body {
    padding: 1.5rem;
  }

  .dashboard-root .sidebar-card {
    position: static;
  }
}
