*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3{color:#414141}.App{transition:all .5s ease}.library-active{margin-left:30%}body{font-family:"Lato",sans-serif}h3,h4{font-weight:400;color:#646464}.player{min-height:20vh;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.player,.time-control{display:-webkit-flex;display:flex}.time-control{width:50%;height:16px}.time-control input{width:100%;cursor:pointer;-webkit-appearance:none;background:transparent}.time-control p{padding:0 1rem}.play-control{width:30%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.play-control svg{cursor:pointer}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px}input[type=range]::-moz-slider-thumb{-webkit-appearance:none;height:16px;width:16px}.track{width:100%;height:16px;background:#8a2be2;position:relative;border-radius:1rem;overflow:hidden}.animate-track{position:absolute;height:100%;width:100%;top:0;left:0;background:#b4b4b4;pointer-events:none}@media screen and (max-width:768px){.time-control{width:90%}.play-control{width:40%}}.song-container{min-height:60vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.song-container img{width:20%;border-radius:50%}.song-container h2{padding:3rem 1rem 1rem}.song-container h3{font-size:1rem}.play-active{-webkit-animation:rotaten 15s linear infinite;animation:rotaten 15s linear infinite}@-webkit-keyframes rotaten{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotaten{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (max-width:768px){.song-container img{width:60%}}.library{position:fixed;height:100%;top:0;left:0;width:30%;overflow:scroll;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .5s ease;opacity:0;background:#fff;box-shadow:2px 2px 20px #dad7f8}.library h2{padding:2rem}.library-song{display:-webkit-flex;display:flex;cursor:pointer;-webkit-align-items:center;align-items:center}.library-song img{width:40%;padding:1rem 1rem 1rem 2rem}.library-song .song-description{padding:1rem}.library-song .song-description h3{margin-bottom:.2rem}.library-song:hover{background-color:#dad7f8;box-shadow:2px 0 10px #dad7f8}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,60.8%,.5) transparent}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:rgba(110,99,99,.5);border-radius:20px;border:transparent}.selected{background-color:#ffd3da}@media screen and (max-width:768px){.library{width:100%}}nav{height:10vh;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}nav h1{text-decoration:underline}nav button{padding:.5rem;cursor:pointer;border:2px solid #424242;transition:all .3s ease}nav button:hover{color:#fff;background:#424242}.active-library{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}
/*# sourceMappingURL=main.842f5e58.chunk.css.map */