/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
:root {
  --aztechColor:#02272F;
  --codColor: #222;
  --mildColor: #444;
  --darkColor: #000;
}

.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 15px;
  z-index: 99;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider.round {
  border-radius: 50%;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("../img/sunny.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--aztechColor);
  background-size: 17px;
}

.navbar-area .navbar,
input:checked + .slider {
  background-color: transparent;
}

input:focus + .slider {
  box-shadow: 0 0 1px transparent;
}

input:checked + .slider:before {
  transform: translateX(0);
  background: white url("../img/night.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

/*---------------------------------
    Color CSS For Elements 
-----------------------------------*/
.theme-light .navbar-brand .logo-dark {
  display: none !important;
}
.theme-light .navbar-brand .logo-light {
  display: block !important;
}
.theme-light .footer-logo .logo-dark {
  display: none !important;
}
.theme-light .footer-logo .logo-light {
  display: block !important;
}
.theme-light .logo .logo-dark {
  display: none !important;
}
.theme-light .logo .logo-light {
  display: block !important;
}

.theme-dark .navbar-brand .logo-light {
  display: none !important;
}
.theme-dark .navbar-brand .logo-dark {
  display: block !important;
}
.theme-dark .footer-logo .logo-dark {
  display: block !important;
}
.theme-dark .footer-logo .logo-light {
  display: none !important;
}
.theme-dark .logo .logo-dark {
  display: block !important;
}
.theme-dark .logo .logo-light {
  display: none !important;
}
.theme-dark .bg_ash,
.theme-dark .bg_two,
.theme-dark .pricing-card,
.theme-dark .navbar-area.header-one.sticky,
.theme-dark .navbar-area.header-three.sticky,
.theme-dark .navbar-area.header-two.sticky,
.theme-dark .navbar-area.header-three,
.theme-dark .breadcrumb-wrap,
.theme-dark .footer-wrap,
.theme-dark .bg_primary,
.theme-dark .searchModal .modal-dialog,
.theme-dark .navbar-area.sticky,
.theme-dark .blog-card.style-one,
.theme-dark .blog-card.style-two,
.theme-dark .blog-card.style-three,
.theme-dark .testimonial-card.style-one,
.theme-dark .service-card.style-three,
.theme-dark .contact-us-wrap .contact-item {
  background-color: var(--codColor);
}
.theme-dark body,
.theme-dark .td_dark,
.theme-dark .responsive-navbar,
.theme-dark .breadcrumb-wrap::after,
.theme-dark .service-card.style-one,
.theme-dark .service-card.style-two,
.theme-dark .service-details-wrap .single-img .single-service-title,
.theme-dark .simple-wrap.style-two .simple-content .feature-item-wrap .feature-item,
.theme-dark .footer-wrap .footer-bottom .copyright-text,
.theme-dark .bg-white {
  background-color: var(--darkColor) !important;
}
.theme-dark .bg_gray {
  background-color: var(--mildColor);
}
.theme-dark .simple-wrap.style-two .simple-content .feature-item-wrap .feature-item .feature-icon {
  background-color: rgba(255, 255, 255, 0.18);
}
.theme-dark .td_aztec,
.theme-dark .bg_four,
.theme-dark #contactForm,
.theme-dark .bg_optional,
.theme-dark .service-wrap.style-one,
.theme-dark .searchModal .modal-dialog,
.theme-dark .skill-wrap.style-one::after,
.theme-dark .testimonial-card.style-two,
.theme-dark .blog-wrap.style-two::after,
.theme-dark .pricing-card .pricing-header,
.theme-dark .about-wrap.style-three .about-content-wrap,
.theme-dark .simple-wrap.style-three .simple-content-wrap,
.theme-dark .skill-wrap.style-three .skill-content-wrap,
.theme-dark .modal-dialog-scrollable .modal-content,
.theme-dark .testimonial-card.style-four,
.theme-dark .feature-card.style-three:hover, .theme-dark .feature-card.style-three.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--aztechColor) !important;
}
.theme-dark .bg_dark,
.theme-dark .team-card.style-one,
.theme-dark .team-card.style-two,
.theme-dark .team-card.style-three {
  background-color: var(--mildColor);
}
.theme-dark .bg_dark:hover,
.theme-dark .team-card.style-one:hover,
.theme-dark .team-card.style-two:hover,
.theme-dark .team-card.style-three:hover {
  background-color: var(--aztechColor);
}
.theme-dark .slider-btn .prev-btn,
.theme-dark .slider-btn .next-btn {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .slider-btn .prev-btn:hover,
.theme-dark .slider-btn .next-btn:hover {
  background-color: var(--secondaryColor);
}
.theme-dark .footer-wrap .footer-bottom::after {
  background-color: rgba(255, 255, 255, 0.25);
}
.theme-dark .contact-us-wrap #contactForm {
  background-color: transparent !important;
}
.theme-dark .navbar-area .header-top .contact-info li,
.theme-dark .navbar-area .header-top .contact-info li a,
.theme-dark .searchModal .modal-dialog .modal-content .btn-close i,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li p, .theme-dark .responsive-navbar .offcanvas-body .contact-info li a {
  color: var(--offwhiteColor);
}
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark h3 a,
.theme-dark .portfolio-info li b,
.theme-dark .portfolio-info li a,
.theme-dark .portfolio-info li span,
.theme-dark .pricing-card .pricing-header h2 span,
.theme-dark .pricing-card .pricing-features li,
.theme-dark .service-details-wrap .progress .progress-value div,
.theme-dark .testimonial-card.style-three .client-quote,
.theme-dark .about-wrap.style-three .about-content-wrap .about-content .ceo-box .contact-item .contact-info a,
.theme-dark .about-wrap.style-three .about-content-wrap .about-content .feature-list li,
.theme-dark .about-wrap.style-two .about-counter .counter-card-wrap .counter-card p,
.theme-dark .counter-card-wrap .counter-card p,
.theme-dark .testimonial-card.style-one .client-quote,
.theme-dark .about-wrap.style-one .about-content .feature-list li,
.theme-dark .progressbar-wrap .progress-item .progress-title p,
.theme-dark .progressbar-wrap .progress-item .progress-title span,
.theme-dark .navbar-area .header-top p span,
.theme-dark .navbar-area .navbar .others-option .option-item .search-btn i,
.theme-dark .header-wrap.header-two .navbar .navbar-nav .nav-item a,
.theme-dark .header-wrap.header-three .header-bottom .navbar .navbar-nav .nav-item a,
.theme-dark .header-wrap.header-four .header-bottom .navbar .navbar-nav .nav-item a,
.theme-dark .responsive-navbar .offcanvas-header .close-btn,
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link,
.theme-dark article p strong, .theme-dark article p b, .theme-dark .terms-wrap p strong, .theme-dark .terms-wrap p b {
  color: var(--whiteColor);
}
.theme-dark .link-one,
.theme-dark .blog-card .blog-card-info h3 a,
.theme-dark .portfolio-card.style-two h3 a,
.theme-dark .reply-btn {
  color: var(--whiteColor);
}
.theme-dark .link-one:hover, .theme-dark .link-one.active,
.theme-dark .blog-card .blog-card-info h3 a:hover,
.theme-dark .blog-card .blog-card-info h3 a.active,
.theme-dark .portfolio-card.style-two h3 a:hover,
.theme-dark .portfolio-card.style-two h3 a.active,
.theme-dark .reply-btn:hover,
.theme-dark .reply-btn.active {
  color: var(--secondaryColor);
}
.theme-dark .about-wrap.style-three .about-content-wrap .about-content .ceo-box .ceo-info-wrap img,
.theme-dark .partner-logo img {
  filter: brightness(0) invert(1);
}
.theme-dark .testimonial-wrap.style-one {
  position: relative;
  z-index: 1;
}
.theme-dark .testimonial-wrap.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.theme-dark .about-wrap.style-one .about-img-wrap::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.theme-dark .about-wrap.style-one .about-content .circle-btn-wrap .circle-text svg {
  color: var(--whiteColor) !important;
}
.theme-dark .testimonial-card.style-three .quote-icon {
  opacity: 0.1;
}
.theme-dark p, .theme-dark span,
.theme-dark .contact-item-wrap .contact-item .contact-info a,
.theme-dark .contact-item-wrap .contact-item .contact-info p,
.theme-dark .checkbox label,
.theme-dark .content-feature-list li,
.theme-dark .breadcrumb-content .breadcrumb-menu li:last-child,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li p,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li a,
.theme-dark article ol li, .theme-dark .service-details-wrap ol li, .theme-dark .project-details-wrap ol li, .theme-dark .terms-wrap ol li,
.theme-dark .content-feature-list li,
.theme-dark .btn-three,
.theme-dark .blog-card .blog-metainfo li,
.theme-dark .blog-card .blog-metainfo li a,
.theme-dark .contact-item .contact-info p {
  color: var(--offwhiteColor);
}
.theme-dark .history-item-wrap::after,
.theme-dark .history-item-wrap .history-item::before {
  background-color: rgba(255, 255, 255, 0.25);
}
.theme-dark .history-item-wrap .history-item::before {
  border-color: rgba(255, 255, 255, 0.25);
}
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: none !important;
}
.theme-dark .tag-list li a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.theme-dark .tag-list li a:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.theme-dark article .blog-metainfo li {
  color: var(--whiteColor);
}
.theme-dark article .blog-metainfo li a {
  color: var(--whiteColor);
}
.theme-dark .breadcrumb-wrap::before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.theme-dark .footer-wrap .copyright-text span {
  color: var(--secondaryColor);
}
.theme-dark .link-one,
.theme-dark .link-two,
.theme-dark article .blog-author a,
.theme-dark .post-tag ul li a,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link,
.theme-dark .pp-post-item .pp-post-info h6 a,
.theme-dark .pp-post-item .pp-post-info > a,
.theme-dark .navbar-area.header-one .container .header-top .others-option .option-item .social-profile li a i, .theme-dark .navbar-area.header-two .container .header-top .others-option .option-item .social-profile li a i,
.theme-dark .checkbox label a,
.theme-dark .navbar-area.sticky.header-one .navbar .others-option .option-item .search-btn i,
.theme-dark .navbar-area.sticky.header-one .navbar .others-option .option-item .shopcart i,
.theme-dark .navbar-area.header-one .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .navbar-area.header-two .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .navbar-area.header-three .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .navbar-area.header-four .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .breadcrumb-content .breadcrumb-menu li a {
  color: var(--whiteColor);
}
.theme-dark .link-one:hover, .theme-dark .link-one.active,
.theme-dark .link-two:hover,
.theme-dark .link-two.active,
.theme-dark article .blog-author a:hover,
.theme-dark article .blog-author a.active,
.theme-dark .post-tag ul li a:hover,
.theme-dark .post-tag ul li a.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active,
.theme-dark .pp-post-item .pp-post-info h6 a:hover,
.theme-dark .pp-post-item .pp-post-info h6 a.active,
.theme-dark .pp-post-item .pp-post-info > a:hover,
.theme-dark .pp-post-item .pp-post-info > a.active,
.theme-dark .navbar-area.header-one .container .header-top .others-option .option-item .social-profile li a i:hover,
.theme-dark .navbar-area.header-one .container .header-top .others-option .option-item .social-profile li a i.active, .theme-dark .navbar-area.header-two .container .header-top .others-option .option-item .social-profile li a i:hover, .theme-dark .navbar-area.header-two .container .header-top .others-option .option-item .social-profile li a i.active,
.theme-dark .checkbox label a:hover,
.theme-dark .checkbox label a.active,
.theme-dark .navbar-area.sticky.header-one .navbar .others-option .option-item .search-btn i:hover,
.theme-dark .navbar-area.sticky.header-one .navbar .others-option .option-item .search-btn i.active,
.theme-dark .navbar-area.sticky.header-one .navbar .others-option .option-item .shopcart i:hover,
.theme-dark .navbar-area.sticky.header-one .navbar .others-option .option-item .shopcart i.active,
.theme-dark .navbar-area.header-one .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .navbar-area.header-one .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .navbar-area.header-two .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .navbar-area.header-two .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .navbar-area.header-three .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .navbar-area.header-three .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .navbar-area.header-four .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .navbar-area.header-four .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .breadcrumb-content .breadcrumb-menu li a:hover,
.theme-dark .breadcrumb-content .breadcrumb-menu li a.active {
  color: var(--secondaryColor);
}
.theme-dark .category-list-one li a {
  color: var(--whiteColor);
}
.theme-dark .category-list-one li a:hover, .theme-dark .category-list-one li a.active {
  color: var(--secondaryColor);
}
.theme-dark .category-list-one li a:hover span, .theme-dark .category-list-one li a.active span {
  color: var(--secondaryColor);
}
.theme-dark .contact-item-wrap .contact-item .contact-icon,
.theme-dark .wp-block-quote h6::before,
.theme-dark .navbar-area .header-top .social-profile li::after {
  background-color: rgba(255, 255, 255, 0.15);
}
.theme-dark .contact-item-wrap .contact-item .contact-icon:hover,
.theme-dark .wp-block-quote h6::before:hover,
.theme-dark .navbar-area .header-top .social-profile li::after:hover {
  background-color: var(--secondaryColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.active {
  color: var(--secondaryColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: transparent;
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
  color: var(--secondaryColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body {
  background-color: transparent;
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
  color: var(--secondaryColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-button {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-collapse .accordion-body .accordion-button.active {
  color: var(--secondaryColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-button {
  color: var(--whiteColor);
}
.theme-dark .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-button.active {
  color: var(--secondaryColor);
}
.theme-dark .navbar-area .navbar .navbar-toggler .burger-menu span {
  background: var(--whiteColor);
}
.theme-dark .breadcrumb-menu li a,
.theme-dark .post-meta-option .post-tag span, .theme-dark .post-meta-option .post-share span,
.theme-dark .login-wrap .login-content .or-text,
.theme-dark .navbar-area.header-two .navbar .others-option .option-item .shopcart i,
.theme-dark .navbar-area.header-three .navbar .others-option .option-item .shopcart i,
.theme-dark .navbar-area.header-four .navbar .others-option .option-item .shopcart i,
.theme-dark .navbar-area.header-two .header-top .social-profile li a i,
.theme-dark .offcanvas-contact-info h4 {
  color: var(--whiteColor);
}
.theme-dark .navbar-area .header-top .contact-info li::after,
.theme-dark .navbar-area.header-one .container .navbar-brand::after, .theme-dark .navbar-area.header-two .container .navbar-brand::after {
  background-color: rgba(255, 255, 255, 0.18);
}
.theme-dark .sidebar .sidebar-widget-two {
  border: none;
}
.theme-dark article,
.theme-dark .responsive-navbar .offcanvas-header,
.theme-dark .responsive-navbar .offcanvas-body .offcanvas-contact-info,
.theme-dark .responsive-navbar .offcanvas-body .others-option,
.theme-dark .navbar-area.header-two, .theme-dark .navbar-area.header-three,
.theme-dark .navbar-area.header-two, .theme-dark .navbar-area.header-four,
.theme-dark .comment-item-wrap .comment-item,
.theme-dark .navbar-area .header-top,
.theme-dark .post-meta-option,
.theme-dark .contact-item,
.theme-dark .navbar-area.header-three .navbar,
.theme-dark .navbar-area.header-four .navbar,
.theme-dark .faq-wrap .accordion-item .accordion-body,
.theme-dark .navbar-area.header-four .navbar,
.theme-dark .navbar-area .navbar .others-option .option-item .user-login,
.theme-dark .navbar-area .navbar .others-option .option-item .search-btn,
.theme-dark .project-info li,
.theme-dark .navbar-area.header-two .header-top {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.theme-dark #contactForm .form-group select {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--whiteColor);
}
.theme-dark #contactForm .form-group select::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark #contactForm .form-group select::placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-btn img,
.theme-dark .navbar-area.header-two .navbar .sidebar-toggler img {
  filter: brightness(0) invert(1);
}
.theme-dark .pricing-card.style-three .pricing-features li,
.theme-dark .navbar-area .navbar .others-option .option-item .user-login i,
.theme-dark .navbar-area .navbar .others-option .option-item .search-btn i,
.theme-dark .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  color: var(--offwhiteColor);
}
.theme-dark .navbar-area .navbar .others-option .option-item .sidebar-toggler img {
  filter: brightness(0) invert(1);
}
.theme-dark .wp-block-quote,
.theme-dark .sidebar-widget {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.theme-dark input, .theme-dark textarea,
.theme-dark #cmt-form .comment-form .form-group input,
.theme-dark #cmt-form .comment-form .form-group textarea,
.theme-dark .newsletter-form input,
.theme-dark .login-form .form-group input,
.theme-dark #contactForm .form-group input,
.theme-dark #contactForm .form-group textarea {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: var(--whiteColor) !important;
}
.theme-dark input::-moz-placeholder, .theme-dark textarea::-moz-placeholder, .theme-dark #cmt-form .comment-form .form-group input::-moz-placeholder, .theme-dark #cmt-form .comment-form .form-group textarea::-moz-placeholder, .theme-dark .newsletter-form input::-moz-placeholder, .theme-dark .login-form .form-group input::-moz-placeholder, .theme-dark #contactForm .form-group input::-moz-placeholder, .theme-dark #contactForm .form-group textarea::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 0.8;
}
.theme-dark input::placeholder, .theme-dark textarea::placeholder,
.theme-dark #cmt-form .comment-form .form-group input::placeholder,
.theme-dark #cmt-form .comment-form .form-group textarea::placeholder,
.theme-dark .newsletter-form input::placeholder,
.theme-dark .login-form .form-group input::placeholder,
.theme-dark #contactForm .form-group input::placeholder,
.theme-dark #contactForm .form-group textarea::placeholder {
  color: var(--whiteColor);
  opacity: 0.8;
}
.theme-dark .checkout-form .form-group label {
  color: var(--offwhiteColor);
}
.theme-dark .page-nav li a {
  background-color: var(--whiteColor);
}
.theme-dark .page-nav li a:hover, .theme-dark .page-nav li a.active {
  background-color: var(--secondaryColor);
  color: var(--whiteColor) !important;
}
.theme-dark .search-box .form-group input {
  background-color: var(--blackColor);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.theme-dark .search-box .form-group input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-box .form-group input::placeholder {
  color: var(--whiteColor);
}
.theme-dark select {
  background-image: url(../img/down-arrow-white.webp);
}
.theme-dark .breadcrumb-content .breadcrumb-menu li::after {
  background-color: var(--whiteColor);
}

@media only screen and (max-width: 991px) {
  .switch-theme-mode {
    top: 270px;
  }
}
@media only screen and (min-width: 992px) {
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--codColor);
  }
}/*# sourceMappingURL=dark-theme.css.map */