.theme-purple .vertical_menu_container .vertical_menu_wrapper {
  background: #55006E;
  color: #eee;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-purple .vertical_menu_container .menu_item_wrap a.menu_item {
  color: #eee;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-purple .vertical_menu_container .menu_item_wrap a.menu_item svg {
  fill: #eee;
}
.theme-purple .vertical_menu_container .menu_item_wrap a.menu_item.openItem,
.theme-purple .vertical_menu_container .menu_item_wrap a.menu_item.active {
  color: #fff;
  background-color: #690088;
}
.theme-purple .vertical_menu_container .menu_item_wrap a.menu_item.openItem svg,
.theme-purple .vertical_menu_container .menu_item_wrap a.menu_item.active svg {
  fill: #fff;
}
.theme-purple .vertical_menu_container .menu_item_wrap a.menu_item:hover {
  color: #fff;
  background-color: #690088;
}
.theme-purple .vertical_menu_container .menu_item_wrap a.menu_item:hover svg {
  fill: #fff;
}
.theme-purple .vertical_menu_container .menu_item_wrap .childcontent {
  background-color: #690088;
}
.theme-purple .vertical_menu_container .menu_item_wrap .childcontent a.menu_item {
  color: #eee;
}
.theme-purple .vertical_menu_container .menu_item_wrap .childcontent a.menu_item svg {
  fill: #eee;
}
.theme-purple .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.openItem,
.theme-purple .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.active {
  color: #fff;
  background-color: #7c00a1;
}
.theme-purple .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.openItem svg,
.theme-purple .vertical_menu_container .menu_item_wrap .childcontent a.menu_item.active svg {
  fill: #fff;
}
.theme-purple .vertical_menu_container .menu_item_wrap .childcontent a.menu_item:hover {
  color: #fff;
  background-color: #7c00a1;
}
.theme-purple .vertical_menu_container .menu_item_wrap .childcontent a.menu_item:hover svg {
  fill: #fff;
}
.theme-purple .vertical_menu_container .toggler svg {
  fill: #eee;
}
.theme-purple.position-offcanvas .vertical_menu_container {
  background: #9000bb;
}
.theme-purple.position-offcanvas .vmenu-toggle.close {
  background-color: #55006E;
}
.theme-purple.position-offcanvas .vmenu-toggle.close svg {
  fill: #eee;
}
