.theme-dark body {
  background-color: var(--darkColor);
}
.theme-dark body h1, .theme-dark body h2, .theme-dark body h3, .theme-dark body h4, .theme-dark body h5, .theme-dark body h6 {
  color: var(--whiteColor);
}
.theme-dark body h1 a, .theme-dark body h2 a, .theme-dark body h3 a, .theme-dark body h4 a, .theme-dark body h5 a, .theme-dark body h6 a {
  color: var(--whiteColor);
}
.theme-dark body h1 a:hover, .theme-dark body h2 a:hover, .theme-dark body h3 a:hover, .theme-dark body h4 a:hover, .theme-dark body h5 a:hover, .theme-dark body h6 a:hover {
  color: var(--primaryColor);
}
.theme-dark .navbar-brand .logo-dark {
  display: block !important;
}
.theme-dark .navbar-brand .logo-light {
  display: none !important;
}
.theme-dark .single-pricing-card .list li,
.theme-dark .hero-content .title h1 .chatbot,
.theme-dark .hero-content .title h1 .solution,
.theme-dark .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .contact-form form .form-check .form-check-label {
  color: var(--whiteColor);
}
.theme-dark .hero-area {
  background-image: url(../img/chatbot/hero/hero-bg-dark.webp);
}
.theme-dark p,
.theme-dark .blog-info .content ul li,
.theme-dark .copyright-title p {
  color: rgba(255, 255, 255, 0.75);
}
.theme-dark .contact-form form .form-group .form-control {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--whiteColor);
}
.theme-dark .contact-form form .form-group .form-control::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .contact-form form .form-group .form-control::placeholder {
  color: var(--whiteColor);
}
.theme-dark .pricing-area {
  background-color: var(--darkColor);
}
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list,
.theme-dark .single-pricing-card.active,
.theme-dark .testimonial-area,
.theme-dark .explore-info,
.theme-dark .explore-info.three,
.theme-dark .single-about-card,
.theme-dark .navbar.sticky,
.theme-dark .contact-area {
  background-color: var(--aztechColor);
}
.theme-dark .single-pricing-card,
.theme-dark .explore-info.two,
.theme-dark .explore-area,
.theme-dark .text-auto-play,
.theme-dark .about-area,
.theme-dark .success-area,
.theme-dark .blog-area {
  background-color: var(--codColor);
}
.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
  box-shadow: none;
}
.theme-dark .single-blog-card .list li,
.theme-dark .single-blog-card .list li a,
.theme-dark .blog-info .content ul li a,
.theme-dark .footer-content .list li a {
  color: rgba(255, 255, 255, 0.9);
}
.theme-dark .single-blog-card .list li.active, .theme-dark .single-blog-card .list li:hover,
.theme-dark .single-blog-card .list li a.active,
.theme-dark .single-blog-card .list li a:hover,
.theme-dark .blog-info .content ul li a.active,
.theme-dark .blog-info .content ul li a:hover,
.theme-dark .footer-content .list li a.active,
.theme-dark .footer-content .list li a:hover {
  color: var(--primaryColor);
}
.theme-dark .testimonial-area .testimonial-bg img {
  filter: brightness(0) invert(0);
}
.theme-dark .single-pricing-card h1,
.theme-dark .copyright-area {
  border-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .slide-text-warp .text-slide h1 span {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.481);
}
.theme-dark .single-pricing-card .list li::before,
.theme-dark .features-section-title .paragraph::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .navbar .navbar-toggler .menu_icon span,
.theme-dark .footer-content .list li::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.theme-dark .footer-area {
  background-image: url(../img/chatbot/footer/footer-bg-dark.webp);
}
@media only screen and (max-width: 991px) {
  .theme-dark .navbar {
    background-color: var(--aztechColor);
  }
}/*# sourceMappingURL=chatbot-style-dark-mode.css.map */