.sidebar[data-v-25074474] {
  width: 100%;
  height: 100%;
}
.sidebar .sider-bar[data-v-25074474] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  cursor: pointer;
}
.sidebar .sider-bar .title[data-v-25074474] {
  padding-left: 5px;
  color: #333;
  font-size: 16px;
}
.sidebar .sider-bar .bar-icon[data-v-25074474] {
  flex-shrink: 0;
  color: #333;
}
.sidebar .sider-bar:hover .title[data-v-25074474],
.sidebar .sider-bar.active .title[data-v-25074474],
.sidebar .sider-bar:hover .bar-icon[data-v-25074474],
.sidebar .sider-bar.active .bar-icon[data-v-25074474] {
  color: #3266cc;
  font-weight: bolder;
}
.sidebar .sider-bar[data-v-25074474]:last-child {
  margin-top: 8px;
  height: 50px;
  border-top: 1px solid #ddd;
}

