﻿@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: Gilroy Bold;
    padding: 10px;
    width: 44px;
    border-radius: 13px;
    background: none;
    cursor: pointer;
}
.styles_button__TuHn_.styles_background___DTA4
{
    background: rgba(24,25,33,.8);
}
.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: Gilroy Bold;
    text-transform: uppercase;
}
.styles_container__sNHG4
{
    background: url(../../willbetgambling/image/all-games-bg.svg) 50% no-repeat,linear-gradient(75.48deg,#3e71f4 34.27%,#d60cc3 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: Gilroy Semibold,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 #3f4256;
}
.styles_container__ghgVH>div
{
    padding: 10px 0;
    height: 100%;
}
.styles_container__ghgVH>div:first-child
{
    border-right: 1px solid #3f4256;
}
.styles_container__ghgVH>div:last-child
{
    border-left: 1px solid #3f4256;
}
.styles_input__kRiEC
{
    font-size: 24px;
    line-height: 30px;
    font-family: Gilroy Bold;
    color: #fff;
    text-align: center;
    background: transparent;
    outline: none;
    border: none;
}
.styles_helper__V_37g
{
    font-family: Gilroy Semibold,sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin: 5px 0 0;
    width: 100%;
    min-height: 13px;
    color: #f93c47;
}
.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: #00c667;
    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: #00c667;
    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: #00c667;
    opacity: 1;
}
.styles_border__ylFXJ
{
    border: 1px solid #00c667;
    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: Gilroy Bold;
    font-size: 14px;
    line-height: 17px;
    padding: 0 10px;
    border-radius: 10px;
    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: #fdb913;
}
.styles_btn__3rM40.styles_outline-gradient__s0eBm:hover
{
    background: #ff521c;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-gradient__s0eBm:hover:disabled
{
    background: transparent;
    color: #fdb913;
}
.styles_btn__3rM40.styles_outline-gradient__s0eBm:active
{
    background: #f2501c;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-gradient__s0eBm:active:disabled
{
    background: transparent;
    color: #fdb913;
}
.styles_btn__3rM40.styles_outline-danger__31vxa
{
    background: transparent;
    color: #ff521c;
    border: 1px solid #ff521c;
}
.styles_btn__3rM40.styles_outline-danger__31vxa:hover
{
    background: #ff521c;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-danger__31vxa:hover:disabled
{
    background: transparent;
    color: #ff521c;
}
.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: #ff521c;
    border: 1px solid #ff521c;
}
.styles_btn__3rM40.styles_outline-primary__wSqR0:hover
{
    background: #ff521c;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-primary__wSqR0:hover:disabled
{
    background: transparent;
    color: #ff521c;
}
.styles_btn__3rM40.styles_outline-primary__wSqR0:active
{
    background: #f2501c;
    color: #fff;
}
.styles_btn__3rM40.styles_outline-primary__wSqR0:active:disabled
{
    background: transparent;
    color: #fdb913;
}
.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, .styles_btn__3rM40.styles_bg-primary__GMSPW
{
    background: #00c667;
}
.styles_btn__3rM40.styles_border-red__ZY_T4
{
    border: 2px solid #f93c47;
}
.styles_btn__3rM40.styles_bg-red__wyTqU
{
    background: #f93c47;
}
.styles_btn__3rM40.styles_border-orange__epL7I
{
    border: 2px solid #fdb913;
}
.styles_btn__3rM40.styles_border-orange__epL7I:hover
{
    border: 2px solid #ff521c;
}
.styles_btn__3rM40.styles_border-orange__epL7I:active
{
    border: 2px solid #f2501c;
}
.styles_btn__3rM40.styles_bg-gradient__iVRyk
{
    background: linear-gradient(91deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    border-bottom-width: 0;
    color: #000;
    box-shadow: none;
    transition: all .3s ease;
}
.styles_btn__3rM40.styles_bg-gradient__iVRyk:hover
{
    color: #000;
    background: linear-gradient(200deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    transition: all .3s ease;
}
.styles_btn__3rM40.styles_bg-gradient__iVRyk:active
{
    color: #000;
    outline: none;
    background: linear-gradient(200deg,#0d7c47 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    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: Gilroy Semibold,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(91deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
}
.styles_button__qm4Cw:after
{
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: #262734;
    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: #0e0f11;
}
.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: #0e0f11;
}
.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: #fdb913;
    margin: 25px auto 0;
    font-family: Gilroy Semibold,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: #fdb913;
    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: #00c667;
}
.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(28,29,39,.95);
}
.Collapse_arrow__hZT_r svg
{
    transform: rotate(-180deg);
    transition: transform .3s ease;
}
.styles_dividedLine__lu5kq
{
    border: .5px solid #232424;
    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: #f93c47;
    font-family: Gilroy Semibold,sans-serif;
    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 #1dec89;
    background: #21262d;
    cursor: pointer;
}
.styles_container__fc2pe span
{
    display: inline-block;
    margin-left: 8px;
    background: linear-gradient(90.92deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.styles_container__fc2pe img
{
    display: none;
    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 #00c667;
    background: transparent;
}
.pagination-container ul>li.selected>a:hover
{
    color: #fff;
    background: transparent!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: 4px;
    border: 1px solid hsla(0,0%,100%,.3);
    cursor: pointer;
    color: #fff;
    background: transparent;
    transition: background .3s;
}
.pagination-container ul>li>a path
{
    fill: #fff;
}
.pagination-container ul>li>a:hover
{
    color: #fff;
    background: #00c667;
}
.pagination-container ul>li>a:hover path
{
    fill: #fff;
}
.pagination-container ul>li.next>a:hover, .pagination-container ul>li.previous>a:hover
{
    background: #00c667;
}
.pagination-container ul>li.disabled>a
{
    background: transparent;
    cursor: default;
}
.styles_button__KCKem
{
    background: #252734;
    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: #21222f;
    transition: opacity .3s ease;
}
.styles_button__wT8Av
{
    font-family: Gilroy Semibold;
    cursor: pointer;
    border: none;
}
.styles_button__wT8Av span
{
    background: linear-gradient(91deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    -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(91deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
        -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: linear-gradient(200deg,#0d7c47 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    }
}
.styles_button__31DEE
{
    background: linear-gradient(91deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    box-shadow: none;
    color: #000;
    text-transform: none;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    font-family: Gilroy Semibold,sans-serif;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    padding: 12px 21px;
    font-size: 18px;
    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: drop-shadow(2.6976745129px 5.3953490257px 10.1162796021px #0606cf);
}
.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(200deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
}
.styles_button__31DEE:active, .styles_button__31DEE:focus
{
    background: linear-gradient(200deg,#0d7c47 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    color: #000;
    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: Gilroy Semibold,sans-serif;
    border: 1px solid transparent;
}
.styles_gameWrapper__8D7Eo a
{
    text-decoration: none;
}
.styles_gameWrapper__8D7Eo .styles_backgroundMask__JcjLV
{
    background: linear-gradient(91deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    filter: blur(36px);
    width: 107%;
    height: 107%;
    transform: translate(-7.5%,-97.5%);
    z-index: 1;
    opacity: 0;
    filter: blur(10px);
    position: absolute;
    width: 105%;
    height: 105%;
    left: 3.5%;
    transform: translate(-5.5%,-97.5%);
}
.styles_gameWrapper__8D7Eo .styles_gameHoverItem__SNkl5
{
    z-index: 30;
    opacity: 0;
}
.styles_gameWrapper__8D7Eo .styles_gameCover__q3zSs
{
    box-shadow: -2px 2px 12px 0 rgba(0,0,0,.75);
    border-radius: 6px;
}
.styles_gameWrapper__8D7Eo:hover
{
    will-change: opacity;
    z-index: 9;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 6px;
}
.styles_gameWrapper__8D7Eo:hover .styles_gameCover__q3zSs
{
    z-index: 20;
}
.styles_gameWrapper__8D7Eo:hover .styles_backgroundMask__JcjLV
{
    will-change: opacity;
    opacity: 1;
    opacity: .5;
}
.styles_gameWrapper__8D7Eo:hover .styles_gameHoverItem__SNkl5
{
    will-change: opacity;
    opacity: 1;
}
.styles_backgroundMask__JcjLV
{
    display: block;
    border-radius: 6px;
}
@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: 6px;
}
.styles_gameHoverItem__SNkl5
{
    position: absolute;
    border-radius: 6px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(17,18,24,.6);
    border: 1px solid #00c667;
}
.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: #afb7c6;
    font-family: Gilroy Semibold,sans-serif;
    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
{
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none;
    font-family: Gilroy Semibold,sans-serif;
    padding: 8px 10px;
    height: 40px;
    color: #252739;
    width: 100%;
    border: none;
}
.styles_input__W5gs1.styles_dark__0ad8O
{
    background-color: #21232f;
    color: #fff;
}
.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: #21232f;
    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: #f93c47;
    border: .5px solid #f93c47;
}
.styles_requiredLabel__PbjVB
{
    color: #f93c47;
    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: Gilroy Semibold;
    -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: #00c667;
    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 #00c667;
    background: #00c667 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: Gilroy Semibold,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 #00c667;
    background: #00c667 url(../../willbetgambling/image/checkActiveWhite.svg) 50% no-repeat;
}
.requiredLabel
{
    color: #f93c47;
    font-size: 11px;
}
.inputWrapper
{
    text-align: left;
}
.inputWrapper.dark .react-select__control
{
    background: transparent;
    color: #fff;
    border: 1px solid #333646;
}
.inputWrapper.dark .react-select__control .react-select__input
{
    color: #fff!important;
}
.inputWrapper.dark .react-select__control:active, .inputWrapper.dark .react-select__control:focus, .inputWrapper.dark .react-select__control:hover
{
    background-color: transparent;
    border: 1px solid #333646;
}
.inputWrapper.dark .react-select__control .react-select__single-value
{
    color: #fff;
}
.inputWrapper.dark .react-select__control .react-select__single-value--is-disabled
{
    color: #afb7c6;
}
.inputWrapper.dark .react-select__control--is-disabled
{
    background: transparent;
}
.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 #f93c47;
}
.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: Gilroy Semibold,sans-serif;
    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: #262734;
    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: Gilroy Bold;
    text-transform: capitalize;
}
.inputWrapper .react-select__option--is-selected
{
    color: #00c667;
    background: #262734;
    border-radius: 6px;
    border: none;
}
.inputWrapper .react-select__option--is-selected:active, .inputWrapper .react-select__option--is-selected:focus
{
    color: #252739;
    background: #262734;
}
.inputWrapper .react-select__option--is-selected+.react-select__option
{
    border: none;
}
.inputWrapper .react-select__option--is-focused
{
    color: #00c667;
    background: #1d1e28;
    border-radius: 6px;
    border: none;
}
.inputWrapper .react-select__option--is-focused:active, .inputWrapper .react-select__option--is-focused:focus
{
    color: #00c667;
    background: #1d1e28;
}
.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: linear-gradient(90.92deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
}
.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: #262734;
    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: #fdb913;
    color: #fff;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside)
{
    background-color: #0f8954;
    border-radius: 0;
    color: #8c796d;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside).DayPicker-Day--start
{
    background-color: #fdb913;
    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: #fdb913;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dateRangePickerOverlayWrapper>div .DayPicker-Day--today
{
    background-color: transparent;
    color: #fdb913;
}
.dateRangePickerOverlayWrapper .DayPicker-Body .DayPicker-Week
{
    border-top: .5px solid #3f4256;
}
.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/close2.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: #21232f;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: Gilroy Semibold,sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.styles_dateInput__soEEM.styles_empty__KKZU1
{
    color: #fff;
}
.styles_dateInput__soEEM.styles_disabled__5iIu7
{
    cursor: default;
    background: #21232f;
    color: #fff;
    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: #f93c47;
    border: .5px solid #f93c47;
}
.DayPickerInput
{
    width: 100%;
}
.DayPickerInput input
{
    background-color: #fff;
    border-radius: 6px;
    font-size: 16px;
    line-height: 19px;
    box-shadow: none;
    font-family: Gilroy Semibold,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: #262734;
    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: #262734;
    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: #0f8954;
    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: #0f8954;
    color: #fff;
}
.datePickerOverlayWrapper>div .DayPicker-Day--today
{
    background-color: transparent;
    color: #0f8954;
}
.datePickerOverlayWrapper .DayPicker-Body .DayPicker-Week
{
    border-top: .5px solid #2e3043;
}
.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 #00c667;
    background: #21232f;
    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: #afb7c6;
    position: absolute;
    right: 15px;
}
.react-tel-input .country-list .country.highlight, .react-tel-input .country-list .country:hover
{
    background: #18171b!important;
}
.react-tel-input .country-list .search
{
    background: #21232f;
    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_header1.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: #18171b;
    border: none;
    border-radius: 10px;
    width: 100%;
    color: #afb7c6;
    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/close2.svg) 50% no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px;
}
.react-tel-input .country-list .no-entries-message
{
    color: #afb7c6;
}
.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: #18171b;
}
.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: #21232f;
    color: #afb7c6;
    opacity: 1;
}
.react-tel-input .form-control:disabled+div
{
    background: #21232f;
    border: none;
}
.react-tel-input .form-control:disabled+div>div
{
    background: #21232f;
}
.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 #f79622!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: #1c1d27;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none;
    font-family: Gilroy Semibold,sans-serif;
    padding: 0 5px;
    height: 26px;
    color: #252739;
    border: 1px solid #3f4256;
    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 #3f4256;
}
.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: #fff;
}
.inputWrapperSecondary .react-select__menu
{
    background: #1c1d27;
    font-size: 14px;
    color: #afb7c6;
    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: Gilroy Semibold,sans-serif;
}
.inputWrapperSecondary .react-select__option--is-selected
{
    color: #00c667;
    border: none;
    background: transparent;
}
.inputWrapperSecondary .react-select__option--is-selected:active, .inputWrapperSecondary .react-select__option--is-selected:focus
{
    color: #00c667;
    background: transparent;
}
.inputWrapperSecondary .react-select__option--is-selected+.react-select__option
{
    border: none;
}
.inputWrapperSecondary .react-select__option--is-focused
{
    color: #00c667;
    border: none;
    background: transparent;
}
.inputWrapperSecondary .react-select__option--is-focused:active, .inputWrapperSecondary .react-select__option--is-focused:focus
{
    color: #00c667;
    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: #262734;
    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 #2e3043;
    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: #00c667;
    color: #fff;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside)
{
    background-color: #0f8954;
    border-radius: 0;
    color: #fff;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside).DayPicker-Day--start
{
    background-color: #00c667;
    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: #00c667;
    color: #fff;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.dateRangePickerWithIconOverlayWrapper>div .DayPicker-Day--today
{
    background-color: transparent;
    color: #00c667;
}
.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/close2.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: #21232f;
    color: #252739;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: Gilroy Semibold,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: #f93c47;
    border: .5px solid #f93c47;
}
.styles_dateFilter__QZ4Ii
{
    color: #00c667;
    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: linear-gradient(91deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    padding: 2px;
    border-radius: 50px;
    margin-top: 40px;
    position: relative;
    transition: all .3s ease-in-out;
}
@media(hover: hover)
{
    .styles_loadMoreButtonWrapper__afPMl:hover
    {
        background: none;
        transition: all .3s ease-in-out;
    }
}
.styles_loading__BPtpG
{
    opacity: .6;
}
.styles_loadMoreButton__BfnUz
{
    border-radius: 50px;
    padding: 13px 32px;
    font-size: 14px;
    line-height: 17px;
    color: #00c667;
    font-family: Gilroy Bold,sans-serif;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #21222f;
    text-transform: inherit;
}
@media(hover: hover)
{
    .styles_loadMoreButton__BfnUz:hover
    {
        background: linear-gradient(200deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
        transition: all .3s ease-in-out;
        color: #000;
    }
}
.styles_loadMoreButton__BfnUz:active
{
    background: linear-gradient(200deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%);
    color: #000;
}
.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,#1c1d27 53.23%,rgba(28,29,39,.972) 62.26%,rgba(28,29,39,.913) 77.21%,rgba(28,29,39,.799) 85.33%,rgba(28,29,39,.675) 94.14%,rgba(28,29,39,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: #1c1d27;
    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: #fff;
    font-family: Gilroy 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: #1d1e28;
    color: #afb7c6;
    font-size: 13px;
    line-height: 16px;
    font-family: Gilroy Semibold,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: Gilroy Semibold,sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px;
    color: #fff;
}
.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: Gilroy Semibold,sans-serif;
    text-transform: uppercase;
    margin: 0;
}
@media(max-width: 1279px)
{
    .styles_title__49Olw
    {
        display: none;
    }
}
.styles_container__VJGl9
{
    width: 100%;
    background-color: #1c1d27;
    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: #323340;
    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: #4562fa;
    z-index: 2;
}
.styles_tab__IZjHp.styles_withCounts__i7Is_:before
{
    width: calc(100% - 9px);
    left: 15px;
}
.styles_tab__IZjHp.styles_active__3e7do
{
    color: #fff;
}
.styles_tab__IZjHp.styles_active__3e7do:before
{
    display: block;
}
.styles_tab__IZjHp.styles_active__3e7do .styles_count__UrWA1
{
    background: #fff;
}
.styles_tab__IZjHp:hover
{
    color: #fff;
}
.styles_count__UrWA1
{
    display: flex;
    width: 16px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 10px;
    background: #fe873a;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: -6px;
}
.styles_container__Xxw_q
{
    padding: 30px 25px 35px;
    background: #21232f;
    background-size: 100% 100%;
    border-radius: 10px;
    width: 250px;
    min-width: 250px;
    height: auto;
    font-family: Gilroy Semibold,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 #00c667;
}
.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: Gilroy 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: Gilroy Bold;
    text-align: center;
}
.styles_bonusContainer__SaexF
{
    background: #1c1d27;
    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: Gilroy 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: Gilroy Semibold,sans-serif;
    margin-top: 3px;
}
.styles_description__smkaF
{
    color: #fff;
    font-family: Gilroy Semibold,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: Gilroy 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: Gilroy Semibold,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: Gilroy Semibold,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: Gilroy Semibold;
    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: Gilroy Semibold;
    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: #0e0f11;
}
.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 #4562fa;
    background: transparent;
    border-radius: 30px;
    height: 44px;
}
@media(max-width: 1279px)
{
    .styles_searchInputWrapper__r8vdn
    {
        width: 100%;
        background: transparent;
        border: 1px solid #4562fa;
        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: 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: 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: #2e3043;
    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: #2e3043;
    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: Gilroy Semibold;
    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: #21222f;
    border: 1px solid #323340;
    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: Gilroy Black;
    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: Gilroy Semibold,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: #f9e09f;
}
.styles_table__dvy_t
{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.styles_row__jfD31
{
    background: #282935;
}
.styles_row__jfD31>.styles_cell__VD08i:first-child
{
    padding: 14px 16px 14px 30px;
}
.styles_row__jfD31.styles_odd__LMG8_
{
    background: #1c1d27;
}
.styles_cell__VD08i
{
    color: #eff2f9;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 16px;
    font-family: Gilroy Semibold,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: Gilroy Semibold,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: Gilroy Semibold,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: #fff;
    font-size: 18px;
}
.styles_counter__kiThD
{
    font-size: 14px;
    color: #fff;
    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: 14px;
    color: #fff;
    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: 1px solid #319fab;
    background: transparent;
    display: grid;
    border-radius: 4px;
    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: Gilroy Semibold,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: Gilroy Semibold,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: Gilroy Semibold,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(../../willbetgambling/image/minus-icon.svg) 50% no-repeat;
    content: "";
}
.faqHead .accordion__button[aria-expanded=false] span:before
{
    background: transparent url(../../willbetgambling/image/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(91deg,#00c667 .92%,#1dec89 51.72%,#06aa5b 98.62%)!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: #4562fa;
}
.styles_emptyPlayer__GIx00
{
    background: #fff;
    border-radius: 7px;
    position: absolute;
}
.styles_waitForPlayers__R_bm2
{
    color: #fff;
    font-family: Gilroy Semibold,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: Gilroy 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: Gilroy Semibold,sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px 20px 45px;
    border-bottom: .5px solid #585d70;
}