.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #e9ecef;
  overflow: hidden;
  /* transition: 0.1s; */
}

.sidebar .list-div {
  height: calc(100% - 97px);
  overflow: auto;
}

.sidebar-title {
  margin: 3%;
}

.sidebar .btn-s {
  color: #636466;
}

.sidebar .btn-s:hover {
  color: #222222;
}

.sidebar .title, 
.sidebar .list-div {
  border-bottom: 1px solid #bebebe;
}

.sidebar li {
  background-color: #e9ecef;
}

.sidebar a {
  text-decoration: none;
  font-size: 12px;
  color: #272727;
  display: block;
}

.sidebar a:hover {
  color: #575757;
}

#closeManager {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 13px;
  margin-left: 50px;
}

/* #main {
  transition: margin-left .1s;
} */

.actions {
  float: right;
}

.list-group-item {
  padding: 5px;

  border-right: 0px;
  border-left: 0px;
  border-radius: 0 ! important;
}

.list-group-item.version {
  border-bottom: 0px;
}

.navbar .buttons{
  display: flex;
}

.navbar .buttons .spaced {
  margin-left: 2px;
}

.navbar #play.playing .fa-play,
.navbar #play .fa-pause {
  display: none;
}

.navbar #play .fa-play,
.navbar #play.playing .fa-pause {
  display: inherit;
}

.navbar-brand {
  padding-left: 20px;
  font-size: 30px;
  font-style: italic;
}

.navbar-brand img {
  width: 20px;
  height: 20px;
}

.sidebar-buttons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
