.conteiner{
    max-width: 80vw;
    height: 100vh;
    margin-left: 320px;
    margin-right: 56px;

}
.cabeca{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    margin: 10px;
    background-color: #121212;
}
.cabeca__navegacao{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cabeca__navegacao .esquerda{
    margin-right: 1.25rem;
}
.seta-esquerda, .seta-direita{
    display: flex;
    align-items: center;
    width: 32px;
    justify-content: center;
    height: 32px;
    background-color:#131313;
    background:  rgba(0,0,07);
    border:none;
    border-radius: 50%;
    cursor: pointer;
}
.cabeca__buscar{
    display: flex;
    align-items: center;
    border-radius: 40px;
}
.cabeca__buscar {
    display: flex;
    align-items: center;
    width: 364px;
    height: 48px;
    background-color: #242424;
    border: 500px;
    border: 1px solid transparent;

}
.cabeca__buscar  img{
    width: 16px;
    height: 16px;
    margin-left:10px ;
    

}
.cabeca__buscar input{
    background-color: transparent;
    border: none;
    padding: 0 100px 0 12px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: none;

}
.cabeca__logar .inscrever{
    color: #b8b0b0;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    margin-right: 32px;
    cursor: pointer;
}
.cabeca__logar .entrar{
    color: #000;
    width: 100px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    cursor: pointer;
}
.container-playlist{
    height: 68vh;
    padding-top: 16px;
    margin: 10px;
    border-radius: 10px;
    background-color: #121212;

}
.playlist{
    margin: 10px 24px;
}

.playlist #secao-id{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.playlist .secao{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    
}

.container-opcoes-rolavel{
    max-height: 50vh;
    margin: 24px;
    overflow-y: auto;
}
.container-opcoes-rolavel::-webkit-scrollbar{
    width: 1px;
}
.container-opcoes-rolavel::-webkit-scrollbar-thumb{
    background-color: transparent;
}



.itens{
    display: grid;
    justify-items: center;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 16px;
    grid-gap: 16px;

    /* CODIGO COM JS CALCULANDO OS CARDS POR COLUNA */
    display: grid;
    gap: 16px;
    grid-gap: 32px;
    margin: 0 auto;
}

  
.cards{
    position: relative;
    width: 220px;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}
.cards span{
    padding: 16px;
    position: absolute;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.card1 {
    background-color: rgb(0, 100, 80);
  }
.card2 {
  background-color: rgb(132, 0, 231);
}
.card3 {
  background: rgb(30, 50, 100);
}
.card4 {
  background: rgb(140, 25, 50);
}
.card5 {
  background: rgb(232, 17, 91);
}
.card6 {
  background: rgb(83, 122, 161);
}
.card7 {
  background: rgb(142, 102, 172);
}
.card8 {
  background: rgb(20, 138, 8);
}
.card9 {
  background: rgb(30, 50, 100);
}
.card10 {
  background: rgb(233, 20, 41);
}
.card11 {
  background: rgb(80, 55, 80);
}
.card12 {
  background: rgb(216, 64, 0);
}
.card13 {
  background: rgb(186, 93, 7);
}
.card14 {
  background: rgb(0, 30, 80);
}
.card15 {
  background: rgb(60, 30, 80);
}
.itens img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 107px;
  transform: rotate(25deg) translate(18%, -2%);
}
.artist {
  --column-count: 5;
  --grid-gap: 24px;
  --min-container-width: 372px;
}

.hidden {
  display: none;
}

.grid-container {
  grid-gap:24px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-width: 767px;
}

.artist-card {
  background: #181818;
  border-radius: 8px;
  -ms-flex: 1;
  flex: 1;
  isolation: isolate;
  padding: 16px;
  position: relative;
  transition: background-color 0.3s ease;
  width: 100%;
}

.artist-card:hover {
  background-color: #252525;
}

.card-img {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.artist-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 50%;
}

.card-text {
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 62px;
}

.card-text a {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.artist-name {
  box-sizing: border-box;
  margin-block: 0px;
  font-size: 16px;
  font-weight: 700;
  padding-block-end: 8px;
}

.artist-categorie {
  color: #6a6a6a;
  font-weight: 400;
  font-size: 0.875rem;
}

.play {
  position: relative;
}

.play .fa-play {
  position: absolute;
  right: 10px;
  top: 120px;
  padding: 18px;
  background-color: #1db954;
  border-radius: 100%;
  font-size: 14px;
  opacity: 0;
  transition: all ease 0.4s;
}

.artist-card:hover .play .fa-play {
  opacity: 1;
  transform: translateY(-20px);
}

.play .fa-play:hover {
  padding: 20px;
  cursor: pointer;
}

#result-artist {
  padding: 20px 40px;
}
/* FIM CARD ARTISTA */