/* The sidebar menu */
.cls-sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 5px #00000036;
  /*overflow-x: hidden;*/ /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.1s; /* 0.5 second transition effect to slide in the sidebar */
}
