text.highcharts-axis-title {
    text-transform: none !important;
}

aside[aria-label='navigation'] {
  z-index: 1007 !important;
  position: fixed !important;
  top: calc(var(--header-height-sticky) - 20px) !important;
  right: -100% !important;
  height: calc(100% - var(--header-height-sticky) + 20px) !important;
  width: 100% !important;
  transition: all 0.3s ease-in !important;
}

@media (min-width: 1024px) {
  aside[aria-label='navigation'] {
    display: none !important;
  }
}

aside[aria-label='navigation'] > header {
  display: none !important;
}

aside[aria-label='navigation'].active {
  right: 0 !important;
  transition: all 0.3s ease-out !important;
}



