.switch{position:relative;display:inline-block;width:50px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#fc1503}input:focus+.slider{box-shadow:0 0 1px #fc1503}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}html,body{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:#000}::-webkit-scrollbar{width:0px;height:5px}::-webkit-scrollbar-thumb{background-color:#727171;border-radius:10px;height:200px}::-webkit-scrollbar-track{background-color:transparent}.category-btn:hover{background-color:#fc1503!important;color:#fff!important}.category-btn:hover span{color:#fff!important}.react-player{height:77vh!important;width:100%!important}.search-bar{border:none;outline:none;width:350px}.category-btn{font-weight:700!important;text-transform:capitalize;display:flex;align-items:center;justify-content:start;cursor:pointer;background:transparent;outline:none;border:none;padding:7px 15px;margin:10px 0;border-radius:20px;transition:all .3s ease}.only-text-btn{background-color:transparent;border:none;color:#fff;font-weight:600;cursor:pointer}@media screen and (max-width: 900px){.category-btn{margin:10px}}@media screen and (max-width:800px){.copyright{display:none!important}}@media screen and (max-width: 600px){.scroll-horizontal{overflow:auto!important}.react-player{height:45vh!important}.search-bar{width:200px}}.spin-animate{animation:spin .5s linear infinite forwards}@keyframes spin{to{transform:rotate(360deg)}}
