#main-layout .ant-layout-header {
  display: flex;
  justify-content: space-between;
}
#main-layout .ant-layout-header .trigger {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  transition: color 0.3s;
}
#main-layout .ant-layout-header .trigger:hover {
  color: #1890ff;
}
#main-layout .logo {
  height: 32px;
  margin: 16px;
  line-height: 32px;
  color: #fff;
}
.site-layout .ant-layout-content {
  overflow-y: auto;
}
.site-layout .site-layout-background {
  background: #fff;
}
.ant-layout-sider-light {
  background-color: #2ab6e2;
}
.ant-layout-sider-light .ant-layout-sider-children {
  background-color: #2ab6e2;
}
.ant-layout-sider-light .ant-layout-sider-children .ant-menu-light {
  background-color: #2ab6e2;
  border: none;
}
.ant-layout-sider-light .ant-layout-sider-children .ant-menu-light .ant-menu-submenu-title {
  color: #fff;
}
.ant-layout-sider-light .ant-layout-sider-children .ant-menu-light .ant-menu-item {
  width: 100%;
  color: #fff;
}
.ant-layout-sider-light .ant-layout-sider-children .ant-menu-light .ant-menu-item a {
  color: #fff;
}
.ant-layout-sider-light .ant-layout-sider-children .ant-menu-light .ant-menu-item-selected a {
  color: #2ab6e2;
}
.ant-layout-sider-light .ant-layout-sider-children .ant-menu-light .ant-menu-sub {
  background-color: #2ab6e2;
}
.ant-menu-submenu-arrow {
  color: #fff !important;
}
/*# sourceMappingURL=app.css.map */