.menu-nav li.dropdown {
  margin-right: 10px;
}
.menu-nav a.dropdown-toggle {
  display: inline-block;
  background-color: #3B4260;
  border-radius: 5px;
  padding: 6px;
}
.menu-nav a.dropdown-toggle:has(.order-accepted) {
  background-color: #D90432;
}
.menu-nav a.dropdown-toggle:after {
  display: none;
}

.card-body {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(59, 66, 96, 0.13);
}
.card-body > .display-5 {
  padding: 2.25rem;
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  margin-top: -2.25rem;
  color: #fff;
  background: #1E1E2D;
  border-radius: 10px 10px 0 0;
}
.card-body > .display-5 > .separator.separator-border-2 {
  display: none;
}

.bg-success-gray {
  background-color: #E6E6E8 !important;
}

.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link {
  background-color: #3B4260 !important;
}
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading path, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link path {
  stroke: #fff;
}

.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-here > .menu-link {
  background-color: #3B4260 !important;
}
.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-heading path, .aside-menu .menu-nav > .menu-item.menu-item-here > .menu-link path {
  stroke: #fff;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon svg path, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon svg path {
  transition: stroke 0.4s;
}

@media (min-width: 992px) {
  .brand {
    background-color: #1a1a27;
    box-shadow: none;
  }
  .brand .btn i {
    color: #494b74;
  }
  .brand .btn .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #494b74;
  }
  .brand .btn .svg-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .brand .btn.active .svg-icon svg g [fill], .brand .btn:hover .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #1E1E2D;
  }
  .brand .btn.active .svg-icon svg:hover g [fill], .brand .btn:hover .svg-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .brand .btn.active i, .brand .btn:hover i {
    color: #1E1E2D;
  }
}
@media (max-width: 991.98px) {
  .header-mobile {
    background-color: #1a1a27;
  }
  .header-mobile .burger-icon span {
    background-color: #484f66;
  }
  .header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
    background-color: #484f66;
  }
  .header-mobile .burger-icon:hover span {
    background-color: #1E1E2D;
  }
  .header-mobile .burger-icon:hover span::before, .header-mobile .burger-icon:hover span::after {
    background-color: #1E1E2D;
  }
  .header-mobile .burger-icon-active span {
    background-color: #1E1E2D;
  }
  .header-mobile .burger-icon-active span::before, .header-mobile .burger-icon-active span::after {
    background-color: #1E1E2D;
  }
  .header-mobile .btn i {
    color: #484f66;
  }
  .header-mobile .btn .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #484f66;
  }
  .header-mobile .btn .svg-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-mobile .btn.active .svg-icon svg g [fill], .header-mobile .btn:hover .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #1E1E2D;
  }
  .header-mobile .btn.active .svg-icon svg:hover g [fill], .header-mobile .btn:hover .svg-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-mobile .btn.active i, .header-mobile .btn:hover i {
    color: #1E1E2D;
  }
}

/*# sourceMappingURL=dark.css.map*/