﻿.search-input.svelte-1arb7gf.svelte-1arb7gf
{
    width: 100%;
    height: 43px;
    position: relative;
    display: flex;
    align-items: center;
}
.search-input.svelte-1arb7gf>.search-icon.svelte-1arb7gf
{
    position: absolute;
    left: 14px;
    width: 17.769px;
    pointer-events: none;
}
.search-input.svelte-1arb7gf>input.svelte-1arb7gf
{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: transparent;
    border: 1px solid var(--layer-1);
    color: var(--Text-Text-C,rgba(255,255,255,.87));
    font-size: 15.548px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.078px;
    padding: 0 14px 0 40px;
}
.search-input.svelte-1arb7gf>input.svelte-1arb7gf:focus
{
    background: var(--Secondary-200,var(--layer-1));
}
.search-input.svelte-1arb7gf>input.svelte-1arb7gf:not(:placeholder-shown), .search-input.svelte-1arb7gf>input.svelte-1arb7gf:-webkit-autofill
{
    background: var(--Secondary-200,var(--layer-1));
}
.search-input.svelte-1arb7gf>input.svelte-1arb7gf:hover
{
    background: var(--Secondary-200,var(--layer-1));
}
.search-input.svelte-1arb7gf>input.svelte-1arb7gf::placeholder
{
    color: var(--Neutral-40,#868698);
}
.search-input.provider.svelte-1arb7gf>.search-icon.svelte-1arb7gf
{
    left: 12px;
    width: 16px;
    height: 16px;
    pointer-events: none;
}
.search-input.provider.svelte-1arb7gf>input.svelte-1arb7gf
{
    padding: 0 14px 0 34px;
}
.providers.svelte-14fk7ig.svelte-14fk7ig
{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 23;
}
@media only screen and (min-width: 992px)
{
    .providers.svelte-14fk7ig.svelte-14fk7ig
    {
        margin-left: auto;
    }
}
.providers.svelte-14fk7ig .handle.svelte-14fk7ig
{
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    color: var(--Neutral-40,#9c9cab);
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background: var(--Secondary-400-Main,var(--layer-1));
    padding: 0 14px;
    cursor: pointer;
}
@media only screen and (min-width: 992px)
{
    .providers.svelte-14fk7ig .handle.svelte-14fk7ig
    {
        min-width: 170px;
    }
}
.providers.svelte-14fk7ig .handle .colored.svelte-14fk7ig
{
    color: var(--brand-primary);
}
@media only screen and (min-width: 992px)
{
    .providers.svelte-14fk7ig .handle .colored.svelte-14fk7ig
    {
        margin-right: 10px;
    }
}
.providers.svelte-14fk7ig .handle .icon.svelte-14fk7ig
{
    min-width: 12px;
    margin-left: auto;
    transition: .2s ease-in-out;
}
@media only screen and (min-width: 768px)
{
    .providers.svelte-14fk7ig .handle .icon.svelte-14fk7ig
    {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 992px)
{
    .providers.svelte-14fk7ig .handle .icon.svelte-14fk7ig
    {
        margin-left: auto;
    }
}
.providers.svelte-14fk7ig .handle .icon.open.svelte-14fk7ig
{
    transform: rotate(180deg);
}
.providers.svelte-14fk7ig .dropdown.svelte-14fk7ig
{
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    max-height: 320px;
    padding: 7px;
    gap: 3px;
    background: var(--layer-1);
    border-radius: 8px;
    display: none;
    flex-direction: column;
}
@media only screen and (min-width: 768px)
{
    .providers.svelte-14fk7ig .dropdown.svelte-14fk7ig
    {
        width: 243px;
    }
}
.providers.svelte-14fk7ig .dropdown.open.svelte-14fk7ig
{
    display: flex;
}
.providers.svelte-14fk7ig .dropdown .overflow.svelte-14fk7ig
{
    overflow: auto;
    max-height: 260px;
}
.providers.svelte-14fk7ig .dropdown .item.svelte-14fk7ig
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    background: var(--layer-1);
    color: var(--Neutral-50,#717184);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    border-radius: 4px;
    padding: 0 8px;
    margin-bottom: 3px;
    cursor: pointer;
}
.providers.svelte-14fk7ig .dropdown .item.svelte-14fk7ig:nth-of-type(2)
{
    margin-top: 3px;
}
.providers.svelte-14fk7ig .dropdown .item.hide.svelte-14fk7ig
{
    display: none;
}
.providers.svelte-14fk7ig .dropdown .item .count.svelte-14fk7ig
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 25px;
    color: var(--Neutral-45,#868698);
    background: #26262c;
    padding: 0 5px;
    border-radius: 4px;
}
.providers.svelte-14fk7ig .dropdown .item.active.svelte-14fk7ig
{
    color: var(--brand-primary);
    background: #26262c;
}
.providers.svelte-14fk7ig .dropdown .item.active .count.svelte-14fk7ig
{
    background: var(--layer-1);
}
.providers.svelte-14fk7ig .dropdown .item.svelte-14fk7ig:hover
{
    background: #26262c;
    color: #b2b2bd;
}
.providers.svelte-14fk7ig .dropdown .item:hover .count.svelte-14fk7ig
{
    background: var(--layer-1);
}
.loading.svelte-14504mh.svelte-14504mh
{
    margin: 20px auto 0;
}
.search-container.svelte-14504mh.svelte-14504mh
{
    flex: 1 0 0;
    width: 1120px;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(max-width: 1280px)
{
    .search-container.svelte-14504mh.svelte-14504mh
    {
        width: 90vw;
    }
}
.middle-wrap.svelte-14504mh.svelte-14504mh
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 15px;
}
@media(max-width: 768px)
{
    .middle-wrap.svelte-14504mh.svelte-14504mh
    {
        gap: 10px;
    }
}
.middle-wrap.svelte-14504mh .categories.svelte-14504mh
{
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    gap: 10px;
}
@media(max-width: 768px)
{
    .middle-wrap.svelte-14504mh .categories.svelte-14504mh
    {
        padding: 0 0 0 15px;
    }
}
.middle-wrap.svelte-14504mh .category.svelte-14504mh
{
    font-size: 14px;
    font-weight: 400;
    background-color: var(--layer-1);
    border-radius: 8px;
    padding: 0 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.middle-wrap.svelte-14504mh .category.active.svelte-14504mh
{
    color: var(--brand-primary);
}
.middle-wrap.svelte-14504mh .providers-wrap.svelte-14504mh
{
    position: absolute;
    top: -53px;
    right: 15px;
}
@media(max-width: 768px)
{
    .middle-wrap.svelte-14504mh .providers-wrap.svelte-14504mh
    {
        width: 100%;
        position: initial;
        padding: 0 15px;
    }
}
.middle-wrap.svelte-14504mh .results.svelte-14504mh
{
    padding: 0 30px 0 0;
    font-size: 14px;
    color: var(--gray);
}
.middle-wrap.svelte-14504mh .results span.svelte-14504mh
{
    color: var(--white);
}
@media(max-width: 768px)
{
    .middle-wrap.svelte-14504mh .results.svelte-14504mh
    {
        padding: 0 15px 0 0;
    }
}
.search-wrapper.svelte-14504mh.svelte-14504mh
{
    width: 100%;
    position: relative;
    padding: 0 15px;
}
.title.svelte-14504mh.svelte-14504mh
{
    font-size: 26px;
    font-weight: 700;
    padding: var(--brand-padding-x);
}
@media(max-width: 992px)
{
    .title.svelte-14504mh.svelte-14504mh
    {
        font-size: 22px;
    }
}
@media(max-width: 768px)
{
    .title.svelte-14504mh.svelte-14504mh
    {
        font-size: 20px;
    }
}
.games-list.svelte-14504mh.svelte-14504mh
{
    width: 100%;
    border-radius: 8px;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    padding: 0 15px;
    gap: 10px;
}
@media(max-width: 1280px)
{
    .games-list.svelte-14504mh.svelte-14504mh
    {
        grid-template-columns: repeat(6,1fr);
    }
}
@media(max-width: 992px)
{
    .games-list.svelte-14504mh.svelte-14504mh
    {
        grid-template-columns: repeat(5,1fr);
    }
}
@media(max-width: 768px)
{
    .games-list.svelte-14504mh.svelte-14504mh
    {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 576px)
{
    .games-list.svelte-14504mh.svelte-14504mh
    {
        grid-template-columns: repeat(2,1fr);
    }
}