/**** Reset Css ****/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**** //Reset Css ****/
/**** Global StyleSheet ****/
body {
    font-family: "Open Sans", sans-serif;
    font-weight: inherit;
    font-size: inherit;
    overflow: hidden;
}

body.custom-bg {
    background-image: url(../img/custom-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: relative;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

.SvgjsLinearGradient1023 {
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.4))
}
.hide {
    display: none !important;
}


#drawing {
    text-align: center;
    position: relative;
    background-position: 53% 40%;
    background-size: 110%;
    background-repeat: no-repeat;
    max-width: 500px;
    margin: 0 auto;
}

#drawing svg {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

/*circle {*/
/*    fill: #0000000f;*/
/*}*/

#SvgjsCircle1030 {
    filter: drop-shadow(5px 5px 4px rgb(0 0 0 / 0.4));
}

path {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    stroke-width: 3px;
}

@media only screen and (max-width: 600px) {
    #drawing {
        background-position: 52% 44%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    #drawing{
        background-position: 49% 47% !important;
    }
    #drawing svg {
        max-width: 500px;
    }
}

@media only screen and (min-height: 1200px) {
    #drawing svg {
        max-width: 660px;
    }
}

#drawing.blur image {
    opacity: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/christmas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#particles-js.custom-bg {
    background-image: url(../img/spinwheel-bg2.jpg);
}

.site-logo {
    position: absolute;
    left: 25px;
    top: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: auto;
}

.site-logo img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .site-logo {
        width: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .site-logo {
        width: 180px;
    }
}

@media only screen and (max-width: 600px) {
    .site-logo {
        width: 160px;
    }
}

#particles-js.happy-new-year {
    background-image: url(../img/happynewyear.jpg);
}

#particles-js.happy-new-year:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/thumb.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 20vw;
    width: 27vw;
    max-height: 200px;
    max-width: 350px;
    min-height: 130px;
    min-width: 280px;
}

#particles-js.happy-new-year.songkran {
    background-image: url(../img/songkran.png);
}

#particles-js.happy-new-year.songkran:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/thumb_songkran.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 20vw;
    width: 27vw;
    max-height: 250px;
    max-width: 250px;
    min-height: 140px;
    min-width: 140px;
}

#particles-js.flame {
    background-image: url(../img/flame.jpg);
    background-size: cover;
}

#particles-js.flame .fire {
    font-size: 24px;
    filter: blur(0.02em);
    -webkit-filter: blur(0.02em);
    bottom: 0;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -12em;
    margin-top: -9em;
}

#particles-js.flame .fire+.fire {
    margin-left: 9em;
    margin-top: -20em;
}

#particles-js.flame .fire+.fire+.fire {
    margin-top: 3em;
    margin-left: 10em;
}

#particles-js.flame .fire+.fire+.fire+.fire {
    margin-top: -25em;
    margin-left: -7em;
}

@media only screen and (min-height: 1200px) {
    #particles-js.flame .fire {
        font-size: 20px;
        margin-left: -13em;
        margin-top: -6em;
    }

    #particles-js.flame .fire+.fire {
        margin-left: 14em;
        margin-top: -36em;
    }

    #particles-js.flame .fire+.fire+.fire {
        margin-top: 0em;
        margin-left: 9em;
    }

    #particles-js.flame .fire+.fire+.fire+.fire {
        margin-top: -36em;
        margin-left: -15em;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) and (min-height: 460px) {
    #particles-js.flame .fire {
        font-size: 20px;
        margin-left: -13em;
        margin-top: -2em;
    }

    #particles-js.flame .fire+.fire {
        margin-left: 5em;
        margin-top: -30em;
    }

    #particles-js.flame .fire+.fire+.fire {
        margin-top: 3em;
        margin-left: 10em;
    }

    #particles-js.flame .fire+.fire+.fire+.fire {
        margin-top: -19em;
        margin-left: -11em;
    }
}

@media only screen and (max-height: 460px) {
    #particles-js.flame .fire {
        font-size: 20px;
        margin-left: -7em;
        margin-top: -2em;
    }

    #particles-js.flame .fire+.fire {
        margin-left: 5em;
        margin-top: -13em;
    }

    #particles-js.flame .fire+.fire+.fire {
        margin-top: 3em;
        margin-left: 5em;
    }

    #particles-js.flame .fire+.fire+.fire+.fire {
        margin-top: -13em;
        margin-left: -6em;
    }
}

@media only screen and (max-width: 460px) {
    #particles-js.flame .fire {
        font-size: 18px;
    }

    #particles-js.flame .fire+.fire+.fire {
        margin-top: 3em;
        margin-left: 8em;
    }
}

#particles-js.flame .particle {
    -webkit-animation: rise 1s ease-in infinite;
    animation: rise 1s ease-in infinite;
    background-image: radial-gradient(#ff5000 20%, rgba(255, 80, 0, 0) 70%);
    border-radius: 50%;
    mix-blend-mode: screen;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 5em;
    height: 5em;
}

#particles-js.flame .particle:nth-of-type(1) {
    -webkit-animation-delay: 0.9008029771s;
    animation-delay: 0.9008029771s;
    left: calc((100% - 5em) * 0);
}

#particles-js.flame .particle:nth-of-type(2) {
    -webkit-animation-delay: 0.4109617306s;
    animation-delay: 0.4109617306s;
    left: calc((100% - 5em) * 0.02);
}

#particles-js.flame .particle:nth-of-type(3) {
    -webkit-animation-delay: 0.3376995019s;
    animation-delay: 0.3376995019s;
    left: calc((100% - 5em) * 0.04);
}

#particles-js.flame .particle:nth-of-type(4) {
    -webkit-animation-delay: 0.0095371652s;
    animation-delay: 0.0095371652s;
    left: calc((100% - 5em) * 0.06);
}

#particles-js.flame .particle:nth-of-type(5) {
    -webkit-animation-delay: 0.7477216061s;
    animation-delay: 0.7477216061s;
    left: calc((100% - 5em) * 0.08);
}

#particles-js.flame .particle:nth-of-type(6) {
    -webkit-animation-delay: 0.0310947992s;
    animation-delay: 0.0310947992s;
    left: calc((100% - 5em) * 0.1);
}

#particles-js.flame .particle:nth-of-type(7) {
    -webkit-animation-delay: 0.2139442226s;
    animation-delay: 0.2139442226s;
    left: calc((100% - 5em) * 0.12);
}

#particles-js.flame .particle:nth-of-type(8) {
    -webkit-animation-delay: 0.776415815s;
    animation-delay: 0.776415815s;
    left: calc((100% - 5em) * 0.14);
}

#particles-js.flame .particle:nth-of-type(9) {
    -webkit-animation-delay: 0.1717662184s;
    animation-delay: 0.1717662184s;
    left: calc((100% - 5em) * 0.16);
}

#particles-js.flame .particle:nth-of-type(10) {
    -webkit-animation-delay: 0.7241629488s;
    animation-delay: 0.7241629488s;
    left: calc((100% - 5em) * 0.18);
}

#particles-js.flame .particle:nth-of-type(11) {
    -webkit-animation-delay: 0.3976233342s;
    animation-delay: 0.3976233342s;
    left: calc((100% - 5em) * 0.2);
}

#particles-js.flame .particle:nth-of-type(12) {
    -webkit-animation-delay: 0.9891465935s;
    animation-delay: 0.9891465935s;
    left: calc((100% - 5em) * 0.22);
}

#particles-js.flame .particle:nth-of-type(13) {
    -webkit-animation-delay: 0.4257148055s;
    animation-delay: 0.4257148055s;
    left: calc((100% - 5em) * 0.24);
}

#particles-js.flame .particle:nth-of-type(14) {
    -webkit-animation-delay: 0.8496447631s;
    animation-delay: 0.8496447631s;
    left: calc((100% - 5em) * 0.26);
}

#particles-js.flame .particle:nth-of-type(15) {
    -webkit-animation-delay: 0.557555377s;
    animation-delay: 0.557555377s;
    left: calc((100% - 5em) * 0.28);
}

#particles-js.flame .particle:nth-of-type(16) {
    -webkit-animation-delay: 0.4737272261s;
    animation-delay: 0.4737272261s;
    left: calc((100% - 5em) * 0.3);
}

#particles-js.flame .particle:nth-of-type(17) {
    -webkit-animation-delay: 0.1814251017s;
    animation-delay: 0.1814251017s;
    left: calc((100% - 5em) * 0.32);
}

#particles-js.flame .particle:nth-of-type(18) {
    -webkit-animation-delay: 0.8307365907s;
    animation-delay: 0.8307365907s;
    left: calc((100% - 5em) * 0.34);
}

#particles-js.flame .particle:nth-of-type(19) {
    -webkit-animation-delay: 0.1187523821s;
    animation-delay: 0.1187523821s;
    left: calc((100% - 5em) * 0.36);
}

#particles-js.flame .particle:nth-of-type(20) {
    -webkit-animation-delay: 0.304629843s;
    animation-delay: 0.304629843s;
    left: calc((100% - 5em) * 0.38);
}

#particles-js.flame .particle:nth-of-type(21) {
    -webkit-animation-delay: 0.9928143054s;
    animation-delay: 0.9928143054s;
    left: calc((100% - 5em) * 0.4);
}

#particles-js.flame .particle:nth-of-type(22) {
    -webkit-animation-delay: 0.2261636914s;
    animation-delay: 0.2261636914s;
    left: calc((100% - 5em) * 0.42);
}

#particles-js.flame .particle:nth-of-type(23) {
    -webkit-animation-delay: 0.2840645242s;
    animation-delay: 0.2840645242s;
    left: calc((100% - 5em) * 0.44);
}

#particles-js.flame .particle:nth-of-type(24) {
    -webkit-animation-delay: 0.9387207171s;
    animation-delay: 0.9387207171s;
    left: calc((100% - 5em) * 0.46);
}

#particles-js.flame .particle:nth-of-type(25) {
    -webkit-animation-delay: 0.5067604381s;
    animation-delay: 0.5067604381s;
    left: calc((100% - 5em) * 0.48);
}

#particles-js.flame .particle:nth-of-type(26) {
    -webkit-animation-delay: 0.8419564118s;
    animation-delay: 0.8419564118s;
    left: calc((100% - 5em) * 0.5);
}

#particles-js.flame .particle:nth-of-type(27) {
    -webkit-animation-delay: 0.6051595958s;
    animation-delay: 0.6051595958s;
    left: calc((100% - 5em) * 0.52);
}

#particles-js.flame .particle:nth-of-type(28) {
    -webkit-animation-delay: 0.4884656603s;
    animation-delay: 0.4884656603s;
    left: calc((100% - 5em) * 0.54);
}

#particles-js.flame .particle:nth-of-type(29) {
    -webkit-animation-delay: 0.0270184439s;
    animation-delay: 0.0270184439s;
    left: calc((100% - 5em) * 0.56);
}

#particles-js.flame .particle:nth-of-type(30) {
    -webkit-animation-delay: 0.1974107613s;
    animation-delay: 0.1974107613s;
    left: calc((100% - 5em) * 0.58);
}

#particles-js.flame .particle:nth-of-type(31) {
    -webkit-animation-delay: 0.5580038488s;
    animation-delay: 0.5580038488s;
    left: calc((100% - 5em) * 0.6);
}

#particles-js.flame .particle:nth-of-type(32) {
    -webkit-animation-delay: 0.9887916399s;
    animation-delay: 0.9887916399s;
    left: calc((100% - 5em) * 0.62);
}

#particles-js.flame .particle:nth-of-type(33) {
    -webkit-animation-delay: 0.4045135616s;
    animation-delay: 0.4045135616s;
    left: calc((100% - 5em) * 0.64);
}

#particles-js.flame .particle:nth-of-type(34) {
    -webkit-animation-delay: 0.2150247445s;
    animation-delay: 0.2150247445s;
    left: calc((100% - 5em) * 0.66);
}

#particles-js.flame .particle:nth-of-type(35) {
    -webkit-animation-delay: 0.2083807865s;
    animation-delay: 0.2083807865s;
    left: calc((100% - 5em) * 0.68);
}

#particles-js.flame .particle:nth-of-type(36) {
    -webkit-animation-delay: 0.955477238s;
    animation-delay: 0.955477238s;
    left: calc((100% - 5em) * 0.7);
}

#particles-js.flame .particle:nth-of-type(37) {
    -webkit-animation-delay: 0.0267257109s;
    animation-delay: 0.0267257109s;
    left: calc((100% - 5em) * 0.72);
}

#particles-js.flame .particle:nth-of-type(38) {
    -webkit-animation-delay: 0.7846160344s;
    animation-delay: 0.7846160344s;
    left: calc((100% - 5em) * 0.74);
}

@media only screen and (max-width: 600px) {
    #particles-js.happy-new-year:after {
        left: 50%;
        top: 2vh;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #particles-js.happy-new-year.songkran {
        background-size: contain;
        background-position: 50% 0;
    }

    #particles-js.happy-new-year.songkran:after {
        left: 0;
        top: 0;
        -webkit-transform: initial;
        transform: initial;
    }
}

.context {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.context .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #fff;
    padding: 0.5em;
    border-radius: 5px;
}

.context .overlay p {
    color: #000;
    font-size: 14px;
}

.context .overlay img.hand {
    width: 125px;
    height: auto;
    margin-left: 42px;
}

.sp-container.sp-flat {
    z-index: 1;
}

.quick-star-video {
    width: 80vw;
    height: 70vh;
}

.burger-menu {
    position: absolute;
    top: 8px;
    right: 5px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-transform: scale(2);
    transform: scale(2);
    min-height: 30px;
    z-index: 9999;
}

@media only screen and (max-width: 600px) {
    .burger-menu {
        -webkit-transform: initial;
        transform: initial;
    }
}

.burger-menu .counter {
    position: absolute;
    background: rgba(201, 48, 44, 0.9);
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    bottom: -8px;
    left: 0;
    min-width: 10px;
    text-align: center;
}

.burger-menu span {
    -webkit-transition: all 0.4s cubic-bezier(0.5, 10, 0.6, 0.1);
    display: block;
    -webkit-box-shadow: 1px 1px 4px #fff;
    transition: all 0.4s cubic-bezier(0.5, 10, 0.6, 0.1);
    box-shadow: 1px 1px 4px #fff;
    cursor: pointer;
}

.burger-menu .active {
    background: #FFF;
    width: 20px;
    height: 3px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.burger-menu .cross {
    background: #FFF;
    width: 20px;
    height: 3px;
    margin-top: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.burger-menu .cross:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-menu .cross:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}

.reward-list {
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.reward-list.show {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.8);
}

.reward-list .items::-webkit-scrollbar {
    width: 5px;
}

.reward-list .items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.reward-list .items::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    margin-top: 10px;
    border-radius: 10px;
}

.reward-list .list-header {
    position: absolute;
    width: 90%;
    max-width: 500px;
    background: transparent;
    z-index: 99;
    left: 50%;
    top: 18%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 2rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reward-list .list-header img {
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px;
    height: 100px;
}

.reward-list .list-header .th {
    float: left;
    margin-top: 5px;
}

.reward-list .list-header .th+.th {
    float: right;
}


.reward-list .outer {
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 70vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.95;
    -webkit-box-shadow: 0 0 15px #212121;
    box-shadow: 0 0 15px #212121;
}

.reward-list .items {
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
    position: absolute;
    left: 0;
    padding: 0 1rem 2rem 1rem;
    margin-top: 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reward-list .items .item {
    position: relative;
    width: 100%;
    float: left;
    padding: 5px 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.25em 0;
    border-radius: 10px;
    background: white;
}

.reward-list .items .item .reward-info {
    position: relative;
    float: left;
    width: 70%;
    letter-spacing: 0.05em;
}

.reward-list .items .item .reward-info .value {
    color: #FF8A30;
    font-size: 14px;
    width: 100%;
    line-height: initial;
    margin: 5px 0;
}

.reward-list .items .item .reward-info .des {
    font-size: 11px;
    color: #242424;
    width: 100%;
    line-height: initial;
    margin: 5px 0;
}

.reward-list .items .datetime {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    background: #222;
    color: #fff;
    border-radius: 2px;
}

.reward-list .items .datetime .time-value,
.reward-list .items .datetime .date-value {
    font-size: 11px;
    margin: 5px 0;
}

@media only screen and (max-width: 600px) {
    .reward-list .outer {
        width: 90%;
    }
}



.sum {
    background: #222;
    /* color: #f5ce62; */
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid;
    border-image-slice: 1;
    -webkit-box-shadow: 0 0 15px #f5ce62;
    box-shadow: 0 0 15px #f5ce62;
}

.sum .name {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.sum .value {
    font-size: 24px;
    font-weight: 600;
}

.reward-list .value {
    font-size: 16px;
    line-height: 22px;
    margin-top: 23px;
    color: #222;
    float: left;
}

@media only screen and (max-width: 991px) {
    .reward-list .value {
        font-size: 13px;
        line-height: 18px;
    }

    .reward-list .items .datetime {
        font-size: 13px;
    }
}


.reward-list .btn-redeem,
.popup-container .btn {
    float: right;
    width: 120px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 5px;
    height: 55px;
    text-align: center;
    border: none;
    background: #f2c753;
    background-size: 300% 100%;
    border-radius: 9px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 4px 15px 0 rgba(242, 199, 83, 0.75);
    box-shadow: 0 4px 15px 0 rgba(242, 199, 83, 0.75);
    text-transform: uppercase;
}

.reward-list .btn-redeem.btn-header,
.popup-container .btn.btn-header {
    position: absolute;
    top: -72px;
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 5px #222;
    border-radius: 5px;
}

.reward-list .btn-redeem.btn-header.left,
.popup-container .btn.btn-header.left {
    left: 0;
}

.reward-list .btn-redeem.btn-header.right,
.popup-container .btn.btn-header.right {
    right: 0;
}

.reward-list .btn-redeem.btn-header img,
.popup-container .btn.btn-header img {
    vertical-align: middle;
    margin-right: 10px;
    display: none;
}

.reward-list .btn-redeem.btn-header.active img,
.popup-container .btn.btn-header.active img {
    display: inline-block;
}

.reward-list .btn-redeem:hover,
.popup-container .btn:hover {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.reward-list .btn-redeem:focus,
.popup-container .btn:focus {
    outline: none;
}


.reward-list .btn-redeem.disabled:hover,
.reward-list .btn-redeem.disabled:focus {
    background-position: 0 0;
}

#daily-lucky .number-coin strong,
.message-detail .highlight {
    font-weight: bold;
    font-size: 24px;
}

#daily-lucky .btn {
    float: none;
}

.success-popup .img-popup {
    position: absolute;
    width: 150px;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 600px) {
    .success-popup .img-popup {
        width: 120px;
        top: -90px;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.logout {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: underline;
    cursor: pointer;
    padding: 0 5px;
}

.field {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field .name {
    display: inline-block;
    text-transform: initial;
    text-align: left;
    width: 75px;
    font-weight: 600;
    margin-right: 10px;
}

.field .value {
    display: inline-block;
    width: 50%;
    background: linear-gradient(40deg, #45cafc, #303f9f);
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
}

.field .value input {
    display: inline-block;
    width: 100%;
    height: 35px;
    border: none;
    background: #fff;
    border-radius: 5px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field.voucher-code .name {
    width: 100%;
    text-align: center;
}

.field.voucher-code .value {
    min-width: 230px;
}

@media only screen and (max-width: 700px) {
    .field {
        padding: 0 20px;
    }

    .field .name {
        width: 100%;
    }

    .field .value {
        width: 100%;
        margin: 10px 0;
    }
}

.success-popup#sign-in-form .footer-popup {
    bottom: 0;
    text-align: center;
}

.success-popup#sign-in-form .footer-popup .btn {
    float: none;
}

.success-popup#sign-in-form .error-message {
    margin-top: 15px;
    min-height: 25px;
}

.success-popup .footer-popup {
    padding: 0.5rem 0;
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    bottom: 35px;
    width: 88%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.success-popup .footer-popup i {
    font-size: 1.125rem;
    padding-left: 1.25rem;
    padding-right: 0.625rem;
}

.success-popup .pad-wapper {
    padding: 0 20px;
}

.success-popup .information {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 15px;
    font-size: 1.125rem;
    color: #ef8318;
    text-transform: uppercase;
    font-family: "AvenirNext-Demi";
    line-height: 22px;
}

.success-popup .des-popup {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fa7199;
    margin: 0;
    background: #2c2c2c;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.popup-overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #2d2d32;
    filter: alpha(opacity=80);
}

.popup-container {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.popup-inner {
    position: relative;
    z-index: 80;
    top: 50%;
    width: 80%;
    height: 300px;
    border-radius: 0.625rem;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.5);
    max-width: 300px;
}

.popup-inner.authenticate {
    height: auto;
    min-height: 450px;
    max-width: 600px;
}

.popup-inner .free-text.error {
    display: none;
}

.popup-inner.error .bg-popup {
    display: none;
}

.popup-inner.error .img-popup {
    display: none;
}

.popup-inner.error .free-text {
    display: none;
}

.popup-inner.error .free-text.error {
    display: block;
}

.footer-popup {
    text-align: center;
}

.c {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    width: 100%;
    height: 100%;
}

.remainTime {
    white-space: nowrap;
    width: auto;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(102, 102, 102, 0.6);
    padding: 0.25em;
    border-radius: 5px;
}

.remainTime>div {
    padding: 10px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);
    display: inline-block;
}

.remainTime div>span {
    padding: 15px;
    border-radius: 3px;
    background-color: #337ab7;
    background-image: linear-gradient(141deg, #337ab7 0%, #337ab7 51%, #2cb5e8 75%);
    display: inline-block;
    font-weight: bold;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

.menu-config .popup-container .configuration {
    width: 70vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    background: #fff;
    padding: 3em;
    border-radius: 5px;
}

.menu-config .popup-container .configuration .form-group {
    text-align: left;
}

.menu-config .popup-container .configuration input {
    height: 40px;
}

.menu-config .popup-container .configuration .btn {
    float: none;
}

.common-popup {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.common-popup .inner-content {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 80%;
    max-width: 800px;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.common-popup .inner-content.active {
    top: 50%;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.common-popup .inner-content input {
    width: 100%;
    height: 7.6vw;
    margin-bottom: 3.66032vw;
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    -webkit-box-shadow: -1px 3px 19px 10px rgba(254, 254, 254, 0.8);
    box-shadow: -1px 3px 19px 10px rgba(254, 254, 254, 0.8);
    font-size: 2.92969vw;
    padding-left: 3.66032vw;
}

.common-popup .inner-content button {
    position: relative;
    height: 7.6vw;
    width: auto;
    min-width: 120px;
    -webkit-transform: initial;
    transform: initial;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#f5ce62), color-stop(#e43603), color-stop(#fa7199), to(#e85a19));
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    -webkit-box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.common-popup .inner-content button.sameline {
    top: 0;
    position: absolute;
    right: -4vw;
    min-width: auto;
}

.common-popup .inner-content button.inactive {
    background-image: -webkit-gradient(linear, left top, right top, from(#666), color-stop(#ddd), color-stop(#666), to(#c4c4c4));
    background-image: linear-gradient(to right, #666, #ddd, #666, #c4c4c4);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.common-popup .inner-content button:hover {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.common-popup .inner-content button span {
    font-size: 3.125vw;
    position: relative;
    display: block;
    width: 100%;
    font-weight: bold;
    text-transform: capitalize;
    outline: none;
}

.common-popup.admin .inner-content {
    padding: 5vw;
    background: #fff;
    border-radius: 5px;
}

@media only screen and (max-width: 600px) {
    .reward-list .items {
        width: 90%;
    }

    .common-popup .inner-content input {
        height: 10vw;
    }

    .common-popup .inner-content button {
        height: 10vw;
    }
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    /* display: none; */
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 99999;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
}

.loader svg path,
.loader svg rect {
    fill: #FF6700;
}

@-webkit-keyframes rise {
    from {
        opacity: 0;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

    25% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-10em) scale(0);
        transform: translateY(-10em) scale(0);
    }
}

@keyframes rise {
    from {
        opacity: 0;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

    25% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-10em) scale(0);
        transform: translateY(-10em) scale(0);
    }
}

.remaining-spin-times {
    position: absolute;
    left: 10px;
    top: 40%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 160px;
    height: 160px;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 15px #222;
    box-shadow: 0 0 15px #222;
}

@media only screen and (max-width: 991px) {
    .remaining-spin-times {
        top: initial;
        bottom: 60px;
        -webkit-transform: initial;
        transform: initial;
        zoom: 0.9;
    }
}

@media only screen and (max-width: 767px) {
    .remaining-spin-times {
        bottom: 10px;
        zoom: 0.75;
    }
}

@media only screen and (max-width: 468px) {
    .remaining-spin-times {
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        zoom: 0.7;
    }
}





.remaining-spin-times .block-header {
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.remaining-spin-times .box {
    width: calc(50% - 4px);
    display: inline-block;
    position: relative;
    height: calc(100% - 55px);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 767px) {
    .remaining-spin-times .box {
        height: calc(100% - 100px);
    }
}

.remaining-spin-times .box span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 600;
}

.toogle-icon-reward {
    position: absolute;
    top: 8px;
    right: 15vw;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 1140px) {
    .toogle-icon-reward {
        display: block;
    }
}

.toogle-icon-reward img {
    width: 5vw;
    min-width: 35px;
}

.reward-list-all {
    position: absolute;
    right: 10px;
    top: 180px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 280px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1140px) {
    .reward-list-all {
        -webkit-transform: translate(110%, 0%);
        transform: translate(110%, 0%);
        width: 0px;
        overflow: hidden;
    }

    .reward-list-all.show {
        width: 280px;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 468px) {
    .reward-list-all {
        top: 100px;
    }
}

.reward-list-all .block-header {
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
}

.reward-list-all .items {
    background: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 0 15px #222;
    box-shadow: 0 0 15px #222;
}

.reward-list-all .item {
    position: relative;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    margin: 0 8px;
}

.reward-list-all .item:last-child {
    border-bottom: none;
}

.reward-list-all .item .c-col {
    display: inline-block;
}

.reward-list-all .item .icon {
    background-image: url(../img/icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.reward-list-all .item .player-name {
    white-space: nowrap;
    margin-left: 5px;
}

.reward-list-all .item .reward-value {
    background: red;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    min-width: 40px;
    text-align: right;
}

.footer {
    background: #fff;
    position: absolute;
    width: 100%;
    max-width: 600px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 15px #222;
    box-shadow: 0 0 15px #222;
    text-align: center;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}

.footer.gold {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
}

.footer.platinum {
    background: linear-gradient(-72deg, #0e0e11, #292121 16%, rgb(64, 64, 71) 80%, #31313a 54%, #343333 40%, #404045 80%, #454242 45%, #3f2828 16%, #282222 16%, #2f2f38 20%, #3e3e43 50%, #0e0e11);
}

.footer strong {
    font-weight: 600;
    font-size: 18px;
}

.block-header {
    background: #fff;
}

.block-header,
.footer-text {
    color: #000 !important;
}

.wheel-title {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 559px;
    top: 2em;
}

@media only screen and (max-width: 530px) {
    .wheel-title img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 460px) {
    .wheel-title img {
        max-width: 270px;
    }
}

/**** //Global StyleSheet ****/

/*Custom CSS*/
#SvgjsText1113 {
    transform-origin: 0 8px;
}

/* #SvgjsCircle1028 {
    fill: transparent;
} */

tspan {
    text-shadow: -1px 0 #002f32, 0 1px #143638, 1px 0 #314344, 0 -1px #000000;
    letter-spacing: 0px;
    font-weight: 700;
    fill: #00f0ff
}

.toogle-icon-reward {
    right: 5vw;
}

/* Silver */

.wheel-sliver .remaining-spin-times .block-header,
.wheel-sliver .footer,
.wheel-sliver .reward-list-all .block-header,
/* .wheel-sliver, */
.wheel-sliver .reward-list .outer {
    background: -moz-linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #cac8c8 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
    background: -webkit-linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #cac8c8 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
    background: -o-linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #cac8c8 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
    background: linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #cac8c8 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
}


.wheel-sliver body {
    background-color: #F2C753;
    /* background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #fb3 75%); */

}

.platinum-wheel.reward-list .btn-redeem,
.platinum-wheel.popup-container .btn {
    background-color: #F2C753;
    background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #F2C753 75%);
}

.wheel-sliver .reward-list .btn-redeem.btn-header,
.wheel-sliver .popup-container .btn.btn-header {
    background-color: #F2C753;
    background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #F2C753 75%);
    color: #212121;

}

.wheel-sliver .reward-list .btn-redeem.disabled {
    background-color: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#000000));
    background: linear-gradient(#ddd, #5c5454);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

.wheel-sliver .sum {
    border-image-source: linear-gradient(45deg, #e8e8e8, #27272d);
}

.wheel-sliver .block-header,
.wheel-sliver .footer-text {
    color: #000 !important;
}


.wheel-sliver tspan {
    font-size: 24px;
    font-weight: 700;
    fill: #0a0a0a;
    text-shadow: 1px 0 #383131, 0 1px #fffbfb, 1px 0 #ffffff, 0 -1px #463c3c;
}

.wheel-sliver path {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    stroke: rgb(0 0 0 / 30%);
    stroke-linejoin: bevel;
    stroke-width: 5px;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    stroke: #ffffff00;
}

/*--- GOLD ----*/

.gold-wheel .remaining-spin-times .block-header,
.gold-wheel .footer,
.gold-wheel .reward-list-all .block-header {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.gold-wheel .sum {
    border-image-source: linear-gradient(45deg, #f5ce62, #BF953F);
}


.gold-wheel path {
    filter: drop-shadow(3px 5px 2px rgb(0 1 1 / 0.4));
    stroke: #ffe08c75;
    stroke-linejoin: bevel;
    stroke-width: 3px;
}

.gold-wheel body {
    background-color: #F2C753;
    background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #fb3 75%);

}

.gold-wheel .reward-list .btn-redeem,
.gold-wheel .popup-container .btn {
    background-color: #F2C753;
    background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #F2C753 75%);
}

.gold-wheel .reward-list .btn-redeem.btn-header,
.gold-wheel .popup-container .btn.btn-header {
    background-color: #F2C753;
    background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #F2C753 75%);
    color: #212121;

}

.gold-wheel .reward-list .btn-redeem.disabled {
    background-image: -webkit-gradient(linear, left top, right top, from(#29323c), color-stop(#485563), color-stop(#2b5876), to(#4e4376));
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    -webkit-box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

.gold-wheel .reward-list .outer {
    background-color: #bf953f;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE38D), to(#bf953f));
    background: linear-gradient(#FFE38D, #bf953f);
}

.gold-wheel tspan {
    text-shadow: -1px 0 #a10000, 0 1px #ff0000, 1px 0 #000000, 0 -1px black;
    fill: #f5ce62;
}

/* --- platinum ---- */


.platinum-wheel .remaining-spin-times .block-header,
.platinum-wheel .footer,
.platinum-wheel .reward-list-all .block-header {
    background: -moz-linear-gradient(-72deg, #0e0e11, #1a1717 96%, #131316 50%, #373030 54%, #474747 40%, #2b2b2f 46%, #0c0b0b 45%, #3f3f3f 85%, #1f1f23 95%, #221f1f 70%, #211e1e 50%, #111115);
    background: -webkit-linear-gradient(-72deg, #0e0e11, #1a1717 96%, #131316 50%, #373030 54%, #474747 40%, #2b2b2f 46%, #0c0b0b 45%, #3f3f3f 85%, #1f1f23 95%, #221f1f 70%, #211e1e 50%, #111115);
    background: -o-linear-gradient(-72deg, #0e0e11, #1a1717 96%, #131316 50%, #373030 54%, #474747 40%, #2b2b2f 46%, #0c0b0b 45%, #3f3f3f 85%, #1f1f23 95%, #221f1f 70%, #211e1e 50%, #111115);
    background: linear-gradient(-72deg, #0e0e11, #292121 16%, rgb(64, 64, 71) 80%, #31313a 54%, #343333 40%, #404045 80%, #454242 45%, #3f2828 16%, #282222 16%, #2f2f38 20%, #3e3e43 50%, #0e0e11);
}


.platinum-wheel body {
    background-color: #F2C753;
    background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #fb3 75%);

}

.platinum-wheel.reward-list .btn-redeem,
.platinum-wheel.popup-container .btn {
    background-color: #F2C753;
    background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #F2C753 75%);
}

.platinum-wheel .reward-list .btn-redeem.btn-header,
.platinum-wheel .popup-container .btn.btn-header {
    background-color: #F2C753;
    background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #F2C753 75%);
    color: #212121;

}

.platinum-wheel .reward-list .btn-redeem.disabled {
    background-image: -webkit-gradient(linear, left top, right top, from(#29323c), color-stop(#485563), color-stop(#2b5876), to(#4e4376));
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    text-shadow: -1px 0 #000, 0 1px #000000, 1px 0 #000000, 0 -1px black;
    -webkit-box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

.platinum-wheel .sum {
    border-image-source: linear-gradient(45deg, #e8e8e8, #27272d);
}

.platinum-wheel .block-header,
.platinum-wheel .footer-text {
    color: #fff !important;
}

.platinum-wheel .reward-list .outer {
    background-color: #4e4376;
    background: -webkit-gradient(linear, left top, left bottom, from(#4a4841), to(#000000));
    background: linear-gradient(#4a4841, #000000);
}

.platinum-wheel tspan {
    text-shadow: -1px 0 #002f32, 0 1px #143638, 1px 0 #314344, 0 -1px #000000;
    letter-spacing: 0px;
    font-weight: 700;
    fill: #00f0ff;
}

.platinum-wheel path {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    stroke: #cac8c80a;
    stroke-linejoin: bevel;
    stroke-width: 3px;
}