/**** 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 {
  background-color: #337ab7;
  background-image: linear-gradient(141deg, #337ab7 0%, #337ab7 51%, #2cb5e8 75%);
  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;
}

.hide {
  display: none;
}

#drawing {
  text-align: center;
}

#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;
  max-width: 620px;
  position: relative;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  #drawing svg {
    max-width: 330px;
  }
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#particles-js.zodiac-bg {
  background-image: url(../img/zodiac_bg.jpg);
}
#particles-js.gift-bg {
  background-image: url(../img/gift_bg.jpg);
}
#particles-js.worldcup-bg {
  background-color: #FADEFF;
}
#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;
}
@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;
  }
}
#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-width: 600px) and (max-width: 767px) and (min-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-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);
}

.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;
}









.success-popup .img-popup {
  margin-top: -20vw;
  max-width: 500px;
  width: 35vw;
}

.success-popup .footer-popup {
  padding: 0.5rem 0;
  background-color: #11b672;
  color: #ffffff;
  border-radius: 0.625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  -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 {
  font-size: 1.125rem;
  color: #ef8318;
  text-transform: uppercase;
  font-family: "AvenirNext-Demi";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  line-height: 20px;
}

.success-popup .des-popup {
  margin-bottom: 1.875rem;
  margin-top: 0.625rem;
}

.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: 10000;
  top: 50%;
  width: 80%;
  max-width: 550px;
  height: auto;
  min-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);
}

.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%;
  }
  .success-popup .img-popup {
    width: 50vw;
  }
  .success-popup .information {
    top: 50%;
  }
  .common-popup .inner-content input {
    height: 10vw;
  }
  .common-popup .inner-content button {
    height: 10vw;
  }
}
@-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);
  }
}
body.ad-mode {
  overflow: hidden;
}
body.ad-mode #drawing {
  text-align: left;
  width: 50%;
}
body.ad-mode #ads {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
body.ad-mode .swiper-container {
  width: 100%;
  height: 100vh;
  position: absolute;
}
body.ad-mode .swiper-container .swiper-slide {
  background-size: cover;
}
body.ad-mode #edit-params {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.ad-mode #drawing {
    width: 100%;
    text-align: center;
    margin-top: 10vh;
  }
  body.ad-mode #ads {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30vw;
  }
  body.ad-mode .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

/* Reward Popup Styles */
.reward-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.reward-popup.hide {
    display: none;
}

.reward-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}





/* Reward Popup Styles */
.reward-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reward-popup.hide {
    display: none;
}

.reward-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.reward-popup-content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    animation: popupSlideIn 0.5s ease-out;
}

@keyframes popupSlideIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.reward-popup-header {
    margin-bottom: 20px;
}

.reward-popup-header h2 {
    color: #FF69B4;
    font-size: 32px;
    margin: 0;
    font-weight: bold;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10001;
}

.close-popup:hover {
    color: #333;
    background: rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}

.reward-popup-body {
    margin-bottom: 25px;
}

.reward-image {
    margin-bottom: 20px;
}

.reward-image img {
    max-width: 250px;
    max-height: 250px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.reward-info h3 {
    color: #333;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.reward-info p {
    color: #FF69B4;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

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

.btn-continue {
    background: linear-gradient(45deg, #FF69B4, #FF1493);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-continue:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 105, 180, 0.4);
}

@media only screen and (max-width: 600px) {
    .reward-popup-content {
        padding: 25px;
        margin: 20px;
        max-width: 90%;
    }
    
    .reward-popup-header h2 {
        font-size: 24px;
    }
    
    .reward-image img {
        max-width: 180px;
        max-height: 180px;
    }
    
    .reward-info p {
        font-size: 20px;
    }
    
    .btn-continue {
        padding: 14px 30px;
        font-size: 16px;
    }
}

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

/* Brand logo circle styling */
#drawing svg image[href*="brand.png"] {
  border-radius: 50%;
  clip-path: circle(50%);
  overflow: hidden;
}

/* Alternative method for SVG images */
#drawing svg image[href*="brand.png"] {
  clip-path: circle(50%);
}

/* For the spin image specifically */
#drawing svg image[href*="brand.png"] {
  border-radius: 50%;
  overflow: hidden;
}

/* Additional styling for circular brand logo */
#drawing svg image[href*="brand.png"] {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  /* transition: all 0.3s ease; */
}

/* Hover effect for brand logo */
#drawing svg image[href*="brand.png"]:hover {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
  /* transform: scale(1.05); */
}