*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Montserrat",sans-serif}h1,h2,h3{color:#2e2e2e}.App{transition:all .5s ease}.library-active{margin-left:30%}.player{min-height:20vh;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between}.player,.time-control{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.time-control{width:50%;-webkit-justify-content:center;justify-content:center}.time-control input{width:100%;height:1rem;-webkit-appearance:none;background:transparent;cursor:pointer}.time-control p{padding:.5rem 1rem}.play-control{display:-webkit-flex;display:flex;width:30%;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:1rem}.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-range-thumb{-webkit-appearance:none;background:transparent;border:none}.track{background:#259494;width:100%;height:1rem;position:relative;border-radius:1rem;overflow:hidden}.animate-track{background:grey;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-transform:translateX(0);transform:translateX(0);pointer-events:none}@media screen and (max-width:768px){.time-control{width:90%}.play-control{width:70%}}.song-container{min-height:60vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.song-container img{width:200px;border-radius:50%;margin-bottom:1rem}.song-container h2,.song-container h3{padding:.5em}@media screen and (max-width:768px){.song-container img{width:60%}}.library{position:fixed;top:0;left:0;width:20rem;height:100%;box-shadow:2px 2px 50px #c5c5c5;overflow:scroll;background-color:#fff;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .5s ease;opacity:0}.library h2{padding:1.2em}.library .library-song:first-child{border-top:1px solid #d3d3d3}.library-song{display:-webkit-flex;display:flex;padding:.6em;border-bottom:1px solid #d3d3d3;cursor:pointer}.library-song img{width:100px;border-radius:.5em;margin-right:.6em}.library-song:hover{background-color:#d8d8d8;transition:.3s ease-in}.song-desc{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center;padding:.6em}.song-desc h4{margin-top:.3em;color:grey;font-size:.8em}*{scrollbar-width:thin;scrollbar-color:rgba(212,211,211,.521) transparent}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:rgba(212,211,211,.521);border-radius:20px;border:transparent}.selected{background-color:rgba(151,71,204,.8);transition:.3s ease-in}.selected h4{color:azure}.active-library{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}@media screen and (max-width:768px){.library{width:100%}}nav{min-height:10vh;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center}nav button{background:transparent;border:1px solid #414141;border-radius:.3em;padding:.7em;cursor:pointer;transition:all .3s ease}nav button:hover{background:#414141;color:#fff}@media screen and (max-width:768px){nav button{z-index:1}}
/*# sourceMappingURL=main.3d8284a3.chunk.css.map */