#menu {
  top: calc(var(--top-panel-height) / 2) !important;
  width: fit-content !important;
  transform: translateY(-50%) !important;
  z-index: 11 !important;
}
#path-menu {
  text-align: left;
  padding-left: 300px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#path-menu > i,
#path-menu span > i {
  margin: 0 5px 0 5px;
}
#path-menu a {
  color: var(--text-color) !important;
}
#fancy-line {
  padding-left: 300px;
  display: flex;
  column-gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
#fancy-line > div {
  height: 5px;
}
#fancy-line > div:first-child {
  background: #E34A99;
  width: 75px;
}
#fancy-line > div:last-child {
  background: #2DDDF7;
  width: 160px;
}
/*# sourceMappingURL=menu-on-top-configuration.css.map */