.game-tabs-wrap{align-items:center;background:#d71018;display:flex;font-size:larger;height:60px;justify-content:center;position:sticky;top:95px;width:100%;z-index:10}@media screen and (max-width:780px){.game-tabs-wrap{top:60px}}.game-tabs-wrap-ios{top:0}.game-search{border-radius:25px;cursor:pointer;display:grid;height:40px;margin:0 10px;min-width:40px;place-items:center;width:40px}.game-search svg{color:#f9f9f9;height:20px;width:20px}.game-tabs{align-items:center;display:flex;gap:20px;height:70px;overflow-x:auto;overflow-y:hidden;padding:8px 8px 8px 0}@media screen and (max-width:780px){.game-tabs{height:60px;overflow-y:hidden}}.game-tabs::-webkit-scrollbar{height:8px}.game-tabs::-moz-scrollbar{background-color:transparent;height:8px}.game-tabs::-webkit-scrollbar-thumb{background-color:#f9f9f9;border-radius:10px;height:6px}.game-tabs::-webkit-scrollbar-track{background:#d71018}.game-tabs__tab,.game-tabs__tab__content{align-items:center;display:flex}.game-tabs__tab__content{background:none;color:#f9f9f9;cursor:pointer;font-weight:600;gap:8px;height:100%;justify-content:center;padding-bottom:14px;padding-top:14px;position:relative;text-transform:uppercase;transition:all .2s ease-in-out;white-space:nowrap}.game-tabs__tab__content:after{background:#f9f9f9;border-radius:4px;bottom:15%;content:"";height:3px;left:0;opacity:0;position:absolute;transform:translateY(20px);transition:all .2s ease-in-out;width:100%}.game-tabs__tab__content:hover{color:#f9f9f9}.game-tabs__tab__content:hover:after{opacity:1;transform:translateY(0)}.game-tabs__tab__content.router-link-exact-active{color:#f9f9f9}.game-tabs__tab__content.router-link-exact-active:after{opacity:1;transform:translateY(0)}
