html,body{margin:0;padding:0;box-sizing:border-box;background-color:#000}*{box-sizing:border-box}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:8px;border:3px solid #000000;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:#ffffff59}*{scrollbar-color:rgba(255,255,255,.2) #000000;scrollbar-width:thin}.category-btn{font-weight:600;text-transform:capitalize;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;background:transparent;outline:none;border:none;padding:8px 16px;margin:8px 0;border-radius:20px;color:#b3b3b3;transition:all .2s ease}.category-btn:hover{background-color:#fc1503;color:#fff}.category-btn:hover span{color:#fff}.category-btn:focus-visible{outline:2px solid #fc1503;outline-offset:2px}.react-player{height:77vh;width:100%}.search-bar{border:none;outline:none;width:350px;background-color:#121212;color:#fff;border-radius:4px;padding:8px 12px;transition:all .2s ease}.search-bar:focus{background-color:#1e1e1e;border:1px solid #fc1503}@media screen and (max-width: 900px){.category-btn{margin:8px}}@media screen and (max-width: 800px){.copyright{display:none}}@media screen and (max-width: 600px){.scroll-horizontal{overflow:auto}.react-player{height:45vh}.search-bar{width:200px}}
