@import url('https://fonts.cdnfonts.com/css/snakehead-graffiti');
@import url('https://fonts.cdnfonts.com/css/poppins');
.total{
  background: url(../img/teste.jpeg);
  object-fit: cover;
  background-size: cover;
  background-position: top; 
  background-repeat: no-repeat;
  overflow-x: hidden; 
}

.row {
  width: 99%;

}
.ListMusicsVazio{
  width: 84% !important;
  margin-left: 8%; 
  margin-top: 30%;
  text-align: center;
  font-size: 60px;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Snakehead Graffiti', sans-serif;
  padding-bottom: 20px;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em
}
#BordasPagInit {
  margin: 0 auto;
  border-radius: 30px;
  width: 99%;
  height: auto;
  background: rgba(230, 230, 230, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.Musics{
  width: 50% !important;
  height: 107vh;
  border-right: 4px solid black;
  margin-bottom: -21px; 
  z-index: 100;
}
.TitList {
  width: 100% !important;
  color: #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  line-height: 72px;
  font-weight: bold;
}

.ListMusics {
  width: 90% !important;
  max-height: 80%;
  min-width: 90%;
  margin: -4% 8%; 
  overflow: auto;
}

.Card {
  width: 100%;
  height: 90px;
  margin-top: 3px;
  opacity: 0.7;
  mix-blend-mode: difference;
  background: #3a3636;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

::selection {
  background: none;
}

.card-body {
  position: relative;
  margin-top: -70px;
}

.ImagemCard{
  position: relative;
  width: 70px !important;
  height: 70px !important;
  margin-left: 1%;
  margin-top: -2%;
}
.ImagemCard img{
  width: 100% !important;
  height:  100%;
  object-fit: cover;
  border: 1px solid white;
}

.ImagemCard .play{
  position: absolute;
  top:0;
  width:  100% !important;
  height:  100%;
  object-fit: cover;
  border: 1px solid white;
  background-color: white;
}

.NomeMusic {
  margin-left: 85px;
  margin-top: 7px;
  font-weight: bold;
  text-align: left;
}

.NomePart {
  margin-left: 85px;
  margin-top: 5px;
  text-align: left;
}
.CardMusic {
  display: flex;
}
.Pontos {
  height: 60px;
  width: 40px;
  margin-top: 3%;
  border: none;
  background: transparent;
}

.NomeDurac {
  position: absolute;
  left: 85%;
  top: 16px;
}

.ListMusics::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.ListMusics::-webkit-scrollbar-track {
  background: lightgray;
  border-radius: 20px;
}

.ListMusics::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 20px;
  border: 3px solid 333;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

 .playerCard{
  /* position: relative; */
  width: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  /* z-index: 1000; */

} 

#jau{
  color: #000000;
}
#jau:hover{
  color: #006400;
}
.player {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  width: 70% !important;
  max-height: 300vh;
  margin-left: 10%;
  margin-top: 1% !important;
  box-shadow: 0 1px 10px black;
  background-color: #f1af09;
  border-radius: 5px;
  padding-bottom: 10px !important;
}

.CapaPlayer {
  width: 100%;
  height: 46vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.ImagemCard3 {
  width: 80% !important;
  height: 100% !important;
  object-fit: cover;
  margin-top: 12%;
  border: 1px solid white;
}

#musicName {
  white-space: nowrap;
  width: 100%;
  height: 7px;
  margin-top: 8% !important;
  text-align: center;
  font-size: 2rem;
}
#NamePart {
  text-align: center;
  width: 100%;
}

.controls{
position: relative;
margin-left: 13% !important;
}

.controls button {
  border: none;
  cursor: pointer;
  width: 21.5%;
  object-fit: cover;
  margin: 3px !important;
  background-color: transparent;
}

#Volume {
  position: absolute;
  left: 71%;
  top: -44px;
  width: 100px;
  padding: 2px;
  border-radius: 10px;
  height: 10vh;
  display: none;
  border: none;
}

.controls_Fav button {
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 10px;
  background-color: transparent;
}

.time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10%;
}

.time span {
  font-size: 15px;
  color: #333;
}

.footer {
  width: 100%;
  margin-top: -30px;
}

.time input[type="range"] {
  width: 70%;
  background-color: #333 !important;
}

.time input[type="range"]::-webkit-slider-thumb {
  background-color: #333 !important;
  width: 7px;
}
.time input[type="range"]::-webkit-slider-thumb:hover {
  background-color: black !important;
}

button {
  background: #e6e6e6;
}

.playButton,
.favButton,
#Vol0,
#Vol1,
#Vol2 {
  display: none;
}

.controls button:hover,
.controls_Fav button:hover {
  background-color: none;
  box-shadow: 0 1px 10px gray;
  border-radius: 50%;
}
.controls button:focus,
.Pontos:focus,
.controls_Fav button:focus {
  background: none !important;
}


.Opac{
  position: fixed;
  top: 0;
  left: 0;
  height:  100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1020;
  display: none;
  justify-content: center; 
  align-items: center;
}

.MusicInf{
  background-color: rgba(44, 62, 80, 1.0);
  color: #fff;
  width: 30%;
  max-height: 77vh;
}

.headerInf{
width: 95%;
margin-top: 5% !important;
margin: 0 3%;
padding: 0 2% 10px 2% !important;
border-bottom: 1px solid white !important;
}


.FecharInfs{
  background-color: #e6e6e6 !important;
  width: 30px !important;
  height:30px !important;
}

.DadosMusic{
  width: 98% !important;
  margin-top: 5% !important;
  margin: 0 3%;
  padding: 0 20px!important;

}
.InfCapaPlayer{
  width: 100%;
  margin-top: -20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  
}

.CapaInf{
  width: 35% !important;
  height: 20vh !important;
  object-fit: cover;
  margin-top: 3%;
  border: 1px solid white;
}
.Infs{
  max-height: 40vh;
  overflow: auto;
  
}

.Infs::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.Infs::-webkit-scrollbar-track {
  background: lightgray;
  border-radius: 20px;
}

.Infs::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 20px;
  border: 3px solid 333;
}

dt{
  width: 50% !important;
}
dd{
  text-align: end;
  width: 50% !important;

}
/* 1089 */
@media (max-width: 1089px) { 
  #Volume {
    left: 67.5%;
  }
  }

  
  @media (max-width: 1034px) { 
    #Volume {
      left: 65%;
    }
    }
@media (max-width: 976px) { 
  .controls button {
    width: 19%;
  }
  #Volume {
    top: -43px;
    left: 60%;
  }
}
@media (max-width: 877px) { 

  #Volume {
    top: -43px;
    left: 55%;
  }
}
@media (max-width: 783px) { 

  #Volume {
    top: -43px;
    left: 50%;
  }
}


 @media (max-width: 700px) { 
  #BordasPagInit {
    width: 100%;
  }
  .Musics{
    order: 2;
    width: 100% !important;
    height: auto;
    margin-left: 3% !important;
    border: none;
    margin-bottom: 2%;
  }
  
  .playerCard{
    order: 1;
    width: 100% !important;
    margin-left: 3% !important;
  } 
  .player {
    padding-bottom: 20px;
    width: 100% !important;
  }
  .controls_Fav{
    margin-bottom: 3%;
  }

  .BordasPagInit {
   padding-bottom: 2%;
    }
    .MusicInf{
    width: 85% !important;
      max-height: 80vh;
    }
    .controls button{
      height: 7vh;
    }

#Volume {
  position: absolute;
  left: 60%;
  /* top: -80%; */
}
  }


@media (max-height: 700px){
  .MusicInf{
    width: 40%;
    max-height: 100vh;

}
  .InfCapaPlayer{
    margin-top: 1px;
  }
  .controls_Fav{
    margin-bottom: 3%;
  }
}

#copy{
  color: #000000;
  text-align: center;
}

#desen{
  color: #000000;
  text-align: center;
}
.test{
  margin: 0 auto;
  border-radius: 10px;
  width: 99%;
  height: auto;
  background: rgba(230, 230, 230, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

.loading {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  /* background-color: white; */
}

.load {
  width: 20px;
  height: 33px;
  background-color: limegreen;
  animation: 0.8s move6 infinite;
  border-radius: 5px;
  margin: 0.2em;
}

.load:nth-child(1) {
  animation-delay: 0.2s;
}

.load:nth-child(2) {
  animation-delay: 0.4s;
}

.load:nth-child(3) {
  animation-delay: 0.6s;
}
.load:nth-child(4) {
  animation-delay: 0.2s;
}

.load:nth-child(5) {
  animation-delay: 0.4s;
}


.play {
  position: relative;
  left: -0.70em;
  height: 100%;
  width: 100%;
  clip-path: polygon(50% 50%, 100% 50%, 75% 6.6%);
  background-color: white;
  transform: rotate(90deg);
  align-self: center;  
  margin-top: -18px;
   justify-self: center;
}


@keyframes move6 {
  0% {
    height: 0.2em;
  }

  25% {
    height: 0.7em;
  }

  50% {
    height: 1.5em;
  }
  70% {
    height: 2em;
  }
  100% {
    height: 0.2em;
  }
}