#core-navigation-drawer.v-navigation-drawer--mini-variant {
  pointer-events: none;
}
#core-navigation-drawer.v-navigation-drawer--mini-variant .v-list-item {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
#core-navigation-drawer.v-navigation-drawer--mini-variant .v-list-group--sub-group {
  display: block !important;
}
#core-navigation-drawer.v-navigation-drawer--mini-variant .v-navigation-drawer__content {
  overflow-y: hidden;
}
#core-navigation-drawer.v-navigation-drawer--is-mouseover .v-navigation-drawer__content {
  overflow-y: auto;
}
#core-navigation-drawer .v-list-group__header.v-list-item--active:before {
  opacity: 0.24;
}
#core-navigation-drawer .v-list-item__icon--text, #core-navigation-drawer .v-list-item__icon:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 20px;
}
.v-application--is-ltr #core-navigation-drawer .v-list-item__icon--text, .v-application--is-ltr #core-navigation-drawer .v-list-item__icon:first-child {
  margin-right: 24px;
  margin-left: 12px !important;
}
.v-application--is-rtl #core-navigation-drawer .v-list-item__icon--text, .v-application--is-rtl #core-navigation-drawer .v-list-item__icon:first-child {
  margin-left: 24px;
  margin-right: 12px !important;
}
#core-navigation-drawer .v-list-item.header-item .v-list-item__title {
  font-weight: bold !important;
  text-transform: uppercase;
}
#core-navigation-drawer .v-list--dense .v-list-item__icon--text, #core-navigation-drawer .v-list--dense .v-list-item__icon:first-child {
  margin-top: 10px;
}
.v-application--is-ltr #core-navigation-drawer .v-list-group--sub-group .v-list-item {
  padding-left: 8px;
}
.v-application--is-rtl #core-navigation-drawer .v-list-group--sub-group .v-list-item {
  padding-right: 8px;
}
.v-application--is-ltr #core-navigation-drawer .v-list-group--sub-group .v-list-group__header {
  padding-right: 0;
}
.v-application--is-rtl #core-navigation-drawer .v-list-group--sub-group .v-list-group__header {
  padding-right: 0;
}
#core-navigation-drawer .v-list-group--sub-group .v-list-group__header .v-list-item__icon--text {
  margin-top: 19px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
#core-navigation-drawer .v-list-group--sub-group .v-list-group__header .v-list-group__header__prepend-icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.v-application--is-ltr #core-navigation-drawer .v-list-group--sub-group .v-list-group__header .v-list-group__header__prepend-icon {
  margin-right: 8px;
}
.v-application--is-rtl #core-navigation-drawer .v-list-group--sub-group .v-list-group__header .v-list-group__header__prepend-icon {
  margin-left: 8px;
}
