*{box-sizing:border-box;margin:0;padding:0;font-family:Gilroy,sans-serif}.library{background:#14171f;border:1px solid #ffffff14;flex:1;height:300px;overflow:scroll}.library-song{cursor:pointer;align-items:center;padding:1rem 2rem;display:flex}.library-song:hover{background:#c4ed2114}.song-description{padding-left:1rem}.song-description h3{color:#d5dbde;font-size:.9rem}.song-description h4{color:#8a9299;font-size:.75rem}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#c4ed2166;border-radius:4px}::-webkit-scrollbar-track{background:#000c12}.selected{background:#c4ed211f}@media screen and (max-width:1100px){.library{width:80%;max-height:300px}}@media screen and (max-width:768px){.library{width:100%;max-height:300px}}.player{flex-direction:column;justify-content:space-between;align-items:center;width:100%;min-height:20vh;display:flex}.time-control{align-items:center;width:100%;display:flex}.time-control input{-webkit-appearance:none;cursor:pointer;background-color:#0000;width:100%}.time-control p{color:#8a9299;padding:1rem;font-size:.8rem;font-weight:700}.play-control{justify-content:space-between;align-items:center;width:80%;padding:1rem;display:flex}.play-control svg{cursor:pointer}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#c4ed21;border-radius:50%;width:14px;height:14px}.track{background:#ffffff1a;border-radius:1rem;width:100%;height:.5rem;position:relative;overflow:hidden}.animate-track{pointer-events:none;background:#ffffff14;width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(0%)}.icon{color:#d5dbde;cursor:pointer;transition:color .2s}.icon:hover{color:#c4ed21}@media screen and (max-width:768px){.player{justify-content:flex-start}.time-control,.play-control{width:100%}}.song-container{flex-direction:column;justify-content:start;display:flex}.song-container img{border-radius:5%;width:200px;height:200px}.song-container h3,.song-container h4{font-size:1rem}.song-text{color:#d5dbde}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotateSong{animation:20s linear infinite forwards rotate}nav{justify-content:space-around;align-items:center;min-height:10vh;display:flex}nav button{color:#d5dbde;cursor:pointer;letter-spacing:.06em;background:0 0;border:1px solid #fff3;border-radius:4px;padding:.6rem 1.2rem;font-size:.8rem;transition:border-color .2s,color .2s}nav button:hover{color:#c4ed21;border-color:#c4ed21}@media screen and (max-width:768px){nav button{z-index:10}}.album-player{flex-direction:column;flex:5;gap:20px;min-width:600px;padding:20px;display:flex}.upper-container{gap:20px;display:flex}h1,h2,h3{color:#d5dbde}h3,h4{font-weight:600}button{font-weight:700}@media (max-width:1100px){.upper-container{flex-direction:column;align-items:center}.album-player{min-width:500px}}@media (max-width:450px){.album-player{min-width:340px}}
