@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Varela+Round&display=swap";@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,serif}body{background:#f0f0f0}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.container{padding:60px 1%;text-align:center;align-content:center}.titleimage{margin-top:10px;text-align:center}.spike{background-image:url(../assets/spikedown.png);image-rendering:pixelated;height:32px;width:100%;margin:0;background-repeat:repeat-x;background-size:auto 100%;display:block}nav{position:fixed;top:0;left:0;width:100%;color:#fff;padding:0 10px;display:inline-flex;align-items:center;justify-content:space-between;z-index:100;overflow:visible}.logo{width:auto;height:auto;max-width:200px;position:relative;z-index:10}ul{min-width:22px}nav ul li{align-items:left;display:inline-flex;list-style:none;align-items:center;justify-content:center;position:relative;z-index:10}.nav-background{position:absolute;top:-100%;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000 52%,transparent 0%);background-image:url(/assets/navbarbg2-DkwBDN5V.gif);background-repeat:repeat-x;background-size:auto 100%;transition:top .6s ease-in-out;z-index:1}.dark-nav .nav-background{top:0}.hovered-text{position:absolute;top:70px;right:0;transform:translateY(-10px);width:max-content;font-size:12px;color:#fff;opacity:0;white-space:nowrap;text-align:right;font-weight:700;padding:8px;background-color:#000;z-index:10}nav ul li:hover~.hovered-text{opacity:1;transform:translateY(0)}.cont{display:flex;align-items:center;justify-content:center}.buttonbg{padding:5px;background-color:#fff;color:#000;border:black;width:fit-content;transition:all .1s ease-in-out;box-shadow:3px 3px #000;border:none;cursor:pointer;z-index:11}.buttonbg:hover{background-color:var(--hover-color);box-shadow:none;transform:translate(3px,3px);z-index:9}.button-image{width:25px;height:100%}.foot{display:flex;justify-content:space-between;align-items:center;padding:0;background-color:#fff;color:#000}.f-left,.f-center,.f-right{flex:1}.f-left{margin-left:10px;text-align:left}.f-center{text-align:center}.f-right{margin-right:10px;text-align:right}.f-img{width:100%;height:auto}footer p{font-size:10px;font-weight:700;margin:0;padding:0}:root{--bgopacity: .9}.hero-bg{width:100%;min-height:100vh;color:#fff;display:flex;align-items:center;justify-content:center}.hero-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,var(--bgopacity)),rgba(0,0,0,var(--bgopacity))),url(/assets/static-BQZGmiOA.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}.hero-container{display:flex;width:100%;max-width:800px;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;margin:10px}.hero-left{flex:1;text-align:right;max-width:450px}.hero-right{flex:2;text-align:left;max-width:550px}.pfp{max-width:300px;height:auto;border-radius:50%}@media (max-width: 650px){.hero-container{display:block;text-align:center}.hero-left,.hero-right{width:100%;text-align:center;max-width:none}.hero-left{margin-bottom:20px}.pfp{margin:0 auto}}:root{--project-size: 250px}.projects{margin:20px 0;width:100%;display:flex;align-items:center;gap:20px;justify-content:center;flex-wrap:wrap}.project img{width:auto;border-radius:10px;display:block}.project>img{width:var(--project-size);height:var(--project-size);border-radius:10px;display:block;border:1px solid black;box-shadow:3px 3px #000;transition:all .1s ease-in-out}.project{position:relative;max-width:var(--project-size);width:100%}.caption{border-radius:10px;position:absolute;top:0;left:0;bottom:0;right:0;background:#ffffffa9;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;cursor:pointer;opacity:0;padding-top:10%}.caption img{width:80%;margin-bottom:10px;text-align:center}.project:hover .caption{opacity:1;transition:opacity .3s,padding-top .3s;padding-top:0;transform:translate(3px,3px)}.project:hover>img{box-shadow:none;transform:translate(3px,3px)}.caption{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.linkcontainer{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.ccontent{display:flex;align-items:center;justify-content:center;width:100%}.ccontent2{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%;max-width:800px}.cimage{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;width:100%}.cimage1{display:flex;align-items:center;justify-content:center;position:relative;width:100%;background:var(--project-color);border:20px solid var(--project-color)}.cimage1 img{flex-grow:1;width:calc(100% - 120px);max-width:680px;aspect-ratio:4 / 3;object-fit:cover;display:block;z-index:2;border-bottom:10px solid darkgray;border-right:10px solid gray;border-left:10px solid gray;border-top:10px solid black;border-radius:0 20px}.cprev,.cnext{flex-shrink:0;width:50px;height:50px;justify-content:center;text-align:center;background:var(--project-color);border:4px solid var(--project-color);transition:all .2s ease-in-out;transform:translate(0)}.cprev{border-radius:50% 0% 0% 50%}.cnext{border-radius:0% 50% 50% 00%}.cprev img,.cnext img{width:18px;height:18px;color:var(--project-color)}.cprev:hover,.cnext:hover{background:transparent;border:0px;color:var(--project-color);box-shadow:none;cursor:pointer}.cprev:disabled,.cnext:disabled{opacity:0;cursor:0}.cnext:disabled{transform:translate(-60px)}.cprev:disabled{transform:translate(60px)}.dots{display:flex;gap:10px;margin-bottom:40px;background:var(--project-color);padding:10px;border-radius:0% 0% 10px 10px}.dot{width:14px;height:14px;background-color:#000;border-radius:50%;opacity:20%}.dot.active{background-color:#000;opacity:100%}.ctext{width:calc(100% - 120px);display:flex;flex-direction:column;justify-content:center;text-align:left;position:relative}.ctext h2{position:relative;font-size:52px;font-weight:700;color:var(--project-color);line-height:.9;z-index:2;margin-bottom:10px;text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black,1.5px 1.5px 0 black,2px 2px 0px black}.ctext p{margin:0;font-size:16px}.check{width:fit-content;font-weight:500;color:#000;border:black;background-color:var(--project-color);box-shadow:2px 2px #000;border:2px solid black;padding:.5rem;cursor:pointer;transition:all .1s ease-in-out;margin-top:20px;margin-left:20px;margin-right:20px}.check:hover{box-shadow:none;transform:translate(2px,2px)}.loader{text-align:center;margin:20px auto}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.title{text-align:center;margin-bottom:10px}.titleimg{width:auto;height:auto;max-height:70px;max-width:100%}.ssection{position:relative;display:flex;flex-direction:column;align-items:center;padding-bottom:0;padding-top:10px}.scontainer{display:flex;justify-content:space-between;gap:10px;width:80%;max-width:600px;flex-wrap:wrap}.div{flex:1;min-width:200px;padding:10px;text-align:center}.title2{font-size:20px;font-weight:700;margin-bottom:10px}.sul{display:flex;flex-direction:row;justify-content:center;gap:10px;list-style-type:none;flex-wrap:wrap;margin:0 20px}.stext{font-size:14px;background:#f3f3f3;padding:4px 8px;border-radius:3px;display:flex;align-items:center;gap:6px;font-weight:700}.skill-icon{width:20px;height:20px}.stext2{font-size:16px;text-align:center;margin-bottom:0}.artcontainer{display:flex;flex-direction:column;align-items:center;margin-top:50px;margin-bottom:50px}.section h2{margin-bottom:.5rem;text-transform:uppercase;margin-top:50px}.carousel-row{display:flex;align-items:center;width:100%;gap:10px;margin-bottom:50px}.carousel-window{overflow-x:auto;white-space:nowrap;max-width:800px;padding:.5rem;border-radius:10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAABZJREFUGJVjYICA//hovJIMBCSHhgkAQagf4Q4sY9UAAAAASUVORK5CYII=);background-repeat:repeat;background-size:16px;background-color:#fff}.carousel-window img{height:200px;width:auto;display:inline-block;margin:10px;vertical-align:middle;border-radius:10px;transition:.1s}.carousel-window img:hover{transform:scale(1.02) rotate(1deg);z-index:1}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;cursor:pointer}.overlay img{max-width:90vw;max-height:90vh;object-fit:contain}.projcontainer{display:flex;flex-direction:column;align-items:center;background-color:#d3d3d3;margin-top:100px;gap:10px}.projcontainer h2{font-size:32px;transition:.1s}.projcontainer h2:hover{transform:scale(1.02) rotate(1deg);z-index:1}.pcimg{position:relative;height:160px;width:auto;border:1px solid black;border-radius:4px;margin-bottom:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAABZJREFUGJVjYICA//hovJIMBCSHhgkAQagf4Q4sY9UAAAAASUVORK5CYII=);background-repeat:repeat;background-size:16px;background-color:#90ee90;overflow:visible}.pcimg img{height:160px;image-rendering:pixelated;image-rendering:crisp-edges;border-radius:4px;transition:transform .1s ease;display:block;margin:0 auto}.pcimg:hover img{transform:scale(1.1);z-index:1}.pcrow{display:flex;justify-content:center;align-items:center;gap:20px;cursor:pointer;position:relative}.pcimg2{height:80px;padding:5px;border:1px solid black;border-radius:4px;opacity:0;max-width:0;width:auto;transition:max-width .6s ease,opacity .2s ease;overflow:hidden}.pcimg2.expanded{max-width:400px;opacity:1}.pcolumn-content{overflow:hidden;max-height:0;transition:max-height .4s ease}.pcolumn-content.expanded{max-height:500px}@keyframes scroll{0%{transform:translate(-100%)}to{transform:translate(100%)}}.emptyspace{margin-top:200px}.musicdescription{text-align:center;margin-bottom:40px;margin-top:100px}.musicgroup{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:40px;padding-top:40px;gap:0px;--c1: var(--project-color);--c2: #000000;--c3: white;background:#d3d3d3}.music-player{width:100%;max-width:800px;display:flex;flex-direction:row}.border-top{width:800px;height:20px;display:flex;flex-direction:row;background:var(--c1);border-top:2px solid black;border-right:2px solid black;border-left:2px solid black;border-bottom:1px solid black;border-radius:0}.music-top{width:800px;display:flex;flex-direction:row;background:var(--c1);border-left:1px solid black;border-right:1px solid black}.music-top-2{width:800px;display:flex;flex-direction:row;background:var(--c1);border-radius:0% 0% 0 0}.border-middle{width:800px;height:20px;display:flex;flex-direction:row;background:var(--c1);border-top:2px solid black;border-right:2px solid black;border-left:2px solid black}.mus-left{width:50px;height:270px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--c1);transition:ease-in-out .1s;z-index:5;border-radius:0 0 0 25px;border:2px solid black;border-top:0px solid black}.mus-middle{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:top;border-radius:0 0 20px 25px}.mus-right{width:0px;height:250px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--c1);transition:ease-in-out .1s;z-index:5;border-radius:0 0 25px}.mus-pic{width:250px;display:flex;flex-direction:column;overflow:show;z-index:4px}.nowplaying{width:100%;height:50px;transition:ease-in-out .1s;white-space:nowrap;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;border-bottom:0px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAABpJREFUGJVjZGBg+M+AB7D8/49XnoFxWJgAAJ+4EAVmzrAvAAAAAElFTkSuQmCC);border-top:1px solid black;border-bottom:1px solid black}.nowplaying p{min-width:100%;font-size:1.5em;padding:8px;text-align:left;font-weight:700;font-style:italic;color:var(--c2);animation:scroll-text 10s linear infinite}.waveform-container{width:100%;height:50px;z-index:6;display:flex;align-items:center;justify-content:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAABpJREFUGJVjZGBg+M+AB7D8/49XnoFxWJgAAJ+4EAVmzrAvAAAAAElFTkSuQmCC);border-left:1px solid black;border-right:1px solid black}.waveform{width:100%;bottom:0;height:50px;background-repeat:repeat;background-size:auto;background-position:center;border-radius:0}.play_button_c{width:100%;max-width:50px;height:75px;display:flex;align-items:center;justify-content:center;background:#fff3}.play-button{width:30px;height:30px;transform:translate(-2px,-2px);display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;border-radius:50%;border:2px solid var(--c2);box-shadow:2px 2px 0 var(--c2);transition:transform .1s ease,box-shadow .1s ease;background:#fff}.play-button.active{transform:translate(0);border:2px solid var(--c2);fill:var(--c2);box-shadow:0 0 0 var(--c2);background:#fff}.play-icon{width:20px;height:20px}.volume-s{-webkit-appearance:slider-vertical;-moz-appearance:slider-vertical;appearance:slider-vertical;accent-color:var(--c2);height:100%;width:50px;background:#fff;border:0px;margin-bottom:20px;margin-top:20px}.cover-container{padding-left:10px;padding-right:10px;padding-bottom:10px;width:100%;height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;border-radius:0% 0% 50% 50%;background-color:var(--c1);border-left:2px solid black;border-right:2px solid black;border-bottom:2px solid black}.cover-container img{aspect-ratio:1/1;width:100%;height:auto;max-height:100%;object-fit:cover;transition:ease-in-out .5s;background:transparent;border-radius:50%;border:1px solid var(--c2);overflow:show;transition:transform .5s ease-in-out;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAABZJREFUGJVjYICA//hovJIMBCSHhgkAQagf4Q4sY9UAAAAASUVORK5CYII=);background-repeat:repeat;background-size:16px;background-color:var(--c1);overflow:hidden;animation:rotateCover 5s linear infinite;animation-play-state:paused;transition:transform .3s ease-out}.categories-window{border-top:20px solid var(--c1);width:100%;height:22px;z-index:5;border-bottom:2px solid black}.tabs button{flex:1;cursor:pointer;font-weight:700;color:var(--c2);padding:5px;transition:ease-in-out .1s;margin-top:8px;margin-left:8px;border-radius:10px}.tabs button:not(.active):hover{transform:translateY(-2px);color:var(--c2);background-color:#fff}.tabs .active{transform:translateY(-10px);background-color:var(--c1);color:var(--c2);border-top:0px;border-radius:0 0 10px 10px;border-left:2px solid black;border-right:2px solid black;border-bottom:2px solid black}.category-content{width:100%;height:100%;padding-left:10px;padding-right:10px;display:flex;flex-direction:column;max-height:180px;overflow-x:show;margin-top:8px;align-items:center}.category-content::-webkit-scrollbar{width:0px}.category-content::-webkit-scrollbar-thumb{background:#fff;border-radius:3px}.category-content::-webkit-scrollbar-track{background:#fff}.track-row{width:100%;height:40px;padding:8px;display:flex;align-items:center;text-align:center;justify-content:space-between;font-size:12px;cursor:pointer;border:1px solid black;margin-left:8px;margin-right:8px;margin-bottom:7px;z-index:5;transition:ease-in-out .1s;background:#fff}.track-row:hover{background:#e5e4e2;transform:translate(-4px)}.track-row.active{flex-grow:1;background:var(--c1);color:var(--c2);font-weight:700;transform:translate(-12px);border-left:0px;border:2px solid black;border-left:0px solid black}.track-cover{width:30px;height:30px;border:1px solid black}.track-title{flex-grow:1;text-align:center}.track-link{text-align:right;color:#fff;background:#000;padding:5px;border-radius:50%}.track-link:hover{text-align:right;color:#fff;background:gray;padding:5px;border-radius:50%}.loading-overlay{position:relative;top:0;left:0;width:100%;height:100%;z-index:10}.spinner{border:10px solid rgba(0,0,0,1);border-top:10px solid var(--c1);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;transition:ease-in-out 1s;transform:translate(0)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-bar{top:0;width:100%;height:50px;background:#a9a9a9;overflow:hidden;position:absolute;transition:ease-in-out 1s;border-radius:0}.loading-bar-progress{width:100%;height:100%;background:#fff;animation:loading-progress 1.2s linear infinite}@keyframes loading-progress{0%{transform:translate(-100%)}to{transform:translate(100%)}}.cover-container img.rotating{animation-play-state:running}@keyframes rotateCover{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scroll-text{0%{transform:translate(-100%)}to{transform:translate(100%)}}.cocover{width:100%;height:64px;display:flex;align-items:center;justify-content:center;border-bottom:2px solid black;position:relative}.ccheck{width:40px;height:40px;justify-content:center;align-content:center;color:#000;border:black;background-color:#fff;box-shadow:2px 2px #000;border:2px solid black;padding-top:5px;cursor:pointer;transition:all .1s ease-in-out;margin:20px}.ccheck:hover{box-shadow:none;transform:translate(2px,2px)}*{padding:0;margin:0;box-sizing:border-box}:root{--tagsBackground: #3e32e4;--tagsText: #ffffff;--tagsBackgroundHoverActive: #6e65f1;--tagsTextHoverActive: #ffffff;--searchBackground: #18191f;--searchText: #ffffff;--searchPlaceHolder: #575a77;--playerBackground: #18191f;--titleColor: #ffffff;--timeColor: #ffffff;--progressSlider: #3e32e4;--progressUsed: #ffffff;--progressLeft: #151616;--bufferLoaded: #1f212b;--volumeSlider: #3e32e4;--volumeUsed: #ffffff;--volumeLeft: #151616;--playlistBackground: #18191f;--playlistText: #575a77;--playlistBackgroundHoverActive: #18191f;--playlistTextHoverActive: #ffffff}._wrapper_1rwm5_1{width:100%;margin:20px auto;height:auto;color:var(--primaryText);display:inline-block;text-align:center}._tag_x6957_1{background-color:var(--tagsBackground);color:var(--tagsText);height:40px;min-width:100px;display:inline-grid;place-items:center;margin:5px;transition:transform .2s;padding:0 10px;font-family:Varela Round,sans-serif;border-radius:10px;font-size:18px}._active_x6957_31{background-color:var(--tagsBackgroundHoverActive);color:var(--tagsTextHoverActive)}._tag_x6957_1:hover{background-color:var(--tagsBackgroundHoverActive);color:var(--tagsTextHoverActive);cursor:pointer;transform:scale(1.1)}._search_47p46_1{font-family:Quicksand,sans-serif;height:40px;border:none;font-size:18px;width:100%;margin:0 auto 10px;background-color:var(--searchBackground);color:var(--searchText);padding-left:20px;border-radius:10px}._search_47p46_1::placeholder{color:var(--searchPlaceHolder)}._wrapper_1sefb_1{border-radius:10px;padding:0 40px;background-color:var(--playerBackground);overflow:auto;font-family:Quicksand,sans-serif}@media only screen and (max-width: 600px){._wrapper_1sefb_1{padding:0 20px}}._wrapper_l8wb1_1{display:grid;grid-template-columns:auto 200px;margin:30px 0 20px}@media only screen and (max-width: 800px){._wrapper_l8wb1_1{grid-template-columns:1fr}}._title_1ldbx_1{color:var(--titleColor);font-size:28px;text-align:left}@media only screen and (max-width: 600px){._title_1ldbx_1{width:100%;text-align:center}}._time_ac0au_1{font-family:Varela Round,sans-serif;color:var(--timeColor);text-align:right;font-size:30px}@media only screen and (max-width: 600px){._time_ac0au_1{text-align:center}}._container_1kekm_1{display:grid;place-items:center;margin-bottom:20px}._slider_1kekm_13{-webkit-appearance:none;width:100%;height:4px;border-radius:5px}._slider_1kekm_13::-webkit-slider-thumb{-webkit-appearance:none;width:25px;height:25px;border-radius:50%;background:var(--progressSlider);cursor:pointer}._slider_1kekm_13::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--progressSlider);cursor:pointer}@media only screen and (max-width: 600px){._container_1kekm_1{margin:40px 0}}._wrapper_1ssds_1{display:grid;grid-template-columns:auto 30%;margin-bottom:30px}@media only screen and (max-width: 800px){._wrapper_1ssds_1{grid-template-columns:1fr}}._wrapper_exo6z_1{display:grid;grid-template-columns:repeat(5,auto);place-items:center}@media only screen and (max-width: 600px){._wrapper_exo6z_1{grid-template-columns:repeat(3,auto)}}._loop_1v4pf_1{width:26px;height:26px;transition:transform .2s}._loop_1v4pf_1:hover{cursor:pointer;transform:scale(1.2)}@media only screen and (max-width: 600px){._loop_1v4pf_1{display:none}}._previous_1mino_1{width:50px;height:50px;transition:transform .2s}._previous_1mino_1:hover{cursor:pointer;transform:scale(1.2)}._play_rfl62_1{width:60px;height:60px;transition:transform .2s}._play_rfl62_1:hover{cursor:pointer;transform:scale(1.2)}._pause_1talx_1{width:60px;height:60px;transition:transform .2s}._pause_1talx_1:hover{cursor:pointer;transform:scale(1.2)}._next_147p5_1{width:50px;height:50px;transition:transform .2s}._next_147p5_1:hover{cursor:pointer;transform:scale(1.2)}._shuffle_15ul3_1{width:26px;height:26px;transition:transform .2s}._shuffle_15ul3_1:hover{cursor:pointer;transform:scale(1.2)}@media only screen and (max-width: 600px){._shuffle_15ul3_1{display:none}}._wrapper_1er3w_1{display:grid;place-items:center;min-height:60px}._slider_1er3w_13{-webkit-appearance:none;width:70%;height:3px;border-radius:5px;background:var(--volumeSlider);outline:none;opacity:1;-webkit-transition:.2s;transition:opacity .2s}._slider_1er3w_13::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--volumeSlider);cursor:pointer}._slider_1er3w_13::-webkit-slider-thumb:hover{background:var(--volumeSlider)}._slider_1er3w_13::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--volumeSlider);cursor:pointer}._wrapper_t5ihs_1{margin:20px auto;max-height:395px;min-height:120px;overflow-x:hidden;padding-right:10px;font-family:Quicksand,sans-serif}._wrapper_t5ihs_1::-webkit-scrollbar{width:5px}._wrapper_t5ihs_1::-webkit-scrollbar-track{border-radius:10px}._wrapper_t5ihs_1::-webkit-scrollbar-thumb{background:var(--primaryText);border-radius:10px}._item_1hfca_1{background-color:var(--playlistBackground);color:var(--playlistText);text-align:center;margin:5px 0;padding:3px 0;cursor:pointer;border-radius:5px;font-size:16px;font-family:Poppins,sans-serif}._active_1hfca_25{color:var(--playlistTextHoverActive);font-family:Quicksand,sans-serif;font-size:18px}._item_1hfca_1:hover{color:var(--playlistTextHoverActive)}
