.sidebar-dropdown-menu {
  display: none;
  flex-direction: column;
}
.sidebar-dropdown-menu.show {
  display: flex !important;
}
.sidebar-dropdown-toggle.active span i {
  transform: rotate(180deg);
  transition: transform 0.2s;
}

/* Prevent active color on Insurance Product dropdown */
.sidebar-dropdown-toggle.active,
.sidebar-dropdown-toggle:active,
.sidebar-dropdown-toggle:focus {
  background: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}
.sidebar-dropdown-toggle span i {
  transition: transform 0.2s;
}
