.searchGames{background-color:var(--bgModal);border-radius:30px;margin-top:10px;max-height:100%;padding:20px;position:absolute;top:0}.searchGames .field{box-sizing:initial;display:grid;grid-template-columns:40px auto;height:40px}.searchGames .field svg{align-self:center;height:20px;justify-self:center;width:20px}.searchGames .field input{background-color:#0000;border:0;border-radius:0;color:#fff;font-size:1rem;height:40px;outline:0;padding:0}.searchGames:before{background:linear-gradient(var(--bgModal) 20%,#121a2900);top:70px}.searchGames:after,.searchGames:before{content:"";height:15px;left:20px;position:absolute;width:calc(100% - 50px);z-index:1}.searchGames:after{background:linear-gradient(#121a2900,var(--bgModal) 80%);bottom:15px}.searchGames .items{height:100%;margin-top:5px;max-height:calc(100% - 50px);overflow-x:hidden;overflow-y:auto;padding-right:10px;padding-top:10px;position:relative;width:100%}.searchGames .items .list{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr))}@keyframes flashCustom{0%{opacity:.75}50%{opacity:.25}to{opacity:.75}}.searchGames .items .item{grid-gap:10px;border-radius:10px;cursor:pointer;display:grid;grid-template-columns:60px calc(100% - 70px);height:80px}.searchGames .items .item .thumb{border-radius:9px;height:100%;overflow:hidden;position:relative;width:100%}.searchGames .items .item .thumb:before{background-color:var(--slotHover);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease;z-index:2}.searchGames .items .item .thumb .playBtn{height:50px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .15s ease;width:50px;z-index:2}.searchGames .items .item .thumb .playBtn:after{display:none}.searchGames .items .item .thumb .playBtn img{height:30px;width:30px}.searchGames .items .item .thumb .image{height:80px;object-fit:cover;object-position:50% 50%;transition:transform .15s ease;width:100%}@media (max-width:600px){.searchGames .items .item{border-radius:11px;grid-template-columns:40px calc(100% - 50px);height:60px}.searchGames .items .item .thumb{border-radius:8px}.searchGames .items .item .thumb .image{height:60px}.searchGames .items .item .thumb .playBtn{height:40px;width:40px}.searchGames .items .item .thumb .playBtn img{height:20px;width:20px}}.searchGames .items .item:hover .thumb .image{transform:scale(1.2)}.searchGames .items .item:hover .thumb .playBtn,.searchGames .items .item:hover .thumb:before{opacity:1}.searchGames .items .item .info{align-self:center}.searchGames .items .item .info .name{font-size:.8rem;font-weight:700;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchGames .items .item .info .provider{color:var(--textSecondary);font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}