.searchGames{border-radius:30px;max-height:100%;position:absolute;top:0}.searchGames .field{background:#11192d;border-radius:20px;display:grid;grid-template-columns:40px auto;height:50px;padding:0 10px}.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:1.1rem;font-weight:700;height:50px;outline:0;padding:0}.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;background:#11192d;border-radius:20px;cursor:pointer;display:grid;grid-template-columns:55px calc(100% - 65px);height:75px;padding:10px}.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{border-radius:10px;height:40px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .15s ease;width:40px;z-index:2}.searchGames .items .item .thumb .playBtn:after{display:none}.searchGames .items .item .thumb .playBtn img{height:24px;width:24px}.searchGames .items .item .thumb .image{height:80px;object-fit:cover;object-position:top center;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:.9rem;font-weight:900;margin-bottom:5px;overflow:hidden;text-transform:uppercase}.searchGames .items .item .info .provider{color:var(--text);font-size:7px;font-weight:300;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}