html .mm-menu.mmenu-dropdown .mm-listview {
  background: #fff;
}

html .mm-menu.mmenu-dropdown,
html .mm-menu.mmenu-dropdown .mm-panels {
  border-radius: 8px;
}

html .mm-menu.mmenu-dropdown .mm-panels > .mm-panel {
  background: #fff;
}

html .mm-menu.mmenu-dropdown .mm-panel:after {
  height: 12px;
}

html .mm-menu.mmenu-dropdown .mm-listview > .mm-listitem:first-child {
  margin-top: 12px;
}

html .mm-menu.mmenu-dropdown .mm-listitem a {
  padding: 11px 16px;
  color: #999;
  font-size: 0.875rem;
}

html .mm-menu.mmenu-dropdown .mm-listitem a.mm-btn_next {
  padding: 11px 16px;
}

html .mm-menu.mmenu-dropdown .mm-listitem a:hover {
  color: #666;
  background-color: #f5f5f5;
}

html .mm-menu.mmenu-dropdown .mm-listitem:after {
  left: 16px;
  border-color: transparent;
}

html .mm-menu.mmenu-dropdown .mm-listitem.divider-after:not(:last-child) {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

html .mm-menu.mmenu-dropdown .mm-listitem.divider-before:not(:first-child) {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #e5e5e5;
}

html .mm-menu.mmenu-dropdown .mm-navbar_sticky > .mm-navbar__title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

html #app-menu-mobile-mmenu {
  width: 60%;
  min-width: 240px;
  max-width: 330px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.56);
  background-color: #ddd;
}

html #app-menu-mobile-mmenu .mm-panel:after {
  height: 8px;
}

html #app-menu-mobile-mmenu .mm-panels > .mm-panel {
  background-color: #e5e5e5;
}

html #app-menu-mobile-mmenu .mm-navbar {
  background: #ddd;
  border-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.56);
}

html #app-menu-mobile-mmenu .mm-divider {
  background: #eee;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 19px;
  margin-bottom: 3px;
}

html #app-menu-mobile-mmenu .mm-divider:first-child {
  margin-top: 8px;
  margin-bottom: 3px;
}

html #app-menu-mobile-mmenu .mm-divider:before {
  background: none;
}

html #app-menu-mobile-mmenu .mm-listitem {
  border-color: rgba(0, 0, 0, 0.02);
}

html #app-menu-mobile-mmenu .mm-listitem > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6) !important;
  color: #999 !important;
  font-size: 1.5rem;
}

html #app-menu-mobile-mmenu .mm-listitem.is-selected > a {
  color: white !important;
  color: #666 !important;
  font-weight: 600;
}

html #app-menu-mobile-mmenu .uk-logo {
  display: block;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 9;
  padding-right: 54px;
}

html #app-menu-mobile-mmenu .mmenu-close-icon {
  color: rgba(0, 0, 0, 0.86);
  width: 50px;
  line-height: 80px;
  text-align: center;
  height: 80px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999999;
}

html .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(60vw, 0, 0);
  transform: translate3d(60vw, 0, 0);
}

@media (max-width: 384px) {
  html #app-menu-mobile-mmenu {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  html .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media (min-width: 550px) {
  html .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(330px, 0, 0);
    transform: translate3d(330px, 0, 0);
  }
}
html .mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 880px;
}

html #mmenu-drag-trigger {
  position: absolute;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 5vw;
  height: 100%;
  max-width: 25px;
  background: red;
}

@media screen and (min-width: 960px) {
  html #mmenu-drag-trigger {
    display: none;
  }
}
html #app-menu-mobile-mmenu .mm-listitem.divider-after:not(:last-child) {
  margin-bottom: 3px;
  padding-bottom: 3px;
}

html #app-menu-mobile-mmenu .mm-listitem.divider-before:not(:first-child) {
  margin-top: 3px;
  padding-top: 3px;
}

html #app-menu-mobile-mmenu .mm-listitem.divider-after:not(:last-child):after {
  border-color: rgba(255, 255, 255, 0.26);
  border-bottom-width: 2px;
  bottom: 3px;
}

html #app-menu-mobile-mmenu .mm-listitem.divider-before:not(:first-child):before {
  content: " ";
  border-color: rgba(255, 255, 255, 0.26);
  border-top-width: 2px;
  border-top-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
}

html #app-menu-mobile-mmenu .mm-listview > .mm-listitem:last-child:after {
  content: "";
}

html #app-menu-mobile-mmenu ul.mm-listview {
  padding-top: 8px;
  padding-bottom: 8px;
}

html body.mm-wrapper.mm-wrapper_blocking {
  overflow: inherit;
}

html body.mm-wrapper.mm-wrapper_opening {
  overflow: hidden;
}

html body .mm-panels > .mm-panel {
  width: 100%;
}

html body .mm-panels > .mm-panel.mm-panel_opened {
  z-index: 9999;
}

/*# sourceMappingURL=custom.mmenu.css.map */
