﻿.grid-item[data-v-4dbe47c4]
{
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    margin: 5px;
}
.grid-item.isProvider[data-v-4dbe47c4]
{
    background: #000;
}
.grid-item.isProvider .grid-item__image[data-v-4dbe47c4]
{
    -o-object-fit: unset;
    object-fit: unset;
}
.grid-item[data-v-4dbe47c4]>div
{
    height: 100%;
}
.grid-item__lucky-wheel[data-v-4dbe47c4]
{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.grid-item__lucky-wheel-bg[data-v-4dbe47c4]
{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    background: -webkit-gradient(linear,left top,right top,from(#b5e203),color-stop(14%,#b5e203),color-stop(14%,rgba(0,0,0,.8)));
    background: linear-gradient(90deg,#b5e203,#b5e203 14%,rgba(0,0,0,.8) 0);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 2;
    width: 98%;
    height: 40%;
}
@media(min-width: 414px)
{
    .grid-item__lucky-wheel-bg[data-v-4dbe47c4]
    {
        width: 96%;
    }
}
@media(min-width: 450px) and (max-width: 767px)
{
    .grid-item__lucky-wheel-bg[data-v-4dbe47c4]
    {
        width: 90%;
    }
}
.grid-item__lucky-wheel-content[data-v-4dbe47c4]
{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 40%;
}
@media(min-width: 414px)
{
    .grid-item__lucky-wheel-content[data-v-4dbe47c4]
    {
        width: 96%;
    }
}
@media(min-width: 450px) and (max-width: 767px)
{
    .grid-item__lucky-wheel-content[data-v-4dbe47c4]
    {
        width: 90%;
    }
}
.grid-item__lucky-wheel-title[data-v-4dbe47c4]
{
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
}
.grid-item__lucky-wheel-txt[data-v-4dbe47c4]
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.grid-item__lucky-wheel-txt__txt[data-v-4dbe47c4]
{
    line-height: 1rem;
    font-size: 10.8px;
    text-align: left;
    color: #fff;
    padding: 8px 4px;
    padding-left: 48px;
}
@media(min-width: 414px)
{
    .grid-item__lucky-wheel-txt__txt[data-v-4dbe47c4]
    {
        font-size: 11px;
    }
}
.grid-item__lucky-wheel-txt__txt .spins[data-v-4dbe47c4]
{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 130%;
}
.grid-item__lucky-wheel-txt__num[data-v-4dbe47c4]
{
    position: absolute;
    top: 6px;
    left: 8px;
    background-color: #fff;
    display: inline-block;
    padding: 6px 8px;
    border-radius: 100%;
    color: #000;
    font-size: 11px;
    font-weight: 900;
    -webkit-box-shadow: 2px 2px #000;
    box-shadow: 2px 2px #000;
    min-width: 28px;
    text-align: center;
}
.grid-item__image[data-v-4dbe47c4]
{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    image-rendering: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.grid-item__image.live-hover[data-v-4dbe47c4], .grid-item__image[data-v-4dbe47c4]
{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.grid-item__hover[data-v-4dbe47c4]
{
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));
}
.grid-item__hover--play[data-v-4dbe47c4]
{
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transform: translateY(-50px) translateZ(0) scale(1);
    transform: translateY(-50px) translateZ(0) scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff!important;
    position: absolute;
    z-index: 6;
}
.grid-item__hover--live-tile[data-v-4dbe47c4]
{
    background: rgba(26,48,39,.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.grid-item__hover--live-tile .title[data-v-4dbe47c4], .grid-item__hover--live-tile>div[data-v-4dbe47c4]
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.grid-item__hover--live-tile .title[data-v-4dbe47c4]
{
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
}
.grid-item__hover--live-tile .button_wrap[data-v-4dbe47c4]
{
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
    padding-top: 20px;
    width: 100%;
}
.grid-item__hover__button[data-v-4dbe47c4]
{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.grid-item__info-button[data-v-4dbe47c4]
{
    position: absolute;
    bottom: 0;
    right: 0;
    text-shadow: 0 0 10px #000;
    z-index: 7;
}
.grid-item:hover .grid-item__image[data-v-4dbe47c4]
{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.grid-item:hover .grid-item__image.live-hover[data-v-4dbe47c4]
{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.grid-item:hover .grid-item__hover[data-v-4dbe47c4]
{
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.grid-item:hover .grid-item__hover--play[data-v-4dbe47c4]
{
    -webkit-transform: translateY(0) translateZ(0) scale(1);
    transform: translateY(0) translateZ(0) scale(1);
}
@media(min-width: 415px)
{
    .grid-item:hover .grid-item__hover--live-tile[data-v-4dbe47c4]
    {
        opacity: 1;
    }
}
@media(min-width: 415px)
{
    .live_dealer_bg .grid-item[data-v-4dbe47c4]:hover
    {
        -webkit-transform: translateY(-25px) translateZ(0) scale(1);
        transform: translateY(-25px) translateZ(0) scale(1);
        -webkit-transition: all .5s;
        transition: all .5s;
    }
}
.grid-item:hover .play[data-v-4dbe47c4]
{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
}
.grid-item--special-hover[data-v-4dbe47c4]
{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.grid-item--special-hover[data-v-4dbe47c4]:hover
{
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.grid-item .best-of-2023[data-v-4dbe47c4], .grid-item .bonus-sash[data-v-4dbe47c4], .grid-item .christmas-games[data-v-4dbe47c4], .grid-item .exclusive-sash[data-v-4dbe47c4], .grid-item .free-sash[data-v-4dbe47c4], .grid-item .hot-sash[data-v-4dbe47c4], .grid-item .maintenance-sash[data-v-4dbe47c4], .grid-item .new-sash[data-v-4dbe47c4]
{
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 70px;
    height: 30px;
    padding-left: 10px;
    padding-right: 2em;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 50px;
}
.grid-item .best-of-2023 span[data-v-4dbe47c4], .grid-item .bonus-sash span[data-v-4dbe47c4], .grid-item .christmas-games span[data-v-4dbe47c4], .grid-item .exclusive-sash span[data-v-4dbe47c4], .grid-item .free-sash span[data-v-4dbe47c4], .grid-item .hot-sash span[data-v-4dbe47c4], .grid-item .maintenance-sash span[data-v-4dbe47c4], .grid-item .new-sash span[data-v-4dbe47c4]
{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}
.grid-item .hot-sash[data-v-4dbe47c4]
{
    background: #cd000f;
    color: #fff;
}
.grid-item .new-sash[data-v-4dbe47c4]
{
    background: #ffe145;
    color: #000;
}
.grid-item .free-sash[data-v-4dbe47c4]
{
    background: #18a0fb;
    color: #fff;
}
.grid-item .bonus-sash[data-v-4dbe47c4]
{
    background: #32b611;
    color: #fff;
}
.grid-item .maintenance-sash[data-v-4dbe47c4]
{
    background: #525252;
    color: #fff;
}
.grid-item .best-of-2023[data-v-4dbe47c4], .grid-item .christmas-games[data-v-4dbe47c4], .grid-item .exclusive-sash[data-v-4dbe47c4]
{
    background: #a27e42;
    color: #fff;
}
.jp-ticker[data-v-4dbe47c4]
{
    width: 100%;
    height: 100%;
    border: 3px solid var(--q-color-secondary);
    border-radius: 5px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: unset;
}
@media(max-width: 639px)
{
    .jp-ticker[data-v-4dbe47c4]
    {
        border: 2px solid var(--q-color-secondary);
    }
}
.jp-ticker span[data-v-4dbe47c4]
{
    background: var(--q-color-secondary);
    color: var(--q-color-buttons-text);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -2px;
    left: 0;
    width: auto;
    min-width: 70px;
    height: 32px;
    padding-left: 10px;
    padding-right: 20px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 50px;
    font-weight: 900;
    font-size: 14px;
}
@media(max-width: 414px)
{
    .jp-ticker span[data-v-4dbe47c4]
    {
        font-size: 12px;
    }
}
@media(max-width: 374px)
{
    .jp-ticker span[data-v-4dbe47c4]
    {
        font-size: 11px;
        padding-left: 5px;
    }
}
.jp-ticker-lg[data-v-4dbe47c4]
{
    width: 100%;
    height: 100%;
    border: 3px solid var(--q-color-secondary);
    border-radius: 5px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
@media(max-width: 639px)
{
    .jp-ticker-lg[data-v-4dbe47c4]
    {
        border: 2px solid var(--q-color-secondary);
    }
}
.jp-ticker-lg span[data-v-4dbe47c4]
{
    background: var(--q-color-secondary);
    color: var(--q-color-buttons-text);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -2px;
    left: 0;
    width: auto;
    min-width: 70px;
    height: 32px;
    padding-left: 10px;
    padding-right: 20px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 50px;
    font-weight: 900;
    font-size: 14px;
}
@media(max-width: 414px)
{
    .jp-ticker-lg span[data-v-4dbe47c4]
    {
        font-size: 12px;
    }
}
@media(max-width: 374px)
{
    .jp-ticker-lg span[data-v-4dbe47c4]
    {
        font-size: 11px;
        padding-left: 5px;
    }
}
.maintenance img[data-v-4dbe47c4]
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
    opacity: .5;
}
.maintenance .grid-item__hover[data-v-4dbe47c4]
{
    display: none!important;
}
.animated-tile__bg[data-v-4dbe47c4]
{
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.animated-tile__logo[data-v-4dbe47c4]
{
    height: auto;
    width: 60%;
}
.animate__zoom[data-v-4dbe47c4]
{
    -webkit-animation: zoom-4dbe47c4 4s infinite;
    animation: zoom-4dbe47c4 4s infinite;
    scale: 1;
}
@-webkit-keyframes zoom-4dbe47c4
{
    0%
    {
        scale: 1;
    }
    10%
    {
        scale: 1;
    }
    50%
    {
        scale: 1.2;
    }
    60%
    {
        scale: 1.2;
    }
    to
    {
        scale: 1;
    }
}
@keyframes zoom-4dbe47c4
{
    0%
    {
        scale: 1;
    }
    10%
    {
        scale: 1;
    }
    50%
    {
        scale: 1.2;
    }
    60%
    {
        scale: 1.2;
    }
    to
    {
        scale: 1;
    }
}
.game-tile-pop-container
{
    width: auto!important;
}
@media screen and (min-width: 400px) and (max-width: 540px)
{
    .game-tile-pop-container
    {
        width: 160px!important;
    }
}