:root {
  --padding: 10px 20px;
  --radius: 10px;
  --fondo: #181818;
  --effect: all 0.5s;
  --pink: #e41d5b;
  --pink05: #f2dade;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  min-width: 100vw;
  padding: 0 ;
  font-family: 'Goldman', cursive;
}
.container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.container aside {
  width: 20%;
  height: 100vh;
  background-color: #ececec;
  padding: 10px 10px;
  margin-right: 20px;
}
.container aside .menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

#logo{
  margin-bottom: 60px;
}

.container aside .menu a {
  text-decoration: none;
  padding: 10px ;
  color: #c5c5c5;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--pink);
  opacity: 0.5;
  transition: 0.3s;
}

.container aside .menu a span {
  margin-right: 8px;
}
.container aside .menu a:hover{
  background-color: #bdbcbc;
  border-radius: 5px;
  color: var(--pink);
  opacity: 1;
  transition: 0.3s;
}

#tltta-menu {
  background-color: #bdbcbc;
  border-radius: 5px;
  color: var(--pink);
  opacity: 1;
  
}




.container section {
  width: 80%;
  height: 100vh;
  color: var(--pink);
  background-color: #ffffff;
  overflow-y: scroll;
  padding-bottom: 5rem;
}
.container section::-webkit-scrollbar {
  -webkit-appearance: none;
}
.container section::-webkit-scrollbar:vertical {
  width: 7px;
}
.container section::-webkit-scrollbar-thumb {
  background-color: #797979;
}
.container section header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: var(--padding);
  width: 80%;
  background-color: #f0ced3;
  z-index: 2;
}
.container section header .button_prev_next,
.container section header .subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container section header .button_prev_next span {
  cursor: pointer;
}
.container section header .button_prev_next span.btn_prev {
  margin-right: 1em;
}
.container section header .subscribe .account {
  margin-right: 1.5em;
}
.container section header .subscribe .account button {
  background-color: #000000;
  border: 1px solid #ffffff;
  width: 100px;
  padding: 0.8em 0;
  color: #ffffff;
  border-radius: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s;
}
.container section header .subscribe.account button:hover {
  transform: scale(1.1);
}
.container section header .subscribe .file {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000000;
  width: auto;
  padding: 0.4em 5px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 2;
}
.container section header .subscribe .file .user-img {
  background-color: #333333;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-img,
.user-name {
  margin-right: 5px;
}
.container section .gradient-container,
.container section .content-container {
  padding: var(--padding);
}
.container section .gradient-container {
  background: var(--pink05);
  width: 100%;
  margin-top: 20px;
  box-shadow: rgba(100, 100, 111, 0.5)2px 7px 29px 2px;
}
.container section .gradient-container .banner {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-image: url(img/banner.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}


.container section .gradient-container .banner .singer {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  margin: 1em;
  width: 200px;
  height: 200px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.container section .gradient-container .banner .singer span{
text-align: center;
margin: auto 0;
color: #ffffff;
font-size: 18px;
}


.container section .gradient-container .banner .singer img {
  position: absolute;
  width: 200px;
  height: 200px;
  transition: 0.5s;
  z-index: 1;
}


.container section .gradient-container .banner .singer:hover img{
  width: 100%;
  transform: scale(1.2);
  transition: ease 0.5s;
  opacity: 0.2;
}
.container .content-container .title {
  text-align: start;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.container section .content-container .generos,
.container section .content-container .chart {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex-grow: 1;
  margin-bottom: 20px;
}
.container section .content-container .generos .cards {
  transition: var(--effect);
  flex-basis: calc((100% / 3) - 20px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: var(--pink05);
  cursor: pointer;
  border-radius: var(--radius);
  margin: 10px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.5)0px 7px 10px 0px;
}

.container section .content-container .generos .cards h4 {
  font-size: 12px;
}

.bor {
  position: relative;
  top: -80px;
  left: -80px;
  background-color: rgba(100, 100, 111, 0.5);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-start-start-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  opacity: 0;
  
}

.bor span{
  color: white;

}


.container section .content-container .generos .cards .card_image {
  width: 80px;
  height: 80px;

}
.container section .content-container .generos .cards .card_image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  overflow: hidden;
}
.container section .content-container .generos .cards .card_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: calc(100% - 80px);
}
.container section .content-container .generos .cards .card_text img {
  opacity: 0;
}
.container section .content-container .generos .cards:hover {
  background: rgba(100, 100, 111, 0.5);
  transition: 0.3s;
  transform: scale(1.1);
}
.container section .content-container .generos .cards:hover img {
  opacity: 1;
  transition: var(--effect);
}

.container section .content-container .generos .cards:hover .bor{
left: 0px;
opacity: 1;
transition: ease-in-out 0.3s;
}
.container section .content-container .chart .song_chart {
  transition: var(--effect);
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-basis: calc((100% / 4) - 20px);
  margin: 10px;
  background-color: var(--pink05);
  padding: 1em;
  cursor: pointer;
  border-radius: var(--radius);
}

.song_chart span {
  font-weight: 400;
  color: #797979;
}


.container section .content-container .chart .song_chart:hover {
  background-color: #c5c5c5;
  transform: scale(1.1);
  transition: 0.5s;
}
.container section .content-container .chart .song_chart img {
  width: 100%;
  height: 100%;
}
.container section .content-container .chart .song_chart:hover img {
  transition: 0.3s;
  box-shadow: 5px 4px 10px hsl(0, 0%, 11%);
}
.container section .content-container .chart .song_chart h4 {
  margin-top: 1em;
}

input,
textarea,
select,
button {
  outline: none;
}
input {
  line-height: normal;
}
label,
button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}

.music {
  width: 100vw;
  min-width: 100vw;
  height: 200px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 35px 15px 30px;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 100;
  bottom: -130px;
  cursor: pointer;
  transition: ease-in-out 0.5s;
}

.music:hover {
  bottom: 0;
  transition: ease-in-out 0.5s;
}

.left-item{
  max-width: 30vw;
  margin-left: 20px;
}

.right-item{
  width: fit-content;
  margin-left: 30px;
}
.music-thumb {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
}
.music-thumb.is-playing {
  animation: spinner 5s infinite linear;
}
.music-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100rem;
  box-shadow: 0 0 0 3px #ffb86c, 0 0 0 6px white, 0 0 0 9px #ff6bcb;
}
.music-name {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.timer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
.play {
  position: relative;
}
.play:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right bottom, #ff6bcb, #ffb86c);
  transform: scale(1.5);
  border-radius: 100rem;
}
.player-inner {
  width: 50px;
  height: 50px;
  border-radius: 100rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.play-repeat,
.play-back,
.play-forward {
  cursor: pointer;
}
.range {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 66vw; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
  margin-bottom: 20px;
}
.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  background-color: #eeee;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #20e3b2;
  width: 15px;
  height: 15px;
  border-radius: 100rem;
  margin-top: -8px;
  box-shadow: 0 0 0 3px white, 0 0 0 6px rgba(100, 100, 111, 0.05);
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.play-repeat {
  font-size: 20px;
}

.nb{
  margin-left: 20px;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-top: 20px;
    font-weight: 700;
  
}

#toast {
  position: fixed;
  top: 32px;
  right: -400px;
  z-index: 999999;
  transition: ease 0.3s;
}
#toast {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  padding: 20px 0;
  min-width: 400px;
  max-width: 450px;
  border-left: 4px solid;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  transition: all linear 0.3s;
}
#sad_face {
  font-size: 30px;
  margin-right: 10px;
  margin-left: 10px;
  color: #000000;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(calc(100% + 32px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}


footer {
  width: 100%;
  height: 20rem;
  background-color: var(--pink05);
  margin-top: 20px ;
  display: flex;
}

.na_foot,
.fas_connect,
.inf{
  margin-left: 4rem;
  margin-top: 30px;
  text-decoration: none;
}

.na_foot{
  font-weight: 700;
  font-size: 18px;
  margin-top: 5rem;
  color: var(--pink);
}

.na_foot span:last-child{
 font-size: 25px;
}
.na_foot,
.fas_connect ul,
.inf ul{
  list-style: none;
}

.fas_connect ul li,
.inf ul li {
  margin-top: 10px;
  color: #797979;
}

.inf ul li a {
  color: #797979;
}


.fas_connect span,
.inf span {
  font-size: 20px;
  font-weight: 700;
}

.xxx {
  color: #000000;
  text-align: center;
}
