/*********************************/
/* playlist topo */
/*********************************/


.container-header-lista-reproducao {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-shrink: 0;
  width: 100%;
  height: 85px;
  background-color: rgba(255, 0, 0, 0);
  position: relative;
  padding: 0 !important;
  margin-bottom: 30px;
}

.effects {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -100%);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
  mix-blend-mode: lighten;
}

.loobyBG {
  position: relative;
  top: -95px;
  width: 100%;
  height: 30%;
  filter: hue-rotate(250deg) saturate(3) brightness(1);
}


.add-video-lista-reproducao {
  display: none;
  height: 44px;
  width: calc(100% - 26px);
  background-color: rgba(255, 255, 255, 0.212);
  top: 140px;
  border-radius: 20px;
  position: absolute;
  opacity: 0;
  will-change: transform;
}

.add-video-lista-reproducao.show {
  display: block;
  animation: opacityShow 0.5s ease forwards;
}

.add-video-lista-reproducao.hiden {
  animation: opacityHiden 0.7s ease forwards;
}














#input-add-video:focus {
  outline-color: #edf1ff;
  background: rgb(223, 234, 255);
  box-shadow: inset 20px 20px 60px rgb(223, 234, 255),
    inset -20px -20px 60px rgb(223, 234, 255);
  transition: 0.3s;
}







#input-add-video {
  width: 100%;
  padding: 12px;
  padding-right: 65px;
  font-size: 16px;
  border-radius: 20px;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  background-color: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
















#btn-carregar-video-lista-reproducao {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: -86%;
  left: 100%;
  margin-left: -40px;
  color: rgba(0, 0, 0, 0.8);
  transform: translateY(-0%, -100%);
  background-color: rgb(61, 255, 158);
  border: none;
}


#title-video-atual {
  color: #26a570;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: -17px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  font-size: 0.81em;
}

#title-video-atual span {
  margin-top: 5px;
  font-size: 16px;
  max-width: 200px;
  font-weight: 400;
  color: #ffffffd3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


#title-playlist {
  position: absolute;
  font-size: 1.85em;
  top: calc(100% - 8px);
  transform: translateY(-100%);
  left: 0;
  background-image: linear-gradient(to top, #1032caa4 30%, rgb(0, 100, 255) 70%);
  background-image: linear-gradient(to top, #138052 30%, #37f1a3 70%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-left: -1.5px;
}


.icones-header-lista-reproducao {
  border-radius: 5px;
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  gap: 8px;
  top: 0;
  right: 0;
}

.box-icones-lista-reproducao {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-icones-lista-reproducao :first-child i {
  color: rgba(255, 255, 255, 0.9);
}


#btn-menu-playlist {
  background-color: rgba(255, 255, 255, 0.13) !important;
}


#btn-add-video {
  background-color: #37f1a3;
}


.status-usuarios-sala {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.150);
  background-color: #0f0f0f;
  border-radius: 20px;
  position: absolute;
  height: 25px;
  padding: 5px;
  right: 0;
}

.box-perfil-usuarios {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.box-perfil-usuarios img {
  width: 19px;
  height: 19px;
  padding: 2px;
  background-size: cover;
  background-position: center;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
}