.sidebar-item:hover {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255,184,0);
}

.sidebar-item:hover .sidebar-item-link {
  color: rgb(255,184,0) !important;
}

.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-nav {
  flex: 1;
  margin: 0 5px;
}

.button-nav:hover {
  border-bottom-style: solid !important;
  border-bottom-width: 2px;
  border-bottom-color: rgb(255,184,0) !important;
  color: #ffb800;
}

a {
  text-decoration: none!important;
}

.vid-duration {
  position: absolute;
  right: 7px;
  bottom: 5px;
  color: #ffffff;
}

.container-thumb {
  position: relative;
}

.vid-title:hover {
  color: #ffb800 !important;
}

.views:hover + .vid-title {
  color: #ffb800 !important;
}

