.country-blocked {
    display: none !important;
}
.lucky-block-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    overflow: hidden;
}
.lucky-block-container .game-block.filter-hide {
    display: none;
}
.lucky-block-container .game-block {
    width: calc((100% - 48px)/4);
    height: 249px;
    margin: 0 6px 12px;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}
.lucky-block-block.show-all .game-block:not(.filter-hide) {
    display: block !important;
}
.lucky-block-block p.lucky-block-show-more {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 9.5px 16px 9.5px 40px;
    background: #060606;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3.33333V12.6667' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.3335 8H12.6668' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 16px center;
    display: flex;
    width: fit-content;
    margin: 12px auto;
    cursor: pointer;
}
.lucky-block-block.show-all p.lucky-block-show-more {
    display: none !important;
}
.lucky-block-container .game-image-block {
    position: relative;
}
.lucky-block-container .game-image-block img {
    width: 100%;
    height: 221px;
    object-fit: cover;
}
.lucky-block-container .game-image-block > .game-play-now{
    font-size: 10px;
    line-height: 125%;
    cursor: pointer;
    width: 100%;
    position: absolute;
    top: 221px;
    left: 0;
    padding: 6px 8px 6px 8px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    background: #8C1616;
    /*background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_673_6659)'%3E%3Cpath d='M7.87125 5.15343L1.90594 8.61468C1.39969 8.90812 0.75 8.5528 0.75 7.96124V1.03874C0.75 0.448116 1.39875 0.0918655 1.90594 0.38624L7.87125 3.84749C7.98641 3.91323 8.08213 4.00826 8.14872 4.12293C8.2153 4.23761 8.25037 4.36786 8.25037 4.50046C8.25037 4.63306 8.2153 4.76331 8.14872 4.87798C8.08213 4.99266 7.98641 5.08769 7.87125 5.15343Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_673_6659'%3E%3Crect width='8.25' height='9' fill='white' transform='translate(0.375)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");*/
    /*background-repeat: no-repeat;*/
    /*background-position: calc(50% - 43px) 8px;*/
    height: 25px;
}
.lucky-block-container .game-image-block > .game-play-now:before {
     content: '';
     display: inline-block;
     width: 9px;
     height: 9px;
     background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_673_6659)'%3E%3Cpath d='M7.87125 5.15343L1.90594 8.61468C1.39969 8.90812 0.75 8.5528 0.75 7.96124V1.03874C0.75 0.448116 1.39875 0.0918655 1.90594 0.38624L7.87125 3.84749C7.98641 3.91323 8.08213 4.00826 8.14872 4.12293C8.2153 4.23761 8.25037 4.36786 8.25037 4.50046C8.25037 4.63306 8.2153 4.76331 8.14872 4.87798C8.08213 4.99266 7.98641 5.08769 7.87125 5.15343Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_673_6659'%3E%3Crect width='8.25' height='9' fill='white' transform='translate(0.375)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
     margin-right: 5px;
 }
.lucky-block-container .game-info-block {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 221px;
    top: 0;
    text-align: center;
    padding-top: 63px;
    box-sizing: border-box;
}

.lucky-block-container .game-block:hover .game-info-block {
    visibility: visible;
    transition: background .2s ease-in;
    background: rgba(0,0,0,.8);
}

.lucky-block-container .game-info-block .game-play-now {
    cursor: pointer;
    width: 41px;
    height: 34px;
    border: none !important;
    border-radius: 3px;
    background: #8C1616;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_673_6654)'%3E%3Cpath d='M10.1429 7.37123L2.1892 11.9862C1.5142 12.3775 0.647949 11.9037 0.647949 11.115V1.88498C0.647949 1.09748 1.51295 0.622477 2.1892 1.01498L10.1429 5.62998C10.2965 5.71763 10.4241 5.84434 10.5129 5.99724C10.6017 6.15014 10.6484 6.3238 10.6484 6.5006C10.6484 6.67741 10.6017 6.85107 10.5129 7.00397C10.4241 7.15687 10.2965 7.28357 10.1429 7.37123V7.37123Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_673_6654'%3E%3Crect width='10.0005' height='13' fill='white' transform='translate(0.647949)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 11px;
}
.lucky-block-container .game-info-block p {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 10px;
}
.lucky-block-container .game-info-block span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #E8E8E8;
}
.lucky-block-title {
    text-transform: capitalize;
}
.lucky-block-filter {
    display: flex;
    list-style-type: none;
    margin-bottom: 10px !important;
    padding-bottom: 6px;
    flex-wrap: wrap;
    overflow: auto;
}
.lucky-block-filter li {
    border: 1px solid #404040;
    border-radius: 100px;
    margin: 0 8px 6px 0 !important;
    padding: 8px 16px !important;
    line-height: 150% !important;
    display: block;
    height: 37px;
    text-transform: capitalize;
    min-width: fit-content;
    box-sizing: border-box;
    color: #060606;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    list-style-type: none;
    text-align: center;
}
.lucky-block-filter li[data-type="SLOTS"],
.lucky-block-filter li[data-type="OTHERS_LIVE"],
.lucky-block-filter li[data-type="LIVE_BACCARAT"],
.lucky-block-filter li[data-type="LIVE_BLACKJACK"],
.lucky-block-filter li[data-type="LIVE_ROULETTE"],
.lucky-block-filter li[data-type="TABLE_CARD"],
.lucky-block-filter li[data-type="GAME_SHOW"],
.lucky-block-filter li[data-type="BLACKJACK"] ,
.lucky-block-filter li[data-type="JACKPOTS"],
.lucky-block-filter li[data-type="BACCARAT"],
.lucky-block-filter li[data-type="ROULETTE"],
.lucky-block-filter li[data-type="OTHERS"],
.lucky-block-filter li[data-type="VIDEO_POKER"] {
    padding-left: 48px !important;
    background-repeat: no-repeat;
    background-position: 16px center;
}
.lucky-block-filter li[data-type="SLOTS"] {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_2258)'%3E%3Cpath d='M17.4266 8.43954C16.7969 9.31169 16.2221 10.3064 15.7646 11.3236C15.0114 12.998 14.6113 14.6703 14.6113 16.1603C14.6113 16.4469 14.8437 16.6792 15.1302 16.6792H18.4113C18.6978 16.6792 18.9302 16.4469 18.9302 16.1603C18.9302 13.4015 19.8986 10.3143 21.4551 8.10842L21.4551 8.10841C21.5168 8.02087 21.55 7.91636 21.55 7.80924V5.26772V5.26769C21.5499 4.98114 21.3175 4.74882 21.031 4.74882H16.9415V3.25683C16.9415 2.97022 16.7092 2.73789 16.4226 2.73789H11.9895C11.703 2.73789 11.4706 2.97022 11.4706 3.25683C11.4706 3.54345 11.703 3.77578 11.9895 3.77578H15.9036V6.60928C13.7682 9.7147 12.4124 13.946 12.2998 17.8159H8.81962C9.00338 13.9841 11.1676 9.7977 13.3169 7.26165C13.4476 7.10742 13.4768 6.89137 13.3918 6.70798C13.3068 6.5246 13.1231 6.40721 12.921 6.40721H8.6852C8.39864 6.40721 8.16626 6.63953 8.16626 6.92615V7.40128H5.54627V3.77578H9.47093C9.7575 3.77578 9.98988 3.54345 9.98988 3.25683C9.98988 2.97022 9.7575 2.73789 9.47093 2.73789H5.02732C4.74076 2.73789 4.50838 2.97022 4.50838 3.25683V4.74882H0.418944C0.132381 4.74882 -0.1 4.98115 -0.1 5.26776V8.63858C-0.1 8.9252 0.132381 9.15753 0.418944 9.15753H2.46883C2.7554 9.15753 2.98778 8.9252 2.98778 8.63858V8.43958H5.08073C4.45102 9.31173 3.87629 10.3064 3.41871 11.3237C2.66552 12.998 2.26544 14.6704 2.26544 16.1603C2.26544 16.4469 2.49782 16.6792 2.78438 16.6792H6.06542C6.35199 16.6792 6.58437 16.4469 6.58437 16.1603C6.58437 13.425 7.51269 10.4752 9.06613 8.27215C9.15145 8.17988 9.20419 8.05628 9.20419 7.92018V7.44505H11.8452C10.8942 8.71465 10.0228 10.1992 9.34142 11.7206C8.31416 14.0143 7.76923 16.3013 7.76923 18.3348C7.76923 18.6214 8.00161 18.8538 8.28817 18.8538H12.8112C13.0978 18.8538 13.3302 18.6214 13.3302 18.3348C13.3302 15.0183 14.3266 11.3624 15.9842 8.43954H17.4266ZM9.06814 8.26904L9.05696 8.26115L8.98789 8.20938L9.06814 8.26904ZM18.962 7.70304L18.8712 7.74498L18.962 7.70303C18.8771 7.51934 18.6933 7.40174 18.4909 7.40174H16.6215C16.6958 7.28961 16.7709 7.17894 16.8472 7.07027C16.9086 6.98287 16.9415 6.87872 16.9415 6.77194V5.78675H20.512V7.64666C18.988 9.87089 18.0126 12.8733 17.9027 15.6414H15.6667C15.8464 12.9512 17.3711 10.0368 18.8861 8.25706L18.8099 8.19224L18.8861 8.25706C19.0172 8.10298 19.0469 7.8867 18.962 7.70304ZM4.50838 7.4017H2.46883C2.18227 7.4017 1.94989 7.63402 1.94989 7.92064V8.11964H0.937887V5.78671H4.50838V7.4017ZM7.71849 8.43912C6.43761 10.5561 5.65358 13.1575 5.55663 15.6414H3.32089C3.49456 13.0412 4.92477 10.2318 6.38883 8.43912H7.71849Z' fill='black' stroke='black' stroke-width='0.2'/%3E%3Cpath d='M11.4351 2.83789H11.4297C11.1924 2.83789 11 3.03026 11 3.26758C11 3.50489 11.1924 3.69726 11.4297 3.69726H11.4351C11.6724 3.69726 11.8648 3.50489 11.8648 3.26758C11.8648 3.03026 11.6724 2.83789 11.4351 2.83789Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_2258'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="OTHERS_LIVE"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_2284)'%3E%3Cpath d='M20.6417 4.30889C20.2298 3.89704 19.5757 3.89704 19.1639 4.30889C18.752 4.72074 18.752 5.37485 19.1639 5.7867C22.8463 9.46912 22.8463 15.4531 19.1639 19.1355C18.752 19.5473 18.752 20.2014 19.1639 20.6133C19.3577 20.8071 19.6242 20.9282 19.8907 20.9282C20.1572 20.9282 20.4236 20.8313 20.6175 20.6133C25.1236 16.1072 25.1236 8.79078 20.6417 4.30889Z' fill='black' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M17.1773 7.74901C16.7655 7.33716 16.1114 7.33716 15.6995 7.74901C15.2877 8.16086 15.2877 8.81498 15.6995 9.22683C17.468 10.9954 17.4923 13.9025 15.6995 15.6711C15.2877 16.0829 15.2877 16.737 15.6995 17.1489C15.8933 17.3427 16.1598 17.4638 16.4263 17.4638C16.6928 17.4638 16.9593 17.3669 17.1531 17.1489C19.7938 14.5566 19.7696 10.3412 17.1773 7.74901Z' fill='black' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M5.83924 5.7867C6.25109 5.37485 6.25109 4.72074 5.83924 4.30889C5.42739 3.89704 4.77327 3.89704 4.36142 4.30889C-0.120474 8.79078 -0.120474 16.1072 4.36142 20.5891C4.55523 20.7829 4.82172 20.904 5.08821 20.904C5.35471 20.904 5.6212 20.8071 5.81501 20.5891C6.22686 20.1772 6.22686 19.5231 5.81501 19.1113C2.15681 15.4531 2.15681 9.46912 5.83924 5.7867Z' fill='black' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M9.27929 9.22683C9.69114 8.81498 9.69114 8.16086 9.27929 7.74901C8.86744 7.33716 8.21332 7.33716 7.80147 7.74901C5.20924 10.3412 5.20924 14.5566 7.80147 17.1489C7.99528 17.3427 8.26178 17.4638 8.52827 17.4638C8.79476 17.4638 9.06125 17.3669 9.25506 17.1489C9.66691 16.737 9.66691 16.0829 9.25506 15.6711C7.51075 13.9025 7.51076 10.9954 9.27929 9.22683Z' fill='black' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M12.5014 14.2175C13.4782 14.2175 14.27 13.4257 14.27 12.449C14.27 11.4722 13.4782 10.6804 12.5014 10.6804C11.5247 10.6804 10.7329 11.4722 10.7329 12.449C10.7329 13.4257 11.5247 14.2175 12.5014 14.2175Z' fill='black' stroke='white' stroke-width='0.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_2284'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="LIVE_BACCARAT"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.13265 19.9997H3.79745C3.6883 19.9997 3.60004 19.9115 3.60004 19.8023V3.3973C3.60004 3.28814 3.6883 3.19988 3.79745 3.19988H16.6025C16.7116 3.19988 16.7999 3.28814 16.7999 3.3973V6.55384C16.7999 6.88505 17.0681 7.15384 17.3999 7.15384C17.7316 7.15384 17.9999 6.88505 17.9999 6.55384V3.3973C17.9999 2.62693 17.3728 1.99988 16.6025 1.99988H3.79744C3.02708 1.99988 2.40002 2.62693 2.40002 3.3973V19.8023C2.40002 20.5727 3.02708 21.1997 3.79744 21.1997H9.13264C9.46438 21.1997 9.73264 20.9315 9.73264 20.5997C9.73264 20.268 9.46439 19.9997 9.13265 19.9997Z' fill='black'/%3E%3Cpath d='M8.17029 5.68374L6.98822 4.2653C6.78666 4.02289 6.41407 4.02289 6.21237 4.2653L5.0303 5.68374C4.5539 6.25494 5.0615 7.10752 5.79048 6.96167L6.38085 6.84341L6.07428 7.77461C6.03772 7.88564 6.12049 7.99961 6.23754 7.99961H6.96358C7.08063 7.99961 7.16273 7.88564 7.12684 7.77461L6.82027 6.84341L7.41064 6.96167C8.14027 7.10752 8.64719 6.25545 8.17082 5.68374H8.17029Z' fill='black'/%3E%3Cpath d='M14.9999 7.99976C11.3608 7.99976 8.3999 10.9608 8.3999 14.5998C8.3999 18.2387 11.3609 21.1998 14.9999 21.1998C18.6389 21.1998 21.5999 18.2387 21.5999 14.5998C21.5999 10.9608 18.6389 7.99976 14.9999 7.99976ZM14.9999 19.9998C12.0221 19.9998 9.5999 17.5775 9.5999 14.5998C9.5999 11.622 12.0221 9.19976 14.9999 9.19976C17.9777 9.19976 20.3999 11.6225 20.3999 14.5998C20.3999 17.577 17.9777 19.9998 14.9999 19.9998Z' fill='black'/%3E%3Cpath d='M15.2815 12.6653L15.0001 12.9467L14.7187 12.6653C14.0965 12.0431 13.0885 12.0431 12.4663 12.6653L12.4603 12.6714C11.8405 13.2912 11.8381 14.295 12.4543 14.9178L14.6508 17.1372C14.8326 17.3208 15.1296 17.322 15.312 17.139L17.5332 14.9178C18.1554 14.2955 18.1554 13.2876 17.5332 12.6654C16.911 12.0431 15.903 12.0431 15.2808 12.6654L15.2815 12.6653Z' fill='black'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="LIVE_BLACKJACK"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9956 1.00021H9.41864C8.62538 1.00021 7.98025 1.64518 7.98025 2.43861V2.47978L3.15297 3.45565C2.37613 3.61353 1.87111 4.3739 2.02885 5.15074L5.39574 21.8071C5.5344 22.4879 6.13546 22.96 6.80534 22.96C6.90006 22.96 6.99479 22.9504 7.09081 22.9312L17.2841 20.8697H20.9953C21.7886 20.8697 22.4337 20.2248 22.4337 19.4314V2.43839C22.4337 1.64514 21.7886 1 20.9953 1L20.9956 1.00021ZM21.0519 19.4314C21.0519 19.4617 21.0272 19.4863 20.9956 19.4863L9.41864 19.4865C9.38837 19.4865 9.36379 19.4617 9.36379 19.4316V2.43864C9.36379 2.40837 9.38853 2.38233 9.41864 2.38233H20.9956C21.0272 2.38233 21.0519 2.40837 21.0519 2.43864V19.4314ZM6.75216 21.5328L3.38415 4.8777C3.37862 4.84743 3.39782 4.81732 3.42809 4.81179L7.9808 3.89079V19.4313C7.9808 20.2246 8.62577 20.8697 9.41919 20.8697H10.3127L6.8184 21.5766C6.78796 21.5821 6.75785 21.5629 6.75232 21.5326L6.75216 21.5328Z' fill='black'/%3E%3Cpath d='M18.6753 10.062C17.8656 9.16589 15.2173 6.91779 15.2173 6.91779C15.2175 6.91779 12.5579 9.15677 11.7445 10.0505C11.0145 10.8525 11.1073 12.1554 11.875 12.952C12.5843 13.6882 13.7073 13.8223 14.501 13.2601L14.0691 14.6634C14.0248 14.807 14.1322 14.9521 14.2823 14.9521H16.1328C16.283 14.9521 16.3902 14.8068 16.346 14.6634L15.9162 13.267C16.7073 13.8249 17.8249 13.6935 18.5342 12.9629C19.305 12.1692 19.4027 10.8668 18.6753 10.062Z' fill='black'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="LIVE_ROULETTE"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14469 13.9385C1.50945 13.5166 0.652176 13.6898 0.230674 14.3248C-0.191069 14.9594 -0.018285 15.816 0.616528 16.2379C1.25199 16.6599 2.1084 16.4867 2.53012 15.8517C2.95207 15.2171 2.77908 14.3604 2.14469 13.9385Z' fill='black'/%3E%3Cpath d='M23.9549 14.835C23.932 14.3383 23.8241 13.8481 23.6494 13.3923C23.4747 12.9357 23.2352 12.5134 22.9561 12.13C22.3952 11.3625 21.6874 10.7473 20.9323 10.2391C20.1748 9.73142 19.3639 9.32765 18.5311 8.99915C17.6976 8.6709 16.8405 8.4184 15.9735 8.2264C14.6306 7.93049 13.2641 7.77899 11.8988 7.75082L11.6319 5.49703H13.5046C13.6461 5.73785 13.9048 5.90104 14.2041 5.90104C14.6532 5.90104 15.0179 5.53689 15.0179 5.0872C15.0179 4.63791 14.6532 4.27337 14.2041 4.27337C13.8867 4.27337 13.6146 4.45722 13.4806 4.72245H11.5403L11.4307 3.79696C11.4307 3.78381 11.4299 3.77108 11.4291 3.75814C11.9431 3.53944 12.3032 3.02984 12.3032 2.43615C12.3032 1.64294 11.6603 1 10.8671 1C10.0739 1 9.43092 1.64294 9.43092 2.43615C9.43092 3.02984 9.79111 3.53922 10.3049 3.75793C10.304 3.77087 10.3032 3.78381 10.3032 3.79695L10.1936 4.72244H8.25413C8.11974 4.45721 7.84762 4.27336 7.52978 4.27336C7.08028 4.27336 6.71615 4.63793 6.71615 5.0872C6.71615 5.53691 7.0803 5.90104 7.52978 5.90104C7.82924 5.90104 8.08842 5.73764 8.22972 5.49703H10.102L9.82905 7.80231C8.36346 7.90582 6.90942 8.15227 5.50328 8.56465C4.66124 8.81256 3.83699 9.12078 3.04837 9.50226C2.2606 9.88415 1.50665 10.3395 0.828613 10.8896C1.52935 10.3689 2.29794 9.94888 3.09468 9.60371C3.89249 9.25897 4.72033 8.98914 5.56173 8.77983C6.94425 8.4376 8.36181 8.25646 9.78065 8.21244L9.65628 9.26272C8.76899 9.29757 7.88063 9.4138 7.00584 9.64315C6.68259 9.73037 6.36124 9.83263 6.0461 9.96159C5.73121 10.0903 5.41925 10.2391 5.12184 10.4301C4.82614 10.6214 4.53527 10.846 4.29465 11.1506C4.17508 11.3026 4.06802 11.4749 3.9904 11.6692C3.91318 11.8629 3.86706 12.0797 3.86957 12.2969C3.87145 12.5104 3.91548 12.7239 3.99207 12.9167C4.06824 13.1102 4.17362 13.2834 4.29257 13.4363C4.53297 13.7419 4.82325 13.9691 5.11997 14.1601C5.71975 14.5359 6.36268 14.7669 7.00936 14.9376C8.30737 15.2675 9.63288 15.3508 10.9382 15.2955C11.5931 15.2675 12.2431 15.1987 12.8863 15.091C13.5294 14.9856 14.164 14.8333 14.7815 14.6311C15.3969 14.4266 16.001 14.1732 16.5409 13.8131C16.8097 13.633 17.0603 13.4216 17.2605 13.1668C17.46 12.9145 17.5996 12.6023 17.5962 12.2767C17.5969 12.6023 17.4552 12.9122 17.2542 13.1617C17.0526 13.4142 16.7951 13.6154 16.5249 13.7884C16.2536 13.962 15.9615 14.0999 15.6641 14.2212C15.3663 14.3424 15.0594 14.4391 14.7492 14.5223C13.5051 14.8462 12.2115 14.9359 10.9392 14.881C10.3006 14.8535 9.66685 14.7882 9.04203 14.6853C8.41704 14.5855 7.80161 14.4411 7.20937 14.2496C6.61964 14.0574 6.04471 13.8159 5.55873 13.4887C5.31708 13.3264 5.10067 13.1383 4.9448 12.9324C4.78704 12.7266 4.70064 12.5079 4.70147 12.2902C4.69813 12.0805 4.78432 11.8633 4.94438 11.6582C5.1034 11.4541 5.32022 11.265 5.56248 11.1022C6.04996 10.7744 6.62302 10.5296 7.21168 10.3334C7.80285 10.139 8.41662 9.98933 9.04076 9.88624C9.22356 9.85514 9.40762 9.82843 9.59207 9.80402L9.35001 11.8495C9.35001 11.8731 9.35272 11.9453 9.35272 11.9591C9.35272 12.4292 10.1649 12.8113 10.8671 12.8113C11.5695 12.8113 12.3819 12.4292 12.3819 11.9591C12.3819 11.9453 12.3846 11.8731 12.3846 11.8495L12.1271 9.67505C13.0082 9.70364 13.8886 9.81425 14.7463 10.0359C15.3656 10.2007 15.9762 10.4255 16.523 10.7667C16.7934 10.9393 17.0512 11.14 17.2532 11.3921C17.4543 11.6415 17.5967 11.9512 17.5964 12.2767C17.5994 11.9512 17.4593 11.639 17.2594 11.3871C17.0591 11.1325 16.8081 10.9216 16.5391 10.7419C15.9988 10.3823 15.3945 10.1294 14.7787 9.92576C14.3634 9.79012 13.9402 9.67764 13.512 9.58623C13.9041 9.64905 14.2941 9.72355 14.6804 9.81286C15.8859 10.0944 17.0668 10.5028 18.1313 11.1096C18.6595 11.4134 19.1612 11.7684 19.5793 12.1928C19.7874 12.4051 19.974 12.6348 20.119 12.8819C20.2641 13.1283 20.3669 13.3925 20.3999 13.6577C20.408 13.723 20.4126 13.7919 20.4118 13.8535C20.4112 13.9232 20.4066 13.9856 20.3974 14.0517C20.3788 14.1821 20.3436 14.3117 20.2939 14.4378C20.1948 14.6905 20.0403 14.9286 19.8565 15.1469C19.4863 15.5842 19.0068 15.9442 18.4963 16.2478C17.9838 16.5513 17.4331 16.7989 16.8671 17.0043C16.3004 17.2094 15.7165 17.3724 15.1249 17.501C13.9408 17.7572 12.7259 17.8785 11.5147 17.8845C10.3037 17.8893 9.09253 17.7779 7.91371 17.5442C6.73612 17.3083 5.58797 16.9538 4.54265 16.4296C4.53368 16.425 4.522 16.4194 4.5126 16.4154C4.15263 16.2554 3.73109 16.4173 3.57104 16.7775C3.41098 17.1374 3.57312 17.5592 3.93309 17.719L3.93935 17.7218C4.54223 17.9897 5.1693 18.2046 5.79701 18.3764C6.42638 18.5477 7.06205 18.6781 7.70061 18.7737C8.97794 18.964 10.266 19.0198 11.5456 18.9538C12.8248 18.8862 14.0967 18.6978 15.3353 18.3672C15.9542 18.2015 16.5646 17.9993 17.1589 17.7516C17.7528 17.5033 18.3309 17.2101 18.8749 16.852C19.4165 16.4929 19.9317 16.0722 20.344 15.5361C20.5481 15.2679 20.7255 14.9689 20.8386 14.6346C20.8952 14.4678 20.9346 14.2927 20.9509 14.1135C20.9592 14.025 20.9611 13.9315 20.9576 13.8453C20.954 13.7512 20.9436 13.6646 20.9283 13.5759C20.8666 13.2237 20.7188 12.9031 20.535 12.6222C20.3501 12.3403 20.1278 12.0938 19.8891 11.8724C19.4093 11.4305 18.8653 11.0861 18.3 10.7954C17.1671 10.2199 15.9471 9.86472 14.7161 9.6381C13.8657 9.48389 13.0059 9.3952 12.1456 9.3639C12.1266 9.3616 12.108 9.35931 12.089 9.35722L11.958 8.251C13.2637 8.33844 14.5588 8.5419 15.8152 8.87556C16.6428 9.09614 17.4536 9.37368 18.2299 9.71819C19.0053 10.0629 19.748 10.4749 20.42 10.9684C21.09 11.4613 21.6917 12.04 22.1334 12.7035C22.5763 13.3649 22.8404 14.1151 22.8409 14.8671C22.8477 15.6205 22.5913 16.3542 22.1583 16.9957C21.7261 17.6393 21.132 18.1929 20.4702 18.6593C19.8066 19.1266 19.0725 19.5101 18.3075 19.8254C17.5416 20.1408 16.7434 20.3889 15.9302 20.579C14.3027 20.959 12.6184 21.113 10.9433 21.0779C10.9318 21.0777 10.9168 21.0777 10.9051 21.0779C10.4129 21.0886 10.0224 21.4965 10.0333 21.9886C10.0439 22.4809 10.4519 22.8713 10.944 22.8607H10.9444C12.757 22.821 14.5667 22.5781 16.3197 22.0894C17.1958 21.8446 18.057 21.5368 18.8895 21.152C19.7208 20.7665 20.5251 20.3041 21.2655 19.7344C22.003 19.1647 22.6842 18.484 23.1923 17.6539C23.4454 17.24 23.6514 16.7885 23.7854 16.3106C23.9202 15.8335 23.9796 15.3308 23.9552 14.8348L23.9549 14.835Z' fill='black'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="TABLE_CARD"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_3328)'%3E%3Cmask id='mask0_546_3328' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 1.90735e-06H24V24H0V1.90735e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_546_3328)'%3E%3Cpath d='M16.1596 18.75L12 23.2969L7.99854 18.75L12 14.2031L16.1596 18.75Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 2.54883C12 2.54883 12.5062 0.703125 14.1094 0.703125C15.3581 0.703125 16.2188 1.76128 16.2188 3.01491C16.2188 4.74867 14.502 5.89669 12 8.08594C9.498 5.89669 7.78125 4.74867 7.78125 3.01491C7.78125 1.76128 8.64188 0.703125 9.89062 0.703125C11.4938 0.703125 12 2.54883 12 2.54883Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.92188 11.4375C4.92188 12.6025 5.86627 13.5469 7.03125 13.5469C8.19623 13.5469 9.14062 12.6025 9.14062 11.4375C9.14062 10.2725 8.19623 9.32812 7.03125 9.32812C6.98555 9.32812 6.94294 9.33867 6.89794 9.34153C6.9795 9.11691 7.03125 8.8778 7.03125 8.625C7.03125 7.46002 6.08686 6.51562 4.92188 6.51562C3.75689 6.51562 2.8125 7.46002 2.8125 8.625C2.8125 8.8778 2.86425 9.11691 2.94581 9.34153C2.90081 9.33867 2.8582 9.32812 2.8125 9.32812C1.64752 9.32812 0.703125 10.2725 0.703125 11.4375C0.703125 12.6025 1.64752 13.5469 2.8125 13.5469C3.97748 13.5469 4.92188 12.6025 4.92188 11.4375Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.51562 16.3594H6.32812' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.92188 11.4375V16.3594' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1875 13.7227C22.4362 13.7227 23.2969 12.6645 23.2969 11.4109C23.2969 9.67711 21.5801 8.52909 19.0781 6.33984C16.5761 8.52909 14.8594 9.67711 14.8594 11.4109C14.8594 12.6645 15.72 13.7227 16.9688 13.7227C18.5719 13.7227 19.0781 11.877 19.0781 11.877C19.0781 11.877 19.5844 13.7227 21.1875 13.7227Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.6719 16.3594H20.4844' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0781 11.7832V16.2656' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_3328'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="GAME_SHOW"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_4890)'%3E%3Cmask id='mask0_546_4890' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 1.90735e-06H24V24H0V1.90735e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_546_4890)'%3E%3Cpath d='M4.03125 23.2969H17.1562' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8125 23.2969L13.4622 19.0021' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.72533 19.0021L6.375 23.2969' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4687 10.0781C12.4687 11.1136 11.6293 11.9531 10.5937 11.9531C9.55819 11.9531 8.71875 11.1136 8.71875 10.0781C8.71875 9.04261 9.55819 8.20313 10.5937 8.20313C11.6293 8.20313 12.4687 9.04261 12.4687 10.0781Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.21875 10.0781H8.71875' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.2175 9.14062L18.7127 5.39063' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.47485 14.7656L8.97004 11.0156' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5312 8.45435L15.2812 1.95916' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90625 18.1971L9.65625 11.702' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5938 8.20312V0.703126' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5938 19.4531V11.9531' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.65625 8.45435L5.90625 1.95916' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2812 18.1971L11.5312 11.702' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.97004 9.14062L2.47485 5.39063' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.7127 14.7656L12.2175 11.0156' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.0938 10.0781H12.4688' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9399 9.3397C19.5633 4.50722 15.5229 0.703126 10.5937 0.703126C5.41608 0.703126 1.21875 4.90045 1.21875 10.0781C1.21875 15.2558 5.41608 19.4531 10.5937 19.4531C15.5229 19.4531 19.5633 15.6491 19.9399 10.8166' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.7812 11.9531V8.20313L18.0938 10.0781L22.7812 11.9531Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_4890'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="BLACKJACK"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9956 1.00021H9.41864C8.62538 1.00021 7.98025 1.64518 7.98025 2.43861V2.47978L3.15297 3.45565C2.37613 3.61353 1.87111 4.3739 2.02885 5.15074L5.39574 21.8071C5.5344 22.4879 6.13546 22.96 6.80534 22.96C6.90006 22.96 6.99479 22.9504 7.09081 22.9312L17.2841 20.8697H20.9953C21.7886 20.8697 22.4337 20.2248 22.4337 19.4314V2.43839C22.4337 1.64514 21.7886 1 20.9953 1L20.9956 1.00021ZM21.0519 19.4314C21.0519 19.4617 21.0272 19.4863 20.9956 19.4863L9.41864 19.4865C9.38837 19.4865 9.36379 19.4617 9.36379 19.4316V2.43864C9.36379 2.40837 9.38853 2.38233 9.41864 2.38233H20.9956C21.0272 2.38233 21.0519 2.40837 21.0519 2.43864V19.4314ZM6.75216 21.5328L3.38415 4.8777C3.37862 4.84743 3.39782 4.81732 3.42809 4.81179L7.9808 3.89079V19.4313C7.9808 20.2246 8.62577 20.8697 9.41919 20.8697H10.3127L6.8184 21.5766C6.78796 21.5821 6.75785 21.5629 6.75232 21.5326L6.75216 21.5328Z' fill='black'/%3E%3Cpath d='M18.6754 10.062C17.8657 9.16589 15.2174 6.91779 15.2174 6.91779C15.2176 6.91779 12.5581 9.15677 11.7446 10.0505C11.0146 10.8525 11.1074 12.1554 11.8751 12.952C12.5844 13.6882 13.7074 13.8223 14.5011 13.2601L14.0692 14.6634C14.0249 14.807 14.1323 14.9521 14.2824 14.9521H16.1329C16.2831 14.9521 16.3904 14.8068 16.3461 14.6634L15.9163 13.267C16.7074 13.8249 17.825 13.6935 18.5343 12.9629C19.3051 12.1692 19.4028 10.8668 18.6754 10.062Z' fill='black'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="JACKPOTS"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_4943)'%3E%3Cmask id='mask0_546_4943' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_546_4943)'%3E%3Cmask id='mask1_546_4943' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 1.90735e-06H24V24H0V1.90735e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_546_4943)'%3E%3Cpath d='M21.5156 9.95204C21.307 12.0103 20.8073 14.8725 19.6125 16.6247H4.3875C3.19266 14.8725 2.69297 12.0103 2.48438 9.95204C2.66859 9.93469 2.84391 9.88501 3.00375 9.80954C3.78562 11.063 5.17687 11.8969 6.76312 11.8969C9.04125 11.8969 10.9177 10.1775 11.1642 7.96501C11.4061 8.11782 11.6925 8.20594 12 8.20594C12.3075 8.20594 12.5939 8.11782 12.8358 7.96501C13.0823 10.1775 14.9587 11.8969 17.2369 11.8969C18.8231 11.8969 20.2144 11.063 20.9962 9.80954C21.1561 9.88501 21.3314 9.93469 21.5156 9.95204Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5683 6.6375C13.5683 7.19625 13.2758 7.68703 12.8356 7.965C12.5937 8.11781 12.3073 8.20593 11.9998 8.20593C11.6923 8.20593 11.4059 8.11781 11.1641 7.965C10.7239 7.68703 10.4314 7.19625 10.4314 6.6375C10.4314 5.77078 11.1336 5.06859 11.9998 5.06859C12.8661 5.06859 13.5683 5.77078 13.5683 6.6375Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.90272 8.39061C3.90272 9.01733 3.53522 9.55826 3.00366 9.80951C2.84382 9.88498 2.66851 9.93467 2.48429 9.95201C2.43507 9.9567 2.38491 9.95905 2.33429 9.95905C1.46804 9.95905 0.765381 9.25686 0.765381 8.39061C0.765381 7.52436 1.46804 6.8217 2.33429 6.8217C3.20054 6.8217 3.90272 7.52436 3.90272 8.39061Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.2345 8.39061C23.2345 9.25686 22.5319 9.95905 21.6656 9.95905C21.615 9.95905 21.5648 9.9567 21.5156 9.95201C21.3314 9.93467 21.1561 9.88498 20.9962 9.80951C20.4647 9.55826 20.0972 9.01733 20.0972 8.39061C20.0972 7.52436 20.7994 6.8217 21.6656 6.8217C22.5319 6.8217 23.2345 7.52436 23.2345 8.39061Z' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.6124 16.6246V18.9313H4.38745V16.6246' stroke='black' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_4943'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="BACCARAT"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.13277 19.9997H3.79757C3.68842 19.9997 3.60016 19.9115 3.60016 19.8023V3.3973C3.60016 3.28814 3.68842 3.19988 3.79757 3.19988H16.6026C16.7118 3.19988 16.8 3.28814 16.8 3.3973V6.55384C16.8 6.88505 17.0683 7.15384 17.4 7.15384C17.7318 7.15384 18 6.88505 18 6.55384V3.3973C18 2.62693 17.373 1.99988 16.6026 1.99988H3.79756C3.0272 1.99988 2.40015 2.62693 2.40015 3.3973V19.8023C2.40015 20.5727 3.0272 21.1997 3.79756 21.1997H9.13276C9.46451 21.1997 9.73276 20.9315 9.73276 20.5997C9.73276 20.268 9.46451 19.9997 9.13277 19.9997Z' fill='black'/%3E%3Cpath d='M8.17041 5.68374L6.98834 4.2653C6.78678 4.02289 6.41419 4.02289 6.21249 4.2653L5.03042 5.68374C4.55402 6.25494 5.06163 7.10752 5.7906 6.96167L6.38097 6.84341L6.07441 7.77461C6.03784 7.88564 6.12061 7.99961 6.23766 7.99961H6.9637C7.08075 7.99961 7.16285 7.88564 7.12696 7.77461L6.8204 6.84341L7.41076 6.96167C8.1404 7.10752 8.64731 6.25545 8.17094 5.68374H8.17041Z' fill='black'/%3E%3Cpath d='M15.0001 7.99976C11.3611 7.99976 8.40015 10.9608 8.40015 14.5998C8.40015 18.2387 11.3612 21.1998 15.0001 21.1998C18.6391 21.1998 21.6001 18.2387 21.6001 14.5998C21.6001 10.9608 18.6391 7.99976 15.0001 7.99976ZM15.0001 19.9998C12.0224 19.9998 9.60015 17.5775 9.60015 14.5998C9.60015 11.622 12.0224 9.19976 15.0001 9.19976C17.9779 9.19976 20.4001 11.6225 20.4001 14.5998C20.4001 17.577 17.9779 19.9998 15.0001 19.9998Z' fill='black'/%3E%3Cpath d='M15.2816 12.6653L15.0002 12.9467L14.7188 12.6653C14.0966 12.0431 13.0887 12.0431 12.4664 12.6653L12.4604 12.6714C11.8406 13.2912 11.8382 14.295 12.4544 14.9178L14.6509 17.1372C14.8327 17.3208 15.1297 17.322 15.3121 17.139L17.5333 14.9178C18.1556 14.2955 18.1556 13.2876 17.5333 12.6654C16.9111 12.0431 15.9032 12.0431 15.2809 12.6654L15.2816 12.6653Z' fill='black'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="ROULETTE"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14469 13.9385C1.50945 13.5166 0.652176 13.6898 0.230674 14.3248C-0.191069 14.9594 -0.018285 15.816 0.616528 16.2379C1.25199 16.6599 2.1084 16.4867 2.53012 15.8517C2.95207 15.2171 2.77908 14.3604 2.14469 13.9385Z' fill='black'/%3E%3Cpath d='M23.9549 14.835C23.932 14.3383 23.8241 13.8481 23.6494 13.3923C23.4747 12.9357 23.2352 12.5134 22.9561 12.13C22.3952 11.3625 21.6874 10.7473 20.9323 10.2391C20.1748 9.73142 19.3639 9.32765 18.5311 8.99915C17.6976 8.6709 16.8405 8.4184 15.9735 8.2264C14.6306 7.93049 13.2641 7.77899 11.8988 7.75082L11.6319 5.49703H13.5046C13.6461 5.73785 13.9048 5.90104 14.2041 5.90104C14.6532 5.90104 15.0179 5.53689 15.0179 5.0872C15.0179 4.63791 14.6532 4.27337 14.2041 4.27337C13.8867 4.27337 13.6146 4.45722 13.4806 4.72245H11.5403L11.4307 3.79696C11.4307 3.78381 11.4299 3.77108 11.4291 3.75814C11.9431 3.53944 12.3032 3.02984 12.3032 2.43615C12.3032 1.64294 11.6603 1 10.8671 1C10.0739 1 9.43092 1.64294 9.43092 2.43615C9.43092 3.02984 9.79111 3.53922 10.3049 3.75793C10.304 3.77087 10.3032 3.78381 10.3032 3.79695L10.1936 4.72244H8.25413C8.11974 4.45721 7.84762 4.27336 7.52978 4.27336C7.08028 4.27336 6.71615 4.63793 6.71615 5.0872C6.71615 5.53691 7.0803 5.90104 7.52978 5.90104C7.82924 5.90104 8.08842 5.73764 8.22972 5.49703H10.102L9.82905 7.80231C8.36346 7.90582 6.90942 8.15227 5.50328 8.56465C4.66124 8.81256 3.83699 9.12078 3.04837 9.50226C2.2606 9.88415 1.50665 10.3395 0.828613 10.8896C1.52935 10.3689 2.29794 9.94888 3.09468 9.60371C3.89249 9.25897 4.72033 8.98914 5.56173 8.77983C6.94425 8.4376 8.36181 8.25646 9.78065 8.21244L9.65628 9.26272C8.76899 9.29757 7.88063 9.4138 7.00584 9.64315C6.68259 9.73037 6.36124 9.83263 6.0461 9.96159C5.73121 10.0903 5.41925 10.2391 5.12184 10.4301C4.82614 10.6214 4.53527 10.846 4.29465 11.1506C4.17508 11.3026 4.06802 11.4749 3.9904 11.6692C3.91318 11.8629 3.86706 12.0797 3.86957 12.2969C3.87145 12.5104 3.91548 12.7239 3.99207 12.9167C4.06824 13.1102 4.17362 13.2834 4.29257 13.4363C4.53297 13.7419 4.82325 13.9691 5.11997 14.1601C5.71975 14.5359 6.36268 14.7669 7.00936 14.9376C8.30737 15.2675 9.63288 15.3508 10.9382 15.2955C11.5931 15.2675 12.2431 15.1987 12.8863 15.091C13.5294 14.9856 14.164 14.8333 14.7815 14.6311C15.3969 14.4266 16.001 14.1732 16.5409 13.8131C16.8097 13.633 17.0603 13.4216 17.2605 13.1668C17.46 12.9145 17.5996 12.6023 17.5962 12.2767C17.5969 12.6023 17.4552 12.9122 17.2542 13.1617C17.0526 13.4142 16.7951 13.6154 16.5249 13.7884C16.2536 13.962 15.9615 14.0999 15.6641 14.2212C15.3663 14.3424 15.0594 14.4391 14.7492 14.5223C13.5051 14.8462 12.2115 14.9359 10.9392 14.881C10.3006 14.8535 9.66685 14.7882 9.04203 14.6853C8.41704 14.5855 7.80161 14.4411 7.20937 14.2496C6.61964 14.0574 6.04471 13.8159 5.55873 13.4887C5.31708 13.3264 5.10067 13.1383 4.9448 12.9324C4.78704 12.7266 4.70064 12.5079 4.70147 12.2902C4.69813 12.0805 4.78432 11.8633 4.94438 11.6582C5.1034 11.4541 5.32022 11.265 5.56248 11.1022C6.04996 10.7744 6.62302 10.5296 7.21168 10.3334C7.80285 10.139 8.41662 9.98933 9.04076 9.88624C9.22356 9.85514 9.40762 9.82843 9.59207 9.80402L9.35001 11.8495C9.35001 11.8731 9.35272 11.9453 9.35272 11.9591C9.35272 12.4292 10.1649 12.8113 10.8671 12.8113C11.5695 12.8113 12.3819 12.4292 12.3819 11.9591C12.3819 11.9453 12.3846 11.8731 12.3846 11.8495L12.1271 9.67505C13.0082 9.70364 13.8886 9.81425 14.7463 10.0359C15.3656 10.2007 15.9762 10.4255 16.523 10.7667C16.7934 10.9393 17.0512 11.14 17.2532 11.3921C17.4543 11.6415 17.5967 11.9512 17.5964 12.2767C17.5994 11.9512 17.4593 11.639 17.2594 11.3871C17.0591 11.1325 16.8081 10.9216 16.5391 10.7419C15.9988 10.3823 15.3945 10.1294 14.7787 9.92576C14.3634 9.79012 13.9402 9.67764 13.512 9.58623C13.9041 9.64905 14.2941 9.72355 14.6804 9.81286C15.8859 10.0944 17.0668 10.5028 18.1313 11.1096C18.6595 11.4134 19.1612 11.7684 19.5793 12.1928C19.7874 12.4051 19.974 12.6348 20.119 12.8819C20.2641 13.1283 20.3669 13.3925 20.3999 13.6577C20.408 13.723 20.4126 13.7919 20.4118 13.8535C20.4112 13.9232 20.4066 13.9856 20.3974 14.0517C20.3788 14.1821 20.3436 14.3117 20.2939 14.4378C20.1948 14.6905 20.0403 14.9286 19.8565 15.1469C19.4863 15.5842 19.0068 15.9442 18.4963 16.2478C17.9838 16.5513 17.4331 16.7989 16.8671 17.0043C16.3004 17.2094 15.7165 17.3724 15.1249 17.501C13.9408 17.7572 12.7259 17.8785 11.5147 17.8845C10.3037 17.8893 9.09253 17.7779 7.91371 17.5442C6.73612 17.3083 5.58797 16.9538 4.54265 16.4296C4.53368 16.425 4.522 16.4194 4.5126 16.4154C4.15263 16.2554 3.73109 16.4173 3.57104 16.7775C3.41098 17.1374 3.57312 17.5592 3.93309 17.719L3.93935 17.7218C4.54223 17.9897 5.1693 18.2046 5.79701 18.3764C6.42638 18.5477 7.06205 18.6781 7.70061 18.7737C8.97794 18.964 10.266 19.0198 11.5456 18.9538C12.8248 18.8862 14.0967 18.6978 15.3353 18.3672C15.9542 18.2015 16.5646 17.9993 17.1589 17.7516C17.7528 17.5033 18.3309 17.2101 18.8749 16.852C19.4165 16.4929 19.9317 16.0722 20.344 15.5361C20.5481 15.2679 20.7255 14.9689 20.8386 14.6346C20.8952 14.4678 20.9346 14.2927 20.9509 14.1135C20.9592 14.025 20.9611 13.9315 20.9576 13.8453C20.954 13.7512 20.9436 13.6646 20.9283 13.5759C20.8666 13.2237 20.7188 12.9031 20.535 12.6222C20.3501 12.3403 20.1278 12.0938 19.8891 11.8724C19.4093 11.4305 18.8653 11.0861 18.3 10.7954C17.1671 10.2199 15.9471 9.86472 14.7161 9.6381C13.8657 9.48389 13.0059 9.3952 12.1456 9.3639C12.1266 9.3616 12.108 9.35931 12.089 9.35722L11.958 8.251C13.2637 8.33844 14.5588 8.5419 15.8152 8.87556C16.6428 9.09614 17.4536 9.37368 18.2299 9.71819C19.0053 10.0629 19.748 10.4749 20.42 10.9684C21.09 11.4613 21.6917 12.04 22.1334 12.7035C22.5763 13.3649 22.8404 14.1151 22.8409 14.8671C22.8477 15.6205 22.5913 16.3542 22.1583 16.9957C21.7261 17.6393 21.132 18.1929 20.4702 18.6593C19.8066 19.1266 19.0725 19.5101 18.3075 19.8254C17.5416 20.1408 16.7434 20.3889 15.9302 20.579C14.3027 20.959 12.6184 21.113 10.9433 21.0779C10.9318 21.0777 10.9168 21.0777 10.9051 21.0779C10.4129 21.0886 10.0224 21.4965 10.0333 21.9886C10.0439 22.4809 10.4519 22.8713 10.944 22.8607H10.9444C12.757 22.821 14.5667 22.5781 16.3197 22.0894C17.1958 21.8446 18.057 21.5368 18.8895 21.152C19.7208 20.7665 20.5251 20.3041 21.2655 19.7344C22.003 19.1647 22.6842 18.484 23.1923 17.6539C23.4454 17.24 23.6514 16.7885 23.7854 16.3106C23.9202 15.8335 23.9796 15.3308 23.9552 14.8348L23.9549 14.835Z' fill='black'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="OTHERS"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_5076)'%3E%3Cpath d='M19.0222 0H12.9851C11.6654 0.00184071 10.4002 0.526779 9.46716 1.45983C8.5341 2.39306 8.00899 3.65811 8.00732 4.97773V5.99732C8.00732 6.23544 8.13433 6.4553 8.34049 6.57448C8.54665 6.69345 8.80065 6.69345 9.00683 6.57448C9.21299 6.45534 9.34 6.23546 9.34 5.99732V4.97773C9.34 4.01105 9.72403 3.08399 10.4076 2.40026C11.0912 1.71669 12.0184 1.33265 12.9851 1.33265H19.0222C19.9889 1.33265 20.916 1.71668 21.5997 2.40026C22.2833 3.08399 22.6673 4.01105 22.6673 4.97773V11.0149C22.6673 11.9816 22.2833 12.9088 21.5997 13.5924C20.916 14.2759 19.9889 14.66 19.0222 14.66H18.0027C17.7645 14.66 17.5447 14.787 17.4255 14.9931C17.3065 15.1993 17.3065 15.4533 17.4255 15.6595C17.5446 15.8657 17.7645 15.9927 18.0027 15.9927H19.0222C20.3419 15.991 21.6069 15.4659 22.5401 14.5328C23.4732 13.5998 23.9981 12.3345 24 11.0149V4.97776C23.9981 3.65814 23.4732 2.39309 22.5401 1.45986C21.6069 0.526805 20.3418 0.00184203 19.0222 0Z' fill='black'/%3E%3Cpath d='M14.0046 4.66461C14.0046 5.40056 13.4078 5.99725 12.6718 5.99725C11.9358 5.99725 11.3391 5.40052 11.3391 4.66461C11.3391 3.92848 11.9358 3.33179 12.6718 3.33179C13.4079 3.33179 14.0046 3.92852 14.0046 4.66461Z' fill='black'/%3E%3Cpath d='M20.6682 4.66461C20.6682 5.40056 20.0714 5.99725 19.3353 5.99725C18.5994 5.99725 18.0027 5.40052 18.0027 4.66461C18.0027 3.92848 18.5994 3.33179 19.3353 3.33179C20.0715 3.33179 20.6682 3.92852 20.6682 4.66461Z' fill='black'/%3E%3Cpath d='M20.6682 11.3285C20.6682 12.0644 20.0714 12.6611 19.3353 12.6611C18.5994 12.6611 18.0027 12.0644 18.0027 11.3285C18.0027 10.5924 18.5994 9.99567 19.3353 9.99567C20.0715 9.99567 20.6682 10.5924 20.6682 11.3285Z' fill='black'/%3E%3Cpath d='M17.3366 7.99658C17.3366 8.73253 16.7399 9.32922 16.0038 9.32922C15.2678 9.32922 14.6711 8.73249 14.6711 7.99658C14.6711 7.26045 15.2679 6.66376 16.0038 6.66376C16.7399 6.66376 17.3366 7.26049 17.3366 7.99658Z' fill='black'/%3E%3Cpath d='M4.98848 23.9893H11.0256C12.3453 23.9874 13.6105 23.4625 14.5435 22.5294C15.4766 21.5962 16.0017 20.3312 16.0034 19.0115V12.9744C16.0017 11.6548 15.4766 10.3895 14.5435 9.45648C13.6105 8.52342 12.3453 7.99831 11.0256 7.99664H4.98848C3.66885 7.99832 2.4038 8.52342 1.47058 9.45648C0.537521 10.3895 0.0125842 11.6548 0.0107422 12.9744V19.0115C0.0125829 20.3312 0.537521 21.5962 1.47058 22.5294C2.4038 23.4625 3.66885 23.9874 4.98848 23.9893ZM1.34339 12.9743C1.34339 12.0077 1.72742 11.0804 2.411 10.3969C3.09474 9.71329 4.02179 9.32925 4.98848 9.32925H11.0256C11.9923 9.32925 12.9196 9.71328 13.6031 10.3969C14.2867 11.0804 14.6707 12.0077 14.6707 12.9743V19.0115C14.6707 19.9782 14.2867 20.9052 13.6031 21.589C12.9196 22.2725 11.9923 22.6566 11.0256 22.6566H4.98848C4.02179 22.6566 3.09474 22.2726 2.411 21.589C1.72743 20.9052 1.34339 19.9782 1.34339 19.0115V12.9743Z' fill='black'/%3E%3Cpath d='M12.6716 19.3247C12.6716 20.0608 12.0748 20.6575 11.3389 20.6575C10.6028 20.6575 10.0061 20.0607 10.0061 19.3247C10.0061 18.5887 10.6028 17.992 11.3389 17.992C12.0749 17.992 12.6716 18.5887 12.6716 19.3247Z' fill='black'/%3E%3Cpath d='M6.008 12.6608C6.008 13.3969 5.41126 13.9936 4.67535 13.9936C3.93922 13.9936 3.34253 13.3969 3.34253 12.6608C3.34253 11.9248 3.93926 11.3281 4.67535 11.3281C5.41131 11.3281 6.008 11.9249 6.008 12.6608Z' fill='black'/%3E%3Cpath d='M9.34003 15.9927C9.34003 16.7289 8.74329 17.3256 8.00738 17.3256C7.27125 17.3256 6.67456 16.7288 6.67456 15.9927C6.67456 15.2568 7.27129 14.6601 8.00738 14.6601C8.74334 14.6601 9.34003 15.2568 9.34003 15.9927Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_5076'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li[data-type="VIDEO_POKER"] {
    background-image: url("../img/video-poker.png");
}

.lucky-block-filter li.active[data-type="SLOTS"] {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_2258)'%3E%3Cpath d='M17.4266 8.43954C16.7969 9.31169 16.2221 10.3064 15.7646 11.3236C15.0114 12.998 14.6113 14.6703 14.6113 16.1603C14.6113 16.4469 14.8437 16.6792 15.1302 16.6792H18.4113C18.6978 16.6792 18.9302 16.4469 18.9302 16.1603C18.9302 13.4015 19.8986 10.3143 21.4551 8.10842L21.4551 8.10841C21.5168 8.02087 21.55 7.91636 21.55 7.80924V5.26772V5.26769C21.5499 4.98114 21.3175 4.74882 21.031 4.74882H16.9415V3.25683C16.9415 2.97022 16.7092 2.73789 16.4226 2.73789H11.9895C11.703 2.73789 11.4706 2.97022 11.4706 3.25683C11.4706 3.54345 11.703 3.77578 11.9895 3.77578H15.9036V6.60928C13.7682 9.7147 12.4124 13.946 12.2998 17.8159H8.81962C9.00338 13.9841 11.1676 9.7977 13.3169 7.26165C13.4476 7.10742 13.4768 6.89137 13.3918 6.70798C13.3068 6.5246 13.1231 6.40721 12.921 6.40721H8.6852C8.39864 6.40721 8.16626 6.63953 8.16626 6.92615V7.40128H5.54627V3.77578H9.47093C9.7575 3.77578 9.98988 3.54345 9.98988 3.25683C9.98988 2.97022 9.7575 2.73789 9.47093 2.73789H5.02732C4.74076 2.73789 4.50838 2.97022 4.50838 3.25683V4.74882H0.418944C0.132381 4.74882 -0.1 4.98115 -0.1 5.26776V8.63858C-0.1 8.9252 0.132381 9.15753 0.418944 9.15753H2.46883C2.7554 9.15753 2.98778 8.9252 2.98778 8.63858V8.43958H5.08073C4.45102 9.31173 3.87629 10.3064 3.41871 11.3237C2.66552 12.998 2.26544 14.6704 2.26544 16.1603C2.26544 16.4469 2.49782 16.6792 2.78438 16.6792H6.06542C6.35199 16.6792 6.58437 16.4469 6.58437 16.1603C6.58437 13.425 7.51269 10.4752 9.06613 8.27215C9.15145 8.17988 9.20419 8.05628 9.20419 7.92018V7.44505H11.8452C10.8942 8.71465 10.0228 10.1992 9.34142 11.7206C8.31416 14.0143 7.76923 16.3013 7.76923 18.3348C7.76923 18.6214 8.00161 18.8538 8.28817 18.8538H12.8112C13.0978 18.8538 13.3302 18.6214 13.3302 18.3348C13.3302 15.0183 14.3266 11.3624 15.9842 8.43954H17.4266ZM9.06814 8.26904L9.05696 8.26115L8.98789 8.20938L9.06814 8.26904ZM18.962 7.70304L18.8712 7.74498L18.962 7.70303C18.8771 7.51934 18.6933 7.40174 18.4909 7.40174H16.6215C16.6958 7.28961 16.7709 7.17894 16.8472 7.07027C16.9086 6.98287 16.9415 6.87872 16.9415 6.77194V5.78675H20.512V7.64666C18.988 9.87089 18.0126 12.8733 17.9027 15.6414H15.6667C15.8464 12.9512 17.3711 10.0368 18.8861 8.25706L18.8099 8.19224L18.8861 8.25706C19.0172 8.10298 19.0469 7.8867 18.962 7.70304ZM4.50838 7.4017H2.46883C2.18227 7.4017 1.94989 7.63402 1.94989 7.92064V8.11964H0.937887V5.78671H4.50838V7.4017ZM7.71849 8.43912C6.43761 10.5561 5.65358 13.1575 5.55663 15.6414H3.32089C3.49456 13.0412 4.92477 10.2318 6.38883 8.43912H7.71849Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M11.4351 2.83789H11.4297C11.1924 2.83789 11 3.03026 11 3.26758C11 3.50489 11.1924 3.69726 11.4297 3.69726H11.4351C11.6724 3.69726 11.8648 3.50489 11.8648 3.26758C11.8648 3.03026 11.6724 2.83789 11.4351 2.83789Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_2258'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="OTHERS_LIVE"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_2284)'%3E%3Cpath d='M20.6417 4.30889C20.2298 3.89704 19.5757 3.89704 19.1639 4.30889C18.752 4.72074 18.752 5.37485 19.1639 5.7867C22.8463 9.46912 22.8463 15.4531 19.1639 19.1355C18.752 19.5473 18.752 20.2014 19.1639 20.6133C19.3577 20.8071 19.6242 20.9282 19.8907 20.9282C20.1572 20.9282 20.4236 20.8313 20.6175 20.6133C25.1236 16.1072 25.1236 8.79078 20.6417 4.30889Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M17.1773 7.74901C16.7655 7.33716 16.1114 7.33716 15.6995 7.74901C15.2877 8.16086 15.2877 8.81498 15.6995 9.22683C17.468 10.9954 17.4923 13.9025 15.6995 15.6711C15.2877 16.0829 15.2877 16.737 15.6995 17.1489C15.8933 17.3427 16.1598 17.4638 16.4263 17.4638C16.6928 17.4638 16.9593 17.3669 17.1531 17.1489C19.7938 14.5566 19.7696 10.3412 17.1773 7.74901Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M5.83924 5.7867C6.25109 5.37485 6.25109 4.72074 5.83924 4.30889C5.42739 3.89704 4.77327 3.89704 4.36142 4.30889C-0.120474 8.79078 -0.120474 16.1072 4.36142 20.5891C4.55523 20.7829 4.82172 20.904 5.08821 20.904C5.35471 20.904 5.6212 20.8071 5.81501 20.5891C6.22686 20.1772 6.22686 19.5231 5.81501 19.1113C2.15681 15.4531 2.15681 9.46912 5.83924 5.7867Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M9.27929 9.22683C9.69114 8.81498 9.69114 8.16086 9.27929 7.74901C8.86744 7.33716 8.21332 7.33716 7.80147 7.74901C5.20924 10.3412 5.20924 14.5566 7.80147 17.1489C7.99528 17.3427 8.26178 17.4638 8.52827 17.4638C8.79476 17.4638 9.06125 17.3669 9.25506 17.1489C9.66691 16.737 9.66691 16.0829 9.25506 15.6711C7.51075 13.9025 7.51076 10.9954 9.27929 9.22683Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M12.5014 14.2175C13.4782 14.2175 14.27 13.4257 14.27 12.449C14.27 11.4722 13.4782 10.6804 12.5014 10.6804C11.5247 10.6804 10.7329 11.4722 10.7329 12.449C10.7329 13.4257 11.5247 14.2175 12.5014 14.2175Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_2284'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="LIVE_BACCARAT"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.13265 19.9997H3.79745C3.6883 19.9997 3.60004 19.9115 3.60004 19.8023V3.3973C3.60004 3.28814 3.6883 3.19988 3.79745 3.19988H16.6025C16.7116 3.19988 16.7999 3.28814 16.7999 3.3973V6.55384C16.7999 6.88505 17.0681 7.15384 17.3999 7.15384C17.7316 7.15384 17.9999 6.88505 17.9999 6.55384V3.3973C17.9999 2.62693 17.3728 1.99988 16.6025 1.99988H3.79744C3.02708 1.99988 2.40002 2.62693 2.40002 3.3973V19.8023C2.40002 20.5727 3.02708 21.1997 3.79744 21.1997H9.13264C9.46438 21.1997 9.73264 20.9315 9.73264 20.5997C9.73264 20.268 9.46439 19.9997 9.13265 19.9997Z' fill='white'/%3E%3Cpath d='M8.17029 5.68374L6.98822 4.2653C6.78666 4.02289 6.41407 4.02289 6.21237 4.2653L5.0303 5.68374C4.5539 6.25494 5.0615 7.10752 5.79048 6.96167L6.38085 6.84341L6.07428 7.77461C6.03772 7.88564 6.12049 7.99961 6.23754 7.99961H6.96358C7.08063 7.99961 7.16273 7.88564 7.12684 7.77461L6.82027 6.84341L7.41064 6.96167C8.14027 7.10752 8.64719 6.25545 8.17082 5.68374H8.17029Z' fill='white'/%3E%3Cpath d='M14.9999 7.99976C11.3608 7.99976 8.3999 10.9608 8.3999 14.5998C8.3999 18.2387 11.3609 21.1998 14.9999 21.1998C18.6389 21.1998 21.5999 18.2387 21.5999 14.5998C21.5999 10.9608 18.6389 7.99976 14.9999 7.99976ZM14.9999 19.9998C12.0221 19.9998 9.5999 17.5775 9.5999 14.5998C9.5999 11.622 12.0221 9.19976 14.9999 9.19976C17.9777 9.19976 20.3999 11.6225 20.3999 14.5998C20.3999 17.577 17.9777 19.9998 14.9999 19.9998Z' fill='white'/%3E%3Cpath d='M15.2815 12.6653L15.0001 12.9467L14.7187 12.6653C14.0965 12.0431 13.0885 12.0431 12.4663 12.6653L12.4603 12.6714C11.8405 13.2912 11.8381 14.295 12.4543 14.9178L14.6508 17.1372C14.8326 17.3208 15.1296 17.322 15.312 17.139L17.5332 14.9178C18.1554 14.2955 18.1554 13.2876 17.5332 12.6654C16.911 12.0431 15.903 12.0431 15.2808 12.6654L15.2815 12.6653Z' fill='white'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="LIVE_BLACKJACK"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9956 1.00021H9.41864C8.62538 1.00021 7.98025 1.64518 7.98025 2.43861V2.47978L3.15297 3.45565C2.37613 3.61353 1.87111 4.3739 2.02885 5.15074L5.39574 21.8071C5.5344 22.4879 6.13546 22.96 6.80534 22.96C6.90006 22.96 6.99479 22.9504 7.09081 22.9312L17.2841 20.8697H20.9953C21.7886 20.8697 22.4337 20.2248 22.4337 19.4314V2.43839C22.4337 1.64514 21.7886 1 20.9953 1L20.9956 1.00021ZM21.0519 19.4314C21.0519 19.4617 21.0272 19.4863 20.9956 19.4863L9.41864 19.4865C9.38837 19.4865 9.36379 19.4617 9.36379 19.4316V2.43864C9.36379 2.40837 9.38853 2.38233 9.41864 2.38233H20.9956C21.0272 2.38233 21.0519 2.40837 21.0519 2.43864V19.4314ZM6.75216 21.5328L3.38415 4.8777C3.37862 4.84743 3.39782 4.81732 3.42809 4.81179L7.9808 3.89079V19.4313C7.9808 20.2246 8.62577 20.8697 9.41919 20.8697H10.3127L6.8184 21.5766C6.78796 21.5821 6.75785 21.5629 6.75232 21.5326L6.75216 21.5328Z' fill='white'/%3E%3Cpath d='M18.6753 10.062C17.8656 9.16589 15.2173 6.91779 15.2173 6.91779C15.2175 6.91779 12.5579 9.15677 11.7445 10.0505C11.0145 10.8525 11.1073 12.1554 11.875 12.952C12.5843 13.6882 13.7073 13.8223 14.501 13.2601L14.0691 14.6634C14.0248 14.807 14.1322 14.9521 14.2823 14.9521H16.1328C16.283 14.9521 16.3902 14.8068 16.346 14.6634L15.9162 13.267C16.7073 13.8249 17.8249 13.6935 18.5342 12.9629C19.305 12.1692 19.4027 10.8668 18.6753 10.062Z' fill='white'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="LIVE_ROULETTE"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14469 13.9385C1.50945 13.5166 0.652176 13.6898 0.230674 14.3248C-0.191069 14.9594 -0.018285 15.816 0.616528 16.2379C1.25199 16.6599 2.1084 16.4867 2.53012 15.8517C2.95207 15.2171 2.77908 14.3604 2.14469 13.9385Z' fill='white'/%3E%3Cpath d='M23.9549 14.835C23.932 14.3383 23.8241 13.8481 23.6494 13.3923C23.4747 12.9357 23.2352 12.5134 22.9561 12.13C22.3952 11.3625 21.6874 10.7473 20.9323 10.2391C20.1748 9.73142 19.3639 9.32765 18.5311 8.99915C17.6976 8.6709 16.8405 8.4184 15.9735 8.2264C14.6306 7.93049 13.2641 7.77899 11.8988 7.75082L11.6319 5.49703H13.5046C13.6461 5.73785 13.9048 5.90104 14.2041 5.90104C14.6532 5.90104 15.0179 5.53689 15.0179 5.0872C15.0179 4.63791 14.6532 4.27337 14.2041 4.27337C13.8867 4.27337 13.6146 4.45722 13.4806 4.72245H11.5403L11.4307 3.79696C11.4307 3.78381 11.4299 3.77108 11.4291 3.75814C11.9431 3.53944 12.3032 3.02984 12.3032 2.43615C12.3032 1.64294 11.6603 1 10.8671 1C10.0739 1 9.43092 1.64294 9.43092 2.43615C9.43092 3.02984 9.79111 3.53922 10.3049 3.75793C10.304 3.77087 10.3032 3.78381 10.3032 3.79695L10.1936 4.72244H8.25413C8.11974 4.45721 7.84762 4.27336 7.52978 4.27336C7.08028 4.27336 6.71615 4.63793 6.71615 5.0872C6.71615 5.53691 7.0803 5.90104 7.52978 5.90104C7.82924 5.90104 8.08842 5.73764 8.22972 5.49703H10.102L9.82905 7.80231C8.36346 7.90582 6.90942 8.15227 5.50328 8.56465C4.66124 8.81256 3.83699 9.12078 3.04837 9.50226C2.2606 9.88415 1.50665 10.3395 0.828613 10.8896C1.52935 10.3689 2.29794 9.94888 3.09468 9.60371C3.89249 9.25897 4.72033 8.98914 5.56173 8.77983C6.94425 8.4376 8.36181 8.25646 9.78065 8.21244L9.65628 9.26272C8.76899 9.29757 7.88063 9.4138 7.00584 9.64315C6.68259 9.73037 6.36124 9.83263 6.0461 9.96159C5.73121 10.0903 5.41925 10.2391 5.12184 10.4301C4.82614 10.6214 4.53527 10.846 4.29465 11.1506C4.17508 11.3026 4.06802 11.4749 3.9904 11.6692C3.91318 11.8629 3.86706 12.0797 3.86957 12.2969C3.87145 12.5104 3.91548 12.7239 3.99207 12.9167C4.06824 13.1102 4.17362 13.2834 4.29257 13.4363C4.53297 13.7419 4.82325 13.9691 5.11997 14.1601C5.71975 14.5359 6.36268 14.7669 7.00936 14.9376C8.30737 15.2675 9.63288 15.3508 10.9382 15.2955C11.5931 15.2675 12.2431 15.1987 12.8863 15.091C13.5294 14.9856 14.164 14.8333 14.7815 14.6311C15.3969 14.4266 16.001 14.1732 16.5409 13.8131C16.8097 13.633 17.0603 13.4216 17.2605 13.1668C17.46 12.9145 17.5996 12.6023 17.5962 12.2767C17.5969 12.6023 17.4552 12.9122 17.2542 13.1617C17.0526 13.4142 16.7951 13.6154 16.5249 13.7884C16.2536 13.962 15.9615 14.0999 15.6641 14.2212C15.3663 14.3424 15.0594 14.4391 14.7492 14.5223C13.5051 14.8462 12.2115 14.9359 10.9392 14.881C10.3006 14.8535 9.66685 14.7882 9.04203 14.6853C8.41704 14.5855 7.80161 14.4411 7.20937 14.2496C6.61964 14.0574 6.04471 13.8159 5.55873 13.4887C5.31708 13.3264 5.10067 13.1383 4.9448 12.9324C4.78704 12.7266 4.70064 12.5079 4.70147 12.2902C4.69813 12.0805 4.78432 11.8633 4.94438 11.6582C5.1034 11.4541 5.32022 11.265 5.56248 11.1022C6.04996 10.7744 6.62302 10.5296 7.21168 10.3334C7.80285 10.139 8.41662 9.98933 9.04076 9.88624C9.22356 9.85514 9.40762 9.82843 9.59207 9.80402L9.35001 11.8495C9.35001 11.8731 9.35272 11.9453 9.35272 11.9591C9.35272 12.4292 10.1649 12.8113 10.8671 12.8113C11.5695 12.8113 12.3819 12.4292 12.3819 11.9591C12.3819 11.9453 12.3846 11.8731 12.3846 11.8495L12.1271 9.67505C13.0082 9.70364 13.8886 9.81425 14.7463 10.0359C15.3656 10.2007 15.9762 10.4255 16.523 10.7667C16.7934 10.9393 17.0512 11.14 17.2532 11.3921C17.4543 11.6415 17.5967 11.9512 17.5964 12.2767C17.5994 11.9512 17.4593 11.639 17.2594 11.3871C17.0591 11.1325 16.8081 10.9216 16.5391 10.7419C15.9988 10.3823 15.3945 10.1294 14.7787 9.92576C14.3634 9.79012 13.9402 9.67764 13.512 9.58623C13.9041 9.64905 14.2941 9.72355 14.6804 9.81286C15.8859 10.0944 17.0668 10.5028 18.1313 11.1096C18.6595 11.4134 19.1612 11.7684 19.5793 12.1928C19.7874 12.4051 19.974 12.6348 20.119 12.8819C20.2641 13.1283 20.3669 13.3925 20.3999 13.6577C20.408 13.723 20.4126 13.7919 20.4118 13.8535C20.4112 13.9232 20.4066 13.9856 20.3974 14.0517C20.3788 14.1821 20.3436 14.3117 20.2939 14.4378C20.1948 14.6905 20.0403 14.9286 19.8565 15.1469C19.4863 15.5842 19.0068 15.9442 18.4963 16.2478C17.9838 16.5513 17.4331 16.7989 16.8671 17.0043C16.3004 17.2094 15.7165 17.3724 15.1249 17.501C13.9408 17.7572 12.7259 17.8785 11.5147 17.8845C10.3037 17.8893 9.09253 17.7779 7.91371 17.5442C6.73612 17.3083 5.58797 16.9538 4.54265 16.4296C4.53368 16.425 4.522 16.4194 4.5126 16.4154C4.15263 16.2554 3.73109 16.4173 3.57104 16.7775C3.41098 17.1374 3.57312 17.5592 3.93309 17.719L3.93935 17.7218C4.54223 17.9897 5.1693 18.2046 5.79701 18.3764C6.42638 18.5477 7.06205 18.6781 7.70061 18.7737C8.97794 18.964 10.266 19.0198 11.5456 18.9538C12.8248 18.8862 14.0967 18.6978 15.3353 18.3672C15.9542 18.2015 16.5646 17.9993 17.1589 17.7516C17.7528 17.5033 18.3309 17.2101 18.8749 16.852C19.4165 16.4929 19.9317 16.0722 20.344 15.5361C20.5481 15.2679 20.7255 14.9689 20.8386 14.6346C20.8952 14.4678 20.9346 14.2927 20.9509 14.1135C20.9592 14.025 20.9611 13.9315 20.9576 13.8453C20.954 13.7512 20.9436 13.6646 20.9283 13.5759C20.8666 13.2237 20.7188 12.9031 20.535 12.6222C20.3501 12.3403 20.1278 12.0938 19.8891 11.8724C19.4093 11.4305 18.8653 11.0861 18.3 10.7954C17.1671 10.2199 15.9471 9.86472 14.7161 9.6381C13.8657 9.48389 13.0059 9.3952 12.1456 9.3639C12.1266 9.3616 12.108 9.35931 12.089 9.35722L11.958 8.251C13.2637 8.33844 14.5588 8.5419 15.8152 8.87556C16.6428 9.09614 17.4536 9.37368 18.2299 9.71819C19.0053 10.0629 19.748 10.4749 20.42 10.9684C21.09 11.4613 21.6917 12.04 22.1334 12.7035C22.5763 13.3649 22.8404 14.1151 22.8409 14.8671C22.8477 15.6205 22.5913 16.3542 22.1583 16.9957C21.7261 17.6393 21.132 18.1929 20.4702 18.6593C19.8066 19.1266 19.0725 19.5101 18.3075 19.8254C17.5416 20.1408 16.7434 20.3889 15.9302 20.579C14.3027 20.959 12.6184 21.113 10.9433 21.0779C10.9318 21.0777 10.9168 21.0777 10.9051 21.0779C10.4129 21.0886 10.0224 21.4965 10.0333 21.9886C10.0439 22.4809 10.4519 22.8713 10.944 22.8607H10.9444C12.757 22.821 14.5667 22.5781 16.3197 22.0894C17.1958 21.8446 18.057 21.5368 18.8895 21.152C19.7208 20.7665 20.5251 20.3041 21.2655 19.7344C22.003 19.1647 22.6842 18.484 23.1923 17.6539C23.4454 17.24 23.6514 16.7885 23.7854 16.3106C23.9202 15.8335 23.9796 15.3308 23.9552 14.8348L23.9549 14.835Z' fill='white'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="TABLE_CARD"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_3328)'%3E%3Cmask id='mask0_546_3328' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 1.90735e-06H24V24H0V1.90735e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_546_3328)'%3E%3Cpath d='M16.1596 18.75L12 23.2969L7.99854 18.75L12 14.2031L16.1596 18.75Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 2.54883C12 2.54883 12.5062 0.703125 14.1094 0.703125C15.3581 0.703125 16.2188 1.76128 16.2188 3.01491C16.2188 4.74867 14.502 5.89669 12 8.08594C9.498 5.89669 7.78125 4.74867 7.78125 3.01491C7.78125 1.76128 8.64188 0.703125 9.89062 0.703125C11.4938 0.703125 12 2.54883 12 2.54883Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.92188 11.4375C4.92188 12.6025 5.86627 13.5469 7.03125 13.5469C8.19623 13.5469 9.14062 12.6025 9.14062 11.4375C9.14062 10.2725 8.19623 9.32812 7.03125 9.32812C6.98555 9.32812 6.94294 9.33867 6.89794 9.34153C6.9795 9.11691 7.03125 8.8778 7.03125 8.625C7.03125 7.46002 6.08686 6.51562 4.92188 6.51562C3.75689 6.51562 2.8125 7.46002 2.8125 8.625C2.8125 8.8778 2.86425 9.11691 2.94581 9.34153C2.90081 9.33867 2.8582 9.32812 2.8125 9.32812C1.64752 9.32812 0.703125 10.2725 0.703125 11.4375C0.703125 12.6025 1.64752 13.5469 2.8125 13.5469C3.97748 13.5469 4.92188 12.6025 4.92188 11.4375Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.51562 16.3594H6.32812' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.92188 11.4375V16.3594' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1875 13.7227C22.4362 13.7227 23.2969 12.6645 23.2969 11.4109C23.2969 9.67711 21.5801 8.52909 19.0781 6.33984C16.5761 8.52909 14.8594 9.67711 14.8594 11.4109C14.8594 12.6645 15.72 13.7227 16.9688 13.7227C18.5719 13.7227 19.0781 11.877 19.0781 11.877C19.0781 11.877 19.5844 13.7227 21.1875 13.7227Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.6719 16.3594H20.4844' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0781 11.7832V16.2656' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_3328'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="GAME_SHOW"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_801_6604)'%3E%3Cmask id='mask0_801_6604' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 1.90735e-06H24V24H0V1.90735e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_801_6604)'%3E%3Cpath d='M4.03125 23.2969H17.1562' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8125 23.2969L13.4622 19.0021' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.72533 19.0021L6.375 23.2969' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4687 10.0781C12.4687 11.1136 11.6293 11.9531 10.5937 11.9531C9.55819 11.9531 8.71875 11.1136 8.71875 10.0781C8.71875 9.04261 9.55819 8.20313 10.5937 8.20313C11.6293 8.20313 12.4687 9.04261 12.4687 10.0781Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.21875 10.0781H8.71875' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.2175 9.14062L18.7127 5.39063' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.47485 14.7656L8.97004 11.0156' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5312 8.45435L15.2812 1.95916' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.90625 18.1971L9.65625 11.702' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5938 8.20312V0.703126' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5938 19.4531V11.9531' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.65625 8.45435L5.90625 1.95916' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2812 18.1971L11.5312 11.702' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.97004 9.14062L2.47485 5.39063' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.7127 14.7656L12.2175 11.0156' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.0938 10.0781H12.4688' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9399 9.3397C19.5633 4.50722 15.5229 0.703126 10.5937 0.703126C5.41608 0.703126 1.21875 4.90045 1.21875 10.0781C1.21875 15.2558 5.41608 19.4531 10.5937 19.4531C15.5229 19.4531 19.5633 15.6491 19.9399 10.8166' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.7812 11.9531V8.20313L18.0938 10.0781L22.7812 11.9531Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_801_6604'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="BLACKJACK"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9956 1.00021H9.41864C8.62538 1.00021 7.98025 1.64518 7.98025 2.43861V2.47978L3.15297 3.45565C2.37613 3.61353 1.87111 4.3739 2.02885 5.15074L5.39574 21.8071C5.5344 22.4879 6.13546 22.96 6.80534 22.96C6.90006 22.96 6.99479 22.9504 7.09081 22.9312L17.2841 20.8697H20.9953C21.7886 20.8697 22.4337 20.2248 22.4337 19.4314V2.43839C22.4337 1.64514 21.7886 1 20.9953 1L20.9956 1.00021ZM21.0519 19.4314C21.0519 19.4617 21.0272 19.4863 20.9956 19.4863L9.41864 19.4865C9.38837 19.4865 9.36379 19.4617 9.36379 19.4316V2.43864C9.36379 2.40837 9.38853 2.38233 9.41864 2.38233H20.9956C21.0272 2.38233 21.0519 2.40837 21.0519 2.43864V19.4314ZM6.75216 21.5328L3.38415 4.8777C3.37862 4.84743 3.39782 4.81732 3.42809 4.81179L7.9808 3.89079V19.4313C7.9808 20.2246 8.62577 20.8697 9.41919 20.8697H10.3127L6.8184 21.5766C6.78796 21.5821 6.75785 21.5629 6.75232 21.5326L6.75216 21.5328Z' fill='white'/%3E%3Cpath d='M18.6754 10.062C17.8657 9.16589 15.2174 6.91779 15.2174 6.91779C15.2176 6.91779 12.5581 9.15677 11.7446 10.0505C11.0146 10.8525 11.1074 12.1554 11.8751 12.952C12.5844 13.6882 13.7074 13.8223 14.5011 13.2601L14.0692 14.6634C14.0249 14.807 14.1323 14.9521 14.2824 14.9521H16.1329C16.2831 14.9521 16.3904 14.8068 16.3461 14.6634L15.9163 13.267C16.7074 13.8249 17.825 13.6935 18.5343 12.9629C19.3051 12.1692 19.4028 10.8668 18.6754 10.062Z' fill='white'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="JACKPOTS"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_4943)'%3E%3Cmask id='mask0_546_4943' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_546_4943)'%3E%3Cmask id='mask1_546_4943' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M0 1.90735e-06H24V24H0V1.90735e-06Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_546_4943)'%3E%3Cpath d='M21.5156 9.95204C21.307 12.0103 20.8073 14.8725 19.6125 16.6247H4.3875C3.19266 14.8725 2.69297 12.0103 2.48438 9.95204C2.66859 9.93469 2.84391 9.88501 3.00375 9.80954C3.78562 11.063 5.17687 11.8969 6.76312 11.8969C9.04125 11.8969 10.9177 10.1775 11.1642 7.96501C11.4061 8.11782 11.6925 8.20594 12 8.20594C12.3075 8.20594 12.5939 8.11782 12.8358 7.96501C13.0823 10.1775 14.9587 11.8969 17.2369 11.8969C18.8231 11.8969 20.2144 11.063 20.9962 9.80954C21.1561 9.88501 21.3314 9.93469 21.5156 9.95204Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5683 6.6375C13.5683 7.19625 13.2758 7.68703 12.8356 7.965C12.5937 8.11781 12.3073 8.20593 11.9998 8.20593C11.6923 8.20593 11.4059 8.11781 11.1641 7.965C10.7239 7.68703 10.4314 7.19625 10.4314 6.6375C10.4314 5.77078 11.1336 5.06859 11.9998 5.06859C12.8661 5.06859 13.5683 5.77078 13.5683 6.6375Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.90272 8.39061C3.90272 9.01733 3.53522 9.55826 3.00366 9.80951C2.84382 9.88498 2.66851 9.93467 2.48429 9.95201C2.43507 9.9567 2.38491 9.95905 2.33429 9.95905C1.46804 9.95905 0.765381 9.25686 0.765381 8.39061C0.765381 7.52436 1.46804 6.8217 2.33429 6.8217C3.20054 6.8217 3.90272 7.52436 3.90272 8.39061Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.2345 8.39061C23.2345 9.25686 22.5319 9.95905 21.6656 9.95905C21.615 9.95905 21.5648 9.9567 21.5156 9.95201C21.3314 9.93467 21.1561 9.88498 20.9962 9.80951C20.4647 9.55826 20.0972 9.01733 20.0972 8.39061C20.0972 7.52436 20.7994 6.8217 21.6656 6.8217C22.5319 6.8217 23.2345 7.52436 23.2345 8.39061Z' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.6124 16.6246V18.9313H4.38745V16.6246' stroke='white' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_4943'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="BACCARAT"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.13277 19.9997H3.79757C3.68842 19.9997 3.60016 19.9115 3.60016 19.8023V3.3973C3.60016 3.28814 3.68842 3.19988 3.79757 3.19988H16.6026C16.7118 3.19988 16.8 3.28814 16.8 3.3973V6.55384C16.8 6.88505 17.0683 7.15384 17.4 7.15384C17.7318 7.15384 18 6.88505 18 6.55384V3.3973C18 2.62693 17.373 1.99988 16.6026 1.99988H3.79756C3.0272 1.99988 2.40015 2.62693 2.40015 3.3973V19.8023C2.40015 20.5727 3.0272 21.1997 3.79756 21.1997H9.13276C9.46451 21.1997 9.73276 20.9315 9.73276 20.5997C9.73276 20.268 9.46451 19.9997 9.13277 19.9997Z' fill='white'/%3E%3Cpath d='M8.17041 5.68374L6.98834 4.2653C6.78678 4.02289 6.41419 4.02289 6.21249 4.2653L5.03042 5.68374C4.55402 6.25494 5.06163 7.10752 5.7906 6.96167L6.38097 6.84341L6.07441 7.77461C6.03784 7.88564 6.12061 7.99961 6.23766 7.99961H6.9637C7.08075 7.99961 7.16285 7.88564 7.12696 7.77461L6.8204 6.84341L7.41076 6.96167C8.1404 7.10752 8.64731 6.25545 8.17094 5.68374H8.17041Z' fill='white'/%3E%3Cpath d='M15.0001 7.99976C11.3611 7.99976 8.40015 10.9608 8.40015 14.5998C8.40015 18.2387 11.3612 21.1998 15.0001 21.1998C18.6391 21.1998 21.6001 18.2387 21.6001 14.5998C21.6001 10.9608 18.6391 7.99976 15.0001 7.99976ZM15.0001 19.9998C12.0224 19.9998 9.60015 17.5775 9.60015 14.5998C9.60015 11.622 12.0224 9.19976 15.0001 9.19976C17.9779 9.19976 20.4001 11.6225 20.4001 14.5998C20.4001 17.577 17.9779 19.9998 15.0001 19.9998Z' fill='white'/%3E%3Cpath d='M15.2816 12.6653L15.0002 12.9467L14.7188 12.6653C14.0966 12.0431 13.0887 12.0431 12.4664 12.6653L12.4604 12.6714C11.8406 13.2912 11.8382 14.295 12.4544 14.9178L14.6509 17.1372C14.8327 17.3208 15.1297 17.322 15.3121 17.139L17.5333 14.9178C18.1556 14.2955 18.1556 13.2876 17.5333 12.6654C16.9111 12.0431 15.9032 12.0431 15.2809 12.6654L15.2816 12.6653Z' fill='white'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="ROULETTE"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14469 13.9385C1.50945 13.5166 0.652176 13.6898 0.230674 14.3248C-0.191069 14.9594 -0.018285 15.816 0.616528 16.2379C1.25199 16.6599 2.1084 16.4867 2.53012 15.8517C2.95207 15.2171 2.77908 14.3604 2.14469 13.9385Z' fill='white'/%3E%3Cpath d='M23.9549 14.835C23.932 14.3383 23.8241 13.8481 23.6494 13.3923C23.4747 12.9357 23.2352 12.5134 22.9561 12.13C22.3952 11.3625 21.6874 10.7473 20.9323 10.2391C20.1748 9.73142 19.3639 9.32765 18.5311 8.99915C17.6976 8.6709 16.8405 8.4184 15.9735 8.2264C14.6306 7.93049 13.2641 7.77899 11.8988 7.75082L11.6319 5.49703H13.5046C13.6461 5.73785 13.9048 5.90104 14.2041 5.90104C14.6532 5.90104 15.0179 5.53689 15.0179 5.0872C15.0179 4.63791 14.6532 4.27337 14.2041 4.27337C13.8867 4.27337 13.6146 4.45722 13.4806 4.72245H11.5403L11.4307 3.79696C11.4307 3.78381 11.4299 3.77108 11.4291 3.75814C11.9431 3.53944 12.3032 3.02984 12.3032 2.43615C12.3032 1.64294 11.6603 1 10.8671 1C10.0739 1 9.43092 1.64294 9.43092 2.43615C9.43092 3.02984 9.79111 3.53922 10.3049 3.75793C10.304 3.77087 10.3032 3.78381 10.3032 3.79695L10.1936 4.72244H8.25413C8.11974 4.45721 7.84762 4.27336 7.52978 4.27336C7.08028 4.27336 6.71615 4.63793 6.71615 5.0872C6.71615 5.53691 7.0803 5.90104 7.52978 5.90104C7.82924 5.90104 8.08842 5.73764 8.22972 5.49703H10.102L9.82905 7.80231C8.36346 7.90582 6.90942 8.15227 5.50328 8.56465C4.66124 8.81256 3.83699 9.12078 3.04837 9.50226C2.2606 9.88415 1.50665 10.3395 0.828613 10.8896C1.52935 10.3689 2.29794 9.94888 3.09468 9.60371C3.89249 9.25897 4.72033 8.98914 5.56173 8.77983C6.94425 8.4376 8.36181 8.25646 9.78065 8.21244L9.65628 9.26272C8.76899 9.29757 7.88063 9.4138 7.00584 9.64315C6.68259 9.73037 6.36124 9.83263 6.0461 9.96159C5.73121 10.0903 5.41925 10.2391 5.12184 10.4301C4.82614 10.6214 4.53527 10.846 4.29465 11.1506C4.17508 11.3026 4.06802 11.4749 3.9904 11.6692C3.91318 11.8629 3.86706 12.0797 3.86957 12.2969C3.87145 12.5104 3.91548 12.7239 3.99207 12.9167C4.06824 13.1102 4.17362 13.2834 4.29257 13.4363C4.53297 13.7419 4.82325 13.9691 5.11997 14.1601C5.71975 14.5359 6.36268 14.7669 7.00936 14.9376C8.30737 15.2675 9.63288 15.3508 10.9382 15.2955C11.5931 15.2675 12.2431 15.1987 12.8863 15.091C13.5294 14.9856 14.164 14.8333 14.7815 14.6311C15.3969 14.4266 16.001 14.1732 16.5409 13.8131C16.8097 13.633 17.0603 13.4216 17.2605 13.1668C17.46 12.9145 17.5996 12.6023 17.5962 12.2767C17.5969 12.6023 17.4552 12.9122 17.2542 13.1617C17.0526 13.4142 16.7951 13.6154 16.5249 13.7884C16.2536 13.962 15.9615 14.0999 15.6641 14.2212C15.3663 14.3424 15.0594 14.4391 14.7492 14.5223C13.5051 14.8462 12.2115 14.9359 10.9392 14.881C10.3006 14.8535 9.66685 14.7882 9.04203 14.6853C8.41704 14.5855 7.80161 14.4411 7.20937 14.2496C6.61964 14.0574 6.04471 13.8159 5.55873 13.4887C5.31708 13.3264 5.10067 13.1383 4.9448 12.9324C4.78704 12.7266 4.70064 12.5079 4.70147 12.2902C4.69813 12.0805 4.78432 11.8633 4.94438 11.6582C5.1034 11.4541 5.32022 11.265 5.56248 11.1022C6.04996 10.7744 6.62302 10.5296 7.21168 10.3334C7.80285 10.139 8.41662 9.98933 9.04076 9.88624C9.22356 9.85514 9.40762 9.82843 9.59207 9.80402L9.35001 11.8495C9.35001 11.8731 9.35272 11.9453 9.35272 11.9591C9.35272 12.4292 10.1649 12.8113 10.8671 12.8113C11.5695 12.8113 12.3819 12.4292 12.3819 11.9591C12.3819 11.9453 12.3846 11.8731 12.3846 11.8495L12.1271 9.67505C13.0082 9.70364 13.8886 9.81425 14.7463 10.0359C15.3656 10.2007 15.9762 10.4255 16.523 10.7667C16.7934 10.9393 17.0512 11.14 17.2532 11.3921C17.4543 11.6415 17.5967 11.9512 17.5964 12.2767C17.5994 11.9512 17.4593 11.639 17.2594 11.3871C17.0591 11.1325 16.8081 10.9216 16.5391 10.7419C15.9988 10.3823 15.3945 10.1294 14.7787 9.92576C14.3634 9.79012 13.9402 9.67764 13.512 9.58623C13.9041 9.64905 14.2941 9.72355 14.6804 9.81286C15.8859 10.0944 17.0668 10.5028 18.1313 11.1096C18.6595 11.4134 19.1612 11.7684 19.5793 12.1928C19.7874 12.4051 19.974 12.6348 20.119 12.8819C20.2641 13.1283 20.3669 13.3925 20.3999 13.6577C20.408 13.723 20.4126 13.7919 20.4118 13.8535C20.4112 13.9232 20.4066 13.9856 20.3974 14.0517C20.3788 14.1821 20.3436 14.3117 20.2939 14.4378C20.1948 14.6905 20.0403 14.9286 19.8565 15.1469C19.4863 15.5842 19.0068 15.9442 18.4963 16.2478C17.9838 16.5513 17.4331 16.7989 16.8671 17.0043C16.3004 17.2094 15.7165 17.3724 15.1249 17.501C13.9408 17.7572 12.7259 17.8785 11.5147 17.8845C10.3037 17.8893 9.09253 17.7779 7.91371 17.5442C6.73612 17.3083 5.58797 16.9538 4.54265 16.4296C4.53368 16.425 4.522 16.4194 4.5126 16.4154C4.15263 16.2554 3.73109 16.4173 3.57104 16.7775C3.41098 17.1374 3.57312 17.5592 3.93309 17.719L3.93935 17.7218C4.54223 17.9897 5.1693 18.2046 5.79701 18.3764C6.42638 18.5477 7.06205 18.6781 7.70061 18.7737C8.97794 18.964 10.266 19.0198 11.5456 18.9538C12.8248 18.8862 14.0967 18.6978 15.3353 18.3672C15.9542 18.2015 16.5646 17.9993 17.1589 17.7516C17.7528 17.5033 18.3309 17.2101 18.8749 16.852C19.4165 16.4929 19.9317 16.0722 20.344 15.5361C20.5481 15.2679 20.7255 14.9689 20.8386 14.6346C20.8952 14.4678 20.9346 14.2927 20.9509 14.1135C20.9592 14.025 20.9611 13.9315 20.9576 13.8453C20.954 13.7512 20.9436 13.6646 20.9283 13.5759C20.8666 13.2237 20.7188 12.9031 20.535 12.6222C20.3501 12.3403 20.1278 12.0938 19.8891 11.8724C19.4093 11.4305 18.8653 11.0861 18.3 10.7954C17.1671 10.2199 15.9471 9.86472 14.7161 9.6381C13.8657 9.48389 13.0059 9.3952 12.1456 9.3639C12.1266 9.3616 12.108 9.35931 12.089 9.35722L11.958 8.251C13.2637 8.33844 14.5588 8.5419 15.8152 8.87556C16.6428 9.09614 17.4536 9.37368 18.2299 9.71819C19.0053 10.0629 19.748 10.4749 20.42 10.9684C21.09 11.4613 21.6917 12.04 22.1334 12.7035C22.5763 13.3649 22.8404 14.1151 22.8409 14.8671C22.8477 15.6205 22.5913 16.3542 22.1583 16.9957C21.7261 17.6393 21.132 18.1929 20.4702 18.6593C19.8066 19.1266 19.0725 19.5101 18.3075 19.8254C17.5416 20.1408 16.7434 20.3889 15.9302 20.579C14.3027 20.959 12.6184 21.113 10.9433 21.0779C10.9318 21.0777 10.9168 21.0777 10.9051 21.0779C10.4129 21.0886 10.0224 21.4965 10.0333 21.9886C10.0439 22.4809 10.4519 22.8713 10.944 22.8607H10.9444C12.757 22.821 14.5667 22.5781 16.3197 22.0894C17.1958 21.8446 18.057 21.5368 18.8895 21.152C19.7208 20.7665 20.5251 20.3041 21.2655 19.7344C22.003 19.1647 22.6842 18.484 23.1923 17.6539C23.4454 17.24 23.6514 16.7885 23.7854 16.3106C23.9202 15.8335 23.9796 15.3308 23.9552 14.8348L23.9549 14.835Z' fill='white'/%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="OTHERS"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_546_5076)'%3E%3Cpath d='M19.0222 0H12.9851C11.6654 0.00184071 10.4002 0.526779 9.46716 1.45983C8.5341 2.39306 8.00899 3.65811 8.00732 4.97773V5.99732C8.00732 6.23544 8.13433 6.4553 8.34049 6.57448C8.54665 6.69345 8.80065 6.69345 9.00683 6.57448C9.21299 6.45534 9.34 6.23546 9.34 5.99732V4.97773C9.34 4.01105 9.72403 3.08399 10.4076 2.40026C11.0912 1.71669 12.0184 1.33265 12.9851 1.33265H19.0222C19.9889 1.33265 20.916 1.71668 21.5997 2.40026C22.2833 3.08399 22.6673 4.01105 22.6673 4.97773V11.0149C22.6673 11.9816 22.2833 12.9088 21.5997 13.5924C20.916 14.2759 19.9889 14.66 19.0222 14.66H18.0027C17.7645 14.66 17.5447 14.787 17.4255 14.9931C17.3065 15.1993 17.3065 15.4533 17.4255 15.6595C17.5446 15.8657 17.7645 15.9927 18.0027 15.9927H19.0222C20.3419 15.991 21.6069 15.4659 22.5401 14.5328C23.4732 13.5998 23.9981 12.3345 24 11.0149V4.97776C23.9981 3.65814 23.4732 2.39309 22.5401 1.45986C21.6069 0.526805 20.3418 0.00184203 19.0222 0Z' fill='white'/%3E%3Cpath d='M14.0046 4.66461C14.0046 5.40056 13.4078 5.99725 12.6718 5.99725C11.9358 5.99725 11.3391 5.40052 11.3391 4.66461C11.3391 3.92848 11.9358 3.33179 12.6718 3.33179C13.4079 3.33179 14.0046 3.92852 14.0046 4.66461Z' fill='white'/%3E%3Cpath d='M20.6682 4.66461C20.6682 5.40056 20.0714 5.99725 19.3353 5.99725C18.5994 5.99725 18.0027 5.40052 18.0027 4.66461C18.0027 3.92848 18.5994 3.33179 19.3353 3.33179C20.0715 3.33179 20.6682 3.92852 20.6682 4.66461Z' fill='white'/%3E%3Cpath d='M20.6682 11.3285C20.6682 12.0644 20.0714 12.6611 19.3353 12.6611C18.5994 12.6611 18.0027 12.0644 18.0027 11.3285C18.0027 10.5924 18.5994 9.99567 19.3353 9.99567C20.0715 9.99567 20.6682 10.5924 20.6682 11.3285Z' fill='white'/%3E%3Cpath d='M17.3366 7.99658C17.3366 8.73253 16.7399 9.32922 16.0038 9.32922C15.2678 9.32922 14.6711 8.73249 14.6711 7.99658C14.6711 7.26045 15.2679 6.66376 16.0038 6.66376C16.7399 6.66376 17.3366 7.26049 17.3366 7.99658Z' fill='white'/%3E%3Cpath d='M4.98848 23.9893H11.0256C12.3453 23.9874 13.6105 23.4625 14.5435 22.5294C15.4766 21.5962 16.0017 20.3312 16.0034 19.0115V12.9744C16.0017 11.6548 15.4766 10.3895 14.5435 9.45648C13.6105 8.52342 12.3453 7.99831 11.0256 7.99664H4.98848C3.66885 7.99832 2.4038 8.52342 1.47058 9.45648C0.537521 10.3895 0.0125842 11.6548 0.0107422 12.9744V19.0115C0.0125829 20.3312 0.537521 21.5962 1.47058 22.5294C2.4038 23.4625 3.66885 23.9874 4.98848 23.9893ZM1.34339 12.9743C1.34339 12.0077 1.72742 11.0804 2.411 10.3969C3.09474 9.71329 4.02179 9.32925 4.98848 9.32925H11.0256C11.9923 9.32925 12.9196 9.71328 13.6031 10.3969C14.2867 11.0804 14.6707 12.0077 14.6707 12.9743V19.0115C14.6707 19.9782 14.2867 20.9052 13.6031 21.589C12.9196 22.2725 11.9923 22.6566 11.0256 22.6566H4.98848C4.02179 22.6566 3.09474 22.2726 2.411 21.589C1.72743 20.9052 1.34339 19.9782 1.34339 19.0115V12.9743Z' fill='white'/%3E%3Cpath d='M12.6716 19.3247C12.6716 20.0608 12.0748 20.6575 11.3389 20.6575C10.6028 20.6575 10.0061 20.0607 10.0061 19.3247C10.0061 18.5887 10.6028 17.992 11.3389 17.992C12.0749 17.992 12.6716 18.5887 12.6716 19.3247Z' fill='white'/%3E%3Cpath d='M6.008 12.6608C6.008 13.3969 5.41126 13.9936 4.67535 13.9936C3.93922 13.9936 3.34253 13.3969 3.34253 12.6608C3.34253 11.9248 3.93926 11.3281 4.67535 11.3281C5.41131 11.3281 6.008 11.9249 6.008 12.6608Z' fill='white'/%3E%3Cpath d='M9.34003 15.9927C9.34003 16.7289 8.74329 17.3256 8.00738 17.3256C7.27125 17.3256 6.67456 16.7288 6.67456 15.9927C6.67456 15.2568 7.27129 14.6601 8.00738 14.6601C8.74334 14.6601 9.34003 15.2568 9.34003 15.9927Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_546_5076'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lucky-block-filter li.active[data-type="VIDEO_POKER"] {
    background-image: url("../img/video-poker-white.png");
}

.lucky-block-filter li.active {
    background-color: #060606;
    color: #fff;
}

.mobile-show-info-button {
    display: none;
}

@media screen and (max-width: 767px){
    .lucky-block-title {
        font-size: 18px !important;
        line-height: 150% !important;
    }
    .lucky-block-filter {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .lucky-block-filter li {
        font-size: 12px;
        padding: 5px 12px !important;
        height: 29px;
    }
    .lucky-block-filter li[data-type="SLOTS"],
    .lucky-block-filter li[data-type="OTHERS_LIVE"],
    .lucky-block-filter li[data-type="LIVE_BACCARAT"],
    .lucky-block-filter li[data-type="LIVE_BLACKJACK"],
    .lucky-block-filter li[data-type="LIVE_ROULETTE"],
    .lucky-block-filter li[data-type="TABLE_CARD"],
    .lucky-block-filter li[data-type="GAME_SHOW"],
        /*.lucky-block-filter li[data-type="DEFAULT"],*/
    .lucky-block-filter li[data-type="BLACKJACK"] ,
    .lucky-block-filter li[data-type="JACKPOTS"],
    .lucky-block-filter li[data-type="BACCARAT"],
    .lucky-block-filter li[data-type="ROULETTE"],
    .lucky-block-filter li[data-type="OTHERS"],
    .lucky-block-filter li[data-type="VIDEO_POKER"] {
        padding-left: 40px !important;
        background-position: 12px center;
    }
    .lucky-block-block p.lucky-block-show-more {
        margin: 20px auto;
    }
    .lucky-block-container .game-block {
        width: calc((100% - 24px)/2);
        height: calc((100vw * 221 / 375) + 25px);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .lucky-block-container .game-image-block > .game-play-now{
        top: calc(100vw * 221 / 375);
    }
    .lucky-block-container .game-image-block img {
        height: calc(100vw * 221 / 375);
    }
    .lucky-block-container .game-info-block .game-play-now {
        width: 100%;
        border-radius: 0;
        padding: 4px 16px 4px 34px;
        font-weight: 700;
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 0;
        background-size: 9px;
        background-position: calc(50% - 43px) 5px;
    }
    .lucky-block-container .game-info-block{
        display: none;
    }
}

@media screen and (max-width: 500px){
    .lucky-block-modal-header {
        background: #000000;
        padding: 9px 16px;
    }
    .lucky-block-modal-header p {
        font-size: 12px;
        line-height: 14px;
        height: 14px;
    }
    .lucky-block-modal-header .full-screen {
        display: none;
    }
    .lucky-block-modal-header .close-modal {
        height: 32px;
        width: 32px;
    }

    .lucky-block-modal-bottom {
        flex-wrap: wrap;
        padding: 8px 0;
        position: relative;
    }
    .mobile-show-info-button {
        display: block;
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 7.16666L8.5 11.1667L12.5 7.16666' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        transform: rotate(180deg);
        width: 28px;
        height: 28px;
        top: 9px;
        right: 0;
        background-position: center;
        background-repeat: no-repeat;
    }
    #lucky-block-modal.mobile-show-info .mobile-show-info-button {
        transform: rotate(0deg);
    }
    .lucky-block-modal-bottom-logo {
        display: none;
    }
    #lucky-block-modal.mobile-show-info .lucky-block-modal-bottom-logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 23px;
    }
    #lucky-block-modal.mobile-show-info .lucky-block-modal-bottom-logo img {
        padding: 0 0 4px 12px;
        height: 30px;
    }
    #lucky-block-modal.mobile-show-info .lucky-block-modal-bottom-logo .banner{
        position: absolute;
        top: 0;
    }
    #lucky-block-modal.mobile-show-info .lucky-block-modal-bottom-logo .banner:after {
        width: 14px;
        right: -14px;
    }
    #lucky-block-modal.mobile-show-info .lucky-block-modal-bottom-logo .rating{
        padding: 0 0 0 16px;
    }
    #lucky-block-modal.mobile-show-info .lucky-block-modal-bottom-logo .review {
        margin-top: -3px;
    }
    #lucky-block-modal.mobile-show-info .lucky-block-modal-body iframe {
        height: calc(100vh - 137px);
    }
    .lucky-block-modal-bottom-info {
        width: auto;
    }
    .lucky-block-modal-bottom-info .bonus {
        font-size: 14px;
        margin: 0 16px 0 12px;
    }
    .lucky-block-modal-bottom-info,
    .lucky-block-modal-bottom-links{
        margin-left: 0;
    }
    .lucky-block-modal-bottom-links a {
        padding: 8px 16px;
        font-size: 12px;
    }

    .lucky-block-modal-body {
        margin: 0;
    }
    .lucky-block-modal-body iframe {
        height: calc(100vh - 79px);
    }
}

#lucky-block-modal.horizontal-screen .lucky-block-modal-header {
    background: #000000;
    padding: 9px 16px;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-logo {
    display: none;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-header p {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-header .full-screen {
    right: 40px;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-header .full-screen,
#lucky-block-modal.horizontal-screen .lucky-block-modal-header .close-modal {
    height: 32px;
    width: 32px;
}

#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom {
    flex-wrap: wrap;
    padding: 8px 0;
    position: relative;
}
#lucky-block-modal.horizontal-screen .mobile-show-info-button {
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 7.16666L8.5 11.1667L12.5 7.16666' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transform: rotate(180deg);
    width: 28px;
    height: 28px;
    top: 9px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
}
#lucky-block-modal.horizontal-screen.mobile-show-info .mobile-show-info-button {
    transform: rotate(0deg);
}
#lucky-block-modal.horizontal-screen.mobile-show-info .lucky-block-modal-bottom-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 23px;
}
#lucky-block-modal.horizontal-screen.mobile-show-info .lucky-block-modal-bottom-logo img {
    padding: 0 0 4px 12px;
    height: 30px;
}
#lucky-block-modal.horizontal-screen.mobile-show-info .lucky-block-modal-bottom-logo .banner{
    position: absolute;
    top: 0;
}
#lucky-block-modal.horizontal-screen.mobile-show-info .lucky-block-modal-bottom-logo .banner:after {
    width: 14px;
    right: -14px;
}
#lucky-block-modal.horizontal-screen.mobile-show-info .lucky-block-modal-bottom-logo .rating{
    padding: 0 0 0 16px;
}
#lucky-block-modal.horizontal-screen.mobile-show-info .lucky-block-modal-bottom-logo .review {
    margin-top: -3px;
}
#lucky-block-modal.horizontal-screen.mobile-show-info .lucky-block-modal-body iframe {
    height: calc(100vh - 141px);
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-info .bonus {
    font-size: 14px;
    margin: 0 16px 0 12px;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-info,
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-links{
    margin-left: 0;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-links a {
    padding: 8px 16px;
    font-size: 12px;
}

#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom {
    max-width: none;
    justify-content: center;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-body {
    margin: 0;
    max-width: none;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-body iframe {
    height: calc(100vh - 79px);
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-logo .banner {
    display: none;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-logo img {
    padding-bottom: 0;
    padding-top: 0;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-logo .rating {
    padding-bottom: 0;
}
#lucky-block-modal.horizontal-screen .lucky-block-modal-bottom-logo .rating-list {
    margin-top: 0;
}
#lucky-block-modal.horizontal-screen .mobile-show-info-button {
    display: none;
}