﻿.table.svelte-1dmbcpn.svelte-1dmbcpn.svelte-1dmbcpn
{
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
}
.table.svelte-1dmbcpn .body.svelte-1dmbcpn.svelte-1dmbcpn
{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 10px;
}
.table.svelte-1dmbcpn .body .item.svelte-1dmbcpn.svelte-1dmbcpn
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--layer-1);
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
}
.table.svelte-1dmbcpn .body .item:hover .game-title.svelte-1dmbcpn.svelte-1dmbcpn
{
    text-decoration: underline;
}
.table.svelte-1dmbcpn .body .item.skeleton.svelte-1dmbcpn.svelte-1dmbcpn
{
    height: 63.07px;
}
.table.svelte-1dmbcpn .body .item .game.svelte-1dmbcpn.svelte-1dmbcpn
{
    position: relative;
}
.table.svelte-1dmbcpn .body .item .game.svelte-1dmbcpn>.img.svelte-1dmbcpn
{
    border-radius: 4px;
    width: 70px;
    min-height: 47.07px;
    max-height: 47.07px;
}
.table.svelte-1dmbcpn .body .item .left.svelte-1dmbcpn.svelte-1dmbcpn
{
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 10px;
}
.table.svelte-1dmbcpn .body .item .left .info.svelte-1dmbcpn.svelte-1dmbcpn
{
    display: flex;
    flex-direction: column;
}
.table.svelte-1dmbcpn .body .item .left .info h3.svelte-1dmbcpn.svelte-1dmbcpn
{
    font-size: 12px;
    color: #fff;
    padding-right: 10px;
}
.table.svelte-1dmbcpn .body .item .left .info p.svelte-1dmbcpn.svelte-1dmbcpn
{
    font-size: 12px;
    color: var(--gray);
}
.table.svelte-1dmbcpn .body .item .right p.svelte-1dmbcpn.svelte-1dmbcpn
{
    align-items: center;
    font-size: 12px;
    display: flex;
}
.table.svelte-1dmbcpn .body .item .right p .label.svelte-1dmbcpn.svelte-1dmbcpn
{
    width: 30px;
    text-transform: uppercase;
}
.table.svelte-1dmbcpn .body .item .right p .value.svelte-1dmbcpn.svelte-1dmbcpn
{
    min-width: 80px;
}
.table.svelte-1dmbcpn .body .item .right p.bet.svelte-1dmbcpn.svelte-1dmbcpn
{
    color: var(--white);
}
.table.svelte-1dmbcpn .body .item .right p.win.svelte-1dmbcpn.svelte-1dmbcpn
{
    color: var(--green);
}
.table.svelte-1dmbcpn .body .item .arrow.svelte-1dmbcpn.svelte-1dmbcpn
{
    position: absolute;
    right: 8px;
    min-width: 14px;
    min-height: 14px;
}
.top_games.svelte-1n3lxji.svelte-1n3lxji
{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
}
.top_games.svelte-1n3lxji .item.svelte-1n3lxji
{
    width: 100%;
    background-color: var(--layer-1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
}
.top_games.svelte-1n3lxji .item.skeleton.svelte-1n3lxji
{
    height: 111.78px;
}
@media(max-width: 1280px)
{
    .top_games.svelte-1n3lxji .item.skeleton.svelte-1n3lxji
    {
        height: 100px;
    }
}
@media(max-width: 768px)
{
    .top_games.svelte-1n3lxji .item.svelte-1n3lxji
    {
        padding: 8px;
    }
}
.top_games.svelte-1n3lxji .item:hover .game-name.svelte-1n3lxji
{
    text-decoration: underline;
}
.top_games.svelte-1n3lxji .item .game.svelte-1n3lxji
{
    width: 125px;
    min-width: 125px;
    position: relative;
}
@media(max-width: 1280px)
{
    .top_games.svelte-1n3lxji .item .game.svelte-1n3lxji
    {
        width: 110px;
        min-width: 110px;
    }
}
.top_games.svelte-1n3lxji .item .game .img.svelte-1n3lxji
{
    border-radius: 8px;
    width: 125px;
}
@media(max-width: 1280px)
{
    .top_games.svelte-1n3lxji .item .game .img.svelte-1n3lxji
    {
        width: 110px;
    }
}
.top_games.svelte-1n3lxji .item .info.svelte-1n3lxji
{
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}
.top_games.svelte-1n3lxji .item .info .game-provider.svelte-1n3lxji
{
    font-size: 12px;
    color: var(--gray);
    text-transform: uppercase;
    font-weight: 400;
}
.top_games.svelte-1n3lxji .item .info .game-name.svelte-1n3lxji
{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.top_games.svelte-1n3lxji .item .arrow.svelte-1n3lxji
{
    position: absolute;
    right: 10px;
    min-width: 16px;
    min-height: 16px;
}
.latest.svelte-1n3lxji.svelte-1n3lxji
{
    display: flex;
    gap: 10px;
    table-layout: fixed;
}
@media(max-width: 1280px)
{
    .latest.svelte-1n3lxji.svelte-1n3lxji
    {
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: 50% 50%;
        height: 348px;
    }
}
@media(max-width: 768px)
{
    .latest.svelte-1n3lxji.svelte-1n3lxji
    {
        display: flex;
        flex-direction: column;
        height: inherit;
    }
}
.latest--item.svelte-1n3lxji.svelte-1n3lxji
{
    display: flex;
    flex-direction: column;
    width: calc(100% - 15px);
    gap: 10px;
}
@media(max-width: 1280px)
{
    .latest--item.svelte-1n3lxji.svelte-1n3lxji
    {
        width: 100%;
    }
}
@media(max-width: 1280px)
{
    .latest--item.svelte-1n3lxji.svelte-1n3lxji:nth-of-type(1)
    {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}
@media(max-width: 1280px)
{
    .latest--item.svelte-1n3lxji.svelte-1n3lxji:nth-of-type(2)
    {
        grid-column: 1/2;
        grid-row: 2/3;
    }
}
@media(max-width: 1280px)
{
    .latest--item.svelte-1n3lxji.svelte-1n3lxji:nth-of-type(3)
    {
        grid-column: 2/3;
        grid-row: 1/3;
    }
}
.latest.svelte-1n3lxji .title.svelte-1n3lxji
{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.latest.svelte-1n3lxji .content.svelte-1n3lxji
{
    flex: 1 0 0;
    display: flex;
    gap: 2px;
}