@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);.theme-light .home{background-color:#f6f3f3;height:100vh;overflow:scroll}.theme-light .home::-webkit-scrollbar{display:none}.theme-light .home .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-light .home .mobileIcon img{width:100%}@media(max-width:600px){.theme-light .home .mobileIcon{display:block}}.theme-light .home .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-light .home .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}.theme-dark .home{background-color:#333;height:100vh;overflow:scroll}.theme-dark .home::-webkit-scrollbar{display:none}.theme-dark .home .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-dark .home .mobileIcon img{width:100%}@media(max-width:600px){.theme-dark .home .mobileIcon{display:block}}.theme-dark .home .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-dark .home .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}.cardContainerLink{max-width:200px;width:23.33%}@media(max-width:600px){.cardContainerLink{min-width:100px}}.theme-light .cardContainerLink .Card{color:#000;cursor:pointer;transition:-webkit-transform 352ms ease-in-out;transition:transform 352ms ease-in-out;transition:transform 352ms ease-in-out,-webkit-transform 352ms ease-in-out}@media(max-width:600px){.theme-light .cardContainerLink .Card{margin-bottom:.5rem;min-width:110px}}.theme-light .cardContainerLink .Card .imgContainer{border-radius:10px;max-height:280px;object-fit:cover;overflow:hidden}@media(max-width:600px){.theme-light .cardContainerLink .Card .imgContainer{max-height:145px;min-width:110px}}.theme-light .cardContainerLink .Card .imgContainer img{min-height:280px;width:100%}@media(max-width:600px){.theme-light .cardContainerLink .Card .imgContainer img{min-height:145px}}.theme-light .cardContainerLink .Card .titleContainer{display:flex;flex-direction:column}.theme-light .cardContainerLink .Card .titleContainer .cardTitle{font-size:.8rem;font-weight:600;margin-bottom:5px;margin-top:10px}@media(max-width:600px){.theme-light .cardContainerLink .Card .titleContainer .cardTitle{font-size:.6rem}}.theme-light .cardContainerLink .Card .titleContainer .rating{font-size:12px}@media(max-width:600px){.theme-light .cardContainerLink .Card .titleContainer .rating{font-size:.5rem}}.theme-light .cardContainerLink .Card:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.theme-dark .cardContainerLink .Card{color:#f5f5f5;cursor:pointer;transition:-webkit-transform 352ms ease-in-out;transition:transform 352ms ease-in-out;transition:transform 352ms ease-in-out,-webkit-transform 352ms ease-in-out}@media(max-width:600px){.theme-dark .cardContainerLink .Card{margin-bottom:.5rem;min-width:110px}}.theme-dark .cardContainerLink .Card .imgContainer{border-radius:10px;max-height:280px;object-fit:cover;overflow:hidden}@media(max-width:600px){.theme-dark .cardContainerLink .Card .imgContainer{max-height:145px;min-width:110px}}.theme-dark .cardContainerLink .Card .imgContainer img{min-height:280px;width:100%}@media(max-width:600px){.theme-dark .cardContainerLink .Card .imgContainer img{min-height:145px}}.theme-dark .cardContainerLink .Card .titleContainer{display:flex;flex-direction:column}.theme-dark .cardContainerLink .Card .titleContainer .cardTitle{font-size:.8rem;font-weight:600;margin-bottom:5px;margin-top:10px}@media(max-width:600px){.theme-dark .cardContainerLink .Card .titleContainer .cardTitle{font-size:.6rem}}.theme-dark .cardContainerLink .Card .titleContainer .rating{font-size:12px}@media(max-width:600px){.theme-dark .cardContainerLink .Card .titleContainer .rating{font-size:.5rem}}.theme-dark .cardContainerLink .Card:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.theme-light .headertitle{align-items:center;background-color:#f6f3f3;color:#000;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-light .headertitle .switch{align-items:center;display:flex;gap:5px}.theme-light .headertitle h1{align-items:center;display:flex;gap:12px}.theme-light .headertitle h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;padding:2px;width:30px}@media(max-width:600px){.theme-light .headertitle{height:9vh;padding:0 10px}.theme-light .headertitle h1{display:none}}.theme-dark .headertitle{align-items:center;background-color:#333;color:#f5f5f5;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-dark .headertitle .switch{align-items:center;display:flex;gap:5px}.theme-dark .headertitle h1{align-items:center;display:flex;gap:12px}.theme-dark .headertitle h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;padding:2px;width:30px}@media(max-width:600px){.theme-dark .headertitle{height:9vh;padding:0 10px}.theme-dark .headertitle h1{display:none}}.theme-light .rightbar{background-color:#f6f3f3;flex:2 1;height:100vh;overflow:scroll;position:-webkit-sticky;position:sticky;top:0}.theme-light .rightbar::-webkit-scrollbar{display:none}@media(max-width:600px){.theme-light .rightbar{display:none}}@media(max-width:960px){.theme-light .rightbar{display:none}}.theme-light .rightbar form,.theme-light .rightbar form .search{height:12vh;position:-webkit-sticky;position:sticky;top:0}.theme-light .rightbar form .search{align-items:center;background-color:#f6f3f3;color:#000;display:flex;justify-content:center;padding:20px}.theme-light .rightbar form .search .textInput{background-color:#fff;border:none;border-radius:14px;color:#000;font-size:14px;padding:12px 35px 12px 12px;width:100%}.theme-light .rightbar form .search .SearchIcon{cursor:pointer;position:absolute;right:8%}.theme-light .rightbar .popular{display:flex;flex-direction:column}.theme-light .rightbar .popular .popularTitle{align-items:center;background-color:#f6f3f3;color:#fbae1f;display:flex;font-size:14px;font-weight:600;gap:8px;height:30px;padding-bottom:10px;position:-webkit-sticky;position:sticky;top:12vh}.theme-light .rightbar .popular .animeContainer{display:flex;flex-direction:column;gap:20px;margin:20px 0}.theme-dark .rightbar{background-color:#333;flex:2 1;height:100vh;overflow:scroll;position:-webkit-sticky;position:sticky;top:0}.theme-dark .rightbar::-webkit-scrollbar{display:none}@media(max-width:600px){.theme-dark .rightbar{display:none}}@media(max-width:960px){.theme-dark .rightbar{display:none}}.theme-dark .rightbar form,.theme-dark .rightbar form .search{height:12vh;position:-webkit-sticky;position:sticky;top:0}.theme-dark .rightbar form .search{align-items:center;background-color:#333;color:#f5f5f5;display:flex;justify-content:center;padding:20px}.theme-dark .rightbar form .search .textInput{background-color:#222;border:none;border-radius:14px;color:#f5f5f5;font-size:14px;padding:12px 35px 12px 12px;width:100%}.theme-dark .rightbar form .search .SearchIcon{cursor:pointer;position:absolute;right:8%}.theme-dark .rightbar .popular{display:flex;flex-direction:column}.theme-dark .rightbar .popular .popularTitle{align-items:center;background-color:#333;color:#fbae1f;display:flex;font-size:14px;font-weight:600;gap:8px;height:30px;padding-bottom:10px;position:-webkit-sticky;position:sticky;top:12vh}.theme-dark .rightbar .popular .animeContainer{display:flex;flex-direction:column;gap:20px;margin:20px 0}.theme-light .DetailCard{background-color:#f6f3f3;color:#000;cursor:pointer;display:flex;gap:15px;justify-content:center}.theme-light .DetailCard .imgContainer{border-radius:20px;flex:1 1;height:80px;overflow:hidden;width:80px}.theme-light .DetailCard .imgContainer img{width:100%}.theme-light .DetailCard .textContent{flex:3 1}.theme-light .DetailCard .textContent .title{font-size:14px;font-weight:700}.theme-light .DetailCard .textContent .desc{font-size:11px}.theme-dark .DetailCard{background-color:#333;color:#f5f5f5;cursor:pointer;display:flex;gap:15px;justify-content:center}.theme-dark .DetailCard .imgContainer{border-radius:20px;flex:1 1;height:80px;overflow:hidden;width:80px}.theme-dark .DetailCard .imgContainer img{width:100%}.theme-dark .DetailCard .textContent{flex:3 1}.theme-dark .DetailCard .textContent .title{font-size:14px;font-weight:700}.theme-dark .DetailCard .textContent .desc{font-size:11px}.theme-light .leftbar{background-color:#f6f3f3;flex:1 1;height:100vh;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:9}@media(max-width:600px){.theme-light .leftbar{display:none}}.theme-light .leftbar .logo{border-radius:10px;margin-top:10px;width:3.5rem}.theme-light .leftbar nav{margin-top:60px}.theme-light .leftbar nav ul{display:flex;flex-direction:column;gap:15px}.theme-light .leftbar nav ul li{align-items:center;border-radius:8px;color:#000;cursor:pointer;display:flex;font-family:roboto;font-size:14px;font-weight:700;gap:10px;list-style-type:none;min-width:150px;padding:12px}.theme-light .leftbar nav ul .active,.theme-light .leftbar nav ul li:hover{background-color:#fff;border-right:5px solid #fbae1f;color:#fbae1f}.theme-dark .leftbar{background-color:#333;flex:1 1;height:100vh;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:9}@media(max-width:600px){.theme-dark .leftbar{display:none}}.theme-dark .leftbar .logo{border-radius:10px;margin-top:10px;width:3.5rem}.theme-dark .leftbar nav{margin-top:60px}.theme-dark .leftbar nav ul{display:flex;flex-direction:column;gap:15px}.theme-dark .leftbar nav ul li{align-items:center;border-radius:8px;color:#f5f5f5;cursor:pointer;display:flex;font-family:roboto;font-size:14px;font-weight:700;gap:10px;list-style-type:none;min-width:150px;padding:12px}.theme-dark .leftbar nav ul .active,.theme-dark .leftbar nav ul li:hover{background-color:#222;border-right:5px solid #fbae1f;color:#fbae1f}.theme-light .Anime{background-color:#f6f3f3;height:100vh;overflow:scroll}.theme-light .Anime::-webkit-scrollbar{display:none}.theme-light .Anime .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-light .Anime .mobileIcon img{width:100%}@media(max-width:600px){.theme-light .Anime .mobileIcon{display:block}}.theme-light .Anime .title{align-items:center;background-color:#f6f3f3;color:#fbae1f;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}@media(max-width:600px){.theme-light .Anime .title{height:9vh;padding:0 10px}.theme-light .Anime .title h1{display:none}}.theme-light .Anime .mainContent{max-width:100%;padding:20px}.theme-light .Anime .mainContent img{width:100%}.theme-light .Anime .mainContent .videoPlayer{height:500px;width:100%}@media(max-width:600px){.theme-light .Anime .mainContent{padding:10px}}.theme-light .Anime .mainContent .coverPic{background-size:contain;border-radius:1rem;height:240px;overflow:hidden;position:relative;width:100%}.theme-light .Anime .mainContent .coverPic .overlay{background:#000;background:linear-gradient(0deg,#000,hsla(0,0%,100%,.018));bottom:0;left:0;position:absolute;right:0;top:0}.theme-light .Anime .mainContent .coverPic .coverCard{align-items:center;bottom:4%;display:flex;gap:20px;left:1.5%;position:absolute;width:100%}.theme-light .Anime .mainContent .coverPic .coverCard .desc{color:#fff;font-size:.8rem;max-width:80ch}.theme-light .Anime .mainContent .coverPic .coverCard img{border-radius:1rem;width:100px}.theme-light .Anime .mainContent .coverPic .coverCard p{color:#fbae1f;font-size:1.2rem;font-weight:500;letter-spacing:.1rem;margin-bottom:10px}.theme-light .Anime .mainContent .sectitle_cont{align-items:center;display:flex;justify-content:space-between}.theme-light .Anime .mainContent .sectitle_cont .sectitle{align-items:center;color:#fbae1f;display:flex;font-size:18px;gap:10px;margin:20px 0}@media(max-width:600px){.theme-light .Anime .mainContent .sectitle_cont .sectitle{font-size:16px}}.theme-light .Anime .mainContent .sectitle_cont .nextEpTime{color:#000;font-size:.8rem}.theme-light .Anime .mainContent .sectitle_cont .dubSub{align-items:center;color:#000;display:flex;font-size:.7rem;gap:10px;justify-content:center;text-transform:uppercase}.theme-light .Anime .mainContent .episodeCont{display:flex;flex-wrap:wrap;gap:15px}@media(max-width:600px){.theme-light .Anime .mainContent .episodeCont{gap:6px}}.theme-dark .Anime{background-color:#333;height:100vh;overflow:scroll}.theme-dark .Anime::-webkit-scrollbar{display:none}.theme-dark .Anime .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-dark .Anime .mobileIcon img{width:100%}@media(max-width:600px){.theme-dark .Anime .mobileIcon{display:block}}.theme-dark .Anime .title{align-items:center;background-color:#333;color:#fbae1f;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}@media(max-width:600px){.theme-dark .Anime .title{height:9vh;padding:0 10px}.theme-dark .Anime .title h1{display:none}}.theme-dark .Anime .mainContent{max-width:100%;padding:20px}.theme-dark .Anime .mainContent img{width:100%}.theme-dark .Anime .mainContent .videoPlayer{height:500px;width:100%}@media(max-width:600px){.theme-dark .Anime .mainContent{padding:10px}}.theme-dark .Anime .mainContent .coverPic{background-size:contain;border-radius:1rem;height:240px;overflow:hidden;position:relative;width:100%}.theme-dark .Anime .mainContent .coverPic .overlay{background:#000;background:linear-gradient(0deg,#000,hsla(0,0%,100%,.018));bottom:0;left:0;position:absolute;right:0;top:0}.theme-dark .Anime .mainContent .coverPic .coverCard{align-items:center;bottom:4%;display:flex;gap:20px;left:1.5%;position:absolute;width:100%}.theme-dark .Anime .mainContent .coverPic .coverCard .desc{color:#fff;font-size:.8rem;max-width:80ch}.theme-dark .Anime .mainContent .coverPic .coverCard img{border-radius:1rem;width:100px}.theme-dark .Anime .mainContent .coverPic .coverCard p{color:#fbae1f;font-size:1.2rem;font-weight:500;letter-spacing:.1rem;margin-bottom:10px}.theme-dark .Anime .mainContent .sectitle_cont{align-items:center;display:flex;justify-content:space-between}.theme-dark .Anime .mainContent .sectitle_cont .sectitle{align-items:center;color:#fbae1f;display:flex;font-size:18px;gap:10px;margin:20px 0}@media(max-width:600px){.theme-dark .Anime .mainContent .sectitle_cont .sectitle{font-size:16px}}.theme-dark .Anime .mainContent .sectitle_cont .nextEpTime{color:#f5f5f5;font-size:.8rem}.theme-dark .Anime .mainContent .sectitle_cont .dubSub{align-items:center;color:#f5f5f5;display:flex;font-size:.7rem;gap:10px;justify-content:center;text-transform:uppercase}.theme-dark .Anime .mainContent .episodeCont{display:flex;flex-wrap:wrap;gap:15px}@media(max-width:600px){.theme-dark .Anime .mainContent .episodeCont{gap:6px}}.Anime .loader{align-items:center;display:flex;height:100vh;justify-content:center}.theme-light .episodeCard{cursor:pointer;padding:10px;width:23.33%}@media(max-width:600px){.theme-light .episodeCard{padding:10px;width:32%}}.theme-light .episodeCard .episodeImg{border-radius:8px;max-height:110px;overflow:hidden}.theme-light .episodeCard .episodeImg img{min-height:110px;width:100%}@media(max-width:600px){.theme-light .episodeCard .episodeImg img{min-height:80px}}.theme-light .episodeCard .contentCont h6{color:#000;font-size:14px;margin:5px 0}@media(max-width:600px){.theme-light .episodeCard .contentCont h6{font-size:12px}}.theme-light .episodeCard .contentCont p{color:#000;font-size:12px}@media(max-width:600px){.theme-light .episodeCard .contentCont p{font-size:10px}}.theme-dark .episodeCard{cursor:pointer;padding:10px;width:23.33%}@media(max-width:600px){.theme-dark .episodeCard{padding:10px;width:32%}}.theme-dark .episodeCard .episodeImg{border-radius:8px;max-height:110px;overflow:hidden}.theme-dark .episodeCard .episodeImg img{min-height:110px;width:100%}@media(max-width:600px){.theme-dark .episodeCard .episodeImg img{min-height:80px}}.theme-dark .episodeCard .contentCont h6{color:#f5f5f5;font-size:14px;margin:5px 0}@media(max-width:600px){.theme-dark .episodeCard .contentCont h6{font-size:12px}}.theme-dark .episodeCard .contentCont p{color:#f5f5f5;font-size:12px}@media(max-width:600px){.theme-dark .episodeCard .contentCont p{font-size:10px}}.theme-light .episodeCard:active,.theme-light .episodeCard:hover{background-color:#fbae1f;border-radius:8px}.theme-light .episodeCard:active .contentCont h6,.theme-light .episodeCard:hover .contentCont h6{color:#000}.theme-light .episodeCard:active .contentCont p,.theme-light .episodeCard:hover .contentCont p{color:#000;font-weight:500}.theme-dark .episodeCard:active,.theme-dark .episodeCard:hover{background-color:#fbae1f;border-radius:8px}.theme-dark .episodeCard:active .contentCont h6,.theme-dark .episodeCard:hover .contentCont h6{color:#000}.theme-dark .episodeCard:active .contentCont p,.theme-dark .episodeCard:hover .contentCont p{color:#000;font-weight:500}.theme-light .trending{background-color:#f6f3f3;height:100vh;overflow:scroll}.theme-light .trending::-webkit-scrollbar{display:none}.theme-light .trending .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-light .trending .mobileIcon img{width:100%}@media(max-width:600px){.theme-light .trending .mobileIcon{display:block}}.theme-light .trending .title{align-items:center;background-color:#f6f3f3;color:#000;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-light .trending .title h1{align-items:center;display:flex;gap:12px}.theme-light .trending .title h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;width:30px}@media(max-width:600px){.theme-light .trending .title{height:9vh;padding:0 10px}.theme-light .trending .title h1{display:none}}.theme-light .trending .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-light .trending .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}.theme-dark .trending{background-color:#333;height:100vh;overflow:scroll}.theme-dark .trending::-webkit-scrollbar{display:none}.theme-dark .trending .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-dark .trending .mobileIcon img{width:100%}@media(max-width:600px){.theme-dark .trending .mobileIcon{display:block}}.theme-dark .trending .title{align-items:center;background-color:#333;color:#f5f5f5;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-dark .trending .title h1{align-items:center;display:flex;gap:12px}.theme-dark .trending .title h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;width:30px}@media(max-width:600px){.theme-dark .trending .title{height:9vh;padding:0 10px}.theme-dark .trending .title h1{display:none}}.theme-dark .trending .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-dark .trending .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}.theme-light .movies{background-color:#f6f3f3;height:100vh;overflow:scroll}.theme-light .movies::-webkit-scrollbar{display:none}.theme-light .movies .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-light .movies .mobileIcon img{width:100%}@media(max-width:600px){.theme-light .movies .mobileIcon{display:block}}.theme-light .movies .title{align-items:center;background-color:#f6f3f3;color:#000;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-light .movies .title h1{align-items:center;display:flex;gap:12px}.theme-light .movies .title h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;width:30px}@media(max-width:600px){.theme-light .movies .title{height:9vh;padding:0 10px}.theme-light .movies .title h1{display:none}}.theme-light .movies .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-light .movies .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}.theme-dark .movies{background-color:#333;height:100vh;overflow:scroll}.theme-dark .movies::-webkit-scrollbar{display:none}.theme-dark .movies .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-dark .movies .mobileIcon img{width:100%}@media(max-width:600px){.theme-dark .movies .mobileIcon{display:block}}.theme-dark .movies .title{align-items:center;background-color:#333;color:#f5f5f5;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-dark .movies .title h1{align-items:center;display:flex;gap:12px}.theme-dark .movies .title h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;width:30px}@media(max-width:600px){.theme-dark .movies .title{height:9vh;padding:0 10px}.theme-dark .movies .title h1{display:none}}.theme-dark .movies .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-dark .movies .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}.theme-light .watchHistory{background-color:#f6f3f3;height:100vh;overflow:scroll}.theme-light .watchHistory::-webkit-scrollbar{display:none}.theme-light .watchHistory .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-light .watchHistory .mobileIcon img{width:100%}@media(max-width:600px){.theme-light .watchHistory .mobileIcon{display:block}}.theme-light .watchHistory .title{align-items:center;background-color:#f6f3f3;color:#000;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-light .watchHistory .title h1{align-items:center;display:flex;gap:12px}.theme-light .watchHistory .title h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;width:30px}@media(max-width:600px){.theme-light .watchHistory .title{height:9vh;padding:0 10px}.theme-light .watchHistory .title h1{display:none}}.theme-light .watchHistory .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-light .watchHistory .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}.theme-light .watchHistory .cardContainer .watchText{color:#000;text-align:center}.theme-dark .watchHistory{background-color:#333;height:100vh;overflow:scroll}.theme-dark .watchHistory::-webkit-scrollbar{display:none}.theme-dark .watchHistory .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-dark .watchHistory .mobileIcon img{width:100%}@media(max-width:600px){.theme-dark .watchHistory .mobileIcon{display:block}}.theme-dark .watchHistory .title{align-items:center;background-color:#333;color:#f5f5f5;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-dark .watchHistory .title h1{align-items:center;display:flex;gap:12px}.theme-dark .watchHistory .title h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;width:30px}@media(max-width:600px){.theme-dark .watchHistory .title{height:9vh;padding:0 10px}.theme-dark .watchHistory .title h1{display:none}}.theme-dark .watchHistory .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-dark .watchHistory .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}.theme-dark .watchHistory .cardContainer .watchText{color:#f5f5f5;text-align:center}*{box-sizing:border-box;font-family:roboto;margin:0;padding:0}h1{font-size:1.6rem}.theme-light .search{background-color:#f6f3f3;height:100vh;overflow:scroll}.theme-light .search::-webkit-scrollbar{display:none}.theme-light .search .genres{margin-left:2%}.theme-light .search .genres ul{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.theme-light .search .genres ul li{background-color:#fbae1f;border:1px solid #fbae1f;border-radius:4px;color:#000;cursor:pointer;font-size:.8rem;font-weight:500;list-style-type:none;padding:6px 16px}.theme-light .search .genres ul .active,.theme-light .search .genres ul li:hover{background-color:transparent;border:1px solid #fbae1f;color:#000}.theme-light .search .searchResult{color:#000;margin-bottom:20px;padding-left:2%;position:relative}.theme-light .search .searchResult:after{background-color:#fbae1f;bottom:-10px;content:"";height:2px;left:2%;position:absolute;width:5%}.theme-light .search .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-light .search .mobileIcon img{width:100%}@media(max-width:600px){.theme-light .search .mobileIcon{display:block}}.theme-light .search .title{align-items:center;background-color:#f6f3f3;color:#000;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-light .search .title h1{align-items:center;display:flex;gap:12px}.theme-light .search .title h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;width:30px}@media(max-width:600px){.theme-light .search .title{height:9vh;padding:0 10px}.theme-light .search .title h1{display:none}}.theme-light .search .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-light .search .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}.theme-dark .search{background-color:#333;height:100vh;overflow:scroll}.theme-dark .search::-webkit-scrollbar{display:none}.theme-dark .search .genres{margin-left:2%}.theme-dark .search .genres ul{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.theme-dark .search .genres ul li{background-color:#fbae1f;border:1px solid #fbae1f;border-radius:4px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;list-style-type:none;padding:6px 16px}.theme-dark .search .genres ul .active,.theme-dark .search .genres ul li:hover{background-color:transparent;border:1px solid #fbae1f;color:#fff}.theme-dark .search .searchResult{color:#f5f5f5;margin-bottom:20px;padding-left:2%;position:relative}.theme-dark .search .searchResult:after{background-color:#fbae1f;bottom:-10px;content:"";height:2px;left:2%;position:absolute;width:5%}.theme-dark .search .mobileIcon{border-radius:.5rem;display:none;height:50px;overflow:hidden;width:50px}.theme-dark .search .mobileIcon img{width:100%}@media(max-width:600px){.theme-dark .search .mobileIcon{display:block}}.theme-dark .search .title{align-items:center;background-color:#333;color:#f5f5f5;display:flex;flex:1 1;height:12vh;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.theme-dark .search .title h1{align-items:center;display:flex;gap:12px}.theme-dark .search .title h1 .iconName{background-color:#fbae1f;border-radius:4px;color:#fff;height:30px;width:30px}@media(max-width:600px){.theme-dark .search .title{height:9vh;padding:0 10px}.theme-dark .search .title h1{display:none}}.theme-dark .search .cardContainer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly;padding:1%}@media(max-width:600px){.theme-dark .search .cardContainer{gap:5px;justify-content:space-around;padding:.8rem .6rem .8rem 0}}
/*# sourceMappingURL=main.f4f761e8.css.map*/