﻿@keyframes placeholder-7383c6bb
{
    0%
    {
        background-position: -1200px 0;
    }
    to
    {
        background-position: 1200px 0;
    }
}
@keyframes zommy-7383c6bb
{
    0%
    {
        transform: scale(1);
    }
    17%
    {
        transform: scale(1.2);
    }
    34%
    {
        transform: scale(.8);
    }
    51%
    {
        transform: scale(1.1);
    }
    68%
    {
        transform: scale(.9);
    }
    85%
    {
        transform: scale(1.05);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes pulse-7383c6bb
{
    0%
    {
        box-shadow: 0 0 #f9b24266;
    }
    70%
    {
        box-shadow: 0 0 0 10px #f9b24200;
    }
    to
    {
        box-shadow: 0 0 #f9b24200;
    }
}
@keyframes rubber-band-7383c6bb
{
    0%
    {
        opacity: .5;
        transform: scale3d(1.03,.8,1);
    }
    30%
    {
        transform: scale3d(.99,.8,1);
    }
    50%
    {
        transform: scale3d(1.02,.96,1);
    }
    65%
    {
        transform: scale3d(.99,1.05,1);
    }
    75%
    {
        transform: scale3d(1.01,1.01,1);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes circle-out-7383c6bb
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes bounceShow-7383c6bb
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    80%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes bounce-show-2x-7383c6bb
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOut_2x-7383c6bb
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 0;
        transform: scale(0);
    }
}
@keyframes bounceShow_3x-7383c6bb
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.7);
    }
    80%
    {
        transform: scale(.8);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOutLeft-7383c6bb
{
    20%
    {
        opacity: 1;
        transform: translate3d(20px,0,0);
    }
    to
    {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }
}
@keyframes slideBounceInLeft-7383c6bb
{
    0%
    {
        opacity: 0;
        transform: translate(500px);
    }
    80%
    {
        opacity: .8;
        transform: translate(-30px);
    }
    to
    {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes slideOutRight-7383c6bb
{
    0%
    {
        opacity: 1;
        transform: translate(0);
    }
    to
    {
        opacity: 0;
        transform: translate(500px);
    }
}
@keyframes bounceIn-7383c6bb
{
    0%, 20%, 40%, 60%, 80%, to
    {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }
    20%
    {
        transform: scale3d(1.1,1.1,1.1);
    }
    40%
    {
        transform: scale3d(.9,.9,.9);
    }
    60%
    {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03);
    }
    80%
    {
        transform: scale3d(.97,.97,.97);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes scaleOut-7383c6bb
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    to
    {
        opacity: 0;
        transform: scale(1.3);
        transform-origin: center center;
    }
}
@keyframes scaleIn-7383c6bb
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeIn-7383c6bb
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeOutSelectedTableRow-7383c6bb
{
    0%
    {
        background: #797979;
    }
    to
    {
        background: transparent;
    }
}
@keyframes shake-horizontal-7383c6bb
{
    0%
    {
        transform: translate(0);
    }
    4.41177%
    {
        transform: translate(5px);
    }
    8.82353%
    {
        transform: translate(0);
    }
    13.23529%
    {
        transform: translate(5px);
    }
    17.64706%
    {
        transform: translate(0);
    }
    22.05882%
    {
        transform: translate(5px);
    }
    26.47059%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(0);
    }
}
@keyframes scaleInRotate-7383c6bb
{
    to
    {
        opacity: 1;
        transform: rotate(1turn);
    }
}
@keyframes shrink-bounce-7383c6bb
{
    0%
    {
        transform: scale(1);
    }
    33%
    {
        transform: scale(.85);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes checkbox-check-7383c6bb
{
    0%
    {
        border-color: #f9b242;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #f9b242;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-is-credited-7383c6bb
{
    0%
    {
        border-color: #13100e;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #13100e;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-blow-7383c6bb
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes tada-7383c6bb
{
    0%
    {
        transform: scaleX(1);
    }
    10%, 20%
    {
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }
    40%, 60%, 80%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }
    to
    {
        transform: scaleX(1);
    }
}
@keyframes loading-bg-7383c6bb
{
    0%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(46px);
    }
}
@keyframes slideFadeTopOut-7383c6bb
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes slideFadeTopIn-7383c6bb
{
    0%
    {
        opacity: 0;
        top: -200px;
    }
    to
    {
        opacity: 1;
        top: 0;
    }
}
@keyframes loaderBarAction-7383c6bb
{
    0%
    {
        width: 100%;
    }
    to
    {
        width: 0;
    }
}
@keyframes fadeInDown-7383c6bb
{
    0%
    {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeOut-7383c6bb
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes header-fixed-show-7383c6bb
{
    0%
    {
        top: -140px;
    }
    to
    {
        top: 0;
    }
}
@keyframes mobile-menu-in-7383c6bb
{
    0%
    {
        opacity: 0;
        transform: translate3d(-100%,0,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes coin-dashboard-7383c6bb
{
    to
    {
        background-position: -350px 0;
    }
}
@keyframes coin-dashboard-mobile-7383c6bb
{
    to
    {
        background-position: -180px 0;
    }
}
@keyframes coinheader-7383c6bb
{
    to
    {
        background-position: -210px 0;
    }
}
@keyframes jackpot-alarm-7383c6bb
{
    to
    {
        background-position: -1660px 8px;
    }
}
@keyframes new-winner-bounce-7383c6bb
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(50px);
    }
    to
    {
        transform: translateY(0);
    }
}
.icon-flags[data-v-7383c6bb]
{
    background-image: url(../../willbettingde/image/sprite.flags.png);
    display: inline-block;
    margin: 0 3px 0 0;
}
.icon-flag-ad[data-v-7383c6bb]
{
    background-position: 0 0;
    height: 12px;
    width: 16px;
}
.icon-flag-ae[data-v-7383c6bb]
{
    background-position: -16px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-af[data-v-7383c6bb]
{
    background-position: 0 -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-ag[data-v-7383c6bb]
{
    background-position: -16px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-ai[data-v-7383c6bb]
{
    background-position: -32px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-al[data-v-7383c6bb]
{
    background-position: -32px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-am[data-v-7383c6bb]
{
    background-position: 0 -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-an[data-v-7383c6bb]
{
    background-position: -224px -24px;
    height: 12px;
    width: 14px;
}
.icon-flag-ao[data-v-7383c6bb]
{
    background-position: -16px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-aq[data-v-7383c6bb]
{
    background-position: -32px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-ar[data-v-7383c6bb]
{
    background-position: 0 -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-as[data-v-7383c6bb]
{
    background-position: -16px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-at[data-v-7383c6bb]
{
    background-position: -32px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-au[data-v-7383c6bb]
{
    background-position: -48px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-aw[data-v-7383c6bb]
{
    background-position: -48px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-ax[data-v-7383c6bb]
{
    background-position: -48px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-az[data-v-7383c6bb]
{
    background-position: -48px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-ba[data-v-7383c6bb]
{
    background-position: 0 -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-bb[data-v-7383c6bb]
{
    background-position: -16px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-bd[data-v-7383c6bb]
{
    background-position: -32px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-be[data-v-7383c6bb]
{
    background-position: -48px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-bf[data-v-7383c6bb]
{
    background-position: -64px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-bg[data-v-7383c6bb]
{
    background-position: -64px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-bh[data-v-7383c6bb]
{
    background-position: -64px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-bi[data-v-7383c6bb]
{
    background-position: -64px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-bj[data-v-7383c6bb]
{
    background-position: -64px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-bl[data-v-7383c6bb]
{
    background-position: 0 -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-bm[data-v-7383c6bb]
{
    background-position: -16px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-bn[data-v-7383c6bb]
{
    background-position: -32px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-bo[data-v-7383c6bb]
{
    background-position: -48px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-bq[data-v-7383c6bb]
{
    background-position: -64px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-br[data-v-7383c6bb]
{
    background-position: -80px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-bs[data-v-7383c6bb]
{
    background-position: -80px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-bt[data-v-7383c6bb]
{
    background-position: -80px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-bv[data-v-7383c6bb]
{
    background-position: -80px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-bw[data-v-7383c6bb]
{
    background-position: -80px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-by[data-v-7383c6bb]
{
    background-position: -80px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-bz[data-v-7383c6bb]
{
    background-position: 0 -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-ca[data-v-7383c6bb]
{
    background-position: -16px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-cc[data-v-7383c6bb]
{
    background-position: -32px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-cd[data-v-7383c6bb]
{
    background-position: -48px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-cf[data-v-7383c6bb]
{
    background-position: -64px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-cg[data-v-7383c6bb]
{
    background-position: -80px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-ch[data-v-7383c6bb]
{
    background-position: 0 -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-ci[data-v-7383c6bb]
{
    background-position: -16px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-ck[data-v-7383c6bb]
{
    background-position: -32px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-cl[data-v-7383c6bb]
{
    background-position: -48px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-cm[data-v-7383c6bb]
{
    background-position: -64px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-cn[data-v-7383c6bb]
{
    background-position: -80px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-co[data-v-7383c6bb]
{
    background-position: -96px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-cp[data-v-7383c6bb]
{
    background-position: -224px -36px;
    height: 10px;
    width: 16px;
}
.icon-flag-cr[data-v-7383c6bb]
{
    background-position: -96px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-cu[data-v-7383c6bb]
{
    background-position: -96px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-cv[data-v-7383c6bb]
{
    background-position: -96px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-cw[data-v-7383c6bb]
{
    background-position: -96px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-cx[data-v-7383c6bb]
{
    background-position: -96px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-cy[data-v-7383c6bb]
{
    background-position: -96px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-cz[data-v-7383c6bb]
{
    background-position: -96px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-de[data-v-7383c6bb]
{
    background-position: 0 -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-dj[data-v-7383c6bb]
{
    background-position: -16px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-dk[data-v-7383c6bb]
{
    background-position: -32px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-dm[data-v-7383c6bb]
{
    background-position: -48px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-do[data-v-7383c6bb]
{
    background-position: -64px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-dz[data-v-7383c6bb]
{
    background-position: -80px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-ec[data-v-7383c6bb]
{
    background-position: -96px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-ee[data-v-7383c6bb]
{
    background-position: -112px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-eg[data-v-7383c6bb]
{
    background-position: -112px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-eh[data-v-7383c6bb]
{
    background-position: -112px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-er[data-v-7383c6bb]
{
    background-position: -112px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-es[data-v-7383c6bb]
{
    background-position: -112px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-et[data-v-7383c6bb]
{
    background-position: -112px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-fi[data-v-7383c6bb]
{
    background-position: -112px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-fj[data-v-7383c6bb]
{
    background-position: -112px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-fk[data-v-7383c6bb]
{
    background-position: -112px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-fm[data-v-7383c6bb]
{
    background-position: 0 -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-fo[data-v-7383c6bb]
{
    background-position: -16px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-fr[data-v-7383c6bb]
{
    background-position: -32px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-ga[data-v-7383c6bb]
{
    background-position: -48px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-gb-eng[data-v-7383c6bb]
{
    background-position: -64px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-gb-nir[data-v-7383c6bb]
{
    background-position: -80px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-gb-sct[data-v-7383c6bb]
{
    background-position: -96px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-gb-wls[data-v-7383c6bb]
{
    background-position: -112px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-gb[data-v-7383c6bb]
{
    background-position: -128px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-gd[data-v-7383c6bb]
{
    background-position: -128px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-ge[data-v-7383c6bb]
{
    background-position: -128px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-gf[data-v-7383c6bb]
{
    background-position: -128px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-gg[data-v-7383c6bb]
{
    background-position: -128px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-gh[data-v-7383c6bb]
{
    background-position: -128px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-gi[data-v-7383c6bb]
{
    background-position: -128px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-gl[data-v-7383c6bb]
{
    background-position: -128px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-gm[data-v-7383c6bb]
{
    background-position: -128px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-gn[data-v-7383c6bb]
{
    background-position: -128px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-gp[data-v-7383c6bb]
{
    background-position: 0 -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-gq[data-v-7383c6bb]
{
    background-position: -16px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-gr[data-v-7383c6bb]
{
    background-position: -32px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-gs[data-v-7383c6bb]
{
    background-position: -48px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-gt[data-v-7383c6bb]
{
    background-position: -64px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-gu[data-v-7383c6bb]
{
    background-position: -80px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-gw[data-v-7383c6bb]
{
    background-position: -96px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-gy[data-v-7383c6bb]
{
    background-position: -112px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-hk[data-v-7383c6bb]
{
    background-position: -128px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-hm[data-v-7383c6bb]
{
    background-position: 0 -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-hn[data-v-7383c6bb]
{
    background-position: -16px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-hr[data-v-7383c6bb]
{
    background-position: -32px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-ht[data-v-7383c6bb]
{
    background-position: -48px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-hu[data-v-7383c6bb]
{
    background-position: -64px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-id[data-v-7383c6bb]
{
    background-position: -80px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-ie[data-v-7383c6bb]
{
    background-position: -96px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-il[data-v-7383c6bb]
{
    background-position: -112px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-im[data-v-7383c6bb]
{
    background-position: -128px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-in[data-v-7383c6bb]
{
    background-position: -144px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-io[data-v-7383c6bb]
{
    background-position: -144px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-iq[data-v-7383c6bb]
{
    background-position: -144px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-ir[data-v-7383c6bb]
{
    background-position: -144px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-is[data-v-7383c6bb]
{
    background-position: -144px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-it[data-v-7383c6bb]
{
    background-position: -144px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-je[data-v-7383c6bb]
{
    background-position: -144px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-jm[data-v-7383c6bb]
{
    background-position: -144px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-jo[data-v-7383c6bb]
{
    background-position: -144px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-jp[data-v-7383c6bb]
{
    background-position: -144px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-ke[data-v-7383c6bb]
{
    background-position: -144px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-kg[data-v-7383c6bb]
{
    background-position: -144px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-kh[data-v-7383c6bb]
{
    background-position: 0 -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-ki[data-v-7383c6bb]
{
    background-position: -16px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-km[data-v-7383c6bb]
{
    background-position: -32px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-kn[data-v-7383c6bb]
{
    background-position: -48px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-kp[data-v-7383c6bb]
{
    background-position: -64px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-kr[data-v-7383c6bb]
{
    background-position: -80px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-kw[data-v-7383c6bb]
{
    background-position: -96px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-ky[data-v-7383c6bb]
{
    background-position: -112px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-kz[data-v-7383c6bb]
{
    background-position: -128px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-la[data-v-7383c6bb]
{
    background-position: -144px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-lb[data-v-7383c6bb]
{
    background-position: -160px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-lc[data-v-7383c6bb]
{
    background-position: -160px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-li[data-v-7383c6bb]
{
    background-position: -160px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-lk[data-v-7383c6bb]
{
    background-position: -160px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-lr[data-v-7383c6bb]
{
    background-position: -160px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-ls[data-v-7383c6bb]
{
    background-position: -160px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-lt[data-v-7383c6bb]
{
    background-position: -160px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-lu[data-v-7383c6bb]
{
    background-position: -160px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-lv[data-v-7383c6bb]
{
    background-position: -160px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-ly[data-v-7383c6bb]
{
    background-position: -160px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-ma[data-v-7383c6bb]
{
    background-position: -160px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-mc[data-v-7383c6bb]
{
    background-position: -160px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-md[data-v-7383c6bb]
{
    background-position: -160px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-me[data-v-7383c6bb]
{
    background-position: 0 -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mf[data-v-7383c6bb]
{
    background-position: -16px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mg[data-v-7383c6bb]
{
    background-position: -32px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mh[data-v-7383c6bb]
{
    background-position: -48px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mk[data-v-7383c6bb]
{
    background-position: -64px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-ml[data-v-7383c6bb]
{
    background-position: -80px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mm[data-v-7383c6bb]
{
    background-position: -96px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mn[data-v-7383c6bb]
{
    background-position: -112px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mo[data-v-7383c6bb]
{
    background-position: -128px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mp[data-v-7383c6bb]
{
    background-position: -144px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mq[data-v-7383c6bb]
{
    background-position: -160px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-mr[data-v-7383c6bb]
{
    background-position: -176px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-ms[data-v-7383c6bb]
{
    background-position: -176px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-mt[data-v-7383c6bb]
{
    background-position: -176px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-mu[data-v-7383c6bb]
{
    background-position: -176px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-mv[data-v-7383c6bb]
{
    background-position: -176px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-mw[data-v-7383c6bb]
{
    background-position: -176px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-mx[data-v-7383c6bb]
{
    background-position: -176px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-my[data-v-7383c6bb]
{
    background-position: -176px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-mz[data-v-7383c6bb]
{
    background-position: -176px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-na[data-v-7383c6bb]
{
    background-position: -176px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-nc[data-v-7383c6bb]
{
    background-position: -176px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-ne[data-v-7383c6bb]
{
    background-position: -176px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-nf[data-v-7383c6bb]
{
    background-position: -176px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-ng[data-v-7383c6bb]
{
    background-position: -176px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-ni[data-v-7383c6bb]
{
    background-position: 0 -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-nl[data-v-7383c6bb]
{
    background-position: -16px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-no[data-v-7383c6bb]
{
    background-position: -32px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-np[data-v-7383c6bb]
{
    background-position: -48px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-nr[data-v-7383c6bb]
{
    background-position: -64px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-nu[data-v-7383c6bb]
{
    background-position: -80px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-nz[data-v-7383c6bb]
{
    background-position: -96px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-om[data-v-7383c6bb]
{
    background-position: -112px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-pa[data-v-7383c6bb]
{
    background-position: -128px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-pe[data-v-7383c6bb]
{
    background-position: -144px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-pf[data-v-7383c6bb]
{
    background-position: -160px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-pg[data-v-7383c6bb]
{
    background-position: -176px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-ph[data-v-7383c6bb]
{
    background-position: 0 -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-pk[data-v-7383c6bb]
{
    background-position: -16px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-pl[data-v-7383c6bb]
{
    background-position: -32px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-pm[data-v-7383c6bb]
{
    background-position: -48px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-pn[data-v-7383c6bb]
{
    background-position: -64px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-pr[data-v-7383c6bb]
{
    background-position: -80px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-ps[data-v-7383c6bb]
{
    background-position: -96px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-pt[data-v-7383c6bb]
{
    background-position: -112px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-pw[data-v-7383c6bb]
{
    background-position: -128px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-py[data-v-7383c6bb]
{
    background-position: -144px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-qa[data-v-7383c6bb]
{
    background-position: -160px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-re[data-v-7383c6bb]
{
    background-position: -176px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-ro[data-v-7383c6bb]
{
    background-position: -192px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-rs[data-v-7383c6bb]
{
    background-position: -192px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-ru[data-v-7383c6bb]
{
    background-position: -192px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-rw[data-v-7383c6bb]
{
    background-position: -192px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-sa[data-v-7383c6bb]
{
    background-position: -192px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-sb[data-v-7383c6bb]
{
    background-position: -192px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-sc[data-v-7383c6bb]
{
    background-position: -192px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-sd[data-v-7383c6bb]
{
    background-position: -192px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-se[data-v-7383c6bb]
{
    background-position: -192px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-sg[data-v-7383c6bb]
{
    background-position: -192px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-sh[data-v-7383c6bb]
{
    background-position: -192px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-si[data-v-7383c6bb]
{
    background-position: -192px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-sj[data-v-7383c6bb]
{
    background-position: -192px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-sk[data-v-7383c6bb]
{
    background-position: -192px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-sl[data-v-7383c6bb]
{
    background-position: -192px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-sm[data-v-7383c6bb]
{
    background-position: -192px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-sn[data-v-7383c6bb]
{
    background-position: 0 -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-so[data-v-7383c6bb]
{
    background-position: -16px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-sr[data-v-7383c6bb]
{
    background-position: -32px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-ss[data-v-7383c6bb]
{
    background-position: -48px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-st[data-v-7383c6bb]
{
    background-position: -64px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-sv[data-v-7383c6bb]
{
    background-position: -80px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-sx[data-v-7383c6bb]
{
    background-position: -96px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-sy[data-v-7383c6bb]
{
    background-position: -112px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-sz[data-v-7383c6bb]
{
    background-position: -128px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-tc[data-v-7383c6bb]
{
    background-position: -144px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-td[data-v-7383c6bb]
{
    background-position: -160px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-tf[data-v-7383c6bb]
{
    background-position: -176px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-tg[data-v-7383c6bb]
{
    background-position: -192px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-th[data-v-7383c6bb]
{
    background-position: -208px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-tj[data-v-7383c6bb]
{
    background-position: -208px -12px;
    height: 12px;
    width: 16px;
}
.icon-flag-tk[data-v-7383c6bb]
{
    background-position: -208px -24px;
    height: 12px;
    width: 16px;
}
.icon-flag-tl[data-v-7383c6bb]
{
    background-position: -208px -36px;
    height: 12px;
    width: 16px;
}
.icon-flag-tm[data-v-7383c6bb]
{
    background-position: -208px -48px;
    height: 12px;
    width: 16px;
}
.icon-flag-tn[data-v-7383c6bb]
{
    background-position: -208px -60px;
    height: 12px;
    width: 16px;
}
.icon-flag-to[data-v-7383c6bb]
{
    background-position: -208px -72px;
    height: 12px;
    width: 16px;
}
.icon-flag-tr[data-v-7383c6bb]
{
    background-position: -208px -84px;
    height: 12px;
    width: 16px;
}
.icon-flag-tt[data-v-7383c6bb]
{
    background-position: -208px -96px;
    height: 12px;
    width: 16px;
}
.icon-flag-tv[data-v-7383c6bb]
{
    background-position: -208px -108px;
    height: 12px;
    width: 16px;
}
.icon-flag-tw[data-v-7383c6bb]
{
    background-position: -208px -120px;
    height: 12px;
    width: 16px;
}
.icon-flag-tz[data-v-7383c6bb]
{
    background-position: -208px -132px;
    height: 12px;
    width: 16px;
}
.icon-flag-ua[data-v-7383c6bb]
{
    background-position: -208px -144px;
    height: 12px;
    width: 16px;
}
.icon-flag-ug[data-v-7383c6bb]
{
    background-position: -208px -156px;
    height: 12px;
    width: 16px;
}
.icon-flag-um[data-v-7383c6bb]
{
    background-position: -208px -168px;
    height: 12px;
    width: 16px;
}
.icon-flag-us[data-v-7383c6bb]
{
    background-position: -208px -180px;
    height: 12px;
    width: 16px;
}
.icon-flag-uy[data-v-7383c6bb]
{
    background-position: -208px -192px;
    height: 12px;
    width: 16px;
}
.icon-flag-uz[data-v-7383c6bb]
{
    background-position: 0 -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-va[data-v-7383c6bb]
{
    background-position: -16px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-vc[data-v-7383c6bb]
{
    background-position: -32px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-ve[data-v-7383c6bb]
{
    background-position: -48px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-vg[data-v-7383c6bb]
{
    background-position: -64px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-vi[data-v-7383c6bb]
{
    background-position: -80px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-vn[data-v-7383c6bb]
{
    background-position: -96px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-vu[data-v-7383c6bb]
{
    background-position: -112px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-wf[data-v-7383c6bb]
{
    background-position: -128px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-ws[data-v-7383c6bb]
{
    background-position: -144px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-xk[data-v-7383c6bb]
{
    background-position: -160px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-ye[data-v-7383c6bb]
{
    background-position: -176px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-yt[data-v-7383c6bb]
{
    background-position: -192px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-za[data-v-7383c6bb]
{
    background-position: -208px -204px;
    height: 12px;
    width: 16px;
}
.icon-flag-zm[data-v-7383c6bb]
{
    background-position: -224px 0;
    height: 12px;
    width: 16px;
}
.icon-flag-zw[data-v-7383c6bb]
{
    background-position: -224px -12px;
    height: 12px;
    width: 16px;
}
@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx)
{
    .icon-flags[data-v-7383c6bb]
    {
        background-image: url(../../willbettingde/image/sprite.flags@2x.png);
        display: inline-block;
    }
    .icon-flag-ad[data-v-7383c6bb]
    {
        background-position: 0 0;
    }
    .icon-flag-ad[data-v-7383c6bb], .icon-flag-ae[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ae[data-v-7383c6bb]
    {
        background-position: -12px 0;
    }
    .icon-flag-af[data-v-7383c6bb]
    {
        background-position: 0 -9px;
    }
    .icon-flag-af[data-v-7383c6bb], .icon-flag-ag[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ag[data-v-7383c6bb]
    {
        background-position: -12px -9px;
    }
    .icon-flag-ai[data-v-7383c6bb]
    {
        background-position: -24px 0;
    }
    .icon-flag-ai[data-v-7383c6bb], .icon-flag-al[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-al[data-v-7383c6bb]
    {
        background-position: -24px -9px;
    }
    .icon-flag-am[data-v-7383c6bb]
    {
        background-position: 0 -18px;
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-an[data-v-7383c6bb]
    {
        background-position: -168px -25.5px;
        background-size: 180px 162px;
        height: 6px;
        width: 7px;
    }
    .icon-flag-ao[data-v-7383c6bb]
    {
        background-position: -12px -18px;
    }
    .icon-flag-ao[data-v-7383c6bb], .icon-flag-aq[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-aq[data-v-7383c6bb]
    {
        background-position: -24px -18px;
    }
    .icon-flag-ar[data-v-7383c6bb]
    {
        background-position: 0 -27px;
    }
    .icon-flag-ar[data-v-7383c6bb], .icon-flag-as[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-as[data-v-7383c6bb]
    {
        background-position: -12px -27px;
    }
    .icon-flag-at[data-v-7383c6bb]
    {
        background-position: -24px -27px;
    }
    .icon-flag-at[data-v-7383c6bb], .icon-flag-au[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-au[data-v-7383c6bb]
    {
        background-position: -36px 0;
    }
    .icon-flag-aw[data-v-7383c6bb]
    {
        background-position: -36px -9px;
    }
    .icon-flag-aw[data-v-7383c6bb], .icon-flag-ax[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ax[data-v-7383c6bb]
    {
        background-position: -36px -18px;
    }
    .icon-flag-az[data-v-7383c6bb]
    {
        background-position: -36px -27px;
    }
    .icon-flag-az[data-v-7383c6bb], .icon-flag-ba[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ba[data-v-7383c6bb]
    {
        background-position: 0 -36px;
    }
    .icon-flag-bb[data-v-7383c6bb]
    {
        background-position: -12px -36px;
    }
    .icon-flag-bb[data-v-7383c6bb], .icon-flag-bd[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-bd[data-v-7383c6bb]
    {
        background-position: -24px -36px;
    }
    .icon-flag-be[data-v-7383c6bb]
    {
        background-position: -36px -36px;
    }
    .icon-flag-be[data-v-7383c6bb], .icon-flag-bf[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-bf[data-v-7383c6bb]
    {
        background-position: -48px 0;
    }
    .icon-flag-bg[data-v-7383c6bb]
    {
        background-position: -48px -9px;
    }
    .icon-flag-bg[data-v-7383c6bb], .icon-flag-bh[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-bh[data-v-7383c6bb]
    {
        background-position: -48px -18px;
    }
    .icon-flag-bi[data-v-7383c6bb]
    {
        background-position: -48px -27px;
    }
    .icon-flag-bi[data-v-7383c6bb], .icon-flag-bj[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-bj[data-v-7383c6bb]
    {
        background-position: -48px -36px;
    }
    .icon-flag-bl[data-v-7383c6bb]
    {
        background-position: 0 -45px;
    }
    .icon-flag-bl[data-v-7383c6bb], .icon-flag-bm[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-bm[data-v-7383c6bb]
    {
        background-position: -12px -45px;
    }
    .icon-flag-bn[data-v-7383c6bb]
    {
        background-position: -24px -45px;
    }
    .icon-flag-bn[data-v-7383c6bb], .icon-flag-bo[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-bo[data-v-7383c6bb]
    {
        background-position: -36px -45px;
    }
    .icon-flag-bq[data-v-7383c6bb]
    {
        background-position: -48px -45px;
    }
    .icon-flag-bq[data-v-7383c6bb], .icon-flag-br[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-br[data-v-7383c6bb]
    {
        background-position: -60px 0;
    }
    .icon-flag-bs[data-v-7383c6bb]
    {
        background-position: -60px -9px;
    }
    .icon-flag-bs[data-v-7383c6bb], .icon-flag-bt[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-bt[data-v-7383c6bb]
    {
        background-position: -60px -18px;
    }
    .icon-flag-bv[data-v-7383c6bb]
    {
        background-position: -60px -27px;
    }
    .icon-flag-bv[data-v-7383c6bb], .icon-flag-bw[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-bw[data-v-7383c6bb]
    {
        background-position: -60px -36px;
    }
    .icon-flag-by[data-v-7383c6bb]
    {
        background-position: -60px -45px;
    }
    .icon-flag-by[data-v-7383c6bb], .icon-flag-bz[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-bz[data-v-7383c6bb]
    {
        background-position: 0 -54px;
    }
    .icon-flag-ca[data-v-7383c6bb]
    {
        background-position: -12px -54px;
    }
    .icon-flag-ca[data-v-7383c6bb], .icon-flag-cc[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-cc[data-v-7383c6bb]
    {
        background-position: -24px -54px;
    }
    .icon-flag-cd[data-v-7383c6bb]
    {
        background-position: -36px -54px;
    }
    .icon-flag-cd[data-v-7383c6bb], .icon-flag-cf[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-cf[data-v-7383c6bb]
    {
        background-position: -48px -54px;
    }
    .icon-flag-cg[data-v-7383c6bb]
    {
        background-position: -60px -54px;
    }
    .icon-flag-cg[data-v-7383c6bb], .icon-flag-ch[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ch[data-v-7383c6bb]
    {
        background-position: 0 -63px;
    }
    .icon-flag-ci[data-v-7383c6bb]
    {
        background-position: -12px -63px;
    }
    .icon-flag-ci[data-v-7383c6bb], .icon-flag-ck[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ck[data-v-7383c6bb]
    {
        background-position: -24px -63px;
    }
    .icon-flag-cl[data-v-7383c6bb]
    {
        background-position: -36px -63px;
    }
    .icon-flag-cl[data-v-7383c6bb], .icon-flag-cm[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-cm[data-v-7383c6bb]
    {
        background-position: -48px -63px;
    }
    .icon-flag-cn[data-v-7383c6bb]
    {
        background-position: -60px -63px;
    }
    .icon-flag-cn[data-v-7383c6bb], .icon-flag-co[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-co[data-v-7383c6bb]
    {
        background-position: -72px 0;
    }
    .icon-flag-cp[data-v-7383c6bb]
    {
        background-position: -168px -18px;
        height: 7.5px;
    }
    .icon-flag-cp[data-v-7383c6bb], .icon-flag-cr[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        width: 12px;
    }
    .icon-flag-cr[data-v-7383c6bb]
    {
        background-position: -72px -9px;
        height: 9px;
    }
    .icon-flag-cu[data-v-7383c6bb]
    {
        background-position: -72px -18px;
    }
    .icon-flag-cu[data-v-7383c6bb], .icon-flag-cv[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-cv[data-v-7383c6bb]
    {
        background-position: -72px -27px;
    }
    .icon-flag-cw[data-v-7383c6bb]
    {
        background-position: -72px -36px;
    }
    .icon-flag-cw[data-v-7383c6bb], .icon-flag-cx[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-cx[data-v-7383c6bb]
    {
        background-position: -72px -45px;
    }
    .icon-flag-cy[data-v-7383c6bb]
    {
        background-position: -72px -54px;
    }
    .icon-flag-cy[data-v-7383c6bb], .icon-flag-cz[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-cz[data-v-7383c6bb]
    {
        background-position: -72px -63px;
    }
    .icon-flag-de[data-v-7383c6bb]
    {
        background-position: 0 -72px;
    }
    .icon-flag-de[data-v-7383c6bb], .icon-flag-dj[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-dj[data-v-7383c6bb]
    {
        background-position: -12px -72px;
    }
    .icon-flag-dk[data-v-7383c6bb]
    {
        background-position: -24px -72px;
    }
    .icon-flag-dk[data-v-7383c6bb], .icon-flag-dm[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-dm[data-v-7383c6bb]
    {
        background-position: -36px -72px;
    }
    .icon-flag-do[data-v-7383c6bb]
    {
        background-position: -48px -72px;
    }
    .icon-flag-do[data-v-7383c6bb], .icon-flag-dz[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-dz[data-v-7383c6bb]
    {
        background-position: -60px -72px;
    }
    .icon-flag-ec[data-v-7383c6bb]
    {
        background-position: -72px -72px;
    }
    .icon-flag-ec[data-v-7383c6bb], .icon-flag-ee[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ee[data-v-7383c6bb]
    {
        background-position: -84px 0;
    }
    .icon-flag-eg[data-v-7383c6bb]
    {
        background-position: -84px -9px;
    }
    .icon-flag-eg[data-v-7383c6bb], .icon-flag-eh[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-eh[data-v-7383c6bb]
    {
        background-position: -84px -18px;
    }
    .icon-flag-er[data-v-7383c6bb]
    {
        background-position: -84px -27px;
    }
    .icon-flag-er[data-v-7383c6bb], .icon-flag-es[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-es[data-v-7383c6bb]
    {
        background-position: -84px -36px;
    }
    .icon-flag-et[data-v-7383c6bb]
    {
        background-position: -84px -45px;
    }
    .icon-flag-et[data-v-7383c6bb], .icon-flag-fi[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-fi[data-v-7383c6bb]
    {
        background-position: -84px -54px;
    }
    .icon-flag-fj[data-v-7383c6bb]
    {
        background-position: -84px -63px;
    }
    .icon-flag-fj[data-v-7383c6bb], .icon-flag-fk[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-fk[data-v-7383c6bb]
    {
        background-position: -84px -72px;
    }
    .icon-flag-fm[data-v-7383c6bb]
    {
        background-position: 0 -81px;
    }
    .icon-flag-fm[data-v-7383c6bb], .icon-flag-fo[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-fo[data-v-7383c6bb]
    {
        background-position: -12px -81px;
    }
    .icon-flag-fr[data-v-7383c6bb]
    {
        background-position: -24px -81px;
    }
    .icon-flag-fr[data-v-7383c6bb], .icon-flag-ga[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ga[data-v-7383c6bb]
    {
        background-position: -36px -81px;
    }
    .icon-flag-gb-eng[data-v-7383c6bb]
    {
        background-position: -48px -81px;
    }
    .icon-flag-gb-eng[data-v-7383c6bb], .icon-flag-gb-nir[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gb-nir[data-v-7383c6bb]
    {
        background-position: -60px -81px;
    }
    .icon-flag-gb-sct[data-v-7383c6bb]
    {
        background-position: -72px -81px;
    }
    .icon-flag-gb-sct[data-v-7383c6bb], .icon-flag-gb-wls[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gb-wls[data-v-7383c6bb]
    {
        background-position: -84px -81px;
    }
    .icon-flag-gb[data-v-7383c6bb]
    {
        background-position: -96px 0;
    }
    .icon-flag-gb[data-v-7383c6bb], .icon-flag-gd[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gd[data-v-7383c6bb]
    {
        background-position: -96px -9px;
    }
    .icon-flag-ge[data-v-7383c6bb]
    {
        background-position: -96px -18px;
    }
    .icon-flag-ge[data-v-7383c6bb], .icon-flag-gf[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gf[data-v-7383c6bb]
    {
        background-position: -96px -27px;
    }
    .icon-flag-gg[data-v-7383c6bb]
    {
        background-position: -96px -36px;
    }
    .icon-flag-gg[data-v-7383c6bb], .icon-flag-gh[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gh[data-v-7383c6bb]
    {
        background-position: -96px -45px;
    }
    .icon-flag-gi[data-v-7383c6bb]
    {
        background-position: -96px -54px;
    }
    .icon-flag-gi[data-v-7383c6bb], .icon-flag-gl[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gl[data-v-7383c6bb]
    {
        background-position: -96px -63px;
    }
    .icon-flag-gm[data-v-7383c6bb]
    {
        background-position: -96px -72px;
    }
    .icon-flag-gm[data-v-7383c6bb], .icon-flag-gn[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gn[data-v-7383c6bb]
    {
        background-position: -96px -81px;
    }
    .icon-flag-gp[data-v-7383c6bb]
    {
        background-position: 0 -90px;
    }
    .icon-flag-gp[data-v-7383c6bb], .icon-flag-gq[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gq[data-v-7383c6bb]
    {
        background-position: -12px -90px;
    }
    .icon-flag-gr[data-v-7383c6bb]
    {
        background-position: -24px -90px;
    }
    .icon-flag-gr[data-v-7383c6bb], .icon-flag-gs[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gs[data-v-7383c6bb]
    {
        background-position: -36px -90px;
    }
    .icon-flag-gt[data-v-7383c6bb]
    {
        background-position: -48px -90px;
    }
    .icon-flag-gt[data-v-7383c6bb], .icon-flag-gu[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gu[data-v-7383c6bb]
    {
        background-position: -60px -90px;
    }
    .icon-flag-gw[data-v-7383c6bb]
    {
        background-position: -72px -90px;
    }
    .icon-flag-gw[data-v-7383c6bb], .icon-flag-gy[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-gy[data-v-7383c6bb]
    {
        background-position: -84px -90px;
    }
    .icon-flag-hk[data-v-7383c6bb]
    {
        background-position: -96px -90px;
    }
    .icon-flag-hk[data-v-7383c6bb], .icon-flag-hm[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-hm[data-v-7383c6bb]
    {
        background-position: 0 -99px;
    }
    .icon-flag-hn[data-v-7383c6bb]
    {
        background-position: -12px -99px;
    }
    .icon-flag-hn[data-v-7383c6bb], .icon-flag-hr[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-hr[data-v-7383c6bb]
    {
        background-position: -24px -99px;
    }
    .icon-flag-ht[data-v-7383c6bb]
    {
        background-position: -36px -99px;
    }
    .icon-flag-ht[data-v-7383c6bb], .icon-flag-hu[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-hu[data-v-7383c6bb]
    {
        background-position: -48px -99px;
    }
    .icon-flag-id[data-v-7383c6bb]
    {
        background-position: -60px -99px;
    }
    .icon-flag-id[data-v-7383c6bb], .icon-flag-ie[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ie[data-v-7383c6bb]
    {
        background-position: -72px -99px;
    }
    .icon-flag-il[data-v-7383c6bb]
    {
        background-position: -84px -99px;
    }
    .icon-flag-il[data-v-7383c6bb], .icon-flag-im[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-im[data-v-7383c6bb]
    {
        background-position: -96px -99px;
    }
    .icon-flag-in[data-v-7383c6bb]
    {
        background-position: -108px 0;
    }
    .icon-flag-in[data-v-7383c6bb], .icon-flag-io[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-io[data-v-7383c6bb]
    {
        background-position: -108px -9px;
    }
    .icon-flag-iq[data-v-7383c6bb]
    {
        background-position: -108px -18px;
    }
    .icon-flag-iq[data-v-7383c6bb], .icon-flag-ir[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ir[data-v-7383c6bb]
    {
        background-position: -108px -27px;
    }
    .icon-flag-is[data-v-7383c6bb]
    {
        background-position: -108px -36px;
    }
    .icon-flag-is[data-v-7383c6bb], .icon-flag-it[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-it[data-v-7383c6bb]
    {
        background-position: -108px -45px;
    }
    .icon-flag-je[data-v-7383c6bb]
    {
        background-position: -108px -54px;
    }
    .icon-flag-je[data-v-7383c6bb], .icon-flag-jm[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-jm[data-v-7383c6bb]
    {
        background-position: -108px -63px;
    }
    .icon-flag-jo[data-v-7383c6bb]
    {
        background-position: -108px -72px;
    }
    .icon-flag-jo[data-v-7383c6bb], .icon-flag-jp[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-jp[data-v-7383c6bb]
    {
        background-position: -108px -81px;
    }
    .icon-flag-ke[data-v-7383c6bb]
    {
        background-position: -108px -90px;
    }
    .icon-flag-ke[data-v-7383c6bb], .icon-flag-kg[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-kg[data-v-7383c6bb]
    {
        background-position: -108px -99px;
    }
    .icon-flag-kh[data-v-7383c6bb]
    {
        background-position: 0 -108px;
    }
    .icon-flag-kh[data-v-7383c6bb], .icon-flag-ki[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ki[data-v-7383c6bb]
    {
        background-position: -12px -108px;
    }
    .icon-flag-km[data-v-7383c6bb]
    {
        background-position: -24px -108px;
    }
    .icon-flag-km[data-v-7383c6bb], .icon-flag-kn[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-kn[data-v-7383c6bb]
    {
        background-position: -36px -108px;
    }
    .icon-flag-kp[data-v-7383c6bb]
    {
        background-position: -48px -108px;
    }
    .icon-flag-kp[data-v-7383c6bb], .icon-flag-kr[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-kr[data-v-7383c6bb]
    {
        background-position: -60px -108px;
    }
    .icon-flag-kw[data-v-7383c6bb]
    {
        background-position: -72px -108px;
    }
    .icon-flag-kw[data-v-7383c6bb], .icon-flag-ky[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ky[data-v-7383c6bb]
    {
        background-position: -84px -108px;
    }
    .icon-flag-kz[data-v-7383c6bb]
    {
        background-position: -96px -108px;
    }
    .icon-flag-kz[data-v-7383c6bb], .icon-flag-la[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-la[data-v-7383c6bb]
    {
        background-position: -108px -108px;
    }
    .icon-flag-lb[data-v-7383c6bb]
    {
        background-position: -120px 0;
    }
    .icon-flag-lb[data-v-7383c6bb], .icon-flag-lc[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-lc[data-v-7383c6bb]
    {
        background-position: -120px -9px;
    }
    .icon-flag-li[data-v-7383c6bb]
    {
        background-position: -120px -18px;
    }
    .icon-flag-li[data-v-7383c6bb], .icon-flag-lk[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-lk[data-v-7383c6bb]
    {
        background-position: -120px -27px;
    }
    .icon-flag-lr[data-v-7383c6bb]
    {
        background-position: -120px -36px;
    }
    .icon-flag-lr[data-v-7383c6bb], .icon-flag-ls[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ls[data-v-7383c6bb]
    {
        background-position: -120px -45px;
    }
    .icon-flag-lt[data-v-7383c6bb]
    {
        background-position: -120px -54px;
    }
    .icon-flag-lt[data-v-7383c6bb], .icon-flag-lu[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-lu[data-v-7383c6bb]
    {
        background-position: -120px -63px;
    }
    .icon-flag-lv[data-v-7383c6bb]
    {
        background-position: -120px -72px;
    }
    .icon-flag-lv[data-v-7383c6bb], .icon-flag-ly[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ly[data-v-7383c6bb]
    {
        background-position: -120px -81px;
    }
    .icon-flag-ma[data-v-7383c6bb]
    {
        background-position: -120px -90px;
    }
    .icon-flag-ma[data-v-7383c6bb], .icon-flag-mc[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-mc[data-v-7383c6bb]
    {
        background-position: -120px -99px;
    }
    .icon-flag-md[data-v-7383c6bb]
    {
        background-position: -120px -108px;
    }
    .icon-flag-md[data-v-7383c6bb], .icon-flag-me[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-me[data-v-7383c6bb]
    {
        background-position: 0 -117px;
    }
    .icon-flag-mf[data-v-7383c6bb]
    {
        background-position: -12px -117px;
    }
    .icon-flag-mf[data-v-7383c6bb], .icon-flag-mg[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-mg[data-v-7383c6bb]
    {
        background-position: -24px -117px;
    }
    .icon-flag-mh[data-v-7383c6bb]
    {
        background-position: -36px -117px;
    }
    .icon-flag-mh[data-v-7383c6bb], .icon-flag-mk[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-mk[data-v-7383c6bb]
    {
        background-position: -48px -117px;
    }
    .icon-flag-ml[data-v-7383c6bb]
    {
        background-position: -60px -117px;
    }
    .icon-flag-ml[data-v-7383c6bb], .icon-flag-mm[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-mm[data-v-7383c6bb]
    {
        background-position: -72px -117px;
    }
    .icon-flag-mn[data-v-7383c6bb]
    {
        background-position: -84px -117px;
    }
    .icon-flag-mn[data-v-7383c6bb], .icon-flag-mo[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-mo[data-v-7383c6bb]
    {
        background-position: -96px -117px;
    }
    .icon-flag-mp[data-v-7383c6bb]
    {
        background-position: -108px -117px;
    }
    .icon-flag-mp[data-v-7383c6bb], .icon-flag-mq[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-mq[data-v-7383c6bb]
    {
        background-position: -120px -117px;
    }
    .icon-flag-mr[data-v-7383c6bb]
    {
        background-position: -132px 0;
    }
    .icon-flag-mr[data-v-7383c6bb], .icon-flag-ms[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ms[data-v-7383c6bb]
    {
        background-position: -132px -9px;
    }
    .icon-flag-mt[data-v-7383c6bb]
    {
        background-position: -132px -18px;
    }
    .icon-flag-mt[data-v-7383c6bb], .icon-flag-mu[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-mu[data-v-7383c6bb]
    {
        background-position: -132px -27px;
    }
    .icon-flag-mv[data-v-7383c6bb]
    {
        background-position: -132px -36px;
    }
    .icon-flag-mv[data-v-7383c6bb], .icon-flag-mw[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-mw[data-v-7383c6bb]
    {
        background-position: -132px -45px;
    }
    .icon-flag-mx[data-v-7383c6bb]
    {
        background-position: -132px -54px;
    }
    .icon-flag-mx[data-v-7383c6bb], .icon-flag-my[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-my[data-v-7383c6bb]
    {
        background-position: -132px -63px;
    }
    .icon-flag-mz[data-v-7383c6bb]
    {
        background-position: -132px -72px;
    }
    .icon-flag-mz[data-v-7383c6bb], .icon-flag-na[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-na[data-v-7383c6bb]
    {
        background-position: -132px -81px;
    }
    .icon-flag-nc[data-v-7383c6bb]
    {
        background-position: -132px -90px;
    }
    .icon-flag-nc[data-v-7383c6bb], .icon-flag-ne[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ne[data-v-7383c6bb]
    {
        background-position: -132px -99px;
    }
    .icon-flag-nf[data-v-7383c6bb]
    {
        background-position: -132px -108px;
    }
    .icon-flag-nf[data-v-7383c6bb], .icon-flag-ng[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ng[data-v-7383c6bb]
    {
        background-position: -132px -117px;
    }
    .icon-flag-ni[data-v-7383c6bb]
    {
        background-position: 0 -126px;
    }
    .icon-flag-ni[data-v-7383c6bb], .icon-flag-nl[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-nl[data-v-7383c6bb]
    {
        background-position: -12px -126px;
    }
    .icon-flag-no[data-v-7383c6bb]
    {
        background-position: -24px -126px;
    }
    .icon-flag-no[data-v-7383c6bb], .icon-flag-np[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-np[data-v-7383c6bb]
    {
        background-position: -36px -126px;
    }
    .icon-flag-nr[data-v-7383c6bb]
    {
        background-position: -48px -126px;
    }
    .icon-flag-nr[data-v-7383c6bb], .icon-flag-nu[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-nu[data-v-7383c6bb]
    {
        background-position: -60px -126px;
    }
    .icon-flag-nz[data-v-7383c6bb]
    {
        background-position: -72px -126px;
    }
    .icon-flag-nz[data-v-7383c6bb], .icon-flag-om[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-om[data-v-7383c6bb]
    {
        background-position: -84px -126px;
    }
    .icon-flag-pa[data-v-7383c6bb]
    {
        background-position: -96px -126px;
    }
    .icon-flag-pa[data-v-7383c6bb], .icon-flag-pe[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-pe[data-v-7383c6bb]
    {
        background-position: -108px -126px;
    }
    .icon-flag-pf[data-v-7383c6bb]
    {
        background-position: -120px -126px;
    }
    .icon-flag-pf[data-v-7383c6bb], .icon-flag-pg[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-pg[data-v-7383c6bb]
    {
        background-position: -132px -126px;
    }
    .icon-flag-ph[data-v-7383c6bb]
    {
        background-position: 0 -135px;
    }
    .icon-flag-ph[data-v-7383c6bb], .icon-flag-pk[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-pk[data-v-7383c6bb]
    {
        background-position: -12px -135px;
    }
    .icon-flag-pl[data-v-7383c6bb]
    {
        background-position: -24px -135px;
    }
    .icon-flag-pl[data-v-7383c6bb], .icon-flag-pm[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-pm[data-v-7383c6bb]
    {
        background-position: -36px -135px;
    }
    .icon-flag-pn[data-v-7383c6bb]
    {
        background-position: -48px -135px;
    }
    .icon-flag-pn[data-v-7383c6bb], .icon-flag-pr[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-pr[data-v-7383c6bb]
    {
        background-position: -60px -135px;
    }
    .icon-flag-ps[data-v-7383c6bb]
    {
        background-position: -72px -135px;
    }
    .icon-flag-ps[data-v-7383c6bb], .icon-flag-pt[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-pt[data-v-7383c6bb]
    {
        background-position: -84px -135px;
    }
    .icon-flag-pw[data-v-7383c6bb]
    {
        background-position: -96px -135px;
    }
    .icon-flag-pw[data-v-7383c6bb], .icon-flag-py[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-py[data-v-7383c6bb]
    {
        background-position: -108px -135px;
    }
    .icon-flag-qa[data-v-7383c6bb]
    {
        background-position: -120px -135px;
    }
    .icon-flag-qa[data-v-7383c6bb], .icon-flag-re[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-re[data-v-7383c6bb]
    {
        background-position: -132px -135px;
    }
    .icon-flag-ro[data-v-7383c6bb]
    {
        background-position: -144px 0;
    }
    .icon-flag-ro[data-v-7383c6bb], .icon-flag-rs[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-rs[data-v-7383c6bb]
    {
        background-position: -144px -9px;
    }
    .icon-flag-ru[data-v-7383c6bb]
    {
        background-position: -144px -18px;
    }
    .icon-flag-ru[data-v-7383c6bb], .icon-flag-rw[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-rw[data-v-7383c6bb]
    {
        background-position: -144px -27px;
    }
    .icon-flag-sa[data-v-7383c6bb]
    {
        background-position: -144px -36px;
    }
    .icon-flag-sa[data-v-7383c6bb], .icon-flag-sb[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-sb[data-v-7383c6bb]
    {
        background-position: -144px -45px;
    }
    .icon-flag-sc[data-v-7383c6bb]
    {
        background-position: -144px -54px;
    }
    .icon-flag-sc[data-v-7383c6bb], .icon-flag-sd[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-sd[data-v-7383c6bb]
    {
        background-position: -144px -63px;
    }
    .icon-flag-se[data-v-7383c6bb]
    {
        background-position: -144px -72px;
    }
    .icon-flag-se[data-v-7383c6bb], .icon-flag-sg[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-sg[data-v-7383c6bb]
    {
        background-position: -144px -81px;
    }
    .icon-flag-sh[data-v-7383c6bb]
    {
        background-position: -144px -90px;
    }
    .icon-flag-sh[data-v-7383c6bb], .icon-flag-si[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-si[data-v-7383c6bb]
    {
        background-position: -144px -99px;
    }
    .icon-flag-sj[data-v-7383c6bb]
    {
        background-position: -144px -108px;
    }
    .icon-flag-sj[data-v-7383c6bb], .icon-flag-sk[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-sk[data-v-7383c6bb]
    {
        background-position: -144px -117px;
    }
    .icon-flag-sl[data-v-7383c6bb]
    {
        background-position: -144px -126px;
    }
    .icon-flag-sl[data-v-7383c6bb], .icon-flag-sm[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-sm[data-v-7383c6bb]
    {
        background-position: -144px -135px;
    }
    .icon-flag-sn[data-v-7383c6bb]
    {
        background-position: 0 -144px;
    }
    .icon-flag-sn[data-v-7383c6bb], .icon-flag-so[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-so[data-v-7383c6bb]
    {
        background-position: -12px -144px;
    }
    .icon-flag-sr[data-v-7383c6bb]
    {
        background-position: -24px -144px;
    }
    .icon-flag-sr[data-v-7383c6bb], .icon-flag-ss[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ss[data-v-7383c6bb]
    {
        background-position: -36px -144px;
    }
    .icon-flag-st[data-v-7383c6bb]
    {
        background-position: -48px -144px;
    }
    .icon-flag-st[data-v-7383c6bb], .icon-flag-sv[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-sv[data-v-7383c6bb]
    {
        background-position: -60px -144px;
    }
    .icon-flag-sx[data-v-7383c6bb]
    {
        background-position: -72px -144px;
    }
    .icon-flag-sx[data-v-7383c6bb], .icon-flag-sy[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-sy[data-v-7383c6bb]
    {
        background-position: -84px -144px;
    }
    .icon-flag-sz[data-v-7383c6bb]
    {
        background-position: -96px -144px;
    }
    .icon-flag-sz[data-v-7383c6bb], .icon-flag-tc[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-tc[data-v-7383c6bb]
    {
        background-position: -108px -144px;
    }
    .icon-flag-td[data-v-7383c6bb]
    {
        background-position: -120px -144px;
    }
    .icon-flag-td[data-v-7383c6bb], .icon-flag-tf[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-tf[data-v-7383c6bb]
    {
        background-position: -132px -144px;
    }
    .icon-flag-tg[data-v-7383c6bb]
    {
        background-position: -144px -144px;
    }
    .icon-flag-tg[data-v-7383c6bb], .icon-flag-th[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-th[data-v-7383c6bb]
    {
        background-position: -156px 0;
    }
    .icon-flag-tj[data-v-7383c6bb]
    {
        background-position: -156px -9px;
    }
    .icon-flag-tj[data-v-7383c6bb], .icon-flag-tk[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-tk[data-v-7383c6bb]
    {
        background-position: -156px -18px;
    }
    .icon-flag-tl[data-v-7383c6bb]
    {
        background-position: -156px -27px;
    }
    .icon-flag-tl[data-v-7383c6bb], .icon-flag-tm[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-tm[data-v-7383c6bb]
    {
        background-position: -156px -36px;
    }
    .icon-flag-tn[data-v-7383c6bb]
    {
        background-position: -156px -45px;
    }
    .icon-flag-tn[data-v-7383c6bb], .icon-flag-to[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-to[data-v-7383c6bb]
    {
        background-position: -156px -54px;
    }
    .icon-flag-tr[data-v-7383c6bb]
    {
        background-position: -156px -63px;
    }
    .icon-flag-tr[data-v-7383c6bb], .icon-flag-tt[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-tt[data-v-7383c6bb]
    {
        background-position: -156px -72px;
    }
    .icon-flag-tv[data-v-7383c6bb]
    {
        background-position: -156px -81px;
    }
    .icon-flag-tv[data-v-7383c6bb], .icon-flag-tw[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-tw[data-v-7383c6bb]
    {
        background-position: -156px -90px;
    }
    .icon-flag-tz[data-v-7383c6bb]
    {
        background-position: -156px -99px;
    }
    .icon-flag-tz[data-v-7383c6bb], .icon-flag-ua[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ua[data-v-7383c6bb]
    {
        background-position: -156px -108px;
    }
    .icon-flag-ug[data-v-7383c6bb]
    {
        background-position: -156px -117px;
    }
    .icon-flag-ug[data-v-7383c6bb], .icon-flag-um[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-um[data-v-7383c6bb]
    {
        background-position: -156px -126px;
    }
    .icon-flag-us[data-v-7383c6bb]
    {
        background-position: -156px -135px;
    }
    .icon-flag-us[data-v-7383c6bb], .icon-flag-uy[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-uy[data-v-7383c6bb]
    {
        background-position: -156px -144px;
    }
    .icon-flag-uz[data-v-7383c6bb]
    {
        background-position: 0 -153px;
    }
    .icon-flag-uz[data-v-7383c6bb], .icon-flag-va[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-va[data-v-7383c6bb]
    {
        background-position: -12px -153px;
    }
    .icon-flag-vc[data-v-7383c6bb]
    {
        background-position: -24px -153px;
    }
    .icon-flag-vc[data-v-7383c6bb], .icon-flag-ve[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ve[data-v-7383c6bb]
    {
        background-position: -36px -153px;
    }
    .icon-flag-vg[data-v-7383c6bb]
    {
        background-position: -48px -153px;
    }
    .icon-flag-vg[data-v-7383c6bb], .icon-flag-vi[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-vi[data-v-7383c6bb]
    {
        background-position: -60px -153px;
    }
    .icon-flag-vn[data-v-7383c6bb]
    {
        background-position: -72px -153px;
    }
    .icon-flag-vn[data-v-7383c6bb], .icon-flag-vu[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-vu[data-v-7383c6bb]
    {
        background-position: -84px -153px;
    }
    .icon-flag-wf[data-v-7383c6bb]
    {
        background-position: -96px -153px;
    }
    .icon-flag-wf[data-v-7383c6bb], .icon-flag-ws[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ws[data-v-7383c6bb]
    {
        background-position: -108px -153px;
    }
    .icon-flag-xk[data-v-7383c6bb]
    {
        background-position: -120px -153px;
    }
    .icon-flag-xk[data-v-7383c6bb], .icon-flag-ye[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-ye[data-v-7383c6bb]
    {
        background-position: -132px -153px;
    }
    .icon-flag-yt[data-v-7383c6bb]
    {
        background-position: -144px -153px;
    }
    .icon-flag-yt[data-v-7383c6bb], .icon-flag-za[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-za[data-v-7383c6bb]
    {
        background-position: -156px -153px;
    }
    .icon-flag-zm[data-v-7383c6bb]
    {
        background-position: -168px 0;
    }
    .icon-flag-zm[data-v-7383c6bb], .icon-flag-zw[data-v-7383c6bb]
    {
        background-size: 180px 162px;
        height: 9px;
        width: 12px;
    }
    .icon-flag-zw[data-v-7383c6bb]
    {
        background-position: -168px -9px;
    }
}
.phone-code-wrapper[data-v-7383c6bb]
{
    position: relative;
}
.phone-code-preloader[data-v-7383c6bb]
{
    background: #fff;
    border-radius: 3px;
    height: 30px;
    width: 100%;
}
.phone-item[data-v-7383c6bb]
{
    display: flex;
    font-size: 1.2rem;
    gap: 5px;
    white-space: break-spaces;
}
.phone-item_selected[data-v-7383c6bb]
{
    gap: 2px;
}
.phone-item__image[data-v-7383c6bb]
{
    min-width: 15px;
}
.phone-item__code_selected[data-v-7383c6bb]
{
    max-width: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.phone-item__title[data-v-7383c6bb]
{
    flex-basis: 100%;
    white-space: normal;
}
.phone-search-empty[data-v-7383c6bb]
{
    font-size: 1.2rem;
    padding: 0 0 0 10px;
    text-align: left;
}
@keyframes placeholder-2436a9d1
{
    0%
    {
        background-position: -1200px 0;
    }
    to
    {
        background-position: 1200px 0;
    }
}
@keyframes zommy-2436a9d1
{
    0%
    {
        transform: scale(1);
    }
    17%
    {
        transform: scale(1.2);
    }
    34%
    {
        transform: scale(.8);
    }
    51%
    {
        transform: scale(1.1);
    }
    68%
    {
        transform: scale(.9);
    }
    85%
    {
        transform: scale(1.05);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes pulse-2436a9d1
{
    0%
    {
        box-shadow: 0 0 #f9b24266;
    }
    70%
    {
        box-shadow: 0 0 0 10px #f9b24200;
    }
    to
    {
        box-shadow: 0 0 #f9b24200;
    }
}
@keyframes rubber-band-2436a9d1
{
    0%
    {
        opacity: .5;
        transform: scale3d(1.03,.8,1);
    }
    30%
    {
        transform: scale3d(.99,.8,1);
    }
    50%
    {
        transform: scale3d(1.02,.96,1);
    }
    65%
    {
        transform: scale3d(.99,1.05,1);
    }
    75%
    {
        transform: scale3d(1.01,1.01,1);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes circle-out-2436a9d1
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes bounceShow-2436a9d1
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    80%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes bounce-show-2x-2436a9d1
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOut_2x-2436a9d1
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 0;
        transform: scale(0);
    }
}
@keyframes bounceShow_3x-2436a9d1
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.7);
    }
    80%
    {
        transform: scale(.8);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOutLeft-2436a9d1
{
    20%
    {
        opacity: 1;
        transform: translate3d(20px,0,0);
    }
    to
    {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }
}
@keyframes slideBounceInLeft-2436a9d1
{
    0%
    {
        opacity: 0;
        transform: translate(500px);
    }
    80%
    {
        opacity: .8;
        transform: translate(-30px);
    }
    to
    {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes slideOutRight-2436a9d1
{
    0%
    {
        opacity: 1;
        transform: translate(0);
    }
    to
    {
        opacity: 0;
        transform: translate(500px);
    }
}
@keyframes bounceIn-2436a9d1
{
    0%, 20%, 40%, 60%, 80%, to
    {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }
    20%
    {
        transform: scale3d(1.1,1.1,1.1);
    }
    40%
    {
        transform: scale3d(.9,.9,.9);
    }
    60%
    {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03);
    }
    80%
    {
        transform: scale3d(.97,.97,.97);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes scaleOut-2436a9d1
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    to
    {
        opacity: 0;
        transform: scale(1.3);
        transform-origin: center center;
    }
}
@keyframes scaleIn-2436a9d1
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeIn-2436a9d1
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeOutSelectedTableRow-2436a9d1
{
    0%
    {
        background: #797979;
    }
    to
    {
        background: transparent;
    }
}
@keyframes shake-horizontal-2436a9d1
{
    0%
    {
        transform: translate(0);
    }
    4.41177%
    {
        transform: translate(5px);
    }
    8.82353%
    {
        transform: translate(0);
    }
    13.23529%
    {
        transform: translate(5px);
    }
    17.64706%
    {
        transform: translate(0);
    }
    22.05882%
    {
        transform: translate(5px);
    }
    26.47059%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(0);
    }
}
@keyframes scaleInRotate-2436a9d1
{
    to
    {
        opacity: 1;
        transform: rotate(1turn);
    }
}
@keyframes shrink-bounce-2436a9d1
{
    0%
    {
        transform: scale(1);
    }
    33%
    {
        transform: scale(.85);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes checkbox-check-2436a9d1
{
    0%
    {
        border-color: #f9b242;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #f9b242;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-is-credited-2436a9d1
{
    0%
    {
        border-color: #13100e;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #13100e;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-blow-2436a9d1
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes tada-2436a9d1
{
    0%
    {
        transform: scaleX(1);
    }
    10%, 20%
    {
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }
    40%, 60%, 80%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }
    to
    {
        transform: scaleX(1);
    }
}
@keyframes loading-bg-2436a9d1
{
    0%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(46px);
    }
}
@keyframes slideFadeTopOut-2436a9d1
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes slideFadeTopIn-2436a9d1
{
    0%
    {
        opacity: 0;
        top: -200px;
    }
    to
    {
        opacity: 1;
        top: 0;
    }
}
@keyframes loaderBarAction-2436a9d1
{
    0%
    {
        width: 100%;
    }
    to
    {
        width: 0;
    }
}
@keyframes fadeInDown-2436a9d1
{
    0%
    {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeOut-2436a9d1
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes header-fixed-show-2436a9d1
{
    0%
    {
        top: -140px;
    }
    to
    {
        top: 0;
    }
}
@keyframes mobile-menu-in-2436a9d1
{
    0%
    {
        opacity: 0;
        transform: translate3d(-100%,0,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes coin-dashboard-2436a9d1
{
    to
    {
        background-position: -350px 0;
    }
}
@keyframes coin-dashboard-mobile-2436a9d1
{
    to
    {
        background-position: -180px 0;
    }
}
@keyframes coinheader-2436a9d1
{
    to
    {
        background-position: -210px 0;
    }
}
@keyframes jackpot-alarm-2436a9d1
{
    to
    {
        background-position: -1660px 8px;
    }
}
@keyframes new-winner-bounce-2436a9d1
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(50px);
    }
    to
    {
        transform: translateY(0);
    }
}
.popup-title[data-v-2436a9d1]
{
    box-sizing: border-box;
    color: #ededed;
    font-family: Noto Sans,arial,helvetica,sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    padding: 0 30px;
    text-align: center;
}
.popup-content[data-v-2436a9d1]
{
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 320px;
    padding: 20px 20px 0;
}
.popup-restore-content[data-v-2436a9d1]
{
    padding: 25px 0;
}
.form-line[data-v-2436a9d1]
{
    display: flex;
    gap: 15px;
}
.form-line__phone[data-v-2436a9d1]
{
    min-width: 60%;
}
.form-line__submit[data-v-2436a9d1]
{
    height: 32px;
}
.form-line__submit.btn[data-v-2436a9d1]
{
    font-size: 1rem;
    letter-spacing: normal;
}
.recover-note[data-v-2436a9d1]
{
    color: #797979;
    font-size: 1.2rem;
}
.recover-note__resend[data-v-2436a9d1]
{
    cursor: pointer;
    text-decoration: underline;
}
.recover-note__resend[data-v-2436a9d1]:hover
{
    text-decoration: none;
}
.btn-back[data-v-2436a9d1]
{
    background: transparent;
    border: none;
    cursor: pointer;
    left: 25px;
    position: absolute;
    top: 25px;
}
@media(max-width: 440px)
{
    .btn-back[data-v-2436a9d1]
    {
        left: 10px;
        top: 10px;
    }
}
.btn-back[data-v-2436a9d1]:hover
{
    opacity: .5;
}
.icon-back[data-v-2436a9d1]
{
    height: 24px;
    width: 24px;
}
@keyframes placeholder-b09c60e8
{
    0%
    {
        background-position: -1200px 0;
    }
    to
    {
        background-position: 1200px 0;
    }
}
@keyframes zommy-b09c60e8
{
    0%
    {
        transform: scale(1);
    }
    17%
    {
        transform: scale(1.2);
    }
    34%
    {
        transform: scale(.8);
    }
    51%
    {
        transform: scale(1.1);
    }
    68%
    {
        transform: scale(.9);
    }
    85%
    {
        transform: scale(1.05);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes pulse-b09c60e8
{
    0%
    {
        box-shadow: 0 0 #f9b24266;
    }
    70%
    {
        box-shadow: 0 0 0 10px #f9b24200;
    }
    to
    {
        box-shadow: 0 0 #f9b24200;
    }
}
@keyframes rubber-band-b09c60e8
{
    0%
    {
        opacity: .5;
        transform: scale3d(1.03,.8,1);
    }
    30%
    {
        transform: scale3d(.99,.8,1);
    }
    50%
    {
        transform: scale3d(1.02,.96,1);
    }
    65%
    {
        transform: scale3d(.99,1.05,1);
    }
    75%
    {
        transform: scale3d(1.01,1.01,1);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes circle-out-b09c60e8
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes bounceShow-b09c60e8
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    80%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes bounce-show-2x-b09c60e8
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOut_2x-b09c60e8
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 0;
        transform: scale(0);
    }
}
@keyframes bounceShow_3x-b09c60e8
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.7);
    }
    80%
    {
        transform: scale(.8);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOutLeft-b09c60e8
{
    20%
    {
        opacity: 1;
        transform: translate3d(20px,0,0);
    }
    to
    {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }
}
@keyframes slideBounceInLeft-b09c60e8
{
    0%
    {
        opacity: 0;
        transform: translate(500px);
    }
    80%
    {
        opacity: .8;
        transform: translate(-30px);
    }
    to
    {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes slideOutRight-b09c60e8
{
    0%
    {
        opacity: 1;
        transform: translate(0);
    }
    to
    {
        opacity: 0;
        transform: translate(500px);
    }
}
@keyframes bounceIn-b09c60e8
{
    0%, 20%, 40%, 60%, 80%, to
    {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }
    20%
    {
        transform: scale3d(1.1,1.1,1.1);
    }
    40%
    {
        transform: scale3d(.9,.9,.9);
    }
    60%
    {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03);
    }
    80%
    {
        transform: scale3d(.97,.97,.97);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes scaleOut-b09c60e8
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    to
    {
        opacity: 0;
        transform: scale(1.3);
        transform-origin: center center;
    }
}
@keyframes scaleIn-b09c60e8
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeIn-b09c60e8
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeOutSelectedTableRow-b09c60e8
{
    0%
    {
        background: #797979;
    }
    to
    {
        background: transparent;
    }
}
@keyframes shake-horizontal-b09c60e8
{
    0%
    {
        transform: translate(0);
    }
    4.41177%
    {
        transform: translate(5px);
    }
    8.82353%
    {
        transform: translate(0);
    }
    13.23529%
    {
        transform: translate(5px);
    }
    17.64706%
    {
        transform: translate(0);
    }
    22.05882%
    {
        transform: translate(5px);
    }
    26.47059%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(0);
    }
}
@keyframes scaleInRotate-b09c60e8
{
    to
    {
        opacity: 1;
        transform: rotate(1turn);
    }
}
@keyframes shrink-bounce-b09c60e8
{
    0%
    {
        transform: scale(1);
    }
    33%
    {
        transform: scale(.85);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes checkbox-check-b09c60e8
{
    0%
    {
        border-color: #f9b242;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #f9b242;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-is-credited-b09c60e8
{
    0%
    {
        border-color: #13100e;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #13100e;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-blow-b09c60e8
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes tada-b09c60e8
{
    0%
    {
        transform: scaleX(1);
    }
    10%, 20%
    {
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }
    40%, 60%, 80%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }
    to
    {
        transform: scaleX(1);
    }
}
@keyframes loading-bg-b09c60e8
{
    0%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(46px);
    }
}
@keyframes slideFadeTopOut-b09c60e8
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes slideFadeTopIn-b09c60e8
{
    0%
    {
        opacity: 0;
        top: -200px;
    }
    to
    {
        opacity: 1;
        top: 0;
    }
}
@keyframes loaderBarAction-b09c60e8
{
    0%
    {
        width: 100%;
    }
    to
    {
        width: 0;
    }
}
@keyframes fadeInDown-b09c60e8
{
    0%
    {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeOut-b09c60e8
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes header-fixed-show-b09c60e8
{
    0%
    {
        top: -140px;
    }
    to
    {
        top: 0;
    }
}
@keyframes mobile-menu-in-b09c60e8
{
    0%
    {
        opacity: 0;
        transform: translate3d(-100%,0,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes coin-dashboard-b09c60e8
{
    to
    {
        background-position: -350px 0;
    }
}
@keyframes coin-dashboard-mobile-b09c60e8
{
    to
    {
        background-position: -180px 0;
    }
}
@keyframes coinheader-b09c60e8
{
    to
    {
        background-position: -210px 0;
    }
}
@keyframes jackpot-alarm-b09c60e8
{
    to
    {
        background-position: -1660px 8px;
    }
}
@keyframes new-winner-bounce-b09c60e8
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(50px);
    }
    to
    {
        transform: translateY(0);
    }
}
.form-tabs[data-v-b09c60e8]
{
    display: flex;
    margin: 0 0 25px;
}
.form-tabs__button[data-v-b09c60e8]
{
    align-items: center;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #13100e;
    color: #f9b242;
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    opacity: .5;
    padding: 6px 0;
    text-transform: uppercase;
    transition: .3s;
    width: 100%;
}
.form-tabs__button.is-active[data-v-b09c60e8]
{
    background: #13100e;
    border-bottom: 2px solid #f9b242;
    opacity: 1;
    pointer-events: none;
}
.icon-form-tabs[data-v-b09c60e8]
{
    height: 26px;
    width: auto;
}
@keyframes placeholder-ef2ccee7
{
    0%
    {
        background-position: -1200px 0;
    }
    to
    {
        background-position: 1200px 0;
    }
}
@keyframes zommy-ef2ccee7
{
    0%
    {
        transform: scale(1);
    }
    17%
    {
        transform: scale(1.2);
    }
    34%
    {
        transform: scale(.8);
    }
    51%
    {
        transform: scale(1.1);
    }
    68%
    {
        transform: scale(.9);
    }
    85%
    {
        transform: scale(1.05);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes pulse-ef2ccee7
{
    0%
    {
        box-shadow: 0 0 #f9b24266;
    }
    70%
    {
        box-shadow: 0 0 0 10px #f9b24200;
    }
    to
    {
        box-shadow: 0 0 #f9b24200;
    }
}
@keyframes rubber-band-ef2ccee7
{
    0%
    {
        opacity: .5;
        transform: scale3d(1.03,.8,1);
    }
    30%
    {
        transform: scale3d(.99,.8,1);
    }
    50%
    {
        transform: scale3d(1.02,.96,1);
    }
    65%
    {
        transform: scale3d(.99,1.05,1);
    }
    75%
    {
        transform: scale3d(1.01,1.01,1);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes circle-out-ef2ccee7
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes bounceShow-ef2ccee7
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    80%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes bounce-show-2x-ef2ccee7
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOut_2x-ef2ccee7
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 0;
        transform: scale(0);
    }
}
@keyframes bounceShow_3x-ef2ccee7
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.7);
    }
    80%
    {
        transform: scale(.8);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOutLeft-ef2ccee7
{
    20%
    {
        opacity: 1;
        transform: translate3d(20px,0,0);
    }
    to
    {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }
}
@keyframes slideBounceInLeft-ef2ccee7
{
    0%
    {
        opacity: 0;
        transform: translate(500px);
    }
    80%
    {
        opacity: .8;
        transform: translate(-30px);
    }
    to
    {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes slideOutRight-ef2ccee7
{
    0%
    {
        opacity: 1;
        transform: translate(0);
    }
    to
    {
        opacity: 0;
        transform: translate(500px);
    }
}
@keyframes bounceIn-ef2ccee7
{
    0%, 20%, 40%, 60%, 80%, to
    {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }
    20%
    {
        transform: scale3d(1.1,1.1,1.1);
    }
    40%
    {
        transform: scale3d(.9,.9,.9);
    }
    60%
    {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03);
    }
    80%
    {
        transform: scale3d(.97,.97,.97);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes scaleOut-ef2ccee7
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    to
    {
        opacity: 0;
        transform: scale(1.3);
        transform-origin: center center;
    }
}
@keyframes scaleIn-ef2ccee7
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeIn-ef2ccee7
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeOutSelectedTableRow-ef2ccee7
{
    0%
    {
        background: #797979;
    }
    to
    {
        background: transparent;
    }
}
@keyframes shake-horizontal-ef2ccee7
{
    0%
    {
        transform: translate(0);
    }
    4.41177%
    {
        transform: translate(5px);
    }
    8.82353%
    {
        transform: translate(0);
    }
    13.23529%
    {
        transform: translate(5px);
    }
    17.64706%
    {
        transform: translate(0);
    }
    22.05882%
    {
        transform: translate(5px);
    }
    26.47059%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(0);
    }
}
@keyframes scaleInRotate-ef2ccee7
{
    to
    {
        opacity: 1;
        transform: rotate(1turn);
    }
}
@keyframes shrink-bounce-ef2ccee7
{
    0%
    {
        transform: scale(1);
    }
    33%
    {
        transform: scale(.85);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes checkbox-check-ef2ccee7
{
    0%
    {
        border-color: #f9b242;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #f9b242;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-is-credited-ef2ccee7
{
    0%
    {
        border-color: #13100e;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #13100e;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-blow-ef2ccee7
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes tada-ef2ccee7
{
    0%
    {
        transform: scaleX(1);
    }
    10%, 20%
    {
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }
    40%, 60%, 80%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }
    to
    {
        transform: scaleX(1);
    }
}
@keyframes loading-bg-ef2ccee7
{
    0%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(46px);
    }
}
@keyframes slideFadeTopOut-ef2ccee7
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes slideFadeTopIn-ef2ccee7
{
    0%
    {
        opacity: 0;
        top: -200px;
    }
    to
    {
        opacity: 1;
        top: 0;
    }
}
@keyframes loaderBarAction-ef2ccee7
{
    0%
    {
        width: 100%;
    }
    to
    {
        width: 0;
    }
}
@keyframes fadeInDown-ef2ccee7
{
    0%
    {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeOut-ef2ccee7
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes header-fixed-show-ef2ccee7
{
    0%
    {
        top: -140px;
    }
    to
    {
        top: 0;
    }
}
@keyframes mobile-menu-in-ef2ccee7
{
    0%
    {
        opacity: 0;
        transform: translate3d(-100%,0,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes coin-dashboard-ef2ccee7
{
    to
    {
        background-position: -350px 0;
    }
}
@keyframes coin-dashboard-mobile-ef2ccee7
{
    to
    {
        background-position: -180px 0;
    }
}
@keyframes coinheader-ef2ccee7
{
    to
    {
        background-position: -210px 0;
    }
}
@keyframes jackpot-alarm-ef2ccee7
{
    to
    {
        background-position: -1660px 8px;
    }
}
@keyframes new-winner-bounce-ef2ccee7
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(50px);
    }
    to
    {
        transform: translateY(0);
    }
}
.popup-title[data-v-ef2ccee7]
{
    box-sizing: border-box;
    color: #ededed;
    font-family: Noto Sans,arial,helvetica,sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    padding: 0 20px;
    text-align: center;
}
.popup-content[data-v-ef2ccee7]
{
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 260px;
}
.popup-footer[data-v-ef2ccee7]
{
    border-top: 1px solid #797979;
    padding: 10px 0 0;
    text-align: center;
}
.form-line-phone[data-v-ef2ccee7]
{
    display: flex;
    gap: 5px;
}
.form-line-submit[data-v-ef2ccee7]
{
    padding: 20px 0;
}
.phone-code[data-v-ef2ccee7]
{
    width: 90px;
}
.restore-note[data-v-ef2ccee7]
{
    font-size: 1.2rem;
    margin: 0 0 25px;
    min-height: 45px;
    text-align: center;
    text-transform: uppercase;
}
@keyframes placeholder-7548b609
{
    0%
    {
        background-position: -1200px 0;
    }
    to
    {
        background-position: 1200px 0;
    }
}
@keyframes zommy-7548b609
{
    0%
    {
        transform: scale(1);
    }
    17%
    {
        transform: scale(1.2);
    }
    34%
    {
        transform: scale(.8);
    }
    51%
    {
        transform: scale(1.1);
    }
    68%
    {
        transform: scale(.9);
    }
    85%
    {
        transform: scale(1.05);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes pulse-7548b609
{
    0%
    {
        box-shadow: 0 0 #f9b24266;
    }
    70%
    {
        box-shadow: 0 0 0 10px #f9b24200;
    }
    to
    {
        box-shadow: 0 0 #f9b24200;
    }
}
@keyframes rubber-band-7548b609
{
    0%
    {
        opacity: .5;
        transform: scale3d(1.03,.8,1);
    }
    30%
    {
        transform: scale3d(.99,.8,1);
    }
    50%
    {
        transform: scale3d(1.02,.96,1);
    }
    65%
    {
        transform: scale3d(.99,1.05,1);
    }
    75%
    {
        transform: scale3d(1.01,1.01,1);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes circle-out-7548b609
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes bounceShow-7548b609
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    80%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes bounce-show-2x-7548b609
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOut_2x-7548b609
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.1);
    }
    80%
    {
        transform: scale(.9);
    }
    to
    {
        opacity: 0;
        transform: scale(0);
    }
}
@keyframes bounceShow_3x-7548b609
{
    0%
    {
        opacity: 0;
        transform: scale(0);
    }
    40%
    {
        opacity: 1;
        transform: scale(1.7);
    }
    80%
    {
        transform: scale(.8);
    }
    to
    {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounceOutLeft-7548b609
{
    20%
    {
        opacity: 1;
        transform: translate3d(20px,0,0);
    }
    to
    {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }
}
@keyframes slideBounceInLeft-7548b609
{
    0%
    {
        opacity: 0;
        transform: translate(500px);
    }
    80%
    {
        opacity: .8;
        transform: translate(-30px);
    }
    to
    {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes slideOutRight-7548b609
{
    0%
    {
        opacity: 1;
        transform: translate(0);
    }
    to
    {
        opacity: 0;
        transform: translate(500px);
    }
}
@keyframes bounceIn-7548b609
{
    0%, 20%, 40%, 60%, 80%, to
    {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }
    20%
    {
        transform: scale3d(1.1,1.1,1.1);
    }
    40%
    {
        transform: scale3d(.9,.9,.9);
    }
    60%
    {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03);
    }
    80%
    {
        transform: scale3d(.97,.97,.97);
    }
    to
    {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes scaleOut-7548b609
{
    0%
    {
        opacity: 1;
        transform: scale(1);
    }
    to
    {
        opacity: 0;
        transform: scale(1.3);
        transform-origin: center center;
    }
}
@keyframes scaleIn-7548b609
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeIn-7548b609
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeOutSelectedTableRow-7548b609
{
    0%
    {
        background: #797979;
    }
    to
    {
        background: transparent;
    }
}
@keyframes shake-horizontal-7548b609
{
    0%
    {
        transform: translate(0);
    }
    4.41177%
    {
        transform: translate(5px);
    }
    8.82353%
    {
        transform: translate(0);
    }
    13.23529%
    {
        transform: translate(5px);
    }
    17.64706%
    {
        transform: translate(0);
    }
    22.05882%
    {
        transform: translate(5px);
    }
    26.47059%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(0);
    }
}
@keyframes scaleInRotate-7548b609
{
    to
    {
        opacity: 1;
        transform: rotate(1turn);
    }
}
@keyframes shrink-bounce-7548b609
{
    0%
    {
        transform: scale(1);
    }
    33%
    {
        transform: scale(.85);
    }
    to
    {
        transform: scale(1);
    }
}
@keyframes checkbox-check-7548b609
{
    0%
    {
        border-color: #f9b242;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #f9b242;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-is-credited-7548b609
{
    0%
    {
        border-color: #13100e;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 7px;
    }
    to
    {
        border-color: #13100e;
        height: 15px;
        transform: translate3d(0,-15px,0) rotate(45deg);
        width: 7px;
    }
}
@keyframes checkbox-check-blow-7548b609
{
    0%
    {
        opacity: 1;
        transform: scale(0);
    }
    to
    {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes tada-7548b609
{
    0%
    {
        transform: scaleX(1);
    }
    10%, 20%
    {
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }
    40%, 60%, 80%
    {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }
    to
    {
        transform: scaleX(1);
    }
}
@keyframes loading-bg-7548b609
{
    0%
    {
        transform: translate(0);
    }
    to
    {
        transform: translate(46px);
    }
}
@keyframes slideFadeTopOut-7548b609
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes slideFadeTopIn-7548b609
{
    0%
    {
        opacity: 0;
        top: -200px;
    }
    to
    {
        opacity: 1;
        top: 0;
    }
}
@keyframes loaderBarAction-7548b609
{
    0%
    {
        width: 100%;
    }
    to
    {
        width: 0;
    }
}
@keyframes fadeInDown-7548b609
{
    0%
    {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeOut-7548b609
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes header-fixed-show-7548b609
{
    0%
    {
        top: -140px;
    }
    to
    {
        top: 0;
    }
}
@keyframes mobile-menu-in-7548b609
{
    0%
    {
        opacity: 0;
        transform: translate3d(-100%,0,0);
    }
    to
    {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes coin-dashboard-7548b609
{
    to
    {
        background-position: -350px 0;
    }
}
@keyframes coin-dashboard-mobile-7548b609
{
    to
    {
        background-position: -180px 0;
    }
}
@keyframes coinheader-7548b609
{
    to
    {
        background-position: -210px 0;
    }
}
@keyframes jackpot-alarm-7548b609
{
    to
    {
        background-position: -1660px 8px;
    }
}
@keyframes new-winner-bounce-7548b609
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(50px);
    }
    to
    {
        transform: translateY(0);
    }
}
.popup-title[data-v-7548b609]
{
    color: #ededed;
    font-family: Noto Sans,arial,helvetica,sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}
.popup-content[data-v-7548b609]
{
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
    width: 260px;
}
.icon-two-fact[data-v-7548b609]
{
    display: block;
    height: 102px;
    margin: 15px auto 30px;
    width: 100px;
}
.two-fact-content[data-v-7548b609]
{
    margin: 0 auto;
    width: 170px;
}
.form-line_input[data-v-7548b609]
{
    margin: 0 auto;
    text-align: left;
    width: 110px;
}
.form-line_submit[data-v-7548b609]
{
    margin: 15px 0 0;
}
.two-factor-form[data-v-7548b609]
{
    margin: 40px 0;
}