﻿@keyframes styles_rotate__FqoI0
{
    to
    {
        transform: rotate(1turn);
    }
}
@keyframes styles_dash__TQZYL
{
    0%
    {
        stroke-dasharray: 0,150;
        stroke-dashoffset: 0;
    }
    50%
    {
        stroke-dasharray: 100,150;
        stroke-dashoffset: -24;
    }
    to
    {
        stroke-dasharray: 0,150;
        stroke-dashoffset: -124;
    }
}
@keyframes styles_color___sJCw
{
    0%, to
    {
        stroke: #fff;
    }
    25%
    {
        stroke: #fff;
    }
    50%
    {
        stroke: #fff;
    }
    75%
    {
        stroke: #fff;
    }
}
.styles_spinner__MgnBb
{
    animation: styles_rotate__FqoI0 2.625s linear infinite;
    transform-origin: center;
}
.styles_path__IPGsE
{
    animation: styles_dash__TQZYL 1.5s ease-in-out infinite,styles_color___sJCw 6s ease-in-out .75s infinite;
    stroke: #fff;
    stroke-linecap: round;
}
.styles_container__uANwi
{
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.styles_button__TuHn_
{
    margin-right: 10px;
    border: none;
    font-size: 14px;
    font-family: Roboto Flex Bold;
    padding: 10px;
    width: 44px;
    border-radius: 13px;
    background: none;
    cursor: pointer;
}
.styles_button__TuHn_.styles_background___DTA4
{
    background: #292d50;
}
.styles_button__TuHn_.styles_withText__xfKFi
{
    width: auto;
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.styles_text__Ad_Yk
{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: Roboto Flex Bold;
    text-transform: uppercase;
}
.styles_container__sNHG4
{
    background: url(../../willbetgambling/image/all-games-bg.svg) 50% no-repeat,linear-gradient(75.48deg,#554bf3 34.27%,#5e9dea 92.1%);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    transition: background .3s;
}
.styles_container__sNHG4:hover
{
    background-position: 10% -50%;
}
.styles_text__joMc_
{
    color: #fff;
    text-align: center;
    font-family: Roboto Flex Medium,sans-serif;
    font-size: 13px;
}
.styles_button__JmoVK
{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.styles_button__JmoVK img
{
    width: 20px;
    height: 20px;
}
.styles_container__ghgVH
{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    border-radius: 10px;
    border: 1.5px solid #292d50;
}
.styles_container__ghgVH>div
{
    padding: 10px 0;
    height: 100%;
}
.styles_container__ghgVH>div:first-child
{
    border-right: 1px solid #292d50;
}
.styles_container__ghgVH>div:last-child
{
    border-left: 1px solid #292d50;
}
.styles_input__kRiEC
{
    font-size: 24px;
    line-height: 30px;
    font-family: Roboto Flex Bold;
    color: #fff;
    text-align: center;
    background: transparent;
    outline: none;
    border: none;
}
.styles_helper__V_37g
{
    font-family: Roboto Flex Medium,sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin: 5px 0 0;
    width: 100%;
    min-height: 13px;
    color: #ff1708;
}
.styles_container__28IkA
{
    height: 46px;
    position: relative;
    display: flex;
    align-items: center;
}
.styles_container__28IkA>div:not(:last-child):before
{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #fd6493;
    z-index: 1;
}
.styles_item__cHhsD
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
}
.styles_item__cHhsD.styles_active__vMD04:after
{
    opacity: 1;
}
.styles_item__cHhsD:after
{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: -1px;
    transition: background-color .3s ease,opacity .3s ease;
    background-color: #fd6493;
    z-index: 2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
}
.styles_item__cHhsD:hover:after
{
    background-color: #fd6493;
    opacity: 1;
}
.styles_border__ylFXJ
{
    border: 1px solid #fd6493;
    border-radius: 10px;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    right: 0;
}
.styles_label__pX3_N
{
    position: relative;
    z-index: 10;
}
.styles_btn__3rM40
{
    color: #fff;
    font-family: Roboto Flex Bold;
    font-size: 14px;
    line-height: 17px;
    padding: 0 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    width: 100%;
    position: relative;
    cursor: pointer;
    border: none;
    text-transform: none;
}
.styles_btn__3rM40.styles_upper___3JTo
{
    text-transform: uppercase;
}
.styles_btn__3rM40:disabled
{
    opacity: .2;
    cursor: not-allowed;
}
.styles_btn__3rM40.styles_outline-gradient__s0eBm
{
    background: transparent;
    color: #020201;
}
.styles_btn__3rM40.styles_outline-gradient__s0eBm:hover
{
    background: #fd6493;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-gradient__s0eBm:hover:disabled
{
    background: transparent;
    color: #020201;
}
.styles_btn__3rM40.styles_outline-gradient__s0eBm:active
{
    background: #f2501c;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-gradient__s0eBm:active:disabled
{
    background: transparent;
    color: #020201;
}
.styles_btn__3rM40.styles_outline-danger__31vxa
{
    background: transparent;
    color: #fd6493;
    border: 1px solid #fd6493;
}
.styles_btn__3rM40.styles_outline-danger__31vxa:hover
{
    background: #fd6493;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-danger__31vxa:hover:disabled
{
    background: transparent;
    color: #fd6493;
}
.styles_btn__3rM40.styles_outline-danger__31vxa:active
{
    background: #f2501c;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-danger__31vxa:active:disabled
{
    background: transparent;
    color: #fdb913;
}
.styles_btn__3rM40.styles_outline-primary__wSqR0
{
    background: transparent;
    color: #fd6493;
    border: 1px solid #fd6493;
}
.styles_btn__3rM40.styles_outline-primary__wSqR0:hover
{
    background: #fd6493;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-primary__wSqR0:hover:disabled
{
    background: transparent;
    color: #fd6493;
}
.styles_btn__3rM40.styles_outline-primary__wSqR0:active
{
    background: #f2501c;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-primary__wSqR0:active:disabled
{
    background: transparent;
    color: #020201;
}
.styles_btn__3rM40.styles_outline-black__R4b_L
{
    background: transparent;
    color: #21232f;
}
.styles_btn__3rM40.styles_outline-black__R4b_L:active, .styles_btn__3rM40.styles_outline-black__R4b_L:hover
{
    background: #21232f;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-blue__rk8aG
{
    background: transparent;
    color: "#fff";
}
.styles_btn__3rM40.styles_outline-blue__rk8aG:active, .styles_btn__3rM40.styles_outline-blue__rk8aG:hover
{
    background: #4562fa;
    color: #fff;
}
.styles_btn__3rM40.styles_border-green__LTPl8
{
    border: 2px solid #00c667;
}
.styles_btn__3rM40.styles_bg-green__geqA7
{
    background: #00c667;
}
.styles_btn__3rM40.styles_bg-primary__GMSPW
{
    background: #fd6493;
}
.styles_btn__3rM40.styles_border-red__ZY_T4
{
    border: 2px solid #ff1708;
}
.styles_btn__3rM40.styles_bg-red__wyTqU
{
    background: #ff1708;
}
.styles_btn__3rM40.styles_border-orange__epL7I
{
    border: 2px solid #020201;
}
.styles_btn__3rM40.styles_border-orange__epL7I:hover
{
    border: 2px solid #fd6493;
}
.styles_btn__3rM40.styles_border-orange__epL7I:active
{
    border: 2px solid #f2501c;
}
.styles_btn__3rM40.styles_bg-gradient__iVRyk
{
    background: linear-gradient(118.89deg,#ff9c07 5.59%,#ffec88 53.74%,#ffba07);
    border-bottom-width: 0;
    color: #060606;
    box-shadow: none;
    transition: all .3s ease;
}
.styles_btn__3rM40.styles_bg-gradient__iVRyk:hover
{
    color: #060606;
    background: linear-gradient(318.89deg,#ff9c07 5.59%,#ffec88 53.74%,#ffba07);
    transition: all .3s ease;
}
.styles_btn__3rM40.styles_bg-gradient__iVRyk:active
{
    color: #060606;
    outline: none;
    background: linear-gradient(270.89deg,#ff9c07 5.59%,#ffec88 53.74%,#ffba07);
    transition: all .3s ease;
}
.styles_btn__3rM40.styles_bg-trans__qSvAB
{
    background: transparent;
    color: #988c92;
}
.styles_btn__3rM40.styles_border-blue__m3xM2
{
    border: 2px solid #4562fa;
}
.styles_btn__3rM40.styles_border-blue__m3xM2:hover
{
    border: 2px solid #5f78ff;
}
.styles_btn__3rM40.styles_border-blue__m3xM2:active
{
    border: 2px solid #1545be;
}
.styles_btn__3rM40.styles_bg-blue__ZHDd0
{
    background: #4562fa;
}
.styles_btn__3rM40.styles_bg-blue__ZHDd0:hover
{
    background: #5f78ff;
}
.styles_btn__3rM40.styles_bg-blue__ZHDd0:active
{
    background: #1545be;
}
.styles_btn__3rM40.styles_border-black__8KKWt
{
    border: 2px solid #21232f;
}
.styles_btn__3rM40.styles_border-black__8KKWt:hover
{
    border: 2px solid #181921;
}
.styles_btn__3rM40.styles_border-black__8KKWt:active
{
    border: 2px solid #0e0f11;
}
.styles_btn__3rM40.styles_bg-black__nGKi6
{
    background: #21232f;
}
.styles_btn__3rM40.styles_bg-black__nGKi6:hover
{
    background: #181921;
}
.styles_btn__3rM40.styles_bg-black__nGKi6:active
{
    background: #0e0f11;
}
.styles_spinnerContainer__WXv26
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.styles_buttonWrapper__DkR3R
{
    position: relative;
    margin: 0 auto;
}
.styles_button__qm4Cw
{
    cursor: pointer;
    border: none;
    border-radius: 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 22px;
    padding: 16px 30px;
    font-family: Roboto Flex Medium,sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.styles_button__qm4Cw:disabled
{
    opacity: .5;
    cursor: not-allowed;
}
.styles_button__qm4Cw:after, .styles_button__qm4Cw:before
{
    content: " ";
    position: absolute;
    border-radius: 10px;
}
.styles_button__qm4Cw:before
{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    background: linear-gradient(118.89deg,#ff9c07 5.59%,#ffec88 53.74%,#ffba07);
}
.styles_button__qm4Cw:after
{
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: linear-gradient(90deg,#fb5d09,#fca61b 113.48%);
    z-index: -1;
    opacity: 1;
}
.styles_button__qm4Cw:disabled:hover:after
{
    opacity: 1;
}
.styles_button__qm4Cw:hover:after
{
    opacity: 0;
}
@media(max-width: 767px)
{
    .styles_button__qm4Cw
    {
        padding: 13px 20px;
        font-size: 16px;
    }
}
.styles_button__rCdKk
{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #262a4b;
}
.styles_button__rCdKk path
{
    fill: #afb7c6!important;
}
.styles_mobileSearchButton__PtQyY
{
    position: absolute;
    right: 71px;
    top: 12px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #262a4b;
}
.styles_mobileSearchButton__PtQyY path
{
    fill: #afb7c6!important;
}
.styles_container__cGu0H
{
    color: #afb7c6;
}
.styles_container__cGu0H svg
{
    fill: currentColor;
}
.styles_button__BUYie
{
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #0e0f11;
}
.styles_button__BUYie, .styles_button__lOrFs
{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.styles_button__lOrFs
{
    color: #020201;
    margin: 25px auto 0;
    font-family: Roboto Flex Medium,sans-serif;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 10px;
    border-radius: 20px;
    transition: all .3s ease;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    border: 1.5px solid rgba(243,104,71,.25);
    background: transparent;
    max-width: 120px;
}
.styles_button__lOrFs:active, .styles_button__lOrFs:hover
{
    background: #020201;
    color: #fff;
}
@media(max-width: 1279px)
{
    .styles_button__lOrFs
    {
        margin: 30px auto 0;
    }
}
.Collapse_header__e6aXL
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: inherit;
    min-height: 23px;
}
.Collapse_header__e6aXL:hover
{
    color: #fd6493;
}
.Collapse_header__e6aXL.Collapse_isOpened__25Fez .Collapse_arrow__hZT_r svg
{
    transform: rotate(0);
}
.Collapse_arrow__hZT_r
{
    fill: currentColor;
    width: 23px;
    height: 23px;
    border-radius: 4px;
    background-color: rgba(13,15,46,.95);
}
.Collapse_arrow__hZT_r svg
{
    transform: rotate(-180deg);
    transition: transform .3s ease;
}
.styles_dividedLine__lu5kq
{
    border: .5px solid hsla(0,0%,100%,.16);
    margin: 25px 0;
}
.styles_container__OHb7j
{
    height: 286px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.styles_error__d0s4C
{
    color: #ff1708;
    font-family: Roboto Flex;
    margin-top: 2px;
    position: absolute;
    font-size: 11px;
    line-height: 13px;
    margin-left: 10px;
}
.styles_container__fc2pe
{
    display: flex;
    align-items: center;
    padding: 4px 12px;
    font-size: 14px;
    font-family: Gilroy Semibold;
    border-radius: 4px;
    border: 1px solid rgba(172,174,201,.3);
    background: #17206b;
    cursor: pointer;
}
.styles_container__fc2pe span
{
    display: inline-block;
    margin-left: 8px;
    background: #bef3ff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.styles_container__fc2pe img
{
    display: block;
    width: 16px;
    height: 16px;
}
.pagination-container ul
{
    display: flex;
    padding: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.pagination-container ul>li
{
    margin: 0 3px;
}
.pagination-container ul>li.selected>a
{
    color: #fff;
    border: 1px solid #fd6493;
    background: #fd6493;
}
.pagination-container ul>li.selected>a:hover
{
    color: #fff;
    background: #fd6493!important;
}
.pagination-container ul>li.disabled>a
{
    border: none;
    color: #988c92;
}
.pagination-container ul>li.disabled>a path
{
    fill: #988c92;
}
.pagination-container ul>li.disabled>a:hover
{
    color: #988c92;
    background: transparent!important;
}
.pagination-container ul>li.disabled>a:hover path
{
    fill: #988c92;
}
.pagination-container ul>li>a
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 3px 6px;
    border-radius: 8px;
    border: 1px solid hsla(0,0%,100%,.3);
    cursor: pointer;
    color: #03051d;
    background: #fff;
    transition: background .3s;
}
.pagination-container ul>li>a path
{
    fill: #03051d;
}
.pagination-container ul>li>a:hover
{
    color: #fff;
    background: #fd6493;
}
.pagination-container ul>li>a:hover path
{
    fill: #fff;
}
.pagination-container ul>li.next>a:hover, .pagination-container ul>li.previous>a:hover
{
    background: #fd6493;
}
.pagination-container ul>li.disabled>a
{
    background: transparent;
    cursor: default;
}
.styles_button__KCKem
{
    background: #1b1f42;
    padding: 5px 7px;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    color: #fff;
    width: auto;
    height: 28px;
    display: flex;
    grid-gap: 10px;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
}
@media(max-width: 1279px)
{
    .styles_button__KCKem
    {
        justify-content: center;
    }
}
.styles_container__5AH6j
{
    position: absolute;
    right: -35px;
    top: 12px;
}
@media(max-width: 1279px)
{
    .styles_container__5AH6j
    {
        right: 10px;
    }
}
@media(max-width: 767px)
{
    .styles_container__5AH6j
    {
        right: 10px;
        top: 11px;
    }
}
.styles_button__iatVP
{
    background: #1c1d27;
    padding: 7px;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    grid-gap: 10px;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
}
@media(max-width: 1279px)
{
    .styles_button__iatVP
    {
        justify-content: center;
    }
}
.styles_wrapper__9Oufy
{
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 6px;
}
.styles_wrapper__9Oufy.styles_fill___Hy6I
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.styles_wrapper__9Oufy.styles_responsive__Iorr2
{
    width: 100%;
    height: 100%;
}
.styles_image__zB2Le
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.styles_image__zB2Le.styles_loaded__xbjdC:not(.styles_has-error__ydR4K)+div
{
    opacity: 0;
    z-index: -1;
}
.styles_placeholderWrapper__e0vaE
{
    will-change: opacity,z-index;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #1b1f42;
    transition: opacity .3s ease;
}
.styles_button__wT8Av
{
    font-family: Gilroy Semibold;
    cursor: pointer;
    border: none;
}
.styles_button__wT8Av span
{
    background: linear-gradient(119deg,#ff9c07 5.59%,#ffec88 53.74%,#ffba07);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
@media(max-width: 767px)
{
    .styles_button__wT8Av span
    {
        background: linear-gradient(119deg,#ff9c07 5.59%,#ffec88 53.74%,#ffba07);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .styles_button__wT8Av
    {
        padding: 0;
    }
}
.styles_button__wT8Av.styles_normal___2E9a
{
    border-radius: 12px;
    background: transparent;
}
@media(max-width: 1439px)
{
    .styles_button__wT8Av.styles_normal___2E9a
    {
        font-size: 13px;
    }
}
@media(max-width: 767px)
{
    .styles_button__wT8Av.styles_normal___2E9a
    {
        background: transparent;
        font-size: 13px;
    }
}
.styles_button__wT8Av.styles_small__K911D
{
    font-size: 12px;
    line-height: 16px;
    background: transparent;
}
.styles_button__wT8Av.styles_small__K911D:active span, .styles_button__wT8Av.styles_small__K911D:focus span
{
    text-decoration: none!important;
}
.styles_button__wT8Av.styles_small__K911D:hover span
{
    text-decoration: underline;
}
.styles_button__wT8Av:active span, .styles_button__wT8Av:focus span
{
    text-decoration: none!important;
}
.styles_button__wT8Av:hover span
{
    text-decoration: underline;
}
.styles_button__wT8Av:active, .styles_button__wT8Av:focus
{
    outline: none;
}
@media(max-width: 1279px)
{
    .styles_button__wT8Av
    {
        font-size: 14px;
        line-height: 17px;
        background: transparent;
        width: 100%;
        height: 100%;
    }
    .styles_button__wT8Av:active, .styles_button__wT8Av:focus
    {
        background: #1545be;
    }
}
.styles_button__31DEE
{
    background: linear-gradient(118.89deg,#ff9c07 5.59%,#ffec88 53.74%,#ffba07);
    box-shadow: 0 8px 20px rgba(0,0,0,.7);
    color: #03051d;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    font-family: Roboto Flex Medium,sans-serif;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.3;
}
.styles_button__31DEE img
{
    fill: currentColor;
}
@media(max-width: 767px)
{
    .styles_button__31DEE
    {
        border-radius: 8px;
    }
}
.styles_button__31DEE span
{
    text-decoration: none!important;
    display: inline-block;
}
.styles_button__31DEE .styles_withActive__B9GG9
{
    display: none;
}
.styles_button__31DEE img
{
    margin-right: 9px;
    width: 18px;
    height: 18px;
    filter: none;
}
.styles_button__31DEE.styles_small__eHlRX
{
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 13px;
    gap: 6px;
}
.styles_button__31DEE.styles_small__eHlRX img
{
    width: 12px;
    height: 12px;
}
.styles_button__31DEE:hover
{
    background: linear-gradient(118.89deg,#ffec88 5.59%,#ff9c07 53.74%,#ffba07);
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
}
.styles_button__31DEE:active, .styles_button__31DEE:focus
{
    background: linear-gradient(118.89deg,#ffec88 5.59%,#ffba07 53.74%,#ff9c07);
    color: #03051d;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    outline: none;
}
.styles_button__31DEE:active img, .styles_button__31DEE:focus img
{
    display: none;
}
.styles_button__31DEE:active .styles_withActive__B9GG9, .styles_button__31DEE:focus .styles_withActive__B9GG9
{
    display: inline-block;
}
.styles_gameWrapper__8D7Eo
{
    position: relative;
    padding-top: 75%;
    z-index: 10;
    -webkit-clip-path: initial;
    clip-path: none;
    font-family: Roboto Flex Medium,sans-serif;
    border: 1px solid transparent;
}
.styles_gameWrapper__8D7Eo a
{
    text-decoration: none;
}
.styles_gameWrapper__8D7Eo .styles_backgroundMask__JcjLV
{
    background: none;
    filter: blur(5px);
    position: absolute;
    width: 107%;
    height: 107%;
    left: 3.5%;
    transform: translate(-7.5%,-97.5%);
    z-index: 1;
    opacity: 0;
}
.styles_gameWrapper__8D7Eo .styles_gameHoverItem__SNkl5
{
    z-index: 30;
    opacity: 0;
}
.styles_gameWrapper__8D7Eo .styles_gameCover__q3zSs
{
    box-shadow: none;
    border-radius: 8px;
}
.styles_gameWrapper__8D7Eo:hover
{
    will-change: opacity;
    z-index: 9;
    box-shadow: 0 0 24px 0 #ffec88;
    border: 1px solid #ffec88;
    border-radius: 8px;
}
.styles_gameWrapper__8D7Eo:hover .styles_gameCover__q3zSs
{
    z-index: 20;
}
.styles_gameWrapper__8D7Eo:hover .styles_backgroundMask__JcjLV, .styles_gameWrapper__8D7Eo:hover .styles_gameHoverItem__SNkl5
{
    will-change: opacity;
    opacity: 1;
}
.styles_backgroundMask__JcjLV
{
    display: block;
    border-radius: 8px;
}
@media(max-width: 767px)
{
    .styles_backgroundMask__JcjLV
    {
        display: none;
    }
}
.styles_gameCover__q3zSs
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.styles_gameCover__q3zSs img, .styles_gameCover__q3zSs>div
{
    border-radius: 8px;
}
.styles_gameHoverItem__SNkl5
{
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(17,18,24,.6);
    border: none;
}
.styles_gameHoverItem__SNkl5>div
{
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-rows: 1fr auto 1fr;
    grid-template-columns: minmax(0,1fr);
    padding-top: 10px;
}
@media(max-width: 767px)
{
    .styles_gameHoverItem__SNkl5
    {
        display: none;
    }
}
.styles_gameTitle__TCTgA
{
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Gilroy Semibold;
    text-transform: uppercase;
    align-self: center;
    width: 100%;
    padding: 0 15px;
}
.styles_playFunButtonWrapper__prGIh button
{
    padding: 8px 20px;
}
.styles_addFavoritesWrapper____OiD
{
    position: absolute;
    right: -9px;
    top: -2px;
}
@media(min-width: 1439px)
{
    .styles_addFavoritesWrapper____OiD
    {
        right: -7px;
        top: 3px;
    }
}
.styles_helperButton__iFpaK
{
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}
.styles_errorButton__wFLD2
{
    background: url(../../willbetgambling/image/errorButtonInfo.svg) 50% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 16px;
    height: 16px;
}
.styles_eyeButtonDefault__exA6P
{
    background: url(../../willbetgambling/image/closeEye.svg) 50% no-repeat;
    width: 20px;
    margin-top: 1px;
}
.styles_eyeButtonDefault__exA6P, .styles_eyeButtonSwitched__v1i0d
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    cursor: pointer;
}
.styles_eyeButtonSwitched__v1i0d
{
    background: url(../../willbetgambling/image/eye.svg) 50% no-repeat;
    width: 21px;
}
.styles_lockButton__tfSvm
{
    background: url(../../willbetgambling/image/lockButton.svg) 50% no-repeat;
}
.styles_lockButton__tfSvm, .styles_verifiedButton__bfcUn
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.styles_verifiedButton__bfcUn
{
    background: url(../../willbetgambling/image/verified.svg) 50% no-repeat;
    z-index: 9;
}
.styles_tooltip__a9C1b
{
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.styles_label__lxnJ_
{
    color: #acaec9;
    font-family: Roboto Flex;
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 17px;
}
.styles_inputWrapperWithLabel__C_lB1, .styles_inputWrapper__uvCCD>div
{
    position: relative;
}
.styles_inputWrapperWithLabel__C_lB1 label
{
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 11px;
    z-index: 1;
}
.styles_inputWrapperWithLabel__C_lB1 .styles_input__W5gs1
{
    padding: 20px 10px 8px;
}
.styles_input__W5gs1
{
    border-radius: 8px;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none;
    font-family: Roboto Flex;
    padding: 8px 10px;
    height: 40px;
    width: 100%;
    border: none;
}
.styles_input__W5gs1, .styles_input__W5gs1.styles_dark__0ad8O, .styles_input__W5gs1.styles_dark__0ad8O:active, .styles_input__W5gs1.styles_dark__0ad8O:focus
{
    background-color: #fff;
    color: #252739;
}
.styles_input__W5gs1.styles_dark__0ad8O:disabled
{
    background-color: #fff;
    color: #afb7c6;
    opacity: 1;
}
.styles_input__W5gs1::placeholder
{
    color: #afb7c6;
}
.styles_input__W5gs1::-webkit-inner-spin-button, .styles_input__W5gs1::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
.styles_input__W5gs1[type=number]
{
    -moz-appearance: textfield;
}
.styles_error__aENVq
{
    color: #ff1708;
    border: .5px solid #ff1708;
}
.styles_requiredLabel__PbjVB
{
    color: #ff1708;
    font-size: 11px;
}
.stylers_label__6kwPO
{
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 19px;
    font-family: Roboto Flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.stylers_label__6kwPO.stylers_withBorder__UQirk
{
    border: 1px solid #4d4f60;
    border-radius: 6px;
    padding: 7px 10px 7px 28px;
}
.stylers_label__6kwPO.stylers_withBorder__UQirk input[type=checkbox]:checked+span
{
    border: none;
    background: #fff url(../../willbetgambling/image/checkActiveOrange.svg) 50% no-repeat;
}
.stylers_label__6kwPO.stylers_withBorder__UQirk span
{
    margin: 7px 0 0 7px;
}
.stylers_label__6kwPO.stylers_withBorder__UQirk.stylers_active__E78om
{
    background: #fd6493;
    border: none;
    color: #fff;
}
.stylers_label__6kwPO input[type=checkbox]
{
    display: none;
}
.stylers_label__6kwPO>span
{
    position: absolute;
    top: 1.5px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #4d4f60;
    border-radius: 50%;
}
.stylers_label__6kwPO input[type=checkbox]:checked+span
{
    border: 2px solid #fd6493;
    background: #fd6493 url(../../willbetgambling/image/checkActiveWhite.svg) 50% no-repeat;
}
.stylers_label__5LhqF
{
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 19px;
    font-family: Roboto Flex Medium,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.stylers_label__5LhqF input[type=radio]
{
    display: none;
}
.stylers_label__5LhqF>span
{
    position: absolute;
    top: 1.5px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #4d4f60;
    border-radius: 50%;
}
.stylers_label__5LhqF input[type=radio]:checked+span
{
    border: 2px solid #fd6493;
    background: #fd6493 url(../../willbetgambling/image/checkActiveWhite.svg) 50% no-repeat;
}
.requiredLabel
{
    color: #ff1708;
    font-size: 11px;
}
.inputWrapper
{
    text-align: left;
}
.inputWrapper.dark .react-select__control
{
    background: #fff;
    color: #000;
    border: 1px solid #292d50;
}
.inputWrapper.dark .react-select__control .react-select__input
{
    color: #000!important;
}
.inputWrapper.dark .react-select__control:active, .inputWrapper.dark .react-select__control:focus, .inputWrapper.dark .react-select__control:hover
{
    background-color: #fff;
    border: 1px solid #292d50;
}
.inputWrapper.dark .react-select__control .react-select__single-value, .inputWrapper.dark .react-select__control .react-select__single-value--is-disabled
{
    color: #000;
}
.inputWrapper.dark .react-select__control--is-disabled
{
    background: #fff;
}
.inputWrapper .react-select--is-disabled .react-select__single-value
{
    color: #252739;
}
.inputWrapper .react-select--is-disabled .react-select__indicator
{
    display: none;
}
.inputWrapper.error .react-select__control
{
    border: 1px solid #ff1708;
}
.inputWrapper .react-select__indicator.react-select__clear-indicator, .inputWrapper .react-select__value-container
{
    padding: 0;
}
.inputWrapper .react-select__input
{
    color: #252739!important;
}
.inputWrapper .react-select__control
{
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none;
    font-family: Roboto Flex;
    padding: 0 5px;
    height: 40px;
    color: #252739;
    border: 1px solid transparent;
    width: 100%;
    cursor: pointer;
}
.inputWrapper .react-select__control--menu-is-open, .inputWrapper .react-select__control--menu-is-open:hover, .inputWrapper .react-select__control:hover
{
    border: 1px solid transparent;
}
.inputWrapper .react-select__control--menu-is-open .react-select__dropdown-indicator img
{
    transform: rotate(180deg);
}
.inputWrapper .react-select__indicator
{
    padding: 0 8px;
}
.inputWrapper .react-select__placeholder
{
    color: #afb7c6;
}
.inputWrapper .react-select__indicator-separator
{
    display: none;
}
.inputWrapper .react-select__dropdown-indicator
{
    padding: 0 5px;
}
.inputWrapper .react-select__single-value
{
    color: #252739;
}
.inputWrapper .react-select__menu
{
    background: #1b1f42;
    font-size: 14px;
    color: #afb7c6;
    box-shadow: 0 6px 20px rgba(0,0,0,.25);
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    z-index: 2;
}
.inputWrapper .react-select__menu-list
{
    max-height: 180px;
}
.inputWrapper .react-select__menu .react-select__group
{
    padding-bottom: 0;
}
.inputWrapper .react-select__menu-notice
{
    color: #252739;
}
.inputWrapper .react-select__menu>div
{
    border-radius: 6px;
    padding: 10px;
}
.inputWrapper .react-select__menu>div>div:first-child
{
    border: none;
}
.inputWrapper .react-select__value-container
{
    padding: 2px 3px;
}
.inputWrapper .react-select__option
{
    padding: 8px 10px;
    cursor: pointer;
    border-top: none;
    font-size: 14px;
    line-height: 16px;
    font-family: Roboto Flex Bold;
    text-transform: capitalize;
}
.inputWrapper .react-select__option--is-selected
{
    color: #fd6493;
    background: #0c1c3e;
    border-radius: 6px;
    border: none;
}
.inputWrapper .react-select__option--is-selected:active, .inputWrapper .react-select__option--is-selected:focus
{
    color: #252739;
    background: #0c1c3e;
}
.inputWrapper .react-select__option--is-selected+.react-select__option
{
    border: none;
}
.inputWrapper .react-select__option--is-focused
{
    color: #fd6493;
    background: #292d50;
    border-radius: 6px;
    border: none;
}
.inputWrapper .react-select__option--is-focused:active, .inputWrapper .react-select__option--is-focused:focus
{
    color: #fd6493;
    background: #292d50;
}
.inputWrapper .react-select__option--is-focused+.react-select__option
{
    border: none;
}
.styles_roundIcon__OhpOl
{
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 1px;
    margin-left: 1px;
    box-shadow: 0 3px 8px rgba(0,0,0,.15),0 3px 1px rgba(0,0,0,.06);
    transition: transform .4s ease;
    display: inline-block;
}
.styles_background__uleAV
{
    position: relative;
    width: 36px;
    height: 18px;
    border-radius: 999px;
    background-color: hsla(240,3%,49%,.16);
}
.styles_label__nVNIr
{
    display: flex;
    cursor: pointer;
}
.styles_label__nVNIr input[type=checkbox]
{
    display: none;
}
.styles_label__nVNIr.styles_green__1jOBS input[type=checkbox]:checked+div
{
    background: #00c667;
}
.styles_label__nVNIr.styles_primary__JFQ7w input[type=checkbox]:checked+div
{
    background: #3fd6ff;
}
.styles_label__nVNIr input[type=checkbox]:checked+div>div
{
    transform: translate3d(18px,0,0);
}
.dateRangePickerOverlayWrapper
{
    position: relative;
    padding: 0 15px;
}
.dateRangePickerOverlayWrapper>div
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
    z-index: 1;
    background: #fffaf3;
    box-shadow: 0 6px 20px rgba(0,0,0,.5);
    border-radius: 6px;
    max-width: 350px;
    width: 100%;
}
@media(max-width: 767px)
{
    .dateRangePickerOverlayWrapper>div
    {
        left: 0;
        transform: none;
    }
}
.dateRangePickerOverlayWrapper>div .DayPickerInput
{
    display: block;
}
.dateRangePickerOverlayWrapper>div .DayPicker-NavButton
{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #0c1c3e;
    border: .5px solid #4b4b4d;
    top: 20px;
    margin: 10px 0 0;
    background-image: url(../../willbetgambling/image/calendarRightArrow.svg);
    background-position-x: 50%;
    background-size: 10px;
}
.dateRangePickerOverlayWrapper>div .DayPicker-NavButton--next
{
    right: 10px;
}
.dateRangePickerOverlayWrapper>div .DayPicker-NavButton--prev
{
    left: 10px;
    transform: rotate(180deg);
}
.dateRangePickerOverlayWrapper>div .DayPicker-Caption
{
    text-align: center;
    color: #8c796d;
    margin-bottom: 25px;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Caption>div
{
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Month
{
    margin: 12px 0 0;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Weekday
{
    padding: 4px 10px;
    color: #baafa7;
    font-size: 14px;
    line-height: 17px;
}
.dateRangePickerOverlayWrapper>div .DayPicker
{
    width: 290px;
    margin: 0 auto;
    display: block;
}
.dateRangePickerOverlayWrapper>div .DayPicker-wrapper
{
    padding: 20px 0;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Day
{
    border-radius: 6px;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 12px 8px;
    color: #8c796d;
    transition: color .3s ease,background-color .3s ease;
    cursor: pointer;
}
.dateRangePickerOverlayWrapper>div .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover
{
    background-color: #020201;
    color: #fff;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside)
{
    background-color: #fd6493;
    border-radius: 0;
    color: #8c796d;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside).DayPicker-Day--start
{
    background-color: #020201;
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside).DayPicker-Day--end
{
    background-color: #020201;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Day--today
{
    background-color: transparent;
    color: #020201;
}
.dateRangePickerOverlayWrapper .DayPicker-Body .DayPicker-Week
{
    border-top: .5px solid #333646;
}
.styles_inputWrapper__6KE0R
{
    position: relative;
    width: 100%;
}
.styles_resetButton__uR_M1
{
    background-color: #21232f;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background-image: url(../../willbetgambling/image/close1.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}
.styles_resetButton__uR_M1:after
{
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}
.styles_inputWrapperWithLabel__d_L81
{
    position: relative;
}
.styles_inputWrapperWithLabel__d_L81 label
{
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 11px;
    z-index: 1;
}
.styles_inputWrapperWithLabel__d_L81 .styles_dateInput__soEEM
{
    padding: 16px 10px 8px;
}
.styles_dateInput__soEEM
{
    background-color: #fff;
    color: #252739;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: Roboto Flex;
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.styles_dateInput__soEEM.styles_empty__KKZU1
{
    color: #252739;
}
.styles_dateInput__soEEM.styles_disabled__5iIu7
{
    cursor: default;
    background: #fff;
    color: #afb7c6;
    border: 1px solid #343647;
}
.styles_rangeInputWrapper__ccXOq
{
    position: relative;
    display: flex;
    align-items: center;
}
@media(max-width: 767px)
{
    .styles_rangeInputWrapper__ccXOq>div
    {
        width: 100%;
    }
}
.styles_dash__tTzQc
{
    color: #baafa7;
    font-size: 13px;
    line-height: 16px;
    display: block;
    margin: 26px 8px 0;
}
@media(max-width: 767px)
{
    .styles_dash__tTzQc
    {
        width: auto!important;
    }
}
.styles_error__2yh_d
{
    color: #ff1708;
    border: .5px solid #ff1708;
}
.DayPickerInput
{
    width: 100%;
}
.DayPickerInput input
{
    background-color: #fff;
    border-radius: 6px;
    font-size: 16px;
    line-height: 19px;
    box-shadow: none;
    font-family: Roboto Flex Medium,sans-serif;
    padding: 8px 10px;
    height: 36px;
    color: #afb7c6;
    border: 1px solid #baafa7;
    width: 100%;
}
.DayPickerInput input::placeholder
{
    color: #afb7c6;
}
.DayPickerInput input::-webkit-inner-spin-button, .DayPickerInput input::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
.DayPickerInput input[type=number]
{
    -moz-appearance: textfield;
}
.datePickerOverlayWrapper
{
    position: relative;
    padding: 0 15px;
}
.datePickerOverlayWrapper .inputWrapper .react-select__control
{
    border: 1.5px solid transparent;
    font-size: 20px;
    line-height: 24px;
}
.datePickerOverlayWrapper .inputWrapper .react-select__single-value
{
    color: #afb7c6;
}
.datePickerOverlayWrapper>div
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
    z-index: 1;
    background: #0c1c3e;
    box-shadow: 0 6px 20px rgba(0,0,0,.5);
    border-radius: 10px;
    max-width: 350px;
    width: 100%;
}
@media(max-width: 767px)
{
    .datePickerOverlayWrapper>div
    {
        left: 0;
        transform: none;
    }
}
.datePickerOverlayWrapper>div .DayPickerInput
{
    display: block;
}
.datePickerOverlayWrapper>div .DayPicker-NavButton
{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #0c1c3e;
    border: .5px solid #4b4b4d;
    top: 20px;
    margin: 10px 0 0;
    background-image: url(../../willbetgambling/image/calendarRightArrow.svg);
    background-position-x: 50%;
    background-size: 10px;
}
.datePickerOverlayWrapper>div .DayPicker-NavButton--next
{
    right: 10px;
}
.datePickerOverlayWrapper>div .DayPicker-NavButton--prev
{
    left: 10px;
    transform: rotate(180deg);
}
.datePickerOverlayWrapper>div .DayPicker-Caption
{
    text-align: center;
    color: #afb7c6;
    margin-bottom: 25px;
}
.datePickerOverlayWrapper>div .DayPicker-Caption>div
{
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.datePickerOverlayWrapper>div .DayPicker-Month
{
    margin: 12px 0 0;
}
.datePickerOverlayWrapper>div .DayPicker-Weekday
{
    padding: 4px 10px;
    color: #afb7c6;
    font-size: 14px;
    line-height: 16px;
}
.datePickerOverlayWrapper>div .DayPicker
{
    width: 290px;
    margin: 0 auto;
    display: block;
}
.datePickerOverlayWrapper>div .DayPicker-wrapper
{
    padding: 20px 0;
}
.datePickerOverlayWrapper>div .DayPicker-Day
{
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 12px 8px;
    color: #afb7c6;
    transition: color .3s ease,background-color .3s ease;
    cursor: pointer;
}
.datePickerOverlayWrapper>div .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover
{
    background-color: #fd6493;
    color: #fff;
}
.datePickerOverlayWrapper>div .DayPicker-Day--disabled
{
    opacity: .3;
    cursor: default;
}
.datePickerOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside)
{
    background-color: #fd6493;
    color: #fff;
}
.datePickerOverlayWrapper>div .DayPicker-Day--today
{
    background-color: transparent;
    color: #fd6493;
}
.datePickerOverlayWrapper .DayPicker-Body .DayPicker-Week
{
    border-top: .5px;
}
.styles_inputWrapper__h_IMw>div
{
    position: relative;
}
.styles_captionContainer__LLK3N
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 27px;
}
.react-tel-input
{
    position: inherit;
    z-index: inherit;
}
@media(max-width: 767px)
{
    .flag-dropdown.open
    {
        z-index: 10000!important;
    }
}
.react-tel-input .country-list
{
    border-radius: 12px;
    border: .5px solid rgba(172,174,201,.3);
    background: #0d0f2e;
    max-height: 300px;
}
.react-tel-input .country-list .country
{
    margin: 0!important;
    padding: 15px!important;
}
.react-tel-input .country-list .country .country-name
{
    margin-left: 32px;
}
.react-tel-input .country-list .country .dial-code
{
    color: #acaec9;
    position: absolute;
    right: 15px;
}
.react-tel-input .country-list .country.highlight, .react-tel-input .country-list .country:hover
{
    background: #03051d!important;
}
.react-tel-input .country-list .search
{
    background: #0d0f2e;
    padding: 10px 10px 6px;
}
.react-tel-input .country-list .search:before
{
    display: block;
    font-size: 15px;
    position: absolute;
    z-index: 100;
    right: 15px;
    background: url(../../willbetgambling/image/search_header.svg) 50% no-repeat;
    content: "";
    top: 54%;
    left: 28px;
    transform: translate(-50%,-50%);
    background-size: 33px;
    width: 15px;
    height: 15px;
    cursor: default;
}
.react-tel-input .country-list .search .search-box
{
    background: #03051d;
    border: none;
    border-radius: 10px;
    width: 100%;
    color: #acaec9;
    margin: 0;
    text-transform: capitalize;
    position: relative;
    padding: 10px 10px 10px 32px;
}
.react-tel-input .country-list .search .search-box::-webkit-search-cancel-button
{
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../../willbetgambling/image/close1.svg) 50% no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px;
}
.react-tel-input .country-list .no-entries-message
{
    color: #acaec9;
}
.react-tel-input .country-list .country
{
    border-bottom: 1px solid #323340;
    margin: 0 15px;
}
.react-tel-input .country-list .country.highlight, .react-tel-input .country-list .country:hover
{
    background: #03051d;
}
.react-tel-input .country-list .country .country-name
{
    color: #fff;
}
.react-tel-input .form-control
{
    border-radius: 8px;
    height: 40px;
    color: #000;
    width: 100%;
    font-family: Gilroy Semibold;
    font-size: 14px;
    line-height: 110%;
    border: none;
}
.react-tel-input .form-control:active, .react-tel-input .form-control:focus, .react-tel-input .form-control:hover
{
    border: none;
}
.react-tel-input .form-control:disabled
{
    cursor: default;
    background: #fff;
    color: #afb7c6;
    opacity: 1;
}
.react-tel-input .form-control:disabled+div
{
    background: #fff;
    border: none;
}
.react-tel-input .form-control:disabled+div>div
{
    background: #fff;
}
.react-tel-input .form-control:focus
{
    box-shadow: none;
    border: 1px solid transparent;
}
.react-tel-input .flag-dropdown
{
    background-color: transparent;
    border: none;
    border-right: 1px solid #afb7c6;
    margin: 12px 0;
}
.react-tel-input .flag-dropdown, .react-tel-input .flag-dropdown.open, .react-tel-input .flag-dropdown.open .selected-flag, .react-tel-input .selected-flag
{
    border-radius: 8px 0 0 8px;
    background: transparent;
}
.react-tel-input .selected-flag:focus, .react-tel-input .selected-flag:hover
{
    background: transparent;
}
.react-tel-input .selected-flag.open:before, .react-tel-input .selected-flag:focus:before
{
    border-color: transparent;
    box-shadow: none;
}
.styles_inputWrapper__uxsod>div
{
    position: relative;
}
.styles_error__kw6Ry input
{
    border: 2px solid #fd6493!important;
}
.selectWrapper
{
    position: relative;
}
.inputWrapperSecondary
{
    text-align: left;
}
.inputWrapperSecondary .react-select--is-disabled .react-select__single-value
{
    color: #252739;
}
.inputWrapperSecondary .react-select--is-disabled .react-select__indicator
{
    display: none;
}
.inputWrapperSecondary .react-select__indicator.react-select__clear-indicator, .inputWrapperSecondary .react-select__value-container
{
    padding: 0;
}
.inputWrapperSecondary .react-select__input
{
    color: #252739!important;
}
.inputWrapperSecondary .react-select__control
{
    background-color: #0c1c3e;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none;
    font-family: Roboto Flex Medium,sans-serif;
    padding: 0 5px;
    height: 26px;
    color: #252739;
    border: 1px solid hsla(0,0%,100%,.3);
    width: 100%;
    cursor: pointer;
}
.inputWrapperSecondary .react-select__control--menu-is-open, .inputWrapperSecondary .react-select__control--menu-is-open:hover, .inputWrapperSecondary .react-select__control:hover
{
    border: 1px solid hsla(0,0%,100%,.3);
}
.inputWrapperSecondary .react-select__control--menu-is-open .react-select__dropdown-indicator img
{
    transform: rotate(180deg);
}
.inputWrapperSecondary .react-select__indicator
{
    padding: 0 8px;
}
.inputWrapperSecondary .react-select__placeholder
{
    color: #afb7c6;
}
.inputWrapperSecondary .react-select__indicator-separator
{
    display: none;
}
.inputWrapperSecondary .react-select__dropdown-indicator
{
    padding: 0 5px;
}
.inputWrapperSecondary .react-select__single-value
{
    color: #fd6493;
}
.inputWrapperSecondary .react-select__menu
{
    background: #0c1c3e;
    font-size: 14px;
    color: #acaec9;
    box-shadow: 0 6px 20px rgba(0,0,0,.25);
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
}
.inputWrapperSecondary .react-select__menu-list
{
    max-height: 180px;
}
.inputWrapperSecondary .react-select__menu .react-select__group
{
    padding-bottom: 0;
}
.inputWrapperSecondary .react-select__menu>div
{
    border-radius: 6px;
    padding: 10px;
}
.inputWrapperSecondary .react-select__menu>div>div:first-child
{
    border: none;
}
.inputWrapperSecondary .react-select__value-container
{
    padding: 2px 3px;
}
.inputWrapperSecondary .react-select__option
{
    padding: 7px 10px;
    cursor: pointer;
    border-top: none;
    font-size: 14px;
    line-height: 16px;
    font-family: Roboto Flex Medium,sans-serif;
}
.inputWrapperSecondary .react-select__option--is-selected
{
    color: #fd6493;
    border: none;
    background: transparent;
}
.inputWrapperSecondary .react-select__option--is-selected:active, .inputWrapperSecondary .react-select__option--is-selected:focus
{
    color: #fd6493;
    background: transparent;
}
.inputWrapperSecondary .react-select__option--is-selected+.react-select__option
{
    border: none;
}
.inputWrapperSecondary .react-select__option--is-focused
{
    color: #fd6493;
    border: none;
    background: transparent;
}
.inputWrapperSecondary .react-select__option--is-focused:active, .inputWrapperSecondary .react-select__option--is-focused:focus
{
    color: #fd6493;
    background: transparent;
}
.inputWrapperSecondary .react-select__option--is-focused+.react-select__option
{
    border: none;
    background: transparent;
}
.dateRangePickerWithIconOverlayWrapper
{
    position: relative;
    padding: 0 15px;
}
.dateRangePickerWithIconOverlayWrapper>div
{
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 1;
    background: #0c1c3e;
    box-shadow: 0 6px 20px rgba(0,0,0,.5);
    border-radius: 6px;
    max-width: 350px;
    min-width: 320px;
    width: 100%;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPickerInput
{
    display: block;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-NavButton
{
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: transparent;
    border: .5px solid transparent;
    top: 10px;
    margin: 10px 0 0;
    background-image: url(../../willbetgambling/image/calendarRightArrow2.svg);
    background-position-x: 50%;
    background-size: 12px;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-NavButton--next
{
    right: 20px;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-NavButton--prev
{
    left: 20px;
    transform: rotate(180deg);
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Caption
{
    text-align: center;
    color: #8c796d;
    margin-bottom: 25px;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Caption>div
{
    font-size: 16px;
    line-height: 110%;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    color: #afb7c6;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Month
{
    margin: 12px 0 0;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Weekday
{
    padding: 4px 10px;
    color: #afb7c6;
    font-size: 13px;
    line-height: 110%;
    width: 40px;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker
{
    width: 320px;
    margin: 0 auto;
    display: block;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-wrapper
{
    padding: 18px 0;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Day
{
    border-radius: 50%;
    font-size: 13px;
    line-height: 110%;
    padding: 10px 8px;
    color: #afb7c6;
    transition: color .3s ease,background-color .3s ease;
    cursor: pointer;
    height: 40px;
    width: 40px;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover
{
    background-color: #fd6493;
    color: #fff;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside)
{
    background-color: #fd6493;
    border-radius: 0;
    color: #fff;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside).DayPicker-Day--start
{
    background-color: #fd6493;
    color: #fff;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside).DayPicker-Day--end
{
    background-color: #fd6493;
    color: #fff;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Day--today
{
    background-color: transparent;
    color: #fd6493;
}
.dateRangePickerWithIconOverlayWrapper .DayPicker-Body .DayPicker-Week
{
    border-top: .5px solid transparent;
}
.styles_inputWrapper__lalR1
{
    position: relative;
    width: 100%;
}
.styles_resetButton__Nf503
{
    background-color: #21232f;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background-image: url(../../willbetgambling/image/close1.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}
.styles_resetButton__Nf503:after
{
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}
.styles_dateInput__qzrXO
{
    background-color: #fff;
    color: #252739;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: Roboto Flex Medium,sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.styles_dateInput__qzrXO.styles_empty__c4p3i
{
    color: #afb7c6;
}
.styles_dateInput__qzrXO.styles_disabled__IAhQx
{
    cursor: default;
}
.styles_error__Zwqcl
{
    color: #ff1708;
    border: .5px solid #ff1708;
}
.styles_dateFilter__QZ4Ii
{
    color: #fd6493;
    cursor: pointer;
    justify-content: flex-end;
}
.styles_dateFilter__QZ4Ii, .styles_dateFilter__QZ4Ii>div
{
    display: flex;
    grid-gap: 8px;
    align-items: center;
}
.styles_loadMoreButtonWrapper__afPMl
{
    display: inline-flex;
    background: rgba(172,174,201,.3);
    padding: 1px;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
    transition: all .3s ease-in-out;
}
@media(hover: hover)
{
    .styles_loadMoreButtonWrapper__afPMl:hover
    {
        background: #fd6493;
        transition: all .3s ease-in-out;
    }
}
.styles_loading__BPtpG
{
    opacity: .6;
}
.styles_loadMoreButton__BfnUz
{
    border-radius: 10px;
    padding: 13px 32px;
    font-size: 14px;
    line-height: 17px;
    color: #bef3ff;
    font-family: Roboto Flex;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #17206b;
    text-transform: inherit;
}
@media(hover: hover)
{
    .styles_loadMoreButton__BfnUz:hover
    {
        background: #17206b;
        transition: all .3s ease-in-out;
        color: #fd6493;
    }
}
.styles_loadMoreButton__BfnUz:active
{
    background: #17206b;
    color: #fd6493;
}
.styles_spinnerContainer__6JTkI
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.styles_container__tfq_S
{
    width: calc(100% + 20px);
    position: absolute;
    background: linear-gradient(0deg,#13153a 53.23%,#13153a 62.26%,rgba(19,21,58,.91) 77.21%,rgba(19,21,58,.8) 85.33%,rgba(13,15,46,.675) 94.14%,rgba(13,15,46,0) 126.2%);
    bottom: -3px;
    z-index: 10;
    left: -10px;
}
.styles_container__tfq_S>div
{
    box-sizing: border-box;
    border-radius: 10px;
    left: 50%;
    position: absolute;
    margin-top: 76px;
    transform: translate(-50%);
}
@media(max-width: 1279px)
{
    .styles_container__tfq_S>div
    {
        margin-top: 56px;
    }
}
.styles_modalOverlay__Ck_p2
{
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 1100;
    left: 0;
    height: 100vh;
    background: rgba(0,0,0,.7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.styles_modalOverlay__Ck_p2:last-child
{
    z-index: 10001;
}
.styles_modalContainer__FH8ot
{
    border-radius: 16px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10001;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    max-height: calc(var(--app-height) - 20px);
    overflow-y: auto;
    width: 100%;
    height: auto;
    padding: 32px 30px 30px;
    background: #0d0f2e;
    background-size: 100% 100%;
    box-shadow: 0 8px 50px #000;
    border: initial;
}
.styles_modalContainer__FH8ot:nth-last-child(1 of .styles_modalContainer__FH8ot)
{
    z-index: 10002;
}
@media(max-width: 767px)
{
    .styles_modalContainer__FH8ot.styles_withoutSaveSize__NVFHM
    {
        width: 100%!important;
        max-width: 100%!important;
        height: 100vh!important;
        height: var(--app-height)!important;
        border-radius: 0;
        padding: 30px 15px 20px;
    }
    .styles_modalContainer__FH8ot
    {
        max-height: 100%;
    }
}
.styles_modalContainer__FH8ot.styles_withSaveSize__4MuVR
{
    width: calc(100% - 30px)!important;
}
.styles_closeButton__lD9Yt
{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10001;
    transform: translateZ(0);
    cursor: pointer;
}
@media(max-width: 767px)
{
    .styles_closeButton__lD9Yt
    {
        right: 15px;
    }
}
.styles_title__fieN3
{
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #afb7c6;
    font-family: Roboto Flex Bold;
}
@media(max-width: 767px)
{
    .styles_title__fieN3
    {
        font-size: 18px;
        line-height: 21px;
    }
}
.styles_container__tI1Ac
{
    padding: 9px 12px;
    border-radius: 10px;
    border: none;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #292d50;
    color: #afb7c6;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto Flex Medium,sans-serif;
}
.styles_container__tI1Ac img
{
    margin-right: 12px;
    width: 20px;
    height: 20px;
}
.styles_sliderWrapper__egvfL .styles_swiper__sF_ap
{
    margin: -8%;
    padding: 8%;
}
.styles_slideWrapper__OhhrO
{
    display: flex;
    align-items: center;
}
.styles_slideContainer__KnW3N
{
    display: grid;
    position: relative;
    grid-gap: 15px;
    margin-top: 25px;
    width: 100%;
}
@media(max-width: 1279px)
{
    .styles_slideContainer__KnW3N
    {
        margin-right: 15px;
    }
}
.styles_arrow__gJz2E
{
    border-radius: 10px;
    background-color: rgba(46,48,67,.3);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: 15px;
    background-size: 12px;
}
.styles_arrow__gJz2E.styles_prev__imTZT
{
    background-image: url(../../willbetgambling/image/arrow-prev.png);
    margin-right: 30px;
}
.styles_arrow__gJz2E.styles_next__P1L2s
{
    background-image: url(../../willbetgambling/image/arrow-next.png);
    margin-left: 30px;
}
.styles_paragraphTitle__N_g0U
{
    font-family: Roboto Flex Medium,sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px;
    color: #afb7c6;
}
.styles_container__dMHgr
{
    width: 100%;
    max-width: 1280px;
    padding: calc(55px + 6%) 45px 0;
    position: relative;
    overflow-y: auto;
    background: transparent;
}
.styles_container__dMHgr>h2
{
    margin-bottom: 10px;
}
@media(max-width: 1279px)
{
    .styles_container__dMHgr
    {
        padding: 115px 0 0;
        max-width: unset;
    }
}
.styles_title__49Olw
{
    font-size: 24px;
    line-height: 30px;
    color: #afb7c6;
    font-family: Roboto Flex Medium,sans-serif;
    text-transform: uppercase;
    margin: 0;
}
@media(max-width: 1279px)
{
    .styles_title__49Olw
    {
        display: none;
    }
}
.styles_container__VJGl9
{
    width: 100%;
    background-color: #090b2d;
    position: relative;
    z-index: 20;
}
@media(max-width: 1279px)
{
    .styles_container__VJGl9
    {
        position: fixed;
        padding-top: 15px;
    }
}
.styles_tabs__1Qtj7
{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}
.styles_tabs__1Qtj7:before
{
    content: "";
    display: block;
    width: auto;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    background-color: #1b1f42;
    z-index: -1;
}
.styles_tabs__1Qtj7::-webkit-scrollbar
{
    width: 0;
    height: 0;
}
.styles_tabs__1Qtj7::-webkit-scrollbar-thumb
{
    background: transparent;
}
.styles_tabs__1Qtj7::scrollbar-track
{
    background: transparent;
}
.styles_tabs__1Qtj7::-webkit-scrollbar-track
{
    background: transparent;
}
@media(max-width: 1279px)
{
    .styles_tabs__1Qtj7>:first-child
    {
        margin-left: 15px;
    }
}
.styles_tab__IZjHp
{
    padding: 10px 15px;
    font-size: 13px;
    line-height: 16px;
    color: #afb7c6;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    flex: none;
    font-family: Gilroy Semibold,sans-serif;
}
.styles_tab__IZjHp:before
{
    content: "";
    display: none;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fd6493;
    z-index: 2;
}
.styles_tab__IZjHp.styles_withCounts__i7Is_:before
{
    width: calc(100% - 9px);
    left: 15px;
}
.styles_tab__IZjHp.styles_active__3e7do
{
    color: #fd6493;
}
.styles_tab__IZjHp.styles_active__3e7do:before
{
    display: block;
}
.styles_tab__IZjHp.styles_active__3e7do .styles_count__UrWA1
{
    background: #fd6493;
}
.styles_tab__IZjHp:hover
{
    color: #fd6493;
}
.styles_count__UrWA1
{
    display: flex;
    width: 16px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 10px;
    background: #fd6493;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: -6px;
}
.styles_container__Xxw_q
{
    padding: 30px 25px 35px;
    background: linear-gradient(180deg,#202346,#0d0f2e);
    background-size: 100% 100%;
    border-radius: 10px;
    width: 250px;
    min-width: 250px;
    height: auto;
    font-family: Roboto Flex Medium,sans-serif;
}
.styles_container__Xxw_q button
{
    text-transform: uppercase;
    font-size: 14px;
}
@media(max-width: 1279px)
{
    .styles_container__Xxw_q
    {
        min-width: 280px;
        width: 280px;
    }
}
.styles_container__Xxw_q.styles_active__5uEpC
{
    border: 1.5px solid rgba(253,100,147,.3);
}
.styles_currency__kvTcU
{
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 5px;
    color: #afb7c6;
    text-transform: uppercase;
}
.styles_amount__QLRRA
{
    display: flex;
    align-items: center;
    grid-gap: 12px;
    font-family: Roboto Flex Bold;
    font-size: 20px;
    line-height: 25px;
    margin: 0 7px 0 0;
}
.styles_amount__QLRRA, .styles_amount__QLRRA>div:last-child
{
    color: transparent;
    background: #fff;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.styles_amount__QLRRA>div:last-child
{
    font-size: 24px;
    line-height: 30px;
}
.styles_properties__UMq_j
{
    margin: 20px 0;
}
.styles_properties__UMq_j>div
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #333646;
}
.styles_property__ezuMa
{
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    color: #afb7c6;
}
.styles_value__PF_Ji
{
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    color: #fff;
}
.styles_container__H9hsx button
{
    margin: 0 auto;
    display: block;
}
.styles_title__7JoBa
{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto 30px;
    text-transform: uppercase;
    font-family: Roboto Flex Bold;
    text-align: center;
}
.styles_bonusContainer__SaexF
{
    background: #0c1c3e;
    border-radius: 10px;
    justify-content: center;
    padding: 30px 0;
}
.styles_bonusContainer__SaexF, .styles_bonusContainer__SaexF>div
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.styles_bonusText__Hnd1_
{
    font-size: 18px;
    color: #f79622;
    font-family: Roboto Flex Bold;
}
.styles_dividedLine__INV9z
{
    width: 50px;
    height: .5px;
    background: #58586f;
    border: none;
    margin: 15px 0;
}
.styles_bonusDescription__F29cd
{
    font-size: 13px;
    color: #afb7c6;
    font-family: Roboto Flex Medium,sans-serif;
    margin-top: 3px;
}
.styles_description__smkaF
{
    color: #fff;
    font-family: Roboto Flex Medium,sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.styles_description__smkaF a
{
    text-decoration: underline;
}
.styles_buttonsContainer___4ik3
{
    display: flex;
    grid-gap: 20px;
}
.styles_container__HuMMF
{
    background: #21232f;
    min-width: 270px;
    height: auto;
    padding: 30px 20px;
    position: relative;
    border-radius: 10px;
    max-width: 280px;
    width: 100%;
}
.styles_title__HAbMo
{
    font-family: Roboto Flex Bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}
.styles_properties__I0iu4
{
    margin: 20px 0;
}
.styles_properties__I0iu4>div
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.styles_properties__I0iu4>div:not(:last-child)
{
    border-bottom: .5px solid rgba(57,39,39,.25);
}
.styles_property__z90_Y
{
    color: #afb7c6;
    max-width: 50%;
}
.styles_property__z90_Y, .styles_value__wBcSc
{
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto Flex Medium,sans-serif;
}
.styles_value__wBcSc
{
    color: #fff;
}
.styles_container__CAjUj
{
    cursor: pointer;
    padding: 25px;
    background: #fffaf3;
    border-radius: 6px;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    min-width: 250px;
    height: 350px;
}
@media(max-width: 1279px)
{
    .styles_container__CAjUj
    {
        min-width: 280px;
        width: 280px;
    }
}
.styles_text__2oX7Q
{
    font-size: 18px;
    line-height: 22px;
    color: #8c796d;
}
.styles_container__uxioC
{
    width: 100%;
    padding: 36px 0 50px;
}
@media(max-width: 1279px)
{
    .styles_container__uxioC
    {
        padding: 15px 15px 30px;
    }
    .styles_container__uxioC.styles_withTabs__8kVuN
    {
        padding: 75px 15px 30px;
    }
}
.styles_container__Vdmgh
{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 20px;
    position: relative;
}
.styles_container__Vdmgh svg
{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 125px;
    width: 100%;
}
.styles_container__Vdmgh svg>path:nth-child(2)
{
    stroke: url(#gradientProgressBarTemplate)!important;
}
.styles_container__Vdmgh>div:last-child
{
    position: absolute;
    top: 102px;
    left: 50%;
    color: #fff;
    font-family: Roboto Flex Medium,sans-serif;
    transform: translate(-50%);
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    text-align: center;
}
@media(max-width: 767px)
{
    .styles_container__Vdmgh>div:last-child
    {
        top: 92px;
    }
}
.styles_img__ecOj1
{
    position: absolute;
    top: 46%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    max-width: 100px;
    width: 100%;
    object-fit: contain;
}
.styles_level__nVR_g
{
    position: relative;
}
.styles_level__nVR_g:before
{
    left: 37%;
}
.styles_level__nVR_g:after, .styles_level__nVR_g:before
{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.styles_level__nVR_g:after
{
    right: 37%;
}
.styles_wrapper__apNLS
{
    margin-bottom: 12px;
    position: relative;
}
.styles_wrapper__apNLS .styles_linkCopied__pCB0g
{
    color: #5f7ede;
    font-size: 14px;
    display: none;
    margin-left: 20px;
}
.styles_title__3GeGx
{
    color: #fff;
    font-family: Roboto Flex Medium;
    font-size: 12px;
}
.styles_container__SygJM
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.styles_copy__jNDri
{
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.styles_link__H4Nu5
{
    color: #afb7c5;
    font-family: Roboto Flex Medium;
    text-decoration: underline;
    font-size: 14px;
}
.styles_button__sIdzk
{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #262a4b;
}
.styles_button__sIdzk path
{
    fill: #afb7c6!important;
}
.styles_mobileSearchButton__23f__
{
    position: absolute;
    right: 71px;
    top: 12px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
}
.styles_mobileSearchButton__23f__ path
{
    fill: #afb7c6!important;
}
.styles_searchInputContainer__u7Xhg
{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 6px;
    width: 100%;
}
@media(min-width: 1279px)
{
    .styles_searchInputContainer__u7Xhg
    {
        align-items: center;
        flex: 1 1;
        padding-top: 0;
    }
}
.styles_searchInputWrapper__r8vdn
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    border: 1px solid #3fd6ff;
    background: #03051d;
    border-radius: 30px;
    height: 44px;
}
@media(max-width: 1279px)
{
    .styles_searchInputWrapper__r8vdn
    {
        width: 100%;
        background: #03051d;
        border: 1px solid #3fd6ff;
        height: 36px;
    }
}
.styles_searchIconImg__XrPW3
{
    position: absolute;
    top: 50%;
    right: 58%;
    transform: translateY(-50%);
}
@media(max-width: 1279px)
{
    .styles_searchIconImg__XrPW3
    {
        width: 20px;
        left: 10px;
    }
}
.styles_searchInput__aJbaC
{
    width: 100%;
    caret-color: #fff;
    background-color: transparent;
    border: none;
    padding-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #acaec9;
}
.styles_searchInput__aJbaC::placeholder
{
    opacity: .9;
}
@media(max-width: 1279px)
{
    .styles_searchInput__aJbaC
    {
        font-size: 16px;
        line-height: 22px;
        padding-left: 20px;
        width: 100%;
        caret-color: #fff;
    }
}
.styles_closeContainer__eqgWv
{
    padding-right: 30px;
    padding-left: 20px;
}
@media(max-width: 767px)
{
    .styles_closeContainer__eqgWv
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.styles_mobileCloseContainer__HV454
{
    padding-right: 60px;
}
.styles_container__EKbIb
{
    border-bottom: 1px solid #333646;
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 34px;
}
@media(max-width: 767px)
{
    .styles_container__EKbIb
    {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
}
.styles_panel__MyaDf
{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.styles_h2Title__7I7Mq
{
    font-family: Gilroy Bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 30px;
    width: 100%;
}
@media(max-width: 767px)
{
    .styles_h2Title__7I7Mq
    {
        margin-bottom: 12px;
    }
}
.styles_h1Title__ORamB
{
    font-family: Gilroy Bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 30px;
}
@media(max-width: 767px)
{
    .styles_h1Title__ORamB
    {
        margin-bottom: 12px;
    }
}
.styles_button__BBr5X
{
    width: 40px;
    height: 40px;
    background: rgba(46,48,67,.3);
    background-size: 100% 100%;
    border-radius: 10px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
}
.styles_button__BBr5X :before
{
    content: "";
}
.styles_button__BBr5X:hover
{
    outline: none;
    background: #323765;
    background-size: 100% 100%;
}
.styles_button__BBr5X:active
{
    background: #181921;
    background-size: 100% 100%;
}
.styles_button__BBr5X img
{
    height: auto;
    max-height: 17px;
}
.styles_container__gA_8_
{
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: transparent;
}
.styles_container__gA_8_:hover
{
    background: #323765;
    border: none;
}
.styles_container__gA_8_:active, .styles_container__gA_8_:focus
{
    background: #181921;
}
@media(max-width: 1279px)
{
    .styles_container__gA_8_
    {
        height: 34px;
        margin-right: 0;
    }
}
@media(max-width: 767px)
{
    .styles_container__gA_8_
    {
        height: 34px;
        margin-right: 0;
        padding: 8px 16px;
    }
}
.styles_viewAllIcon__id8GR
{
    display: block;
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
}
@media(max-width: 1279px)
{
    .styles_viewAllIcon__id8GR
    {
        width: 16px;
    }
}
@media(max-width: 767px)
{
    .styles_viewAllIcon__id8GR
    {
        display: none;
    }
}
.styles_text__eHP_g
{
    margin: 0;
    font-family: Roboto Flex Medium;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    color: #afb7c6;
    text-decoration: none;
}
@media(max-width: 1279px)
{
    .styles_text__eHP_g
    {
        font-size: 13px;
        line-height: 16px;
    }
}
@media(max-width: 767px)
{
    .styles_text__eHP_g
    {
        font-size: 13px;
        line-height: 16px;
    }
}
.styles_dark__9wnXG
{
    border: none;
}
.styles_dark__9wnXG .styles_text__eHP_g
{
    color: #afb7c6;
}
.styles_dark__9wnXG:hover
{
    border: none;
}
.styles_container___KD0W
{
    display: flex;
    justify-content: center;
    padding: 60px 0 0;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
@media(max-width: 1279px)
{
    .styles_container___KD0W
    {
        padding: 20px 0;
    }
}
@media(max-width: 767px)
{
    .styles_container___KD0W
    {
        padding: 13px 0;
    }
}
.styles_buttonWrapper__7KGLn
{
    position: absolute;
    bottom: -50px;
    align-items: center;
    display: flex;
}
.styles_buttonWrapper__7KGLn>a
{
    text-decoration: none;
}
@media(max-width: 1279px)
{
    .styles_buttonWrapper__7KGLn
    {
        position: relative;
        bottom: -10px;
    }
}
.styles_navigationWrapper__o_YTF
{
    display: flex;
    margin-left: 3px;
}
.styles_navigationWrapper__o_YTF>button:first-child
{
    margin-right: 6px;
}
.styles_gridContainer__T8zXn
{
    display: grid;
    position: relative;
    grid-gap: 15px;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(2,1fr);
}
@media(max-width: 1279px)
{
    .styles_gridContainer__T8zXn
    {
        grid-template-columns: repeat(4,1fr);
        grid-gap: 12px;
        width: 85%;
    }
}
@media(max-width: 767px)
{
    .styles_gridContainer__T8zXn
    {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 8px;
        width: 81.8%;
    }
}
.styles_emptyItem__Qg23L
{
    background: #1b1f42;
    border: 1px solid #474a6b;
    border-radius: 6px;
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    background-image: url("data:image/png;base64,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");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.styles_container__ab_71
{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 30px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
@media(max-width: 1279px)
{
    .styles_container__ab_71
    {
        padding: 20px 0;
    }
}
@media(max-width: 767px)
{
    .styles_container__ab_71
    {
        padding: 13px 0;
    }
}
.styles_center__EBbf8
{
    justify-content: center;
}
.styles_left__g537k
{
    justify-content: space-between;
}
.styles_title__68eas
{
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: Roboto Flex Bold;
    font-size: 20px;
    line-height: 30px;
}
@media(max-width: 767px)
{
    .styles_title__68eas
    {
        font-size: 16px;
        line-height: 20px;
    }
}
.styles_buttonWrapper__s8alI
{
    align-items: center;
    display: flex;
    position: absolute;
    z-index: 1;
    right: 0;
}
.styles_buttonWrapper__s8alI>a
{
    text-decoration: none;
}
.styles_navigationWrapper__yTT08
{
    display: flex;
    margin-left: 16px;
}
@media(max-width: 1279px)
{
    .styles_navigationWrapper__yTT08
    {
        display: none;
    }
}
@media(max-width: 767px)
{
    .styles_navigationWrapper__yTT08
    {
        display: none;
    }
}
.styles_navigationWrapper__yTT08>button:first-child
{
    margin-right: 6px;
}
.styles_span__09sRP
{
    font-family: Roboto Flex Medium,sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    height: 20px;
    max-width: 150px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.styles_span__09sRP.styles_success__FU6Bb
{
    color: #00c667;
}
.styles_span__09sRP.styles_error__yedtK
{
    color: #f93c47;
}
.styles_span__09sRP.styles_warning__casJO
{
    color: #f3b847;
}
.styles_table__dvy_t
{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.styles_row__jfD31
{
    background: #0c1c3e;
}
.styles_row__jfD31>.styles_cell__VD08i:first-child
{
    padding: 14px 16px 14px 30px;
}
.styles_row__jfD31.styles_odd__LMG8_
{
    background: rgba(12,28,62,.4);
}
.styles_cell__VD08i
{
    color: #eff2f9;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto Flex Medium,sans-serif;
    text-align: initial;
}
.styles_head__4qcMn>tr
{
    background: none;
}
.styles_head__4qcMn>tr td
{
    color: #eff2f9;
    padding: 14px 16px!important;
    font-size: 13px;
    line-height: 16px;
    font-family: Roboto Flex Medium,sans-serif;
    text-align: initial;
}
.styles_noData__tn0e9
{
    margin: 30px 0;
    text-align: center;
    color: #eff2f9;
}
.styles_button__xGmSH
{
    color: #afb7c6;
    font-size: 13px;
    line-height: 15px;
    font-family: Roboto Flex Medium,sans-serif;
    border-bottom: none;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 12px;
}
.styles_button__xGmSH:hover
{
    text-decoration: none;
}
.styles_grey__T1t3b
{
    font-size: 13px;
    opacity: .4;
    color: #fff!important;
}
.styles_title__0TAHa
{
    color: #fd6493;
    font-size: 14px!important;
}
.styles_counter__kiThD
{
    font-size: 24px!important;
    color: #fd6493;
    font-family: Gilroy Semibold;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    gap: 5px;
    min-width: 200px;
}
.styles_counter__kiThD div
{
    text-align: center;
}
.styles_justTime__N0NGv
{
    text-align: center;
    font-size: 24px!important;
    color: #fd6493;
    font-family: Gilroy Semibold;
}
.styles_containerInGame__DLp6S
{
    display: flex;
    height: 56px;
    padding: 0;
    margin: 10px auto 0;
    justify-content: center;
    flex-direction: column;
}
.styles_containerInGame__DLp6S span
{
    font-size: 11px;
    margin-bottom: 3px;
}
@media(min-width: 1440px)
{
    .styles_containerInGame__DLp6S
    {
        height: 56px;
        margin: 10px auto 0;
        padding: 0;
    }
    .styles_containerInGame__DLp6S span
    {
        font-size: 11px;
        margin-bottom: 3px;
    }
}
.styles_container___7uck
{
    border: 2px solid #fd6493;
    background: transparent;
    display: grid;
    border-radius: 12px;
    height: 51px;
    background-size: contain;
    padding: 0 3px;
    align-items: center;
    text-align: center;
    max-width: 270px;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    min-height: 50px;
    margin: 15px auto 0;
}
.styles_container___7uck span
{
    color: #fff;
    font-size: 14px;
    font-family: Roboto Flex Medium,sans-serif;
    margin-bottom: 0;
}
@media(min-width: 767px)
{
    .styles_container___7uck
    {
        max-width: 270px;
        min-height: 50px;
        margin: 15px auto 0;
    }
    .styles_container___7uck span
    {
        font-size: 14px;
    }
}
@media(min-width: 1440px)
{
    .styles_container___7uck
    {
        height: 51px;
        margin: 20px auto 0;
        padding: 0 3px;
        max-width: 295px;
    }
    .styles_container___7uck span
    {
        font-size: 14px;
        margin-bottom: 0;
    }
}
.styles_finishInGame__GTTtd
{
    margin: 5px 0;
}
@media(min-width: 1440px)
{
    .styles_finishInGame__GTTtd
    {
        margin: 9px 0;
    }
}
.styles_finish__04kiG
{
    color: #fff;
    font-family: Roboto Flex Medium,sans-serif;
    text-align: center;
    width: 100%;
    margin: 9px 0;
    font-size: 13px;
}
@media(min-width: 1440px)
{
    .styles_finish__04kiG
    {
        font-size: 14px;
    }
}
.faqHead
{
    font-family: Roboto Flex Medium,sans-serif;
    color: #afb7c6;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}
.faqHead .accordion__button span
{
    display: flex;
    align-items: center;
    padding: 14px 0;
}
.faqHead .accordion__button span:before
{
    border-radius: 6px;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
}
.faqHead .accordion__button[aria-expanded=true] span
{
    color: #fff;
}
.faqHead .accordion__button[aria-expanded=false] span
{
    border-bottom: .5px solid #585d70;
}
.faqHead .accordion__button[aria-expanded=true] span:before
{
    background: #252734 url(https://vulkka.com/img/icons/minus-icon.svg) 50% no-repeat;
    content: "";
}
.faqHead .accordion__button[aria-expanded=false] span:before
{
    background: transparent url(https://vulkka.com/img/icons/plus-icon.svg) 50% no-repeat;
    content: "";
}
.styles_container__JNegV
{
    border: 2px solid transparent!important;
    border-radius: 13px;
}
.styles_container__JNegV>div:first-child
{
    position: relative;
}
.styles_container__JNegV>div:nth-child(2)
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.styles_containerCurrent__QTYaN
{
    border-radius: 16px;
    color: #000!important;
    border: .5px solid transparent!important;
    background: linear-gradient(118.89deg,#fadc6c 5.59%,#fecc50 55.63%,#f6b111)!important;
}
.styles_containerCurrent__QTYaN>div
{
    color: #000!important;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
}
.styles_leaderIcon__0_JrB
{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 10px;
}
.styles_leaderIcon__0_JrB path
{
    fill: #5e9dea;
}
.styles_emptyPlayer__GIx00
{
    background: #fff;
    border-radius: 7px;
    position: absolute;
}
.styles_waitForPlayers__R_bm2
{
    color: #fff;
    font-family: Roboto Flex Medium,sans-serif;
    font-size: 16px;
    line-height: 20px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}
.styles_waitForPlayers__R_bm2 span
{
    margin: 0 auto;
}
.styles_title__tKPXf
{
    margin: 0;
    color: #afb7c6;
    font-family: Roboto Flex Bold;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: .5px solid transparent;
}
@media(max-width: 1279px)
{
    .styles_title__tKPXf
    {
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
        text-align: center;
        margin-top: 0;
    }
}
.styles_wrapper__0F0X_
{
    margin: 40px 0;
    padding: 0 20px;
}
.styles_container__t5UO_
{
    margin: 0 auto 40px;
    max-width: 1000px;
}
.styles_answer__ttfi0
{
    font-family: Roboto Flex Medium,sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px 20px 45px;
    border-bottom: .5px solid #585d70;
}