@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{font-family:Inter,sans-serif}body{margin:0}.homepage{background:linear-gradient(108deg,#33425e99 2.46%,#0009 99.84%),#000;box-sizing:border-box;display:flex;padding:30px;min-height:100vh}.homepage .sidebar{width:25%;display:flex;flex-direction:column;justify-content:space-between}.homepage .middle{width:30%;display:flex;flex-direction:column;gap:20px}.homepage .middle .topbar{display:flex;justify-content:start;align-items:center;gap:40px}.homepage .middle .topbar .for_you,.homepage .middle .topbar .top_tracks{color:#fff;font-size:24px;font-style:normal;font-weight:700;line-height:32px;cursor:pointer}.homepage .middle .topbar .not_selected{opacity:.5}.homepage .middle .search_bar{display:flex;padding:8px 16px;justify-content:space-between;align-items:center;border-radius:8px;background:#ffffff14;color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:28px;border:none;outline:none}.homepage .middle input{border:none;background:none;color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:28px;outline:none}.homepage .middle input:hover,.homepage .middle input:active .homepage .middle input:focus-visible{outline:none;border:none}.homepage .middle .list_item_container{justify-content:space-between;align-items:center;width:100%;cursor:pointer;max-height:calc(100vh - 250px);overflow:scroll}.homepage .middle .list_item_container .list_item{padding:16px;display:flex;align-items:center;gap:20px;width:350px}.homepage .middle .list_item_container .list_item img{border-radius:50%}.homepage .middle .list_item_container .list_item .song_name{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.homepage .middle .list_item_container .list_item .artist_name{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:24px;opacity:.6}.homepage .middle .list_item_container .selected{border-radius:8px;background:#ffffff14}.homepage .media-player{width:45%;justify-content:center;margin:0 60px}.homepage .media-player .rhap_container{background:transparent;box-shadow:none;border:none;padding:12px 0;width:480px}.homepage .media-player .rhap_time,.homepage .media-player .rhap_progress-indicator,.homepage .media-player .rhap_repeat-button{display:none}.homepage .media-player .rhap_progress-filled{background-color:#fff}.homepage .media-player .rhap_progress-bar{background-color:#868686}.homepage .media-player .played_songs_details{display:flex;flex-direction:column}.homepage .media-player .played_songs_details .song_played{color:#fff;font-size:32px;font-style:normal;font-weight:700;line-height:36px;margin-bottom:8px}.homepage .media-player .played_songs_details .artist_played{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:24px;opacity:.6}.homepage .media-player .cover_art_container{margin:32px 0 12px}.homepage .media-player .cover_art_container .cover_art{border-radius:8px;width:480px;height:480px}::-webkit-scrollbar{display:none}.show_list{display:none}@media (max-width: 1024px){.homepage{padding:20px;display:block}.homepage .sidebar{width:100%;flex-direction:row}.homepage .middle{width:100%}.homepage .media-player{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:50% 0}.homepage .media-player .rhap_container{width:240px}.homepage .media-player .cover_art_container{margin:32px 0 12px}.homepage .media-player .cover_art_container .cover_art{border-radius:8px;width:240px;height:240px}.show_list{display:flex;justify-content:end;align-items:center;color:#fff;border:1px solid #868686;padding:8px;border-radius:8px;width:-moz-fit-content;width:fit-content;float:right;margin:8px 0}.display_none{display:none!important}.list_item_container{max-height:100vh}}.custom-audio-player{display:flex;align-items:center;width:100%;padding:0}.menu-icon{left:0;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;cursor:pointer}.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;font-family:inherit;width:100%;padding:10px 15px;background-color:#fff;box-shadow:0 0 3px #0003}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{display:flex;flex:3 1 auto;align-items:center}.rhap_progress-container{display:flex;align-items:center;height:20px;flex:1 0 auto;align-self:center;margin:0 calc(10px + 1%);cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#333;font-size:16px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:5px;background-color:#ddd;border-radius:2px}.rhap_progress-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_progress-bar-show-download{background-color:#dddddd80}.rhap_download-progress{height:100%;position:absolute;z-index:1;background-color:#ddd;border-radius:2px}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:20px;height:20px;margin-left:-10px;top:-8px;background:#868686;border-radius:50px;box-shadow:#86868680 0 0 5px}.rhap_controls-section{display:flex;flex:1 1 auto;justify-content:space-between;align-items:center}.rhap_additional-controls{display:flex;flex:1 0 auto;align-items:center}.rhap_repeat-button{font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_main-controls{flex:0 1 auto;display:flex;justify-content:center;align-items:center}.rhap_main-controls-button{margin:0 3px;color:#868686;font-size:35px;width:35px;height:35px}.rhap_play-pause-button{font-size:40px;width:40px;height:40px}.rhap_volume-controls{display:flex;flex:1 0 auto;justify-content:flex-end;align-items:center}.rhap_volume-button{flex:0 0 26px;font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_volume-container{display:flex;align-items:center;flex:0 1 100px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.rhap_volume-bar-area{display:flex;align-items:center;width:100%;height:14px;cursor:pointer}.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:#ddd;border-radius:2px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:#868686;opacity:.9;border-radius:50px;box-shadow:#86868680 0 0 3px;cursor:pointer}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_button-clear{background-color:transparent;border:none;padding:0;overflow:hidden;cursor:pointer}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}
