.ant-layout-sider-children {
  background: transparent !important;
}

.ant-notification {
  z-index: 10000000 !important;
  position: fixed !important;
}
.ant-layout-sider-trigger {
  background: #6949b8 !important;
  color: #fff !important;
}

.ant-menu-item-only-child {
  background: transparent !important;
  color: white !important;
  border-radius: 0 !important;
  font-weight: 500;
}

.ant-menu-item-only-child:hover {
  background: #15084f !important;
  color: white !important;
  border-radius: 0 !important;
  font-weight: 500;
}

.ant-menu-inline {
  background: transparent !important;
  color: white !important;
}

.ant-menu-submenu-open,
.ant-menu-item-selected {
  background: #15084f !important;
  color: white !important;
}

.ant-menu-submenu-inline {
  margin: 5px !important;
}

.ant-menu-submenu-title[aria-expanded='true'] {
  padding-left: 14px !important;
}
