.main-sidebar,
.main-sidebar .sidebar,
.main-sidebar .sidebar-menu,
.main-sidebar .sidebar-menu > li,
.main-sidebar .sidebar-menu > li > .treeview-menu,
.main-sidebar .sidebar-menu .treeview-menu,
.main-sidebar .sidebar-menu .treeview-menu > li,
.main-sidebar .sidebar-menu .treeview-menu > li > .treeview-menu {
  background-color: #fff !important;
}
.main-sidebar {
  border-right: 1px solid #eef2f7;
}
.main-sidebar .sidebar-menu > li {
  margin: 4px 10px;
}
.main-sidebar .sidebar-menu > li > a {
  padding: 9px 12px;
  min-height: 40px;
  border-radius: 8px;
  border-left: 0 !important;
  font-size: 14px;
  font-weight: 500;
  color: #1f2d3d;
  transition: background-color .2s ease, color .2s ease;
}
.main-sidebar .sidebar-menu > li:hover > a {
  background-color: #f5f9ff !important;
}
.main-sidebar .sidebar-menu > li.active > a,
.main-sidebar .sidebar-menu > li.treeview-open > a,
.main-sidebar .sidebar-menu .treeview-menu > li.active > a {
  background-color: #f2f8ff !important;
  color: #2c6cff !important;
}
.main-sidebar .sidebar-menu .treeview-menu {
  position: relative !important;
  margin: 4px 0 8px;
  margin-left: 8px;
  padding: 2px 0 2px 12px;
  border-left: 1px dashed #b7d8ff !important;
}
.main-sidebar .sidebar-menu .treeview-menu > li {
  position: relative;
}
.main-sidebar .sidebar-menu .treeview-menu > li:before {
  content: '';
  position: absolute;
  top: 18px;
  left: -12px;
  width: 12px;
  border-top: 1px dashed #b7d8ff;
}
.main-sidebar .sidebar-menu .treeview-menu > li > a {
  margin: 2px 0;
  padding: 7px 9px;
  min-height: 32px;
  border-radius: 6px;
  background-color: #fff !important;
  font-size: 13px;
  font-weight: 500 !important;
  color: #2d4059;
}
.main-sidebar .sidebar-menu > li > a > i:first-child,
.main-sidebar .sidebar-menu .treeview-menu > li > a > i:first-child {
  width: 16px !important;
  margin-right: 6px;
  text-align: center;
}
.main-sidebar .sidebar-menu > li:nth-child(8n+1) > a > i:first-child,
.main-sidebar .sidebar-menu .treeview-menu > li:nth-child(8n+1) > a > i:first-child {
  color: #2f80ed;
}
.main-sidebar .sidebar-menu > li:nth-child(8n+2) > a > i:first-child,
.main-sidebar .sidebar-menu .treeview-menu > li:nth-child(8n+2) > a > i:first-child {
  color: #f2994a;
}
.main-sidebar .sidebar-menu > li:nth-child(8n+3) > a > i:first-child,
.main-sidebar .sidebar-menu .treeview-menu > li:nth-child(8n+3) > a > i:first-child {
  color: #2d9cdb;
}
.main-sidebar .sidebar-menu > li:nth-child(8n+4) > a > i:first-child,
.main-sidebar .sidebar-menu .treeview-menu > li:nth-child(8n+4) > a > i:first-child {
  color: #56ccf2;
}
.main-sidebar .sidebar-menu > li:nth-child(8n+5) > a > i:first-child,
.main-sidebar .sidebar-menu .treeview-menu > li:nth-child(8n+5) > a > i:first-child {
  color: #6f7bf7;
}
.main-sidebar .sidebar-menu > li:nth-child(8n+6) > a > i:first-child,
.main-sidebar .sidebar-menu .treeview-menu > li:nth-child(8n+6) > a > i:first-child {
  color: #27ae60;
}
.main-sidebar .sidebar-menu > li:nth-child(8n+7) > a > i:first-child,
.main-sidebar .sidebar-menu .treeview-menu > li:nth-child(8n+7) > a > i:first-child {
  color: #eb5757;
}
.main-sidebar .sidebar-menu > li:nth-child(8n) > a > i:first-child,
.main-sidebar .sidebar-menu .treeview-menu > li:nth-child(8n) > a > i:first-child {
  color: #9b51e0;
}
.main-sidebar .sidebar-menu li.active > a > i:first-child,
.main-sidebar .sidebar-menu li.treeview-open > a > i:first-child {
  color: #2c6cff !important;
}
.skin-blue-light .sidebar-menu > li > a,
.skin-blue-light .sidebar-menu > li.active > a,
.skin-blue-light .sidebar-menu > li:hover > a {
  border-left-color: transparent !important;
}
