/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99; /* Stay on top */
  top: 0;
  left: 0;
  background: white;
  
  overflow-x: hidden; /* Disable horizontal scroll */  
  
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

.sidebar .topbar .close-bt
{
    cursor: pointer;
}
