.side-nav {
  overflow-x: hidden;
  width: 250px;
}

.side-nav__container {
  width: 500px;
  position: relative;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transform: translateX(0);
  transition: transform .2s ease-in-out;
}

.side-nav__container.moved {
  transform: translateX(-50%);
}

.w250 {
  width: 250px;
}

.mega-collapse__icon {
  width: 15px;
  height: auto;
}

.mega-collapse {
  display: flex;
  flex-direction: row;
  align-items: center;
}
