.sidenav {
  background: #212121;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  left: 0;
  position: fixed;
  overflow: auto;
  transform: translate(-262px, 0);
  transition: transform .3s;
  top: 0;
  width: 250px;
  z-index: 100;
}
.sidenav.show {
  transform: translate(0, 0);
}
.sidenav-brand {
  background: #aaa;
  color: #111;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 20px 5px 0;
  vertical-align: middle;
  height: 30px;
}
.sidenav-header {
  background: transparent;
  border-bottom: 1px solid #424242;
  color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
  padding: 15px 15px 5px;
  text-align:center;
}
.sidenav-header a {
  color: white;
}
.sidenav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav-menu a:after {
  content: "■";
  position: absolute;
  left: 20px;
  padding-top: 5px;
  font-size: 10px;
}
.my-playlist-side a:after {
  content: "";
}
.sidenav-menu a {
  background: transparent;
  color: #BDBDBD!important;
  display: flex;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 14px;
}
.sidenav-menu a:hover {
  background: #616161;
  color: #BDBDBD;
}
.sidenav-menu a.active {
  color: #FAFAFA;
}
.sidenav-overlay {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.sidenav-no-scroll {
  overflow: hidden !important;
}
.close-side:hover {
  color: white;
}
.close-side {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #333;
}