@charset "UTF-8";
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;
  font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* 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;
  font-size: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../Assets/img/arrow-down.png) no-repeat 95%;
  cursor: pointer; }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif; }

html,
button,
input,
select,
textarea {
  color: #212121; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-block {
  display: block; }

.text-block-left {
  display: block;
  text-align: left; }

.text-block-center {
  display: block;
  text-align: center; }

.text-block-right {
  display: block;
  text-align: right; }

.hide {
  display: none; }

.unbold {
  font-weight: normal !important; }

.no-border {
  border: none !important; }

.no-gutter-t-b {
  padding-top: 0;
  padding-bottom: 0; }

.no-gutter-pad {
  padding-left: 0;
  padding-right: 0; }

.no-gutter-pad-left {
  padding-left: 0; }

.no-gutter-pad-right {
  padding-right: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutter-pad-tb {
  padding-top: 0;
  padding-bottom: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

@media (max-width: 1024px) {
  .no-p-sm {
    padding: 0 !important; } }

@media (max-width: 576px) {
  .no-p-xs {
    padding: 0 !important; } }

@media (max-width: 576px) {
  .no-pr-xs {
    padding-right: 0 !important; } }

@media (max-width: 576px) {
  .l-p-xs {
    padding-left: 15px !important; } }

@media (max-width: 576px) {
  .lr-p-xs {
    padding: 0 15px !important; } }

.flex {
  display: flex; }

.m-xs {
  margin: 0 15px; }

.v-t-m {
  vertical-align: middle; }

.m-t-b {
  margin: 10px 0 20px; }

.m-btm {
  margin-bottom: 15px; }

.row-flex-web {
  display: flex; }
  @media (max-width: 1024px) {
    .row-flex-web {
      display: block; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1200px;
  position: relative; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media only screen and (max-width: 1280px) {
  /*.container {
      width: 100%;
  }*/ }
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }
.row {
  display: block;
  padding: 10px 0; }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

/* ========== LARGE DEVICES ========== */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

.col-lg-12 {
  width: 100%; }

.col-lg-11 {
  width: 91.6666666667%; }

.col-lg-10 {
  width: 83.3333333333%; }

.col-lg-9 {
  width: 75%; }

.col-lg-8 {
  width: 66.6666666667%; }

.col-lg-7 {
  width: 58.3333333334%; }

.col-lg-6 {
  width: 50%; }

.col-lg-5 {
  width: 41.66666666667%; }

.col-lg-4 {
  width: 33.33333333333%; }

.col-lg-3 {
  width: 25%; }

.col-lg-2 {
  width: 16.66666666667%; }

.col-lg-1 {
  width: 8.33333333%; }

.offset-lg-0 {
  margin-left: 0; }

.offset-lg-1 {
  margin-left: 8.333333%; }

.offset-lg-2 {
  margin-left: 16.666667%; }

.offset-lg-3 {
  margin-left: 25%; }

.offset-lg-4 {
  margin-left: 33.333333%; }

.offset-lg-5 {
  margin-left: 41.666667%; }

.offset-lg-6 {
  margin-left: 50%; }

.offset-lg-7 {
  margin-left: 58.333333%; }

.offset-lg-8 {
  margin-left: 66.666667%; }

.offset-lg-9 {
  margin-left: 75%; }

.offset-lg-10 {
  margin-left: 83.333333%; }

.offset-lg-11 {
  margin-left: 91.666667%; }

.col-lg-2-custom {
  width: 12%; }

.col-lg-10-custom {
  width: 88%; }

/* ========== MEDIUM DEVICES ========== */
@media only screen and (max-width: 1440px) and (min-width: 1170px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-7 {
    width: 58.3333333334%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666666667%; }

  .col-md-4 {
    width: 33.33333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
/* ========== SMALL DEVICES ========== */
@media only screen and (max-width: 1024px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  .col-sm {
    padding: 0; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-7 {
    width: 58.3333333334%; }

  .col-sm-6 {
    width: 50% !important; }

  .col-sm-5 {
    width: 41.66666666667%; }

  .col-sm-4 {
    width: 33.33333333333%; }

  .col-sm-3 {
    width: 25% !important; }

  .col-sm-2 {
    width: 16.66666666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
/* ========== EXTRA SMALL TABLET ========== */
@media only screen and (max-width: 768px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left; }

  .col-xs {
    padding: 0; }

  .col-xs-12 {
    width: 100% !important; }

  .col-xs-11 {
    width: 91.6666666667%; }

  .col-xs-10 {
    width: 83.3333333333%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-8 {
    width: 66.6666666667%; }

  .col-xs-7 {
    width: 58.3333333334%; }

  .col-xs-6 {
    width: 50% !important; }

  .col-xs-5 {
    width: 41.66666666667%; }

  .col-xs-4 {
    width: 33.33333333333%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-2 {
    width: 16.66666666667%; }

  .col-xs-1 {
    width: 8.33333333%; }

  .col-xs-4-custom {
    width: 33.33333333333% !important; }

  .offset-xs-0 {
    margin-left: 0; }

  .offset-xs-1 {
    margin-left: 8.333333%; }

  .offset-xs-1-5 {
    margin-left: 12.5%; }

  .offset-xs-2 {
    margin-left: 16.666667%; }

  .offset-xs-3 {
    margin-left: 25%; }

  .offset-xs-4 {
    margin-left: 33.333333%; }

  .offset-xs-5 {
    margin-left: 41.666667%; }

  .offset-xs-6 {
    margin-left: 50%; }

  .offset-xs-7 {
    margin-left: 58.333333%; }

  .offset-xs-8 {
    margin-left: 66.666667%; }

  .offset-xs-9 {
    margin-left: 75%; }

  .offset-xs-10 {
    margin-left: 83.333333%; }

  .offset-xs-11 {
    margin-left: 91.666667%; } }
/* ========== EXTRA SMALL DEVICES ========== */
@media only screen and (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left; }

  .col-xxs {
    padding: 0; }

  .col-xxs-12 {
    width: 100% !important; }

  .col-xxs-11 {
    width: 91.6666666667%; }

  .col-xxs-10 {
    width: 83.3333333333%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-8 {
    width: 66.6666666667%; }

  .col-xxs-7 {
    width: 58.3333333334%; }

  .col-xxs-6 {
    width: 50% !important; }

  .col-xxs-5 {
    width: 41.66666666667%; }

  .col-xxs-4 {
    width: 33.33333333333%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-2 {
    width: 16.66666666667%; }

  .col-xxs-1 {
    width: 8.33333333%; }

  .offset-xxs-0 {
    margin-left: 0; }

  .offset-xxs-1 {
    margin-left: 8.333333%; }

  .offset-xxs-1-5 {
    margin-left: 12.5%; }

  .offset-xxs-2 {
    margin-left: 16.666667%; }

  .offset-xxs-3 {
    margin-left: 25%; }

  .offset-xxs-4 {
    margin-left: 33.333333%; }

  .offset-xxs-5 {
    margin-left: 41.666667%; }

  .offset-xxs-6 {
    margin-left: 50%; }

  .offset-xxs-7 {
    margin-left: 58.333333%; }

  .offset-xxs-8 {
    margin-left: 66.666667%; }

  .offset-xxs-9 {
    margin-left: 75%; }

  .offset-xxs-10 {
    margin-left: 83.333333%; }

  .offset-xxs-11 {
    margin-left: 91.666667%; } }
/* ========== CUSTOM COLUMN FOR 5 ========== */
.col-custom-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 20%; }

/* ========== CUSTOM COLUMN FOR 15% ========== */
.col-custom-17 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 17%; }

/* ==================== */
.inner-container {
  padding: 20px 20px 10px 20px;
  	/*@media only screen and (max-width: 576px) {
          padding: 20px 0px 10px 0px;
      }*/ }
  @media only screen and (max-width: 1024px) {
    .inner-container {
      padding: 20px 0px 0px 0px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

p {
  line-height: 1.7em;
  font-size: 12px; }

.gold {
  color: #b7955b; }

.font-bold {
  font-weight: bold; }

h1 {
  font-size: 40px; }

.p-lr-15-imp {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.border-red {
  border: 1px solid #ff0000 !important; }

/* === SLIDER === */
.slider-container {
  height: 330px;
  margin-top: 20px; }
  @media (max-width: 1024px) {
    .slider-container {
      height: 240px; } }
  @media (max-width: 480px) {
    .slider-container {
      margin-top: 10px;
      height: 200px; } }
  @media (max-width: 425px) {
    .slider-container {
      height: 145px; } }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-container .swiper-wrapper div {
  cursor: pointer; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.swiper-pagination .swiper-pagination-bullet-active {
  background: #f5a71e !important; }

.evt-reg-banner {
  background: url("../images/slider-bg.png") no-repeat;
  width: 100%;
  height: 390px;
  background-size: cover; }
  @media (max-width: 1024px) {
    .evt-reg-banner {
      height: 300px; } }
  @media (max-width: 480px) {
    .evt-reg-banner {
      margin-top: 10px;
      height: 240px; } }
  @media (max-width: 425px) {
    .evt-reg-banner {
      margin-top: 5px;
      height: 173px; } }

/* === SPIN ANIMATION === */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*****Event Registration*****/
@media (max-width: 1024px) {
  .bigtitle {
    font-size: 30px;
    padding: 0 !important; } }
@media (max-width: 425px) {
  .bigtitle {
    font-size: 25px; } }

.evt-btn {
  position: relative;
  margin: 5px 0 10px; }
  .evt-btn > img {
    width: 100%; }
    .evt-btn > img:hover {
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3); }

.evt-reg-section {
  background-color: #ffffff;
  color: #444;
  margin-bottom: 20px;
  /******paddings******/
  /*******for input Capture Style*******/
  /*******end of input Capture Style*******/
  /*******For Image Viewer*******/
  /*******End Of Image Viewer*******/ }
  @media (max-width: 1024px) {
    .evt-reg-section .container-evt {
            /*padding-top: 50px;
		padding-bottom: 65px;*/
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 768px) {
    .evt-reg-section .container-evt {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 480px) {
    .evt-reg-section .container-evt {
      padding-left: 5px;
      padding-right: 5px; } }
  .evt-reg-section label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    line-height: 1.2em;
    font-weight: 500;
    font-size: 16px; }
    @media (max-width: 480px) {
      .evt-reg-section label {
        font-size: 14px; } }
    @media (max-width: 320px) {
      .evt-reg-section label {
        font-size: 12px; } }
  .evt-reg-section p {
    font-size: 1.2em;
    font-size: 16px; }
    @media (max-width: 480px) {
      .evt-reg-section p {
        font-size: 14px; } }
    @media (max-width: 385px) {
      .evt-reg-section p {
        font-size: 12px; } }
    @media (max-width: 320px) {
      .evt-reg-section p {
        font-size: 12px; } }
  .evt-reg-section .activity-box {
    font-size: 0; }
    .evt-reg-section .activity-box li {
      display: inline-block;
      margin: 0 0px 10px 0;
      width: 20%;
      padding: 0px 10px 0 0; }
      @media (max-width: 800px) {
        .evt-reg-section .activity-box li {
          width: 25%;
          padding: 0px 5px 0 5px; } }
      @media (max-width: 480px) {
        .evt-reg-section .activity-box li {
          width: 33.33%; } }
      @media (max-width: 385px) {
        .evt-reg-section .activity-box li {
          width: 50%; } }
      .evt-reg-section .activity-box li span {
        display: block; }
        .evt-reg-section .activity-box li span a {
          border: 1px solid #f50812;
          border-radius: 5px;
          background: #ffffff;
          color: #f50812;
          padding: 12px 5px;
          display: block;
          text-align: center;
          vertical-align: middle;
          position: relative;
          font-size: 15px;
          line-height: 22px;
          cursor: pointer;
          -webkit-transition: all .3s ease-in;
          transition: all .3s ease-in; }
          @media (max-width: 480px) {
            .evt-reg-section .activity-box li span a {
              padding: 7px 5px;
              font-size: 12px;
              line-height: 17px; } }
      .evt-reg-section .activity-box li:hover span a {
        border: 1px solid #f50812;
        border-radius: 5px;
        background: #000;
        color: #fff; }
    .evt-reg-section .activity-box li.active span a {
      border: 1px solid #f50812;
      border-radius: 5px;
      background: #000;
      color: #fff; }
  .evt-reg-section .evt-reg-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 5px 0; }
    @media (max-width: 480px) {
      .evt-reg-section .evt-reg-title {
        font-size: 14px; } }
  .evt-reg-section .evt-basic-box {
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 0; }
  .evt-reg-section .evt-info-box .evt-basic-box > div:nth-child(even) {
    background-color: #f0f0f0; }
  .evt-reg-section .evt-info-box .evt-basic-box > div:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .evt-reg-section .evt-note {
    display: inline-block; }
    @media (max-width: 385px) {
      .evt-reg-section .evt-note {
        font-size: 12px;
        width: 78%; } }
    @media (max-width: 360px) {
      .evt-reg-section .evt-note {
        width: 75%; } }
    .evt-reg-section .evt-note img {
      vertical-align: middle;
      cursor: pointer; }
      .evt-reg-section .evt-note img:hover + span {
        visibility: visible; }
      @media (max-width: 540px) {
        .evt-reg-section .evt-note img {
          height: 22px; } }
      @media (max-width: 480px) {
        .evt-reg-section .evt-note img {
          height: 20px; } }
      @media (max-width: 375px) {
        .evt-reg-section .evt-note img {
          height: 16px; } }
    .evt-reg-section .evt-note span {
      font-size: 14px;
      position: relative;
      background: #fff;
      border: 1px solid #ccc;
      padding: 7px 11px;
      border-radius: 5px;
      color: #8a8a8a;
      margin-left: 17px;
      visibility: hidden;
      line-height: 1.5em; }
      @media (max-width: 540px) {
        .evt-reg-section .evt-note span {
          font-size: 13px;
          padding: 5px 5px; } }
      @media (max-width: 480px) {
        .evt-reg-section .evt-note span {
          font-size: 12px;
          padding: 5px 3px;
          margin-left: 10px; } }
      @media (max-width: 435px) {
        .evt-reg-section .evt-note span {
          font-size: 10px; } }
      @media (max-width: 425px) {
        .evt-reg-section .evt-note span {
          font-size: 9px; } }
      @media (max-width: 390px) {
        .evt-reg-section .evt-note span {
          font-size: 9px;
          display: inline-block;
          width: 85%;
          vertical-align: middle; } }
      @media (max-width: 320px) {
        .evt-reg-section .evt-note span {
          font-size: 8px; } }
      .evt-reg-section .evt-note span:before, .evt-reg-section .evt-note span:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 13px solid transparent;
        border-left: 0;
        border-top: 0;
                /*@media(max-width: 480px) {
					border: 10px solid transparent;
				}*/ }
      .evt-reg-section .evt-note span:before {
        border-width: 16px;
        margin-top: -5px;
        margin-left: -16px;
        border-right-color: #cccccc; }
        @media (max-width: 480px) {
          .evt-reg-section .evt-note span:before {
            border-width: 10px;
            margin-left: -10px; } }
      .evt-reg-section .evt-note span:after {
        border-right-color: #ffffff;
        margin-top: -4px;
        margin-left: -13px; }
        @media (max-width: 480px) {
          .evt-reg-section .evt-note span:after {
            margin-top: -4px;
            margin-left: -8px; } }
  .evt-reg-section .bg-f0 {
    background-color: #f0f0f0; }
  .evt-reg-section .bb-lr-5 {
    border-radius: 0 0 5px 5px; }
  .evt-reg-section .form-evt-control {
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 12px 10px;
    color: #212121;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    font-size: 15px; }
  .evt-reg-section .evt-gray {
    color: #8a8a8a; }
  .evt-reg-section .invited-content {
    min-height: 120px; }
  .evt-reg-section .pad-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .evt-reg-section .pad-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (max-width: 768px) {
    .evt-reg-section .pad-xs-tb-10 {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .evt-reg-section .pad-lr-0 {
    padding-left: 0;
    padding-right: 0; }
  .evt-reg-section .btn-grp {
    padding: 4% 0; }
  .evt-reg-section .btn {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.752rem .75rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff; }
    @media (max-width: 480px) {
      .evt-reg-section .btn {
        font-size: 14px;
        padding: 7px 5px; } }
  .evt-reg-section .evt-btn-submit {
    background-color: #000;
    border-color: #f50812;
    width: 22%; }
    @media (max-width: 480px) {
      .evt-reg-section .evt-btn-submit {
        width: 80%; } }
    .evt-reg-section .evt-btn-submit:hover {
      background-color: #545454;
      border-color: #545454; }
  .evt-reg-section .btn-cancel, .evt-reg-section .btn-confirm {
    width: 30%;
    margin: 0 10px; }
    @media (max-width: 1440px) {
      .evt-reg-section .btn-cancel, .evt-reg-section .btn-confirm {
        width: 35%; } }
    @media (max-width: 480px) {
      .evt-reg-section .btn-cancel, .evt-reg-section .btn-confirm {
        width: 40%;
        margin: 0 5px; } }
  .evt-reg-section .btn-cancel {
    background-color: #ffffff;
    border-color: #f50812;
    color: #f50812; }
    .evt-reg-section .btn-cancel:hover {
      background-color: #545454;
      border-color: #545454;
      color: #fff; }
  .evt-reg-section .btn-confirm {
    background-color: #f50812;
    border-color: #f50812; }
    .evt-reg-section .btn-confirm:hover {
      background-color: #545454;
      border-color: #545454; }
  .evt-reg-section .evt-pop {
    background-color: #fff;
    padding: 20px;
    width: 45%;
    margin: 0 auto;
    position: relative;
    top: 40%;
    border-radius: 10px; }
    @media (max-width: 1440px) {
      .evt-reg-section .evt-pop {
        width: 55%; } }
    @media (max-width: 600px) {
      .evt-reg-section .evt-pop {
        width: 70%; } }
    @media (max-width: 480px) {
      .evt-reg-section .evt-pop {
        width: 90%;
        padding: 20px 10px; } }
    .evt-reg-section .evt-pop h4 {
      font-size: 18px;
      color: #444;
      font-weight: bold;
      line-height: 1.5em;
      margin: 5px 0;
      padding-bottom: 15px; }
      @media (max-width: 480px) {
        .evt-reg-section .evt-pop h4 {
          font-size: 14px; } }
  .evt-reg-section .evt-block {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 2; }
  .evt-reg-section .capture-img {
    display: block;
    text-align: center;
    padding-top: 15px; }
    .evt-reg-section .capture-img label img {
      height: 60px;
      cursor: pointer; }
      @media (max-width: 480px) {
        .evt-reg-section .capture-img label img {
          height: 50px; } }
    .evt-reg-section .capture-img p {
      display: block;
      color: #8a8a8a;
      margin-top: 5px;
      width: 100%; }
  .evt-reg-section input[type="file"] {
    display: none;
    width: 100%; }
  .evt-reg-section .imageThumb {
    height: 135px;
    border: 1px solid #dadada;
    padding: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    border-radius: 7px; }
    @media (max-width: 480px) {
      .evt-reg-section .imageThumb {
        height: 100px; } }
  .evt-reg-section .pip {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 13%;
    position: relative; }
    @media (max-width: 800px) {
      .evt-reg-section .pip {
        width: 18.6%; } }
    @media (max-width: 600px) {
      .evt-reg-section .pip {
        width: 23.22%; } }
    @media (max-width: 480px) {
      .evt-reg-section .pip {
        margin: 5px 5px;
        width: 22.22%; } }
    @media (max-width: 375px) {
      .evt-reg-section .pip {
        width: 30.25%; } }
  .evt-reg-section .remove {
    /*old*/
        /*display: block;
	background: #444;
	border: 1px solid black;
	color: white;
	text-align: center;
	cursor: pointer;*/
    display: inline-block;
    background: #646464;
    border: 1px solid #646464;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: 0; }
    @media (max-width: 480px) {
      .evt-reg-section .remove {
        padding: 2px 7px;
        font-size: 14px; } }
  .evt-reg-section .remove:hover {
    background: white;
    color: black; }
  .evt-reg-section .img-viewer-box {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 100;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .evt-reg-section .img-viewer-box .img-viewer-content {
      position: relative;
      top: 150px;
      background-color: black;
      width: 50%;
      margin: 0 auto;
      border-radius: 10px; }
      @media (max-width: 1440px) {
        .evt-reg-section .img-viewer-box .img-viewer-content {
          width: 60%;
          top: 15%; } }
      @media (max-width: 1024px) {
        .evt-reg-section .img-viewer-box .img-viewer-content {
          width: 80%; } }
      @media (max-width: 768px) {
        .evt-reg-section .img-viewer-box .img-viewer-content {
          top: 15%; } }
      @media (max-width: 600px) {
        .evt-reg-section .img-viewer-box .img-viewer-content {
          top: 5%;
          width: 90%; } }
      @media (max-width: 480px) {
        .evt-reg-section .img-viewer-box .img-viewer-content {
          width: 95%; } }
    .evt-reg-section .img-viewer-box .evt-img-controls {
      position: absolute;
      background-color: #fff;
      width: 100%;
      padding: 7px 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      @media (max-width: 1024px) {
        .evt-reg-section .img-viewer-box .evt-img-controls {
          background-color: rgba(255, 255, 255, 0.8); } }
      .evt-reg-section .img-viewer-box .evt-img-controls div {
        position: relative;
        vertical-align: middle;
        display: inline-block; }
        .evt-reg-section .img-viewer-box .evt-img-controls div img {
          height: 30px;
          cursor: pointer; }
          @media (max-width: 480px) {
            .evt-reg-section .img-viewer-box .evt-img-controls div img {
              height: 25px; } }
        @media (max-width: 480px) {
          .evt-reg-section .img-viewer-box .evt-img-controls div .evt-back {
            padding-left: 10px; } }
        @media (max-width: 480px) {
          .evt-reg-section .img-viewer-box .evt-img-controls div .evt-delete {
            padding-right: 10px; } }
    .evt-reg-section .img-viewer-box .evt-view {
      padding: 20px;
      min-height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 600px) {
        .evt-reg-section .img-viewer-box .evt-view {
          padding: 10px;
          min-height: 90vh; } }
      .evt-reg-section .img-viewer-box .evt-view img {
        max-width: 100%;
        max-height: 70vh; }
        @media (max-width: 600px) {
          .evt-reg-section .img-viewer-box .evt-view img {
            padding: 10px;
            max-height: 90vh; } }
  .evt-reg-section .evt-success-pop {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 2; }
    .evt-reg-section .evt-success-pop .evt-success-box {
      background-color: #fff;
      padding: 20px;
      width: 25%;
      margin: 0 auto;
      position: relative;
      top: 40%;
      border-radius: 10px; }
      @media (max-width: 1140px) {
        .evt-reg-section .evt-success-pop .evt-success-box {
          width: 35%; } }
      @media (max-width: 1024px) {
        .evt-reg-section .evt-success-pop .evt-success-box {
          width: 55%; } }
      @media (max-width: 600px) {
        .evt-reg-section .evt-success-pop .evt-success-box {
          width: 70%; } }
      @media (max-width: 480px) {
        .evt-reg-section .evt-success-pop .evt-success-box {
          width: 90%;
          padding: 20px 10px; } }
      .evt-reg-section .evt-success-pop .evt-success-box h4 {
        font-size: 18px;
        color: #444;
        font-weight: bold;
        line-height: 1.5em;
        margin: 5px 0;
        padding-bottom: 10px; }
        .evt-reg-section .evt-success-pop .evt-success-box h4 span img {
          vertical-align: middle;
          height: 22px;
          padding: 0 5px; }
        @media (max-width: 480px) {
          .evt-reg-section .evt-success-pop .evt-success-box h4 {
            font-size: 16px; } }
      .evt-reg-section .evt-success-pop .evt-success-box p {
        padding-bottom: 10px; }
  .evt-reg-section .evt-error-pop {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 2; }
    .evt-reg-section .evt-error-pop .evt-error-box {
      background-color: #fff;
      padding: 20px;
      width: 25%;
      margin: 0 auto;
      position: relative;
      top: 40%;
      border-radius: 10px; }
      @media (max-width: 1140px) {
        .evt-reg-section .evt-error-pop .evt-error-box {
          width: 35%; } }
      @media (max-width: 1024px) {
        .evt-reg-section .evt-error-pop .evt-error-box {
          width: 55%; } }
      @media (max-width: 600px) {
        .evt-reg-section .evt-error-pop .evt-error-box {
          width: 70%; } }
      @media (max-width: 480px) {
        .evt-reg-section .evt-error-pop .evt-error-box {
          width: 90%;
          padding: 20px 10px; } }
      .evt-reg-section .evt-error-pop .evt-error-box h4 {
        font-size: 18px;
        color: #444;
        font-weight: bold;
        line-height: 1.5em;
        margin: 5px 0;
        padding-bottom: 10px; }
        .evt-reg-section .evt-error-pop .evt-error-box h4 span img {
          vertical-align: middle;
          height: 22px;
          padding: 0 5px; }
        @media (max-width: 480px) {
          .evt-reg-section .evt-error-pop .evt-error-box h4 {
            font-size: 16px; } }
      .evt-reg-section .evt-error-pop .evt-error-box p {
        padding-bottom: 10px; }
  .evt-reg-section .form-evt-control::placeholder {
    color: #888;
    font-size: 15px; }
    @media (max-width: 480px) {
      .evt-reg-section .form-evt-control::placeholder {
        font-size: 12px; } }
  .evt-reg-section .form-evt-control::-webkit-input-placeholder {
    color: #888;
    font-size: 15px; }
  .evt-reg-section .form-evt-control::-moz-input-placeholder {
    color: #888;
    font-size: 15px; }
  .evt-reg-section .form-evt-control::-ms-input-placeholder {
    color: #888;
    font-size: 15px; }
  .evt-reg-section .form-evt-control::-o-input-placeholder {
    color: #888;
    font-size: 15px; }
  @media (max-width: 480px) {
    .evt-reg-section .col-lg-12 {
      padding-left: 5px;
      padding-right: 5px; } }
  .evt-reg-section .modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: fixed;
    z-index: 201;
    width: 100%;
    top: 0;
    left: 0; }
  .evt-reg-section .modal-content {
    position: absolute;
    text-align: center;
    background-color: #fefefe;
    margin: auto;
    padding: 10px 25px 10px;
    width: 285px;
    border-radius: 5px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 202;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }
    .evt-reg-section .modal-content .fa-spin {
      display: inline-block; }
    .evt-reg-section .modal-content img {
      height: 60px;
      display: inline-block;
      padding: 10px 0; }
    .evt-reg-section .modal-content p {
      color: #888;
      padding: 0 0 15px;
      width: 100%;
      font-size: 13px; }

/*Page Not Found*/
.pg-not-found {
  padding: 10% 16%; }
  @media (max-width: 768px) {
    .pg-not-found {
      padding: 10% 5%;
      text-align: center; } }
  .pg-not-found .logo {
    margin-bottom: 35px; }
    @media (max-width: 600px) {
      .pg-not-found .logo {
        margin-bottom: 15px; } }
  .pg-not-found img {
    margin: 0 auto;
    display: block; }
    @media (max-width: 600px) {
      .pg-not-found img {
        width: 50%; } }
  .pg-not-found h1 {
    margin-top: 35px;
    color: #f50812;
    font-size: 60px;
    font-family: Arial;
    letter-spacing: 1px;
    line-height: 90px;
    text-align: center; }
    @media (max-width: 768px) {
      .pg-not-found h1 {
        font-size: 50px;
        margin-top: 0; } }
    @media (max-width: 600px) {
      .pg-not-found h1 {
        font-size: 30px; } }
  .pg-not-found p {
    margin-top: 19px;
    font-family: Arial;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 39px;
    color: #184a56; }
    @media (max-width: 600px) {
      .pg-not-found p {
        margin-top: 0px;
        font-size: 15px;
        line-height: 25px; } }
    @media (max-width: 320px) {
      .pg-not-found p {
        font-size: 13px; } }
  .pg-not-found button {
    margin-top: 37px;
    outline: 0;
    height: 56px;
    letter-spacing: .8px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    border-radius: 28px;
    cursor: pointer;
    border: 2px solid #3eb8ea;
    background-color: #fff;
    color: #3eb8ea;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .pg-not-found button {
        width: 40%; } }
    @media (max-width: 600px) {
      .pg-not-found button {
        height: 40px;
        line-height: 39px;
        font-size: 18px;
        padding: 0 13px;
        width: 50%; } }
    .pg-not-found button:hover {
      background-color: #3eb8ea;
      color: #fff; }

/*MAINTENANCE*/
.pkb-maintenance-body {
  background: #090909; }

.pkb-maintenance {
  background: #090909; }
  .pkb-maintenance img {
    height: 100vh;
    margin: 0 auto;
    width: auto; }
    @media (max-width: 768px) {
      .pkb-maintenance img {
        height: auto;
        width: 100%; } }

.pkb-maintenance-pc {
  display: block; }
  @media (max-width: 768px) {
    .pkb-maintenance-pc {
      display: none; } }

.pkb-maintenance-mb {
  display: none; }
  @media (max-width: 768px) {
    .pkb-maintenance-mb {
      display: block; } }

.pb-daily-bg {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background: url(/Assets/images/daily-win/daily-pb-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: #000; }
  @media (max-width: 1024px) {
    .pb-daily-bg {
      padding-bottom: 10%;
      background: url(/Assets/images/daily-win/daily-pb-bg.jpg) no-repeat;
      background-size: cover;
      background-position: bottom center; } }
  .pb-daily-bg .main-banner img {
    width: 100%; }
  .pb-daily-bg .pbmain-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    background: url(/Assets/images/daily-win/main-content-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 898px;
    padding-top: 12%; }
    @media (max-width: 1024px) {
      .pb-daily-bg .pbmain-content {
        min-height: 760px; } }
    @media (max-width: 800px) {
      .pb-daily-bg .pbmain-content {
        min-height: 620px; } }
    @media (max-width: 768px) {
      .pb-daily-bg .pbmain-content {
        min-height: 590px; } }
    @media (max-width: 600px) {
      .pb-daily-bg .pbmain-content {
        min-height: 460px; } }
    @media (max-width: 480px) {
      .pb-daily-bg .pbmain-content {
        min-height: 1000px;
        background: url(/Assets/images/daily-win/main-content-bg-mobi.png) no-repeat;
        background-size: 100%;
        background-position: top center; } }
    @media (max-width: 425px) {
      .pb-daily-bg .pbmain-content {
        min-height: 875px; } }
    @media (max-width: 414px) {
      .pb-daily-bg .pbmain-content {
        min-height: 855px; } }
    @media (max-width: 384px) {
      .pb-daily-bg .pbmain-content {
        min-height: 790px; } }
    @media (max-width: 375px) {
      .pb-daily-bg .pbmain-content {
        min-height: 770px; } }
    @media (max-width: 360px) {
      .pb-daily-bg .pbmain-content {
        min-height: 740px; } }
    @media (max-width: 320px) {
      .pb-daily-bg .pbmain-content {
        min-height: 650px; } }
    .pb-daily-bg .pbmain-content .pb-content-bg {
      width: 100%; }
    .pb-daily-bg .pbmain-content .pb-floating-content {
      width: 100%;
      padding: 0 5%; }
    .pb-daily-bg .pbmain-content .content-description {
      text-align: left; }
      .pb-daily-bg .pbmain-content .content-description p {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.3em;
        color: #fff;
        position: relative;
        padding-left: 35px;
        margin-bottom: 15px; }
        @media (max-width: 800px) {
          .pb-daily-bg .pbmain-content .content-description p {
            font-size: 18px;
            margin-bottom: 10px; } }
        @media (max-width: 600px) {
          .pb-daily-bg .pbmain-content .content-description p {
            font-size: 13px;
            padding-left: 18px;
            margin-bottom: 10px; } }
        @media (max-width: 375px) {
          .pb-daily-bg .pbmain-content .content-description p {
            font-size: 12px;
            padding-left: 18px; } }
        .pb-daily-bg .pbmain-content .content-description p span {
          color: #fff100; }
        .pb-daily-bg .pbmain-content .content-description p .pbd-bullet {
          display: inline-block;
          position: absolute;
          left: 0; }
          .pb-daily-bg .pbmain-content .content-description p .pbd-bullet img {
            height: 25px; }
            @media (max-width: 1024px) {
              .pb-daily-bg .pbmain-content .content-description p .pbd-bullet img {
                height: 15px; } }
            @media (max-width: 600px) {
              .pb-daily-bg .pbmain-content .content-description p .pbd-bullet img {
                height: 13px; } }
    .pb-daily-bg .pbmain-content .pb-game-container {
      padding: 0 5px 5px 5px;
      border: 2px solid;
      border-image-source: linear-gradient(72deg, #02ddf9, #661a8d, #e310c2);
      border-image-slice: 1; }
    .pb-daily-bg .pbmain-content .week-container {
      width: 87%;
      margin: 0 auto;
      position: relative;
      border: 2px solid;
      border-image-source: linear-gradient(72deg, #e310c2, #661a8d, #02ddf9);
      border-image-slice: 1;
      padding: 3px;
      margin-top: 5%; }
      @media (max-width: 1024px) {
        .pb-daily-bg .pbmain-content .week-container {
          width: 90%; } }
      @media (max-width: 800px) {
        .pb-daily-bg .pbmain-content .week-container {
          width: 93%; } }
      @media (max-width: 480px) {
        .pb-daily-bg .pbmain-content .week-container {
          width: 80%; } }
      .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .left, .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .right {
        position: absolute;
        top: 12.5%;
        height: 75%; }
        @media (max-width: 1024px) {
          .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .left, .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .right {
            top: 15%;
            height: 70%; } }
      .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .left {
        left: -7%; }
        @media (max-width: 1024px) {
          .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .left {
            left: -6%; } }
        @media (max-width: 480px) {
          .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .left {
            left: -15%; } }
      .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .right {
        right: -7%;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); }
        @media (max-width: 1024px) {
          .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .right {
            right: -6%; } }
        @media (max-width: 480px) {
          .pb-daily-bg .pbmain-content .week-container .lr-wing-tip .right {
            right: -15%; } }
      .pb-daily-bg .pbmain-content .week-container .tip-pc {
        display: block; }
        @media (max-width: 480px) {
          .pb-daily-bg .pbmain-content .week-container .tip-pc {
            display: none; } }
      .pb-daily-bg .pbmain-content .week-container .tip-mobi {
        display: none; }
        @media (max-width: 480px) {
          .pb-daily-bg .pbmain-content .week-container .tip-mobi {
            display: block; } }
  .pb-daily-bg .pbrules-content {
    width: 80%;
    margin: 5% auto;
    position: relative;
    display: block; }
    @media (max-width: 800px) {
      .pb-daily-bg .pbrules-content {
        width: 90%; } }
    @media (max-width: 480px) {
      .pb-daily-bg .pbrules-content {
        width: 100%; } }
    .pb-daily-bg .pbrules-content .pb-floating-rules {
      position: absolute;
      width: 80%;
      padding: 0 10%;
      top: 34%; }
      @media (max-width: 480px) {
        .pb-daily-bg .pbrules-content .pb-floating-rules {
          width: 90%;
          padding: 0 10%;
          top: 35%; } }
      @media (max-width: 360px) {
        .pb-daily-bg .pbrules-content .pb-floating-rules {
          padding: 0 7%;
          top: 32%; } }
    .pb-daily-bg .pbrules-content .pb-rules-bg {
      width: 100%; }
    .pb-daily-bg .pbrules-content .content-rules {
      text-align: left;
      list-style: decimal;
      list-style-position: inside; }
      .pb-daily-bg .pbrules-content .content-rules li {
        font-size: 24px;
        font-weight: bold;
        color: #81bcd3;
        line-height: 1.8em;
        text-shadow: 2px 2px 5px #0e0025; }
        @media (max-width: 800px) {
          .pb-daily-bg .pbrules-content .content-rules li {
            font-size: 20px; } }
        @media (max-width: 600px) {
          .pb-daily-bg .pbrules-content .content-rules li {
            font-size: 14px; } }
        @media (max-width: 480px) {
          .pb-daily-bg .pbrules-content .content-rules li {
            font-size: 12px; } }
        @media (max-width: 320px) {
          .pb-daily-bg .pbrules-content .content-rules li {
            font-size: 10px; } }
  .pb-daily-bg .week-box {
    padding: 2px 3px; }
    .pb-daily-bg .week-box .db-title {
      background: url(../images/daily-win/win-title.png) no-repeat;
      background-size: 100%;
      background-position: bottom center;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      padding: 8px;
      position: relative;
      top: 5px; }
      @media (max-width: 1024px) {
        .pb-daily-bg .week-box .db-title {
          font-size: 18px; } }
      @media (max-width: 800px) {
        .pb-daily-bg .week-box .db-title {
          font-size: 13px; } }
      @media (max-width: 600px) {
        .pb-daily-bg .week-box .db-title {
          font-size: 11px;
          padding: 5px; } }
      @media (max-width: 480px) {
        .pb-daily-bg .week-box .db-title {
          font-size: 14px; } }
      @media (max-width: 320px) {
        .pb-daily-bg .week-box .db-title {
          font-size: 10px; } }
    .pb-daily-bg .week-box .big-title {
      font-size: 24px;
      padding: 18px; }
      @media (max-width: 1024px) {
        .pb-daily-bg .week-box .big-title {
          font-size: 20px; } }
      @media (max-width: 800px) {
        .pb-daily-bg .week-box .big-title {
          font-size: 18px;
          padding: 13px; } }
      @media (max-width: 600px) {
        .pb-daily-bg .week-box .big-title {
          font-size: 14px;
          padding: 10px; } }
      @media (max-width: 480px) {
        .pb-daily-bg .week-box .big-title {
          font-size: 18px;
          padding: 16px; } }
      @media (max-width: 384px) {
        .pb-daily-bg .week-box .big-title {
          padding: 13px; } }
      @media (max-width: 320px) {
        .pb-daily-bg .week-box .big-title {
          font-size: 12px;
          padding: 10px; } }
    .pb-daily-bg .week-box .db-prize-box {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border: 2px solid;
      border-image-source: linear-gradient(90deg, #a811d5, #0963fd);
      border-image-slice: 1;
      border-top: 0;
      padding: 10px;
      position: relative; }
      .pb-daily-bg .week-box .db-prize-box .prize-sm-img {
        width: 100%;
        max-width: 189px; }
        @media (max-width: 1024px) {
          .pb-daily-bg .week-box .db-prize-box .prize-sm-img {
            width: 81%; } }
        @media (max-width: 800px) {
          .pb-daily-bg .week-box .db-prize-box .prize-sm-img {
            width: 58%; } }
        @media (max-width: 600px) {
          .pb-daily-bg .week-box .db-prize-box .prize-sm-img {
            width: 70%; } }
        @media (max-width: 480px) {
          .pb-daily-bg .week-box .db-prize-box .prize-sm-img {
            width: 80%; } }
        @media (max-width: 425px) {
          .pb-daily-bg .week-box .db-prize-box .prize-sm-img {
            width: 65%; } }
      .pb-daily-bg .week-box .db-prize-box .prize-lg-img {
        width: 89%; }
        @media (max-width: 1024px) {
          .pb-daily-bg .week-box .db-prize-box .prize-lg-img {
            width: 96%; } }
        @media (max-width: 600px) {
          .pb-daily-bg .week-box .db-prize-box .prize-lg-img {
            width: 100%; } }
        @media (max-width: 480px) {
          .pb-daily-bg .week-box .db-prize-box .prize-lg-img {
            width: 90%; } }
        @media (max-width: 425px) {
          .pb-daily-bg .week-box .db-prize-box .prize-lg-img {
            width: 75%; } }
      .pb-daily-bg .week-box .db-prize-box .db-btn img {
        width: 100%;
        padding-top: 10px;
        max-width: 110px;
        filter: grayscale(100%);
        cursor: not-allowed;
        /*filter: contrast(160%);
        filter: brightness(0.25);
        filter: blur(3px);
        filter: invert(100%);
        filter: sepia(100%);
        filter: hue-rotate(180deg);
        filter: opacity(50%);*/ }
        @media (max-width: 1024px) {
          .pb-daily-bg .week-box .db-prize-box .db-btn img {
            max-width: 100px; } }
        @media (max-width: 480px) {
          .pb-daily-bg .week-box .db-prize-box .db-btn img {
            max-width: 100px; } }
        @media (max-width: 375px) {
          .pb-daily-bg .week-box .db-prize-box .db-btn img {
            padding-top: 5px; } }
      .pb-daily-bg .week-box .db-prize-box .db-btn .big {
        max-width: 200px; }
        @media (max-width: 1024px) {
          .pb-daily-bg .week-box .db-prize-box .db-btn .big {
            max-width: 160px; } }
        @media (max-width: 384px) {
          .pb-daily-bg .week-box .db-prize-box .db-btn .big {
            max-width: 130px; } }
      .pb-daily-bg .week-box .db-prize-box .dbtn-active img {
        filter: grayscale(0);
        cursor: pointer; }
        .pb-daily-bg .week-box .db-prize-box .dbtn-active img:hover {
          filter: contrast(160%); }

.pb-yellow {
  color: #fff100; }

.pb-no-padd {
  padding: 0; }

.pc-hide {
  display: none; }
  @media (max-width: 1024px) {
    .pc-hide {
      display: block; } }

.mobi-hide {
  display: block; }
  @media (max-width: 1024px) {
    .mobi-hide {
      display: none; } }

@media (max-width: 1024px) {
  .con-padd-mobi-10 {
    padding: 0 10px; } }

.pb-prize-pop {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  z-index: 2;
  display: none; }
  .pb-prize-pop .prize-content-box {
    background: url(/Assets/images/daily-win/popup1.png) no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    display: block;
    width: 37%;
    top: 15vh; }
    @media (max-width: 1680px) {
      .pb-prize-pop .prize-content-box {
        width: 41%; } }
    @media (max-width: 1440px) {
      .pb-prize-pop .prize-content-box {
        width: 45%; } }
    @media (max-width: 1024px) {
      .pb-prize-pop .prize-content-box {
        width: 55%; } }
    @media (max-width: 800px) {
      .pb-prize-pop .prize-content-box {
        width: 70%; } }
    @media (max-width: 800px) {
      .pb-prize-pop .prize-content-box {
        width: 90%; } }
    @media (max-width: 480px) {
      .pb-prize-pop .prize-content-box {
        width: 90%;
        padding: 20px 10px; } }
    .pb-prize-pop .prize-content-box .pop-close {
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      height: 15%;
      z-index: 2; }
      .pb-prize-pop .prize-content-box .pop-close:hover {
        cursor: pointer; }
      @media (max-width: 1440px) {
        .pb-prize-pop .prize-content-box .pop-close {
          height: 12%; } }
    .pb-prize-pop .prize-content-box .ins-close {
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      height: 20%;
      z-index: 2; }
      .pb-prize-pop .prize-content-box .ins-close:hover {
        cursor: pointer; }
    .pb-prize-pop .prize-content-box .pop-txt {
      display: inline-block;
      width: 100%;
      padding: 7% 6% 3%;
      min-height: 345px; }
      @media (max-width: 1440px) {
        .pb-prize-pop .prize-content-box .pop-txt {
          min-height: 285px; } }
      @media (max-width: 480px) {
        .pb-prize-pop .prize-content-box .pop-txt {
          min-height: 180px; } }
      @media (max-width: 375px) {
        .pb-prize-pop .prize-content-box .pop-txt {
          padding: 7% 2% 3%; } }
      .pb-prize-pop .prize-content-box .pop-txt h4 {
        font-size: 40px;
        color: #444;
        font-weight: bold;
        line-height: 1.5em;
        margin: 5px 0;
        padding-bottom: 10px;
        letter-spacing: 10px;
        background: -webkit-linear-gradient(#a9c6ff, #d6affb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        position: relative; }
        .pb-prize-pop .prize-content-box .pop-txt h4:before, .pb-prize-pop .prize-content-box .pop-txt h4:after {
          display: block;
          content: '';
          background-image: url(/Assets/images/daily-win/pop-shatter.png);
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          width: 40px;
          height: 70px;
          display: inline-block; }
        .pb-prize-pop .prize-content-box .pop-txt h4:before {
          left: -45px;
          top: 5px; }
        .pb-prize-pop .prize-content-box .pop-txt h4:after {
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
        @media (max-width: 1440px) {
          .pb-prize-pop .prize-content-box .pop-txt h4 {
            font-size: 30px; }
            .pb-prize-pop .prize-content-box .pop-txt h4:before, .pb-prize-pop .prize-content-box .pop-txt h4:after {
              width: 30px;
              height: 53px; } }
        @media (max-width: 425px) {
          .pb-prize-pop .prize-content-box .pop-txt h4 {
            font-size: 24px; }
            .pb-prize-pop .prize-content-box .pop-txt h4:before, .pb-prize-pop .prize-content-box .pop-txt h4:after {
              width: 22px;
              height: 40px; } }
      .pb-prize-pop .prize-content-box .pop-txt .win-title {
        padding-left: 15%;
        font-size: 32px;
        margin-top: 5%; }
        @media (max-width: 1440px) {
          .pb-prize-pop .prize-content-box .pop-txt .win-title {
            font-size: 20px; } }
        @media (max-width: 480px) {
          .pb-prize-pop .prize-content-box .pop-txt .win-title {
            padding-left: 0; } }
        @media (max-width: 425px) {
          .pb-prize-pop .prize-content-box .pop-txt .win-title {
            font-size: 18px; } }
      .pb-prize-pop .prize-content-box .pop-txt p {
        letter-spacing: 5px;
        font-size: 25px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        padding-left: 5%; }
        @media (max-width: 1440px) {
          .pb-prize-pop .prize-content-box .pop-txt p {
            font-size: 18px;
            padding-left: 10%; } }
        @media (max-width: 480px) {
          .pb-prize-pop .prize-content-box .pop-txt p {
            padding-left: 0; } }
        @media (max-width: 425px) {
          .pb-prize-pop .prize-content-box .pop-txt p {
            font-size: 16px; } }
      .pb-prize-pop .prize-content-box .pop-txt .platform-question {
        display: block;
        text-align: left;
        padding-left: 10%; }
        @media (max-width: 480px) {
          .pb-prize-pop .prize-content-box .pop-txt .platform-question {
            padding-left: 0; } }
        .pb-prize-pop .prize-content-box .pop-txt .platform-question label {
          background: -webkit-linear-gradient(#a9c6ff, #d6affb);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          border-bottom: 1px solid #c6b8fd;
          color: #fff;
          padding: 2px 0;
          font-weight: bold; }
          .pb-prize-pop .prize-content-box .pop-txt .platform-question label:hover {
            cursor: pointer; }
    .pb-prize-pop .prize-content-box .pb-confirm-btn {
      background-color: transparent;
      padding: 0;
      display: inline-block;
      border: none;
      position: relative;
      bottom: 0;
      width: 65%; }
      @media (max-width: 425px) {
        .pb-prize-pop .prize-content-box .pb-confirm-btn {
          width: 70%; } }
      .pb-prize-pop .prize-content-box .pb-confirm-btn img {
        display: inline-block;
        width: 100%;
        transition: 0.5s; }
        .pb-prize-pop .prize-content-box .pb-confirm-btn img:hover {
          transform: scale(1.1); }
  .pb-prize-pop .platform-instruction {
    background: url(/Assets/images/daily-win/popup3.png) no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 0 auto;
    position: absolute;
    border-radius: 10px;
    display: block;
    width: 65%;
    top: 20%;
    z-index: 3;
    max-width: 55%;
    right: 22%;
    display: none; }
    @media (max-width: 800px) {
      .pb-prize-pop .platform-instruction {
        max-width: 50%; } }
    @media (max-width: 480px) {
      .pb-prize-pop .platform-instruction {
        width: 100%;
        max-width: 65%;
        top: 30%;
        right: 18%; } }
    .pb-prize-pop .platform-instruction p {
      letter-spacing: 5px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      text-align: left;
      /* padding-left: 5%; */
      padding: 13% 9%; }
      @media (max-width: 1440px) {
        .pb-prize-pop .platform-instruction p {
          font-size: 16px; } }
      @media (max-width: 480px) {
        .pb-prize-pop .platform-instruction p {
          font-size: 14px;
          padding: 9% 11%; } }

.pb-nickname-inp {
  border: 3px solid;
  border-image-source: linear-gradient(72deg, #02ddf9, #661a8d, #e310c2);
  border-image-slice: 1;
  font-size: 18px;
  background: none;
  width: 80%;
  padding: 10px;
  color: #fff;
  margin: 10px 0; }
  @media (max-width: 480px) {
    .pb-nickname-inp {
      width: 100%; } }

.pb-nickname-inp::-webkit-input-placeholder {
  color: #fff;
  /*#e1d1be;*/
  opacity: 0.5; }

.pb-nickname-inp:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.5; }

.pb-nickname-inp::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.5; }

.pb-nickname-inp:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5; }

.pb-claimed {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 1, 45, 0.78);
  z-index: 1; }
  .pb-claimed img {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 2;
    height: 25%; }

/********POKERBA LANDING Landing********/
.pokerba-landing-body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #2f2f2f; }
  .pokerba-landing-body .image-box {
    position: relative;
    text-align: center;
    width: 1920px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .pokerba-landing-body .image-box {
        width: 100%; } }
    .pokerba-landing-body .image-box a {
      cursor: unset;
      display: inline-block; }
      @media (max-width: 1024px) {
        .pokerba-landing-body .image-box a img {
          width: 100%; } }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.7; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.d-block-auto {
  display: block;
  margin: 0 auto; }

.white {
  color: #fff; }

.w-100 {
  width: 100%; }

.w-80 {
  width: 80%; }

.font-italic {
  font-style: italic; }

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 1024px) {
  .w-sm-100 {
    width: 100%; } }
.pc-visible {
  display: block; }
  @media (max-width: 1024px) {
    .pc-visible {
      display: none; } }

.mobile-visible {
  display: none; }
  @media (max-width: 1024px) {
    .mobile-visible {
      display: block; } }

.mobi-show {
  display: none !important; }
  @media (max-width: 1024px) {
    .mobi-show {
      display: block !important; } }

.winner-list {
  background-color: rgba(0, 0, 0, 0.3);
  max-height: 200px;
  height: 175px;
  padding: 2% 2%;
  border: 1px solid #CFA971;
  text-align: left;
  overflow-y: scroll; }
  @media (max-width: 425px) {
    .winner-list {
      height: 190px; } }
  .winner-list::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: transparent;
    width: 0; }
  .winner-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #00a6ff; }
  .winner-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: transparent;
    width: 0; }
  .winner-list table {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    display: inline-block;
    width: 100%; }
    @media (max-width: 425px) {
      .winner-list table {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        display: grid; } }
    @media (max-width: 1280px) {
      .winner-list table tbody {
        height: 150px;
        overflow: auto; } }
    @media (max-width: 425px) {
      .winner-list table tbody {
        margin: 0 auto;
        display: inline-block;
        height: 170px;
        overflow: auto; } }
    .winner-list table tbody tr td {
      color: #fff;
      font-size: 9px;
      line-height: 25px;
      padding: 0 2px;
      word-break: break-all; }
      @media (max-width: 1280px) {
        .winner-list table tbody tr td {
          font-size: 9px; } }
      @media (max-width: 425px) {
        .winner-list table tbody tr td {
          padding: 0 5px; } }

.wheel-container {
  position: relative;
  margin: 4% 0 7% 0; }
  @media (max-width: 1024px) {
    .wheel-container {
      margin: 4% auto 10% auto;
      width: 60%; } }
  @media (max-width: 800px) {
    .wheel-container {
      width: 80%; } }
  @media (max-width: 480px) {
    .wheel-container {
      width: 100%; } }

.pop-wd {
  min-width: 300px !important; }

/*==================NEW SPINNER STYLE====================*/
.sp-recharge {
  font-size: 0;
  padding: 0; }
  @media (max-width: 1024px) {
    .sp-recharge {
      text-align: center; } }
  .sp-recharge .sp-accumulated, .sp-recharge .sp-draw, .sp-recharge .sp-pts {
    width: 30%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 5px; }
  .sp-recharge label {
    font-size: 14px;
    padding: 10px 1px;
    background-color: #200401;
    border-top: 2px solid #d7c3c6 !important;
    border: 1px solid #c0a77e;
    color: #fff;
    margin-bottom: 0;
    font-weight: bolder;
    display: block;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.83) inset;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.83) inset;
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.83) inset; }
    @media (max-width: 1280px) {
      .sp-recharge label {
        font-size: 13px;
        padding: 8px 5px; } }
  .sp-recharge span {
    display: block;
    border: 1px solid #c0a77e;
    border-top: none;
    width: 90%;
    margin: 0 auto;
    color: #ffd8a6;
    font-size: 17px;
    padding: 5px 5px; }

.sp-table {
  border: 3px #d4b98b solid; }
  .sp-table > thead > tr > th {
    font-size: 13px;
    padding: 10px 5px;
    background-color: #200401 !important;
    border-top: 2px solid #d7c3c6 !important;
    border: 1px solid #c0a77e;
    color: #fff;
    font-weight: bolder;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.83) inset;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.83) inset;
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.83) inset; }
    @media (max-width: 1280px) {
      .sp-table > thead > tr > th {
        font-size: 13px;
        padding: 8px 3px; } }
  .sp-table > tbody > tr > td {
    color: #fff;
    border: 1px solid #f2dfb2;
    text-align: center !important;
    padding: 5px 10px;
    font-weight: 600; }
    .sp-table > tbody > tr > td:last-child {
      color: #ffe4a4; }
    @media (max-width: 1280px) {
      .sp-table > tbody > tr > td {
        font-size: 12px;
        line-height: 17px; } }
  .sp-table > tbody > tr:nth-child(odd) {
    background-color: transparent; }
  .sp-table > tbody > tr:nth-child(even) {
    background-color: transparent; }

.title-m {
  margin-bottom: 5%; }

.maroon-title {
  font-size: 20px;
  padding: 10px 5px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  background-color: #470004;
  border-bottom: none !important;
  border-top: 2px solid #d7c3c6 !important;
  border: 2px solid #c0a77e;
  color: #fff;
  font-weight: bolder;
  display: block;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.83) inset;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.83) inset;
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.83) inset; }
  @media (max-width: 1280px) {
    .maroon-title {
      font-size: 17px;
      padding: 8px 5px; } }

.event-cont {
  position: relative; }

@media (max-width: 1600px) {
  .event-desc {
    margin-bottom: 3%; } }
.event-desc p {
  line-height: 25px;
  font-size: 13px; }
.event-desc h3 {
  color: #ffd0aa; }
.event-desc ol {
  padding: 0 0 15px 0; }
  .event-desc ol li {
    color: #ffd0aa;
    font-size: 16px;
    line-height: 30px; }
    @media (max-width: 1600px) {
      .event-desc ol li {
        font-size: 15px; } }
    @media (max-width: 1280px) {
      .event-desc ol li {
        font-size: 13px; } }

.modal-blockUI {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0; }

.win-history-cont {
  display: none;
  padding: 0;
  background-color: black;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  border: 2px solid #CFA971;
  text-align: center;
  min-width: 75%;
  width: auto;
  z-index: 2; }
  @media (max-width: 1280px) {
    .win-history-cont {
      min-width: 90%;
      top: 37%; } }
  .win-history-cont i.icon-icon-46 {
    right: -50px;
    position: absolute;
    top: -40px;
    cursor: pointer;
    padding: 5px;
    font-size: 28px;
    background: linear-gradient(to bottom, #b2915c 0%, #f0dbad 25%, #f0dbad 50%, #b2915c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 480px) {
      .win-history-cont i.icon-icon-46 {
        right: 5px;
        position: absolute;
        top: 7px;
        cursor: pointer;
        padding: 5px;
        font-size: 22px; } }
  .win-history-cont label {
    font-size: 40px;
    letter-spacing: 5px;
    display: block;
    background: linear-gradient(to bottom, #b2915c 0%, #f0dbad 25%, #f0dbad 50%, #b2915c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding: 15px 30px;
    border-bottom: 2px solid #CFA971; }
    @media (max-width: 480px) {
      .win-history-cont label {
        font-size: 30px;
        padding: 10px 30px; } }
    @media (max-width: 425px) {
      .win-history-cont label {
        font-size: 25px; } }

.win-history {
  font-size: 0;
  height: 150px;
  overflow: auto;
  margin: 3% 0;
  display: block; }
  .win-history::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: transparent;
    width: 5px; }
  .win-history::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d90012; }
  .win-history::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: transparent;
    width: 0; }
  .win-history tbody {
    display: block;
    height: 100%; }
  .win-history tr {
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: left; }
    .win-history tr td {
      padding: 5px 10px;
      display: inline-block;
      line-height: 22px; }
      @media (max-width: 375px) {
        .win-history tr td {
          padding: 3px 5px; } }
      @media (max-width: 320px) {
        .win-history tr td {
          padding: 3px 4px;
          font-size: 13px; } }
      .win-history tr td:first-child {
        text-align: right; }

.modal-msgbox {
  display: none;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  width: 130%; }
  @media (max-width: 600px) {
    .modal-msgbox {
      width: 100%; } }
  .modal-msgbox > div {
    position: relative; }

.modalmsg-span {
  background: url(/assets/images/fortune-wheel/sp-center-tip.png);
  color: #efdbae;
  font-weight: bold;
  font-size: 20px;
  padding: 23px 1px;
  display: inline;
  position: relative;
  letter-spacing: 1px;
  text-shadow: 0px 2px 5px #000000; }
  @media (max-width: 600px) {
    .modalmsg-span {
      font-size: 18px; } }
  @media (max-width: 425px) {
    .modalmsg-span {
      font-size: 15px;
      background-position: center;
      background-size: contain;
      padding: 14px 1px; } }
  @media (max-width: 375px) {
    .modalmsg-span {
      background-position: center;
      background-size: contain;
      padding: 16px 1px;
      font-size: 14px; } }
  @media (max-width: 320px) {
    .modalmsg-span {
      padding: 12px 1px;
      font-size: 12px; } }
  .modalmsg-span:before {
    content: '';
    clear: both;
    position: absolute;
    width: 30%;
    height: 100%;
    background: url(/assets/images/fortune-wheel/sp-left-tip.png) no-repeat;
    top: 0;
    left: -25px; }
    @media (max-width: 425px) {
      .modalmsg-span:before {
        height: 49px;
        top: -2px;
        left: -16px;
        width: 17px;
        background-position: center;
        background-size: 100%; } }
    @media (max-width: 375px) {
      .modalmsg-span:before {
        height: 51px;
        top: -1px;
        left: -17px;
        width: 18px; } }
    @media (max-width: 320px) {
      .modalmsg-span:before {
        height: 39px;
        left: -14px;
        width: 14px; } }
  .modalmsg-span:after {
    content: '';
    clear: both;
    background: url(/assets/images/fortune-wheel/sp-right-tip.png) no-repeat;
    top: 0;
    position: absolute;
    width: 26px;
    height: 100%; }
    @media (max-width: 425px) {
      .modalmsg-span:after {
        height: 49px;
        top: -2px;
        width: 17px;
        background-position: center;
        background-size: 100%; } }
    @media (max-width: 375px) {
      .modalmsg-span:after {
        top: -1px;
        width: 18px;
        height: 51px; } }
    @media (max-width: 320px) {
      .modalmsg-span:after {
        height: 39px;
        width: 14px; } }

.spinfix {
  text-align: center;
  position: fixed;
  z-index: 12;
  top: 47%;
  left: 1%;
  right: unset; }
  .spinfix a {
    font-size: 0;
    display: block; }
  .spinfix p {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #820508;
    border-radius: 50%;
    box-shadow: 0px 1px 10px #3a0607;
    border: 1px solid rgba(255, 255, 255, 0.6);
    height: 25px;
    width: 25px;
    line-height: inherit;
    position: absolute;
    right: 30px;
    cursor: pointer;
    z-index: 2; }
  @media only screen and (max-width: 1600px) {
    .spinfix {
      top: 55%;
      width: 12%; }
      .spinfix img {
        width: 100%; }
      .spinfix p {
        right: 7%; } }
  @media only screen and (max-width: 1280px) {
    .spinfix {
      top: 60%; } }
  @media only screen and (max-width: 1024px) {
    .spinfix {
      top: 31%;
      width: 18%; } }
  @media only screen and (max-width: 768px) {
    .spinfix {
      width: 23%; } }
  @media only screen and (max-width: 425px) {
    .spinfix {
      top: 21%;
      width: 30%; }
      .spinfix p {
        right: 40%;
        bottom: -27%; } }
  @media only screen and (max-width: 375px) {
    .spinfix p {
      right: 38%; } }
  @media only screen and (max-width: 320px) {
    .spinfix {
      top: 21%;
      width: 39%; }
      .spinfix p {
        bottom: -20%;
        right: 41%;
        font-size: 13px;
        padding-top: 2px;
        height: 20px;
        width: 20px; } }

.fixed-right {
  right: 1% !important;
  left: unset !important; }

.spin-video {
  padding: 3% 0; }

.spin-border {
  border: 1px solid #d4b98b; }

.fortune-container {
  background: url(/assets/images/fortune-wheel/mayspin/vspin-main-bg.jpg?v=022824);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #015385;
  position: relative; }
  @media (max-width: 1024px) {
    .fortune-container {
      background: url(/assets/images/fortune-wheel/mayspin/vspin-main-bg-mobi.jpg?v=022824);
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden; } }
  @media only screen and (max-width: 1366px) {
    .fortune-container .container {
      width: 80% !important; } }
  @media only screen and (max-width: 1024px) {
    .fortune-container .container {
      width: 100% !important; } }
  .fortune-container .pc-title {
    display: inline-block; }
    @media (max-width: 1024px) {
      .fortune-container .pc-title {
        display: none; } }
  .fortune-container .mobi-title {
    display: none; }
    @media (max-width: 1024px) {
      .fortune-container .mobi-title {
        display: inline-block;
        margin-top: 10%; } }
    @media (max-width: 600px) {
      .fortune-container .mobi-title {
        margin-top: 2%; } }

.spin-pc-none {
  display: none; }
  @media (max-width: 1024px) {
    .spin-pc-none {
      display: block; } }

.fw-main-title {
  text-align: center;
  position: relative;
  margin-bottom: 25px; }
  .fw-main-title > img {
    width: 70%; }
    @media (max-width: 1440px) {
      .fw-main-title > img {
        width: 62%; } }
    @media (max-width: 768px) {
      .fw-main-title > img {
        width: 100%; } }
    @media (max-width: 480px) {
      .fw-main-title > img {
        width: 80%; } }
  .fw-main-title .sub-title {
    width: 50%; }

.recharge-data {
  margin: 0 auto;
  border-radius: 5px;
  border: 0.5px solid #ffffff;
  padding: 5px 10px;
  width: 60%;
  background: #cb0000;
  background: -moz-linear-gradient(left, #cb0000 0%, #4e0000 99%);
  background: -webkit-linear-gradient(left, #cb0000 0%, #4e0000 99%);
  background: linear-gradient(to right, #cb0000 0%, #4e0000 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0000', endColorstr='#4e0000',GradientType=1 ); }
  @media (max-width: 1024px) {
    .recharge-data {
      text-align: center;
      padding: 10px;
      margin: 0 auto;
      width: 35%; } }
  @media (max-width: 425px) {
    .recharge-data {
      padding: 5px;
      width: 60%;
      margin-bottom: 20px; } }
  @media (max-width: 375px) {
    .recharge-data {
      width: 70%; } }
  .recharge-data label {
    display: block;
    color: #ffffff;
    line-height: 25px;
    font-size: 17px;
    font-weight: normal; }
    @media (max-width: 1280px) {
      .recharge-data label {
        line-height: 25px;
        line-height: 25px;
        font-size: 15px; } }

#wcanvas {
  background: url(/assets/images/fortune-wheel/mayspin/wheel1.png) no-repeat center center;
  width: 100%;
  background-size: cover; }

.pointer {
  filter: drop-shadow(0px 27px 4px rgba(0, 0, 0, 0.45));
  width: 100%; }

.pointer-center {
  position: absolute;
  top: 4.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  width: 4%; }
  @media (max-width: 1024px) {
    .pointer-center {
      width: 9%;
      top: 3.5%; } }

.wheel-midcircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  filter: drop-shadow(0px 7px 6px rgba(0, 0, 0, 0.7)); }
  @media (max-width: 480px) {
    .wheel-midcircle {
      width: 8%; } }

.spinner-trigger-div {
  position: absolute;
  text-align: center;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 7; }
  @media (max-width: 1024px) {
    .spinner-trigger-div {
      width: 80%;
      bottom: unset;
      top: 107%;
      left: 50%; } }
  .spinner-trigger-div > div {
    position: relative; }

.spinner-trigger {
  position: relative; }
  @media (max-width: 1024px) {
    .spinner-trigger {
      left: unset;
      top: unset;
      width: 65%;
      margin: 0 auto; } }

.spinner-trigger-box {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media (max-width: 1024px) {
    .spinner-trigger-box {
      width: 90%;
      top: 49%;
      left: 50%; } }
  .spinner-trigger-box > div {
    position: relative; }

.click-icon {
  position: absolute;
  bottom: -76px;
  right: 5px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  z-index: 3; }
  @media (max-width: 1024px) {
    .click-icon {
      bottom: -43px; } }

.nickname-error p {
  color: #ffffff;
  font-style: italic;
  text-shadow: 0px 1px 1px #ff0907, 1px 1px 11px #baa807, 1px 2px 9px #fa2500, 3px 3px 7px #110f01;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 97%;
  background: rgba(0, 0, 0, 0.9);
  height: 95%;
  border-radius: 10px;
  z-index: 2;
  font-size: 18px;
  letter-spacing: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 480px) {
    .nickname-error p {
      font-size: 3vw; } }
  .nickname-error p span {
    display: inline-block; }
    .nickname-error p span img {
      width: 80% !important; }
      @media (max-width: 480px) {
        .nickname-error p span img {
          width: unset !important;
          height: 4vw; } }

.spinner-btn-div {
  width: 100%; }
  @media (max-width: 1024px) {
    .spinner-btn-div {
      width: 100%; } }
  .spinner-btn-div button {
    width: 100%;
    font-size: 30px;
    letter-spacing: 6px;
    background: none;
    color: #fff;
    text-shadow: 0px 5px 7px #000;
    border: none;
    padding: 5px 0; }
    @media (max-width: 1366px) {
      .spinner-btn-div button {
        font-size: 22px; } }
    @media (max-width: 480px) {
      .spinner-btn-div button {
        font-size: 5vw;
        padding: 4% 0; } }

.spinner-code-div {
  position: absolute;
  top: -67%;
  left: -70%;
  z-index: 2; }
  @media (max-width: 1366px) {
    .spinner-code-div {
      top: -68%;
      left: -72%; } }
  @media (max-width: 1280px) {
    .spinner-code-div {
      top: -73%;
      left: -77%; } }
  @media (max-width: 1024px) {
    .spinner-code-div {
      top: unset;
      z-index: 19;
      width: 60%;
      left: unset;
      display: block;
      margin: 0 auto;
      position: relative;
      /*&:after {
          content: '';
          background: url(/assets/img/fortune-wheel/mayspin/kadena.png) no-repeat;
          background-size: contain;
          top: -15px;
          position: absolute;
          width: 295px;
          height: 160px;
          right: -64px;
      }*/ } }
  .spinner-code-div > div {
    position: relative; }
    @media (max-width: 1366px) {
      .spinner-code-div > div {
        width: 90%;
        margin: 0 auto; } }
    @media (max-width: 1024px) {
      .spinner-code-div > div {
        width: 100%; } }
    .spinner-code-div > div img.plankton {
      position: absolute;
      width: 40%;
      top: -14px;
      left: -64px;
      z-index: 2; }
      @media (max-width: 1024px) {
        .spinner-code-div > div img.plankton {
          width: 33%;
          top: 25%;
          left: -40%; } }

.spinner-input-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%; }
  @media (max-width: 1024px) {
    .spinner-input-div {
      top: 49%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      width: 80%; } }
  .spinner-input-div > input {
    /*width: 75%;
    line-height: 35px;
    border-radius: 5px;
    border: none;
    padding-left: 0px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    font-size: 22px;*/
    width: 100%;
    line-height: 35px;
    border-radius: 5px;
    border: none;
    padding-left: 0px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px; }
    @media (max-width: 1024px) {
      .spinner-input-div > input {
        width: 100%;
        line-height: 30px; } }
    @media (max-width: 390px) {
      .spinner-input-div > input {
        line-height: 25px; } }
    @media (max-width: 390px) {
      .spinner-input-div > input {
        letter-spacing: 0px;
        font-size: 14px; } }

.popup-section {
  display: none;
  position: absolute;
  top: 49.5%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  width: 82%;
  filter: drop-shadow(0 0 20px rgba(52, 57, 255, 0.4)); }
  .popup-section > div {
    position: absolute; }

.modal-pop {
  display: none; }

.event-cont {
  position: relative; }
  @media (max-width: 1024px) {
    .event-cont {
      padding: 10px 20px 0; } }
  .event-cont .event-desc {
    margin-bottom: 6%;
    padding-top: 4%; }
    @media (max-width: 1280px) {
      .event-cont .event-desc {
        padding-top: 0; } }
    @media (max-width: 1024px) {
      .event-cont .event-desc {
        margin-bottom: 15%;
        padding: 10px 0px 20px; } }
    @media (max-width: 480px) {
      .event-cont .event-desc {
        margin-bottom: 0; } }
    .event-cont .event-desc p {
      line-height: 25px;
      color: #ffd200;
      display: inline-block;
      font-size: 14px;
      width: 39%; }
    .event-cont .event-desc h3 {
      color: #ffffff;
      font-weight: normal;
      font-size: 1.4em;
      letter-spacing: 1px;
      text-shadow: 0px 2px 2px #000;
      margin-bottom: 10px; }
      @media (max-width: 425px) {
        .event-cont .event-desc h3 {
          font-size: 1.3em;
          text-shadow: 0px 2px 2px #000; } }
    .event-cont .event-desc ol li {
      color: #fff;
      font-size: 17px;
      line-height: 28px;
      letter-spacing: 1px;
      text-shadow: 0px 4px 4px #000; }
      @media (max-width: 1600px) {
        .event-cont .event-desc ol li {
          font-size: 15px; } }
      @media (max-width: 1280px) {
        .event-cont .event-desc ol li {
          font-size: 13px; } }
      @media (max-width: 1024px) {
        .event-cont .event-desc ol li {
          list-style: none;
          font-size: 15px;
          text-shadow: 0px 2px 2px #000; } }
      @media (max-width: 480px) {
        .event-cont .event-desc ol li {
          line-height: 22px; } }

.wheel-table {
  width: 50%;
  margin: 25px 0;
  border: 1px solid #fff !important;
  /*border-radius: 10px 10px 0 0;*/
  color: #fff !important;
  text-shadow: 3px 2px #000;
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); }
  .wheel-table > thead > tr > th {
    text-shadow: 3px 2px #000;
    font-weight: bold;
    background-color: #5c117e !important;
    border: 1px solid #fff;
    text-align: left !important;
    text-indent: 10px;
    padding: 5px 10px; }
  .wheel-table > tbody > tr > td {
    color: #fff !important;
    border: 1px solid #fff;
    text-align: left !important;
    text-indent: 10px;
    padding: 5px 10px; }
  .wheel-table > tbody > tr:nth-child(odd) {
    background-color: #32226d; }
  .wheel-table > tbody > tr:nth-child(even) {
    background-color: rgba(0, 3, 36, 0.3); }

.historyPopup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%; }

.search-history {
  width: 70%;
  margin: 0 auto;
  background-color: #290000;
  position: relative;
  font-size: 0;
  border-radius: 10px;
  border: 2px solid #d3b172; }
  @media (max-width: 1440px) {
    .search-history {
      width: 80%; } }
  @media (max-width: 1024px) {
    .search-history {
      width: 70%; } }
  .search-history label {
    font-size: 20px;
    width: 30%;
    display: inline-block;
    margin-bottom: 0 !important;
    padding-left: 15px;
    color: #eed688; }
  .search-history input {
    color: #ffffff;
    font-size: 20px;
    padding-left: 2%;
    padding-right: 10%;
    height: 45px;
    width: 70%;
    display: inline-block;
    /* border-left: 2px solid #740000 !important; */
    border: none;
    border-radius: 1px 10px 10px 0px !important;
    background: #290000;
    background: -moz-linear-gradient(left, #290000 0%, #0c0000 100%);
    background: -webkit-linear-gradient(left, #290000 0%, #0c0000 100%);
    background: linear-gradient(to right, #290000 0%, #0c0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#290000', endColorstr='#0c0000',GradientType=1 ); }
  .search-history i {
    position: absolute;
    right: 3%;
    top: 10px;
    color: #fff;
    font-size: 25px; }
  .search-history .close-history {
    top: -40px;
    cursor: pointer;
    right: -65px;
    background-color: #020204;
    padding: 7px;
    border-radius: 50%;
    font-size: 16px;
    border: 2px solid #dfd4ac;
    color: #dcb176; }
    @media (max-width: 480px) {
      .search-history .close-history {
        top: -20px;
        right: -47px;
        font-size: 12px; } }

.win-history {
  width: 100%;
  margin: 25px auto;
  min-height: 200px;
  height: auto;
  background: #0f0f0f;
  border-radius: 20px;
  border: 2px solid #eed688;
  /*box-shadow: 3px 4px 8px rgb(0 0 0);*/ }
  @media (max-width: 1440px) {
    .win-history {
      width: 100%; } }
  @media (max-width: 1024px) {
    .win-history {
      width: 85%; } }
  @media (max-width: 480px) {
    .win-history {
      width: 95%; } }
  .win-history .fw-search-table {
    width: 100%;
    margin: 0 auto;
    border: none;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 17px;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed;
    background: #290000;
    background: -moz-linear-gradient(left, #290000 0%, #0c0000 100%);
    background: -webkit-linear-gradient(left, #290000 0%, #0c0000 100%);
    background: linear-gradient(to right, #290000 0%, #0c0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#290000', endColorstr='#0c0000',GradientType=1 ); }
    .win-history .fw-search-table > thead > tr > th {
      font-weight: bold;
      border-bottom: 1px solid #eed688;
      padding: 10px 10px;
      font-size: 20px;
      color: #eed688; }
    .win-history .fw-search-table > tbody > tr > td {
      font-weight: normal;
      padding: 10px 10px;
      font-size: 15px;
      color: #fff;
      text-align: center;
      padding: 10px 10px;
      vertical-align: middle; }
      .win-history .fw-search-table > tbody > tr > td span {
        color: #fff; }
    .win-history .fw-search-table > tbody > tr {
      background-color: none !important; }
      .win-history .fw-search-table > tbody > tr:last-child > td:first-child {
        border-radius: 0 0 0 17px !important; }
      .win-history .fw-search-table > tbody > tr:last-child > td:last-child {
        border-radius: 0 0 17px 0 !important; }

.fw-search-table > tbody > tr:nth-child(odd) {
  background-color: none !important; }

.fw-search-table > tbody > tr:nth-child(even) {
  background-color: none !important; }

.win-record {
  text-align: center;
  margin-top: 5%; }
  @media (max-width: 1024px) {
    .win-record {
      width: 40%;
      margin: 4% auto 0 auto; } }
  @media (max-width: 480px) {
    .win-record {
      width: 80%; } }
  .win-record .winner-btn {
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 25px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: 50px;
    width: 90%;
    background-color: transparent;
    border: 1px solid #f5f5f5;
    color: #010101;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    box-shadow: 0px 2px 0px rgba(0, 13, 36, 0.95);
    background: #ffffff;
    background: -moz-linear-gradient(to right, #b6b3b2 0%, #e8e8e8 49%, #aaaaaa 99%);
    background: -webkit-linear-gradient(to right, #b6b3b2 0%, #e8e8e8 49%, #aaaaaa 99%);
    background: linear-gradient(to right, #b6b3b2 0%, #e8e8e8 49%, #aaaaaa 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ce00', endColorstr='#e29100',GradientType=1 ); }
    @media (max-width: 1024px) {
      .win-record .winner-btn {
        margin-top: 2%; } }
    @media (max-width: 425px) {
      .win-record .winner-btn {
        height: 40px;
        font-size: 20px; } }
    .win-record .winner-btn span {
      background: linear-gradient(to top, #000000 0%, #010101 40%, #010101 80%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.spinTrigger-input input::-webkit-input-placeholder {
  color: #9D9D9D;
  font-size: 15px; }
  @media (max-width: 1024px) {
    .spinTrigger-input input::-webkit-input-placeholder {
      font-weight: bold; } }

.spinTrigger-input input::-moz-input-placeholder {
  color: #9D9D9D;
  font-size: 15px; }
  @media (max-width: 1024px) {
    .spinTrigger-input input::-moz-input-placeholder {
      font-weight: bold; } }

.spinTrigger-input input::-ms-input-placeholder {
  color: #9D9D9D;
  font-size: 15px; }
  @media (max-width: 1024px) {
    .spinTrigger-input input::-ms-input-placeholder {
      font-weight: bold; } }

.spinTrigger-input input::-o-input-placeholder {
  color: #9D9D9D;
  font-size: 15px; }
  @media (max-width: 1024px) {
    .spinTrigger-input input::-o-input-placeholder {
      font-weight: bold; } }

/* ============== Insufficient Popup ===========*/
.fw-ins-bal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  width: 115%;
  text-align: center; }
  .fw-ins-bal label {
    background: url(/assets/images/fortune-wheel/novspin/insufficient-bg-center.png);
    background-size: contain;
    padding: 18px 15px;
    font-size: 25px;
    position: relative;
    display: inline;
    color: #f9e594;
    font-weight: normal;
    -webkit-box-shadow: -2px 5px 8px 2px #000000;
    -moz-box-shadow: -2px 5px 8px 2px #000000;
    box-shadow: -2px 5px 8px 2px #000000; }
    .fw-ins-bal label:before {
      content: '';
      position: absolute;
      width: 25px;
      height: 100%;
      background: url(../images/fortune-wheel/novspin/insufficient-bg-left.png) no-repeat;
      background-size: contain;
      top: 0;
      left: -20px; }
    .fw-ins-bal label:after {
      content: '';
      background: url(/assets/images/fortune-wheel/novspin/insufficient-bg-right.png) no-repeat;
      background-size: contain;
      top: 0;
      position: absolute;
      width: 26px;
      height: 100%;
      right: -20px; }

.fw-win-item label {
  background: url(/assets/images/fortune-wheel/winitem.png);
  background-size: contain;
  text-shadow: 1px -3px 4px #ff0000, 3px 1px 3px #ff0000, -2px 1px 11px #000000;
  color: #ffd100; }
  .fw-win-item label:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 100%;
    background: url(/assets/img/fortune-wheel/winitem-left.png) no-repeat !important;
    background-size: contain !important;
    top: 0;
    left: -12px; }
  .fw-win-item label:after {
    content: '';
    background: url(/assets/img/fortune-wheel/winitem-right.png) no-repeat !important;
    background-size: contain !important;
    top: 0;
    position: absolute;
    width: 26px;
    height: 100%; }

.win-history tbody {
  height: 200px;
  overflow-y: auto;
  width: 100%;
  display: block;
  margin: 9px 0; }
  .win-history tbody th {
    float: left; }
  .win-history tbody td {
    float: left; }
.win-history thead, .win-history tr, .win-history td, .win-history th {
  display: block; }

.fixed-right {
  right: 1% !important;
  left: unset !important; }

.spinfix {
  text-align: center;
  position: fixed;
  z-index: 12;
  top: 47%;
  left: 1%;
  right: unset; }
  .spinfix a {
    font-size: 0;
    display: block; }
  .spinfix p {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #0e0a0a;
    border-radius: 50%;
    box-shadow: 0px 1px 10px #3a0607;
    border: 1px solid #eaad41;
    height: 25px;
    width: 25px;
    line-height: inherit;
    position: absolute;
    right: 30px;
    cursor: pointer;
    z-index: 2; }
  @media only screen and (max-width: 1600px) {
    .spinfix {
      top: 55%;
      width: 12%; }
      .spinfix img {
        width: 100%; }
      .spinfix p {
        right: 7%; } }
  @media only screen and (max-width: 1280px) {
    .spinfix {
      top: 60%; } }
  @media only screen and (max-width: 1024px) {
    .spinfix {
      top: 31%;
      width: 18%; } }
  @media only screen and (max-width: 768px) {
    .spinfix {
      width: 23%; } }
  @media only screen and (max-width: 425px) {
    .spinfix {
      top: 21%;
      width: 30%; }
      .spinfix p {
        right: 40%;
        bottom: -27%; } }
  @media only screen and (max-width: 375px) {
    .spinfix p {
      right: 38%; } }
  @media only screen and (max-width: 320px) {
    .spinfix {
      top: 21%;
      width: 39%; }
      .spinfix p {
        bottom: -20%;
        right: 41%;
        font-size: 13px;
        padding-top: 2px;
        height: 20px;
        width: 20px; } }

.win-history tbody::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(255, 255, 255, 0) !important;
  border-bottom-right-radius: 10px; }

.win-history tbody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(177, 177, 177, 0);
  border-radius: 10px;
  border: none; }

.win-history tbody::-webkit-scrollbar-thumb {
  background-color: #690305;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url("/assets/fonts/YouSheBiaoTiHei.eot");
  src: url("/assets/fonts/YouSheBiaoTiHei.eot") format("embedded-opentype"), url("/assets/fonts/YouSheBiaoTiHei.ttf") format("truetype"), url("/assets/fonts/YouSheBiaoTiHei.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.red-font {
  color: #ffd17c !important;
  text-shadow: 2px 3px 3px #000000;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  background: linear-gradient(to top, #ff5959 0%, #010101 40%, #010101 80%); }

.custom-font {
  font-family: 'MINI-JLINXIN';
  font-weight: normal; }

.custom-font-2 {
  font-family: 'FZRYSS';
  font-weight: normal; }

.custom-font-3 {
  font-family: 'Microsoft YaHei';
  font-weight: normal;
  font-size: 45px;
  margin: 0; }

.custom-font-4 {
  font-family: 'YouSheBiaoTiHei';
  font-weight: normal;
  color: #f70eff;
  font-size: 87px;
  line-height: unset;
  vertical-align: sub; }
  @media (max-width: 1440px) {
    .custom-font-4 {
      font-size: 77px; } }

.custom-font-5 {
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  font-size: 43px;
  line-height: 43px;
  margin: 0; }
  @media (max-width: 1440px) {
    .custom-font-5 {
      font-size: 35px;
      line-height: 40px; } }

.italic-font {
  font-style: italic; }

.left-txt {
  position: relative; }
  .left-txt h1 {
    position: absolute;
    background: -webkit-linear-gradient(-90deg, #f9e08d, #f9b243);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .left-txt h1.outline {
      transform: translate(2px, 2px);
      background: #000;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.custom-shadow {
  text-shadow: 0px 0px 0 #ff4700, 0px 0px 18px #ff4700, 0px 0px 0 #ff4700, 0px 0px 12px #ff4700, 1px 1px 0 #ff4700;
  background-color: #565656;
  color: transparent;
  /* text-shadow: 0px 0px 13px #ff300e; */
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text; }

.spinner-left-title {
  margin-bottom: 10px; }
  .spinner-left-title h1 {
    margin: 0;
    font-size: 70px;
    line-height: 75px;
    text-shadow: 0px -4px 0px #3b3b3b; }
    @media (max-width: 480px) {
      .spinner-left-title h1 {
        font-size: 40px;
        line-height: 40px; } }
  .spinner-left-title h2 {
    margin: 0;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
    text-shadow: 0px -4px 0px #3b3b3b; }
    @media (max-width: 480px) {
      .spinner-left-title h2 {
        font-size: 30px;
        line-height: 30px; } }

@media (max-width: 1366px) {
  .spinner-info {
    margin-top: -15px; } }
@media (max-width: 480px) {
  .spinner-info {
    margin-bottom: 30px; } }
@media (max-width: 1024px) {
  .spinner-info .left-txt-bg:last-child {
    margin-right: 0; } }
@media (max-width: 480px) {
  .spinner-info .left-txt-bg:last-child {
    margin-right: auto; } }

.txt-divider {
  width: 93%; }
  @media (max-width: 1440px) {
    .txt-divider {
      width: 80%; } }
  @media (max-width: 1024px) {
    .txt-divider {
      width: 60%;
      margin: 10px auto 0;
      display: block; } }

.txt-bg {
  position: absolute;
  top: 80px;
  left: 26px;
  width: 94%;
  z-index: 0; }
  @media (max-width: 1440px) {
    .txt-bg {
      top: 70px;
      width: 80%; } }

.left-txt-bg {
  background: url(/assets/img/fortune-wheel/mayspin/bg-repeat-center.png);
  background-size: contain;
  padding: 14px 0px 6px 0px;
  position: relative;
  margin-bottom: 15px;
  width: 93%;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.7);
  text-align: center;
  top: 6px;
  z-index: 1;
  box-shadow: 1px 1px 19px 15px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 1px 1px 19px 15px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 1px 1px 19px 15px rgba(0, 0, 0, 0.64); }
  @media (max-width: 1440px) {
    .left-txt-bg {
      width: 80%;
      padding: 4px 0px 15px 0px; } }
  @media (max-width: 1024px) {
    .left-txt-bg {
      background: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      width: 100%;
      padding: 0;
      margin-bottom: 0;
      top: 0; } }
  @media (max-width: 480px) {
    .left-txt-bg {
      margin-right: auto;
      margin-left: auto;
      display: block; } }
  .left-txt-bg:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 100%;
    background: url(/assets/img/fortune-wheel/mayspin/bg-repeat-left.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -19px; }
    @media (max-width: 1440px) {
      .left-txt-bg:before {
        left: -15px; } }
    @media (max-width: 1024px) {
      .left-txt-bg:before {
        content: none;
        left: -13px;
        background: none; } }
  .left-txt-bg:after {
    content: '';
    background: url(/assets/img/fortune-wheel/mayspin/bg-repeat-right.png) no-repeat;
    background-size: contain;
    top: 0;
    position: absolute;
    width: 28px;
    height: 100%;
    right: -25px; }
    @media (max-width: 1024px) {
      .left-txt-bg:after {
        content: none;
        background: none; } }
  .left-txt-bg p {
    font-weight: normal;
    color: #48015c;
    font-size: 44px;
    line-height: 75px; }
    @media (max-width: 1440px) {
      .left-txt-bg p {
        font-size: 29px;
        line-height: 32px; } }
    @media (max-width: 1024px) {
      .left-txt-bg p {
        font-size: 19px;
        color: #ffffff; } }
    .left-txt-bg p:first-child {
      font-size: 37px;
      line-height: 37px; }
      @media (max-width: 1440px) {
        .left-txt-bg p:first-child {
          font-size: 32px;
          line-height: 60px; } }
    @media (max-width: 1024px) {
      .left-txt-bg p span {
        font-size: 33px;
        line-height: 33px; } }
    .left-txt-bg p .brown-font {
      background-color: #060200;
      color: transparent;
      text-shadow: -1px 1px 3px #541700;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      background-clip: text; }

.spinner-code-box {
  margin-top: 40px;
  font-size: 0;
  height: 100px; }
  @media (max-width: 1440px) {
    .spinner-code-box {
      width: 82%; } }
  @media (max-width: 1024px) {
    .spinner-code-box {
      margin-top: 10px;
      text-align: center;
      width: 100%;
      height: 106px; } }

.spinner-code {
  width: 75%;
  height: 53px;
  font-size: 0;
  display: inline-block;
  padding: 10px 0px 10px 10px;
  border-radius: 5px 0 0 5px;
  background: #020024;
  background: -moz-linear-gradient(0deg, #020024 0%, #909090 0%, white 59%, #efefef 94%);
  background: -webkit-linear-gradient(0deg, #020024 0%, #909090 0%, white 59%, #efefef 94%);
  background: linear-gradient(0deg, #020024 0%, #909090 0%, white 59%, #efefef 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#efefef",GradientType=1);
  box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px -2px 3px 1px #ffffff, 0px 2px 7px 0px #000000;
  -webkit-box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px -2px 3px 1px #ffffff, 0px 2px 7px 0px #000000;
  -moz-box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px -2px 3px 1px #ffffff, 0px 2px 7px 0px #000000;
  vertical-align: middle; }
  @media (max-width: 1024px) {
    .spinner-code {
      text-align: left;
      padding: 8px 0px 8px 10px; } }
  .spinner-code label {
    display: inline-block;
    color: #100967; }
    @media (max-width: 1440px) {
      .spinner-code label {
        font-size: 22px; } }
  .spinner-code input {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    width: 51%;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    background: #d8a0fe;
    background: -moz-linear-gradient(top, #d8a0fe 0%, #7683d9 100%);
    background: -webkit-linear-gradient(top, #d8a0fe 0%, #7683d9 100%);
    background: linear-gradient(to bottom, #d8a0fe 0%, #7683d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8a0fe', endColorstr='#7683d9',GradientType=0 );
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3) inset; }
    @media (max-width: 1024px) {
      .spinner-code input {
        width: 70%; } }
    @media (max-width: 480px) {
      .spinner-code input {
        width: 60%; } }
    @media (max-width: 320px) {
      .spinner-code input {
        width: 56%; } }
  .spinner-code label, .spinner-code input {
    vertical-align: middle;
    font-size: 27px; }
    @media (max-width: 1440px) {
      .spinner-code label, .spinner-code input {
        font-size: 22px; } }
    @media (max-width: 480px) {
      .spinner-code label, .spinner-code input {
        font-size: 4vw; } }

.spinner-code-btn {
  display: inline-block;
  width: 22%;
  margin-left: 6px; }
  .spinner-code-btn button {
    width: 100%;
    height: 53px;
    font-size: 27px;
    vertical-align: middle;
    border: none;
    background: #020024;
    background: -moz-linear-gradient(0deg, #020024 0%, #909090 0%, white 59%, #efefef 94%);
    background: -webkit-linear-gradient(0deg, #020024 0%, #909090 0%, white 59%, #efefef 94%);
    background: linear-gradient(0deg, #020024 0%, #909090 0%, white 59%, #efefef 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#efefef",GradientType=1);
    box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px -2px 3px 1px #ffffff, 0px 2px 7px 0px #000000;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px -2px 3px 1px #ffffff, 0px 2px 7px 0px #000000;
    -moz-box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px -2px 3px 1px #ffffff, 0px 2px 7px 0px #000000;
    padding: 6px 10px;
    border-radius: 0 5px 5px 0; }
    @media (max-width: 480px) {
      .spinner-code-btn button {
        font-size: 4vw;
        margin-top: 2px; } }

/* FOR ANDROID */
@media (max-width: 600px) {
  .android-code-box .spinner-code input {
    width: 60%; } }
@media (max-width: 480px) {
  .android-code-box .spinner-code input {
    width: 70%;
    line-height: 35px; } }
@media (max-width: 414px) {
  .android-code-box .spinner-code input {
    width: 60%; } }
@media (max-width: 360px) {
  .android-code-box .spinner-code input {
    width: 58%; } }
@media (max-width: 480px) {
  .android-code-box .spinner-code-btn button {
    margin-top: 0; } }

.spinner-code-btn-disabled {
  color: #a07e97; }

.spinner-tbl-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%; }

.spinner-input {
  position: relative;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #fbf2bb, #ffffff, #fbf2bb);
  border-image-slice: 1;
  width: 80%;
  margin: 0 auto 15px; }
  .spinner-input label {
    position: absolute;
    top: 11px;
    font-size: 16px;
    left: 10px;
    color: #fbf2bb; }
  .spinner-input img {
    position: absolute;
    right: 10px;
    height: 20px;
    top: 9px; }
  .spinner-input input {
    background-color: #010102 !important;
    height: 45px !important;
    padding-left: 70px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 7px 5px 0px #000000;
    -moz-box-shadow: 0px 7px 5px 0px #000000;
    box-shadow: 0px 7px 5px 0px #000000; }

.spinner-input input::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px; }

.spinner-input input::-moz-input-placeholder {
  color: #fff;
  font-size: 18px; }

.spinner-input input::-ms-input-placeholder {
  color: #fff;
  font-size: 18px; }

.spinner-input input::-o-input-placeholder {
  color: #fff;
  font-size: 18px; }

.modal-blockUI {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0; }

.wheel-section {
  position: relative;
  width: 47%;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .wheel-section {
      width: 45%; } }
  @media (max-width: 1366px) {
    .wheel-section {
      width: 48%; } }
  @media (max-width: 1024px) {
    .wheel-section {
      width: 100%; } }
  @media (max-width: 480px) {
    .wheel-section {
      width: 92%; } }

.wheel-stand {
  text-align: center;
  margin-top: -53px; }
  @media (max-width: 1440px) {
    .wheel-stand {
      margin-top: -53px; } }
  @media (max-width: 1024px) {
    .wheel-stand {
      margin-top: -48px; } }
  @media (max-width: 480px) {
    .wheel-stand {
      margin-top: -28px; } }
  .wheel-stand img {
    margin-left: 7px; }
    @media (max-width: 1366px) {
      .wheel-stand img {
        width: 75%; } }

.wheel-trigger {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media (max-width: 1024px) {
    .wheel-trigger {
      bottom: 16px; } }
  @media (max-width: 480px) {
    .wheel-trigger {
      width: 50%;
      bottom: -2px; } }

.spinner-code-icon p {
  text-shadow: 2px 4px 5px #000; }

.btn-trigger {
  color: #7d04c2;
  font-size: 25px;
  border: none;
  letter-spacing: 3px;
  border-radius: 10px;
  padding: 8px 25px;
  line-height: 25px;
  background: #020024;
  background: -moz-radial-gradient(circle, #020024 0%, #eeeeee 0%, #9c9c9c 100%);
  background: -webkit-radial-gradient(circle, #020024 0%, #eeeeee 0%, #9c9c9c 100%);
  background: radial-gradient(circle, #020024 0%, #eeeeee 0%, #9c9c9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#9c9c9c",GradientType=1);
  filter: drop-shadow(1px 1px 3px black);
  box-shadow: inset 0px 0px 3px 2px #f4fcfc;
  -webkit-box-shadow: inset 0px 0px 3px 2px #f4fcfc;
  -moz-box-shadow: inset 0px 0px 3px 2px #f4fcfc; }
  @media (max-width: 1366px) {
    .btn-trigger {
      font-size: 20px;
      padding: 6px 25px; } }
  @media (max-width: 480px) {
    .btn-trigger {
      border-radius: 6px;
      padding: 1px 10px;
      font-size: 3.5vw;
      width: 100%; } }

.btn-trigger-disabled {
  color: #2c2c2c;
  letter-spacing: 1px; }

.wheel-light-bg {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
  z-index: 1; }
  @media (max-width: 1440px) {
    .wheel-light-bg {
      top: 35.5%;
      width: 87%; } }
  @media (max-width: 1366px) {
    .wheel-light-bg {
      top: 36.5%;
      width: 88%; } }
  @media (max-width: 1024px) {
    .wheel-light-bg {
      width: 100%;
      top: 44%; } }
  @media (max-width: 480px) {
    .wheel-light-bg {
      top: 43.5%;
      width: 91vw; } }
  @media (max-width: 414px) {
    .wheel-light-bg {
      top: 40.5%;
      width: 92vw; } }
  @media (max-width: 375px) {
    .wheel-light-bg {
      top: 32.5vw;
      width: 100vw; } }
  @media (max-width: 360px) {
    .wheel-light-bg {
      top: 32vw; } }
  @media (max-width: 320px) {
    .wheel-light-bg {
      top: 29.5vw; } }

@media (max-width: 1024px) {
  .reward-popup {
    width: 80%;
    margin: 0 auto; } }
@media (max-width: 480px) {
  .reward-popup {
    width: 95%; } }

.award-box {
  margin: 0 auto;
  padding: 10px 25px;
  width: 90%; }
  @media (max-width: 1366px) {
    .award-box {
      width: 85%; } }
  @media (max-width: 1280px) {
    .award-box {
      width: 95%; } }
  @media (max-width: 1024px) {
    .award-box {
      width: 100%; } }
  @media (max-width: 320px) {
    .award-box {
      padding-bottom: 5px; } }
  .award-box > p {
    color: #daf8ff;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1px;
    filter: drop-shadow(0 0 3px rgba(47, 213, 255, 0.9)); }
    @media (max-width: 1366px) {
      .award-box > p {
        font-size: 25px;
        line-height: 35px; } }
    @media (max-width: 1280px) {
      .award-box > p {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 768px) {
      .award-box > p {
        font-size: 30px;
        line-height: 40px; } }
    @media (max-width: 480px) {
      .award-box > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px; } }
    @media (max-width: 375px) {
      .award-box > p {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 320px) {
      .award-box > p {
        font-size: 14px;
        line-height: 14px; } }
  .award-box p.award {
    color: #fff9da;
    font-size: 30px;
    line-height: 40px;
    text-shadow: 0px 4px 5px #000000;
    filter: drop-shadow(0 0 3px rgba(255, 222, 42, 0.9));
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (max-width: 1366px) {
      .award-box p.award {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0; } }
    @media (max-width: 1280px) {
      .award-box p.award {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 480px) {
      .award-box p.award {
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 375px) {
      .award-box p.award {
        font-size: 17px;
        line-height: 24px; } }
    @media (max-width: 320px) {
      .award-box p.award {
        font-size: 13px;
        line-height: 20px; } }

.popup-1 {
  margin-top: 14%; }
  @media (max-width: 1366px) {
    .popup-1 {
      margin-top: 12%; } }
  @media (max-width: 1280px) {
    .popup-1 {
      margin-top: 15%; } }
  @media (max-width: 480px) {
    .popup-1 {
      margin-top: 10%; } }
  @media (max-width: 375px) {
    .popup-1 {
      margin-top: 8%; } }

.popup-2 {
  margin-top: 26%; }
  @media (max-width: 480px) {
    .popup-2 {
      margin-top: 24%; } }
  @media (max-width: 375px) {
    .popup-2 {
      margin-top: 20%; } }

@media (max-width: 1024px) {
  .popup-3 {
    top: 40% !important; } }
@media (max-width: 768px) {
  .popup-3 {
    top: 50% !important; } }
@media (max-width: 480px) {
  .popup-3 {
    top: 40% !important; } }
.popup-3 .popup3-bg {
  position: relative;
  width: 65%;
  display: block;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .popup-3 .popup3-bg {
      width: 80%; } }
  @media (max-width: 1024px) {
    .popup-3 .popup3-bg {
      width: 100%; } }
  @media (max-width: 768px) {
    .popup-3 .popup3-bg {
      width: 85%; } }
  @media (max-width: 480px) {
    .popup-3 .popup3-bg {
      width: 100%; } }
  .popup-3 .popup3-bg > div {
    position: absolute; }
    .popup-3 .popup3-bg > div h4 {
      font-size: 37px;
      margin-top: 50px;
      margin-bottom: 20px;
      letter-spacing: 2px; }
      @media (max-width: 1024px) {
        .popup-3 .popup3-bg > div h4 {
          margin-top: 45px; } }
      @media (max-width: 480px) {
        .popup-3 .popup3-bg > div h4 {
          margin-top: 37px;
          font-size: 21px;
          margin-bottom: 10px; } }
      @media (max-width: 375px) {
        .popup-3 .popup3-bg > div h4 {
          margin-top: 30px; } }
      @media (max-width: 360px) {
        .popup-3 .popup3-bg > div h4 {
          font-size: 18px;
          margin-bottom: 7px; } }
      @media (max-width: 320px) {
        .popup-3 .popup3-bg > div h4 {
          font-size: 15px;
          margin-bottom: 4px;
          margin-top: 19px; } }
    .popup-3 .popup3-bg > div p {
      font-size: 20px;
      line-height: 35px; }
      @media (max-width: 480px) {
        .popup-3 .popup3-bg > div p {
          font-size: 14px;
          line-height: 25px; } }
      @media (max-width: 360px) {
        .popup-3 .popup3-bg > div p {
          font-size: 13px; } }
      @media (max-width: 320px) {
        .popup-3 .popup3-bg > div p {
          font-size: 12px;
          line-height: 20px; } }
    .popup-3 .popup3-bg > div .second-txt {
      display: inline-block; }
      @media (max-width: 320px) {
        .popup-3 .popup3-bg > div .second-txt {
          display: block; } }
    .popup-3 .popup3-bg > div a {
      border: 1px solid #ffe47b;
      border-radius: 5px;
      padding: 5px 10px;
      margin-left: 5px;
      vertical-align: middle;
      display: inline-block; }
      @media (max-width: 480px) {
        .popup-3 .popup3-bg > div a {
          padding: 4px 10px;
          margin-left: 0px; } }
      @media (max-width: 320px) {
        .popup-3 .popup3-bg > div a {
          padding: 3px 10px;
          margin-top: 5px;
          margin-left: 0px; } }
      .popup-3 .popup3-bg > div a img {
        vertical-align: middle; }
        @media (max-width: 480px) {
          .popup-3 .popup3-bg > div a img {
            height: 15px; } }
      .popup-3 .popup3-bg > div a span {
        color: #ffe47b;
        vertical-align: middle; }
        @media (max-width: 480px) {
          .popup-3 .popup3-bg > div a span {
            font-size: 14px; } }

.spinner-nickname {
  width: 95%;
  font-size: 0;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  margin: 0 auto; }
  .spinner-nickname .spin-input {
    position: relative;
    width: 70%;
    vertical-align: middle;
    display: inline-block;
    margin-right: -6%;
    filter: drop-shadow(0px 0px 20px rgba(76, 90, 232, 0.5)); }
    .spinner-nickname .spin-input > input {
      font-size: 17px;
      letter-spacing: 2px;
      width: 80%;
      padding: 5px 10px;
      display: block;
      color: #ffffff;
      line-height: 1.5em;
      border-radius: 5px;
      border: none;
      vertical-align: middle;
      background: rgba(51, 51, 51, 0.7);
      position: absolute;
      top: 48%;
      left: 45%;
      transform: translate(-50%, -50%); }
      @media (max-width: 480px) {
        .spinner-nickname .spin-input > input {
          font-size: 3vw;
          letter-spacing: 1px;
          padding: 3px 5px; } }
    .spinner-nickname .spin-input img {
      width: 100%; }
  .spinner-nickname .spin-input-btn {
    display: inline-block;
    width: 30%;
    margin-left: -6%;
    filter: drop-shadow(0px -1px 7px rgba(203, 7, 30, 0.5)); }
    .spinner-nickname .spin-input-btn button {
      background: none;
      border: none;
      vertical-align: middle;
      width: 100%; }
      .spinner-nickname .spin-input-btn button img {
        width: 100%; }

@media (max-width: 480px) {
  .nickname-error img {
    height: 20px; } }
@media (max-width: 480px) {
  .nickname-error span {
    font-size: 11px; } }

.spin-input > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

.spin-input > input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.spin-input > input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

.spin-input > input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.spinner-nickname-btn {
  width: 30%;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em; }
  .spinner-nickname-btn button {
    width: 100%;
    padding: 12px;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    border: none;
    background: #020024;
    background: -moz-linear-gradient(0deg, #020024 0%, #909090 0%, white 59%, #efefef 94%);
    background: -webkit-linear-gradient(0deg, #020024 0%, #909090 0%, white 59%, #efefef 94%);
    background: linear-gradient(0deg, #020024 0%, #909090 0%, white 59%, #efefef 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#efefef",GradientType=1);
    box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px -2px 3px 1px #ffffff, 0px 2px 7px 0px #000000;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px -2px 3px 1px #ffffff, 0px 2px 7px 0px #000000;
    -moz-box-shadow: inset 0px 0px 3px 0px #ffffff, inset 0px -2px 3px 1px #ffffff, 0px 2px 7px 0px #000000; }
    @media (max-width: 480px) {
      .spinner-nickname-btn button {
        font-size: 4vw;
        padding: 15px;
        min-height: 51px; } }
    @media (max-width: 425px) {
      .spinner-nickname-btn button {
        padding: 15px; } }

.client-box {
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 320px) {
    .client-box {
      width: 95%; } }
  .client-box p:first-child {
    font-size: 30px;
    line-height: 40px;
    color: #daf8ff;
    filter: drop-shadow(0 0 3px rgba(47, 213, 255, 0.6)); }
    @media (max-width: 480px) {
      .client-box p:first-child {
        font-size: 22px;
        line-height: 27px; } }
    .client-box p:first-child span:first-child {
      display: block;
      font-size: 50px;
      margin-bottom: 20px;
      text-shadow: -6px 3px 10px #000000;
      filter: drop-shadow(0 0 -2px rgba(47, 213, 255, 0.5)); }
      @media (max-width: 480px) {
        .client-box p:first-child span:first-child {
          font-size: 30px;
          margin-bottom: 7px; } }
    .client-box p:first-child span:last-child {
      word-break: break-word;
      text-shadow: -6px 7px 12px #000000;
      filter: drop-shadow(0 0 -2px rgba(47, 213, 255, 0.5)); }
  .client-box p:nth-child(2) {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 5px 0 30px;
    line-height: 32px;
    color: #fff9da;
    filter: drop-shadow(0 0 4px rgba(255, 222, 42, 0.7));
    text-shadow: 0px 5px 9px #000000; }
    @media (max-width: 1280px) {
      .client-box p:nth-child(2) {
        font-size: 17px; } }
    @media (max-width: 480px) {
      .client-box p:nth-child(2) {
        font-size: 14px;
        margin: 10px 0 0;
        line-height: 22px;
        letter-spacing: 0px; } }
    @media (max-width: 375px) {
      .client-box p:nth-child(2) {
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 1px; } }
    @media (max-width: 320px) {
      .client-box p:nth-child(2) {
        font-size: 11px; } }
  .client-box img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1; }
  .client-box .client-box-arrow-left {
    left: 30px; }
    @media (max-width: 480px) {
      .client-box .client-box-arrow-left {
        left: 25px; } }
  .client-box .client-box-arrow-right {
    right: -20px; }

@media (max-width: 1024px) {
  .evfw-inline-mb {
    display: inline-block;
    font-size: 4.5vw !important;
    line-height: 1.5em !important;
    text-shadow: 0px 2px 2px #070b14, 0px 2px 14px #05060c, 0px 0px 14px #05070c; }
    .evfw-inline-mb span {
      font-size: 4.5vw !important; }
    .evfw-inline-mb .fw-span-1 {
      font-size: 10vw !important;
      color: #feffa1 !important; } }

.btn-plaintxt {
  background: none;
  border: none;
  letter-spacing: 2px;
  color: #fff;
  font-size: 16px; }
  @media (max-width: 480px) {
    .btn-plaintxt {
      font-size: 13px;
      margin-top: 10px; } }
  .btn-plaintxt:hover {
    text-decoration: underline; }

/*.popup-2, .modal-overlay {
        display: block;
    }*/
.vspin-title {
  padding-top: 3%; }
  @media (max-width: 1440px) {
    .vspin-title img {
      width: 50%; } }
  @media (max-width: 1024px) {
    .vspin-title img {
      width: 80%; } }
  @media (max-width: 1366px) {
    .vspin-title {
      padding-top: 2%; } }

.vspin-rules {
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .vspin-rules {
      width: 90%; } }
  @media (max-width: 480px) {
    .vspin-rules {
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      padding: 20px 30px;
      padding-right: 20px;
      min-height: 200px; } }
  .vspin-rules h3 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .vspin-rules h3 {
        font-size: 4vw;
        margin-bottom: 10px;
        text-align: left;
        margin-left: -15px; } }
  .vspin-rules ol {
    list-style-type: decimal;
    padding: 20px 50px;
    border: 1px solid #fff;
    border-radius: 10px; }
    @media (max-width: 480px) {
      .vspin-rules ol {
        padding: unset;
        border: unset; } }
    .vspin-rules ol li {
      line-height: 1.5em;
      font-size: 17px;
      color: #fff; }
      @media (max-width: 480px) {
        .vspin-rules ol li {
          font-size: 3vw; } }

.vspin-chips img {
  position: absolute;
  z-index: 5; }
.vspin-chips .vl {
  top: 75%;
  left: 12%;
  height: 12%; }
  @media (max-width: 1024px) {
    .vspin-chips .vl {
      top: 84%;
      left: 5%;
      height: 15%; } }
  @media (max-width: 480px) {
    .vspin-chips .vl {
      left: -6%; } }
.vspin-chips .vr {
  top: -8%;
  right: 6%;
  height: 100%; }
  @media (max-width: 1024px) {
    .vspin-chips .vr {
      top: -5%;
      right: 0;
      height: 84%;
      transform: rotate(345deg); } }
  @media (max-width: 480px) {
    .vspin-chips .vr {
      right: -15%; } }

.vs-relative {
  position: relative; }

/*POP UP*/
.modal-overlay {
  display: none;
  /* display: block if you want to test*/
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  z-index: 45;
  width: 100%;
  top: 0; }

.modal-popup {
  /* FOR ALL POP UP pls add this class*/
  display: none;
  /* display: block if you want to test*/
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 47;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .modal-popup {
      width: 93%; } }

.vspin-stage img {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50%; }
  @media (max-width: 768px) {
    .vspin-stage img {
      position: absolute;
      top: 70%;
      width: 85%; } }
  @media (max-width: 480px) {
    .vspin-stage img {
      top: 72%;
      width: 90%; } }

.vspin-index {
  position: relative;
  z-index: 3; }

.section-padd {
  padding: 3% 0; }

.pkb-spinTrigger {
  font-size: 0;
  text-align: center; }
  @media (max-width: 1024px) {
    .pkb-spinTrigger .bulbs {
      width: 60%; } }
  @media (max-width: 768px) {
    .pkb-spinTrigger .bulbs {
      width: 50%; } }
  @media (max-width: 480px) {
    .pkb-spinTrigger .bulbs {
      width: 60%; } }
  .pkb-spinTrigger .input-title {
    font-size: 24px;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 2px; }
    @media (max-width: 480px) {
      .pkb-spinTrigger .input-title {
        font-size: 4vw; } }
  .pkb-spinTrigger .spinTrigger-input {
    position: relative;
    width: 100%; }
    .pkb-spinTrigger .spinTrigger-input input {
      font-size: 17px;
      letter-spacing: 2px;
      width: 80%;
      text-align: center;
      padding: 5px 10px;
      display: block;
      color: #898787;
      line-height: 1.5em;
      border-radius: 1px;
      border: none;
      vertical-align: middle;
      background: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 1366px) {
        .pkb-spinTrigger .spinTrigger-input input {
          width: 85%; } }
      @media (max-width: 480px) {
        .pkb-spinTrigger .spinTrigger-input input {
          font-size: 3.5vw; } }
  .pkb-spinTrigger .spinTrigger-btn {
    position: relative;
    width: 100%; }
    .pkb-spinTrigger .spinTrigger-btn button {
      line-height: 62px;
      background: none;
      border: none;
      vertical-align: middle;
      width: 100%;
      font-size: 24px;
      letter-spacing: 2px;
      color: white;
      text-shadow: 0px 1px 1px #d25352, 1px 1px 11px #ff0000, 1px 2px 9px #ff0000, 3px 3px 7px #771f22;
      position: absolute;
      top: 43%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 480px) {
        .pkb-spinTrigger .spinTrigger-btn button {
          font-size: 4vw;
          line-height: 40px;
          width: 80%; } }
  .pkb-spinTrigger .spinTrigger-input img, .pkb-spinTrigger .spinTrigger-btn img {
    width: 100%; }

.pkb-spinTrigger-box {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 10; }
  @media (max-wissdth: 1680px) {
    .pkb-spinTrigger-box {
      right: 15%;
      top: 25%; } }
  @media (max-width: 1440px) {
    .pkb-spinTrigger-box {
      top: 20%;
      right: 10%; } }
  @media (max-width: 1024px) {
    .pkb-spinTrigger-box {
      position: relative;
      top: unset;
      right: unset;
      z-index: unset;
      width: 100%;
      padding: 1% 0; } }
  @media (max-width: 768px) {
    .pkb-spinTrigger-box {
      padding: 3% 0; } }

.pkb-spinTrigger-box, .pkb-spinTrigger {
  width: 260px; }
  @media (max-width: 1024px) {
    .pkb-spinTrigger-box, .pkb-spinTrigger {
      width: 70%;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .pkb-spinTrigger-box, .pkb-spinTrigger {
      width: 90%; } }

@media (max-width: 480px) {
  .mb-pad-b-0 {
    padding-bottom: 0 !important; } }

.v-mid {
  vertical-align: middle; }

.m-b-50-imp {
  margin-bottom: 50px !important; }

.m-t-15 {
  margin-top: 15px; }

/* FOOTER */
.footer-wrap {
  width: 100%;
  padding-top: 52px;
  padding-bottom: 32px;
  transition: margin .2s;
  -moz-transition: margin .2s;
  -webkit-transition: margin .2s;
  -o-transition: margin .2s;
  background: linear-gradient(0deg, #000000, #080808); }
  .footer-wrap > ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 60px; }
    .footer-wrap > ul li h4 {
      margin-bottom: 15px;
      font-size: 17px;
      color: #fff;
      font-weight: 700; }
    .footer-wrap > ul li div {
      margin-bottom: 7px; }
      .footer-wrap > ul li div img {
        margin-right: 5px;
        height: 25px; }
      .footer-wrap > ul li div span {
        font-size: 13px;
        font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    .footer-wrap > ul li img.wsop-pkb {
      height: 138px; }
    .footer-wrap > ul li img.wsop-qr {
      height: 120px; }
    .footer-wrap > ul li p {
      font-size: 13px;
      font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    .footer-wrap > ul .footer-links a {
      margin-bottom: 15px;
      font-size: 13px;
      display: block;
      font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.footer-copyright {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center; }
  .footer-copyright span.copyright-line {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(-90deg, #75f8d2, #6096db 50%, #2ae3fc); }
  .footer-copyright span.copyright-txt {
    display: block;
    padding: 0 20px;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    margin: 0 auto; }

.lantern-bg {
  position: absolute;
  top: -23px;
  right: -4%; }
  @media (max-width: 1366px) {
    .lantern-bg {
      top: -56px;
      right: -8%; } }
  @media (max-width: 1280px) {
    .lantern-bg {
      right: -10%; } }
  @media (max-width: 1024px) {
    .lantern-bg {
      display: none; } }
  @media (max-width: 1440px) {
    .lantern-bg > img {
      width: 90%; } }
  @media (max-width: 1024px) {
    .lantern-bg > img {
      display: none; } }

.vspin-stage-mb {
  display: none; }
  @media (max-width: 1024px) {
    .vspin-stage-mb {
      display: block; } }
  .vspin-stage-mb img {
    position: absolute;
    top: 94%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%; }
    @media (max-width: 768px) {
      .vspin-stage-mb img {
        position: absolute;
        top: 100%; } }

.color-a4 {
  color: #a4a4a4; }

.pb-leaderboard-bg {
  position: relative;
  background: url(/Assets/images/leaderboard/lb-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #0e0237;
  padding: 4% 0;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .pb-leaderboard-bg {
      padding: 4% 10px; } }

.lb-box-width {
  width: 85%;
  display: block;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .lb-box-width {
      width: 100%; } }

.lb-leader-box .lb-tab-box {
  position: relative; }
  .lb-leader-box .lb-tab-box .lb-tabs {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .lb-leader-box .lb-tab-box .lb-tabs a {
      display: inline-block;
      font-size: 30px;
      font-weight: bold;
      width: 50%;
      text-align: center;
      color: #000;
      padding: 2% 0; }
      @media (max-width: 1024px) {
        .lb-leader-box .lb-tab-box .lb-tabs a {
          font-size: 3.5vw; } }
.lb-leader-box .tabg1, .lb-leader-box .tabg2, .lb-leader-box .lb-rank {
  display: none; }
.lb-leader-box .active {
  display: block; }

.lb-ranking-box {
  background: #5015cb;
  padding: 15px 5%;
  width: 85%;
  margin: 0 auto;
  background: -moz-linear-gradient(180deg, #5015cb 0%, rgba(80, 21, 203, 0.1) 65%, rgba(80, 21, 203, 0) 90%);
  background: -webkit-linear-gradient(180deg, #5015cb 0%, rgba(80, 21, 203, 0.1) 65%, rgba(80, 21, 203, 0) 90%);
  background: -o-linear-gradient(180deg, #5015cb 0%, rgba(80, 21, 203, 0.1) 65%, rgba(80, 21, 203, 0) 90%);
  background: -ms-linear-gradient(180deg, #5015cb 0%, rgba(80, 21, 203, 0.1) 65%, rgba(80, 21, 203, 0) 90%);
  background: linear-gradient(180deg, #5015cb 0%, rgba(80, 21, 203, 0.1) 65%, rgba(80, 21, 203, 0) 90%); }
  @media (max-width: 480px) {
    .lb-ranking-box {
      width: 95%;
      padding: 15px 2%; } }

.lb-top3-box {
  text-align: center;
  padding: 5% 0; }
  .lb-top3-box li {
    width: 30%;
    position: relative;
    display: inline-block;
    padding: 0 15px; }
    @media (max-width: 480px) {
      .lb-top3-box li {
        padding: 0; } }
    .lb-top3-box li .lb-place {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 4;
      width: 45%; }
    .lb-top3-box li .lb-data {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 75%; }
      .lb-top3-box li .lb-data h3 {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        line-height: 1.5em; }
        @media (max-width: 768px) {
          .lb-top3-box li .lb-data h3 {
            font-size: 2.5vw; } }
      .lb-top3-box li .lb-data h4 {
        font-size: 20px;
        color: #fff;
        line-height: 1.5em; }
        @media (max-width: 768px) {
          .lb-top3-box li .lb-data h4 {
            font-size: 2.5vw; } }
        @media (max-width: 480px) {
          .lb-top3-box li .lb-data h4 {
            /*font-size: 3vw;*/ } }
      .lb-top3-box li .lb-data .avatar {
        border-radius: 50%;
        border: 3px solid #fff;
        margin-bottom: 10px;
        width: 55%; }
        @media (max-width: 480px) {
          .lb-top3-box li .lb-data .avatar {
            border: 2px solid #fff;
            margin-bottom: 5px; } }
  .lb-top3-box .topnotch {
    width: 35%; }

.lb-note {
  font-size: 16px;
  padding-right: 15px; }
  @media (max-width: 480px) {
    .lb-note {
      font-size: 3.5vw; } }

.table-leaderboard {
  border-collapse: separate;
  border-spacing: 15px 0;
  overflow: hidden;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px; }
  @media (max-width: 480px) {
    .table-leaderboard {
      border-spacing: 5px 0; } }
  .table-leaderboard tbody > tr > td {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    padding: 0 10px;
    border: 1px solid #fff;
    border-bottom: none;
    border-top: none;
    color: #fff; }
    @media (max-width: 1024px) {
      .table-leaderboard tbody > tr > td {
        font-size: 2.5vw; } }
    @media (max-width: 480px) {
      .table-leaderboard tbody > tr > td {
        font-size: 3vw; } }
    .table-leaderboard tbody > tr > td span {
      display: block;
      border-bottom: 2px solid #7252bd;
      padding: 15px 0; }
      @media (max-width: 480px) {
        .table-leaderboard tbody > tr > td span {
          padding: 10px 0; } }
    .table-leaderboard tbody > tr > td:first-child {
      font-weight: bold; }
  .table-leaderboard > tbody > tr:last-child span {
    border-bottom: none; }
  .table-leaderboard > tbody > tr:last-child td {
    border-bottom: 1px solid #fff; }
  .table-leaderboard > tbody > tr:first-child td {
    border-top: 1px solid #fff; }
  .table-leaderboard > thead > tr > th {
    text-align: center;
    font-size: 22px;
    color: #2a1168;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
    background: #fdf59a;
    background: -moz-linear-gradient(180deg, #faebc3 0%, #fdf59a 100%);
    background: -webkit-linear-gradient(180deg, #faebc3 0%, #fdf59a 100%);
    background: -o-linear-gradient(180deg, #faebc3 0%, #fdf59a 100%);
    background: -ms-linear-gradient(180deg, #faebc3 0%, #fdf59a 100%);
    background: linear-gradient(180deg, #faebc3 0%, #fdf59a 100%); }
    .table-leaderboard > thead > tr > th:first-child {
      width: 20%; }
    .table-leaderboard > thead > tr > th:last-child {
      width: 30%; }
    @media (max-width: 1024px) {
      .table-leaderboard > thead > tr > th {
        font-size: 2.5vw; } }
    @media (max-width: 480px) {
      .table-leaderboard > thead > tr > th {
        font-size: 3vw; } }
  .table-leaderboard > tbody > tr {
    background-color: rgba(80, 21, 203, 0.5); }

.season-winner-box {
  margin-top: 100px; }
  @media (max-width: 768px) {
    .season-winner-box {
      margin-top: 0; } }

.swin-container {
  background: #fdf59a;
  background: -moz-linear-gradient(180deg, #000000 0%, #131313 41%, #000000 77%);
  background: -webkit-linear-gradient(180deg, #000000 0%, #131313 41%, #000000 77%);
  background: -o-linear-gradient(180deg, #000000 0%, #131313 41%, #000000 77%);
  background: -ms-linear-gradient(180deg, #000000 0%, #131313 41%, #000000 77%);
  background: linear-gradient(180deg, #000000 0%, #131313 41%, #000000 77%);
  padding: 28% 10px 10px;
  border-radius: 20px;
  border: 3px solid #fff;
  position: relative;
  margin: 0 5px; }
  @media (max-width: 768px) {
    .swin-container {
      margin-top: 18vw;
      border-radius: 15px; } }
  @media (max-width: 480px) {
    .swin-container {
      margin-top: 20vw; } }
  .swin-container .avatar-box .img-box, .swin-container .avatar-box .shadow, .swin-container .avatar-box .avatar {
    border-radius: 50%;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .swin-container .avatar-box .img-box {
    width: 70%; }
    .swin-container .avatar-box .img-box .shadow {
      width: 130px;
      height: 130px;
      z-index: 5;
      box-shadow: inset 0px 0px 13px black; }
      @media (max-width: 1024px) {
        .swin-container .avatar-box .img-box .shadow {
          width: 107px;
          height: 107px; } }
      @media (max-width: 768px) {
        .swin-container .avatar-box .img-box .shadow {
          width: 20vw;
          height: 20vw; } }
      @media (max-width: 480px) {
        .swin-container .avatar-box .img-box .shadow {
          width: 22vw;
          height: 22vw; } }
      @media (max-width: 425px) {
        .swin-container .avatar-box .img-box .shadow {
          width: 21vw;
          height: 21vw; } }
      @media (max-width: 390px) {
        .swin-container .avatar-box .img-box .shadow {
          width: 20vw;
          height: 20vw; } }
    .swin-container .avatar-box .img-box .avatar {
      border: 5px solid #fff;
      width: 100%;
      z-index: 2; }
      @media (max-width: 480px) {
        .swin-container .avatar-box .img-box .avatar {
          border: 3px solid #fff; } }
  .swin-container .avatar-box .crown {
    position: absolute;
    top: -62%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 28%; }
    @media (max-width: 1024px) {
      .swin-container .avatar-box .crown {
        top: -46%; } }
    @media (max-width: 768px) {
      .swin-container .avatar-box .crown {
        top: -13vw; } }
    @media (max-width: 480px) {
      .swin-container .avatar-box .crown {
        top: -14vw; } }
  .swin-container a:hover {
    color: #8864e3; }

.lb-btn-box {
  text-align: center; }
  .lb-btn-box a {
    display: inline-block; }
    @media (max-width: 1024px) {
      .lb-btn-box a {
        width: 70%;
        display: block;
        margin: 10px auto; } }
    .lb-btn-box a img {
      width: 100%; }
    .lb-btn-box a .sec-btn {
      position: relative;
      left: -30px; }
      @media (max-width: 1024px) {
        .lb-btn-box a .sec-btn {
          left: unset; } }

.zoom-scale {
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .zoom-scale:hover {
    transform: scale(0.95); }

.lb-rules {
  border: 2px solid #a676ff;
  padding: 20px;
  border-radius: 20px;
  width: 50%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .lb-rules {
      width: 100%; } }
  .lb-rules h3 {
    padding-bottom: 20px;
    font-size: 16px; }
    @media (max-width: 480px) {
      .lb-rules h3 {
        font-size: 3.5vw; } }

.decimal-center {
  text-align: center;
  list-style: decimal !important;
  list-style-position: inside !important; }
  .decimal-center li {
    font-size: 16px;
    line-height: 1.8em; }
    @media (max-width: 480px) {
      .decimal-center li {
        font-size: 3.5vw; } }

@media (max-width: 480px) {
  .lb-floaters {
    display: none; } }
.lb-floaters .triangle-1 {
  position: absolute;
  top: 13%;
  width: 14%;
  left: -7%; }
.lb-floaters .triangle-2 {
  position: absolute;
  top: 24%;
  width: 14%;
  right: -7%; }
.lb-floaters .triangle-3 {
  position: absolute;
  top: 58%;
  width: 14%;
  left: -7%; }
.lb-floaters .triangle-4 {
  position: absolute;
  top: 57%;
  width: 7%;
  right: 9%; }
.lb-floaters .triangle-5 {
  position: absolute;
  top: 31%;
  width: 13%;
  right: -10%; }

.elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.font-16 {
  font-size: 16px; }

.font-20 {
  font-size: 20px; }

.font-24 {
  font-size: 24px; }

.d-block {
  display: block; }

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-b-5mod {
  padding-bottom: 5%; }

.w-100 {
  width: 100%; }

.w-95 {
  width: 95%; }

.w-90 {
  width: 90%; }

.w-85 {
  width: 85%; }

.w-80 {
  width: 80%; }

.w-70 {
  width: 70%; }

.w-65 {
  width: 65%; }

.w-60 {
  width: 60%; }

.w-50 {
  width: 50%; }

.w-40 {
  width: 40%; }

.w-30 {
  width: 30%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-15 {
  width: 15%; }

.w-10 {
  width: 10%; }

/* ========== image mobile responsive ============*/
@media (max-width: 1024px) {
  .w-sm-100 {
    width: 100%; }

  .w-sm-90 {
    width: 90%; }

  .w-sm-80 {
    width: 80%; }

  .w-sm-70 {
    width: 70%; }

  .w-sm-60 {
    width: 60%; }

  .w-sm-50 {
    width: 50%; }

  .w-sm-40 {
    width: 40%; }

  .w-sm-30 {
    width: 30%; }

  .w-sm-20 {
    width: 20%; }

  .w-sm-10 {
    width: 10%; } }
@media (max-width: 768px) {
  .w-xs-100 {
    width: 100%; }

  .w-xs-90 {
    width: 90%; }

  .w-xs-85 {
    width: 85% !important; }

  .w-xs-80 {
    width: 80%; }

  .w-xs-70 {
    width: 70%; }

  .w-xs-60 {
    width: 60%; }

  .w-xs-50 {
    width: 50%; }

  .w-xs-40 {
    width: 40%; }

  .w-xs-30 {
    width: 30%; }

  .w-xs-20 {
    width: 20%; }

  .w-xs-10 {
    width: 10%; } }
@media (max-width: 480px) {
  .font-5vw-mobi {
    font-size: 5vw; }

  .font-3-5vw-mobi {
    font-size: 3.5vw; }

  .font-2-5vw-mobi {
    font-size: 2.5vw; }

  .w-xxs-100 {
    width: 100%; }

  .w-xxs-98 {
    width: 98%; }

  .w-xxs-95 {
    width: 95%; }

  .w-xxs-90 {
    width: 90%; }

  .w-xxs-80 {
    width: 80%; }

  .w-xxs-70 {
    width: 70%; }

  .w-xxs-65 {
    width: 65%; }

  .w-xxs-60 {
    width: 60%; }

  .w-xxs-50 {
    width: 50%; }

  .w-xxs-40 {
    width: 40%; }

  .w-xxs-30 {
    width: 30%; }

  .w-xxs-20 {
    width: 20%; }

  .w-xxs-25 {
    width: 25%; }

  .w-xxs-15 {
    width: 15%; }

  .p-b-0mod-mobi {
    padding-bottom: 0; }

  .p-tb-xxs-5 {
    padding-top: 5px;
    padding-bottom: 5px; } }
/********pkb********/
.pkb403-bg {
  background: url(/assets/images/403/pkb403-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh; }
  .pkb403-bg .pkb403-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
    position: relative;
    padding-top: 20vh; }
    @media (max-width: 1280px) {
      .pkb403-bg .pkb403-container {
        width: 950px; } }
    @media (max-width: 1024px) {
      .pkb403-bg .pkb403-container {
        width: 100%; } }
    @media (max-width: 480px) {
      .pkb403-bg .pkb403-container {
        padding-top: 25vh; } }
  .pkb403-bg .pkbmain-logo {
    width: 80%; }
    @media (max-width: 480px) {
      .pkb403-bg .pkbmain-logo {
        width: 100%; } }
  .pkb403-bg h3 {
    font-size: 70px;
    font-weight: bold;
    color: #fdfe8b;
    line-height: 1em; }
    @media (max-width: 1280px) {
      .pkb403-bg h3 {
        font-size: 50px; } }
    @media (max-width: 1024px) {
      .pkb403-bg h3 {
        font-size: 5vw; } }
    @media (max-width: 480px) {
      .pkb403-bg h3 {
        font-size: 11vw; } }
  .pkb403-bg h4 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    display: inline-block;
    margin-bottom: 20px; }
    @media (max-width: 1280px) {
      .pkb403-bg h4 {
        font-size: 25px; } }
    @media (max-width: 1024px) {
      .pkb403-bg h4 {
        font-size: 3vw; } }
    @media (max-width: 480px) {
      .pkb403-bg h4 {
        font-size: 5vw; } }
  .pkb403-bg .regionp {
    background: #2c1669;
    background: -webkit-linear-gradient(top, #2c1669 0%, #5d3789 100%);
    background: -moz-linear-gradient(top, #2c1669 0%, #5d3789 100%);
    background: linear-gradient(to bottom, #2c1669 0%, #5d3789 100%);
    padding: 20px;
    border: 1px solid #c781fc;
    box-shadow: 0px 0px 15px #b103dc, inset 0px 0px 15px #d424ff;
    color: #fdff64;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5em; }
    @media (max-width: 1280px) {
      .pkb403-bg .regionp {
        font-size: 25px; } }
    @media (max-width: 1024px) {
      .pkb403-bg .regionp {
        font-size: 3vw; } }
    @media (max-width: 480px) {
      .pkb403-bg .regionp {
        font-size: 5vw; } }
  .pkb403-bg span {
    color: #ffd200; }

/*# sourceMappingURL=main.css.map */
