*{font-family:Montserrat,sans-serif;margin:0;user-select:none}*::-webkit-scrollbar{height:.8em;width:.8em}*::-webkit-scrollbar-track{background:transparent;box-shadow:inset 0 0 6px #0000004d}html,body{height:100vh;width:100vw}main{height:100vh;width:100%;overflow:hidden}::-webkit-scrollbar{width:16px;height:5px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:rgba(110,110,110,.3);border-radius:0}::-webkit-scrollbar-thumb:hover{background:hsla(0deg,0%,100%,.5)}::-webkit-scrollbar-thumb:active{background:hsla(0deg,0%,100%,.5)}::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;border-radius:50%;background:#1db954;border:1px solid #1db954;cursor:pointer}::-moz-range-thumb{-webkit-appearance:none;width:100px;height:20px;background:rgb(0,0,0);border-radius:50%;border:1px solid #1db954;cursor:pointer}.main-content{min-height:100vh;width:100%;height:100vh;overflow-y:hidden;position:relative;display:grid;grid-template-columns:auto 1fr}h3{color:#fff;font-weight:700}.loader{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;width:100%}.sidebar{background-color:#000;display:flex;flex-direction:column;height:100vh;padding-left:20px;padding-right:10px;width:240px;overflow-y:auto}.img-logo{margin-top:10%;height:auto;width:60%}.menu-items{list-style-type:none;margin-top:20px;margin-bottom:25px;padding-left:0;line-height:26px;font-size:14px}.li-item{margin-top:20px}.icon-item{margin-right:20px;height:22px}.sidebar-btn{background-color:transparent;color:#7e7e7e;cursor:pointer;font-size:14px;font-weight:800;border:none;display:flex;align-items:center;text-decoration:none}.sidebar-btn.active{color:#fff;border-radius:3px}.sidebar-a{background-color:#8080805e;color:#fff;cursor:pointer;font-size:14px;font-weight:800;border:none;display:flex;align-items:center;margin-top:15px;padding:10px;border-radius:5px;text-decoration:none}.play-icon{position:absolute;top:45%;right:12%;transform:translateY(10px);filter:drop-shadow(0 .5rem 1rem rgba(0,0,0,.4));opacity:1;transition:all .4s}.card-container:hover .play-icon{opacity:1;transform:translateY(0)}.card-container:hover{background-color:#222}.circle{width:3.5rem;height:3.5rem;border-radius:50%;background-color:#1db954;display:grid;place-items:center}.triangle{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:18px solid black;transform:rotate(90deg);margin-left:.2rem}.btn-play{background:none;width:100px;height:40px;border:none}.card-footer-container{display:flex;align-items:center;justify-content:flex-start}.card-footer-img{width:56px;height:56px}.card-footer-img img{width:100%;height:100%}.card-footer-details{margin-left:16px;margin-right:16px}.card-footer-title{font-size:14px;font-weight:400;line-height:16px;letter-spacing:normal;text-transform:none}.right-footer{display:flex;align-items:center;justify-content:flex-end}.home-content{display:flex;flex-direction:column;background-image:linear-gradient(to bottom,rgba(20,26,101,.7098039216) -50%,#121212 25%);height:100%;padding-left:20px;padding-top:12px;overflow-y:scroll}.recommended-content{margin-top:40px;margin-right:15px;display:flex;place-items:center;flex-direction:row;display:grid;grid-template-columns:.5fr .5fr .5fr .5fr .5fr .5fr;grid-template-rows:1fr 1fr;gap:0px 0px;grid-auto-flow:row;grid-template-areas:". . . . . ." ". . . . . ."}.recommended-channels-content{margin-top:40px;margin-right:15px;display:flex;place-items:center;flex-direction:row;display:grid;grid-template-columns:.5fr .5fr .5fr .5fr .5fr .5fr;grid-template-rows:1fr;gap:0px 0px;grid-auto-flow:row;grid-template-areas:". . . . . ." ". . . . . ."}.home-sections{padding:24px 32px 0}.section-title{margin-bottom:22px}.section-title h1{font-size:25px;font-weight:700;line-height:36px;letter-spacing:-.04em;text-transform:none;color:#fff}.section-title h2{font-size:32px;font-weight:700;line-height:36px;letter-spacing:-.04em;text-transform:none;color:gray}.horizontal-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));row-gap:16px;column-gap:24px;max-height:176px;overflow-y:hidden;margin-bottom:30px}.results-content{display:grid;grid-template-columns:.5fr .5fr .5fr .5fr .5fr .5fr;grid-template-rows:1fr 1fr;gap:0px 0px;grid-auto-flow:row;grid-template-areas:". . . . . ." ". . . . . .";row-gap:60px;column-gap:10px;max-height:500px;overflow-X:hidden;margin-bottom:30px}.navbar{position:sticky;top:0;right:0;left:0;height:60px;z-index:99;background-color:transparent}.navbar-search{position:relative;max-width:368px}.prev-next{color:#fff;top:8px;left:12px;background:rgba(0,0,0,.184);border-radius:50px;border:none;width:40px;height:40px}.navbar div{padding:0 32px;height:60px;display:flex;align-items:center;justify-content:space-between}.navbar div div{position:relative;margin:0;padding:0;display:inline-block;height:auto}.navbar span{display:flex;align-items:center}.profile-btn{border:none;height:32px;padding:0 16px;border-radius:16px;background-color:#000000b3;color:#fff}.card-container{background-color:#181818;display:flex;flex-direction:column;width:10rem;border-radius:.3rem;padding:1rem;position:relative;transition:all .4s;cursor:pointer;margin-bottom:15px}.img{width:100%;height:100%;object-fit:cover;border-radius:.3rem}.play-icon{position:absolute;cursor:pointer;top:45%;right:12%;transform:translateY(10px);filter:drop-shadow(0 .5rem 1rem rgba(0,0,0,.4));opacity:0;transition:all .4s}.card-container:hover .play-icon{opacity:1;transform:translateY(0)}.card-container:hover{background-color:#222}.circle{width:3.5rem;height:3.5rem;border-radius:50%;background-color:#1db954;display:grid;place-items:center}.triangle{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:18px solid black;transform:rotate(90deg);margin-left:.2rem}.play-icon:hover .circle{cursor:auto;transform:scale(1)}.card-text{margin-top:1rem;line-height:1;object-fit:cover}.card-text h2{font-size:1.2rem;color:#fff;object-fit:cover;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-text p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:gray}.card-pod-container{position:relative}.card-pod-content{position:relative;cursor:pointer;height:80px;background-color:#ffffff1a;border-radius:4px;display:grid;grid-template-columns:80px 1fr}.card-pod-container:hover{background-color:#222}.card-pod-img{width:80px;height:80px}.card-pod-img img{width:100%;height:100%;border-radius:4px 0 0 4px}.card-pod-title{display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#fff}.card-pod-title h2{font-size:1rem;color:#fff;object-fit:cover;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-ep-container{position:relative}.card-ep-content{position:relative;cursor:pointer;padding:15px;height:120px;background-color:transparent;border-radius:4px;display:grid;border-top:1px solid rgba(128,128,128,.347);grid-template-columns:120px 1fr}.card-ep-container:hover{background-color:#222}.card-ep-img{justify-content:center;width:100%;height:100%}.card-ep-img img{width:100%;height:100%;border-radius:4px}.card-ep-details{display:flex;flex-direction:column;padding-top:10px}.card-ep-title{display:flex;align-items:flex-start;justify-content:space-between;padding:0 16px;color:#1db954}.card-ep-title h3{font-size:1rem;object-fit:cover;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.ep-title{color:#fff}.ep-title.active{color:#1db954}.card-ep-title .active h3{font-size:1rem;color:#1db954;object-fit:cover;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.card-ep-title .active h3.active{color:#1db954}.card-ep-description{display:flex;align-items:flex-start;justify-content:space-between;padding:0 16px}.card-ep-description p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:gray}.card-ep-control{display:grid;grid-template-columns:1fr 6fr}.card-ep-play{display:flex;margin-top:5px;align-items:flex-start;justify-content:space-between;padding:0 16px}.card-ep-time p{margin-top:14px;color:#fff;font-size:15px;font-weight:700;line-height:16px;letter-spacing:normal;text-transform:none}.card-ep-play button{background:none;border:none}.channel-content{display:flex;flex-direction:column;background-image:linear-gradient(to bottom,rgba(20,26,101,.7098039216) -50%,#121212 25%);height:100%;overflow-y:scroll;z-index:1000}.header-content{align-items:center;background-image:linear-gradient(to bottom,rgba(20,26,101,.7098039216) -50%,#121212 25%);height:100%;color:#fff;display:flex;width:80vw;height:50%}.header-title,.header-subtitle{color:#fff}.logo-container{width:13rem}.img{object-fit:cover}.header-description{color:#fff}.channel-header{padding:24px 32px;display:grid;grid-template-columns:232px 1fr;column-gap:24px}.channel-img-header{width:232px;height:232px}.channel-img-header img{width:100%;height:100%;-webkit-box-shadow:0 4px 60px rgba(0,0,0,.5);box-shadow:0 4px 60px #00000080}.channel-text-header{display:flex;flex-direction:column;justify-content:flex-end}.channel-text-header h3{margin:4px 0 0;letter-spacing:-.4px;font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase}.channel-text-header h1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin:0;padding:.08em 0;font-size:96px;line-height:96px;font-weight:700;letter-spacing:-.04em;text-transform:none;color:#fff}.channel-name-channel{display:flex;align-items:center;margin-top:16px}.channel-name-channel figure{width:24px;height:24px;margin:0;display:inline-block}.channel-name-channel figure img{border-radius:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.channel-name-channel p{margin:0 0 0 6px;font-size:14px;font-weight:700;line-height:16px;letter-spacing:normal;text-transform:none;color:#fff}.channel-body{display:grid;grid-template-columns:1.5fr 1fr;column-gap:24px;padding:24px 32px}.channel-description h2{color:#fff;margin-bottom:20px}.channel-description p{color:gray}.channel-description{display:flex;flex-direction:column}.channel-eps h2{color:#fff;margin-bottom:20px}.channel-details-body{padding-left:50px}.play-container{margin-bottom:20px}.footer{position:fixed;left:0;right:0;bottom:0;height:100px;width:100%;z-index:9}.playerbar{display:grid;grid-template-columns:30% 40% 30%;background-color:#181818;border-top:1px solid #282828;padding:12px 10px;color:#fff}.mid-footer{display:flex;flex-direction:column;align-items:center}.control-player{width:224px;display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.range-slider{width:100%;display:flex;justify-content:center}.range{height:40px;width:380px;background:none;border-radius:10px;padding:0 65px 0 45px}.range-volume{height:40px;width:100px;background:none;border-radius:10px;padding:0 65px 0 20px}.sliderValue{position:relative;width:100%}.sliderValue span{position:absolute;height:45px;width:45px;transform:translate(-70%) scale(0);font-weight:500;top:-40px;line-height:55px;z-index:2;color:#fff;transform-origin:bottom;transition:transform .3s ease-in-out}.sliderValue span.show{transform:translate(-70%) scale(1)}.sliderValue span:after{position:absolute;content:"";height:100%;width:100%;background:#664AFF;border:3px solid #fff;z-index:-1;left:50%;transform:translate(-50%) rotate(45deg);border-bottom-left-radius:50%;box-shadow:0 0 8px #0000001a;border-top-left-radius:50%;border-top-right-radius:50%}.field,.field-volume{display:flex;align-items:center;justify-content:center;height:100%;position:relative}.field .value{position:absolute;font-size:18px;color:gray;font-weight:600}.field .value.left{left:-55px}.field .value.right{right:-50px}.range input{-webkit-appearance:none;width:100%;height:3px;background:#1db954;border-radius:5px;outline:none;border:none;z-index:2222}.range-volume input{-webkit-appearance:none;width:100%;height:3px;background:gray;border-radius:5px;outline:none;border:none;z-index:2222}.range input::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;background:red;border-radius:50%;background:white;border:1px solid #1db954;cursor:pointer}.range input::-moz-range-thumb{-webkit-appearance:none;width:20px;height:20px;background:red;border-radius:50%;background:#664AFF;border:1px solid #664AFF;cursor:pointer}.range input::-moz-range-progress{background:#1db954}.search-content{display:flex;flex-direction:column;background-image:linear-gradient(to bottom,rgba(20,26,101,.7098039216) -50%,#121212 25%);height:100%;padding:0;overflow-y:scroll}.search-div{position:relative;margin:0;padding:0;display:inline-block;height:auto}.search-input{color:#000;padding:6px 48px;height:28px;width:100%;border:0;border-radius:500px;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:16px;outline:none}.icon-search{position:absolute;color:#000;top:10px;left:12px;background:none;border:none;cursor:pointer}
