*{box-sizing:border-box;font-family:Ubuntu,sans-serif;margin:0;padding:0}h1{font-size:1rem}h2{color:#333}h3,h4{color:#646464;font-weight:400}.App{transition:all .5s ease}.library-margin{margin-left:33%}.song-container{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center}.song-container img{border-radius:50%;transition:all .5s ease;width:16%}.song-container h2{padding:1.5rem 1rem 1rem}.song-container h3{font-size:1rem}.song-container span{color:#646464;cursor:pointer;font-size:1.3rem;margin-bottom:1rem;margin-top:1.2rem;opacity:.5;transition:all .5s ease}.song-container.favorite span{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}.library-margin .song-container img{width:20%}@media screen and (max-width:768px){.song-container img{width:40%}.song-container h2{padding:3rem 1rem 1rem}}@media screen and (max-width:400px){.song-container img{width:40%}.song-container h2{padding:3rem 1rem 1rem}}.player{flex-direction:column;justify-content:space-between}.player,.time-control{align-items:center;display:flex}.time-control{width:50%}.time-control input{-webkit-appearance:none;background:transparent;cursor:pointer;width:100%}.time-control p{padding:1.3rem}.play-control{display:flex;justify-content:space-between;padding:1rem;width:30%}.play-control svg{cursor:pointer}.time-counter{text-align:center;width:15%}.selected{background-color:rgba(130,109,166,.5)!important}.selected span{opacity:1!important}.track{background:blue;border-radius:1rem;height:1rem;overflow:hidden;position:relative;width:100%}.animate-track{background:#ccc;height:100%;left:0;padding:1rem;pointer-events:none;position:absolute;top:0;-webkit-transform:translateX(0);transform:translateX(0);width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;opacity:0;width:16px}input[type=range]::-moz-range-thumb{-webkit-appearance:none;background:transparent;border:none;opacity:0}input[type=range]::-ms-thumb{opacity:0}@media screen and (max-width:768px){.time-control{width:90%}.time-control p{padding:.8rem}.play-control{width:85%}.time-counter{width:20%}}.library{background:#fff;box-shadow:2px 2px 50px #ccc;height:100%;left:0;opacity:0;overflow:scroll;position:fixed;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .5s ease;width:33%}.library h2{border-bottom:1px solid hsla(0,0%,80%,.2);height:10vh;padding:1rem}.library-active{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.library-song{align-items:center;cursor:pointer;display:flex;padding:1rem 2rem;transition:background-color .5s ease}.library-song img{width:30%}.library-song:hover{background-color:#dedeff}.library-song:hover span.library-song-icon{opacity:1}.library-song .song-description{padding-left:1rem}.library-song .song-description h3{font-size:1rem}.library-song .song-description h3 i{font-size:1rem;opacity:0;padding-left:5px;transition:all .5s ease}.library-song .song-description h3.favorite i{opacity:1}.library-song .song-description h4{font-size:.7rem}.library-song span{color:#646464;font-size:1.8rem;margin-left:auto;opacity:0;padding-left:1rem;transition:all .4s ease}.library-song span:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}*{scrollbar-color:hsla(0,0%,61%,.7) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,61%,.7);border:transparent;border-radius:20px}@media screen and (max-width:768px){.library{width:100%}}nav{align-items:center;box-shadow:0 1px 20px 0 rgba(32,33,36,.28);display:flex;height:10vh;justify-content:space-around}nav button{background:transparent;border:2px solid #414141;cursor:pointer;padding:.5rem;transition:all .3s ease}nav button:hover{background:#414141;color:#fff;cursor:pointer}nav a{outline:none;text-decoration:none}nav a,nav a:visited{color:#333}@media screen and (max-width:768px){nav button{z-index:10}}.equalizer{align-items:center;display:flex;height:60px;justify-content:center;opacity:1;position:relative;transition:opacity .5s ease;width:40px}.equalizer.deactivated{opacity:0}.equalizer .horizontal{border-radius:1px;height:2px;opacity:0;width:100%}.equalizer .vertical-lines{align-items:center;display:flex;height:50px;position:absolute;width:100%}.equalizer .vertical{animation-direction:alternate-reverse;border-radius:1px;height:25px;margin:.8px;width:10%}@-webkit-keyframes equalizer{0%{height:80%}to{height:5px}}@keyframes equalizer{0%{height:80%}to{height:5px}}
/*# sourceMappingURL=main.b0394eea.css.map*/