﻿.modal-bottom-up.svelte-t9b5m4.svelte-t9b5m4
{
    position: fixed;
    bottom: 0;
    background-color: var(--dialog-background-color);
    border-radius: 15px 15px 0 0;
    width: 100%;
    min-width: 20%;
    max-height: 90vh;
    overflow-y: auto;
    height: auto;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000000;
}
.header.svelte-t9b5m4.svelte-t9b5m4
{
    height: 60px;
    border-bottom: 1px solid rgba(58,59,60,.2);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.svelte-t9b5m4 .title.svelte-t9b5m4
{
    font-size: 24px;
    font-weight: 700;
}
.modal-default.svelte-1ss2m8b.svelte-1ss2m8b
{
    border-radius: 15px;
    background-color: var(--dialog-background-color);
    max-width: 80%;
    min-width: 20%;
    max-height: 90vh;
    overflow-y: auto;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000000;
}
@media(max-width: 992px)
{
    .modal-default.svelte-1ss2m8b.svelte-1ss2m8b
    {
        min-width: 100%;
        min-height: 100%;
        border-radius: 0;
    }
}
.header.svelte-1ss2m8b.svelte-1ss2m8b
{
    height: 60px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 768px)
{
    .header.svelte-1ss2m8b.svelte-1ss2m8b
    {
        padding: 0 15px;
    }
}
.header.svelte-1ss2m8b .title.svelte-1ss2m8b
{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.modal-right.svelte-1o3ow4d.svelte-1o3ow4d
{
    position: fixed;
    background-color: var(--dialog-background-color);
    z-index: 1000000;
    max-height: 100%;
    height: 100%;
    min-width: 520px;
    max-width: 520px;
    right: 0;
    top: 0;
    border-radius: 0;
}
@media(max-width: 992px)
{
    .modal-right.svelte-1o3ow4d.svelte-1o3ow4d
    {
        min-width: 100%;
        max-width: 100%;
    }
}
.header.svelte-1o3ow4d.svelte-1o3ow4d
{
    height: 60px;
    border-bottom: 1px solid rgba(58,59,60,.2);
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.svelte-1o3ow4d .title.svelte-1o3ow4d
{
    font-weight: 600;
}
.modal-default.svelte-eq5608
{
    position: fixed;
    border-radius: 8px;
    background-color: var(--dialog-background-color);
    max-width: 80%;
    min-width: 20%;
    height: calc(100% - 40px);
    max-height: 690px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width: 768px)
{
    .modal-default.svelte-eq5608
    {
        max-width: calc(100% - 10px);
    }
}
.modal-new.svelte-1j60ya4.svelte-1j60ya4
{
    background-color: var(--dialog-background-color);
    border-radius: 8px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-width: 20%;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000000;
    padding-bottom: 15px;
}
.modal-new.search.svelte-1j60ya4.svelte-1j60ya4
{
    height: 100%;
}
@media only screen and (max-width: 992px)
{
    .modal-new.svelte-1j60ya4.svelte-1j60ya4
    {
        top: 50%;
    }
}
.modal-new.login.svelte-1j60ya4.svelte-1j60ya4, .modal-new.register.svelte-1j60ya4.svelte-1j60ya4
{
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0;
}
.modal-new.login.svelte-1j60ya4 .top.svelte-1j60ya4, .modal-new.register.svelte-1j60ya4 .top.svelte-1j60ya4
{
    display: none;
}
.modal-new.country.svelte-1j60ya4.svelte-1j60ya4:before
{
    content: "";
    position: absolute;
    width: 515px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    pointer-events: none;
}
@media only screen and (max-width: 992px)
{
    .modal-new.country.svelte-1j60ya4.svelte-1j60ya4:before
    {
        display: none;
    }
}
.top.svelte-1j60ya4.svelte-1j60ya4
{
    padding: 15px 15px 32px;
    position: relative;
}
@media only screen and (max-width: 992px)
{
    .top.svelte-1j60ya4.svelte-1j60ya4
    {
        padding: 15px;
    }
}
.title.svelte-1j60ya4.svelte-1j60ya4
{
    font-weight: 700;
    font-size: 22px;
}
@media only screen and (max-width: 992px)
{
    .title.svelte-1j60ya4.svelte-1j60ya4
    {
        font-size: 20px;
    }
}
.close-button.svelte-1j60ya4.svelte-1j60ya4
{
    background: var(--layer-0);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s ease-in-out;
}
@media only screen and (max-width: 992px)
{
    .close-button.svelte-1j60ya4.svelte-1j60ya4
    {
        right: 6px;
        top: 8px;
    }
}
.close-button.svelte-1j60ya4.svelte-1j60ya4:hover
{
    transform: rotate(90deg);
    filter: brightness(1.1);
}
.modal-default.svelte-19oiufq
{
    position: fixed;
    border-radius: 8px;
    max-width: 100%;
    min-width: 20%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000000;
}
@media(max-width: 768px)
{
    .modal-default.svelte-19oiufq
    {
        max-width: calc(100% - 10px);
    }
}
.backdrop.svelte-tfk55y
{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
div.svelte-dp8vry
{
    cursor: pointer;
    flex-shrink: 0;
}
button.svelte-12vi60k
{
    padding: 8px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter .2s ease-in-out;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    color: #fff;
}
.wrap.svelte-m7o2z9.svelte-m7o2z9
{
    flex: 0 0 15.74%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    scroll-snap-align: start;
    will-change: opacity;
    transition: opacity .3s;
}
.wrap.svelte-m7o2z9 .img-wrap.svelte-m7o2z9
{
    filter: blur(0);
    will-change: filter;
    transition: filter .3s;
}
.wrap.faded.svelte-m7o2z9.svelte-m7o2z9
{
    opacity: .3;
    cursor: pointer;
}
.wrap.faded.svelte-m7o2z9 .img-wrap.svelte-m7o2z9
{
    filter: blur(10px);
}
.item.svelte-m7o2z9.svelte-m7o2z9
{
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}
.item.svelte-m7o2z9:hover>.overlay.svelte-m7o2z9
{
    opacity: 1;
}
.item.svelte-m7o2z9 .img-wrap.svelte-m7o2z9
{
    width: 100%;
    aspect-ratio: 1.49;
    position: relative;
}
.item.svelte-m7o2z9 .img-wrap .frame.svelte-m7o2z9
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.item.svelte-m7o2z9 .info.svelte-m7o2z9
{
    display: flex;
    flex-direction: column;
    border-radius: 0 0 8px 8px;
    padding: 15px 10px 10px;
    gap: 3px;
}
.item.svelte-m7o2z9 .info .name.svelte-m7o2z9
{
    font-size: 12px;
}
.item.svelte-m7o2z9 .info .provider.svelte-m7o2z9
{
    font-size: 10px;
    color: var(--chip-text-color);
}
.overlay.svelte-m7o2z9.svelte-m7o2z9
{
    transition: opacity .3s ease-in-out;
    width: 100%;
    height: 100%;
    background-color: #24252699;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 8px 8px;
}
.play-button.svelte-m7o2z9.svelte-m7o2z9
{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.heart.svelte-m7o2z9.svelte-m7o2z9
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: var(--layer-0);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skeleton.svelte-c3tfl1
{
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: .2s ease-in;
}
.skeleton.hide.svelte-c3tfl1
{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.image.svelte-c3tfl1
{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.wrap.svelte-13eicp7.svelte-13eicp7
{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wrap.svelte-13eicp7 .name.svelte-13eicp7
{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.item.svelte-13eicp7.svelte-13eicp7
{
    position: relative;
    width: 183.4px;
    aspect-ratio: .65;
    border-radius: 8px;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    transition: .2s ease-out;
}
.item.svelte-13eicp7:hover>.overlay.svelte-13eicp7
{
    opacity: 1;
}
.overlay.svelte-13eicp7.svelte-13eicp7
{
    transition: opacity .3s;
    width: 100%;
    height: 100%;
    background-color: #24252699;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}
.play-button.svelte-13eicp7.svelte-13eicp7
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wrap.svelte-1aoxeni.svelte-1aoxeni
{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wrap.svelte-1aoxeni .name.svelte-1aoxeni
{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.item.svelte-1aoxeni.svelte-1aoxeni
{
    position: relative;
    width: 216.7px;
    aspect-ratio: .65;
    border-radius: 8px;
    overflow: hidden;
    transition: .2s ease-out;
}
.item.svelte-1aoxeni:hover>.overlay.svelte-1aoxeni
{
    opacity: 1;
}
.overlay.svelte-1aoxeni.svelte-1aoxeni
{
    transition: opacity .3s;
    width: 100%;
    height: 100%;
    background-color: #24252699;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}
.play-button.svelte-1aoxeni.svelte-1aoxeni
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.item.svelte-1ajbvg8.svelte-1ajbvg8
{
    position: relative;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item.svelte-1ajbvg8 .image.svelte-1ajbvg8
{
    border-radius: 4px;
    width: 100%;
}
.item.svelte-1ajbvg8 .info.svelte-1ajbvg8
{
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    padding: 15px 5px 10px;
    border-radius: 0 0 4px 4px;
}
.item.svelte-1ajbvg8 .info .name.svelte-1ajbvg8
{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.item.svelte-1ajbvg8 .info .provider.svelte-1ajbvg8
{
    font-size: 10px;
    font-weight: 700;
    color: var(--search-vendor-color);
}
.wrap.svelte-9xcdvl.svelte-9xcdvl
{
    flex: 0 0 15.74%;
    scroll-snap-align: start;
    will-change: opacity;
    transition: opacity .3s;
}
.item.svelte-9xcdvl.svelte-9xcdvl
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.item.svelte-9xcdvl .img.svelte-9xcdvl
{
    aspect-ratio: 1.49;
}
.info.svelte-9xcdvl.svelte-9xcdvl
{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.skeleton.svelte-9xcdvl.svelte-9xcdvl
{
    border-radius: 8px;
}
.skeleton.big.svelte-9xcdvl.svelte-9xcdvl
{
    width: 183.4px;
}
.skeleton.wide.svelte-9xcdvl.svelte-9xcdvl
{
    width: 216.7px;
}
.name.svelte-9xcdvl.svelte-9xcdvl
{
    color: transparent;
    height: 21px;
    background: var(--skeleton-color);
}
.mini.svelte-9xcdvl.svelte-9xcdvl
{
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.mini.svelte-9xcdvl.svelte-9xcdvl:last-of-type
{
    margin-bottom: 0;
}
.mini.svelte-9xcdvl .image.svelte-9xcdvl
{
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 1.49;
}
.mini.svelte-9xcdvl .info.svelte-9xcdvl
{
    width: 100%;
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    padding: 5px 5px 10px;
}
.mini.svelte-9xcdvl .info .name.svelte-9xcdvl
{
    width: 75%;
    height: 16px;
}
.mini.svelte-9xcdvl .info .provider.svelte-9xcdvl
{
    width: 60%;
    height: 12px;
}