*{box-sizing:border-box;padding:0;margin:0;font-family:poppins,sans-serif;border-color:#fff!important;transition:.3s ease-in-out;text-decoration:none}body{background-color:#000;color:#fff}.none{display:none}button{outline:none}nav{display:flex;justify-content:space-between;width:95%;margin:auto;padding:20px 0}.search-box{height:40px;border-radius:4px;overflow:hidden;min-width:440px;display:flex;border:1px solid #000;border-color:#262626!important}.search-box input{height:100%;width:92%;background-color:#26262680;border:none!important;padding:0 12px;color:#fff;outline:none}.search-box .search-icon-box{width:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-left:1px solid hsl(0 0% 14.9%)!important}.search-box .search-icon-box button{color:#fff;border:none;height:100%;width:100%;cursor:pointer;background:#26262680}.search-box .search-icon-box button:hover{background:#262626bc}.row{display:flex;margin:auto}.left-menu-box-main{width:20%;overflow:hidden}.left-menu-main{width:20%;padding:20px;background-color:#000;height:100vh;position:fixed;top:0;left:0;border-right:#ee10b0 2px solid!important;overflow-y:scroll;z-index:1000}.left-menu-main::-webkit-scrollbar{width:2px}.left-menu-main::-webkit-scrollbar-thumb{background:#ee10b0;border-radius:4px}.left-menu-main::-webkit-scrollbar-track{background:#000}.left-menu-main::-webkit-scrollbar-thumb:hover{background:#ee10b0}.left-menu-main .logo-box{display:flex;align-items:center;justify-content:center;height:60px;margin-bottom:20px}.left-menu-main .logo-box h2{font-size:24px;font-weight:600;letter-spacing:1px;background:linear-gradient(90deg,#ee10b0,#0e9eef);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.left-menu-main .menu-box{margin-top:30px;padding:0 20px}.left-menu-main .menu-box p{font-size:12px;color:#ee10b0}.menu-box-content{margin-top:15px}.menu-box-content ul{list-style:none;padding:0}.menu-box-content ul li{margin-bottom:8px;cursor:pointer;border-radius:4px}.menu-box-content ul li.active,.menu-box-content ul li:hover{background-color:#ee10b0}.navelink{font-size:14px;border-radius:4px;display:flex;align-items:center;color:#fff;padding:10px;background-color:transparent}.navelink.active{background-color:#ee10b0}.menu-box-content ul li svg{width:18px;height:18px;margin-right:6px}.right-box{display:flex;justify-content:space-between;gap:20px;align-items:center}.profile-box{border:1px solid #000;width:34px;height:34px;overflow:hidden;border-radius:50%;cursor:pointer;position:relative}.profile-box img{width:100%;height:100%;object-fit:cover}.profile-box-dropdown{position:absolute;top:70px;right:35px;min-width:150px;z-index:9999}.profile-box-dropdown.active-menu{display:block;box-shadow:0 2px 10px #0000001a}.profile-box-dropdown ul{list-style:none;padding:0;font-size:12px}.profile-box-dropdown ul li a{color:#ee10b0;padding:0 10px;font-size:14px}.profile-options{min-width:150px;background:#1f1f1f;border:2px solid #323232!important;box-shadow:0 2px 10px #0000001a;padding:10px 0;border-radius:4px}.profile-options ul li{padding:10px 24px;font-size:13px;cursor:pointer;border-radius:4px}.profile-options ul li:hover{background:#262626}.right-content-main{margin:20px auto auto;padding:0 10px 100px;width:77%}.contentSection{width:100%;display:none}.contentSection#home{display:block}.hero-section{height:200px;width:100%;border-radius:10px;box-shadow:0 2px 10px #fff4}.hero-content{height:100%;width:100%;background-image:url(/assets/img/hero-img.png);background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:10px;overflow:hidden;display:flex;align-items:center;padding:0 20px}.hero-content-box{margin-left:30px}.hero-content-box h1{font-size:34px}.hero-content-box h1 span{color:#ee10b0}.hero-content-box p{font-size:13px;margin-top:10px;color:#cecece}.hero-content-box button{margin-top:20px;background:#ee10b0;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.hero-content-box button:hover{background:#0e9eef}h1 span{color:#ee10b0}.weekly-songs-main,.new-releases-songs-main,.trending-main,.popular-artists-main,.top-albums-main{margin-top:40px;padding-bottom:20px}.mood-playlist-main{margin-top:10px;padding-bottom:20px}.top-albums-main{margin-top:60px}.songs-list-main{margin-top:15px}.songs-list{display:flex;gap:20px;overflow-x:scroll;padding-bottom:20px}.songs-list::-webkit-scrollbar{height:1px}.songs-list::-webkit-scrollbar-thumb{background:#1f1f1f;border-radius:1px}.songs-list::-webkit-scrollbar-track{background:#000}.songs-list::-webkit-scrollbar-thumb:hover{background:#1f1f1f}.song-item{max-width:180px;padding:8px 16px;border-radius:8px;background:#1f1f1f;cursor:pointer}@keyframes loading{0%{background:#464545}25%{background:#434343}50%{background:#606060}75%{background:#434343}to{background:#606060}}.song-item.loading .song-img-box,.loading .artists-img-box{background:#7a7a7a;animation:infinite 3s linear loading}.song-item.loading .song-info h2,.artists-info.loading{background:#7a7a7a;width:80%;height:16px;animation:infinite 3s linear loading;border-radius:20px}.song-item.loading .song-info p,.loading .skeleton-text{background:#7a7a7a;width:40%;height:12px;animation:infinite 3s linear loading;border-radius:20px}.song-item h2{color:#fff}.mood-playlist-box .song-item{padding-bottom:15px}.song-item .song-img-box{width:144px;height:150px;overflow:hidden;object-fit:cover;border-radius:4px}.song-item .song-info h2,.song-item .song-info p{display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.song-item .song-img-box img{width:100%;height:100%;object-fit:cover}.song-info h2{margin-top:10px;font-size:16px}.song-info p{font-size:12px;margin-top:5px;color:#cecece;margin-bottom:10px}.song-item:hover{background:#262626}.song-item:hover img{transform:scale(1.05)}table{width:100%;border-collapse:separate;margin-top:20px;border-spacing:0 12px}table th,table td{padding:10px;text-align:center;font-size:14px;color:#cecece}table td:nth-child(2){text-align:left}.trending-song-detailes{display:flex;align-items:center;max-width:300px}.trending-song-detailes .trending-song-image{width:20%;max-width:50px;height:50px;overflow:hidden;border-radius:4px;margin-right:10px}.trending-song-detailes .trending-song-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.trending-song-info{width:75%;margin-left:5px}.trending-song-info h2{font-size:16px;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trending-song-info p{font-size:12px;color:#cecece}.trending-songs-album-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}table th{background:#000}table tr{border-radius:8px;overflow:hidden;cursor:pointer}table tr:hover{background:#262626;transform:scale(1.02)}table tr:hover td{background:#262626}table tr td{background:#1e1e1e}table td:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}table td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.view-all-tending-btn{text-align:center}.view-all-tending-btn button{background:#1e1e1e;color:#fff;border:none;padding:12px 22px 12px 16px;border-radius:4px;cursor:pointer;font-size:16px;display:flex;align-items:center;gap:5px;margin:20px auto auto}.trending-time-box{display:flex;align-items:center;gap:8px}.trending-time-box svg{color:#ee10b0}.trending-time-box span{margin-top:2px}.artists-box{display:flex;gap:20px;margin-top:20px;padding:20px 0}.artists-box .artists-detailes{display:flex;flex-direction:column;align-items:center}.artists-box .artists-detailes:hover{transform:scale(1.05);cursor:pointer}.artists-img-box{width:130px;height:130px;border-radius:50%;overflow:hidden;margin-bottom:15px}.artists-img-box img{width:100%;height:100%;object-fit:cover;border-radius:4px}.artists-detailes .artists-info{text-align:center}.artists-detailes .artists-info p{font-size:14px;color:#fff}.artists-view-all-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 30px;font-size:14px;cursor:pointer}.artists-view-all-box:hover .artists-view-all-btn{transform:scale(1.05);background:#1f1f1f}.artists-view-all-btn{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#262626;border-radius:50%;margin-bottom:15px}.albums-section-main{background:linear-gradient(to right,#1171e2,#53add605 98%,#8bcbe700);border-radius:8px}.albums-hero{background:linear-gradient(to right,#1171e2,#53add605 98%,#8bcbe700);box-shadow:3px 12px 4px #00000030;padding:20px 20px 40px;border-radius:8px;overflow:hidden}.albums-hero-row{display:flex;align-items:center;justify-content:space-between;padding-right:20px}.albums-header-left button{border:none;font-size:12px;background:#262626;color:#fff;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.albums-header-left button:hover{background:#ee10b0}.albums-share-btn button{border:none;background:#ee10b0;padding:8px;color:#fff;font-size:12px;cursor:pointer;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.albums-hero-content{margin-top:20px;padding:0 20px}.albums-hero-content-row{display:flex;align-items:center}.albums-hero-image-box{height:100%;width:auto;min-width:250px;min-height:250px;max-width:260px;max-height:260px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.albums-hero-image-box img{width:100%;height:100%;object-fit:cover}.albums-hero-content-right{margin-left:40px;width:70%}.albums-hero-detailes h1{font-size:34px;margin-bottom:20px}.dotSymbol{width:6px;height:6px;background-color:#ee10b0;border-radius:50%;display:inline-block}.albums-hero-detailes p{font-size:13px;line-height:20px;margin-bottom:15px;max-width:400px;color:#cecece;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.albums-time-and-playbox{width:100%;margin-top:60px}.albums-play-box-row{display:flex;align-items:center;justify-content:space-between}.album-time-info-box{display:flex;align-items:center;gap:20px}.album-time-info-box h2{font-size:16px}.albums-play-btn-box{cursor:pointer}.albums-play-btn-box h3{display:flex;align-items:center;font-size:14px;gap:10px}.albums-play-btn-box h3 svg{width:40px!important;height:40px;color:#ee10b0}.album-songs-content{padding:10px 20px}.album-songs-content table thead tr th{background:none}.album-songs-content table thead tr:hover{background:none;transform:scale(1);cursor:auto}.artists-main,.artists-box{width:100%}.artists-hero-section{width:100%;height:350px;border-radius:8px;background-image:url(/assets/img/artists-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:self-end;justify-content:start;box-shadow:3px 12px 4px #00000030;filter:grayscale(100%)}.artists-hero-section:hover{filter:grayscale(0%);transition:all .5s ease-in-out;cursor:pointer}.hero-artists-name h2{width:100%;padding:20px;font-size:52px;margin-left:20px;margin-bottom:10px}.music-play-timeline-box-main{height:3px;background:#1e1e1e;position:absolute;width:100%;top:0;left:0;z-index:99999}.music-play-timeline-box-main:hover{cursor:pointer;height:5px}.music-play-timeline-box{width:100%;height:100%;background:#ee10af57}.music-play-timeline{width:100%;height:100%}.music-play-timeline-box:hover{cursor:pointer}.music-play-timeline-progress-bar{background:#0e9eef;width:30%;height:100%}.music-play-component-main{position:fixed;bottom:0;right:0;width:80%;height:80px;background-color:#252525;z-index:9999}.music-play-component{width:100%;height:100%;position:relative}.music-play-component-row{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 20px}.width-28{width:28%}.music-play-component-left{height:100%}.played-song-detailes{height:100%;display:flex;align-items:center;gap:20px;overflow:hidden}.played-song-img-box{width:20%!important;max-width:60px!important;height:60px!important;overflow:hidden;border-radius:4px}.played-song-img-box img{width:100%;height:100%;object-fit:cover}.played-song-info{width:80%!important;max-width:240px}.played-song-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.played-song-info h2{font-size:16px;margin-bottom:10px}.played-song-info p{font-size:12px;color:#cecece;margin-top:8px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-play-component-center{height:100%;display:flex;align-items:center;justify-content:center}.music-play-component-controls{display:flex;gap:25px}.music-play-component-controls button{background:none;border:none;cursor:pointer;color:#fff;font-size:26px;border-radius:50%;height:50px;width:50px;display:flex;align-items:center;justify-content:center}.music-play-component-controls button:hover{background:#1e1e1e}.music-play-component-controls button:nth-child(2){background:#ee10b0}.music-play-component-right{width:20%;height:100%;display:flex;align-items:center;justify-content:right;gap:20px}.music-play-component-right p{font-size:12px;color:#cecece}.music-play-component-right .songTotalDuration{color:#fff}.music-play-component-right .songCurrentTime{color:#888}.music-play-more-btn-box button{background:none;border:none;cursor:pointer;color:#fff;font-size:26px;border-radius:50%;height:50px;width:50px;display:flex;align-items:center;justify-content:center;color:#0e9eef}.music-play-more-btn-box button:hover{background:#1e1e1e}.coming-soon-main{display:flex;align-items:center;justify-content:center;height:500px}.coming-soon-box{text-align:center}.coming-soon-box h2{font-size:48px;color:#ee10b0;margin-bottom:20px}.coming-soon-box p{font-size:16px;color:#cecece}.settings-page-hero{padding:20px;display:flex;align-items:center;gap:20px;border-radius:8px;background:linear-gradient(to right,#1171e2,#53add605 98%,#8bcbe700);box-shadow:3px 12px 4px #00000030}.settings-hero-info-box-main{display:flex;align-items:center;gap:20px;width:90%}.logout-btn-box button{color:#fff;border:none;background:#1f1f1f;border-radius:50%;height:50px;width:50px;cursor:pointer}.logout-btn-box button:hover{background:#ee10b0}.settings-page-profile-img-box{width:120px;height:120px;overflow:hidden;border-radius:50%;border:2px solid #ee10b0!important}.settings-page-profile-img-box img{width:100%;height:100%;object-fit:cover}.settings-page-name-edit-box{display:flex;gap:30px}.settings-page-edit-profile-btn-box button{color:#fff;padding:8px 16px;border:none;cursor:pointer;font-size:14px;background:#1e1e1e;border-radius:30px}.settings-name-and-username-box h2{font-size:24px;margin-bottom:10px}.settings-name-and-username-box p{font-size:14px;color:#cecece;margin-bottom:20px}.settings-page-main-content{margin-top:30px}.settings-items{border-radius:8px;padding:20px;background:#1e1e1e;display:flex;align-items:center;justify-content:space-between;font-size:14px;margin-bottom:10px}.settings-items.link{cursor:pointer;color:#fff}.settings-items-btn-box{display:flex;align-items:center;justify-content:center}.settings-items-change-btn{width:44px;height:20px;border-radius:30px;background:#262626;display:flex;align-items:center;border:1px solid #ee10b0!important;cursor:pointer;padding:1px}.settings-items-change-btn span{width:20px;height:20px;border-radius:50%;background:#0e9eef;transform:translate(-3px);transition:all .3s ease-in-out}.settings-items-change-btn span.active{transform:translate(22px)!important;background:#ee10b0}.disabled.settings-items-change-btn span.active{transform:translate(22px)!important;background:#474747!important}.settings-items-open-btn{border:none;font-size:16px;background:none;color:#ee10b0;cursor:pointer}.settings-items p{display:flex;gap:10px;align-items:center}.settings-items p i{color:#ee10b0}.settings-items-change-btn.disabled{border-color:#474747!important;cursor:not-allowed}.settings-items-change-btn.disabled span{background:#474747!important}.settings-social-link-box{margin-top:30px}.settings-social-link-box h2{font-size:16px;margin-bottom:10px}.settings-danger-zone-box-main{margin-top:50px}.settings-danger-zone-box-main h2{color:#ee10b0}.settings-danger-zone-box{margin-top:10px;background:#1f1f1f;padding:20px;border-radius:8px}.settings-danger-zone-box h3{display:flex;align-items:center;gap:15px;font-size:16px}.settings-account-dlt-box{display:flex;align-items:center;justify-content:space-between}.settings-account-dlt-text{display:flex;align-items:center;gap:15px}.settings-account-dlt-icon-box i{color:#ee10b0;font-size:24px}.settings-account-dlt-text p{font-size:12px;color:#cecece;margin-top:5px}.settings-account-dlt-btn-box button{border:1px solid #000;padding:8px 16px;background:#1f1f1f;color:#fff;font-size:14px;cursor:pointer;border-radius:4px;display:flex;align-items:center;gap:10px}.settings-account-dlt-btn-box button:hover{background:#ee10b0;color:#fff;border-color:#ee10b0!important}.profile-content{margin-top:30px;border-radius:8px;padding:20px 0}.profile-content-items{width:70%;padding:30px;border-radius:4px;background:#1e1e1e}.profileFormNameBox,.profile-pass-box{display:flex;align-items:center;gap:30px}.input-box{border-radius:4px;margin-bottom:20px;width:100%;position:relative}.input-box span{font-size:14px;color:#cecece}.input-box input{margin-top:6px;height:40px;width:100%;background:#262626;padding:0 8px;color:#cecece;border:1px solid #474747!important;outline:none;border-radius:4px}.input-box input:focus{border-color:#0e9eef!important}.profileUsernameBox #profileUsernameBox:disabled,#profileEmailBox:disabled{cursor:not-allowed;position:relative}.profileErrorMsg{font-size:12px;margin-top:8px;margin-left:8px;color:#ee10b0;opacity:0}.form-submit-btn-box button{padding:8px 16px;border:none;background:#0e9eef;color:#fff;border-radius:4px;cursor:pointer}.form-submit-btn-box button:hover{background:#1171e2}.form-submit-btn-box .cancel-btn{background:#4b4b4b;margin-left:10px}.form-submit-btn-box .cancel-btn:hover{background:#616161}.song-not-found-box-main{display:flex;justify-content:center;align-items:center;height:100px}.header-search-form{position:relative}.header-search-preview-box-main{background:#1f1f1f;border-radius:5px;position:absolute;width:100%;max-height:500px;margin-top:5px;z-index:999;padding:10px;display:none}.header-search-content-main{border:1px solid #515151!important;height:100%;border-radius:4px;width:100%}.header-search-content{height:100%}.header-search-content ul{list-style:none}.header-search-content ul li{border-bottom:1px solid #515151!important;padding:8px 8px 10px;font-size:14px;cursor:pointer;margin-bottom:2px;color:#cecece}.search-results-container{display:flex;gap:20px;width:100%}.search-result-left{width:40%;overflow:hidden}.search-result-right{flex:1}.top-result-item{background:#1f1f1f;margin-top:12px;padding:20px;border-radius:10px}.top-result-item:hover{background:#262626;cursor:pointer}.top-result-item .top-result-image{width:100px;height:100px;border-radius:8px;overflow:hidden;box-shadow:0 5px 8px #000000e6}.top-result-item .top-result-image img{width:100%;height:100%;object-fit:cover}.top-result-info{max-width:350px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:20px}.top-result-info h1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-result-info p{font-size:13px;margin-top:5px;color:#cecece;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-songs{margin-top:12px}.search-result-item{background:#1f1f1f96;overflow:hidden;display:flex;gap:15px;margin-bottom:5px;padding:6px 8px;border-radius:4px;cursor:pointer;align-items:center}.search-result-item:hover{background:#262626}.search-result-item .search-result-item-image{width:46px;height:46px;border-radius:4px;overflow:hidden}.search-result-item .search-result-item-image img{width:100%;height:100%;object-fit:cover}.search-result-item-info{max-width:300px;width:100%;overflow:hidden}.search-result-item-info h3{font-size:15px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-item-info p{font-size:12px;color:#cecece;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.artists-hero-section .albums-header{position:absolute;top:20px;left:0;width:100%;padding:0 20px;z-index:99999}.music-play-component-right{position:relative}.music-play-component-right .equaliser-options-box-main{position:absolute;bottom:85px;right:0;z-index:9999;min-width:180px}.equaliser-options-box-main .equaliser-options-box{background:#1f1f1f;border-radius:4px;padding:10px 0;border:2px solid #323232!important;box-shadow:0 2px 10px #0000001a}.equaliser-options-box ul{list-style:none;padding:0}.equaliser-options-box ul li{padding:10px 24px;font-size:13px;cursor:pointer;border-radius:4px}.equaliser-options-box ul li:hover{background:#262626}.playlist-songs-tbody tr td span{text-align:center;width:100%}.playlist-songs-tbody tr td:last-child{width:120px!important}.playlist-songs-tbody tr td:last-child button{border:none;background:#0e0e0e;cursor:pointer;padding:8px;padding-bottom:8px!important;border-radius:4px;color:#fff!important;display:flex;align-items:center;justify-content:center;margin:auto;outline:none}.playlist-songs-tbody tr td:last-child button:hover{background:#ee10b0}.playlist-songs-tbody td:nth-child(3){max-width:150px;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.albums-hero-detailes h1 svg{color:#ee10b0}.browsing-list-top{padding:20px 10px 10px}.start-browsing-main.browsing-section{margin-top:40px}.browsing-box-main.evenly-space{justify-content:space-evenly}.browsing-box-main.evenly-space .browsing-box{width:32%}.browsing-box-main .browsing-box:hover{transform:scale(1.03)}.browsing-box-main{display:flex;gap:20px;flex-wrap:wrap}.browsing-box{display:flex;width:23%;max-height:130px;height:130px;overflow:hidden;position:relative;border-radius:4px;background:#ee10b0;cursor:pointer;color:#fff}.browsing-text-info{width:100%;padding:20px}.browsing-text-info h2{font-weight:700;z-index:999;position:absolute}.browsing-box-image{width:100px;height:100px;position:absolute;right:-15px;bottom:-5px;rotate:25deg;border-radius:4px;overflow:hidden;z-index:998}.browsing-box-image img{width:100%;height:100%;object-fit:cover}.mobile-music-fixed-container{position:absolute;top:0;left:0;width:100%;height:90%!important;z-index:9999999}.music-crousel-box{position:absolute;z-index:9999999999;top:0;left:0;width:100%;height:100%;background:#0e0e0e;position:relative}.music-crousel{height:100%;overflow:auto}.music-item{position:relative;height:100%;overflow:hidden;display:flex}.music-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--bg-image);background-size:cover;background-position:center;filter:blur(15px);transform:scale(1.1);z-index:0}.music-cover-main-box{display:flex;align-items:center;justify-content:center;flex:1;z-index:1;margin-bottom:250px}.music-cover{position:relative;z-index:1;width:80%;height:auto;max-width:400px;max-height:400px;margin:auto;overflow:hidden;border-radius:8px}.music-cover img{width:100%;height:100%;object-fit:cover}.music-info-box-main{position:absolute;bottom:0;width:100%;background:#1e1e1e;height:400px;background:linear-gradient(to top,#000 65%,#0000);padding-top:130px}.music-info-box-main .music-info{padding:0 30px}.music-info-box-main .music-info h2{font-size:26px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-info-box-main .music-info p{font-size:14px;color:#cecece}.music-action-btn-box{display:flex;align-items:center;justify-content:space-between;padding:0 30px;margin-top:20px}.music-action-button{background:none;border:none;outline:none;color:#fff;cursor:pointer}.music-action-button svg{height:36px;width:36px}.music-action-box-left{display:flex;align-items:center;gap:20px}.music-progress-bar-main{margin-top:40px;padding:0 30px}.music-progress-bar-box{margin-top:20px}.music-current-time .music-played-time{color:#888}.music-current-time .devide-mark{margin:0 8px;color:#6b6b6b}.music-progress-bar{width:100%;height:5px;background:transparent;position:relative;border-radius:2px}.music-progress-range{-webkit-appearance:none;appearance:none;width:100%;height:5px;background:transparent;border-radius:2px;position:absolute;top:0;left:0;outline:none}.music-progress-range::-webkit-slider-runnable-track{height:5px;border-radius:2px;background:linear-gradient(to right,#0e9eef var(--value, 0%),#ee10af83 0%)}.music-progress-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#0e9eef;cursor:pointer;margin-top:-4px}.music-progress-range::-moz-range-track{height:5px;border-radius:2px;background:#ee10af83}.music-progress-range::-moz-range-progress{background:#0e9eef;height:5px;border-radius:2px}.music-progress-range::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:#0e9eef;cursor:pointer}.mobile-search-header-btn-box{position:absolute;top:0;right:0;z-index:99999999;padding:10px 10px 5px 5px}.mobile-search-header-btn{background:none;border:none;outline:none;color:#fff;cursor:pointer;padding:15px;border-radius:50%}.mobile-search-header-btn svg{height:36px;width:36px;color:#cecece;filter:drop-shadow(0 2px 10px rgba(0,0,0,1))}@media only screen and (max-width: 768px){.mobile-none{display:none!important}}@media only screen and (min-width: 768px){.desktop-none{display:none!important}}.mobile-main-container{display:flex;flex-direction:column;height:100dvh;position:relative}.mobile-content-main{flex:1;overflow:scroll;padding:15px 15px 80px}.mobile-menu-bar-main{position:fixed;bottom:0;left:0;width:100%;height:10%;background:#1e1e1e;display:flex;align-items:center;justify-content:space-around;border-top:1px solid #323232!important}.mobile-menu-bar-box{width:100%;height:100%}.mobile-menu-bar-box .mobile-menu-bar{display:flex;align-items:center;justify-content:space-between;color:#888;font-size:12px;cursor:pointer;padding:8px;margin:auto;width:100%;height:100%}@media only screen and (max-width: 768px){h1{font-size:24px}table{margin-top:0!important}.table-head tr th{font-size:10px!important;text-wrap:nowrap}.table-body tr td{font-size:10px!important;text-wrap:nowrap;padding:8px 5px!important}.table-body tr td h1{font-size:12px!important}table td:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}table td:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.table-body tr td .trending-song-image{width:30px;height:30px;margin-right:0;border-radius:2px!important}.table-body tr td .trending-song-image img{border-radius:2px!important}.trending-song-info{max-width:150px!important}.table-body tr td h2{font-size:12px!important}.table-body tr td p{font-size:10px!important}.trending-time-box svg{width:14px!important;height:14px!important}.song-item .song-img-box{width:120px;height:125px}.song-item .song-info h2{font-size:14px!important}.song-item .song-info p{font-size:11px}.album-songs-content{padding:10px!important}.albums-hero{padding:10px}.albums-hero-content{padding:10px!important}.albums-hero-content-right{margin-left:10px}.albums-hero-image-box{min-width:150px;min-height:150px;max-width:160px;max-height:160px}.albums-hero-detailes h1{font-size:20px;line-height:28px}.albums-hero-detailes p{font-size:11px}.albums-time-and-playbox{margin-top:20px}.albums-hero-row{padding-right:10px}.hero-artists-name{overflow:hidden}.hero-artists-name h2{width:100%;font-size:32px;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:0}.albums-header{width:100%}.search-results-container{flex-direction:column}.search-result-left{width:100%}.top-result-item{display:flex;gap:20px;border-radius:4px}.top-result-item .top-result-image{width:150px;height:150px;max-width:100px;max-height:100px;border-radius:4px}.search-page-input-box-main{width:100%;margin-bottom:40px;margin-top:20px}.search-page-input-box-main .header-search-form{width:100%}.search-page-input-box-main .search-box{min-width:auto;width:100%}.browsing-box-main{justify-content:space-between;gap:10px 0}.browsing-box{width:48%;height:100px}.browsing-text-info h2{font-size:16px}.browsing-box-image{width:70px;height:70px;right:-20px;bottom:-10px}.browsing-text-info{padding:10px}.browsing-box-main.evenly-space{flex-direction:column}.browsing-box-main.evenly-space .browsing-box{width:100%}.browsing-box-main.evenly-space .browsing-box .browsing-text-info{padding:20px}.browsing-box-main.evenly-space .browsing-box .browsing-text-info h2{font-size:20px}.browsing-box-main.evenly-space .browsing-box .browsing-box-image{width:80px;height:80px;right:-15px;bottom:-5px}.playlist-songs-tbody.table-body td:first-child h1{padding:8px 15px}.settings-name-and-username-box{text-wrap:nowrap}.settings-page-name-edit-box{gap:10px}.settings-page-profile-img-box{width:80px;height:80px}.settings-name-and-username-box h2{font-size:16px}.settings-page-username-show-box p{font-size:11px}.settings-page-edit-profile-btn-box .edit-profile-btn{font-size:12px;padding-left:9px!important;padding-right:9px!important}.logout-btn-box button{padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.logout-btn-box button svg{width:20px;height:20px}.settings-account-dlt-text-box h3{font-size:14px}.settings-account-dlt-text-box p{font-size:10px;margin-right:10px}.settings-account-dlt-btn-box button{text-wrap:nowrap}.profile-content-items{width:100%;padding:20px}.profile-pass-box{flex-direction:column;gap:10px}.profile-pass-box-one{margin-bottom:0}.profileFormNameBox{gap:15px}.hero-section{height:auto;border-radius:4px}.hero-content{padding:30px 20px}.hero-content-box{margin-left:0}.hero-content-box h1{font-size:22px}}.adsbox-main{height:200px;margin:30px 0;border-radius:8px;background:#262626;position:relative;overflow:hidden}.adsCloseBtn{position:absolute;top:0;right:0;z-index:9999;padding:10px 15px 10px 10px;background:linear-gradient(45deg,#0000,#0000001a)}.adsCloseBtn button{background:none;border:none;color:#fff;font-size:30px;cursor:pointer}.adsCloseBtn button svg{color:#ee10b0}.adsbox-content iframe{width:100%;height:100%;border:none;overflow:hidden}.adsbox-content{height:100%;width:100%;position:relative}.adsbox-content h1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#0e0e0e;text-align:center}.music-play-pause-btn{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:9999999999;width:95%;height:50%;background:transparent;border:none}.music-play-pause-btn svg{width:140px;height:140px;color:#fff;opacity:.7}.mobile-menu-bar-main{z-index:999999999}.mobile-menu-bar-box{border-top:1px solid #606060!important;background:#000!important}.mobile-menu-bar-item button{background:none;border:none;color:#888;outline:none;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px}.mobile-menu-bar-item button svg{width:24px;height:24px}.mobile-menu-bar-item .active button{color:#fff;font-size:11px}.mobile-menu-bar-item .active button svg{color:#fff}.content-box{border-top:1px solid #606060!important;margin-top:30px}.link-box{border-bottom:1px solid #606060!important;display:flex;align-items:center;justify-content:space-between;padding:20px 15px;color:#fff;cursor:pointer}.link-box .left-box{display:flex;align-items:center;gap:10px}.heading-box{padding:50px 50px 20px;display:flex;flex-direction:column;align-items:center}.heading-box .icon-box{background:#262626;width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.heading-box .icon-box svg{width:50px;height:50px;color:#fff}.player-container.mini-mode{position:fixed;bottom:10%;left:0;width:100%;z-index:1000;padding:8px;box-sizing:border-box}.player-container.full-mode{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.mini-player-link{text-decoration:none;color:inherit}.mini-player-container{display:flex;align-items:center;background:#2c2c2c;border-radius:2px;padding:8px;color:#fff;position:relative;overflow:hidden;box-shadow:0 -2px 10px #00000080}.mini-player-progress{position:absolute;bottom:0;left:0;height:2px;background-color:#1db954;transition:width .1s linear}.mini-player-art{width:40px;height:40px;border-radius:4px;margin-right:12px}.mini-player-info{flex-grow:1;overflow:hidden;white-space:nowrap}.mini-player-title{font-size:14px;font-weight:600;text-overflow:ellipsis;overflow:hidden}.mini-player-artist{font-size:12px;color:#b3b3b3;text-overflow:ellipsis;overflow:hidden}.mini-player-control{background:none;border:none;color:#fff;padding:0 5px 0 12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.mini-player-control svg{width:32px;height:32px}.auth-main-box{position:absolute;top:0;left:0;height:100%;width:100%;z-index:9999999999}.auth-main-box .signup-box{height:100%;width:100%;background:linear-gradient(to bottom right,#0e9eef,#ee10b0);position:relative}.signup-content{width:85%;max-width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#cecece;padding:16px;border-radius:8px}.signup-content h2{font-size:24px;margin-bottom:20px;text-align:center;margin-top:12px;color:#ee10b0}.auth-input-box{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.auth-input-box label{font-size:12px;color:#000}.auth-input-box input{height:40px;padding:0 12px;border:none;outline:none;border-radius:4px}.auth-input-box button{width:100%;padding:10px;border:none;background:#0e9eef;color:#fff;font-size:14px;border-radius:4px;cursor:pointer;margin-top:12px}.auth-input-box button:hover{background:#1171e2}.already-account{text-align:center;font-size:12px;color:#000;margin-top:20px;margin-bottom:4px}.forgot-password-btn-box{text-align:center;margin-bottom:30px}.forgot-password-btn-box button{background:none;border:none;color:#ee10b0;cursor:pointer;font-size:12px;margin-top:8px}.already-account a{color:#0e9eef;text-decoration:none;margin-left:4px}.enter-as-guest-btn-box{bottom:40px;position:absolute;left:50%;transform:translate(-50%);width:80%;max-width:400px}.enter-as-guest-btn-box button{border-radius:4px;padding:10px 16px;background:#0e9eef;border:none;cursor:pointer;color:#fff;width:100%;text-align:center}.name-box-main{display:flex;overflow:hidden;justify-content:space-between}.name-box-main .auth-input-box{width:49%}.already-account button{background:none;border:none;color:#0e9eef;cursor:pointer}#logoutBtn .navelink{border:none!important;outline:none!important;width:100%;cursor:pointer}.choose-file-btn{position:relative}.choose-file-btn input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.hover-open-file-choose{height:100%;width:100%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;left:0;right:0;background:#000000a6;cursor:pointer}.hover-open-file-choose:hover{background:#000000d4}.hover-open-file-choose svg{width:32px;height:32px;color:#fff}.confirmation-box-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.confirmation-box{padding:20px;border-radius:8px;background:#cecece;color:#000;width:80%;max-width:400px}.confirmation-text-box p{font-size:13px;color:#323232;margin-top:10px}.confirmation-box-btns{display:flex;gap:10px;margin-top:30px;justify-content:flex-end}.confirmation-box-btns button{padding:8px 16px;font-size:14px;border:none;border-radius:4px;cursor:pointer;outline:none}.confirmation-box-btns .confirm-btn{background:#ee10b0;color:#fff}.confirmation-box-btns .cancel-btn{background:#0e9eef;color:#fff}.confirmation-box-btns .confirm-btn:hover{background:#ce0094}.confirmation-box-btns .cancel-btn:hover{background:#1171e2}.getPassBoxForConfirmation{margin-top:25px}.getPassBoxForConfirmation input{width:100%;padding:8px 12px;border-radius:4px;outline:none}.playlists-hero-row{padding:16px 20px;justify-content:left;gap:20px;border-bottom:1px solid #1171e2!important}.all-playlist-options-to-add{position:fixed;background:#1f1f1f;border-radius:5px;padding:8px 0;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;max-width:400px;max-height:500px;z-index:9999999999;border:2px solid #323232!important}.playlist-option-item-to-add{border-bottom:1px solid #323232!important;display:flex;align-items:center;gap:8px;justify-content:left;padding:16px 24px;cursor:pointer;margin:4px 0}.playlist-option-item-to-add:last-child{border-bottom:none!important}.playlist-option-item-to-add:hover{border-radius:4px;background:#262626}.create-new-playlist-btn-box button{width:100%;padding:10px 16px;background:#ee10b0;color:#fff;font-size:13px;border-radius:4px;cursor:pointer;border:none;outline:none}.flex{display:flex;align-items:center;gap:8px}.create-new-playlist-btn-box button:hover{background:#0e9eef}.playlists-hero-row{display:flex;align-items:center;justify-content:space-between;padding-right:20px}.create-new-playlist-btn-box-main{position:relative}.create-playlist-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}.create-playlist-modal-box{z-index:101;width:80%;max-width:400px;margin:auto;display:flex;align-items:center;justify-content:center}.create-new-playlist-popup-box{border:1px solid #000;padding:12px 16px;background:#cecece;border-radius:4px;width:100%;max-width:400px}.create-new-playlist-input-label-box label{font-weight:700}.create-new-playlist-input-label-box label h2{color:#ee10b0;margin-bottom:20px}.create-new-playlist-input-box{margin-top:10px;height:40px}.create-new-playlist-input-box input{width:100%;height:100%;padding:0 12px;border:none;outline:none;border-radius:4px}.create-new-playlist-form-btn{margin-top:10px;display:flex;justify-content:flex-end;gap:10px}.create-new-playlist-form-btn button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;outline:none;background:#ee10b0;color:#fff}.create-new-playlist-form-btn .create-new-playlist-btn-cancel,.create-new-playlist-form-btn button:hover{background:#0e9eef}.create-new-playlist-form-btn .create-new-playlist-btn-cancel:hover{background:#ee10b0}.music-action-box-right{position:relative}.equaliserOptionsBoxMain{position:absolute;right:0;bottom:100%;margin-bottom:10px;z-index:99999999999;width:180px}.equaliser-options-mobile-main{border:2px solid #323232!important;background:#1f1f1f;padding:10px 0;border-radius:4px}.equaliser-options-mobile ul{list-style:none;padding:0}.equaliser-options-mobile ul li{font-size:14px;cursor:pointer;padding:10px 24px}.equaliser-options-mobile ul li:hover{background:#262626}.custom-checkbox{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#fff}.custom-checkbox input{display:none}.checkmark{width:18px;height:18px;border:2px solid #555!important;border-radius:4px;margin-right:8px;display:inline-block;position:relative;transition:all .2s ease}.custom-checkbox input:checked+.checkmark{background-color:#ee10b0;border-color:#ee10b0!important}.checkmark:after{content:"";position:absolute;left:4px;top:0;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;opacity:0;transform:rotate(45deg);transition:.2s}.custom-checkbox input:checked+.checkmark:after{opacity:1}.custom-checkbox input:checked+.checkmark{background:linear-gradient(145deg,#ff007a,#f36);box-shadow:0 0 8px #ff007a80}.empty-data-box{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;position:relative}.create-first-playlist-btn{border:none;padding:12px 20px;background:#0e9eef;color:#fff;font-size:16px;border-radius:4px;cursor:pointer;outline:none}.create-playlist-popup-box{width:80%;max-width:400px}.create-palylist-popup-main{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999999999}.alert-stack-main{position:fixed;bottom:11%;left:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:99999999999999}.alertPopUpBox{background:#1e1e1e;color:#fff;padding:12px 16px;border-radius:6px;box-shadow:0 2px 10px #00000080;width:90%;max-width:400px;display:flex;align-items:center;gap:10px;opacity:0;transform:translateY(100%);animation:slideUp .4s ease-out forwards}.alertPopUpBox p{font-size:14px;margin:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.alertPopUpBox.slide-out{animation:slideDown .4s ease-in forwards}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.pass-reset-page-main{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;position:fixed;top:0;left:0;width:100%;height:100%;background:#0e0e0e;z-index:999999999999}.pass-reset-page{width:85%;max-width:400px;border-radius:8px;padding:20px 0;display:flex;align-items:center;flex-direction:column}.pass-reset-form{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:8px;text-align:center}.pass-reset-form p{font-size:14px;width:90%;margin:15px auto auto;color:#909090}.form-group{height:40px;margin-top:15px}.form-group input{width:100%;height:100%;padding:0 12px;border:none;outline:none;border-radius:4px;background:#252525;color:#fff}.reset-form-submit-btn{margin-top:10px;height:34px}.reset-form-submit-btn button{width:100%;height:100%;border:none;background:#0e9eef;color:#fff;font-size:14px;cursor:pointer;outline:none;border-radius:4px}.reset-pass-icon-box{border:1px solid #000;display:inline-flex;width:100px;height:100px;border-radius:50%;align-items:center;justify-content:center;margin-bottom:20px}.reset-pass-icon-box svg{width:60px;height:60px;color:#cecece}.or-text-box{margin:20px auto 0;width:80%;text-align:center;position:relative}.or-text-box:before,.or-text-box:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#555}.or-text-box:before{left:0}.or-text-box:after{right:0}.reset-create-new-account{margin-top:20px}.reset-create-new-account button{background:none;border:none;color:#0e9eef;cursor:pointer;outline:none}.reset-back-to-login-btn-box{position:absolute;bottom:5%;width:90%;max-width:400px;margin:auto}.reset-back-to-login-btn-box button{width:100%;padding:12px 20px;background:#252525;border:none;color:#cecece;cursor:pointer;border-radius:4px;outline:none}.form-group-password{margin-top:5px}.create-playlist-option-btn{padding:10px 0;text-align:center}.create-playlist-option-btn button{background:none;border:none;color:#0e9eef;cursor:pointer;padding:10px 16px;font-size:14px}.create-playlist-option-btn button:hover{color:#ee10b0}.create-guest-account-popup-main{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999999999}.create-guest-account-popup{width:80%;max-width:400px}.create-guest-account-popup-form{padding:20px;background:#cecece;border-radius:8px}.create-guest-account-label-box label{color:#252525;font-size:14px}.create-guest-account-popup-input-box{height:40px;margin-top:10px}.create-guest-account-popup-input-box input{width:100%;height:100%;padding:0 12px;border:none;outline:none;border-radius:4px}.create-guest-account-popup-submit-btn-box{margin-top:20px;display:flex;justify-content:flex-end}.create-guest-account-popup-submit-btn-box button{padding:8px 16px;border:none;background:#0e9eef;color:#fff;font-size:14px;border-radius:4px;cursor:pointer;outline:none}.guest-reminder-page-main{height:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.can-we-notify-main{position:fixed;bottom:50%;left:50%;transform:translate(-50%,50%);z-index:9999999999;width:90%;max-width:500px}.can-we-notify{border:2px solid #323232!important;background:#1f1f1f;padding:32px 20px 16px;border-radius:16px;text-align:center}.can-we-notify-text{margin-bottom:16px}.can-we-notify-text p{font-size:16px;width:70%;margin:8px auto auto;color:#cecece}.can-we-notify-btns-box{margin-top:20px}.can-we-notify-btns-box button{width:100%;padding:13px 0;font-weight:700;border:none;border-radius:30px;cursor:pointer;font-size:14px;outline:none;margin-top:10px;background:#ee10b0;color:#fff}.can-we-notify-no-thanks-btn-box button{background:transparent;color:#cecece;border:1px solid #000}.legal-page{padding:40px 20px}.legal-page h1{margin-bottom:20px}.legal-page p{margin-bottom:20px;font-size:14px}.legal-page ul{padding-left:30px;margin-bottom:30px}.legal-page ul li{margin-bottom:10px;color:#cecece;font-size:14px}.legal-page a{color:#0e9eef;text-decoration:none}.loader{background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);border-radius:8px;position:relative;overflow:hidden}.loader:after{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:shimmer 1.2s linear infinite}@keyframes shimmer{to{transform:translate(100%)}}
