@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);body{background:#121312!important;color:#fff;font-family:Nunito Sans,sans-serif}header{margin:1rem 0 2rem 0}.container{display:flex;justify-content:center}input[type=text]{background-color:#363636;width:450px;margin-right:.5rem}button,input[type=text]{color:#fff;padding:1rem;border:0;border-radius:2rem}button{background-color:#00ba88;cursor:pointer;font-weight:700;transition:background-color .25s}button:hover{background-color:#06d8a0}form{text-align:center}.btn-round{height:3rem;width:3rem}.btn-play{padding:1rem 4rem}#player{height:384px;width:80%}#playlist-list{height:700px;max-width:720px;overflow-y:scroll;background:#252525;color:#b6b6b6;border-radius:2rem;overflow:-moz-scrollbars-none;-ms-overflow-style:none}#playlist-list::-webkit-scrollbar{width:0!important}.playlist-item{padding:.8rem 2rem;border-bottom:.5px solid #464646;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.playlist-item:hover{background-color:#464646}.playlist-item:last-child{border-bottom:0}#playlist-item-active{color:#fff;font-weight:700}.nav-row{display:flex;justify-content:space-between;margin:1rem 0}.nav-row button{width:50%;margin:.5rem}