/* Minification failed. Returning unminified contents.
(34527,58): run-time error CSS1038: Expected hex color, found '#ffff'
(39482,12): run-time error CSS1038: Expected hex color, found '#ffff'
(40579,12): run-time error CSS1038: Expected hex color, found '#ffff'
 */

@charset "UTF-8";
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
    position: relative;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.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,
.col-lg-20 {
    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-1-5 {
    margin-left: 12.5%;
}

.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-20 {
    width: 20%;
}

/* ========== M-L ========== */

@media (max-width: 1680px) {
    .col-lmd-1,
    .col-lmd-2,
    .col-lmd-3,
    .col-lmd-4,
    .col-lmd-5,
    .col-lmd-6,
    .col-lmd-7,
    .col-lmd-8,
    .col-lmd-9,
    .col-lmd-10,
    .col-lmd-11,
    .col-lmd-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
    .col-lmd-12 {
        width: 100%;
    }
    .col-lmd-11 {
        width: 91.6666666667%;
    }
    .col-lmd-10 {
        width: 83.3333333333%;
    }
    .col-lmd-9 {
        width: 75%;
    }
    .col-lmd-8 {
        width: 66.6666666667%;
    }
    .col-lmd-7 {
        width: 58.3333333334%;
    }
    .col-lmd-6 {
        width: 50%;
    }
    .col-lmd-5 {
        width: 41.66666666667%;
    }
    .col-lmd-4 {
        width: 33.33333333333%;
    }
    .col-lmd-3 {
        width: 25%;
    }
    .col-lmd-2 {
        width: 16.66666666667%;
    }
    .col-lmd-1 {
        width: 8.33333333%;
    }
    .offset-lmd-0 {
        margin-left: 0;
    }
    .offset-lmd-1 {
        margin-left: 8.333333%;
    }
    .offset-lmd-1-5 {
        margin-left: 12.5%;
    }
    .offset-lmd-2 {
        margin-left: 16.666667%;
    }
    .offset-lmd-3 {
        margin-left: 25%;
    }
    .offset-lmd-4 {
        margin-left: 33.333333%;
    }
    .offset-lmd-5 {
        margin-left: 41.666667%;
    }
    .offset-lmd-6 {
        margin-left: 50%;
    }
    .offset-lmd-7 {
        margin-left: 58.333333%;
    }
    .offset-lmd-8 {
        margin-left: 66.666667%;
    }
    .offset-lmd-9 {
        margin-left: 75%;
    }
    .offset-lmd-10 {
        margin-left: 83.333333%;
    }
    .offset-lmd-11 {
        margin-left: 91.666667%;
    }
    .col-lmd-4-custom,
    .col-lmd-8-custom {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
    .col-lmd-8-custom {
        width: 72%;
    }
    .col-lmd-4-custom {
        width: 28%;
    }
}

/* ========== LAPTOP========== */

@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-1-5 {
        margin-left: 12.5%;
    }
    .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%;
    }
    .col-md-4-custom,
    .col-md-8-custom {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
    .col-md-8-custom {
        width: 72%;
    }
    .col-md-4-custom {
        width: 28%;
    }
}

/* ========== 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%;
    }
    .col-sm-5 {
        width: 41.66666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .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-1-5 {
        margin-left: 12.5%;
    }
    .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%;
    }
    .col-sm-auto {
        width: auto;
    }
}

/* ========== EXTRA SMALL TABLET ========== */

@media only screen and (max-width: 800px) {
    .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;
    }
}

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;*/
    font-family: Tahoma, Geneva, Verdana, sans-serif, sans-serif, Helvetica, AppleGothic, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑";
}

/* 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;
    font-size: 14px;
}

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('https://evpok.com/wp-content/themes/evpk/Assets/img/arrow-down.png') no-repeat 95%;
    cursor: pointer;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/**
 * 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: #000;
}

::-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 PROPERTIES ============*/

h1 {
    font-size: 36px;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 26px;
    }
}

h2 {
    font-size: 30px;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 24px !important;
    }
}

h3 {
    font-size: 23px;
}

@media (max-width: 1024px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 18px;
}

@media (max-width: 1024px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 14px;
    line-height: 20px;
    color: #555;
}

a {
    text-decoration: none;
}

li {
    font-size: 14px;
}

.ggsop-li li {
    font-size: 16px;
    line-height: 2em !important;
}

/* ========== Line Height ============*/

.l-h-15 {
    line-height: 15px;
}

.l-h-25 {
    line-height: 25px;
}

.l-h-30 {
    line-height: 30px;
}

.l-h-34 {
    line-height: 34px;
}

.l-h-40 {
    line-height: 40px;
}

.l-h-50 {
    line-height: 50px;
}

.l-h-1-2em {
    line-height: 1.2em;
}

.l-h-1-5em {
    line-height: 1.5em;
}

.l-h-1-8em {
    line-height: 1.8em;
}

.l-h-2em {
    line-height: 2em;
}

.l-h-2em-important {
    line-height: 2em !important;
}

.l-h-2-5em {
    line-height: 2.5em;
}

@media (max-width: 480px) {
    .l-h-xxs-1-5em {
        line-height: 1.5em;
    }
    .l-h-xxs-1-2em {
        line-height: 1.2em;
    }
}

.font-0 {
    font-size: 0;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-25 {
    font-size: 25px;
}

.font-27 {
    font-size: 27px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-35 {
    font-size: 35px;
}

.font-36 {
    font-size: 36px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

.font-50 {
    font-size: 50px;
}

.font-55 {
    font-size: 55px;
}

.font-60 {
    font-size: 60px;
}

.font-65 {
    font-size: 65px;
}

.font-70 {
    font-size: 70px;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.font-bold-imp {
    font-weight: bold !important;
}

.font-italic {
    font-style: italic;
}

.b-0 {
    border: none;
}

.b-0-imp {
    border: none !important;
}

.underline {
    text-decoration: underline;
}

.underline-offset-5 {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.underline-offset-10 {
    text-decoration: underline;
    text-underline-offset: 10px;
}

.v-mid {
    vertical-align: middle;
}

.v-base {
    vertical-align: baseline;
}

.v-bot {
    vertical-align: bot;
}

.v-sub {
    vertical-align: sub;
}

.arial {
    font-family: Arial;
}

.yahei {
    font-family: 'Microsoft YaHei';
}

.bg-25vh {
    min-height: 25vh;
}

@media (max-width: 480px) {
    .bg-25vh {
        min-height: 40vh;
    }
}

.bg-60vh {
    min-height: 60vh;
}

@media (max-width: 480px) {
    .bg-60vh {
        min-height: 80vh;
    }
}

.bg-70vh {
    min-height: 80vh;
}

.bg-75vh {
    min-height: 75vh;
}

@media (max-width: 1024px) {
    .bg-75vh {
        min-height: initial;
    }
}

.word-br {
    word-break: break-all;
}

.txt-shadow {
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 5px 0px;
}

.txt-shadow-2 {
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 5px 4px;
}

.txt-shadow-3 {
    text-shadow: rgba(0, 0, 0, 0.5) 0px 5px 4px;
}

.box-shadow {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

.box-shadow2 {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
}

/* ========== ALIGNMENT AND SPACES ============*/

.text-left {
    text-align: left;
}

.text-left-mobi-center {
    text-align: left;
}

@media (max-width: 480px) {
    .text-left-mobi-center {
        text-align: center;
    }
}

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

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-end {
    text-align: end;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.d-flex-center {
    display: flex;
    align-items: center;
}

.d-flex-end {
    display: flex;
    align-items: end;
}

.d-flex-center-pconly {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .d-flex-center-pconly {
        display: block;
    }
}

.d-flex-justify-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-center-to-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .d-flex-center-to-block {
        display: block;
    }
}

.d-flex-center-to-block2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 800px) {
    .d-flex-center-to-block2 {
        display: flex;
        flex-direction: column;
    }
    .d-flex-center-to-block2 .nft-order-1 {
        order: 2;
    }
}

@media (max-width: 800px) and (max-width: 800px) {
    .d-flex-center-to-block2 .nft-order-1 {
        order: 1;
    }
}

@media (max-width: 800px) {
    .d-flex-center-to-block2 .nft-order-2 {
        order: 1;
    }
}

@media (max-width: 800px) and (max-width: 800px) {
    .d-flex-center-to-block2 .nft-order-2 {
        order: 2;
    }
}

.d-flex-center-to-block3 {
    display: block;
}

@media (max-width: 800px) {
    .d-flex-center-to-block3 {
        display: flex;
        flex-direction: column;
    }
    .d-flex-center-to-block3 .nft-order-1 {
        order: 2;
    }
}

@media (max-width: 800px) and (max-width: 800px) {
    .d-flex-center-to-block3 .nft-order-1 {
        order: 1;
    }
}

@media (max-width: 800px) {
    .d-flex-center-to-block3 .nft-order-2 {
        order: 1;
    }
}

@media (max-width: 800px) and (max-width: 800px) {
    .d-flex-center-to-block3 .nft-order-2 {
        order: 2;
    }
}

@media (max-width: 800px) {
    .d-flex-center-to-block3 .nft-order-3 {
        /* order: 1;*/
    }
}

@media (max-width: 800px) and (max-width: 800px) {
    .d-flex-center-to-block3 .nft-order-3 {
        order: 3;
    }
}

.d-flex-block-right {
    display: block;
    flex: 1 0;
    text-align: right;
}

.v-align-bot {
    vertical-align: bottom;
}

/* ========== ITEM ORDER ============*/

@media (max-width: 1024px) {
    .d-flex-order-imp {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .d-flex-order {
        display: flex;
        flex-direction: column;
    }
}

.item-order-1 {
    order: 1;
}

.item-order-2 {
    order: 2;
}

.item-order-3 {
    order: 3;
}

.item-order-4 {
    order: 4;
}

.flex-center-bubble {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .flex-center-bubble {
        flex-direction: column;
    }
    .flex-center-bubble .order-1 {
        order: 1;
    }
    .flex-center-bubble .order-2 {
        order: 2;
    }
}

.flex-center-bounty {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .flex-center-bounty {
        flex-direction: column;
    }
    .flex-center-bounty .order-1 {
        order: 1;
    }
    .flex-center-bounty .order-2 {
        order: 2;
    }
}

/* ========== PADDING/MARGIN = 0px ============*/

.p-0 {
    padding: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-b-0-important {
    padding-bottom: 0 !important;
}

.p-t-0-important {
    padding-top: 0 !important;
}

.p-t-0 {
    padding-top: 0;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-0-important {
    padding-left: 0 !important;
}

.p-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-tb-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.p-lr-compress8 {
    padding: 0 8%;
}

.m-0 {
    margin: 0;
}

.m-auto-imp {
    margin: auto !important;
}

.m-0-auto {
    margin: 0 auto;
}

.m-r-0 {
    margin-right: 0;
}

.m-l-0 {
    margin-left: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-0-important {
    margin-top: 0 !important;
}

.m-b-0-important {
    margin-bottom: 0 !important;
}

.m-lr-0 {
    margin-left: 0;
    margin-right: 0;
}

.m-tb-0 {
    margin-top: 0;
    margin-bottom: 0;
}

/* ========== PADDING/MARGIN ============*/

.section-padd {
    padding: 3% 0;
}

.section-padd-2 {
    padding: 2% 0;
}

.section-padd-1 {
    padding: 1% 0;
}

.section-padd-top {
    padding: 3% 0 0;
}

@media (max-width: 1024px) {
    .section-padd-top {
        padding: 3% 10%;
    }
}

@media (max-width: 480px) {
    .section-padd-top {
        padding: 3% 0;
    }
}

@media (max-width: 1024px) {
    .section-padd-mobi {
        padding: 3% 2%;
    }
}

@media (max-width: 800px) {
    .section-padd-800 {
        padding: 3% 2%;
    }
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-13 {
    padding-top: 13px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-6mod {
    padding-top: 6%;
}

.p-t-10mod {
    padding-top: 10%;
}

.p-t-20mod {
    padding-top: 20%;
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-5mod {
    margin-bottom: 5%;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-lr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-lr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

/* ========== OTHER PROPERTIES ============*/

.d-block-auto {
    display: block;
    margin: 0 auto;
}

.w-auto {
    width: auto;
}

.w-100px {
    width: 100px;
}

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

.m-height-150 {
    min-height: 150px;
}

.hide {
    display: none;
}

.hide-item {
    /*display: none !important;*/
}

@media (max-width: 1024px) {
    .hide-item {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .mobi-hide {
        display: none;
    }
}

.pc-hide {
    display: none;
}

@media (max-width: 768px) {
    .pc-hide {
        display: block;
    }
}

@media (max-width: 768px) {
    .mobi-show {
        display: block;
    }
}

.border-all {
    border: 1px solid #ddd;
}

.border-all-fish {
    border: 1px solid #6580b4;
}

.border-all-yg {
    border: 1px solid #c6c69c;
}

.border-l {
    border-left: 1px solid #ddd;
}

.border-r {
    border-right: 1px solid #ddd;
}

.border-t {
    border-top: 1px solid #ddd;
}

.border-b {
    border-bottom: 1px solid #ddd;
}

.border-b-222 {
    border-bottom: 1px solid #222;
}

.border-b-fff {
    border-bottom: 1px solid #fff;
}

.border-b-brown {
    border-bottom: 1px solid #d59967;
}

.border-t-l-white {
    border-left: 1px solid #fff !important;
}

.border-t-l-black {
    border-left: 1px solid #000;
    border-right: 2px solid #000;
}

.border-t-l-b-black {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.border-l-black {
    border-left: 2px solid #000;
}

.border-r-black {
    border-right: 2px solid #000 !important;
}

.border-black {
    border: 1px solid #000;
}

.b-radius-none {
    border-radius: 0px !important;
}

.b-radius-5 {
    border-radius: 5px;
}

.b-radius-10 {
    border-radius: 10px;
}

.b-radius-15 {
    border-radius: 15px;
}

.b-radius-30 {
    border-radius: 30px;
}

.b-radius-50 {
    border-radius: 50px;
}

.b-radius-50-p {
    border-radius: 50%;
}

.b-radius-50-imp {
    border-radius: 50px !important;
}

.b-radius-5-t-lr {
    border-radius: 5px 5px 0 0;
}

.b-radius-5-b-lr {
    border-radius: 0 0 5px 5px;
}

.border-l-8 {
    border-left: 8px solid #eee;
}

.grad-beat-border {
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: -moz-linear-gradient(#1c2e42, #1c2e42), linear-gradient(#184b7a, #89bbd2);
    background-image: -webkit-linear-gradient(#1c2e42, #1c2e42), linear-gradient(#184b7a, #89bbd2);
    background-image: linear-gradient(#1c2e42, #1c2e42), linear-gradient(#184b7a, #89bbd2);
}

.border-4-gold {
    border: 4px solid #e0c173;
}

.border-2-yellow {
    border: 2px solid #f4e080;
}

@media (max-width: 1440px) {
    .w-lmd-100 {
        width: 100%;
    }
    .w-lmd-90 {
        width: 90%;
    }
    .w-lmd-80 {
        width: 80%;
    }
    .w-lmd-70 {
        width: 70%;
    }
    .w-lmd-60 {
        width: 60%;
    }
    .w-lmd-50 {
        width: 50%;
    }
    .w-lmd-40 {
        width: 40%;
    }
    .w-lmd-30 {
        width: 30%;
    }
    .w-lmd-20 {
        width: 20%;
    }
    .w-lmd-10 {
        width: 10%;
    }
}

@media (max-width: 1280px) {
    .font-lg-16 {
        font-size: 16px;
    }
}

/* ========== 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%;
    }
    .text-center-sm {
        text-align: center;
    }
    .font-sm-40 {
        font-size: 40px;
    }
    .font-sm-30 {
        font-size: 30px;
    }
    .font-sm-20 {
        font-size: 20px;
    }
    .font-sm-18 {
        font-size: 18px;
    }
    .font-sm-12 {
        font-size: 12px;
    }
    .d-block-auto-sm {
        display: block;
        margin: 0 auto;
    }
    .m-b-sm-10 {
        margin-bottom: 10px;
    }
    .m-b-sm-15 {
        margin-bottom: 15px;
    }
    .m-l-sm-20 {
        margin-left: 20px;
    }
    .p-sm-0 {
        padding: 0;
    }
    .d-inline-block-sm {
        display: inline-block;
    }
    .v-mid-sm {
        vertical-align: middle;
    }
}

@media (max-width: 768px) {
    .w-xs-100 {
        width: 100%;
    }
    .w-xs-90 {
        width: 90%;
    }
    .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%;
    }
    .font-xs-20 {
        font-size: 20px !important;
    }
    .font-xs-18 {
        font-size: 18px !important;
    }
    .font-xs-17 {
        font-size: 18px;
    }
    .font-xs-16 {
        font-size: 18px;
    }
    .font-xs-15 {
        font-size: 15px !important;
    }
    .font-xs-14 {
        font-size: 14px;
    }
    .d-block-auto-xs {
        display: block;
        margin: 0 auto;
    }
    .m-b-20-xs {
        margin-bottom: 20px !important;
    }
    .m-b-10-xs {
        margin-bottom: 10px !important;
    }
    .m-b-0-xs {
        margin-bottom: 0;
    }
    .p-0-xs {
        padding: 0;
    }
    .p-t-10-xs {
        padding-top: 10px;
    }
    .p-t-0-xs {
        padding-top: 0px;
    }
    .p-tb-10-xs {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .p-l-xs-0 {
        padding-left: 0 !important;
    }
    .p-r-xs-0 {
        padding-right: 0 !important;
    }
    .p-lr-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .font-xs-18 {
        font-size: 18px !important;
    }
    .m-t-sm-10 {
        margin-top: 10px;
    }
    .m-t-sm-0 {
        margin-top: 0;
    }
    .l-h-22-sm {
        line-height: 22px;
    }
    .text-center-xs {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .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%;
    }
    .m-r-xxs-0 {
        margin-right: 0px;
    }
    .m-b-xs-50 {
        margin-bottom: 50px;
    }
    .m-b-xs-20 {
        margin-bottom: 2px;
    }
    .m-b-xs-15 {
        margin-bottom: 15px;
    }
    .m-b-xs-10 {
        margin-bottom: 10px;
    }
    .w-xxs-15 {
        width: 15%;
    }
    .w-xxs-10 {
        width: 10%;
    }
    .w-xxs-7 {
        width: 7%;
    }
    .w-xxs-auto {
        width: auto;
    }
    .p-lr-xxs-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .p-lr-xxs-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .p-l-xxs-10 {
        padding-left: 10px;
    }
    .p-b-xxs-0 {
        padding-bottom: 0px;
    }
    .p-b-xxs-10 {
        padding-bottom: 10px;
    }
    .p-tb-xxs-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-tb-xxs-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .font-xxs-30 {
        font-size: 30px !important;
    }
    .font-xxs-25 {
        font-size: 25px !important;
    }
    .font-xxs-22 {
        font-size: 22px !important;
    }
    .font-xxs-20 {
        font-size: 20px !important;
    }
    .font-xxs-18 {
        font-size: 18px !important;
    }
    .font-xxs-16 {
        font-size: 16px !important;
    }
    .font-xxs-15 {
        font-size: 15px;
    }
    .font-xxs-14 {
        font-size: 14px;
    }
    .font-xxs-13 {
        font-size: 13px;
    }
    .font-xxs-12 {
        font-size: 12px;
    }
    .font-xxs-11 {
        font-size: 11px;
    }
    .font-xxs-10 {
        font-size: 10px;
    }
    .font-2-5vw-mobi {
        font-size: 2.5vw;
    }
    .font-3vw-mobi {
        font-size: 3vw;
    }
    .font-3-5vw-mobi {
        font-size: 3.5vw;
    }
    .font-4vw-mobi {
        font-size: 4vw;
    }
    .font-4-5vw-mobi {
        font-size: 4.5vw;
    }
    .font-5vw-mobi {
        font-size: 5vw;
    }
    .font-6vw-mobi {
        font-size: 6vw;
    }
    .font-7vw-mobi {
        font-size: 7vw;
    }
    .font-8vw-mobi {
        font-size: 8vw;
    }
    .m-t-xxs-0 {
        margin-top: 0;
    }
    .m-t-xxs-5 {
        margin-top: 5px;
    }
    .m-t-xxs-15 {
        margin-top: 15px;
    }
    .m-t-xxs-20 {
        margin-top: 20px;
    }
    .m-t-xxs-25 {
        margin-top: 25px;
    }
    .m-t-xxs-40 {
        margin-top: 40px;
    }
    .p-xxs-10 {
        padding: 10px;
    }
    .p-xxs-5 {
        padding: 5px;
    }
    .row-nopad-xss {
        padding: 0;
    }
    .m-b-xxs-10 {
        margin-bottom: 10px;
    }
    .m-b-xxs-15 {
        margin-bottom: 15px;
    }
    .m-b-xxs-0 {
        margin-bottom: 0;
    }
    .d-block-auto-xxs {
        display: block;
        margin: 0 auto;
    }
    .d-grid-xxs {
        display: grid;
    }
    .order-1-xxs {
        order: 1;
        -webkit-order: 1;
    }
    .order-2-xxs {
        order: 2;
        -webkit-order: 2;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xxs {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .font-xxxs-14 {
        font-size: 14px !important;
    }
    .font-xxxs-13 {
        font-size: 13px !important;
    }
    .font-xxxs-12 {
        font-size: 12px !important;
    }
    .font-xxxs-11 {
        font-size: 11px !important;
    }
    .font-xxxs-10 {
        font-size: 10px !important;
    }
    .font-xxxs-9 {
        font-size: 9px !important;
    }
}

@media (max-width: 320px) {
    .font-s320-12 {
        font-size: 12px !important;
    }
    .font-s320-10 {
        font-size: 10px;
    }
    .font-s320-8 {
        font-size: 8px;
    }
}

.pc-visible {
    display: block;
}

@media (max-width: 1024px) {
    .pc-visible {
        display: none;
    }
}

.mobile-visible {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-visible {
        display: block;
    }
}

.pc-tab-visible {
    display: block;
}

@media (max-width: 480px) {
    .pc-tab-visible {
        display: none;
    }
}

.sm-mobile-visible {
    display: none;
}

@media (max-width: 480px) {
    .sm-mobile-visible {
        display: block;
    }
}

.pc-visible-imp {
    display: block;
}

@media (max-width: 1024px) {
    .pc-visible-imp {
        display: none !important;
    }
}

.mobile-visible-imp {
    display: none !important;
}

@media (max-width: 1024px) {
    .mobile-visible-imp {
        display: block !important;
    }
}

.pc-visible-inline {
    display: inline-block;
}

@media (max-width: 1024px) {
    .pc-visible-inline {
        display: none;
    }
}

.mobile-visible-inline {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-visible-inline {
        display: inline-block;
    }
}

.letter-space1 {
    letter-spacing: 1px;
}

.letter-space3 {
    letter-spacing: 3px;
}

.letter-space4 {
    letter-spacing: 4px;
}

@media (max-width: 480px) {
    .letter-space2-xxs {
        letter-spacing: 2px;
    }
}

.letter-space5 {
    letter-spacing: 5px;
}

.float-none {
    float: none;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-90 {
    opacity: 0.9;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-bg-hidden {
    overflow: hidden;
}

.z-index-5 {
    z-index: 5;
}

.z-index-20 {
    z-index: 20;
}

.ev-foot-border {
    border-top: 2px solid #8a85fb;
}

.bl-white li:before {
    background-color: #fff;
}

.list-indent30 {
    padding-left: 30px;
}

@media (max-width: 480px) {
    .list-indent30 {
        padding-left: 10px;
    }
}

.border-error {
    border: 1px solid #ff0000 !important;
}

.bg-vh100-minheight {
    min-height: 100vh;
    position: relative;
}

@media (max-width: 480px) {
    .bg-vh100-minheight {
        min-height: 100vh;
    }
}

.if-PC-and-Tablet-Show {
    display: block;
}

@media (max-width: 768px) {
    .if-PC-and-Tablet-Show {
        display: none;
    }
}

.if-Mobile-Show {
    display: none;
}

@media (max-width: 768px) {
    .if-Mobile-Show {
        display: block;
    }
}

.if-PC-and-Tablet-Show-inline {
    display: inline-block;
}

@media (max-width: 768px) {
    .if-PC-and-Tablet-Show-inline {
        display: none;
    }
}

.if-Mobile-Show-inline {
    display: none;
}

@media (max-width: 768px) {
    .if-Mobile-Show-inline {
        display: inline-block;
    }
}

.dflt-tabContent>div {
    display: none;
}

.dflt-tabContent .dfltContent-active {
    display: block;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.primary {
    color: #555;
}

.secondary {
    color: #222;
}

.tertiary {
    color: #fdfafa;
}

.black {
    color: #000;
}

.dark-grey {
    color: #3e3e3e;
}

.dark-2e {
    color: #2e2e2e;
}

.white {
    color: #fff;
}

.cream {
    color: #f8f3e9;
}

.light-grey {
    color: #dcdcdc;
}

.red {
    color: #ff0000;
}

.red-custom-1 {
    color: #CC0000;
}

.red-custom-2 {
    color: #DE0000;
}

.red-custom-4 {
    color: #781A1A;
}

.red-custom-4 {
    color: #af1313;
}

.red-custom-5 {
    color: #832c33;
}

.red-custom-5 {
    color: #b6454d;
}

.light-red {
    color: #f9384f !important;
}

.light-red-2 {
    color: #F25C5C;
}

.light-red-3 {
    color: #ff8383;
}

.light-red-4 {
    color: #ffbaba;
}

.red-custom {
    color: #d63636;
}

.red-orange {
    color: #da432f;
}

.dark-orange {
    color: #F07B16;
}

.semibrown-orange {
    color: #fab464;
}

.golden {
    color: #FFD451;
}

.blue {
    color: #2988d1;
}

.darker-blue {
    color: #1b4490;
}

.light-blue {
    color: #8AD6FF;
}

.light-blue-2 {
    color: #67b2ff;
}

.light-blue-3 {
    color: #e2f1f8;
}

.cold-blue {
    color: #96f1ff;
}

.aqua-blue {
    color: #51e0ff;
}

.aqua-blue-1 {
    color: #ABFFF5;
}

.aqua-blue-2 {
    color: #aafffc;
}

.aqua-blue-3 {
    color: #6ce1fe;
}

.emerald-blue {
    color: #04415a;
}

.grey {
    color: #555;
}

.grey-2 {
    color: #B8C1CF;
}

.grey-3 {
    color: #999999;
}

.grey-4 {
    color: #7e7e7e;
}

.grey-blue {
    color: #2e6489;
}

.grey-a5 {
    color: #a5a5a5;
}

.grey-bc {
    color: #bcbcbc;
}

.grey-ce {
    color: #cecece;
}

.grey-c7 {
    color: #c7c7c9;
}

.grey-b4 {
    color: #b4b4b4;
}

.grey-ec {
    color: #ececec;
}

.grey-bf {
    color: #bfbfbf;
}

.grey-d4 {
    color: #d4d4d4;
}

.grey-76 {
    color: #767676;
}

.maroon {
    color: #b00000;
}

.maroon2 {
    color: #460f0f;
}

.maroon3 {
    color: #842323;
}

.fuchsia {
    color: #d1177d;
}

.royal-blue {
    color: #06f;
}

.royal-blue2 {
    color: #001b7f;
}

.dark-blue {
    color: #223f9b;
}

.green {
    color: #a4c639;
}

.green-1 {
    color: #338b61;
}

.green-2 {
    color: #3B4D2D;
}

.green-3 {
    color: #b0e177;
}

.green-4 {
    color: #60d042;
}

.green-5 {
    color: #163724;
}

.green-6 {
    color: #4a7629;
}

.green-7 {
    color: #A0E448;
}

.light-green {
    color: #acfab8;
}

.yellow-green {
    color: #cee88e;
}

.yellow-green-1 {
    color: #CFD658;
}

.brown {
    color: #472201;
}

.brown-2 {
    color: #8a481d;
}

.brown-3 {
    color: #794e06;
}

.brown-4 {
    color: #975746;
}

.brown-5 {
    color: #9b724b;
}

.gold {
    color: #B58145;
}

.gold-2 {
    color: #e4c670;
}

.gold-3 {
    color: #ffdc9e;
}

.gold-4 {
    color: #d1c5a1;
}

.gold-5 {
    color: #ffe5cc;
}

.gold-6 {
    color: #e5bf9a;
}

.gold-6 {
    color: #9a6800;
}

.gold-7 {
    color: #c3893e;
}

.purple {
    color: #5f278c;
}

.light-purple {
    color: #9a2bec;
}

.lighter-purple {
    color: #e5b6ec;
}

.light-purple-2 {
    color: #7761db;
}

.light-purple-3 {
    color: #84afe9;
}

.light-purple-4 {
    color: #bc87e8;
}

.light-purple-5 {
    color: #913b94;
}

.light-purple-6 {
    color: #3d5098;
}

.light-purple-7 {
    color: #b6a6fd;
}

.blue-purple {
    color: #5037ea;
}

.pinkish {
    color: #ff868a;
}

.pink {
    color: #FFBDA1;
}

.pink-1 {
    color: #AD283A;
}

.pink-2 {
    color: #e15b87;
}

.pink-3 {
    color: #ffa7a7;
}

.pink-4 {
    /*nike-giveaway pink*/
    color: #d13078;
}

.yellow {
    color: #FFF59C;
}

.yellow-orange {
    color: #f1b54d;
}

.yellow-orange-2 {
    color: #ffaa30;
}

.yellow-orange-3 {
    color: #ffcb66;
}

.yellow-orange-4 {
    color: #f5edcc;
}

.yellow-orange-5 {
    color: #ff9600;
}

.yellow-gold {
    color: #FFD79C;
}

.yellow-golden {
    color: #FFF8BD;
}

.yellow-1 {
    color: #fff694;
}

.yellow-2 {
    color: #ffc65c;
}

.yellow-3 {
    color: #fff9c2;
}

.yellow-4 {
    color: #ffe561;
}

.yellow-5 {
    color: #FFF0DE;
}

.yellow-6 {
    color: #FFE4C4;
}

.yellow-7 {
    color: #F2C888;
}

.yellow-8 {
    color: #f8c837;
}

.yellow-9 {
    color: #FFE180;
}

.yellow-10 {
    color: #FFFA99;
}

.yellow-11 {
    color: #ffe778;
}

.yellow-12 {
    color: #d7bf77;
}

.yellow-13 {
    color: #FFEECF;
}

.yellow-14 {
    color: #ffec95;
}

.yellow-15 {
    color: #f2c370;
}

.yellow-16 {
    color: #ffed97;
}

.yellow-17 {
    color: #f6af4b;
}

.yellow-18 {
    color: #edf348;
}

.yellow-19 {
    color: #ffdd41;
}

.yellow-20 {
    color: #f1cf86;
}

.yellow-21 {
    color: #fffa7f;
}

.yellow-21s {
    color: #ffcd47;
}

.yellow-22 {
    color: #fff110;
}

.yellow-24 {
    color: #e8d971;
}

.yellow-25 {
    color: #ffce0b;
}

.yellow-brown {
    color: #cf8e17;
}

.light-fushia {
    color: #EEA8FF !important;
}

.dark-fushia {
    color: #B52BBA !important;
}

.dark-fushia2 {
    color: #df29e1;
}

.off-blue {
    color: #D0E2F2;
}

.blue-cyan {
    color: #A8FFFF;
}

.bright-cyan {
    color: #28d9c7;
}

.blue-1 {
    color: #4ca4db;
}

.blue-2 {
    color: #212b87;
}

.blue-3 {
    color: #2c5e83;
}

.blue-4 {
    color: #1a5aa2;
}

.blue-5 {
    color: #4d86bb;
}

.pale-blue {
    color: #c1c5ff;
}

.pale-white {
    color: #FFF4CF;
}

.pale-white-2 {
    color: #FFF2DB;
}

.brown {
    color: #796156;
}

.light-brown {
    color: #B88058;
}

.light-brown-2 {
    color: #82644E;
}

.white-brown {
    color: #c6b49d;
}

.dark-brown {
    color: #392a22;
}

.gold-brown {
    color: #ba682c;
}

.white-yellow {
    color: #E8E2DA;
}

.white-yellow2 {
    color: #f5eeda;
}

.white-green {
    color: #f3f3d2;
}

.dark-violet {
    color: #1a1044;
}

.dark-violet-2 {
    color: #2d3781;
}

.dark-violet-3 {
    color: #442c76;
}

.soft-violet {
    color: #b99ce4;
}

.orange {
    color: #e47100;
}

.red-custom-3 {
    color: #e82418;
}

.plant-green {
    color: #3C9E0B;
}

.brown-orange2 {
    color: #9f3f40;
}

.brown-orange3 {
    color: #e6a56a;
}

.subvl-blue {
    color: #68c1ff;
}

/* BACKGROUND */

.bg-white {
    background-color: #ffffff;
}

.bg-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-off-white {
    background-color: #f7f9fc;
}

.bg-off-white-2 {
    background-color: #f2e6db;
}

.bg-off-white-3 {
    background-color: #f2eef2;
}

.bg-semi-dark {
    background-color: #e8ebed;
}

.bg-darker {
    background-color: #030407;
}

.bg-f3 {
    background-color: #f3f3f3;
}

.bg-f5 {
    background-color: #f5f5f5;
}

.bg-f7 {
    background-color: #f7f7f7;
}

.bg-fa {
    background-color: #fafafa;
}

.bg-e4 {
    background-color: #e4e4e4;
}

.bg-ed {
    background-color: #ededed;
}

.bg-db {
    background-color: #dbdbdb;
}

.bg-e7 {
    background-color: #e7e7e7;
}

.bg-e9 {
    background-color: #e9e9e9;
}

.bg-e4d {
    background-color: #e4dfdb;
}

.bg-e4e {
    background-color: #e4e9eb;
}

.bg-f9 {
    background-color: #f9f9f9;
}

.bg-f9fa {
    background-color: #f9fafb;
}

.bg-fdf3 {
    background-color: #fdf3f4;
}

.bg-f2e {
    background-color: #f2eee4;
}

.bg-a0a {
    background-color: #a0a698;
}

.bg-dd {
    background-color: #dddddd;
}

.bg-ash {
    background-color: #dfd1c4;
}

.bg-light-orange {
    background-color: #f2ece4;
}

.bg-yellow {
    background-color: #fffbef;
}

.bg-light-yellow {
    background-color: #fcf8f2;
}

.bg-light-brown {
    background-color: #e1d6ce;
}

.bg-light-brown-2 {
    background-color: #fef8eb;
}

.bg-light-brown-3 {
    background-color: #f8ece0;
}

.bg-light-brown-4 {
    background-color: #7a6144;
}

.bg-choco-brown {
    background-color: #c9bbb1;
}

.bg-light-red {
    background-color: #f6eaeb;
}

.bg-maroon {
    background-color: #1a0202;
}

.bg-dark-maroon {
    background-color: #120101;
}

.bg-dark-maroon2 {
    background-color: #1b0502;
}

.bg-dark-maroon3 {
    background-color: #140701;
}

.bg-dark-maroon4 {
    background-color: #420303;
}

.bg-dark-maroon5 {
    background-color: #220000;
}

.bg-dark-maroon6 {
    background-color: #361212;
}

.bg-blue {
    background-color: #edf4f9;
}

.bg-light-blue {
    background-color: #f5f7fa;
}

.bg-yellow-light {
    background-color: #fffcf5;
}

.bg-light-green {
    background-color: #f1faf7;
}

.bg-light-green1 {
    background-color: #fbfbf3;
}

.bg-light-green2 {
    background-color: #e5eed6;
}

.bg-light-green3 {
    background-color: #e5e9dd;
}

.bg-light-purple {
    background-color: #faf7ff;
}

.bg-dark-purple {
    background-color: #e7e3e8;
}

.bg-fushia {
    background-color: #33013e;
}

.bg-light-fushia {
    background-color: #fbeaff;
}

.bg-violet {
    background-color: #271b33;
}

.bg-black-violet {
    background-color: #19181e;
}

.bg-dark-violet {
    background-color: #1a0303;
}

.bg-dark-violet-2 {
    background-color: #040317;
}

.bg-dark-violet-3 {
    background-color: #0f0c14;
}

.bg-dark-violet-4 {
    background-color: #201a50;
}

.bg-dark-violet-5 {
    background-color: #1c1e33 !important;
}

.bg-dark-violet-6 {
    background-color: #131023;
}

.bg-dark-violet-7 {
    background-color: #0e0e21;
}

.bg-dark-violet-8 {
    background-color: #211f35;
}

.bg-dark-violet-9 {
    background-color: #361d34;
}

.bg-dark-violet-10 {
    background-color: #13121f;
}

.bg-light-violet {
    background-color: #eeeaf6;
}

.bg-light-violet-2 {
    background-color: #4441a9;
}

.bg-light-blue-2 {
    background-color: #121c36;
}

.bg-light-blue-3 {
    background-color: #e6edf2;
}

.bg-dark-blue {
    background-color: #040a1a;
}

.bg-dark-blue-2 {
    background-color: #030511;
}

.bg-dark-blue-3 {
    background-color: #090b1a;
}

.bg-dark-blue-4 {
    background-color: #192652;
}

.bg-dark-blue-5 {
    background-color: #23385c;
}

.bg-dark-blue-6 {
    background-color: #2a4867;
}

.bg-dark-blue-7 {
    background-color: #101626;
}

.bg-aof-blue {
    background-color: #b8d2e4;
}

.bg-light-grey {
    background-color: #d0d1cb;
}

.bg-darker-grey {
    background-color: #0d0d0c;
}

.bg-dark-grey {
    background-color: #171717 !important;
}

.bg-dark-grey-2 {
    background-color: #2a2b2a !important;
}

.bg-dark-grey-3 {
    background-color: #141414;
}

.bg-dark-grey-4 {
    background-color: #1d1b1b;
}

.bg-dark-grey-6 {
    background-color: #1b1b1b;
}

.bg-dark-silver {
    background-color: #414141 !important;
}

.bg-dark-silver2 {
    background-color: #31302f;
}

.bg-brown {
    background-color: #2e1205 !important;
}

.bg-brown-1 {
    background-color: #522323;
}

.bg-brown-2 {
    background-color: #3b2f2d;
}

.bg-brown-3 {
    background-color: #1b110f;
}

.bg-brown-4 {
    background-color: #0f0805;
}

.bg-brown-5 {
    background-color: #21120b;
}

.bg-brown-6 {
    background-color: #251c19;
}

.bg-rust {
    background-color: #3a5778;
}

.bg-fb-title {
    background-color: #e9f1f7;
}

.bl-white-brown li:before {
    background-color: #c6b49d;
}

.bl-white-yellow2 li:before {
    background-color: #f5eeda;
}

.bl-grey-c7 li:before {
    background-color: #c7c7c9;
}

.bl-lighter-purple li:before {
    background-color: #e5b6ec;
}

.bl-yellow-gold li:before {
    background-color: #FFD79C;
}

.bg-peach {
    background-color: #f0e2d5;
}

.bg-peach2 {
    background-color: #f0e9e1;
}

.bg-peach3 {
    background-color: #bd3737;
}

.bg-red2 {
    background-color: #b30000;
}

.bg-red-custom-3 {
    background-color: #e82418;
}

.bg-red-custom-3:hover {
    background-color: #ee362b;
}

.bg-light-pink {
    background-color: #f7edf0;
}

.bg-light-pink-2 {
    background-color: #e8dadc;
}

.bg-light-pink-3 {
    background-color: #e390b7;
}

.bg-dark-pink {
    background-color: #9e334a;
}

.bg-dark-peach {
    background-color: #fdd493;
}

.bg-dark-brown {
    background-color: #1e0906;
}

.bg-dark-brown-2 {
    background-color: #0e0906;
}

.bg-lither-brown {
    background-color: #281816;
}

.bg-ocean-blue {
    background-color: #a1cfde;
}

.bg-cold-blue {
    background-color: #c0e6ed;
}

.bg-avocado {
    background-color: #d2d6c1;
}

.bg-avocado-light {
    background-color: #f7f9f1;
}

.bg-dark-blue-violet {
    background-color: #100c2b;
}

.bg-dark-blue-violet-2 {
    background-color: #0e1327;
}

.bg-transparent {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-violet-trans {
    background-color: rgba(24, 6, 19, 0.6);
}

.bg-faded-black {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-faded-black2 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-faded-blue {
    background-color: rgba(0, 32, 71, 0.8);
}

.bg-faded-gray {
    background-color: rgba(51, 54, 72, 0.6);
}

.bg-faded-darkgrey {
    background-color: rgba(13, 13, 12, 0.7);
}

.bg-desaturated-blue {
    background-color: rgba(138, 132, 186, 0.2);
}

.bg-faded-maroon {
    background-color: rgba(57, 0, 0, 0.5);
}

.bg-faded-darkgreen {
    background-color: rgba(27, 95, 70, 0.85);
}

.bg-faded-pink {
    background-color: rgba(226, 167, 174, 0.8);
}

.bg-peach-brown {
    background-color: #e7c9a1;
}

.bg-orange {
    background-color: #7e2016;
}

.bg-black {
    background-color: #000;
}

.bg-black-opaque-mobi {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-semi-black {
    background-color: #0d0805;
}

.bg-grad-blk-vio {
    background: #040001;
    background: -moz-linear-gradient(top, #040001 0%, #281e43 100%);
    background: -webkit-linear-gradient(top, #040001 0%, #281e43 100%);
    background: linear-gradient(to bottom, #040001 0%, #281e43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040001', endColorstr='#281e43', GradientType=0);
}

.ev-footer-bg {
    background: #161e36;
    background: -moz-linear-gradient(left, #161e36 0%, #060811 100%);
    background: -webkit-linear-gradient(left, #161e36 0%, #060811 100%);
    background: linear-gradient(to right, #161e36 0%, #060811 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161e36 ', endColorstr='#060811', GradientType=0);
}

.beat-blue {
    background-color: #1c2e42;
}

.ggsop-mb-bg {
    background-color: #361223;
}

.ggsop-mb-bg {
    background-color: #361223;
}

.flip-go-dark-bg {
    background-color: #030303;
}

.bg-lighter-pink {
    background-color: #f3e5e0;
}

.bg-emerald-blue {
    background-color: #22616c;
}

.bg-coffee {
    background-color: #483d29;
}

.bg-skyblue {
    background-color: #eaf5f8;
}

.bg-brown-tortilia {
    background-color: #605541;
}

.bg-cookies-grey {
    background-color: #47413c;
}

.bg-coal {
    background-color: #191919;
}

.bg-mocha {
    background-color: #e0c68e;
}

.bg-trueviolet {
    background-color: #1d0e33;
}

.bg-navy-green {
    background-color: #1c2014;
}

.bg-navy-dark {
    background-color: #161a10;
}

.bg-navy-darker {
    background-color: #11130c;
}

.bg-purple {
    background-color: #96218b;
}

.bg-purple2 {
    background-color: #9623ae;
}

.bg-darker-purple {
    background-color: #140013;
}

.bg-darker-purple2 {
    background-color: #14031d;
}

.bg-lighter-purple {
    background-color: #453e9a;
}

.bg-darkbrown-coffee {
    background-color: #0f0808;
}

.bg-brown-3 {
    background-color: #4d3018;
}

.bg-brown-4 {
    background-color: #634f39;
}

.bg-brown-5 {
    background-color: #2b160d;
}

.bg-brown-6 {
    background-color: #0f0805;
}

.bg-brown-orange {
    background-color: #ce8950;
}

.bg-brown-orange2 {
    background-color: #82492a;
}

.bg-brown-opac {
    background-color: rgba(149, 109, 81, 0.15);
}

.bg-black-0b {
    background-color: #0b0b0b;
}

.bg-dark-grass {
    background-color: #0a2815;
}

.bg-dark-grass-2 {
    background-color: #406120;
}

.bg-usdt-blue {
    background-color: #3d5098;
}

.bg-usdt-violet {
    background-color: #7365b6;
}

.bg-semi-violet {
    background-color: #f0f1f9;
}

.bg-bloodred {
    background-color: #740c0c;
}

.bg-bloodred-1 {
    background-color: #952626;
}

.bg-pomelo {
    background-color: #bb606a;
}

/* ========== BASE BUTTON ========== */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

.btn:not(disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    outline: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
    transition: ease-in 0.3s;
}

.btn-darker-orange,
.btn-dark-orange,
.btn-light-blue,
.btn-dark-yellow,
.btn-red {
    color: #fff;
}

.btn-darker-orange:hover,
.btn-dark-orange:hover,
.btn-light-blue:hover,
.btn-dark-yellow:hover,
.btn-red:hover {
    opacity: 0.9;
    color: #fff;
}

.btn-maroon-2 {
    color: #fff2d0;
}

.btn-maroon-2:hover {
    opacity: 0.9;
    color: #fff2d0;
}

.btn-darker-orange {
    background-color: #bb240a;
}

.btn-dark-orange {
    background-color: #ff4200;
}

.btn-light-blue {
    background-color: #00afe1;
}

.btn-dark-yellow {
    background-color: #dea618;
}

.btn-red {
    background-color: #d23b4c;
}

.btn-red-custom {
    background-color: #b91615;
}

.btn-red-custom2 {
    background-color: #bd3737;
}

.btn-moderate-blue {
    background-color: #4141ba;
}

.btn-moderate-blue2 {
    background-color: #4d4ab6;
}

.btn-moderate-blue2:hover {
    background-color: #545454;
    border-color: #545454;
}

.btn-maroon {
    background-color: #832323;
}

.btn-maroon:hover {
    opacity: 0.9;
    color: #fff2d0;
}

.btn-maroon-2 {
    background-color: #832323;
}

.btn-wechatgreen {
    background-color: #38771c;
}

.btn-lead-desblue {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #363d70;
}

.btn-custom {
    padding: 6px 0;
}

/* ========== BUTTON WIDTH ========== */

/* Create buttons with minimum width by adding add .w-xs, .w-sm, .w-md or .w-lg. */

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.w-xl {
    min-width: 220px;
}

@media (max-width: 480px) {
    .w-xl {
        min-width: 170px;
    }
}

/* ========== BUTTON SIZES ========== */

/*Add .btn-lg, .btn-sm for additional sizes.*/

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.50rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

/*Add .btn-rounded to default button to get rounded corners.*/

.btn-rounded {
    border-radius: 2em;
    padding: 6px 18px 8px;
}

/*Create block level buttons,with by adding add .btn-block.*/

.btn-block {
    display: block;
    width: 100%;
}

.btn-default-gradient {
    background: linear-gradient(140deg, #562be2 0%, #7f187e 30%, #bd2727 100%);
    display: inline-block;
    border: none;
    text-align: center;
    border-radius: 50px;
    box-shadow: inset 0px 0px 3px 0px #ffffff, inset 1px 1px 3px 1px #477fff, 0px 2px 7px 0px #477fff;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}

.btn-default-gradient:hover {
    background: linear-gradient(140deg, #bd2727 0%, #7f187e 30%, #562be2 100%);
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}

.feat-game-dl {
    padding: 10px 30px;
}

@media (max-width: 384px) {
    .feat-game-dl {
        padding: 10px 20px;
    }
}

@media (max-width: 320px) {
    .feat-game-dl {
        padding: 10px 10px;
    }
}

.btn-subgradient {
    color: #000;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 3px transparent;
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(80deg, #a7b4fe, #68c1ff);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(80deg, #a7b4fe, #68c1ff);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(80deg, #a7b4fe, #68c1ff);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(80deg, #a7b4fe, #68c1ff);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(80deg, #a7b4fe, #68c1ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #0b0e1b inset;
    background-color: #0c101e;
}

.btn-subgradient span {
    background: linear-gradient(to right, #a4b4fe 10%, #6bc0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 3px #141414);
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .btn-subgradient span {
        font-size: 3.5vw;
    }
}

.table-default {
    border: 1px #dadada solid;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 15px;
}

@media only screen and (min-width: 480px) {
    .table-default {
        margin-bottom: 0;
    }
}

.table-default tr {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.table-initial {
    table-layout: initial;
}

.table-responsive {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.table-responsive table {
    /*@media (max-width: 1024px) {
        width: 490px;
    }*/
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .table-container {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .table-container .table-default {
        width: 600px;
    }
}

@media (max-width: 480px) {
    .table-no-scroll>tbody>tr>td {
        font-size: 12px !important;
        padding: 1px !important;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .tbl-img>tr>td>img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tbl-img>thead>tr>th {
        padding: 2px !important;
    }
}

.layout-auto {
    table-layout: auto !important;
}

@media only screen and (max-width: 1024px) {
    .table-container-custom {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 1024px) {
    .allin-table {
        width: 1000px !important;
    }
}

.brown-header th {
    background: #c39570 !important;
    color: #fff !important;
}

.table-header {
    background: #f9f9f9;
    border-bottom: 2px solid #ddd;
}

.table-header th {
    color: #555 !important;
    background: #f5f5f5 !important;
    font-size: 14px !important;
    word-break: break-word;
}

.table-titleheader {
    background: #e6eff6;
}

.table-nth-color th {
    background: #969696 !important;
}

.table-default>thead>tr>th {
    background: #848484;
    font-size: 15px;
    color: #232323;
    font-weight: 600;
}

.table-default>thead>tr>th,
.table-default>tbody>tr>td,
.table-default>tfoot>tr>td {
    text-align: center;
    padding: 7px;
    vertical-align: middle;
    line-height: 20px;
}

.table-custom-1 {
    border: none !important;
}

.table-custom-1 tr {
    border-bottom: 1px solid #ddd !important;
    border-top: none;
}

.table-custom-1 tr:last-child {
    border-bottom: 2px solid #ddd !important;
}

.table-custom-1 tr td img {
    vertical-align: super;
    max-width: 100%;
}

.table-custom-1 thead tr th {
    background: #f9f9f9 !important;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px !important;
    word-break: break-word;
    font-weight: 600;
    color: #555;
}

.table-custom-1 tbody tr td {
    padding: 7px !important;
    color: #555;
}

@media (max-width: 1024px) {
    .table-custom-1 tbody tr td {
        padding-left: 3px;
        padding-right: 3px;
        word-break: break-word;
    }
}

.table-custom-1 tbody tr td:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-custom-1 tbody tr td:nth-child(even) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-child(odd),
.table-striped>ul>li:nth-child(odd) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-child(even),
.table-striped>ul>li:nth-child(even) {
    background-color: #f5f5f5;
}

.table-striped-reverse>tbody>tr:nth-child(odd),
.table-striped-reverse>ul>li:nth-child(odd) {
    background-color: #f9fafb;
}

.table-striped-reverse>tbody>tr:nth-child(even),
.table-striped-reverse>ul>li:nth-child(even) {
    background-color: #fff;
}

.table-custom-1>tbody>tr:nth-child(even),
.table-custom-1>ul>li:nth-child(even) {
    background-color: #fff !important;
}

.table-custom-1 tr:last-child {
    border-bottom: 3px solid #ddd !important;
}

.table-thick-border tr:last-child {
    border-bottom: 3px solid #ddd !important;
}

.table-default>tbody>tr>td {
    color: #555;
    font-size: 13px;
    line-height: 19px;
}

.table-default-dark {
    border: 1px solid #303030;
}

.table-default-dark tbody {
    background: #050505;
    border: 1px solid #191919;
}

.table-default-dark tr {
    border-bottom: 1px solid #050505;
    border-top: 1px solid #050505;
}

.table-default-dark tr td {
    color: #fff !important;
    border-right: 1px solid #191919;
}

.table-default-dark-striped>tbody>tr:nth-child(odd),
.table-default-dark-striped>ul>li:nth-child(odd) {
    background-color: #050505;
}

.table-default-dark-striped>tbody>tr:nth-child(even),
.table-default-dark-striped>ul>li:nth-child(even) {
    background-color: #131212;
}

.border-bottom-444 {
    border-bottom: 1px solid #444444 !important;
}

/*Badbeat*/

.table-badbeat>tbody>tr>td {
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
}

.orange {
    color: #f80 !important;
}

.dark-orange {
    color: #ff4200 !important;
}

.tbl-bg-f9>.th-green {
    background-color: #E3FCEF !important;
}

.tbl-bg-f9>.th-yellow {
    background-color: #FFFAE6 !important;
}

.td-yellow {
    color: #e1a900 !important;
}

.td-red {
    color: #b00000 !important;
}

.td-blue {
    color: #0066ff !important;
}

.td-green {
    color: #74b715 !important;
}

.td-brown {
    color: #b77450 !important;
}

.td-lightblue {
    color: #00afe1 !important;
}

.borderRt {
    border-right: 1px solid #ddd;
}

.table-no-border {
    border: none;
}

.table-no-border-tb {
    border-top: none !important;
    border-bottom: none !important;
}

.table-border {
    border: 1px solid #ddd !important;
}

.table-border-r>tbody>tr>td {
    border-right: 1px solid #ddd;
}

.tbl-brown-header>th {
    background: #c9a45d !important;
    color: #fff !important;
}

.tbl-blue-header>th {
    background: #354566 !important;
    color: #fef19b !important;
}

.tbl-bg-f9>th {
    background: #f9f9f9 !important;
}

.tbl-bg-blue>th {
    background: #272a35 !important;
    color: #fff !important;
}

/*::-webkit-scrollbar {
    width: 9px;
}*/

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
}

.dark-gray-header th {
    background: #919195 !important;
    color: #fff !important;
}

.pink-header th {
    background: #dc6c7e !important;
    color: #fff !important;
}

.orange-header th {
    background: #f7931e !important;
    color: #000 !important;
}

.table-default>.tbl-left>tr>td {
    text-align: left !important;
    vertical-align: top;
    padding-bottom: 30px;
}

.table-default>.tbl-left>tr>td ul li {
    width: 170px;
    vertical-align: top;
}

.table-default>.tbl-left>tr>td ul li:first-child {
    width: 100px;
}

@media (max-width: 1024px) {
    .table-default>.tbl-left>tr>td ul li:first-child {
        width: 70px;
    }
}

.table-default>.tbl-left>tr>td ul li:last-child {
    width: auto;
}

@media (max-width: 1024px) {
    .table-default>.tbl-left>tr>td ul li {
        width: 145px;
    }
}

.fish-table-pc-scroll {
    overflow-y: scroll;
    height: 500px;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
}

@media (max-width: 480px) {
    .fish-table-pc-scroll {
        height: 400px;
    }
}

.fish-table-pc-scroll::-webkit-scrollbar-thumb {
    background-color: #49afff;
}

.fish-table-pc-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.fish-table-pc-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.form-group {
    margin: 5px 0;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .form-group {
        margin: 7px 0;
    }
}

.form-group:after,
.form-group:before {
    display: table;
    content: '';
}

.form-group:after {
    clear: both;
}

.form-control {
    border: none;
    background-color: #edeeef;
    -webkit-border-radius: 0px;
    display: block;
    width: 100%;
    padding: 12px 10px;
    color: #212121;
    border-radius: 5px;
}

.form-control-2 {
    border: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 10px;
}

.form-control-rounded {
    border-radius: 30px;
    padding-left: 20px;
}

.control-lbl {
    color: #212121;
    font-size: 15px;
    padding: 0 0 10px 0;
    font-weight: 600;
    vertical-align: middle;
}

.ev-control-lbl {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold !important;
    vertical-align: middle;
    line-height: 1.5em !important;
}

@media (max-width: 480px) {
    .ev-control-lbl {
        margin-bottom: 5px;
    }
}

.control-lbl-custom {
    color: #bababa;
    font-weight: normal;
    padding: 0;
    font-size: 15px;
    vertical-align: middle;
}

.form-textarea {
    height: 120px;
    resize: none;
}

select.form-control {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    color: #909090;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.icons-hvr-glow li a img {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.icons-hvr-glow li a:hover img {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    filter: drop-shadow(-2px 1px 7px #575ffc);
    transform: scale(1.1);
}

/* ==== GG MILESTONE ==== */

.milestone {
    position: relative;
    z-index: 40;
}

@media (max-width: 1024px) {
    .milestone {
        z-index: 23;
    }
}

.milestone-popup {
    display: none;
    position: fixed;
    z-index: 40;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.milestone-box {
    display: block;
    position: absolute;
    text-align: center;
    width: 42%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
}

@media (max-width: 1024px) {
    .milestone-box {
        width: 55%;
    }
}

@media (max-width: 480px) {
    .milestone-box {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .evm-pc {
        display: none;
    }
}

.evm-mobi {
    display: none;
}

@media (max-width: 1024px) {
    .evm-mobi {
        display: block;
    }
}

.milestone-close {
    position: absolute;
    right: -11px;
    top: -11px;
    color: #fff;
    z-index: 7;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    padding: 6px 6px;
    background: #00b9f9;
    background: -moz-linear-gradient(top, #00b9f9 0%, #0065eb 100%);
    background: -webkit-linear-gradient(top, #00b9f9 0%, #0065eb 100%);
    background: linear-gradient(to bottom, #00b9f9 0%, #0065eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9f9', endColorstr='#0065eb', GradientType=0);
}

.milestone-close>i {
    color: #fff;
    font-size: 18px;
}

/* ==== COMINGSOON ==== */

.comingsoon {
    position: relative;
    z-index: 6;
}

@media (max-width: 1024px) {
    .comingsoon {
        z-index: 5;
    }
}

.comingsoon-popup {
    display: none;
    position: fixed;
    z-index: 40;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.comingsoon-box {
    display: block;
    position: absolute;
    text-align: center;
    width: 22%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
}

@media (max-width: 1024px) {
    .comingsoon-box {
        width: 22%;
    }
}

@media (max-width: 480px) {
    .comingsoon-box {
        width: 80%;
    }
}

.comingsoon-close {
    position: absolute;
    right: -11px;
    top: -11px;
    color: #fff;
    z-index: 7;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    padding: 6px 6px;
    background: #00b9f9;
    background: -moz-linear-gradient(top, #00b9f9 0%, #0065eb 100%);
    background: -webkit-linear-gradient(top, #00b9f9 0%, #0065eb 100%);
    background: linear-gradient(to bottom, #00b9f9 0%, #0065eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9f9', endColorstr='#0065eb', GradientType=0);
}

.comingsoon-close>i {
    color: #fff;
    font-size: 18px;
}

.popFloat-btnBox {
    position: relative;
}

.popFloat-btnBox .pop-float-btn {
    display: none;
    position: absolute;
    max-height: unset !important;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    transition: 0.5s ease all;
    filter: brightness(100%) contrast(100%) !important;
}

@media (max-width: 1024px) {
    .popFloat-btnBox .pop-float-btn {
        display: block;
        position: absolute;
        max-height: 13px !important;
        top: 85%;
        right: -16px;
        left: unset !important;
        transform: translate(-50%, -50%);
        margin: 0 !important;
        transition: 0.5s ease all;
        filter: brightness(100%) contrast(100%) !important;
    }
}

.popFloat-btnBox .fltindex {
    z-index: 2;
    display: none;
    position: absolute;
    max-height: unset !important;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    transition: 0.5s ease all;
    filter: brightness(100%) contrast(100%) !important;
}

@media (max-width: 1024px) {
    .popFloat-btnBox .fltindex {
        display: block;
        position: absolute;
        max-height: 20px !important;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        transition: 0.5s ease all;
        filter: brightness(100%) contrast(100%) !important;
    }
}

.popFloat-btnBox:hover .pop-float-btn {
    display: block;
}

.popFloat-btnBox:hover .fltindex {
    display: block;
}

/*POP UP*/

.modal-overlay {
    display: none;
    /* display: block if you want to test*/
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: fixed;
    z-index: 45;
    width: 100%;
    top: 0;
}

.modal-pop {
    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: 480px) {
    .modal-pop {
        width: 93%;
    }
}

/* FOR ALL POP UP (can use in modal with image only and a close button */

.modal-general {
    display: none;
    width: 35%;
    position: fixed;
    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: 50;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .modal-general {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .modal-general {
        width: 90%;
    }
}

.close-btn {
    position: absolute;
    right: -11px;
    top: -11px;
    color: #fff;
    z-index: 7;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    padding: 6px 6px;
    background: #00b9f9;
    background: -moz-linear-gradient(top, #00b9f9 0%, #0065eb 100%);
    background: -webkit-linear-gradient(top, #00b9f9 0%, #0065eb 100%);
    background: linear-gradient(to bottom, #00b9f9 0%, #0065eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9f9', endColorstr='#0065eb', GradientType=0);
}

.close-btn>i {
    color: #fff;
    font-size: 18px;
}

.win-droid {
    display: none;
}

.mac-ios {
    display: none;
}

.dib {
    display: inline-block !important;
}

.ev-form50 {
    height: 50px;
}

@media (max-width: 480px) {
    .ev-form50 {
        height: 40px;
    }
}

.footer-promo-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 10;
    background-color: rgba(31, 31, 31, 0.8);
    background: #00b9f9;
    background: -moz-linear-gradient(right, rgba(31, 31, 31, 0.9) 0%, rgba(52, 52, 52, 0.9) 28%, rgba(31, 31, 31, 0.9) 61%, rgba(52, 52, 52, 0.9) 100%);
    background: -webkit-linear-gradient(right, rgba(31, 31, 31, 0.9) 0%, rgba(52, 52, 52, 0.9) 28%, rgba(31, 31, 31, 0.9) 61%, rgba(52, 52, 52, 0.9) 100%);
    background: linear-gradient(to right, rgba(31, 31, 31, 0.9) 0%, rgba(52, 52, 52, 0.9) 28%, rgba(31, 31, 31, 0.9) 61%, rgba(52, 52, 52, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#343434', GradientType=0);
}

.footer-promo-wrapper .clipers-l {
    width: 100%;
    height: 2px;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(151, 110, 233, 0.75), 0px 0px 6px rgba(151, 110, 233, 0.75);
    -webkit-box-shadow: 0px 0px 6px rgba(151, 110, 233, 0.75), 0px 0px 6px rgba(151, 110, 233, 0.75);
    -moz-box-shadow: 0px 0px 6px rgba(151, 110, 233, 0.75), 0px 0px 6px rgba(151, 110, 233, 0.75);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: inline-block;
    right: unset;
    text-align: center;
}

.footer-promo-wrapper .clipers-l:before {
    content: '';
    width: 309px;
    height: 8px;
    background-color: #282828;
    /* display: inline-block; */
    position: absolute;
    margin: 0 auto;
    top: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .footer-promo-wrapper .clipers-l:before {
        width: 59%;
    }
}

.footer-promo-wrapper .foot-prm-title {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    width: 322px;
}

@media (max-width: 480px) {
    .footer-promo-wrapper .foot-prm-title {
        top: -19px;
        width: 61%;
    }
}

@media (max-width: 425px) {
    .footer-promo-wrapper .foot-prm-title {
        top: -16px;
    }
}

@media (max-width: 375px) {
    .footer-promo-wrapper .foot-prm-title {
        top: -15px;
    }
}

@media (max-width: 375px) {
    .footer-promo-wrapper .foot-prm-title {
        top: -13px;
    }
}

.footer-promo-wrapper .foot-prm-title .right-arrow {
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: 6;
}

@media (max-width: 1024px) {
    .footer-promo-wrapper .footer-promo-bg {
        width: 100%;
        overflow: scroll;
    }
}

.footer-promo-wrapper .footer-promo-bg ul {
    width: 1140px;
    margin: 2% auto;
    display: block;
    padding: 10px 0 0;
    font-size: 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .footer-promo-wrapper .footer-promo-bg ul {
        width: 1000px;
    }
}

@media (max-width: 800px) {
    .footer-promo-wrapper .footer-promo-bg ul {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .footer-promo-wrapper .footer-promo-bg ul {
        width: 200vw;
        min-height: 41vw;
    }
}

@media (max-width: 480px) {
    .footer-promo-wrapper .footer-promo-bg ul[list-num="1"] {
        width: 40vw;
    }
}

@media (max-width: 480px) {
    .footer-promo-wrapper .footer-promo-bg ul[list-num="2"] {
        width: 80vw;
    }
}

@media (max-width: 480px) {
    .footer-promo-wrapper .footer-promo-bg ul[list-num="3"] {
        width: 120vw;
    }
}

@media (max-width: 480px) {
    .footer-promo-wrapper .footer-promo-bg ul[list-num="4"] {
        width: 160vw;
    }
}

@media (max-width: 480px) {
    .footer-promo-wrapper .footer-promo-bg ul[list-num="5"] {
        width: 200vw;
    }
}

.footer-promo-wrapper .footer-promo-bg ul li {
    width: 20%;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
}

@media (max-width: 480px) {
    .footer-promo-wrapper .footer-promo-bg ul li {
        width: 40vw;
    }
}

.footer-promo-wrapper .footer-promo-bg ul li a img {
    border-radius: 10px;
}

.prmftUp,
.prmftDown {
    bottom: -250px !important;
    -moz-transition: bottom 1s ease-in-out;
    -o-transition: bottom 1s ease-in-out;
    -webkit-transition: bottom 1s ease-in-out;
    transition: bottom 1s ease-in-out;
}

@media (max-width: 1680px) {
    .prmftUp,
    .prmftDown {
        bottom: -245px !important;
    }
}

@media (max-width: 1440px) {
    .prmftUp,
    .prmftDown {
        bottom: -240px !important;
    }
}

@media (max-width: 1024px) {
    .prmftUp,
    .prmftDown {
        bottom: -205px !important;
    }
}

@media (max-width: 800px) {
    .prmftUp,
    .prmftDown {
        bottom: -190px !important;
    }
}

@media (max-width: 480px) {
    .prmftUp,
    .prmftDown {
        bottom: -41vw !important;
    }
}

.prmftUp .right-arrow,
.prmftDown .right-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.prmftUp {
    bottom: 0 !important;
}

.prmftUp .right-arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.prmMin {
    min-height: 350px;
}

@media (max-width: 480px) {
    .prmMin {
        min-height: 290px;
    }
}

@media (max-width: 430px) {
    .prmMin {
        min-height: 270px;
    }
}

@media (max-width: 390px) {
    .prmMin {
        min-height: 250px;
    }
}

.foot-endpadd {
    padding-bottom: 70px !important;
}

@media (max-width: 480px) {
    .foot-endpadd {
        padding-bottom: 60px !important;
    }
}

.foot-start-wrapper {
    position: relative;
    overflow: hidden;
}

/* APT2023 WHEEL*/

.aptwheel-container .aptwheel-frame iframe {
    position: fixed;
    background: #000;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aptwheel-container .aptwheel-frame .iframe-top-mg {
    margin-top: 84px;
}

@media (max-width: 768px) {
    .aptwheel-container .aptwheel-frame .iframe-top-mg {
        margin-top: 65px;
    }
}

/* FISH BUFFET */

.fb-usdtbox {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 40px auto 0;
    padding: 30px;
    width: 80%;
}

@media (max-width: 480px) {
    .fb-usdtbox {
        padding: 45px;
        width: 100%;
    }
}

.fb-usdtbox>img {
    position: absolute;
    left: 0;
    top: 0;
}

.fb-usdtbox>a {
    display: block;
    margin: 20px auto 0;
    width: 250px;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 0;
    color: #000;
    background: linear-gradient(to bottom, #8d653a 0%, #bea25e 15%, #ffeaa3 69%, #dcac50 91%, #a68822 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (max-width: 480px) {
    .fb-usdtbox>a {
        width: 100%;
    }
}

.fb-usdtbox>a:hover {
    background: linear-gradient(to bottom, #a68822 1%, #dcac50 9%, #ffeaa3 31%, #bea25e 85%, #8d653a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gwr-cert-pop {
    display: none;
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
}

.gwr-cert-pop a {
    font-size: 20px;
    color: #ffffff;
    top: 12%;
    left: 68%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #a20000;
    text-align: center;
    border-radius: 60%;
    padding: 5px 17px;
    padding-bottom: 10px;
    display: block;
    line-height: 1.5em;
    z-index: 200;
}

@media (max-width: 1024px) {
    .gwr-cert-pop a {
        top: 16vw;
        left: 85vw;
    }
}

@media (max-width: 480px) {
    .gwr-cert-pop a {
        top: 17%;
        left: 84%;
    }
}

.gwr-cert-pop img {
    width: 35%;
    margin: 0 auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

@media (max-width: 1024px) {
    .gwr-cert-pop img {
        width: 60vh;
    }
}

@media (max-width: 480px) {
    .gwr-cert-pop img {
        width: 50vh;
    }
}

/* Table with View more/less */

.game-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1080px;
    position: relative;
}

.game-container:before,
.game-container:after {
    content: " ";
    display: table;
}

.game-container:after {
    clear: both;
}

@media only screen and (max-width: 1024px) {
    .game-container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.table-contents {
    position: relative;
}

.expand-tableview {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 1;
    background-color: transparent;
    display: flex;
    align-items: center;
    border: none;
    color: #ffffff;
    font-weight: bold;
}

.expand-tableview>span {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-right: 25px;
}

.expand-tableview>span:before,
.expand-tableview>span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 0 -8px;
    background: #fff;
    border-radius: 2px;
}

.expand-tableview>span:before {
    right: 8px;
    width: 2px;
    height: 15px;
    transition: all 300ms;
    margin-top: -7.5px;
    background: #fff;
}

.expand-tableview>span:after {
    right: 1px;
    width: 16px;
    height: 2px;
    margin-top: -1.5px;
    background: #fff;
}

.expand-tableview>span.expanded:before {
    height: 0;
    margin-top: 0;
}

.expand-tableview>svg {
    width: 35px;
    height: 35px;
}

.expand-tableview>svg>path {
    stroke: #555;
}

h3.title-without-line {
    position: relative;
    width: 100%;
    margin: 30px 0 20px;
    text-align: left;
    font-style: normal;
}

@media (max-width: 1024px) {
    h3.title-without-line {
        margin: 25px 0 20px;
    }
}

@media (max-width: 480px) {
    h3.title-without-line {
        margin: 15px 0;
    }
}

h3.title-without-line span {
    position: relative;
    display: inline-block;
    padding: 0;
    background-color: #fff;
    font-size: 25px;
    font-weight: bold;
    z-index: 2;
}

@media (max-width: 480px) {
    h3.title-without-line span {
        font-size: 20px;
        line-height: 20px;
    }
}

.table-contents.close .table-holder .table-default.tbl-th-show tbody {
    display: none;
}

.table-contents.close .table-holder .table-default,
.table-contents.close .table-holder .table-with-content {
    display: none;
}

.table-contents.close .table-holder .table-default.tbl-th-show,
.table-contents .table-holder .table-default {
    display: inline-table;
}

.table-contents table {
    margin-top: 0;
    margin-bottom: 20px;
}

.tbl-list {
    margin: 10px 20% 15px;
}

@media (max-width: 1024px) {
    .tbl-list {
        margin: 10px 0 15px;
    }
}

/* End of Table with View more/less */

/*final-table-features*/

.bg-final-table-txt {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/games/final-table/bg2.png) no-repeat;
    background-size: cover;
    background-color: #19181e;
}

.bg-final-table-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/games/final-table/bg3.png) no-repeat;
    background-size: cover;
    background-color: #19181e;
}

.circle-p {
    position: relative;
    padding-left: 24px;
}

.circle-p:before {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    right: auto;
    bottom: auto;
    width: 5px;
    height: 5px;
    border: 2px solid #c9c9c9;
    border-radius: 8px;
}

.final-table-grey {
    background-color: transparent;
    background-image: linear-gradient(180deg, #27272d 0%, #27272d 100%) !important;
    box-shadow: 0px 0px 12px #0c0b0e;
    min-height: 475px !important;
}

.final-table-num-box {
    border-bottom: 1px solid #c9c9c9 !important;
}

.final-table-num-box h4 {
    border-bottom: 2px solid #c9c9c9 !important;
    padding: 20px 0 10px 0px !important;
}

.final-table-rules {
    background-color: #201f1f;
    padding: 25px 0 25px 8%;
    margin-bottom: 5%;
}

@media (max-width: 768px) {
    .final-table-rules {
        padding: 25px 0 25px 4%;
    }
}

.final-table-bannertxt p {
    font-size: 70px;
}

/* Table Features */

.tablechat p {
    min-height: 70px;
}

/* WSOP TNC */

.wsop-tnc-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/games/wsop-tnc/wsop-tournament-tnc-bg.jpg) no-repeat;
    background-size: cover;
    background-color: #000;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

@media (max-width: 1024px) {
    .wsop-tnc-bg {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/games/wsop-tnc/wsop-tournament-tnc-bg-mobi.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

/* SOCIAL FEATURES */

.social-featurebox {
    background-color: transparent;
    background-image: linear-gradient(180deg, #27272d 0%, #27272d 100%) !important;
    min-height: 475px !important;
    border-radius: 16px;
    display: block;
}

@media (max-width: 480px) {
    .social-featurebox {
        min-height: unset !important;
    }
}

/* === CERTIFICATE  ===*/

.btn-pdf {
    display: inline-block;
    width: 77px;
    height: 89px;
    background: url("https://evpok.com/wp-content/themes/evpk/Assets/images/tab-5/certificate/btn_pdf_link.jpg") no-repeat;
    line-height: 140px;
    font-size: 14px;
    color: #000;
}

.pdf-bg {
    background-color: #eee;
    padding: 35px 0;
}

@font-face {
    font-family: 'icomoon';
    src: url("https://evpok.com/wp-content/themes/evpk/Assets/fonts/icomoon.eot?qkg0bn");
    src: url("https://evpok.com/wp-content/themes/evpk/Assets/fonts/icomoon.eot?qkg0bn#iefix") format("embedded-opentype"), url("https://evpok.com/wp-content/themes/evpk/Assets/fonts/icomoon.ttf?qkg0bn") format("truetype"), url("https://evpok.com/wp-content/themes/evpk/Assets/fonts/icomoon.woff?qkg0bn") format("woff"), url("https://evpok.com/wp-content/themes/evpk/Assets/fonts/icomoon.svg?qkg0bn#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="ev-"],
[class*=" ev-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ev-download:before {
    content: "\e900";
}

.ev-arrow-down:before {
    content: "\e901";
}

.ev-thin-arrow-left:before {
    content: "\e902";
}

.ev-dl:before {
    content: "\e903";
}

.ev-handshake:before {
    content: "\e904";
}

.ev-gift:before {
    content: "\e905";
}

.ev-cart:before {
    content: "\e906";
}

.ev-support:before {
    content: "\e907";
}

.ev-envelope:before {
    content: "\e908";
}

.ev-document:before {
    content: "\e909";
}

.ev-faq:before {
    content: "\e90a";
}

.ev-android:before {
    content: "\e90b";
}

.ev-windows:before {
    content: "\e90c";
}

.ev-ios:before {
    content: "\e90d";
}

.ev-thin-arrow-right:before {
    content: "\e90e";
}

.ev-thin-arrow-up:before {
    content: "\e90f";
}

.ev-thin-close:before {
    content: "\e910";
}

.ev-sharp-x:before {
    content: "\e911";
}

.ev-video:before {
    content: "\e912";
}

.ev-ggteam:before {
    content: "\e913";
}

.ev-bloghome:before {
    content: "\e914";
}

.ev-pagup:before {
    content: "\e915";
}

.ev-blog:before {
    content: "\e916";
}

.content-header {
    height: 80px;
    padding: 5px 0;
}

.menu-nav {
    padding: 15px 0;
}

.menu-nav li {
    padding: 0 27px;
    border-right: 2px solid #cd171f;
}

.menu-nav li:last-child {
    border-right: none;
    padding-right: 0;
}

.menu-nav li a {
    color: #fff;
    font-size: 16px;
}

.menu-nav li a:hover {
    color: #f14048;
}

.content-title {
    background: #242323;
    padding: 25px 0;
}

@media (max-width: 480px) {
    .content-title {
        padding: 10px 0px;
    }
}

.content-title h2 {
    line-height: 40px;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .content-title h2 {
        font-size: 15px !important;
        line-height: 25px;
    }
}

.content-title-2 {
    background: #000;
    padding: 20px 0;
}

@media (max-width: 480px) {
    .content-title-2 {
        padding: 10px 0px;
    }
}

.content-title-2 h2 {
    line-height: 40px;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .content-title-2 h2 {
        font-size: 15px !important;
        line-height: 25px;
    }
}

.main-description p {
    font-size: 22px;
    line-height: 1.8em;
}

@media (max-width: 1024px) {
    .main-description p {
        font-size: 16px;
    }
}

.arrow {
    position: absolute;
    top: 50%;
    right: -21px;
    width: unset !important;
}

@media (max-width: 480px) {
    .arrow {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 46%;
        top: unset;
        bottom: -10%;
        height: 25px;
    }
}

.content-pad {
    padding: 2% 0;
}

@media (max-width: 480px) {
    .content-pad {
        padding: 3% 0;
    }
}

.content-pad-50 {
    padding: 50px 0 40px;
}

@media (max-width: 480px) {
    .content-pad-50 {
        padding: 25px 0 20px;
    }
}

/* Translation */

.trans-container.open .active-trans {
    border-radius: 10px 10px 0 0;
}

.active-trans {
    position: relative;
    padding: 10px 1px 10px 15px;
    width: 160px;
    height: 44px;
    background-color: #323232;
    margin: 0;
    /* border: 1px solid #fff; */
    border-radius: 10px;
    cursor: pointer;
    float: right;
}

@media (max-width: 600px) {
    .active-trans {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .active-trans {
        width: 40%;
        text-align: center;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .active-trans {
        width: 70%;
    }
}

@media (max-width: 375px) {
    .active-trans {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .active-trans {
        width: 100%;
    }
}

.active-trans:before {
    content: '';
    background-image: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/dropdown.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    right: 12px;
    width: 15px;
    height: 9px;
    top: 17px;
    transition: linear .3s;
}

@media (max-width: 600px) {
    .active-trans:before {
        display: none;
    }
}

.active-trans img {
    margin-right: 5px;
}

@media (max-width: 600px) {
    .active-trans img {
        margin-right: 0;
    }
}

.active-trans span {
    color: #fff;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .active-trans span {
        display: none;
    }
}

.active-trans.open:before {
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
}

.language-select {
    display: none;
    position: absolute;
    width: 160px;
    top: 39px;
    right: 15px;
    background: #323232;
    z-index: 1;
}

@media (max-width: 600px) {
    .language-select {
        width: 125px;
    }
}

@media (max-width: 480px) {
    .language-select {
        right: 0;
    }
}

.language-select li {
    margin: 2px 1px;
    display: block;
    border-bottom: 1px solid #707070;
}

.language-select li:first-child {
    border-top: 1px solid #707070;
}

@media (max-width: 600px) {
    .language-select li:first-child {
        border-top: none;
    }
}

.language-select li:last-child {
    border-bottom: none;
    border-radius: 4px 0 04px;
}

.language-select li label a {
    display: block;
    padding: 6px 14px;
}

@media (max-width: 600px) {
    .language-select li label a {
        text-align: center;
        padding: 0 14px;
    }
}

@media (max-width: 600px) {
    .language-select li label a img {
        display: none;
    }
}

@media (max-width: 600px) {
    .language-select li label a span {
        margin-left: 0;
    }
}

.language-select>li:hover,
.language-select>li.active {
    background: #494949;
    cursor: pointer;
}

.language-select>li:hover span,
.language-select>li.active span {
    color: #fff;
}

.language-select li span {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .vid-sec {
        padding: 20px 0 20px;
    }
}

.video-container iframe {
    width: 40%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .video-container iframe {
        width: 100% !important;
    }
}

.video-container video {
    width: 70%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .video-container video {
        width: 100% !important;
    }
}

.video-85 {
    width: 85% !important;
}

@media (max-width: 1680px) {
    .video-85 {
        width: 80% !important;
    }
}

@media (max-width: 1440px) {
    .video-85 {
        width: 75% !important;
    }
}

@media (max-width: 1024px) {
    .video-85 {
        width: 95% !important;
    }
}

.highlight {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/red-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    padding: 35px 0;
}

@media (max-width: 480px) {
    .highlight {
        min-height: 170px;
    }
}

.highlight li {
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 480px) {
    .highlight li {
        font-size: 15px;
    }
}

.highlight-wpt-online {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/highlight-wpt-online.png) no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #150f2b;
}

.highlight-wpt-online-2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/highlight-wpt-online-2.png) no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #0d122b;
}

.highlight-wpt {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/wpt-bg-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.highlight-mm {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/multi-m/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.highlight-superMsatellites {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/superMsatellitesbg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.highlight-wsop {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2020/official-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 480px) {
    .highlight-wsop-en h3 {
        font-size: 18px;
    }
}

.highlight-highroller {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/highrollers/sparkled-bg.png) no-repeat;
    /*background: linear-gradient(rgba(64, 32, 22, 0.7), rgba(64, 32, 22, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/highrollers/sparkled-bg.png);
  background-repeat: no-repeat;*/
    background-size: cover;
    background-position: center;
    min-height: 145px;
    padding: 50px 0;
}

.highlight-highroller h2 {
    line-height: 45px;
    margin-bottom: 0;
}

.bg-highroller-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/highrollers/bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-highroller-2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/highrollers/bg2.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-highroller-3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/highrollers/bg3.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.media-coverage {
    /*background: linear-gradient(rgba(18, 1, 1, 0.80), rgba(18, 1, 1, 0.80)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/media-coverage-bg.jpg);*/
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2020/media-coverage-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    padding: 4.5% 0;
}

@media (max-width: 1024px) {
    .media-coverage {
        min-height: initial;
    }
}

.series-wsop {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2020/series-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.silkroad-wsop {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/silk-road/silk-rank-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-sng-bracelet-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/daily-spin-gold/wsop-sngbracelet-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d2d14;
}

.sng-mt-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/daily-spin-gold/spin-mt-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d2d14;
}

.sng-daily-hr-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/sng/sng-hr-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.battleroyale-daily-hr-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/june-promo/battle-royale/battleroyale-hr-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-aof-bracelet-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/aof/wsop-aofbracelet-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d437f;
}

.aof-mt-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/aof/aof-mt-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d437f;
}

.aof-mt-bg-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/may-promo/aof/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d437f;
}

.battleroyale-bg-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/june-promo/battle-royale/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d437f;
}

.battleroyale-bg-2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/june-promo/battle-royale/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d437f;
}

.wsop-sd-bracelet-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/shortdeck/wsop-sdbracelet-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #4a3659;
}

.wsop-holdem-bracelet-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/holdem/wsop-holdembracelet-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #498068;
}

.holdem-mt-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/holdem/holdem-mt-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #498068;
}

.wsop-omaha-bracelet-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/omaha/wsop-omahabracelet-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #7692ad;
}

.omaha-mt-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/omaha/omaha-mt-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #7692ad;
}

.wsop-aof-hdw-bg {
    background: linear-gradient(rgba(20, 21, 52, 0.8), rgba(12, 10, 51, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/aof/wsop-hdw-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d437f;
}

.wsop-sd-hdw-bg {
    background: linear-gradient(rgba(17, 22, 47, 0.7), rgba(47, 28, 6, 0.55)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/shortdeck/wsop-rank-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-holdem-hdw-bg {
    background: linear-gradient(rgba(17, 22, 47, 0.7), rgba(14, 44, 33, 0.6)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/shortdeck/wsop-rank-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bar-sched-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmaster/bar-sched-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #2a0304;
}

.beatpros-mt-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/beatpros/beatpros-mt-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #102744;
}

.ggsop-mt-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggsop/ggsop-mt-bg.jpg?v=101421);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #5b1a2b;
}

.ggsop-leader-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggsop/ggsop-leader-bg.jpg?v=101421);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #321528;
}

.wpt-full-sched-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/full-sched-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-main-event-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/main-event/wsop-main-event-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-faq-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/main-event/wsop-faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-bottom-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/main-event/money-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-winter-key-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/win-key-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-winter-circuit-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/wsop-winter-circuit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-broadcast-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/wsop-broadcast-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-winter-fullsched-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/wsop-winter-fullsched-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #131c2c;
}

.wsop-winter-leader-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/winter-leader-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #131c2c;
}

.slotrace-title-bg {
    background: linear-gradient(rgba(21, 16, 59, 0.7), rgba(21, 16, 59, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/slotrace/slotrace-title-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slotrace-leader-bg {
    background: linear-gradient(rgba(21, 16, 59, 0.9), rgba(21, 16, 59, 0.9)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/slotrace/slotrace-leader-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slotrace-table-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/slotrace/slotrace-table-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #131c2c;
}

/*****8October-BG*****/

.hh-shortdeck-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/shortdeck/hh-shortdeck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0a0414;
}

.hh-holdem-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/holdem/hh-holdem.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #253235;
}

.hh-omaha-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/omaha/hh-omaha.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #122941;
}

.media-coverage-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2020/globe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.media-coverage-bg ul li h2 {
    padding: 23px 0 0;
}

@media (max-width: 480px) {
    .media-coverage-bg ul li h2 {
        padding: 5px 0 0;
        font-size: 17px !important;
    }
}

.media-coverage-bg ul li h3 {
    padding: 10px 0 0;
}

@media (max-width: 480px) {
    .media-coverage-bg ul li h3 {
        padding: 0px;
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .media-coverage-bg-en h2 {
        line-height: 18px;
        font-size: 15px !important;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .media-coverage-bg-en h3 {
        padding: 0;
        font-size: 14px !important;
        line-height: 18px;
    }
}

.add-info {
    background: linear-gradient(rgba(18, 1, 1, 0.8), rgba(18, 1, 1, 0.8)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/city-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    padding: 4.5% 0;
}

@media (max-width: 1024px) {
    .add-info {
        min-height: initial;
    }
}

.player-series {
    /*background: linear-gradient(rgba(2, 10, 31, 0.8), rgba(1, 4, 18, 0.8)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/wpt-bg-2.jpg);*/
    background: linear-gradient(rgba(25, 19, 49, 0.8), rgba(1, 4, 18, 0.8)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/wpt-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.leaderboard-apt {
    background: linear-gradient(rgba(29, 2, 3, 0.95), rgba(26, 3, 3, 0.75)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apt/apt-leaderboard-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1024px) {
    .leaderboard-date {
        margin: 0;
        font-size: 17px;
    }
}

.series-row {
    padding: 0 25%;
}

@media (max-width: 1024px) {
    .series-row {
        padding: 0;
    }
}

.apt-row {
    padding: 0 18%;
}

@media (max-width: 1024px) {
    .apt-row {
        padding: 0;
    }
}

.series-list,
.series-list-custom {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(163, 195, 255, 0.2);
    border-radius: 8px;
    margin-bottom: 5px;
    background-color: rgba(109, 148, 222, 0.05);
    padding: 15px 0;
}

@media (max-width: 768px) {
    .series-list,
    .series-list-custom {
        padding: 8px 0;
    }
}

@media (max-width: 768px) {
    .series-list li,
    .series-list-custom li {
        text-align: center;
        font-size: 17px;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .series-list li p,
    .series-list-custom li p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .series-list li p>span,
    .series-list-custom li p>span {
        font-size: 19px;
    }
}

.series-list li:last-child,
.series-list-custom li:last-child {
    text-align: right;
}

@media (max-width: 768px) {
    .series-list li:last-child,
    .series-list-custom li:last-child {
        text-align: center;
    }
}

.series-list-custom li:last-child {
    text-align: center !important;
}

.yellow-list {
    position: relative;
    border-color: rgba(255, 235, 163, 0.1);
    background-color: rgba(4, 4, 4, 0.17) !important;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .yellow-list {
        margin-bottom: 15px;
    }
}

.yellow-list li:first-child {
    font-size: 66px;
    position: absolute;
    top: -17px;
    left: 5px;
    padding: 0;
    color: #ffb848;
    letter-spacing: -3px;
    font-weight: 800;
}

@media (max-width: 576px) {
    .yellow-list li:first-child {
        font-size: 44px;
        top: -10px;
    }
}

@media (max-width: 375px) {
    .yellow-list li:first-child {
        font-size: 34px;
        top: 2px;
    }
}

@media (max-width: 320px) {
    .yellow-list li:first-child {
        font-size: 27px;
        top: 6px;
    }
}

.yellow-list li:last-child {
    text-align: left;
    padding-left: 24%;
}

@media (max-width: 576px) {
    .yellow-list li:last-child {
        padding-left: 23%;
    }
}

@media (max-width: 375px) {
    .yellow-list li:last-child {
        padding-left: 22%;
    }
}

@media (max-width: 320px) {
    .yellow-list li:last-child {
        padding-left: 20%;
    }
}

@media (max-width: 375px) {
    .yellow-list li:last-child p {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .yellow-list li:last-child p {
        font-size: 12px;
    }
}

.ranking-pts {
    width: 600px;
    margin: 20px auto 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .ranking-pts {
        width: 100%;
    }
}

.apt-pts {
    width: 600px;
    margin: 20px auto 30px;
    border-color: rgba(255, 235, 163, 0.1);
    background-color: rgba(4, 4, 4, 0.17) !important;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .apt-pts {
        width: 100%;
    }
}

.bullet-list-custom li {
    line-height: 20px;
}

.bullet-list-custom li:before {
    top: 8px;
}

.bullet-list-custom li.small-bullet:before {
    width: 5px;
    height: 5px;
}

.iframe-section {
    margin: 40px 0 20px;
}

.iframe-section h4 {
    margin-bottom: 30px;
}

.tournament-wsop {
    margin-top: 20px;
    padding: 0 20%;
}

@media (max-width: 1024px) {
    .tournament-wsop {
        padding: 0;
    }
}

.tournament-wsop li {
    display: inline-block;
}

@media (max-width: 1024px) {
    .tournament-wsop li {
        margin-bottom: 10px;
    }
}

.tournament-wsop li>div {
    border-radius: 5px;
    background: #3d2323;
    min-height: 200px;
    padding: 30px 0;
}

@media (max-width: 480px) {
    .tournament-wsop li>div {
        min-height: initial;
    }
}

.en {
    font-family: Arial;
}

.img-margin-tb {
    margin: 3% 0;
}

.table-rnc>thead>tr>th {
    background: #987b6b !important;
}

.table-rnc>tbody>tr:nth-child(even),
.table-rnc>ul>li:nth-child(even) {
    background-color: #efe7d1 !important;
}

.table-rnc tfoot>tr>td {
    background-color: #b18968 !important;
}

.table-aof tfoot>tr>td {
    background-color: #952331 !important;
}

.table-aof>thead>.aof-green>th {
    background: #195013 !important;
}

.table-aof>thead>.aof-green-1>th {
    background: #338b61 !important;
}

.table-aof>thead>.aof-blue>th {
    background: #2c5d83 !important;
}

.table-aof>thead>.aof-red>th {
    background: #832c33 !important;
}

.table-aof .aof-green-1-tfoot {
    background-color: #338b61 !important;
}

.table-aof .aof-blue-1-tfoot {
    background-color: #2c5e83 !important;
}

.table-aof tfoot>tr>td {
    background-color: #952331 !important;
}

.table-aof>tbody>tr:nth-child(odd),
.table-aof>ul>li:nth-child(odd) {
    background-color: #ece5e5 !important;
}

.table-aof>tbody>tr:nth-child(even),
.table-aof>ul>li:nth-child(even) {
    background-color: #e3d8d8 !important;
}

.table-aof>tbody>tr:hover {
    background-color: #d8c8c8 !important;
}

.table-battleroyale-june {
    background-color: #d0d1cb !important;
}

.table-battleroyale-june>thead>.aof-green>th {
    background: #195013 !important;
}

.table-battleroyale-june>thead>.aof-green-1>th {
    background: #415d33 !important;
}

.table-battleroyale-june>thead>.aof-blue>th {
    background: #2c5d83 !important;
}

.table-battleroyale-june .aof-green-1-tfoot {
    background-color: #415d33 !important;
}

.table-battleroyale-june .aof-blue-1-tfoot {
    background-color: #415d33 !important;
}

.table-battleroyale-june .aof-red-1-tfoot {
    background-color: #96272d !important;
}

.table-battleroyale-june>thead>.aof-red>th {
    background: #832c33 !important;
}

.table-battleroyale-june tfoot>tr>td {
    background-color: #952331 !important;
}

.table-battleroyale-june>tbody>tr:nth-child(odd),
.table-battleroyale-june>ul>li:nth-child(odd) {
    background-color: #b3c0a9 !important;
}

.table-battleroyale-june>tbody>tr:nth-child(even),
.table-battleroyale-june>ul>li:nth-child(even) {
    background-color: #a6b09d !important;
}

.table-battleroyale-june>tbody>tr:hover {
    background-color: #c9d0c3 !important;
}

.table-sng-1>thead>tr>th {
    background: #71593b !important;
}

.table-sng {
    border: 1px #dadada solid;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    color: #000000;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
}

.table-sng .title-head>th {
    background-color: #300f03;
}

.table-sng tbody>tr>td,
.table-sng tfoot>tr>td {
    text-align: center;
    padding: 10px 5px;
    /*word-break: break-word;*/
    font-size: 14px;
    line-height: normal;
}

@media only screen and (max-width: 480px) {
    .table-sng tbody>tr>td,
    .table-sng tfoot>tr>td {
        font-size: 11px;
        padding: 5px 5px;
    }
}

.table-sng>thead>tr>th {
    background: #a68254;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
}

@media only screen and (max-width: 480px) {
    .table-sng>thead>tr>th {
        font-size: 11px;
        padding: 5px 5px;
    }
}

.table-sng>tbody>tr:nth-child(odd),
.table-sng>ul>li:nth-child(odd) {
    background-color: #fff9f0;
}

.table-sng>tbody>tr:nth-child(even),
.table-sng>ul>li:nth-child(even) {
    background-color: #eee7dc;
}

.table-sng tfoot>tr>td {
    color: #fff;
    background-color: #d2b068;
    font-weight: bold;
}

.tbl-fixhead7-scroll-pc {
    overflow: auto;
    /*max-height: 550px;*/
}

.table-fixhead7 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.table-fixhead7 thead,
.table-fixhead7 tbody,
.table-fixhead7 tr,
.table-fixhead7 td,
.table-fixhead7 th {
    display: block;
    overflow-x: hidden;
}

.table-fixhead7 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fixhead7 tbody td,
.table-fixhead7 thead th {
    float: left;
}

@media (max-width: 360px) {
    .table-fixhead7 tbody td,
    .table-fixhead7 thead th {
        font-size: 8px;
    }
}

.table-fixhead7 tbody td:first-child,
.table-fixhead7 thead th:first-child {
    width: 10%;
}

.table-fixhead7 tbody td:nth-child(2),
.table-fixhead7 thead th:nth-child(2) {
    width: 10%;
}

.table-fixhead7 tbody td:nth-child(3),
.table-fixhead7 thead th:nth-child(3) {
    width: 10%;
}

@media (max-width: 480px) {
    .table-fixhead7 tbody td:nth-child(3),
    .table-fixhead7 thead th:nth-child(3) {
        width: 12%;
    }
}

.table-fixhead7 tbody td:nth-child(4),
.table-fixhead7 thead th:nth-child(4) {
    width: 40%;
}

@media (max-width: 768px) {
    .table-fixhead7 tbody td:nth-child(4),
    .table-fixhead7 thead th:nth-child(4) {
        width: 35%;
    }
}

.table-fixhead7 tbody td:nth-child(5),
.table-fixhead7 thead th:nth-child(5) {
    width: 10%;
}

.table-fixhead7 tbody td:nth-child(6),
.table-fixhead7 thead th:nth-child(6) {
    width: 10%;
}

.table-fixhead7 tbody td:nth-child(7),
.table-fixhead7 thead th:nth-child(7) {
    width: 10%;
}

.table-fixhead7>thead>tr>th {
    background: #6d3597;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
}

@media (max-width: 480px) {
    .table-fixhead7>thead>tr>th {
        font-size: 11px;
        padding: 5px 5px;
    }
}

@media (max-width: 414px) {
    .table-fixhead7>thead>tr>th {
        font-size: 9px;
    }
}

.table-fixhead7>thead>tr>th:first-child {
    border-radius: 0;
}

.table-fixhead7>thead>tr>th:last-child {
    border-radius: 0;
}

.table-fixhead7 tbody>tr:hover {
    background-color: #000309;
}

.table-fixhead7 tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    text-align: center;
    padding: 10px 5px;
    line-height: normal;
}

@media (max-width: 1024px) {
    .table-fixhead7 tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-fixhead7 tbody>tr>td {
        font-size: 9px;
        padding: 5px 5px;
    }
}

.table-fixhead7>tbody>tr:nth-child(odd) {
    background-color: #40143e;
}

.table-fixhead7>tbody>tr:nth-child(even) {
    background-color: #361033;
}

tbody.table-fixhead7-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-fixhead7-body {
        padding: 0;
    }
}

.tbl-fixhead6-scroll-pc {
    overflow: auto;
    max-height: 550px;
}

@media (max-width: 768px) {
    .tbl-fixhead6-scroll-pc {
        max-height: 400px;
    }
}

.table-fixhead6 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.table-fixhead6 thead,
.table-fixhead6 tbody,
.table-fixhead6 tr,
.table-fixhead6 td,
.table-fixhead6 th {
    display: block;
    overflow-x: hidden;
}

.table-fixhead6 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fixhead6 tbody td,
.table-fixhead6 thead th {
    float: left;
}

@media (max-width: 360px) {
    .table-fixhead6 tbody td,
    .table-fixhead6 thead th {
        font-size: 8px;
    }
}

.table-fixhead6 tbody td:first-child,
.table-fixhead6 thead th:first-child {
    width: 12%;
}

.table-fixhead6 tbody td:nth-child(2),
.table-fixhead6 thead th:nth-child(2) {
    width: 10%;
}

@media (max-width: 768px) {
    .table-fixhead6 tbody td:nth-child(2),
    .table-fixhead6 thead th:nth-child(2) {
        width: 15%;
    }
}

.table-fixhead6 tbody td:nth-child(3),
.table-fixhead6 thead th:nth-child(3) {
    width: 40%;
}

@media (max-width: 768px) {
    .table-fixhead6 tbody td:nth-child(3),
    .table-fixhead6 thead th:nth-child(3) {
        width: 35%;
    }
}

.table-fixhead6 tbody td:nth-child(4),
.table-fixhead6 thead th:nth-child(4) {
    width: 10%;
}

.table-fixhead6 tbody td:nth-child(5),
.table-fixhead6 thead th:nth-child(5) {
    width: 12%;
}

.table-fixhead6 tbody td:nth-child(6),
.table-fixhead6 thead th:nth-child(6) {
    width: 16%;
}

.table-fixhead6>thead>tr>th {
    background: #6d3597;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
}

@media (max-width: 480px) {
    .table-fixhead6>thead>tr>th {
        font-size: 11px;
        padding: 5px 5px;
    }
}

@media (max-width: 414px) {
    .table-fixhead6>thead>tr>th {
        font-size: 9px;
    }
}

.table-fixhead6>thead>tr>th:first-child {
    border-radius: 0;
}

.table-fixhead6>thead>tr>th:last-child {
    border-radius: 0;
}

.table-fixhead6 tbody>tr:hover {
    background-color: #000309;
}

.table-fixhead6 tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    text-align: center;
    padding: 10px 5px;
    line-height: normal;
}

@media (max-width: 1024px) {
    .table-fixhead6 tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-fixhead6 tbody>tr>td {
        font-size: 9px;
        padding: 5px 5px;
    }
}

.table-fixhead6>tbody>tr:nth-child(odd) {
    background-color: #40143e;
}

.table-fixhead6>tbody>tr:nth-child(even) {
    background-color: #361033;
}

tbody.table-fixhead6-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-fixhead6-body {
        padding: 0;
    }
}

.tbl-fixhead5-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-fixhead5-scroll-pc {
        max-height: 400px;
    }
}

.table-fixhead5 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.table-fixhead5 thead,
.table-fixhead5 tbody,
.table-fixhead5 tr,
.table-fixhead5 td,
.table-fixhead5 th {
    display: block;
    overflow-x: hidden;
}

.table-fixhead5 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fixhead5 tbody td,
.table-fixhead5 thead th {
    float: left;
}

@media (max-width: 360px) {
    .table-fixhead5 tbody td,
    .table-fixhead5 thead th {
        font-size: 8px;
    }
}

.table-fixhead5 tbody td:first-child,
.table-fixhead5 thead th:first-child {
    width: 16%;
}

.table-fixhead5 tbody td:nth-child(2),
.table-fixhead5 thead th:nth-child(2) {
    width: 13%;
}

@media (max-width: 768px) {
    .table-fixhead5 tbody td:nth-child(2),
    .table-fixhead5 thead th:nth-child(2) {
        width: 15%;
    }
}

.table-fixhead5 tbody td:nth-child(3),
.table-fixhead5 thead th:nth-child(3) {
    width: 40%;
}

@media (max-width: 768px) {
    .table-fixhead5 tbody td:nth-child(3),
    .table-fixhead5 thead th:nth-child(3) {
        width: 38%;
    }
}

.table-fixhead5 tbody td:nth-child(4),
.table-fixhead5 thead th:nth-child(4) {
    width: 15%;
}

.table-fixhead5 tbody td:nth-child(5),
.table-fixhead5 thead th:nth-child(5) {
    width: 16%;
}

.table-fixhead5>thead>tr>th {
    background: #6d3597;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
}

@media (max-width: 480px) {
    .table-fixhead5>thead>tr>th {
        font-size: 11px;
        padding: 5px 5px;
    }
}

@media (max-width: 414px) {
    .table-fixhead5>thead>tr>th {
        font-size: 9px;
    }
}

.table-fixhead5>thead>tr>th:first-child {
    border-radius: 0;
}

.table-fixhead5>thead>tr>th:last-child {
    border-radius: 0;
}

.table-fixhead5 tbody>tr:hover {
    background-color: #000309;
}

.table-fixhead5 tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    text-align: center;
    padding: 10px 5px;
    line-height: normal;
}

@media (max-width: 1024px) {
    .table-fixhead5 tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-fixhead5 tbody>tr>td {
        font-size: 9px;
        padding: 5px 5px;
    }
}

.table-fixhead5>tbody>tr:nth-child(odd) {
    background-color: #40143e;
}

.table-fixhead5>tbody>tr:nth-child(even) {
    background-color: #361033;
}

tbody.table-fixhead5-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-fixhead5-body {
        padding: 0;
    }
}

.tbl-fixhead3-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-fixhead3-scroll-pc {
        max-height: 400px;
    }
}

.table-fixhead3 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.table-fixhead3 thead,
.table-fixhead3 tbody,
.table-fixhead3 tr,
.table-fixhead3 td,
.table-fixhead3 th {
    display: block;
    overflow-x: hidden;
}

.table-fixhead3 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fixhead3 tbody td,
.table-fixhead3 thead th {
    float: left;
}

@media (max-width: 360px) {
    .table-fixhead3 tbody td,
    .table-fixhead3 thead th {
        font-size: 8px;
    }
}

.table-fixhead3 tbody td:first-child,
.table-fixhead3 thead th:first-child {
    width: 20%;
}

.table-fixhead3 tbody td:nth-child(2),
.table-fixhead3 thead th:nth-child(2) {
    width: 20%;
}

.table-fixhead3 tbody td:nth-child(3),
.table-fixhead3 thead th:nth-child(3) {
    width: 60%;
}

.table-fixhead3>thead>tr>th {
    background: #6d3597;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
}

@media (max-width: 480px) {
    .table-fixhead3>thead>tr>th {
        font-size: 11px;
        padding: 5px 5px;
    }
}

@media (max-width: 414px) {
    .table-fixhead3>thead>tr>th {
        font-size: 9px;
    }
}

.table-fixhead3>thead>tr>th:first-child {
    border-radius: 0;
}

.table-fixhead3>thead>tr>th:last-child {
    border-radius: 0;
}

.table-fixhead3 tbody>tr:hover {
    background-color: #000309;
}

.table-fixhead3 tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    text-align: center;
    padding: 10px 5px;
    line-height: normal;
}

@media (max-width: 1024px) {
    .table-fixhead3 tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-fixhead3 tbody>tr>td {
        font-size: 9px;
        padding: 5px 5px;
    }
}

.table-fixhead3>tbody>tr:nth-child(odd) {
    background-color: #40143e;
}

.table-fixhead3>tbody>tr:nth-child(even) {
    background-color: #361033;
}

tbody.table-fixhead3-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-fixhead3-body {
        padding: 0;
    }
}

/*table Theme*/

.table-sd-theme>thead>tr>th {
    background: #9686a6;
}

.table-sd-theme>tbody>tr:nth-child(odd),
.table-sd-theme>ul>li:nth-child(odd) {
    background-color: #f5f2fd;
}

.table-sd-theme>tbody>tr:nth-child(even),
.table-sd-theme>ul>li:nth-child(even) {
    background-color: #eeeaf6;
}

.table-sd-theme tfoot>tr>td {
    color: #fff;
    background-color: #bba8d0;
    font-weight: bold;
}

.table-rnc-theme .title-header>th {
    background: #c89586;
}

.table-rnc-theme>thead>tr>th {
    background: #8d675b;
}

.table-rnc-theme>tbody>tr:nth-child(odd),
.table-rnc-theme>ul>li:nth-child(odd) {
    background-color: #f4f2f2;
}

.table-rnc-theme>tbody>tr:nth-child(even),
.table-rnc-theme>ul>li:nth-child(even) {
    background-color: #efe9e7;
}

.table-rnc-theme tfoot>tr>td {
    color: #fff;
    background-color: #c89586;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .table-rnc-theme tfoot>tr>td {
        font-size: 11px;
        padding: 5px 5px;
    }
}

.table-holdem-theme>thead>tr>th {
    background: #609582;
}

.table-holdem-theme>tbody>tr:nth-child(odd),
.table-holdem-theme>ul>li:nth-child(odd) {
    background-color: #ebf5ef;
}

.table-holdem-theme>tbody>tr:nth-child(even),
.table-holdem-theme>ul>li:nth-child(even) {
    background-color: #e4ebe6;
}

.table-holdem-theme tfoot>tr>td {
    color: #fff;
    background-color: #87c09f;
    font-weight: bold;
}

.table-omaha-theme>thead>tr>th {
    background: #7a95a8;
}

.table-omaha-theme>thead>.omaha-violet>th {
    background: #384086 !important;
}

.table-omaha-theme>tbody>tr:nth-child(odd),
.table-omaha-theme>ul>li:nth-child(odd) {
    background-color: #eff5f8;
}

.table-omaha-theme>tbody>tr:nth-child(even),
.table-omaha-theme>ul>li:nth-child(even) {
    background-color: #e6ecf1;
}

.table-omaha-theme tfoot>tr>td {
    color: #fff;
    background-color: #96bad4;
    font-weight: bold;
}

.table-omaha-theme tfoot>.omaha-foot-violet>td {
    background: #384086 !important;
}

.table-fb-blk-theme {
    margin-bottom: 10px;
    margin-top: 10px;
}

.table-fb-blk-theme>thead>tr>th {
    background: #000;
}

.table-fb-blk-theme>tbody>tr:nth-child(odd),
.table-fb-blk-theme>ul>li:nth-child(odd) {
    background-color: #f1f1f1;
}

.table-fb-blk-theme>tbody>tr:nth-child(even),
.table-fb-blk-theme>ul>li:nth-child(even) {
    background-color: #e6e6e6;
}

.table-fb-blk-theme tfoot>tr>td {
    color: #fff;
    background-color: #96bad4;
    font-weight: bold;
}

.table-flipgo-theme {
    border: none;
}

.table-flipgo-theme>thead>tr>th {
    background: #944b4b;
}

.table-flipgo-theme>tbody>tr:nth-child(odd),
.table-flipgo-theme>ul>li:nth-child(odd) {
    background-color: #e3d6cc;
}

.table-flipgo-theme>tbody>tr:nth-child(even),
.table-flipgo-theme>ul>li:nth-child(even) {
    background-color: #dbc7b8;
}

.table-flipgo-theme tfoot>tr>td {
    color: #fff;
    background-color: #b8836c;
    font-weight: bold;
}

.table-wsop {
    table-layout: auto;
    border: 1px #000000 solid;
    background-color: rgba(7, 7, 7, 0.41);
}

.table-wsop>thead>tr>th {
    background: #2a2a45 !important;
}

.table-wsop tbody>tr>td {
    color: #c1c1c1;
    font-size: 13px;
}

.table-wsop tbody>tr>td:first-child {
    width: 12%;
}

@media (max-width: 480px) {
    .table-wsop tbody>tr>td:first-child {
        width: 15%;
    }
}

@media (max-width: 480px) {
    .table-wsop tbody>tr>td:nth-child(2) {
        width: 14%;
    }
}

@media (max-width: 480px) {
    .table-wsop tbody>tr>td:nth-child(3) {
        width: 36%;
    }
}

.table-wsop tbody>tr>td:nth-child(4) {
    text-align: right;
    width: 12%;
}

.table-wsop .font-bold {
    color: #fff !important;
}

.table-wsop>tbody>tr:nth-child(odd),
.table-wsop>ul>li:nth-child(odd) {
    background-color: #070707 !important;
}

.table-wsop>tbody>tr:nth-child(even),
.table-wsop>ul>li:nth-child(even) {
    background-color: #121212 !important;
}

.table-silkroad {
    table-layout: auto;
    border: 1px #000000 solid;
    background-color: #e4e4e4;
    /*.font-bold {
    color: #fff !important;
}*/
}

.table-silkroad>thead>tr>th {
    background: #503F29 !important;
    border-right: 1px solid #e6e6e6;
}

.table-silkroad tbody>tr>td {
    color: #434343;
    font-size: 13px;
    border-right: 1px solid #e6e6e6;
}

.table-silkroad tbody>tr>td:first-child {
    width: 12%;
}

@media (max-width: 480px) {
    .table-silkroad tbody>tr>td:first-child {
        width: 15%;
    }
}

@media (max-width: 480px) {
    .table-silkroad tbody>tr>td:nth-child(2) {
        width: 14%;
    }
}

@media (max-width: 480px) {
    .table-silkroad tbody>tr>td:nth-child(3) {
        width: 36%;
    }
}

.table-silkroad tbody>tr>td:nth-child(4) {
    width: 12%;
}

.table-silkroad>tbody>tr:nth-child(odd),
.table-silkroad>ul>li:nth-child(odd) {
    background-color: #F5F5F3 !important;
}

.table-silkroad>tbody>tr:nth-child(even),
.table-silkroad>ul>li:nth-child(even) {
    background-color: #eaeaea !important;
}

.aof-760 {
    width: 760px !important;
}

@media only screen and (max-width: 480px) {
    .aof-760 {
        width: 100% !important;
    }
}

.table-aof-bingo {
    table-layout: auto !important;
    border-radius: 10px;
}

.table-aof-bingo tbody>tr td {
    font-size: 15px;
    color: #000;
}

.table-aof-bingo tbody>tr> :first-child {
    width: 40%;
}

.table-aof-bingo tbody>tr> :last-child {
    width: 60%;
}

@media only screen and (max-width: 480px) {
    .aof-list-responsive {
        text-align: left;
    }
    .aof-list-responsive ul {
        padding: 0;
    }
}

.form-center {
    padding: 0 35%;
}

@media (max-width: 768px) {
    .form-full {
        padding: 0;
    }
}

.drop-control {
    border-radius: 6px;
    width: 100%;
    padding: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.08);
    background-color: white;
    color: #000000;
    border-style: solid;
    border-color: #e8e8e8;
    cursor: pointer;
    position: relative;
    display: block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icon-dropdown.png) no-repeat 95%;
    cursor: pointer;
    color: #000;
}

.arrow-fish {
    position: absolute;
    top: 32%;
    right: -28px;
    width: unset !important;
    height: 55px;
}

@media (max-width: 768px) {
    .arrow-fish {
        position: absolute;
        top: 32%;
        right: -18px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .arrow-fish {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 46%;
        top: unset;
        bottom: -20%;
    }
}

.leaderboard {
    padding: 0 16%;
}

.mm-special-list {
    margin: 0 auto 20px;
}

@media (max-width: 480px) {
    .mm-special-list {
        margin: 0 auto 0px;
    }
}

.mm-relative {
    position: relative;
}

.mm-absolute {
    position: absolute;
    z-index: 1;
}

.mm-lineup>li {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 480px) {
    .mm-lineup>li {
        margin-bottom: 10px;
    }
}

.mm-lineup>li>div {
    background-color: rgba(0, 0, 0, 0.2);
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #aa7d2b, 0 1px 1px 1px #ede46f, 0 -1px 1px 1px #ffff80, 1px 0px 1px 1px #aa7d2b;
    -webkit-box-shadow: 0 0 0 1px #aa7d2b, 0 1px 1px 1px #ede46f, 0 -1px 1px 1px #ffff80, 1px 0px 1px 1px #aa7d2b;
    -moz-box-shadow: 0 0 0 1px #aa7d2b, 0 1px 1px 1px #ede46f, 0 -1px 1px 1px #ffff80, 1px 0px 1px 1px #aa7d2b;
    min-height: 410px;
}

.mm-lineup>li>div>img {
    /*height: 115px;*/
    border-radius: 10px 10px 0 0;
}

.mm-lineup>li>div .mm-desc {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.mil-zoc-height {
    min-height: 253px !important;
    width: 98% !important;
}

.gg-ppl-logo {
    position: absolute;
    top: 28%;
    left: 30px;
}

@media (max-width: 768px) {
    .gg-ppl-logo {
        position: static;
    }
}

.gg-ppl-logo>a {
    width: 80% !important;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 8px 3px;
    border: 1px solid #1544af;
    margin-top: 20px;
    width: 80%;
    color: #fff;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.6);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.6);
    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, #060c22 100%);
    background: -webkit-linear-gradient(left, #000000 0%, #060c22 100%);
    background: linear-gradient(to right, #000000 0%, #060c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060c22', GradientType=1);
}

@media (max-width: 768px) {
    .gg-ppl-logo>a {
        width: 40% !important;
    }
}

@media (max-width: 480px) {
    .gg-ppl-logo>a {
        width: 45% !important;
        font-size: 16px;
        margin-top: 10px;
    }
}

.gg-ppl-logo>a:hover {
    opacity: 0.8;
}

@media (max-width: 600px) {
    .hr-lineup li {
        width: 100% !important;
    }
}

.hr-lineup>li>div {
    border: none;
    background-color: transparent;
    /*background: url(../images/contents/highrollers/txtbox.png) no-repeat 95%;*/
}

@media (max-width: 600px) {
    .hr-lineup>li>div>img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .hr-lineup>li>div>img {
        width: 100%;
    }
}

.hr-desc {
    position: absolute;
    text-align: center;
    width: 70%;
    top: 53%;
    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%);
    padding-bottom: 0;
}

@media (max-width: 600px) {
    .hr-desc {
        width: 40%;
    }
}

@media (max-width: 480px) {
    .hr-desc {
        width: 65%;
    }
}

.hr-desc h3 {
    font-size: 22px;
}

@media (max-width: 768px) {
    .hr-desc h3 {
        font-size: 19px;
    }
}

@media (max-width: 375px) {
    .hr-desc h3 {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .hr-desc h3 {
        font-size: 16px;
    }
}

.hr-desc h4 {
    font-size: 20px;
}

@media (max-width: 768px) {
    .hr-desc h4 {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .hr-desc h4 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .hr-desc h4 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .hr-desc p {
        font-size: 14px !important;
        line-height: 25px !important;
    }
}

@media (max-width: 375px) {
    .hr-desc p {
        font-size: 12px !important;
    }
}

@media (max-width: 320px) {
    .hr-desc p {
        line-height: 18px !important;
    }
}

.leaderboard-prize li img {
    object-fit: cover;
}

@media (max-width: 480px) {
    .leaderboard-prize li img {
        width: 90%;
        padding-bottom: 5px;
    }
}

.leaderboard-prize li h4 {
    line-height: 30px;
    font-size: 20px;
}

@media (max-width: 480px) {
    .leaderboard-prize li h4 {
        font-size: 16px;
    }
}

.leaderboard-prize li p {
    line-height: 20px;
}

@media (max-width: 480px) {
    .leaderboard-prize li p {
        font-size: 12px;
    }
}

.leaderboard-prize-en {
    padding: 0 18%;
}

@media (max-width: 480px) {
    .leaderboard-prize-en {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .leaderboard-prize-en li img {
        width: 70%;
        padding-bottom: 5px;
    }
}

.leaderboard-prize-en li h4 {
    line-height: 30px;
    font-size: 20px;
}

@media (max-width: 480px) {
    .leaderboard-prize-en li h4 {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 5px;
    }
}

.leaderboard-prize-en li p {
    line-height: 20px;
}

@media (max-width: 480px) {
    .leaderboard-prize-en li p {
        font-size: 12px;
    }
}

.leaderboard-prize-pad {
    padding: 0 18%;
}

@media (max-width: 480px) {
    .leaderboard-prize-pad {
        padding: 0 8%;
    }
}

.rnk {
    padding-left: 14%;
}

.rnk-custom {
    padding-left: 3%;
}

/* dummytable*/

.dummy-table-space {
    height: 100vh;
    width: 100%;
}

/* 5m-giveaway*/

.bg-giveaway {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/5m-giveaway/1.png?v=070420) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}

.bg-shortdeck {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/shortdeck/shortdeck-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}

.bg-rnc {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/rnc/rnc-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}

.row-img li {
    position: relative;
}

.row-img li a p {
    color: #fff;
    position: absolute;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    bottom: 45px;
}

.custom-shadow {
    text-shadow: rgba(10, 189, 240, 0.298039) 3px 3px 0px, rgba(254, 1, 1, 0.298039) -3px -3px 0px;
}

/* Daily spin gold */

.bg-txt {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/daily-spin-gold/bgtxt.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-wsop-blue {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/daily-spin-gold/blue.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}

.p-bg-white {
    padding: 0 25%;
}

@media (max-width: 480px) {
    .p-bg-white {
        padding: 0;
    }
}

.p-bg-white-15 {
    padding: 0px 15%;
}

@media (max-width: 480px) {
    .p-bg-white-15 {
        padding: 0;
    }
}

.bg-spin-iframe {
    background: linear-gradient(rgba(20, 21, 52, 0.8), rgba(12, 10, 51, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/daily-spin-gold/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}

.bg-spin-iframe-2 {
    background: linear-gradient(rgba(20, 21, 52, 0.8), rgba(12, 10, 51, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/daily-rnc/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}

.tbl-pad {
    padding: 0 18%;
}

@media (max-width: 480px) {
    .tbl-pad {
        padding: 0;
    }
}

/* RNC */

.bg-txt-rnc {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/daily-rnc/bgtxt.png) no-repeat;
    background-size: cover;
    background-position: center;
}

/*Fish-Buffet-Read More*/

.fish-read {
    cursor: pointer;
}

.fish-answer {
    display: none;
}

/*WSOPME-Read More*/

.wsopfaq-read {
    cursor: pointer;
}

.wsopfaq-answer {
    display: none;
}

.wsopfaq-active {
    display: block;
}

.min-h-1080 {
    min-height: 1080px;
}

@media (max-width: 480px) {
    .fb-font h3 {
        font-size: 18px !important;
    }
}

.ocean-big-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/contents/fishbuffet/ocean-big-bg.jpg?v=2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #3d437f;
    background-attachment: fixed;
}

.ocean-small-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/contents/fishbuffet/ocean-small-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d437f;
}

.bg-fish-blue {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/contents/fishbuffet/bg-fish-blue.jpg?v=2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #3d437f;
}

.fish-rank-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/contents/fishbuffet/fish-rank-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d437f;
}

.fish-mainbanner-bg {
    background: linear-gradient(rgba(0, 82, 130, 0.8), rgba(0, 89, 152, 0.5)), url(https://evpok.com/wp-content/themes/evpk/Assets/img/contents/fishbuffet/main-banner-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}

.text-shadow-darkblue {
    text-shadow: 0px 2px 2px #020a1d, 0px 2px 14px #01071f, 0px 0px 14px #01071f;
}

.text-shadow-black {
    text-shadow: 0px 4px 3px #051121, 0px 4px 3px #051121;
}

.text-shadow-black-opaque {
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.text-shadow-multi {
    text-shadow: rgba(10, 189, 240, 0.3) 3px 3px 0px, rgba(254, 1, 1, 0.3) -3px -3px 0px;
}

.text-shadow-multi2 {
    text-shadow: #002b42 3px 3px 0px, #a42177 -3px -3px 0px;
}

@media (max-width: 480px) {
    .text-shadow-multi2 {
        text-shadow: #002b42 2px 2px 0px, #a42177 -2px -2px 0px;
    }
}

.text-glow {
    text-shadow: 0px 1px 1px #7f3203, 1px 1px 11px #ffc500, 1px 2px 11px #ff0000, 3px 3px 7px #371500;
}

.text-glow2 {
    text-shadow: 0px 1px 1px #19aaff, 1px 1px 11px #a7efff, 1px 2px 11px #0815b5, 3px 3px 7px #1744a9;
}

.text-glow3 {
    text-shadow: 0px 1px 1px #ffcc43, 0px 0px 1px #020202, 1px 2px 11px #ffcc43, 3px 3px 7px #ffcc43;
}

.text-glow4 {
    text-shadow: 1px 1px 11px #fee798, 1px 2px 11px #000000, 3px 3px 7px #371500;
}

.text-shadow-none {
    text-shadow: none;
}

.text-shadow-yellow-white {
    text-shadow: #e6cd89 0px 0px 3px, #ffffff 0px 0px 6px;
}

/*Multimillion Table*/

#theTable>tbody {
    font: normal normal bold 15px/18px roboto-thin, roboto, sans-serif;
}

.text-shadow-thin {
    text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0px, rgba(0, 0, 0, 0.5) 0px -2px 0px, rgba(0, 0, 0, 0.5) 1px 1px 0px, rgba(0, 0, 0, 0.5) 1px -1px 0px;
}

.text-shadow-thin-2 {
    text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0px, rgba(0, 0, 0, 0.5) 0px -2px 0px, rgba(0, 0, 0, 0.5) 1px 1px 0px, rgba(0, 0, 0, 0.5) 1px -1px 0px;
}

.text-shadow-thin-3 {
    text-shadow: rgba(0, 0, 0, 0.4) -1px -1px 5px, rgba(0, 0, 0, 0.4) 0px -2px 4px, rgba(0, 0, 0, 0.4) 1px 1px 5px;
}

.text-shadow-stroke {
    text-shadow: -1px -1px 0 #a57c51, 1px -1px 0 #a57c51, -1px 1px 0 #a57c51, 1px 1px 0 #a57c51, 0px 4px 4px #000;
}

.text-shadow-stroke2 {
    text-shadow: 0px 2px 1px #dcdcdc, 1px 1px 4px #ffffff, -1px -2px 2px #727272;
}

#theTable>thead {
    font: normal normal normal 16px/20px roboto-bold, roboto, sans-serif;
}

#theTable>thead>tr>th {
    color: #e1d1be;
    background-color: #261108;
    background-image: none;
    vertical-align: top;
    border-left: 3px solid #190e09;
    border-right: 3px solid #190e09;
    border-top: 3px solid #190e09;
    border-bottom: 1px solid #190e09;
}

#theTable>tbody>tr {
    color: #f6f5f4;
}

.footable-row-detail-name {
    color: #e1d1be;
    background-color: #261108;
    border: 1px solid #190e09;
    font: normal normal normal 16px/20px roboto-bold, roboto, sans-serif;
    /* to hide the inside headers in the mobile expand view
              display:none;
              */
}

body {
    border-color: #3C2217;
}

#theTable.isInnerColor {
    border-top-color: #190e09;
    border-bottom-color: #190e09;
}

#theTable.isInnerColor {
    border-right: none;
    border-left: none;
}

.footable-row-detail-value {
    border: 1px solid #190e09;
    font: normal normal bold 15px/18px roboto-thin, roboto, sans-serif;
}

.footable-sort-indicator {
    font: normal normal bold 15px/18px roboto-thin, roboto, sans-serif;
}

tr.footableOdd+tr.footable-row-detail>td>div>table>tbody>tr>td.footable-row-detail-value {
    background-color: #331509;
}

tr.footableEven+tr.footable-row-detail>td>div>table>tbody>tr>td.footable-row-detail-value {
    background-color: #422012;
}

.footableOdd {
    background-color: #331509;
}

.footableEven {
    background-color: #422012;
}

.footable>tbody>tr:hover {
    background-color: #351607;
}

.footable,
.footable>thead>tr>th,
.footable>tbody>tr>td {
    border-color: #190e09;
    border-left-color: #190e09;
    border-left-style: solid;
    border-top-style: solid;
    padding: 7px;
    text-align: left;
    border-left: 3px solid #190e09;
    border-right: 3px solid #190e09;
    border-bottom: 1px solid #190e09;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5em;
}

@media (max-width: 480px) {
    .footable,
    .footable>thead>tr>th,
    .footable>tbody>tr>td {
        font-size: 11px;
    }
}

.footable .pagination>ul>li>a {
    border-color: #190e09;
}

.filter>thead>tr>th,
.footable>thead>tr>th,
.footable>thead>tr>td {
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E8E6E6));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #E8E6E6);
    background-image: -moz-linear-gradient(top, #FFFFFF, #E8E6E6);
    background-image: -ms-linear-gradient(top, #FFFFFF, #E8E6E6);
    background-image: -o-linear-gradient(top, #FFFFFF, #E8E6E6);
    background-image: linear-gradient(to bottom, #FFFFFF, #E8E6E6);
}

.footable>thead>tr>th,
.footable>thead>tr>td {
    background-color: #E8E6E6;
}

.footable>tfoot>tr>th,
.footable>tfoot>tr>td {
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E8E6E6), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #E8E6E6, #FFFFFF);
    background-image: -moz-linear-gradient(top, #E8E6E6, #FFFFFF);
    background-image: -ms-linear-gradient(top, #E8E6E6, #FFFFFF);
    background-image: -o-linear-gradient(top, #E8E6E6, #FFFFFF);
    background-image: linear-gradient(to bottom, #E8E6E6, #FFFFFF);
}

.footable .pagination>ul>.disabled>span,
.footable .pagination>ul>.disabled>a,
.footable .pagination>ul>.disabled>a:hover,
.footable .pagination>ul>.disabled>a:focus {
    background-color: #FFFFFF;
}

.footable .pagination>ul>li>a:hover,
.footable .pagination>ul>li>a:focus,
.footable .pagination>ul>.active>a,
.footable .pagination>ul>.active>span {
    background-color: #C7C7C7;
}

.preview,
.error {
    display: none;
    background-color: white;
}

.option {
    width: 120px;
}

.searchBox {
    width: 147px;
    height: 23px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    /*#e1d1be;*/
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    margin-top: 1px;
    outline: 0;
    border: 0;
    padding: 0 6px;
    font-size: 12px;
}

::-webkit-input-placeholder {
    color: #000;
    /*#e1d1be;*/
    opacity: 0.5;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 0.5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
}

/*       .filter{
                border-collapse: separate;
                border-spacing: 0;
                border-width: 1px 1px 0 1px;
                border-style: solid;
                color: #444444;
                background: #ffffff;
                margin :0;
            }
    */

#tableWrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #190e09;
}

#tableWrapper::-webkit-scrollbar-track {
    background-color: #331509;
}

#tableWrapper::-webkit-scrollbar-corner {
    background-color: #422012;
}

#tableWrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #422012;
    border: solid 1px #331509;
}

/*
            #tableWrapper::-webkit-scrollbar-thumb:horizontal{border-color:#190e09}
    */

#tableWrapper::-webkit-scrollbar-thumb:hover {
    background-color: #351607;
}

.margin-l28 {
    margin-left: 28.333333%;
}

@media (max-width: 480px) {
    .margin-l28 {
        margin-left: 0;
    }
}

/*****Beat Pros*****/

.txt-opc-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/beatpros/txt-opc-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.beatp-pos-absolute {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 40px;
    left: 0;
    z-index: 2;
}

@media (max-width: 480px) {
    .beatp-pos-absolute {
        bottom: 63px;
    }
}

@media (max-width: 425px) {
    .beatp-pos-absolute {
        bottom: 48px;
    }
}

@media (max-width: 375px) {
    .beatp-pos-absolute {
        bottom: 35px;
    }
    .beatp-pos-absolute h2 {
        font-size: 20px !important;
    }
    .beatp-pos-absolute h3 {
        font-size: 18px !important;
    }
}

@media (max-width: 329px) {
    .beatp-pos-absolute {
        bottom: 25px;
    }
    .beatp-pos-absolute h2 {
        font-size: 20px !important;
    }
    .beatp-pos-absolute h3 {
        font-size: 18px !important;
    }
}

/* ======== GGSOP TABLE ======== */

.tbl-body {
    border-radius: 6px;
    border: 1px solid #140107;
    background-color: transparent;
}

.table-ggsop {
    table-layout: auto;
    border: none;
    background-color: #321529;
    border-radius: 6px;
    margin-bottom: 0;
}

.table-ggsop>thead>tr>th {
    background: #503260 !important;
    border-right: 1px solid #280625;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media (max-width: 480px) {
    .table-ggsop>thead>tr>th {
        font-size: 9px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 360px) {
    .table-ggsop>thead>tr>th {
        padding-left: 2px;
        padding-right: 2px;
    }
}

.table-ggsop>thead>tr>th:first-child {
    border-radius: 6px 0px 0px;
}

.table-ggsop>thead>tr>th:last-child {
    border-radius: 0px 6px 0px 0px;
}

.table-ggsop tbody>tr:hover {
    background-color: #3d213b !important;
}

.table-ggsop tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid #280625;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    /*&:nth-child(3) {
				width: 11%;
			}*/
}

@media (max-width: 1024px) {
    .table-ggsop tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-ggsop tbody>tr>td {
        font-size: 9px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

.table-ggsop tbody>tr>td:first-child {
    width: 10%;
}

@media (max-width: 768px) {
    .table-ggsop tbody>tr>td:first-child {
        width: 12%;
    }
}

@media (max-width: 480px) {
    .table-ggsop tbody>tr>td:first-child {
        width: 13%;
    }
}

@media (max-width: 375px) {
    .table-ggsop tbody>tr>td:first-child {
        width: 14%;
    }
}

.table-ggsop tbody>tr>td:nth-child(2) {
    width: 10%;
}

@media (max-width: 1024px) {
    .table-ggsop tbody>tr>td:nth-child(2) {
        width: 11%;
    }
}

@media (max-width: 768px) {
    .table-ggsop tbody>tr>td:nth-child(2) {
        width: 14%;
    }
}

@media (max-width: 480px) {
    .table-ggsop tbody>tr>td:nth-child(2) {
        width: 13%;
    }
}

@media (max-width: 375px) {
    .table-ggsop tbody>tr>td:nth-child(2) {
        width: 14%;
    }
}

.table-ggsop tbody>tr>td:nth-child(3) {
    width: 50%;
}

@media (max-width: 1024px) {
    .table-ggsop tbody>tr>td:nth-child(3) {
        width: 44%;
    }
}

@media (max-width: 768px) {
    .table-ggsop tbody>tr>td:nth-child(3) {
        width: 35%;
    }
}

.table-ggsop tbody>tr>td:nth-child(4) {
    width: 7%;
}

@media (max-width: 768px) {
    .table-ggsop tbody>tr>td:nth-child(4) {
        width: 10%;
    }
}

.table-ggsop tbody>tr>td:last-child {
    width: 15%;
}

.table-ggsop>tbody>tr:nth-child(odd) {
    background-color: #220721;
}

.table-ggsop>tbody>tr:nth-child(even) {
    background-color: #321630;
}

.table-ggsop-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #280625;
}

.table-ggsop-wrapper::-webkit-scrollbar-corner {
    background-color: #321630;
}

.table-ggsop-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #42213f;
    border: solid 1px #220721;
}

.table-ggsop-wrapper::-webkit-scrollbar-track {
    background-color: #220721;
}

/* ======== wpt-online TABLE ======== */

.tbl-body-wpt {
    border: 1px solid #190e3e !important;
}

.table-wpt-online {
    table-layout: auto;
    border: none;
    background-color: #321529;
    border-radius: 6px;
    margin-bottom: 0;
}

.table-wpt-online>thead>tr>th {
    background: #38426d !important;
    border-right: 1px solid #190e3e;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media (max-width: 480px) {
    .table-wpt-online>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 8px;
    }
}

.table-wpt-online>thead>tr>th:first-child {
    border-radius: 6px 0px 0px;
}

.table-wpt-online>thead>tr>th:last-child {
    border-radius: 0px 6px 0px 0px;
}

.table-wpt-online tbody>tr:hover {
    background-color: #14193c !important;
}

.table-wpt-online tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid #190e3e;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    /*&:nth-child(3) {
    	width: 11%;
    }*/
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td {
        font-size: 9px;
    }
}

.table-wpt-online tbody>tr>td:first-child {
    width: 9%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:first-child {
        width: 10%;
    }
}

@media (max-width: 375px) {
    .table-wpt-online tbody>tr>td:first-child {
        width: 14%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(2) {
    width: 9%;
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td:nth-child(2) {
        width: 19%;
    }
}

@media (max-width: 375px) {
    .table-wpt-online tbody>tr>td:nth-child(2) {
        width: 32%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(3) {
    width: 8%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:nth-child(3) {
        width: 7%;
    }
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td:nth-child(3) {
        width: 33%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(4) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:nth-child(4) {
        width: 26%;
    }
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td:nth-child(4) {
        width: 75%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(5) {
    width: 3%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:nth-child(5) {
        width: 4%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(6) {
    width: 10%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:nth-child(6) {
        width: 4%;
    }
}

.table-wpt-online tbody>tr>td:last-child {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td:last-child {
        width: 0;
    }
}

.table-wpt-online>tbody>tr:nth-child(odd) {
    background-color: #2c3354;
}

.table-wpt-online>tbody>tr:nth-child(even) {
    background-color: #141834;
}

.table-wpt-online-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #280625;
}

.table-wpt-online-wrapper::-webkit-scrollbar-corner {
    background-color: #2c3354;
}

.table-wpt-online-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #212858;
    border: solid 1px #190e3e;
}

/* ======== WSOP MAIN EVENT TABLE ======== */

.tbl-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-wpt {
    border: 1px solid #190e3e !important;
}

.table-wsop-main-event {
    table-layout: auto;
    border: none;
    background-color: #321529;
    border-radius: 0;
    margin-bottom: 0;
}

.table-wsop-main-event>thead>tr>th {
    background: #433d6c !important;
    border-right: 1px solid #000000 !important;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media (max-width: 480px) {
    .table-wsop-main-event>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.table-wsop-main-event>thead>tr>th:first-child {
    border-radius: 0;
}

.table-wsop-main-event>thead>tr>th:last-child {
    border-radius: 0;
}

.table-wsop-main-event tbody>tr:hover {
    background-color: #2f323c !important;
}

.table-wsop-main-event tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid #000;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1024px) {
    .table-wsop-main-event tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-wsop-main-event tbody>tr>td {
        font-size: 9px;
    }
}

.table-wsop-main-event tbody>tr>td:first-child {
    width: 9%;
}

@media (max-width: 1024px) {
    .table-wsop-main-event tbody>tr>td:first-child {
        width: 10%;
    }
}

@media (max-width: 480px) {
    .table-wsop-main-event tbody>tr>td:first-child {
        width: 18%;
    }
}

@media (max-width: 375px) {
    .table-wsop-main-event tbody>tr>td:first-child {
        width: 20%;
    }
}

@media (max-width: 320px) {
    .table-wsop-main-event tbody>tr>td:first-child {
        width: 16%;
    }
}

.table-wsop-main-event tbody>tr>td:nth-child(2) {
    width: 9%;
}

@media (max-width: 480px) {
    .table-wsop-main-event tbody>tr>td:nth-child(2) {
        width: 13%;
    }
}

@media (max-width: 375px) {
    .table-wsop-main-event tbody>tr>td:nth-child(2) {
        width: 12%;
    }
}

.table-wsop-main-event tbody>tr>td:nth-child(3) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-wsop-main-event tbody>tr>td:nth-child(3) {
        width: 26%;
    }
}

@media (max-width: 480px) {
    .table-wsop-main-event tbody>tr>td:nth-child(3) {
        width: 75%;
    }
}

.table-wsop-main-event tbody>tr>td:nth-child(4) {
    width: 3%;
}

@media (max-width: 1024px) {
    .table-wsop-main-event tbody>tr>td:nth-child(4) {
        width: 4%;
    }
}

.table-wsop-main-event tbody>tr>td:nth-child(5) {
    width: 10%;
}

@media (max-width: 1024px) {
    .table-wsop-main-event tbody>tr>td:nth-child(5) {
        width: 4%;
    }
}

.table-wsop-main-event tbody>tr>td:last-child {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-wsop-main-event tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-wsop-main-event tbody>tr>td:last-child {
        width: 0;
    }
}

.table-wsop-main-event>tbody>tr:nth-child(odd) {
    background-color: #24283c;
}

.table-wsop-main-event>tbody>tr:nth-child(even) {
    background-color: #2b2e45;
}

/* ======== wpt-online TABLE ======== */

.table-wpt-online {
    table-layout: auto;
    border: none;
    background-color: #321529;
    border-radius: 6px;
    margin-bottom: 0;
}

.table-wpt-online>thead>tr>th {
    background: #38426d !important;
    border-right: 1px solid #190e3e;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media (max-width: 480px) {
    .table-wpt-online>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.table-wpt-online>thead>tr>th:first-child {
    border-radius: 6px 0px 0px;
}

.table-wpt-online>thead>tr>th:last-child {
    border-radius: 0px 6px 0px 0px;
}

.table-wpt-online tbody>tr:hover {
    background-color: #14193c !important;
}

.table-wpt-online tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid #190e3e;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    /*&:nth-child(3) {
				width: 11%;
			}*/
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td {
        font-size: 9px;
    }
}

.table-wpt-online tbody>tr>td:first-child {
    width: 9%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:first-child {
        width: 10%;
    }
}

@media (max-width: 375px) {
    .table-wpt-online tbody>tr>td:first-child {
        width: 14%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(2) {
    width: 9%;
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td:nth-child(2) {
        width: 19%;
    }
}

@media (max-width: 375px) {
    .table-wpt-online tbody>tr>td:nth-child(2) {
        width: 32%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(3) {
    width: 8%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:nth-child(3) {
        width: 7%;
    }
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td:nth-child(3) {
        width: 33%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(4) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:nth-child(4) {
        width: 26%;
    }
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td:nth-child(4) {
        width: 75%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(5) {
    width: 3%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:nth-child(5) {
        width: 4%;
    }
}

.table-wpt-online tbody>tr>td:nth-child(6) {
    width: 10%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:nth-child(6) {
        width: 4%;
    }
}

.table-wpt-online tbody>tr>td:last-child {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-wpt-online tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-wpt-online tbody>tr>td:last-child {
        width: 0;
    }
}

.table-wpt-online>tbody>tr:nth-child(odd) {
    background-color: #2c3354;
}

.table-wpt-online>tbody>tr:nth-child(even) {
    background-color: #141834;
}

/* ======== HIGH ROLLERS TABLE ======== */

.table-hr {
    background-color: transparent;
}

.table-hr>thead>tr>th {
    background: #703e13 !important;
    border-right: none;
}

.table-hr>thead>tr>th:last-child {
    text-align: center;
}

.table-hr tbody>tr:hover {
    background-color: none !important;
}

.table-hr tbody>tr>td {
    color: #FFF2DB;
    border-right: none;
    font-size: 17px;
}

@media (max-width: 1024px) {
    .table-hr tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-hr tbody>tr>td {
        font-size: 9px;
    }
}

.table-hr tbody>tr>td:first-child {
    width: 2%;
}

@media (max-width: 1024px) {
    .table-hr tbody>tr>td:first-child {
        width: 10%;
    }
}

@media (max-width: 375px) {
    .table-hr tbody>tr>td:first-child {
        width: 14%;
    }
}

.table-hr tbody>tr>td:nth-child(2) {
    width: 2%;
}

@media (max-width: 480px) {
    .table-hr tbody>tr>td:nth-child(2) {
        width: 19%;
    }
}

@media (max-width: 375px) {
    .table-hr tbody>tr>td:nth-child(2) {
        width: 32%;
    }
}

.table-hr tbody>tr>td:nth-child(3) {
    width: 27%;
}

@media (max-width: 1024px) {
    .table-hr tbody>tr>td:nth-child(3) {
        width: 7%;
    }
}

@media (max-width: 480px) {
    .table-hr tbody>tr>td:nth-child(3) {
        width: 33%;
    }
}

.table-hr tbody>tr>td:last-child {
    width: 8%;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-hr tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-hr tbody>tr>td:last-child {
        width: 0;
    }
}

.table-hr>tbody>tr:nth-child(odd) {
    background-color: rgba(87, 53, 25, 0.8) !important;
}

.table-hr>tbody>tr:nth-child(even) {
    background-color: rgba(87, 53, 25, 0.8) !important;
}

/* ======== MALTA TABLE ======== */

.tbl-body-malta {
    border: none !important;
}

.table-malta>thead>tr>th {
    background: #7e1e14 !important;
    border-right: 1px solid #180904;
    text-align: center;
}

.table-malta tbody>tr:hover {
    background-color: #250101 !important;
}

.table-malta tbody>tr>td {
    color: #eeeeee;
    border-right: 1px solid #180904;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-malta tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-malta tbody>tr>td {
        font-size: 9px;
    }
}

.table-malta tbody>tr>td:first-child {
    width: 7%;
}

@media (max-width: 1024px) {
    .table-malta tbody>tr>td:first-child {
        width: 5%;
    }
}

@media (max-width: 600px) {
    .table-malta tbody>tr>td:first-child {
        width: 8%;
    }
}

@media (max-width: 480px) {
    .table-malta tbody>tr>td:first-child {
        width: 19%;
    }
}

@media (max-width: 375px) {
    .table-malta tbody>tr>td:first-child {
        width: 21%;
    }
}

@media (max-width: 320px) {
    .table-malta tbody>tr>td:first-child {
        width: 30%;
    }
}

.table-malta tbody>tr>td:nth-child(2) {
    width: 7%;
}

@media (max-width: 600px) {
    .table-malta tbody>tr>td:nth-child(2) {
        width: 10%;
    }
}

@media (max-width: 480px) {
    .table-malta tbody>tr>td:nth-child(2) {
        width: 18%;
    }
}

@media (max-width: 375px) {
    .table-malta tbody>tr>td:nth-child(2) {
        width: 19%;
    }
}

@media (max-width: 320px) {
    .table-malta tbody>tr>td:nth-child(2) {
        width: 20%;
    }
}

.table-malta tbody>tr>td:nth-child(3) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-malta tbody>tr>td:nth-child(3) {
        width: 26%;
    }
}

@media (max-width: 480px) {
    .table-malta tbody>tr>td:nth-child(3) {
        width: 75%;
    }
}

.table-malta tbody>tr>td:nth-child(4) {
    width: 4%;
}

@media (max-width: 1024px) {
    .table-malta tbody>tr>td:nth-child(4) {
        width: 4%;
    }
}

.table-malta tbody>tr>td:last-child {
    width: 5%;
}

@media (max-width: 1024px) {
    .table-malta tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-malta tbody>tr>td:last-child {
        width: 0;
    }
}

.table-malta>tbody>tr:nth-child(odd) {
    background-color: #410404;
}

.table-malta>tbody>tr:nth-child(even) {
    background-color: #280202;
}

.table-malta-wrapper::-webkit-scrollbar-thumb {
    background-color: #a21313;
    border: solid 1px #a21313;
}

.table-malta-wrapper::-webkit-scrollbar-track {
    background-color: #410404 !important;
}

@media (max-width: 768px) {
    .tbl-scroll {
        overflow: auto;
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .oct-giv-img li {
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .oct-giv-img li a img {
        border-radius: 10px;
    }
}

.search-btn-section {
    margin: 25px 18% 0;
}

@media (max-width: 768px) {
    .search-btn-section {
        margin: 20px 0 0;
    }
}

.search-btn-section .btn-red {
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    line-height: initial !important;
}

@media (max-width: 768px) {
    .search-btn-section .btn-red {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .search-btn-section .btn-red {
        font-size: 13px;
    }
}

.search-btn-section .btn-red:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*Battle of malta*/

.bom-map-container {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-clashmap-bg.jpg?v=110120);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media (max-width: 1024px) {
    .bom-map-container {
        background-size: 175%;
        background-position: top center;
    }
}

@media (max-width: 480px) {
    .bom-map-container {
        background-size: 190%;
        background-position: top center;
    }
}

.bom-mapguide {
    /*position: absolute;*/
    min-height: 42.6vw;
}

@media (max-width: 2560px) {
    .bom-mapguide {
        width: 1280px;
    }
}

@media (max-width: 1920px) {
    .bom-mapguide {
        width: 980px;
    }
}

@media (max-width: 1024px) {
    .bom-mapguide {
        width: 100%;
        min-height: 70vw;
    }
}

@media (max-width: 480px) {
    .bom-mapguide {
        width: 100%;
        min-height: 80vw;
    }
}

.bom-mapguide h3 {
    position: absolute;
    bottom: 7%;
    font-size: 35px;
}

@media (max-width: 1680px) {
    .bom-mapguide h3 {
        bottom: 7%;
        left: 7%;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .bom-mapguide h3 {
        bottom: 3%;
        left: 5%;
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .bom-mapguide h3 {
        font-size: 19px;
    }
}

@media (max-width: 375px) {
    .bom-mapguide h3 {
        font-size: 18px;
    }
}

.bom-mapguide .map-title {
    top: 40px;
    right: 18vw;
    text-align: center;
    background-color: rgba(59, 18, 16, 0.5);
    bottom: unset;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #fff;
    line-height: 1.2em;
    left: unset;
}

@media (max-width: 1680px) {
    .bom-mapguide .map-title {
        top: 35px;
        right: 22vw;
        font-size: 18px;
    }
}

@media (max-width: 1600px) {
    .bom-mapguide .map-title {
        right: 23vw;
    }
}

@media (max-width: 1440px) {
    .bom-mapguide .map-title {
        top: 22px;
        right: 27vw;
        font-size: 15px;
    }
}

@media (max-width: 1366px) {
    .bom-mapguide .map-title {
        right: 28vw;
    }
}

@media (max-width: 1280px) {
    .bom-mapguide .map-title {
        top: 12px;
        right: 31vw;
    }
}

@media (max-width: 1024px) {
    .bom-mapguide .map-title {
        top: 40px;
        right: 37vw;
    }
}

@media (max-width: 1680px) {
    .bom-mapguide .bom-floatlink {
        position: absolute;
        left: 3.5vw;
    }
}

@media (max-width: 1600px) {
    .bom-mapguide .bom-floatlink {
        left: 5vw;
    }
}

@media (max-width: 1440px) {
    .bom-mapguide .bom-floatlink {
        left: 8.5vw;
    }
}

@media (max-width: 1366px) {
    .bom-mapguide .bom-floatlink {
        left: 10vw;
    }
}

@media (max-width: 1280px) {
    .bom-mapguide .bom-floatlink {
        left: 12.5vw;
    }
}

@media (max-width: 1024px) {
    .bom-mapguide .bom-floatlink {
        left: 5.5vw;
        transform: scale(1.7);
    }
}

@media (max-width: 480px) {
    .bom-mapguide .bom-floatlink {
        left: 0.5vw;
        transform: scale(1.9);
    }
}

.bom-mapguide .bom-floatlink a {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    text-align: center;
    padding: 1.2vw 1.5vw;
    font-size: 0;
    transition: .5s ease;
    opacity: 0;
}

.bom-mapguide .bom-floatlink a:hover {
    opacity: 1;
}

.bom-mapguide .bom-floatlink a span {
    font-size: 14px;
    visibility: hidden;
}

@media (max-width: 480px) {
    .bom-mapguide .bom-floatlink a span {
        font-size: 6px;
    }
}

.bom-mapguide .bom-floatlink .map1 {
    padding: 1.3vw 1.5vw;
    top: 4.5vw;
    left: 1.7vw;
}

.bom-mapguide .bom-floatlink .map2 {
    top: 5vw;
    left: 10.7vw;
}

.bom-mapguide .bom-floatlink .map3 {
    top: 8.5vw;
    left: 6.7vw;
}

.bom-mapguide .bom-floatlink .map4 {
    top: 9vw;
    left: 17vw;
}

.bom-mapguide .bom-floatlink .map5 {
    top: 12vw;
    left: 21.7vw;
}

.bom-mapguide .bom-floatlink .map6 {
    top: 13vw;
    left: 16vw;
}

.bom-mapguide .bom-floatlink .map7 {
    top: 18vw;
    left: 19vw;
    padding: 2.2vw 2vw;
}

.bom-mapguide .bom-floatlink .map8 {
    top: 15vw;
    left: 24.7vw;
}

.bom-mapguide .bom-floatlink .map9 {
    top: 18vw;
    left: 27vw;
}

.bom-mapguide .bom-floatlink .map10 {
    top: 25vw;
    left: 24.7vw;
}

.bom-mapguide .bom-floatlink .map11 {
    top: 20vw;
    left: 35vw;
    padding: 2.2vw 2.5vw;
}

.bom-mapguide .bom-floatlink .map12 {
    top: 22.5vw;
    left: 41vw;
}

.bom-mapguide .bom-floatlink .map13 {
    top: 26vw;
    left: 34.5vw;
}

.bom-mapguide .bom-floatlink .map14 {
    top: 32vw;
    left: 34vw;
}

.bom-mapguide .bom-floatlink .map15 {
    top: 27vw;
    left: 42vw;
    padding: 3.2vw 3.5vw;
}

.bom-rain-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-rain-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #1f0705;
}

.bom-cloud-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-cloud-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #200a0a;
}

.bom-thunder-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-thunder-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #200a0a;
}

.bom-thunder2-bg {
    background: linear-gradient(rgba(109, 69, 31, 0.5), rgba(108, 75, 46, 0.5)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-thunder-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}

.bom-castle-red-bg {
    background: linear-gradient(rgba(69, 17, 15, 0.3), rgba(58, 0, 0, 0.6)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-castle-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}

.bom-castle-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-castle-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}

.bom-castle-army-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-castle-army-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}

.bom-rain-army-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-rain-army-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}

@media (max-width: 480px) {
    .bom-rain-army-bg {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-rain-mobi-army-bg.jpg);
        background-size: cover;
        background-position: center;
    }
}

.bom-clash-bg {
    background: linear-gradient(rgba(69, 17, 15, 0.3), rgba(58, 0, 0, 0.6)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-clash-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}

.bom-top-bg {
    background-position: top center;
}

.bom-bot-bg {
    background-position: bottom center;
}

.bom-top70-bg {
    background-position: top 70% center;
}

.bom-lineup>li {
    padding-left: 0;
    padding-right: 0;
}

.bom-lineup>li>div {
    border: 1px solid #852020;
    background-color: rgba(0, 0, 0, 0.2);
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
}

.bom-lineup>li>div>img {
    /*height: 115px;*/
}

.bom-lineup>li>div .mm-desc {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.bom-scroll {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom-scroll.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    text-align: center;
    display: block;
}

.bom-scroll-text {
    padding: 5% 5% 8% 5%;
    text-shadow: 0px -1px 4px #ffffff, 0px 3px 3px #b9b9b9;
}

.bom-scroll-text h3,
.bom-scroll-text p,
.bom-scroll-text span {
    line-height: 1.2em;
}

.bom-scroll-text h3 {
    font-size: 24px;
}

@media (max-width: 768px) {
    .bom-scroll-text h3 {
        font-weight: bold;
    }
}

@media (max-width: 480px) {
    .bom-scroll-text h3 {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .bom-scroll-text h3 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .bom-scroll-text h3 {
        font-size: 16px;
    }
}

.bom-scroll-text span {
    display: block;
    font-size: 15px;
}

@media (max-width: 375px) {
    .bom-scroll-text span {
        font-size: 12px;
    }
}

.bom-scroll-text h3.small {
    font-size: 15px;
}

@media (max-width: 768px) {
    .bom-scroll-text h3.small {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .bom-scroll-text h3.small {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .bom-scroll-text h3.small {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .bom-scroll-text h3.small {
        font-size: 16px;
    }
}

.bom-scroll-text .spn-small {
    font-size: 12px;
    padding-top: 2px;
}

@media (max-width: 768px) {
    .bom-scroll-text .spn-small {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .bom-scroll-text .spn-small {
        font-size: 12px;
    }
}

.bom-scroll-text p {
    font-size: 18px;
    color: #000;
}

@media (max-width: 768px) {
    .bom-flex-order {
        display: flex;
        flex-direction: column;
    }
}

.bom-order-1 {
    order: 1;
}

.bom-order-2 {
    order: 2;
}

.bom-order-3 {
    order: 3;
}

.bom-order-4 {
    order: 4;
}

.page-to-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    z-index: 1;
    display: none;
}

.page-to-top img {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 12px 17px;
}

@media (max-width: 768px) {
    .bom-b-margin {
        margin-bottom: 15px;
    }
}

.bg-malt {
    background: #cdb493;
}

.bom-mobi-title {
    color: white;
    text-align: center;
    background: #896c51;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    margin: 10px;
    width: 80%;
}

@media (max-width: 480px) {
    .bom-mobi-title {
        padding: 6px 20px;
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .bom-mobi-title {
        padding: 5px 20px;
        font-size: 16px;
    }
}

/* ======== WSOP MAIN EVENT TABLE ======== */

.tbl-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-scroll-pc {
        max-height: 400px;
    }
}

.tbl-scroll-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.tbl-scroll-wrapper::-webkit-scrollbar-corner {
    background-color: #000000;
}

.tbl-scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #b2b2b2;
}

.tbl-scroll-wrapper::-webkit-scrollbar-track {
    background-color: #d4d4d4;
}

.tbl-body-wpt {
    border: 1px solid #190e3e !important;
}

.table-wsop-winter {
    table-layout: auto;
    border: none;
    background-color: #321529;
    border-radius: 5px;
    margin-bottom: 0;
}

.table-wsop-winter>thead>tr>th {
    background: #365682 !important;
    border-right: 1px solid #000000 !important;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media (max-width: 480px) {
    .table-wsop-winter>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.table-wsop-winter>thead>tr>th:first-child {
    border-radius: 0;
}

.table-wsop-winter>thead>tr>th:last-child {
    border-radius: 0;
}

.table-wsop-winter tbody>tr:hover {
    background-color: #465571 !important;
}

.table-wsop-winter tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid #000;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1024px) {
    .table-wsop-winter tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-wsop-winter tbody>tr>td {
        font-size: 9px;
    }
}

.table-wsop-winter tbody>tr>td:first-child {
    width: 9%;
}

@media (max-width: 1024px) {
    .table-wsop-winter tbody>tr>td:first-child {
        width: 10%;
    }
}

@media (max-width: 480px) {
    .table-wsop-winter tbody>tr>td:first-child {
        width: 18%;
    }
}

@media (max-width: 375px) {
    .table-wsop-winter tbody>tr>td:first-child {
        width: 20%;
    }
}

@media (max-width: 320px) {
    .table-wsop-winter tbody>tr>td:first-child {
        width: 16%;
    }
}

.table-wsop-winter tbody>tr>td:nth-child(2) {
    width: 9%;
}

@media (max-width: 480px) {
    .table-wsop-winter tbody>tr>td:nth-child(2) {
        width: 13%;
    }
}

@media (max-width: 375px) {
    .table-wsop-winter tbody>tr>td:nth-child(2) {
        width: 12%;
    }
}

.table-wsop-winter tbody>tr>td:nth-child(3) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-wsop-winter tbody>tr>td:nth-child(3) {
        width: 26%;
    }
}

@media (max-width: 480px) {
    .table-wsop-winter tbody>tr>td:nth-child(3) {
        width: 75%;
    }
}

.table-wsop-winter tbody>tr>td:nth-child(4) {
    width: 3%;
}

@media (max-width: 1024px) {
    .table-wsop-winter tbody>tr>td:nth-child(4) {
        width: 4%;
    }
}

.table-wsop-winter tbody>tr>td:nth-child(5) {
    width: 10%;
}

@media (max-width: 1024px) {
    .table-wsop-winter tbody>tr>td:nth-child(5) {
        width: 4%;
    }
}

.table-wsop-winter tbody>tr>td:last-child {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-wsop-winter tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-wsop-winter tbody>tr>td:last-child {
        width: 0;
    }
}

.table-wsop-winter>tbody>tr:nth-child(odd) {
    background-color: #171e32;
}

.table-wsop-winter>tbody>tr:nth-child(even) {
    background-color: #374256;
}

.tbl-winter-body {
    border-radius: 6px;
    border: 1px solid #131c2c;
    background-color: transparent;
}

.table-wsop-winter-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #280625;
}

.table-wsop-winter-wrapper::-webkit-scrollbar-corner {
    background-color: #321630;
}

.table-wsop-winter-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #374256;
}

.table-wsop-winter-wrapper::-webkit-scrollbar-track {
    background-color: #171e32;
}

.ring-float {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 20%;
}

.winter-pb-btn {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    border: 1px solid #fff;
}

.tbl-dual-color {
    padding: 0 25%;
}

@media (max-width: 600px) {
    .tbl-dual-color {
        padding: 0 5%;
    }
}

.tbl-dual-color li {
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}

.tbl-dual-color li p {
    color: #fff;
}

.tbl-dual-color li p:first-child {
    background-color: #8a3b40;
    border-radius: 5px 0 0 5px;
}

.tbl-dual-color li p:last-child {
    background-color: #a05457;
    border-radius: 0 5px 5px 0;
}

.tbl-one-color {
    padding: 0 35%;
}

@media (max-width: 600px) {
    .tbl-one-color {
        padding: 0 5%;
    }
}

.tbl-one-color p {
    color: #fff;
    background-color: #8a3b40;
    border-radius: 5px;
    margin-top: 5px !important;
    font-size: 19px;
}

.arrow-custom {
    position: absolute;
    top: 50%;
    right: -21px !important;
    width: unset !important;
}

@media (max-width: 480px) {
    .arrow-custom {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 46% !important;
        top: unset !important;
        bottom: -10%;
        height: 25px;
    }
}

.info-toon-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggcare/info-toon-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #131c2c;
}

.care-stamp {
    display: inline-block;
    position: relative;
}

.care-stamp .stamp {
    position: absolute;
    right: -20%;
    bottom: 24%;
    width: 35%;
    /*position: absolute;
		right: 10%;
		bottom: 20%;
		width: 20%;*/
}

.care-stamp h1 {
    font-size: 60px;
}

@media (max-width: 480px) {
    .care-stamp h1 {
        font-size: 30px;
    }
}

.care-step {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .care-step {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.care-step img {
    width: 100%;
}

@media (max-width: 480px) {
    .care-step img {
        display: none;
    }
}

.care-step h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

@media (max-width: 480px) {
    .care-step h4 {
        color: #222;
        position: relative;
        text-align: center;
        top: unset;
        left: unset;
        transform: unset;
    }
}

/****Slider******/

.steps-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.steps-slider .steps-items {
    font-size: 0;
    width: 300%;
    height: 710px;
}

.steps-slider .steps-items li {
    position: relative;
    width: 33.33%;
    display: inline-block;
}

.steps-slider .steps-items li img {
    max-width: 100%;
    height: auto;
}

.steps-slider .steps-btn {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.steps-slider .steps-btn span {
    background-color: #7c0408;
    padding: 10px;
    font-weight: normal;
    font-size: 30px;
    color: #e3bf48;
    display: inline-block;
    cursor: pointer;
}

.steps-slider .left {
    left: 5%;
}

.steps-slider .right {
    left: 95%;
}

/* =========== JANUARY */

.bg-january-promo {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/5m-giveaway/bannerbg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}

.bg-feb-promo {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/5m-giveaway/bannerbg-feb.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}

.bg-march-promo {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/march-promo/main/bg-bg.jpg) repeat;
    background-position: center;
}

.bg-april-promo {
    background: #f5cec0;
    background: -moz-linear-gradient(top, #f5cec0 0%, #daa5a4 100%);
    background: -webkit-linear-gradient(top, #f5cec0 0%, #daa5a4 100%);
    background: linear-gradient(to bottom, #f5cec0 0%, #daa5a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5cec0', endColorstr='#daa5a4', GradientType=0);
}

.bg-may-promo {
    background: #224478;
}

.bg-june-promo {
    background: #7dbbd8;
}

.bg-july-promo {
    background: #198ad6;
}

.bg-doublecare {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggcare/doublecare-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}

/* =========== FLIP & GO ===========*/

.flip-go-vid-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flip-go/flip-go-vid-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.fg-vid-group {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.fg-vid-group .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    border: 1px solid #641b0b;
    box-shadow: 0px 1px 2px 2px #4c1100, 2px 2px 3px 8px #230702;
}

@media (max-width: 1024px) {
    .fg-vid-group .video-container video {
        width: 75% !important;
    }
}

.fg-vid-group .video-container .vid-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.fg-step-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flip-go/fg-step-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.fg-step-bg .fire-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.fg-table-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flip-go/fg-table-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.fg-table-bottom {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flip-go/fg-table-bottom.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.fg-steps-container .fire {
    position: relative;
    top: 20px;
}

.fg-steps-container .fg-steps-item img {
    position: relative;
}

.fg-steps-container .fg-steps-item img:nth-child(2) {
    top: -20px;
}

@media (max-width: 480px) {
    .fg-steps-container .fg-steps-item img:nth-child(2) {
        top: -10px;
    }
}

.fg-steps-container .fg-steps-item img:nth-child(3) {
    top: -40px;
}

@media (max-width: 480px) {
    .fg-steps-container .fg-steps-item img:nth-child(3) {
        top: -20px;
    }
}

.fg-steps-container .fg-steps-item img:last-child {
    top: -60px;
}

@media (max-width: 480px) {
    .fg-steps-container .fg-steps-item img:last-child {
        top: -30px;
    }
}

.fg-steps-container .fg-step-item>img {
    margin-top: 15px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .fg-steps-container .fg-step-item>img {
        margin-bottom: 30px;
    }
}

.fg-steps-container .fg-item img {
    position: relative;
    /*&:last-child {
                top: 15px;

                @media(max-width: 480px) {
                    top: -30px;
                }
            }*/
}

.fg-steps-container .fg-item img:nth-child(2) {
    top: -20px;
}

@media (max-width: 480px) {
    .fg-steps-container .fg-item img:nth-child(2) {
        top: -20px;
    }
}

.fg-steps-container .fg-item img:nth-child(3) {
    top: -19px;
}

@media (max-width: 480px) {
    .fg-steps-container .fg-item img:nth-child(3) {
        top: -20px;
    }
}

.fg-steps-container .fg-item img:nth-child(4) {
    top: -19px;
}

@media (max-width: 480px) {
    .fg-steps-container .fg-item img:nth-child(4) {
        top: -20px;
    }
}

.fg-steps-container .fg-item img:nth-child(5) {
    top: -27px;
}

@media (max-width: 480px) {
    .fg-steps-container .fg-item img:nth-child(5) {
        top: -20px;
    }
}

.fg-step-detail {
    position: relative;
}

.fg-step-detail h4 {
    position: absolute;
}

/*Table-FLIPGO*/

.table-flipgo {
    border: 1px #dadada solid;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed;
    margin: 0 auto;
    min-width: 700px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: rgba(92, 22, 12, 0.5);
}

@media (max-width: 1024px) {
    .table-flipgo {
        min-width: 100%;
    }
}

.table-flipgo .title-head>th {
    background-color: #300f03;
}

.table-flipgo tbody>tr>td,
.table-flipgo tfoot>tr>td {
    text-align: center;
    padding: 8px 5px;
    color: #ffeec6;
    /*word-break: break-word;*/
    font-size: 18px;
    line-height: normal;
}

.table-flipgo tbody>tr>td:first-child,
.table-flipgo tfoot>tr>td:first-child {
    border-right: 1px solid #76290d;
}

@media only screen and (max-width: 480px) {
    .table-flipgo tbody>tr>td,
    .table-flipgo tfoot>tr>td {
        font-size: 14px;
        padding: 5px 5px;
    }
}

.table-flipgo tbody>tr>td:last-child {
    color: #f7be6a;
    font-size: 22px;
}

@media only screen and (max-width: 480px) {
    .table-flipgo tbody>tr>td:last-child {
        font-size: 15px;
    }
}

.table-flipgo tbody>tr {
    border-bottom: 1px solid #76290d;
}

.table-flipgo tbody>tr:last-child {
    border-bottom: none;
}

.table-flipgo tbody>tr:hover {
    background-color: #3d0c05 !important;
}

.table-flipgo>thead>tr>th {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
    color: #ffeec6;
    background-color: #661308;
    border-bottom: 1px solid #76290d;
    width: 50%;
}

.table-flipgo>thead>tr>th:first-child {
    border-right: 1px solid #76290d;
}

@media only screen and (max-width: 480px) {
    .table-flipgo>thead>tr>th {
        font-size: 11px;
        padding: 5px 5px;
    }
}

.table-flipgo>tbody>tr:nth-child(odd),
.table-flipgo>ul>li:nth-child(odd) {
    background-color: rgba(82, 18, 8, 0.9);
}

.table-flipgo>tbody>tr:nth-child(even),
.table-flipgo>ul>li:nth-child(even) {
    background-color: transparent;
}

.table-flipgo tfoot>tr>td {
    color: #fff;
    background-color: #d2b068;
    font-weight: bold;
}

.content-padd-custom {
    padding: 1% 0;
}

.content-pad-custom-2 {
    padding: 2% 0 3%;
}

.custom-section {
    background: #cc9e6c;
    background: -moz-linear-gradient(top, #cc9e6c 1%, #a7a7a7 100%);
    background: -webkit-linear-gradient(top, #cc9e6c 1%, #a7a7a7 100%);
    background: linear-gradient(to bottom, #cc9e6c 1%, #a7a7a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9e6c', endColorstr='#a7a7a7', GradientType=0);
}

.custom-section h1 {
    letter-spacing: 6px;
    margin: 30px 0 7%;
    font-size: 45px;
    /*@media (max-width: 320px) {
    font-size: 30px;
}*/
}

@media (max-width: 480px) {
    .custom-section h1 {
        margin: 30px 0 6%;
        letter-spacing: 3px;
        font-size: 27px;
    }
}

.custom-section h4 {
    letter-spacing: 9px;
    font-size: 45px;
    margin-bottom: 20px;
    color: #fefefc;
    /*@media (max-width: 320px) {
    font-size: 40px;
    letter-spacing: 6px;
}*/
}

@media (max-width: 480px) {
    .custom-section h4 {
        font-size: 27px;
        letter-spacing: 4px;
        margin: 36px 0 6%;
    }
}

.custom-section h2 {
    letter-spacing: 10px;
    font-size: 60px;
    margin-bottom: 20px;
    /*@media (max-width: 320px) {
    font-size: 58px !important;
}*/
}

@media (max-width: 1024px) {
    .custom-section h2 {
        font-size: 45px !important;
    }
}

@media (max-width: 480px) {
    .custom-section h2 {
        font-size: 40px !important;
        letter-spacing: 5px;
    }
}

/*********APL PAGE**********/

.apl-grad-title {
    background: linear-gradient(to right, #b86127 0%, #eed178 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 3px #141414);
}

.apl-intro-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/introbg.jpg?v=91521);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #891717;
    position: relative;
}

.apl-btn {
    color: #fff;
    background: linear-gradient(30deg, #470000 18%, #b51c28 100%);
    text-align: center;
    text-decoration: none;
    outline: 0;
    font-size: 1.1rem;
    padding: 15px 35px;
    display: inline-block;
    transform: skew(-21deg);
    letter-spacing: 2px;
    box-shadow: -2px -2px #cecdcd;
    font-size: 32px;
    min-width: 250px;
    border-radius: 10px 5px;
    margin: 0 10px;
    /* Un-skew the text */
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .apl-btn {
        padding: 15px 13px;
        letter-spacing: 1px;
        box-shadow: -2px -2px #cecdcd;
        font-size: 16px;
        min-width: 190px;
        margin: 0 2px;
    }
}

@media (max-width: 1024px) {
    .apl-btn {
        min-width: 160px;
    }
}

@media (max-width: 480px) {
    .apl-btn {
        min-width: 110px;
    }
}

@media (max-width: 384px) {
    .apl-btn {
        min-width: 90px;
    }
}

.apl-btn:hover {
    background: #b61b29;
}

.apl-btn>span {
    display: inline-block;
    transform: skew(21deg);
}

.apl-btn>span {
    display: inline-block;
    transform: skew(21deg);
}

.apl-btn-blue {
    background: linear-gradient(30deg, #112237 18%, #325b89 100%);
}

.pkb-table-container {
    position: relative;
}

.pkb-table-container .apl-pkb-btn {
    position: absolute;
    font-size: 22px;
    color: #fff;
    padding: 12px 25px;
    background: linear-gradient(50deg, #000000 18%, #060c22 100%);
    border-radius: 5px;
    border: 1px solid #63616f;
    width: 20%;
    text-align: center;
    bottom: 20%;
    left: 10%;
}

@media (max-width: 1024px) {
    .pkb-table-container .apl-pkb-btn {
        font-size: 18px;
        width: 22%;
        bottom: 20%;
    }
}

@media (max-width: 800px) {
    .pkb-table-container .apl-pkb-btn {
        font-size: 14px;
        width: 22%;
        bottom: 18%;
    }
}

@media (max-width: 480px) {
    .pkb-table-container .apl-pkb-btn {
        bottom: 15%;
        padding: 7px 7px;
        font-size: 13px;
    }
}

@media (max-width: 384px) {
    .pkb-table-container .apl-pkb-btn {
        bottom: 17%;
        padding: 8px 7px;
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .pkb-table-container .apl-pkb-btn {
        padding: 5px 5px;
    }
}

.apl-map-result-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/map-result-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
    padding: 6% 0;
}

.apl-mooncake-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/mooncakebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
}

.apl-schedule-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/apl-schedule-bg.jpg?v=91521);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
}

.apl-leaderboardbg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/Leaderboardbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.png-map-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/png-map-opac.png?v=2421);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    background-color: #0c0000;
}

.apl-guarantee {
    display: inline-block;
    margin: 0 10px;
}

@media (max-width: 1024px) {
    .apl-guarantee {
        margin: 0 auto 20px;
        display: inline-block;
    }
}

.apl-guarantee .content {
    background: linear-gradient(140deg, #c2201b 18%, #7e181a 55%, #7f181a 59%, #e83036 100%);
    display: inline-block;
    border: 4px solid #e0c173;
    border-radius: 22px 0 22px 0;
    padding: 32px 15px;
    text-align: center;
    vertical-align: top;
    min-width: 160px;
}

@media (max-width: 1024px) {
    .apl-guarantee .content {
        padding: 17px 15px;
        width: 290px;
        min-width: unset;
    }
}

@media (max-width: 480px) {
    .apl-guarantee .content {
        width: 200px;
    }
}

@media (max-width: 425px) {
    .apl-guarantee .content {
        padding: 17px 10px;
        width: 170px;
    }
}

@media (max-width: 360px) {
    .apl-guarantee .content {
        width: 150px;
    }
}

@media (max-width: 320px) {
    .apl-guarantee .content {
        width: 135px;
    }
}

.apl-guarantee .content h3 {
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
}

@media (max-width: 1024px) {
    .apl-guarantee .content h3 {
        font-size: 19px;
    }
}

@media (max-width: 360px) {
    .apl-guarantee .content h3 {
        font-size: 16px;
    }
}

.apl-guarantee .content p {
    font-size: 25px;
    line-height: 1.5em;
    color: #fff;
}

@media (max-width: 1024px) {
    .apl-guarantee .content p {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .apl-guarantee .content p {
        font-size: 14px;
    }
}

.apl-guarantee .content .small {
    font-size: 20px;
}

@media (max-width: 1024px) {
    .apl-guarantee .content .small {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .apl-guarantee .content .small {
        font-size: 14px;
    }
}

.apl-guarantee .last {
    padding: 20px 30px;
}

@media (max-width: 1024px) {
    .apl-guarantee .last {
        padding: 6px 30px;
    }
}

@media (max-width: 430px) {
    .apl-guarantee .last {
        padding: 4px 10px;
    }
}

@media (max-width: 360px) {
    .apl-guarantee .last {
        padding: 6px 10px;
    }
}

.apl-side-container {
    position: fixed;
    top: 20%;
    right: 3%;
    z-index: 1;
}

.apl-side-container .wechat-common {
    display: none;
    position: absolute;
    width: 220px;
    z-index: 3;
    background: #fff;
    padding: 20% 15%;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.24);
    right: 130%;
    top: 18%;
}

@media (max-width: 480px) {
    .apl-side-container .wechat-common {
        width: 170px;
    }
}

.apl-side-container .wechat-sidelink:hover .wechat-common {
    display: block !important;
}

.apl-side-container .side-hidebtn p {
    display: inline-block;
    color: #fffaaf;
    border: 2px solid #efca78;
    font-size: 24px;
    background: #7e0d0d;
    line-height: 1em;
    border-radius: 50%;
    float: right;
    padding: 5px 0px;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
    cursor: pointer;
}

@media (max-width: 480px) {
    .apl-side-container .side-hidebtn p {
        font-size: 24px;
        padding: 0px 0px;
        min-width: 30px;
        min-height: 30px;
    }
}

.apl-side-container .apl-side-nav {
    display: inline-block;
}

.apl-side-container .apl-side-nav li {
    display: block;
}

.apl-side-container .apl-side-nav li a {
    display: inline-block;
}

@media (max-width: 480px) {
    .apl-side-container .apl-side-nav li a {
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .apl-side-container .apl-side-nav li a img {
        width: 25px;
    }
}

.apl-side-container .apl-side-nav li a span {
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
    vertical-align: super;
    margin-top: 12px;
    text-shadow: 0px 8px 5px black;
}

@media (max-width: 480px) {
    .apl-side-container .apl-side-nav li a span {
        font-size: 14px;
    }
}

.honoroll-description {
    border: 4px solid #e0c173;
    border-radius: 22px 0 22px 0;
    padding: 32px 30px;
    margin: 20px 0;
}

.honor-bg-1 {
    background-color: #5b1113;
}

.honor-bg-2 {
    background-color: rgba(91, 17, 19, 0.6);
}

/*apl-graph*/

/*.apl-graph-bg {
	background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/grungemapLeft.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height:1080px;
}*/

.map-chart-container {
    position: relative;
}

@media (max-width: 1024px) {
    .map-chart-container {
        margin-bottom: 35px;
    }
}

.map-chart-container .legend {
    color: #fff;
    position: absolute;
    right: -90px;
    bottom: 50%;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1024px) {
    .map-chart-container .legend {
        right: unset;
        margin-left: 10%;
        top: 0;
        position: relative;
        text-align: left;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .map-chart-container .legend {
        font-size: 14px;
    }
}

.map-chart-container .legend span {
    height: 10px;
    width: 20px;
    background-color: #a51c2b;
    padding: 10px;
    display: inline-block;
    position: absolute;
    border-radius: 5px;
    left: -22px;
    top: 7px;
}

@media (max-width: 1024px) {
    .map-chart-container .legend span {
        width: 10px;
        padding: 8px;
        left: -22px;
        top: 9px;
    }
}

@media (max-width: 768px) {
    .map-chart-container .legend span {
        width: 10px;
        padding: 8px;
        left: -22px;
        top: 4px;
    }
}

@media (max-width: 480px) {
    .map-chart-container .legend span {
        width: 10px;
        padding: 8px;
        left: -22px;
        top: 3px;
    }
}

.map-chart-container .chart {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 300px;
    height: 300px;
    margin: 0 auto;
    background-size: 100% 50px;
    position: relative;
    background-position: left top;
    right: 10%;
}

@media (max-width: 1024px) {
    .map-chart-container .chart {
        right: 0;
    }
}

@media (max-width: 480px) {
    .map-chart-container .chart {
        min-height: 290px;
        height: 290px;
    }
}

.map-chart-container .chart li {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 10px;
}

.map-chart-container .chart li label {
    display: block;
    font-size: 15px;
    color: #aa784c;
    position: absolute;
    right: 0;
}

@media (max-width: 384px) {
    .map-chart-container .chart li label {
        font-size: 12px;
    }
}

.map-chart-container .chart span {
    display: block;
    animation: draw 1s ease-in-out;
    color: #adadad;
    text-align: center;
}

.map-chart-container .chart span i {
    writing-mode: vertical-rl;
    padding-top: 5px;
}

.map-chart-container .chart span.map-brown {
    background-color: #9a653b;
    color: wheat;
}

.map-chart-container .chart span.map-maroon {
    background-color: #a51c2b;
    color: #ffb8bf;
}

.map-chart-container .chart span.map-semi-brown {
    background-color: #a47650;
    color: #ffe1c8;
}

.map-chart-container .chart span.map-dark-maroon {
    background-color: #721313;
    color: #ff6e6e;
}

.map-chart-container .chart span.map-light-maroon {
    background-color: #a51c2b;
    color: #ffb0b9;
}

.map-chart-container .chart span.map-pale-blue {
    background-color: #135970;
    color: #6bdaff;
}

.map-chart-container .chart span.map-blue {
    background-color: #174885;
    color: #93c3ff;
}

.map-chart-container .chart span:before {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 10px 2px;
    display: block;
    text-align: center;
    content: attr(tag);
    word-wrap: break-word;
}

@media (max-width: 430px) {
    .map-chart-container .chart span:before {
        font-size: 3vw;
    }
}

@keyframes draw {
    0% {
        height: 0;
    }
}

.spade-bottom-icon {
    height: 70px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .spade-bottom-icon {
        height: 50px;
    }
}

@media (max-width: 384px) {
    .spade-bottom-icon {
        height: 45px;
    }
}

.apl-border-bottom {
    border-bottom: 5px solid #dfc674;
}

@media (max-width: 480px) {
    .apl-border-bottom {
        border-bottom: 3px solid #dfc674;
    }
}

.apl-vid-border {
    border: 3px solid #424242;
    box-shadow: 0px 1px 2px 2px #2e2e2e, 1px 2px 15px 3px #000000;
}

/* ======== APL COMPLE TABLE ======== */

.tbl-apl-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-apl-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-apl {
    border: 1px solid #190e3e !important;
}

.table-apl {
    table-layout: auto;
    border: none;
    background-color: #321529;
    border-radius: 0;
    margin-bottom: 0;
}

.table-apl>thead>tr>th {
    background: #640c15 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media (max-width: 480px) {
    .table-apl>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-apl>thead>tr>th {
        font-size: 9px;
    }
}

.table-apl>thead>tr>th:first-child {
    border-radius: 0;
}

.table-apl>thead>tr>th:last-child {
    border-radius: 0;
}

.table-apl tbody>tr .apl-tab2-date {
    background-color: #4f0505 !important;
}

.table-apl tbody>tr:hover {
    background-color: #9b1627 !important;
}

.table-apl tbody>tr:hover .apl-tab2-date {
    background-color: #4f0505 !important;
}

.table-apl tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-apl tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-apl tbody>tr>td {
        font-size: 9px;
    }
}

.table-apl tbody>tr>td:first-child {
    width: 9%;
}

@media (max-width: 1024px) {
    .table-apl tbody>tr>td:first-child {
        width: 10%;
    }
}

@media (max-width: 480px) {
    .table-apl tbody>tr>td:first-child {
        width: 22%;
    }
}

@media (max-width: 414px) {
    .table-apl tbody>tr>td:first-child {
        width: 20%;
    }
}

@media (max-width: 375px) {
    .table-apl tbody>tr>td:first-child {
        width: 24%;
    }
}

@media (max-width: 320px) {
    .table-apl tbody>tr>td:first-child {
        width: 24%;
    }
}

.table-apl tbody>tr>td:nth-child(2) {
    width: 9%;
}

@media (max-width: 480px) {
    .table-apl tbody>tr>td:nth-child(2) {
        width: 13%;
    }
}

@media (max-width: 375px) {
    .table-apl tbody>tr>td:nth-child(2) {
        width: 12%;
    }
}

.table-apl tbody>tr>td:nth-child(3) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-apl tbody>tr>td:nth-child(3) {
        width: 26%;
    }
}

@media (max-width: 480px) {
    .table-apl tbody>tr>td:nth-child(3) {
        width: 75%;
    }
}

@media (max-width: 414px) {
    .table-apl tbody>tr>td:nth-child(3) {
        width: 60%;
    }
}

.table-apl tbody>tr>td:nth-child(4) {
    width: 3%;
}

@media (max-width: 1024px) {
    .table-apl tbody>tr>td:nth-child(4) {
        width: 4%;
    }
}

.table-apl tbody>tr>td:nth-child(5) {
    width: 10%;
}

@media (max-width: 1024px) {
    .table-apl tbody>tr>td:nth-child(5) {
        width: 4%;
    }
}

.table-apl tbody>tr>td:last-child {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-apl tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-apl tbody>tr>td:last-child {
        width: 0;
    }
}

.table-apl>tbody>tr:nth-child(odd) {
    background-color: #78080c;
}

.table-apl>tbody>tr:nth-child(even) {
    background-color: #530507;
}

.table-apl-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-apl-body {
        padding: 0;
    }
}

.table-apl-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #530507;
}

.table-apl-wrapper::-webkit-scrollbar-corner {
    background-color: #530507;
}

.table-apl-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #78080c;
}

.table-apl-wrapper::-webkit-scrollbar-track {
    background-color: #530507;
}

/*Table-Country-APL*/

.table-apl-country {
    border-collapse: separate;
    /*border-spacing: 0 3px;*/
    overflow: hidden;
    table-layout: fixed;
    margin: 0 auto;
}

.table-apl-country .logo {
    padding: 0 5px;
}

@media only screen and (max-width: 768px) {
    .table-apl-country .logo img {
        width: 33%;
    }
}

@media only screen and (max-width: 414px) {
    .table-apl-country .logo img {
        width: 40%;
    }
}

@media (max-width: 1024px) {
    .table-apl-country {
        min-width: 100%;
    }
}

.table-apl-country>thead>tr>th {
    background: #000 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .table-apl-country>thead>tr>th {
        font-size: 13px;
        padding: 5px 5px;
    }
}

@media only screen and (max-width: 480px) {
    .table-apl-country>thead>tr>th {
        font-size: 11px;
        padding: 5px 5px;
    }
}

@media only screen and (max-width: 414px) {
    .table-apl-country>thead>tr>th {
        font-size: 9px;
        padding: 3px 2px;
    }
}

.table-apl-country>thead>tr>th:first-child {
    border-radius: 0;
}

.table-apl-country>thead>tr>th:last-child {
    border-radius: 0;
}

.table-apl-country tbody>tr>td,
.table-apl-country tfoot>tr>td {
    text-align: center;
    padding: 8px 5px;
    color: #fff;
    font-size: 18px;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
    .table-apl-country tbody>tr>td,
    .table-apl-country tfoot>tr>td {
        font-size: 13px;
        padding: 5px 5px;
    }
}

@media only screen and (max-width: 480px) {
    .table-apl-country tbody>tr>td,
    .table-apl-country tfoot>tr>td {
        font-size: 11px;
        padding: 5px 5px;
    }
}

@media only screen and (max-width: 414px) {
    .table-apl-country tbody>tr>td,
    .table-apl-country tfoot>tr>td {
        font-size: 9px;
        padding: 3px 2px;
    }
}

.table-apl-country tbody>tr>td:last-child,
.table-apl-country tfoot>tr>td:last-child {
    text-align: right;
    padding-right: 5%;
}

@media only screen and (max-width: 414px) {
    .table-apl-country tbody>tr>td:last-child,
    .table-apl-country tfoot>tr>td:last-child {
        width: 45%;
    }
}

.table-apl-country tbody>tr {
    border-bottom: 1px solid #eab16c;
}

.table-apl-country tbody>tr:last-child {
    border-bottom: none;
}

.table-apl-country tbody>tr:hover {
    background-color: #b90b11 !important;
}

.table-apl-country>tbody>tr:nth-child(odd),
.table-apl-country>ul>li:nth-child(odd) {
    background-color: rgba(176, 10, 16, 0.7);
}

.table-apl-country>tbody>tr:nth-child(even),
.table-apl-country>ul>li:nth-child(even) {
    background-color: rgba(121, 4, 7, 0.5);
}

.national-region-table {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/side-flag.png?v=2421);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 800px) {
    .national-region-table {
        min-width: 100%;
    }
}

.national-region-table .map-tag {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    padding: 3%;
}

@media (max-width: 800px) {
    .national-region-table .map-tag {
        font-size: 13px;
    }
}

@media (max-width: 414px) {
    .national-region-table .map-tag {
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .national-region-table .map-tag {
        font-size: 9px;
    }
}

.boat-container {
    position: relative;
    text-align: center;
}

.boat-container .details {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
}

.boat-container .details h3 {
    font-size: 28px;
    color: #f8eecf;
}

@media (max-width: 480px) {
    .boat-container .details h3 {
        font-size: 24px;
    }
}

@media (max-width: 375px) {
    .boat-container .details h3 {
        font-size: 20px;
    }
}

.boat-container .details p {
    font-size: 22px;
    color: #fff8f6;
}

@media (max-width: 375px) {
    .boat-container .details p {
        font-size: 18px;
    }
}

.apl-card-float {
    position: absolute;
    z-index: 1;
    width: 15%;
    top: 70%;
    right: 8%;
}

/*Zodiac Page*/

.zodiac-title-bg {
    background: linear-gradient(133deg, #9e7c44 18%, #b47c2d 100%);
}

.zodiac-table2-bg {
    background: linear-gradient(1deg, #9e7c44 18%, #f0e2cf 100%);
}

.tbl-zodiac-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-zodiac-scroll-pc {
        max-height: 400px;
    }
}

.table-zodiac-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #2c393c;
}

.table-zodiac-wrapper::-webkit-scrollbar-corner {
    background-color: #2c393c;
}

.table-zodiac-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #1f2d30;
}

.table-zodiac-wrapper::-webkit-scrollbar-track {
    background-color: #455558;
}

.zodiac-table {
    table-layout: auto;
}

.zodiac-table tr {
    border-bottom: none;
    border-top: none;
}

.zodiac-table thead tr th {
    font-size: 18px;
    font-weight: 600;
    background: #2c393c;
    color: #c6b49d;
    border-top: 3px solid #455558;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .zodiac-table thead tr th {
        font-size: 15px;
    }
}

.zodiac-table tbody tr {
    border: none;
    border-bottom: 1px solid #ccc;
}

.zodiac-table tbody tr:last-child {
    border-bottom: none;
}

.zodiac-table tbody tr td {
    font-size: 15px;
    line-height: 2em;
    color: #fff;
}

@media (max-width: 480px) {
    .zodiac-table tbody tr td {
        font-size: 14px;
    }
}

.zodiac-table tbody tr:nth-child(-n+2) {
    background: #455558 !important;
}

.zodiac-table>tbody>tr:nth-child(odd) {
    background-color: #b47a2f;
}

.zodiac-table>tbody>tr:nth-child(even) {
    background-color: #8f5a25;
}

.zodiac-table2 {
    table-layout: auto;
}

.zodiac-table2 tr {
    border-bottom: none;
    border-top: none;
}

.zodiac-table2 thead tr th {
    font-size: 18px;
    font-weight: 600;
    background: #2c393c;
    color: #c6b49d;
    border-top: 3px solid #455558;
    border-bottom: 3px solid #455558;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .zodiac-table2 thead tr th {
        font-size: 15px;
    }
}

.zodiac-table2 tbody tr {
    background: #455558;
    border: none;
}

.zodiac-table2 tbody tr td {
    font-size: 15px;
    line-height: 2em;
    color: #fff;
}

@media (max-width: 480px) {
    .zodiac-table2 tbody tr td {
        font-size: 14px;
    }
}

.zodiac-table2>tbody>tr:nth-child(odd) {
    background-color: #597276;
}

.zodiac-table2>tbody>tr:nth-child(even) {
    background-color: #455558;
}

.zodiac-table3 {
    table-layout: auto;
}

.zodiac-table3 tr {
    border-bottom: none;
    border-top: none;
}

.zodiac-table3 thead tr th {
    font-size: 18px;
    font-weight: 600;
    background: #522415;
    color: #c6b49d;
    border-top: 3px solid #b47a2f;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .zodiac-table3 thead tr th {
        font-size: 15px;
    }
}

.zodiac-table3 tbody tr {
    background: #455558;
    border: none;
}

.zodiac-table3 tbody tr td {
    font-size: 15px;
    line-height: 2em;
    color: #fff;
}

@media (max-width: 480px) {
    .zodiac-table3 tbody tr td {
        font-size: 14px;
    }
}

.zodiac-table3>tbody>tr:nth-child(odd) {
    background-color: #b47a2f;
}

.zodiac-table3>tbody>tr:nth-child(even) {
    background-color: #8f5a25;
}

.zodiac-table4 {
    table-layout: auto;
    margin-top: 0;
}

.zodiac-table4 tr {
    border-bottom: none;
    border-top: none;
}

.zodiac-table4 thead tr th {
    font-size: 18px;
    font-weight: 600;
    background: #2c393c;
    color: #c6b49d;
    border-top: 3px solid #455558;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .zodiac-table4 thead tr th {
        font-size: 15px;
    }
}

.zodiac-table4 tbody .special-tr {
    background-color: #b47a2f;
    font-weight: bold;
}

.zodiac-table4 tbody tr {
    border: none;
    background-color: #597276;
    border-bottom: 1px solid #ccc;
}

.zodiac-table4 tbody tr:last-child {
    border-bottom: 1px solid #ccc;
}

.zodiac-table4 tbody tr td {
    font-size: 15px;
    line-height: 2em;
    color: #fff;
}

@media (max-width: 480px) {
    .zodiac-table4 tbody tr td {
        font-size: 14px;
    }
}

.zodiac-table4 tbody tr td:first-child {
    background-color: #455558;
}

.border-right-img {
    border-right: 2px solid #0d0805;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#926f40), to(#0d0805)) 0 100% 0 0 stretch;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#926f40), to(#0d0805)) 0 100% 0 0 stretch;
}

@media (max-width: 768px) {
    .border-right-img {
        border-right: none;
        border-bottom: 1px solid #e0c172;
        padding-bottom: 10px;
        -webkit-border-image: none;
    }
}

.flipgo-mt-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/march-promo/flipgo/flipgo-mt-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #498068;
}

.flipgo-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/march-promo/flipgo/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #498068;
}

.flipgo-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/march-promo/flipgo/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #498068;
}

.flipoints-bg {
    background-color: rgba(32, 2, 1, 0.75);
    border: 2px solid #d1a04c;
    border-radius: 10px 10px 0 0;
}

.superm-mt-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/super-mt-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.super-mme-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/super-mme-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.super-m-highlight-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/super-m-highlight-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.brodcast-sched-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/brodcast-sched-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.full-event-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/full-event-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.big-winner-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/big-winner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.million-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/multi-m/v2/millions-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #2e1205;
}

.million-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/superMsatellitesbg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #2e1205;
}

.million-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/multi-m/v2/millions-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #2e1205;
}

.super-m-goldbar {
    padding: 0;
    position: relative;
}

.super-m-goldbar .bar-text {
    position: absolute;
    top: 8%;
    width: 100%;
}

.super-m-goldbar .bar-text h3 {
    font-size: 20px;
    width: 100%;
    padding: 5% 10%;
    display: block;
    color: #6e3b0f;
    line-height: 1.3em;
}

@media (max-width: 1024px) {
    .super-m-goldbar .bar-text h3 {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .super-m-goldbar .bar-text h3 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .super-m-goldbar .bar-text h3 {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .super-m-goldbar .bar-text h3 {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .super-m-goldbar .bar-text h3 {
        font-size: 15px;
    }
}

.super-m-goldbar .bar-text p {
    width: 100%;
    padding: 0 10%;
    color: #85532a;
    font-size: 15px;
}

@media (max-width: 800px) {
    .super-m-goldbar .bar-text p {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .super-m-goldbar .bar-text p {
        font-size: 15px;
    }
}

@media (max-width: 384px) {
    .super-m-goldbar .bar-text p {
        font-size: 13px;
    }
}

.super-m-goldbar .bar-text .bottom {
    margin-top: 55%;
    color: #1b0606;
}

@media (max-width: 430px) {
    .super-m-goldbar .bar-text .bottom {
        margin-top: 52%;
    }
}

@media (max-width: 384px) {
    .super-m-goldbar .bar-text .bottom {
        margin-top: 50%;
    }
}

.super-m-goldbar .bar-text .bottom span {
    font-size: 16px;
    display: block;
}

@media (max-width: 430px) {
    .super-m-goldbar .bar-text .bottom span {
        font-size: 14px;
    }
}

/* ========= OMAHA SERIES ========== */

.omahaseries-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/omaha/omahabg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.omahaseries-bg-2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/omaha/omahabg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.omahaseries-bg-3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/omaha/omahabg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.omahaseries-bg-4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/omaha/omahabg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.omahaarena-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/omaha/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #0f102f;
}

.omahaarena-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/omaha/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #0f102f;
}

.omaha-series {
    padding: 10px;
    position: relative;
}

@media (max-width: 480px) {
    .omaha-series {
        padding: 5px;
    }
}

.omaha-series .bar-text {
    position: absolute;
    top: 10%;
    width: 90%;
}

.omaha-series .bar-text h3 {
    font-size: 22px;
    width: 100%;
    padding: 0% 10% 5%;
    display: block;
    color: #ffe79e;
    line-height: 1.3em;
}

@media (max-width: 1024px) {
    .omaha-series .bar-text h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .omaha-series .bar-text h3 {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .omaha-series .bar-text h3 {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .omaha-series .bar-text h3 {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .omaha-series .bar-text h3 span {
        font-size: 13px;
    }
}

.omaha-series .bar-text h4,
.omaha-series .bar-text p {
    font-size: 22px;
}

@media (max-width: 1024px) {
    .omaha-series .bar-text h4,
    .omaha-series .bar-text p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .omaha-series .bar-text h4,
    .omaha-series .bar-text p {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .omaha-series .bar-text h4,
    .omaha-series .bar-text p {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .omaha-series .bar-text h4,
    .omaha-series .bar-text p {
        font-size: 14px;
    }
}

.omaha-series .bar-text p {
    width: 100%;
    padding: 0 10%;
}

.omaha-series .bar-text .bottom {
    margin-top: 92%;
}

@media (max-width: 1024px) {
    .omaha-series .bar-text .bottom {
        margin-top: 90%;
    }
}

@media (max-width: 480px) {
    .omaha-series .bar-text .bottom {
        margin-top: 100%;
    }
}

@media (max-width: 320px) {
    .omaha-series .bar-text .bottom {
        margin-top: 87%;
    }
}

.omaha-series .bar-text .bottom span {
    font-size: 16px;
    display: block;
}

@media (max-width: 430px) {
    .omaha-series .bar-text .bottom span {
        font-size: 14px;
    }
}

.omaha-series .bar-text .bottom-2 {
    margin-top: 2% !important;
}

@media (max-width: 430px) {
    .omaha-series .bar-text .bottom-2 {
        margin-top: 10% !important;
    }
}

@media (max-width: 375px) {
    .omaha-series .bar-text .bottom-2 {
        margin-top: 11% !important;
    }
}

@media (max-width: 375px) {
    .omaha-series .bar-text .bottom-3 {
        margin-top: 0% !important;
    }
}

.omaha-series .bar-text .multi-span {
    font-size: 18px;
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .omaha-series .bar-text .multi-span {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .omaha-series .bar-text .multi-span {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .omaha-series .bar-text .multi-span {
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .omaha-series .bar-text .multi-span {
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .omaha-series .bar-text .multi-span {
        font-size: 12px;
    }
}

.table-omaha-series {
    table-layout: auto;
    border: none;
    background-color: transparent;
    border-radius: 10px;
    margin-bottom: 0;
}

.table-omaha-series>thead>tr>th {
    background: #006fc5 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
    .table-omaha-series>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-omaha-series>thead>tr>th {
        font-size: 9px;
    }
}

.table-omaha-series>thead>tr>th:first-child {
    border-radius: 0;
}

.table-omaha-series>thead>tr>th:last-child {
    border-radius: 0;
    border-right: none;
}

.table-omaha-series tbody>tr:hover {
    background-color: #000 !important;
}

.table-omaha-series tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    /*&:nth-child(5) {
                width: 10%;

                @media (max-width: 1024px) {
                    width: 4%;
                }
            }*/
}

@media (max-width: 1024px) {
    .table-omaha-series tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-omaha-series tbody>tr>td {
        font-size: 9px;
    }
}

.table-omaha-series tbody>tr>td:first-child {
    width: 15%;
}

@media (max-width: 1024px) {
    .table-omaha-series tbody>tr>td:first-child {
        width: 9%;
    }
}

@media (max-width: 480px) {
    .table-omaha-series tbody>tr>td:first-child {
        width: 20%;
    }
}

@media (max-width: 375px) {
    .table-omaha-series tbody>tr>td:first-child {
        width: 25%;
    }
}

.table-omaha-series tbody>tr>td:nth-child(2) {
    width: 9%;
}

@media (max-width: 480px) {
    .table-omaha-series tbody>tr>td:nth-child(2) {
        width: 11%;
    }
}

@media (max-width: 375px) {
    .table-omaha-series tbody>tr>td:nth-child(2) {
        width: 12%;
    }
}

.table-omaha-series tbody>tr>td:nth-child(3) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-omaha-series tbody>tr>td:nth-child(3) {
        width: 19%;
    }
}

@media (max-width: 480px) {
    .table-omaha-series tbody>tr>td:nth-child(3) {
        width: 44%;
    }
}

@media (max-width: 414px) {
    .table-omaha-series tbody>tr>td:nth-child(3) {
        width: 29%;
    }
}

@media (max-width: 375px) {
    .table-omaha-series tbody>tr>td:nth-child(3) {
        width: 37%;
    }
}

.table-omaha-series tbody>tr>td:nth-child(4) {
    width: 3%;
}

@media (max-width: 1024px) {
    .table-omaha-series tbody>tr>td:nth-child(4) {
        width: 4%;
    }
}

.table-omaha-series tbody>tr>td:last-child {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-omaha-series tbody>tr>td:last-child {
        width: 7%;
    }
}

@media (max-width: 480px) {
    .table-omaha-series tbody>tr>td:last-child {
        width: 18%;
    }
}

.table-omaha-series>tbody>tr:nth-child(odd) {
    background-color: #0e2142;
}

.table-omaha-series>tbody>tr:nth-child(even) {
    background-color: #224c6d;
}

.table-omahaseries-full {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-omahaseries-full>thead>tr>th {
    background: #0b407b !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border-right: 1px solid #000;
}

@media (max-width: 480px) {
    .table-omahaseries-full>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-omahaseries-full>thead>tr>th {
        font-size: 9px;
    }
}

.table-omahaseries-full>thead>tr>th:first-child {
    border-radius: 0;
}

.table-omahaseries-full>thead>tr>th:last-child {
    border-radius: 0;
    border-right: none;
}

.table-omahaseries-full tbody>tr:hover {
    background-color: #000 !important;
}

.table-omahaseries-full tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-omahaseries-full tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-omahaseries-full tbody>tr>td {
        font-size: 9px;
    }
}

.table-omahaseries-full tbody>tr>td:first-child {
    width: 9%;
}

@media (max-width: 1024px) {
    .table-omahaseries-full tbody>tr>td:first-child {
        width: 10%;
    }
}

@media (max-width: 480px) {
    .table-omahaseries-full tbody>tr>td:first-child {
        width: 22%;
    }
}

@media (max-width: 414px) {
    .table-omahaseries-full tbody>tr>td:first-child {
        width: 14%;
    }
}

@media (max-width: 375px) {
    .table-omahaseries-full tbody>tr>td:first-child {
        width: 17%;
    }
}

@media (max-width: 360px) {
    .table-omahaseries-full tbody>tr>td:first-child {
        width: 19%;
    }
}

.table-omahaseries-full tbody>tr>td:nth-child(2) {
    width: 9%;
}

@media (max-width: 480px) {
    .table-omahaseries-full tbody>tr>td:nth-child(2) {
        width: 13%;
    }
}

@media (max-width: 375px) {
    .table-omahaseries-full tbody>tr>td:nth-child(2) {
        width: 16%;
    }
}

.table-omahaseries-full tbody>tr>td:nth-child(3) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-omahaseries-full tbody>tr>td:nth-child(3) {
        width: 26%;
    }
}

@media (max-width: 480px) {
    .table-omahaseries-full tbody>tr>td:nth-child(3) {
        width: 75%;
    }
}

@media (max-width: 414px) {
    .table-omahaseries-full tbody>tr>td:nth-child(3) {
        width: 40%;
    }
}

.table-omahaseries-full tbody>tr>td:nth-child(4) {
    width: 3%;
}

@media (max-width: 1024px) {
    .table-omahaseries-full tbody>tr>td:nth-child(4) {
        width: 4%;
    }
}

.table-omahaseries-full tbody>tr>td:nth-child(5) {
    width: 10%;
}

@media (max-width: 1024px) {
    .table-omahaseries-full tbody>tr>td:nth-child(5) {
        width: 4%;
    }
}

.table-omahaseries-full tbody>tr>td:last-child {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-omahaseries-full tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-omahaseries-full tbody>tr>td:last-child {
        width: 0;
    }
}

.table-omahaseries-full>tbody>tr:nth-child(odd) {
    background-color: #131935;
}

.table-omahaseries-full>tbody>tr:nth-child(even) {
    background-color: #191f3c;
}

.table-omahaseries-full-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #331509;
}

.table-omahaseries-full-wrapper::-webkit-scrollbar-corner {
    background-color: #422012;
}

.table-omahaseries-full-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #132d4d;
}

.table-omahaseries-full-wrapper::-webkit-scrollbar-track {
    background-color: #191f3c;
}

.table-superm-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-superm-body {
        padding: 0;
    }
}

/*MILLIONS TABLE*/

.tbl-superm-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-superm-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-superm {
    border: 1px solid #190e3e !important;
}

.table-superm {
    table-layout: auto;
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.table-superm>thead>tr>th {
    background: #592e0c !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ff9c31;
}

@media (max-width: 480px) {
    .table-superm>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-superm>thead>tr>th {
        font-size: 9px;
    }
}

.table-superm>thead>tr>th:first-child {
    border-radius: 0;
}

.table-superm>thead>tr>th:last-child {
    border-radius: 0;
}

.table-superm tbody>tr:hover {
    background-color: #a56c2d !important;
}

.table-superm tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-superm tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-superm tbody>tr>td {
        font-size: 9px;
    }
}

.table-superm tbody>tr>td:first-child {
    width: 9%;
}

@media (max-width: 1024px) {
    .table-superm tbody>tr>td:first-child {
        width: 10%;
    }
}

@media (max-width: 480px) {
    .table-superm tbody>tr>td:first-child {
        width: 22%;
    }
}

@media (max-width: 414px) {
    .table-superm tbody>tr>td:first-child {
        width: 12%;
    }
}

@media (max-width: 375px) {
    .table-superm tbody>tr>td:first-child {
        width: 14%;
    }
}

.table-superm tbody>tr>td:nth-child(2) {
    width: 9%;
}

@media (max-width: 480px) {
    .table-superm tbody>tr>td:nth-child(2) {
        width: 13%;
    }
}

@media (max-width: 375px) {
    .table-superm tbody>tr>td:nth-child(2) {
        width: 12%;
    }
}

.table-superm tbody>tr>td:nth-child(3) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-superm tbody>tr>td:nth-child(3) {
        width: 26%;
    }
}

@media (max-width: 480px) {
    .table-superm tbody>tr>td:nth-child(3) {
        width: 75%;
    }
}

@media (max-width: 414px) {
    .table-superm tbody>tr>td:nth-child(3) {
        width: 60%;
    }
}

.table-superm tbody>tr>td:nth-child(4) {
    width: 3%;
}

@media (max-width: 1024px) {
    .table-superm tbody>tr>td:nth-child(4) {
        width: 4%;
    }
}

.table-superm tbody>tr>td:nth-child(5) {
    width: 10%;
}

@media (max-width: 1024px) {
    .table-superm tbody>tr>td:nth-child(5) {
        width: 4%;
    }
}

.table-superm tbody>tr>td:last-child {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-superm tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-superm tbody>tr>td:last-child {
        width: 0;
    }
}

.table-superm>tbody>tr:nth-child(odd) {
    background-color: rgba(142, 94, 40, 0.8);
}

.table-superm>tbody>tr:nth-child(even) {
    background-color: rgba(108, 64, 29, 0.8);
}

.table-superm-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-superm-body {
        padding: 0;
    }
}

/*FULL table*/

.tbl-supermfull-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-supermfull-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-supermfull {
    border: 1px solid #190e3e !important;
}

.table-supermfull {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-supermfull>thead>tr>th {
    background: #856120 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media (max-width: 480px) {
    .table-supermfull>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-supermfull>thead>tr>th {
        font-size: 9px;
    }
}

.table-supermfull>thead>tr>th:first-child {
    border-radius: 0;
}

.table-supermfull>thead>tr>th:last-child {
    border-radius: 0;
}

.table-supermfull tbody>tr:hover {
    background-color: #170904 !important;
}

.table-supermfull tbody>tr>td {
    color: #eeeeee;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-supermfull tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-supermfull tbody>tr>td {
        font-size: 9px;
    }
}

.table-supermfull tbody>tr>td:first-child {
    width: 9%;
}

@media (max-width: 1024px) {
    .table-supermfull tbody>tr>td:first-child {
        width: 10%;
    }
}

@media (max-width: 480px) {
    .table-supermfull tbody>tr>td:first-child {
        width: 22%;
    }
}

@media (max-width: 414px) {
    .table-supermfull tbody>tr>td:first-child {
        width: 20%;
    }
}

@media (max-width: 375px) {
    .table-supermfull tbody>tr>td:first-child {
        width: 24%;
    }
}

@media (max-width: 320px) {
    .table-supermfull tbody>tr>td:first-child {
        width: 24%;
    }
}

.table-supermfull tbody>tr>td:nth-child(2) {
    width: 9%;
}

@media (max-width: 480px) {
    .table-supermfull tbody>tr>td:nth-child(2) {
        width: 13%;
    }
}

@media (max-width: 375px) {
    .table-supermfull tbody>tr>td:nth-child(2) {
        width: 12%;
    }
}

.table-supermfull tbody>tr>td:nth-child(3) {
    width: 36%;
}

@media (max-width: 1024px) {
    .table-supermfull tbody>tr>td:nth-child(3) {
        width: 26%;
    }
}

@media (max-width: 480px) {
    .table-supermfull tbody>tr>td:nth-child(3) {
        width: 75%;
    }
}

@media (max-width: 414px) {
    .table-supermfull tbody>tr>td:nth-child(3) {
        width: 60%;
    }
}

.table-supermfull tbody>tr>td:nth-child(4) {
    width: 3%;
}

@media (max-width: 1024px) {
    .table-supermfull tbody>tr>td:nth-child(4) {
        width: 4%;
    }
}

.table-supermfull tbody>tr>td:nth-child(5) {
    width: 10%;
}

@media (max-width: 1024px) {
    .table-supermfull tbody>tr>td:nth-child(5) {
        width: 4%;
    }
}

.table-supermfull tbody>tr>td:last-child {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-supermfull tbody>tr>td:last-child {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .table-supermfull tbody>tr>td:last-child {
        width: 0;
    }
}

.table-supermfull>tbody>tr:nth-child(odd) {
    background-color: #331509;
}

.table-supermfull>tbody>tr:nth-child(even) {
    background-color: #422012;
}

.table-supermfull-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-supermfull-body {
        padding: 0;
    }
}

.table-supermfull-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #331509;
}

.table-supermfull-wrapper::-webkit-scrollbar-corner {
    background-color: #422012;
}

.table-supermfull-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #422012;
}

.table-supermfull-wrapper::-webkit-scrollbar-track {
    background-color: #331509;
}

/********USDT-TRC20********/

.usdt-banner-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/usdt/bannerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #003034;
}

/*.usdt-bar3bg-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/usdt/bar3bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #003034;
}*/

.usdt-bar3bg2-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/usdt/bar3bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #003034;
}

.usdt-grad-bg {
    background: #50b99d;
    background: -moz-linear-gradient(left, #50b99d 0%, #008f85 100%);
    background: -webkit-linear-gradient(left, #50b99d 0%, #008f85 100%);
    background: linear-gradient(to right, #50b99d 0%, #008f85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b99d', endColorstr='#008f85', GradientType=1);
}

.usdt-wsop-grad-bg {
    background: #2d5b74;
    background: -moz-linear-gradient(left, #2d5b74 0%, #0c4a69 100%);
    background: -webkit-linear-gradient(left, #2d5b74 0%, #0c4a69 100%);
    background: linear-gradient(to right, #2d5b74 0%, #0c4a69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d5b74', endColorstr='#0c4a69', GradientType=1);
}

.usdt-grad-top-bg {
    background: #171c55;
    background: -moz-linear-gradient(left, #171c55 20%, #694a4a 100%);
    background: -webkit-linear-gradient(left, #171c55 20%, #694a4a 100%);
    background: linear-gradient(to right, #171c55 20%, #694a4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171c55', endColorstr='#694a4a', GradientType=1);
}

.usdt-grad-top-bg2 {
    background: #242527;
    background: -moz-linear-gradient(bottom, #242527 20%, #0c223f 100%);
    background: -webkit-linear-gradient(bottom, #242527 20%, #0c223f 100%);
    background: linear-gradient(to top, #242527 20%, #0c223f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242527', endColorstr='#0c223f', GradientType=1);
}

.usdt-btn-border {
    border: 2px solid #223f9b;
}

/********GG Spring Festival********/

.sf-bg-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggsf/bg11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #003034;
}

.sf-bg-2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggsf/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #003034;
}

.sf-bg-4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggsf/bg4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: transparent;
}

.sf-bg-last {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggsf/bg-last.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #003034;
}

.sf-peach {
    background-color: #ede6c6;
}

.sf-title {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggsf/title-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #003034;
    margin-bottom: 15px;
    margin-top: 40px;
}

@media (max-width: 480px) {
    .sf-title {
        margin-top: 30px;
    }
}

.sf-title2 {
    background-color: #154da9;
    text-align: center;
    text-decoration: none;
    outline: 0;
    padding: 10px 35px;
    transform: skew(-21deg);
    letter-spacing: 2px;
}

.sf-title2 span {
    display: inline-block;
    transform: skew(21deg);
}

.sf-title3 {
    position: relative;
}

.sf-title3 h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sf-crowd {
    position: absolute;
    bottom: 0;
}

.sf-bg3 {
    position: absolute;
    bottom: 0;
}

.sf-index2 {
    z-index: 2;
    position: relative;
}

.pos-relative {
    position: relative;
}

.sf-tag div:nth-child(2) {
    position: relative;
    top: -35px;
}

@media (max-width: 480px) {
    .sf-tag div:nth-child(2) {
        top: -25px;
    }
}

.sf-min-padd {
    padding-bottom: 270px;
}

@media (max-width: 480px) {
    .sf-min-padd {
        padding-bottom: 70px;
    }
}

.sf-clouds {
    overflow: hidden;
}

.sf-clouds img {
    position: absolute;
}

/*Spring Festival table*/

.tbl-sf-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-sf-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-sf {
    border: 1px solid #190e3e !important;
}

.table-sf {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-sf>thead>tr>th {
    background: #45999b !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

@media (max-width: 480px) {
    .table-sf>thead>tr>th:nth-child(3) {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .table-sf>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-sf>thead>tr>th {
        font-size: 9px;
    }
}

.table-sf>thead>tr>th:first-child {
    border-radius: 0;
}

.table-sf>thead>tr>th:last-child {
    border-radius: 0;
}

.table-sf tbody>tr:hover {
    background-color: #dadcbd !important;
}

.table-sf tbody>tr>td {
    color: #0a3335;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-sf tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-sf tbody>tr>td {
        font-size: 9px;
    }
}

.table-sf>tbody>tr:nth-child(odd) {
    background-color: #fffef2;
}

.table-sf>tbody>tr:nth-child(even) {
    background-color: #eeecd6;
}

.table-sf>thead>tr>.head-violet {
    background-color: #120924 !important;
    padding: 20px 0;
    font-size: 22px;
}

@media (max-width: 1024px) {
    .table-sf>thead>tr>.head-violet {
        font-size: 16px;
        padding: 15px 0;
    }
}

@media (max-width: 480px) {
    .table-sf>thead>tr>.head-violet {
        padding: 5px 0;
        font-size: 12px;
    }
}

.table-sf-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-sf-body {
        padding: 0;
    }
}

.table-sf-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #aad2c9;
}

.table-sf-wrapper::-webkit-scrollbar-corner {
    background-color: #422012;
}

.table-sf-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #eeecd6;
}

.table-sf-wrapper::-webkit-scrollbar-track {
    background: #fffef2;
}

.table-autumnzodiac {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-autumnzodiac>thead>tr>th {
    background: #fec96c !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

@media (max-width: 480px) {
    .table-autumnzodiac>thead>tr>th:nth-child(3) {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .table-autumnzodiac>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-autumnzodiac>thead>tr>th {
        font-size: 9px;
    }
}

.table-autumnzodiac>thead>tr>th:first-child {
    border-radius: 0;
}

.table-autumnzodiac>thead>tr>th:last-child {
    border-radius: 0;
}

.table-autumnzodiac>thead>tr>th.mzr {
    background: #d7cbd7 !important;
}

.table-autumnzodiac tbody>tr:hover {
    background-color: #dadcbd !important;
}

.table-autumnzodiac tbody>tr>td {
    color: #0a3335;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-right: 1px solid #000;
}

@media (max-width: 1024px) {
    .table-autumnzodiac tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-autumnzodiac tbody>tr>td {
        font-size: 9px;
    }
}

.table-autumnzodiac tbody.mzr>tr:hover {
    background-color: #d9cfff !important;
}

.table-autumnzodiac>tbody>tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-autumnzodiac>tbody>tr:nth-child(even) {
    background-color: #eaeaea;
}

.table-autumnzodiac>thead>tr>.head-maroon {
    padding: 8px 0;
    font-size: 19px;
    background-color: #832323 !important;
    color: #fff !important;
    border: none;
}

@media (max-width: 1024px) {
    .table-autumnzodiac>thead>tr>.head-maroon {
        font-size: 16px;
        padding: 15px 0;
    }
}

@media (max-width: 480px) {
    .table-autumnzodiac>thead>tr>.head-maroon {
        padding: 5px 0;
        font-size: 12px;
    }
}

.table-autumnzodiac>thead>tr>.head-purple {
    padding: 8px 0;
    font-size: 19px;
    background-color: #4f39a2 !important;
    color: #fff !important;
    border: none;
}

@media (max-width: 1024px) {
    .table-autumnzodiac>thead>tr>.head-purple {
        font-size: 16px;
        padding: 15px 0;
    }
}

@media (max-width: 480px) {
    .table-autumnzodiac>thead>tr>.head-purple {
        padding: 5px 0;
        font-size: 12px;
    }
}

.table-autumnzodiac>thead>tr>.head-light-maroon {
    background-color: #9a4f5b !important;
    color: #fff !important;
    border: none;
    font-size: 19px;
}

@media (max-width: 1024px) {
    .table-autumnzodiac>thead>tr>.head-light-maroon {
        font-size: 16px;
        padding: 15px 0;
    }
}

@media (max-width: 480px) {
    .table-autumnzodiac>thead>tr>.head-light-maroon {
        padding: 5px 0;
        font-size: 12px;
    }
}

.table-autumnzodiac>tfoot>tr>td {
    color: #fff;
    background-color: #fcf6d2;
    font-weight: bold;
}

.table-autumnzodiac>tfoot>tr>td.mzr {
    background-color: #fff;
}

.table-iphonefun-body {
    margin: 0 20%;
}

@media (max-width: 480px) {
    .table-iphonefun-body {
        margin: 0 2%;
    }
}

.table-iphonefun {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-iphonefun>thead>tr>th {
    background: #28306a !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px !important;
    color: #fff;
    border-top: none !important;
    border-right: none !important;
}

@media (max-width: 480px) {
    .table-iphonefun>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px !important;
    }
}

@media (max-width: 414px) {
    .table-iphonefun>thead>tr>th {
        font-size: 9px;
    }
}

.table-iphonefun>thead>tr>th:first-child {
    border-radius: 0;
}

.table-iphonefun>thead>tr>th:last-child {
    border-radius: 0;
}

.table-iphonefun tbody>tr:hover {
    background-color: #eee !important;
}

.table-iphonefun tbody>tr>td {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    border-right: 1px solid #ffffff;
    vertical-align: middle;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.table-iphonefun tbody>tr>td:nth-child(1) {
    width: 30%;
}

@media (max-width: 480px) {
    .table-iphonefun tbody>tr>td:nth-child(1) {
        width: 35%;
    }
}

@media (max-width: 1024px) {
    .table-iphonefun tbody>tr>td {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.table-iphonefun>tbody>tr:nth-child(odd) {
    background-color: #4b4b4b !important;
}

.table-iphonefun>tbody>tr:nth-child(even) {
    background-color: #000000 !important;
}

/* ================ PLO-5 ================= */

.highlight-plo {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/plo/bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.plo-5-content1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/plo/bg4.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.plo-border-btm {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cacaca;
}

@media (max-width: 1024px) {
    .plo-border-btm {
        margin-bottom: 10px;
    }
}

.mid-pad {
    padding-top: 24%;
}

@media (max-width: 1024px) {
    .mid-pad {
        padding-top: 20px;
    }
}

.mid-pad-10 {
    padding-top: 6%;
}

@media (max-width: 1024px) {
    .mid-pad-10 {
        padding-top: 20px;
    }
}

.plo-bet-option {
    padding: 2% 15% 0;
}

@media (max-width: 1024px) {
    .plo-bet-option {
        padding: 2% 0% 0;
    }
}

.plo-bet-option>div {
    padding: 30px;
}

@media (max-width: 1024px) {
    .plo-bet-option>div {
        padding: 20px 15px;
    }
}

.plo-bet-option>div p {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .plo-bet-option>div p {
        font-size: 15px;
    }
}

.plo-bet-option>div p span {
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .plo-bet-option>div p span {
        display: block;
        margin-bottom: 5px;
    }
}

.tbl-plo thead tr th {
    background-color: #6e7681;
    color: #fff;
    border-right: 1px solid #ccc;
}

@media (max-width: 480px) {
    .tbl-plo thead tr th {
        font-size: 11px;
    }
}

/*********WSOP-2021***********/

.blank-video {
    width: 85%;
    margin: 0 auto;
    height: 50vh;
}

.highlight-wsop2021 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2021/wsopc-2021-bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-2021-circuit-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2021/wsopc-2021-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-2021-champ-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2021/wsopc-2021-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-2021-cash-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2021/wsopc-2021-bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-2021-mainevent-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2021/wsopc-2021-bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.wsop2021-btn {
    background: rgba(201, 139, 51, 0.8);
    border-radius: 50px;
    border: 1px solid #fff;
    position: relative;
}

.wsop2021-btn2 {
    background: rgba(155, 129, 58, 0.8);
    border-radius: 50px;
    border: 1px solid #fff;
    position: relative;
}

.wsop2021-btn3 {
    background: #96652a;
    border-radius: 50px;
    position: relative;
}

.wsop2022-btn {
    background: #aa8e51;
    border-radius: 50px;
    position: relative;
}

.tclogo-float {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.tclogo-float img {
    width: 85%;
}

@media (max-width: 768px) {
    .tclogo-float img {
        width: 65%;
    }
}

@media (max-width: 375px) {
    .tclogo-float img {
        width: 55%;
    }
}

@media (max-width: 320px) {
    .tclogo-float img {
        width: 45%;
    }
}

.wsop-m-top {
    margin-top: 10%;
}

/*WSOP 2021 Table*/

.tbl-wsop2021-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-wsop2021-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-wsop2021 {
    border: 1px solid #190e3e !important;
}

.table-wsop2021 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-wsop2021>thead>tr>th {
    background: #5d1717 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

@media (max-width: 480px) {
    .table-wsop2021>thead>tr>th:nth-child(3) {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .table-wsop2021>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-wsop2021>thead>tr>th {
        font-size: 9px;
    }
}

.table-wsop2021>thead>tr>th:first-child {
    border-radius: 0;
}

.table-wsop2021>thead>tr>th:last-child {
    border-radius: 0;
}

.table-wsop2021 tbody>tr:hover {
    background-color: #560909 !important;
}

.table-wsop2021 tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-wsop2021 tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-wsop2021 tbody>tr>td {
        font-size: 9px;
    }
}

.table-wsop2021>tbody>tr:nth-child(odd) {
    background-color: #330101;
}

.table-wsop2021>tbody>tr:nth-child(even) {
    background-color: #2b0000;
}

.table-wsop2021-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-wsop2021-body {
        padding: 0;
    }
}

.table-wsop2021-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #5d1717;
}

.table-wsop2021-wrapper::-webkit-scrollbar-corner {
    background-color: #560909;
}

.table-wsop2021-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #560909;
}

.table-wsop2021-wrapper::-webkit-scrollbar-track {
    background: #370a0a;
}

/*WSOP-CASH-GAME-RINGS*/

.wsop-cgr-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2021/cgr-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-cgr-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2021/cgr-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-prize-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2021/prize-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-plate {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2021/plate.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.wsop-plate-text {
    padding: 5% 5%;
}

.wsop-side-container {
    position: fixed;
    top: 35%;
    right: 3%;
    z-index: 1;
    text-align: right;
    width: 12%;
}

@media (max-width: 1600px) {
    .wsop-side-container {
        width: 14%;
    }
}

@media (max-width: 1440px) {
    .wsop-side-container {
        width: 15%;
    }
}

@media (max-width: 480px) {
    .wsop-side-container {
        width: 30%;
        top: 21%;
    }
}

@media (max-width: 414px) {
    .wsop-side-container {
        width: 35%;
        top: 23%;
    }
}

.wsop-side-container a {
    display: inline-block;
    width: 100%;
}

.wsop-side-container a img {
    width: 100%;
}

/*TEAM CHAMPIONSHIP*/

.tc-banner-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/champ-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tc-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/team-champions-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tc-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/team-champions-extra-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* BOOSTED WEEK */

/*.boosted-bg {
    position: absolute;
    width: 100%;
    height: auto;

    > img {
        height: 1250px;
        width: 100%;
    }
}*/

.boosted-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/boostedweek/bg-boostedweek.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.boosted-content {
    position: relative;
}

.boosted-details {
    position: relative;
}

.boosted-details>p {
    font-size: 25px;
}

@media (max-width: 480px) {
    .boosted-details>p {
        font-size: 17px;
    }
}

.bw-mid {
    position: relative;
    margin-bottom: 50px;
}

.bw-text {
    background: rgba(14, 13, 43, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    padding: 20px 0;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .bw-text {
        width: 90%;
    }
}

.bw-text p {
    font-size: 20px;
}

@media (max-width: 480px) {
    .bw-text p {
        font-size: 14px;
    }
}

.bigboost {
    background: rgba(14, 13, 43, 0.7);
}

.table-boostedweek {
    table-layout: auto;
    /*border: 1px #000000 solid;
  background-color: rgba(7, 7, 7, 0.41);*/
    border: 1px solid #000;
    background-color: transparent;
    margin-bottom: 0;
}

.table-boostedweek>thead>tr>th {
    background: #362861;
}

.table-boostedweek>tbody>tr:nth-child(odd) {
    background-color: #17132a;
}

.table-boostedweek>tbody>tr:nth-child(even) {
    background-color: #0a0813;
}

.table-boostedweek>tbody>tr td {
    color: #fff;
}

.table-boostedweek>tbody>tr td:first-child {
    width: 12%;
}

@media (max-width: 480px) {
    .table-boostedweek>tbody>tr td:first-child {
        width: 15%;
    }
}

.table-boostedweek>tbody>tr td:nth-child(2) {
    width: 20%;
}

@media (max-width: 480px) {
    .table-boostedweek>tbody>tr td:nth-child(2) {
        width: 36%;
    }
}

.table-boostedweek>tbody>tr td:nth-child(3) {
    width: 14%;
}

@media (max-width: 480px) {
    .table-boostedweek>tbody>tr td:nth-child(3) {
        width: 14%;
    }
}

.table-boostedweek>tbody>tr td:nth-child(4) {
    /*text-align: right;*/
    width: 12%;
}

.table-boostedweek>tbody>tr td:last-child {
    width: 12%;
}

.table-boostedweek>tbody>tr:hover {
    background-color: #000000;
}

/*HIGH ROLLERS WEEK JUNE*/

.hr-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/highrollers/hr-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hr-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/highrollers/hr-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hr-crown-container {
    position: relative;
    min-height: 745px;
}

@media (max-width: 1024px) {
    .hr-crown-container {
        min-height: 635px;
    }
}

@media (max-width: 800px) {
    .hr-crown-container {
        min-height: 495px;
    }
}

.hr-crown-container .crown1 {
    width: 43%;
    left: 28.5%;
}

@media (max-width: 480px) {
    .hr-crown-container .crown1 {
        width: 80%;
        left: unset;
        margin: 0 auto;
    }
}

@media (max-width: 360px) {
    .hr-crown-container .crown1 {
        width: 90%;
    }
}

.hr-crown-container .crown2 {
    left: 0;
    bottom: 16%;
}

.hr-crown-container .crown3 {
    bottom: 0;
    left: 32.5%;
}

.hr-crown-container .crown4 {
    bottom: 16%;
    right: 0;
}

.hr-crown-container .crown2,
.hr-crown-container .crown3,
.hr-crown-container .crown4 {
    width: 35%;
}

@media (max-width: 480px) {
    .hr-crown-container .crown2,
    .hr-crown-container .crown3,
    .hr-crown-container .crown4 {
        width: 65%;
        left: unset;
        bottom: unset;
        margin: 0 auto;
    }
}

@media (max-width: 432px) {
    .hr-crown-container .crown2,
    .hr-crown-container .crown3,
    .hr-crown-container .crown4 {
        width: 70%;
    }
}

@media (max-width: 360px) {
    .hr-crown-container .crown2,
    .hr-crown-container .crown3,
    .hr-crown-container .crown4 {
        width: 75%;
    }
}

.hr-crown-container .crown-group {
    position: absolute;
}

@media (max-width: 480px) {
    .hr-crown-container .crown-group {
        position: relative;
    }
}

.hr-crown-container .crown-group .details {
    padding: 10% 0% 0 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.hr-crown-container .crown-group .details h3 {
    line-height: 1.2em;
}

@media (max-width: 1024px) {
    .hr-crown-container .crown-group .details h3 {
        font-size: 18px;
    }
}

@media (max-width: 800px) {
    .hr-crown-container .crown-group .details h3 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hr-crown-container .crown-group .details h3 {
        font-size: 18px;
    }
}

@media (max-width: 432px) {
    .hr-crown-container .crown-group .details h3 {
        font-size: 16px;
    }
}

.hr-crown-container .crown-group .details h3 span {
    font-size: 18px;
}

@media (max-width: 1024px) {
    .hr-crown-container .crown-group .details h3 span {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    .hr-crown-container .crown-group .details h3 span {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hr-crown-container .crown-group .details h3 span {
        font-size: 15px;
    }
}

@media (max-width: 432px) {
    .hr-crown-container .crown-group .details h3 span {
        font-size: 14px;
    }
}

.hr-crown-container .crown-group .details p {
    font-size: 15px;
    padding: 10px 0;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .hr-crown-container .crown-group .details p {
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    .hr-crown-container .crown-group .details p {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .hr-crown-container .crown-group .details p {
        font-size: 14px;
    }
}

@media (max-width: 432px) {
    .hr-crown-container .crown-group .details p {
        font-size: 12px;
    }
}

@media (max-width: 384px) {
    .hr-crown-container .crown-group .details p {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    .hr-crown-container .crown-group .details h4 {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    .hr-crown-container .crown-group .details h4 {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hr-crown-container .crown-group .details h4 {
        font-size: 15px;
    }
}

@media (max-width: 432px) {
    .hr-crown-container .crown-group .details h4 {
        font-size: 14px;
    }
}

/*High Roller Table*/

.tbl-highroller21-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-highroller21-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-highroller21 {
    border: 1px solid #190e3e !important;
}

.table-highroller21 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-highroller21>thead>tr>th {
    background: #523009 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

@media (max-width: 480px) {
    .table-highroller21>thead>tr>th:nth-child(3) {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .table-highroller21>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-highroller21>thead>tr>th {
        font-size: 9px;
    }
}

.table-highroller21>thead>tr>th:first-child {
    border-radius: 0;
}

.table-highroller21>thead>tr>th:last-child {
    border-radius: 0;
}

.table-highroller21 tbody>tr:hover {
    background-color: #000 !important;
}

.table-highroller21 tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-highroller21 tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-highroller21 tbody>tr>td {
        font-size: 9px;
    }
}

.table-highroller21>tbody>tr:nth-child(odd) {
    background-color: #110900;
}

.table-highroller21>tbody>tr:nth-child(even) {
    background-color: #23120c;
}

.table-highroller21-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-highroller21-body {
        padding: 0;
    }
}

.table-highroller21-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #23120c;
}

.table-highroller21-wrapper::-webkit-scrollbar-corner {
    background-color: #560909;
}

.table-highroller21-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #382119;
}

.table-highroller21-wrapper::-webkit-scrollbar-track {
    background: #1d110d;
}

/*LIVE CASINO*/

.lc-title {
    position: relative;
}

.lc-title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.live-casino-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/live-casino/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #24023d;
}

.live-casino-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/live-casino/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-color: #200f2c;
}

.live-casino-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/live-casino/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    background-color: #2c163d;
}

.live-casino-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/live-casino/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-color: #1f102c;
}

.live-casino-bg5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/live-casino/bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    background-color: #2c153d;
}

@media (max-width: 1680px) {
    .live-casino-bg2,
    .live-casino-bg3,
    .live-casino-bg4,
    .live-casino-bg5 {
        background-position: center;
    }
}

/*Live Casino Table*/

.tbl-livecasino-scroll-pc {
    overflow: auto;
    max-height: 420px;
}

@media (max-width: 768px) {
    .tbl-livecasino-scroll-pc {
        max-height: 350px;
    }
}

@media (max-width: 480px) {
    .tbl-livecasino-scroll-pc {
        max-height: 240px;
    }
}

.tbl-body-livecasino {
    border: 1px solid #190e3e !important;
}

.table-livecasino {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-livecasino>thead>tr>th {
    background: #0c0319 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF2DB;
}

@media (max-width: 480px) {
    .table-livecasino>thead>tr>th:nth-child(3) {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .table-livecasino>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-livecasino>thead>tr>th {
        font-size: 9px;
    }
}

.table-livecasino>thead>tr>th:first-child {
    border-radius: 0;
}

.table-livecasino>thead>tr>th:last-child {
    border-radius: 0;
}

.table-livecasino tbody>tr:hover {
    background-color: #170b28 !important;
}

.table-livecasino tbody>tr>td {
    color: #FFF2DB;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-livecasino tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-livecasino tbody>tr>td {
        font-size: 9px;
    }
}

.table-livecasino>tbody>tr:nth-child(odd) {
    background-color: #300f40;
}

.table-livecasino>tbody>tr:nth-child(even) {
    background-color: #3e1950;
}

.table-livecasino-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-livecasino-body {
        padding: 0;
    }
}

.table-livecasino-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #23120c;
}

.table-livecasino-wrapper::-webkit-scrollbar-corner {
    background-color: #0c0319;
}

.table-livecasino-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3a134d;
}

.table-livecasino-wrapper::-webkit-scrollbar-track {
    background: #180f1c;
}

/*Battle Royale*/

.btr-main-title {
    position: relative;
}

.btr-main-title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .btr-main-title h3 {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-top: 10px;
    }
}

.btr-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/battle-royale/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #13180c;
}

.btr-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/battle-royale/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #13180c;
}

.btr-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/battle-royale/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #13180c;
}

.arrow-royale {
    position: absolute;
    top: 35%;
    right: -32px;
    width: 18%;
}

@media (max-width: 480px) {
    .arrow-royale {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 43%;
        top: unset;
        bottom: -15%;
        width: 13%;
    }
}

@media (max-width: 480px) {
    .million-arrow {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.btr-title2 {
    font-size: 0;
}

.btr-title2 .title-rev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btr-w-bullet {
    /*h3:before {
  	content: '';
  	background-image: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/battle-royale/btr-bullet.png);
  	position: absolute;
  	background-repeat: no-repeat;
  	background-size: cover;
  	right: 12px;
  	width: 15px;
  	height: 9px;
  	top: 17px;
  	transition: linear .3s;
  }*/
}

.btr-w-bullet span {
    padding-right: 15px;
}

.btr-w-bullet p {
    padding-left: 25px;
}

.btr-prompt {
    position: relative;
    background-color: #242e1e;
    padding: 40px;
    margin-top: 5%;
}

.btr-prompt h3 {
    position: absolute;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/battle-royale/topbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 18%;
    padding: 5px 0px 5px 35px;
    top: -15px;
    left: -15px;
}

@media (max-width: 480px) {
    .btr-prompt h3 {
        background-position: right;
        width: 30%;
        padding: 5px 0px 5px 20px;
        left: 0px;
    }
}

@media (max-width: 432px) {
    .btr-prompt h3 {
        width: 35%;
        padding: 5px 0px 5px 15px;
    }
}

.tbl-battle-royale-scroll-pc {
    overflow: auto;
    max-height: 420px;
}

@media (max-width: 768px) {
    .tbl-battle-royale-scroll-pc {
        max-height: 350px;
    }
}

@media (max-width: 480px) {
    .tbl-battle-royale-scroll-pc {
        max-height: 240px;
    }
}

.tbl-body-battle-royale {
    border: 1px solid #190e3e !important;
}

.table-battle-royale {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-battle-royale>thead>tr>th {
    background: #414632 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
}

@media (max-width: 480px) {
    .table-battle-royale>thead>tr>th:nth-child(3) {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .table-battle-royale>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-battle-royale>thead>tr>th {
        font-size: 9px;
    }
}

.table-battle-royale>thead>tr>th:first-child {
    border-radius: 0;
}

.table-battle-royale>thead>tr>th:last-child {
    border-radius: 0;
}

.table-battle-royale tbody>tr:hover {
    background-color: #181c10 !important;
}

.table-battle-royale tbody>tr>td {
    color: #FFF;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-battle-royale tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-battle-royale tbody>tr>td {
        font-size: 9px;
    }
}

.table-battle-royale>tbody>tr:nth-child(odd) {
    background-color: #080d08;
}

.table-battle-royale>tbody>tr:nth-child(even) {
    background-color: #040704;
}

.table-battle-royale-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-battle-royale-body {
        padding: 0;
    }
}

.table-battle-royale-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #161910;
}

.table-battle-royale-wrapper::-webkit-scrollbar-corner {
    background-color: #0c0319;
}

.table-battle-royale-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #0f170f;
}

.table-battle-royale-wrapper::-webkit-scrollbar-track {
    background: #040704;
}

/* BATTLE ROYALE JUNE PROMO */

.battleroyale-pts {
    position: relative;
}

.battleroyale-pts-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    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%);
}

@media (max-width: 575px) {
    .battleroyale-pts-detail-1 h2 {
        font-size: 15px !important;
        margin-bottom: 5px;
    }
    .battleroyale-pts-detail-1 p {
        font-size: 12px;
        line-height: 18px;
    }
}

/*Shortdeck-series*/

.sds-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/shortdeck/series-2022/sds-bgscroll1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #2a0732;
    background-attachment: fixed;
}

.sds-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/shortdeck/series-2022/sds-bgscroll2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #260737;
    background-attachment: fixed;
}

.sds-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/shortdeck/series-2022/heartbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #260737;
    background-attachment: fixed;
}

.sdc-quare-title {
    position: relative;
}

.sdc-quare-title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}

.sdc-quare-title h3 span {
    font-size: 35px;
}

@media (max-width: 480px) {
    .sdc-quare-title h3 {
        font-size: 25px;
    }
    .sdc-quare-title h3 span {
        font-size: 30px;
    }
}

@media (max-width: 384px) {
    .sdc-quare-title h3 {
        font-size: 20px;
    }
    .sdc-quare-title h3 span {
        font-size: 22px;
    }
}

.sdc-anchor {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff59c;
    box-shadow: 1px 1px 5px #fff59c;
    -webkit-box-shadow: 1px 1px 5px #fff59c;
    -moz-box-shadow: 1px 1px 5px #fff59c;
    -o-box-shadow: 1px 1px 5px #fff59c;
}

.sdc-anchor2 {
    position: relative;
    border: 2px solid #fff59c;
    box-shadow: 1px 1px 5px #fff59c, 3px 9px 5px #1f1f1f;
    -webkit-box-shadow: 1px 1px 5px #fff59c, 3px 9px 5px #1f1f1f;
    -moz-box-shadow: 1px 1px 5px #fff59c, 3px 9px 5px #1f1f1f;
    -o-box-shadow: 1px 1px 5px #fff59c, 3px 9px 5px #1f1f1f;
}

.sds-logo-float {
    position: relative;
}

.sds-pkvid-float {
    position: absolute;
    bottom: 20%;
    right: 8%;
    color: #ffed9f;
    font-size: 24px;
}

@media (max-width: 1024px) {
    .sds-pkvid-float {
        bottom: 5%;
        right: 2%;
        background: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: 5px 0px 15px 5px;
    }
}

@media (max-width: 480px) {
    .sds-pkvid-float {
        bottom: 6.5%;
        right: 1.5%;
        padding: 10px;
        font-size: 14px;
    }
}

/*Shortdeck Series Table*/

.tbl-shortdeck-series-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-shortdeck-series-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-shortdeck-series {
    border: 1px solid #190e3e !important;
}

.table-shortdeck-series {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-shortdeck-series>thead>tr>th {
    background: #250123 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #d6ced2;
}

@media (max-width: 480px) {
    .table-shortdeck-series>thead>tr>th:nth-child(3) {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .table-shortdeck-series>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-shortdeck-series>thead>tr>th {
        font-size: 9px;
    }
}

.table-shortdeck-series>thead>tr>th:first-child {
    border-radius: 0;
}

.table-shortdeck-series>thead>tr>th:last-child {
    border-radius: 0;
}

.table-shortdeck-series tbody>tr:hover {
    background-color: #000 !important;
}

.table-shortdeck-series tbody>tr>td {
    color: #d6ced2;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-shortdeck-series tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-shortdeck-series tbody>tr>td {
        font-size: 9px;
    }
}

.table-shortdeck-series>tbody>tr:nth-child(odd) {
    background-color: #40143e;
}

.table-shortdeck-series>tbody>tr:nth-child(even) {
    background-color: #361033;
}

.table-shortdeck-series-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-shortdeck-series-body {
        padding: 0;
    }
}

.table-shortdeck-series-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #23120c;
}

.table-shortdeck-series-wrapper::-webkit-scrollbar-corner {
    background-color: #560909;
}

.table-shortdeck-series-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #260124;
}

.table-shortdeck-series-wrapper::-webkit-scrollbar-track {
    background: #40143e;
}

/*BOM2021*/

.bom21-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom21-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.bom21-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom21-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.bom21-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom21-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.bom21-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom21-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.bom21-bg5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wpt/battle-malta/bom21-bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

/*WSOP-ONLINE-2021*/

.wsop-ol-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/online-2021/wsopbg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-ol-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/online-2021/wsopbg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-ol-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/online-2021/wsopbg3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-ol-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/online-2021/wsopbg4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.wsop-ol-bg5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/online-2021/wsopbg5.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.wsop-ol-bg6 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/online-2021/wsopbg6.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.wsop-21grad {
    background: linear-gradient(140deg, #670000 0%, #b30000 47%, #670000 100%);
    display: inline-block;
    border: 2px solid #e0c173;
    text-align: center;
    vertical-align: top;
}

.wsop-ol-lv {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop-champion/online-2021/bgLV.jpg?v=72921) no-repeat;
    background-size: cover;
    background-position: top center;
}

/*WSOP 2021 online Table*/

.tbl-wsop2021-ol-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-wsop2021-ol-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-wsop2021-ol {
    border: 1px solid #190e3e !important;
}

.table-wsop2021-ol {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-wsop2021-ol>thead>tr>th {
    background: #661308 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffeec6;
}

@media (max-width: 480px) {
    .table-wsop2021-ol>thead>tr>th:nth-child(3) {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .table-wsop2021-ol>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-wsop2021-ol>thead>tr>th {
        font-size: 9px;
    }
}

.table-wsop2021-ol>thead>tr>th:first-child {
    border-radius: 0;
}

.table-wsop2021-ol>thead>tr>th:last-child {
    border-radius: 0;
}

.table-wsop2021-ol tbody>tr:hover {
    background-color: #261100 !important;
}

.table-wsop2021-ol tbody>tr>td {
    color: #dddbd8;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-wsop2021-ol tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-wsop2021-ol tbody>tr>td {
        font-size: 9px;
    }
}

.table-wsop2021-ol>tbody>tr:nth-child(odd) {
    background-color: #130404;
}

.table-wsop2021-ol>tbody>tr:nth-child(even) {
    background-color: #000;
}

.table-wsop2021-ol-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-wsop2021-ol-body {
        padding: 0;
    }
}

.table-wsop2021-ol-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
}

.table-wsop2021-ol-wrapper::-webkit-scrollbar-corner {
    background-color: #560909;
}

.table-wsop2021-ol-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #560909;
}

.table-wsop2021-ol-wrapper::-webkit-scrollbar-track {
    background: #000;
}

.hr-4949 {
    border-top: 1px solid #494949 !important;
}

.hr-fff {
    border-top: 1px solid #494949 !important;
}

.wsop-go-btn {
    position: absolute;
    right: 10%;
    bottom: 12%;
}

@media (max-width: 1024px) {
    .wsop-go-btn {
        right: 5%;
        bottom: 10%;
    }
}

@media (max-width: 800px) {
    .wsop-go-btn {
        font-size: 2.2vw !important;
    }
    .wsop-go-btn a img {
        width: 7vw;
    }
}

@media (max-width: 480px) {
    .wsop-go-btn {
        font-size: 2.8vw !important;
    }
    .wsop-go-btn a img {
        width: 8vw;
    }
}

/****AOF SIT GO****/

.aof-sitgo-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/aof-sit-go/sitgo-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #3d437f;
}

.sitgo-title {
    position: relative;
}

.sitgo-title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table-aof-sitgo {
    table-layout: auto !important;
    border-radius: 10px;
    background: #d2d2d2;
}

@media (max-width: 480px) {
    .table-aof-sitgo {
        margin: 10px 0;
    }
}

.table-aof-sitgo thead>tr>th {
    border-right: 1px solid #ddd;
    background: #6e7681 !important;
    color: #fff !important;
}

@media (max-width: 480px) {
    .table-aof-sitgo thead>tr>th {
        font-size: 12px;
        padding: 5px 2px;
    }
}

.table-aof-sitgo thead>tr>th> :last-child {
    border-right: none;
}

.table-aof-sitgo tbody>tr td {
    border-right: 1px solid #ddd;
    font-size: 15px;
    color: #000;
}

.table-aof-sitgo tbody>tr td> :last-child {
    border-right: none;
}

@media (max-width: 480px) {
    .table-aof-sitgo tbody>tr td {
        font-size: 12px;
        padding: 5px 2px;
    }
}

.table-aof-sitgo tbody>tr> :last-child {
    width: 20%;
}

/****GGXWSOP****/

.gxw-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggxwsop/gxw-bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.gxw-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggxwsop/gxw-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.gxw-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggxwsop/gxw-bg3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.gxw-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggxwsop/gxw-bg4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.gxw-giftbox-container {
    position: relative;
    width: 70%;
    margin: 20px auto;
}

@media (max-width: 1024px) {
    .gxw-giftbox-container {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .gxw-giftbox-container {
        width: 100%;
        margin: 10px auto;
    }
}

.gxw-giftbox-container .box-content-grp {
    position: absolute;
    width: 100%;
    top: 21%;
    font-size: 0;
    text-align: left;
}

@media (max-width: 480px) {
    .gxw-giftbox-container .box-content-grp {
        top: 24%;
    }
}

.gxw-giftbox-container .box-content-grp .box-left {
    width: 30%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 800px) {
    .gxw-giftbox-container .box-content-grp .box-left h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .gxw-giftbox-container .box-content-grp .box-left h3 {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .gxw-giftbox-container .box-content-grp .box-left h3 {
        font-size: 12px;
    }
}

.gxw-giftbox-container .box-content-grp .box-right {
    width: 50%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding-left: 6%;
}

@media (max-width: 480px) {
    .gxw-giftbox-container .box-content-grp .box-right {
        width: 60%;
    }
}

.gxw-giftbox-container .box-content-grp .box-right .main {
    font-size: 28px;
    margin-bottom: 10px;
}

@media (max-width: 800px) {
    .gxw-giftbox-container .box-content-grp .box-right .main {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .gxw-giftbox-container .box-content-grp .box-right .main {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media (max-width: 430px) {
    .gxw-giftbox-container .box-content-grp .box-right .main {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .gxw-giftbox-container .box-content-grp .box-right .main {
        font-size: 12px;
    }
}

.gxw-giftbox-container .box-content-grp .box-right p {
    font-size: 16px;
}

@media (max-width: 800px) {
    .gxw-giftbox-container .box-content-grp .box-right p {
        font-size: 12px;
    }
}

@media (max-width: 430px) {
    .gxw-giftbox-container .box-content-grp .box-right p {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .gxw-giftbox-container .box-content-grp .box-right p {
        font-size: 9px;
    }
}

.bg-ggcare-2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggcarecheers/bg22.jpg?v=083021);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-ggcare-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggcarecheers/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-ggcare-3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggcarecheers/bgtoons.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: center;
}

.bg-man {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggcarecheers/bgman.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: center;
}

/*Badbeat*/

@media (max-width: 480px) {
    .table-badbeat>thead>tr>th {
        font-size: 12px;
    }
}

.table-badbeat>tbody>tr>td {
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
}

@media (max-width: 480px) {
    .table-badbeat>tbody>tr>td {
        font-size: 12px;
    }
}

.tbl-bbj {
    border: none !important;
}

.tbl-bbj>thead>tr>th {
    font-size: 16px;
}

.tbl-bbj tr {
    border: none !important;
}

.tbl-bbj>tbody>tr:nth-child(odd) {
    background-color: rgba(126, 32, 22, 0.5) !important;
}

.tbl-bbj>tbody>tr:nth-child(even) {
    background-color: rgba(50, 8, 16, 0.5) !important;
}

.tbl-bbj>tbody>tr>td {
    color: #fff !important;
    font-size: 15px;
}

.black-header th {
    background: #000000 !important;
    color: #fff !important;
}

.bbj-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/badbeatjackpot/bird.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: top center;
}

.bbj-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/badbeatjackpot/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: top center;
    padding-bottom: 35px;
}

.bbj-txt {
    padding-top: 29%;
}

.bbj-txtbox {
    background: rgba(0, 0, 0, 0.15);
    padding: 20px 0;
}

.bbj-txtbox>img {
    padding-bottom: 25px;
}

.bbj-txtbox2 {
    background: rgba(35, 0, 6, 0.5);
    padding: 20px 0;
}

.bbj-hr {
    padding: 3% 0;
}

.bbj-img {
    border-bottom: 2px solid #9e4a2e;
    padding-bottom: 20px;
}

.bbj-rules {
    background: rgba(255, 255, 255, 0.1);
}

/* RNC friday */

.rnc-bg-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/rushcashfri/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: center;
}

.rnc-bg-2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/rushcashfri/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: center;
}

.rnc-bg-3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/rushcashfri/bgip.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: center;
}

.rnc-bigtxt {
    color: #ffc230;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin-top: -8%;
}

@media (max-width: 768px) {
    .rnc-bigtxt {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .rnc-bigtxt {
        font-size: 25px;
        line-height: 35px;
    }
}

.rnc-bigtxt-2 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -8%;
}

@media (max-width: 480px) {
    .rnc-bigtxt-2 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 414px) {
    .rnc-bigtxt-2 {
        font-size: 14px;
        line-height: 20px;
    }
}

.rnc-bg-transparent,
.rnc-bg-transparent-2 {
    background: #0a0504;
    margin: 20px 15% 0;
}

@media (max-width: 768px) {
    .rnc-bg-transparent,
    .rnc-bg-transparent-2 {
        margin: 15px 2% 0;
    }
}

.rnc-bg-transparent-2 {
    background: #1f100d !important;
}

.rnc-bg-step {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/rushcashfri/bgtab.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    border: 1px solid #d8c988;
    margin-bottom: 10px;
}

.rnc-bg-step li h3 {
    margin-top: 14%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .rnc-bg-step li h3 {
        margin-top: 4%;
        margin-bottom: 12px;
        font-size: 18px;
    }
}

.rnc-bg-step li p {
    color: #dcd3bd;
}

@media (max-width: 768px) {
    .rnc-bg-step li p {
        font-size: 13px;
        line-height: 20px;
    }
}

.rnc-iphonetxt {
    position: absolute;
    left: 17%;
    top: 43%;
    color: #ffc230;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 40px;
}

@media (max-width: 480px) {
    .rnc-iphonetxt {
        left: 5%;
        top: 25%;
    }
}

/*SuperMweek September 2021*/

.super-mw1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/bg1.png?v=1129);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #120301;
}

.super-mw2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #210902;
}

.super-mw3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #43200b;
}

.bg-superm-opac {
    background-color: rgba(139, 61, 38, 0.3);
    box-shadow: 1px 2px 7px black;
}

.download-div {
    padding: 20px 40px;
    vertical-align: top;
    height: 436px;
}

@media (max-width: 495px) {
    .download-div {
        height: auto;
        width: 90%;
    }
}

.download-div button:hover {
    background-color: #a53535;
}

.autumn-poster {
    height: 436px;
}

@media (max-width: 495px) {
    .autumn-poster {
        height: auto;
        width: 90%;
    }
}

.iphonefun-content {
    margin: 0 15%;
}

@media (max-width: 1024px) {
    .iphonefun-content {
        margin: 0;
    }
}

.bubble-list {
    padding-top: 8%;
}

@media (max-width: 600px) {
    .bubble-list {
        padding-top: 2%;
    }
}

.bubble-list li {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px 5px;
}

.bubble-list li p {
    font-size: 16px;
}

.bubble-list li p:first-child {
    color: #3a7cc6;
    font-weight: bold;
    padding-bottom: 5px;
}

.tbl-bubble {
    width: 60%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .tbl-bubble {
        width: 90%;
    }
}

.tbl-bubble table {
    width: 100% !important;
}

.tbl-bubble tr th {
    color: #fff !important;
    background: #6e7681 !important;
}

.faqlist-bubble p:nth-child(odd) {
    font-size: 16px;
    border: none !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    padding: 10px;
    display: inline-block;
}

.faqlist-bubble p:nth-child(even) {
    margin: 5px 0 5px 50px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #e4e4e4 !important;
    background-color: #fff !important;
    padding: 10px;
}

@media (max-width: 768px) {
    .faqlist-bubble p:nth-child(even) {
        margin: 5px 0 5px 20px;
    }
}

.mzrbtn-tooltip {
    position: relative;
}

.mzrbtn-tooltip>span {
    color: #4f39a2;
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 480px) {
    .mzrbtn-tooltip>span {
        display: block;
        font-size: 13px;
        margin-top: 5px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .mzrbtn-tooltip>span img {
        width: 20px;
        vertical-align: middle;
    }
}

.table-rnc-zodiac {
    border: 1px #686868 solid !important;
    border-radius: 0;
}

.table-rnc-zodiac>thead>tr>th {
    background: #14112b;
}

.table-rnc-zodiac>thead>.headblue>th {
    background: #28306a !important;
    padding: 0;
    vertical-align: middle;
}

.table-rnc-zodiac>tbody>tr:nth-child(odd),
.table-rnc-zodiac>ul>li:nth-child(odd) {
    background-color: #ffffff;
}

.table-rnc-zodiac>tbody>tr:nth-child(even),
.table-rnc-zodiac>ul>li:nth-child(even) {
    background-color: #eaeaea;
}

.table-rnc-zodiac tfoot>tr>td {
    color: #fff;
    background-color: #87c09f;
    font-weight: bold;
}

.table-wsopc-energy {
    border: 1px #686868 solid !important;
    border-radius: 0;
}

.table-wsopc-energy>thead>tr>th {
    background: #8c1f24;
}

.table-wsopc-energy>thead>tr>th:first-child {
    border-right: 1px solid #1c1c1c;
}

.table-wsopc-energy>thead>.headblue>th {
    background: #28306a !important;
    padding: 0;
    vertical-align: middle;
}

.table-wsopc-energy>tbody>tr>td:first-child {
    border-right: 1px solid #1c1c1c;
}

.table-wsopc-energy>tbody>tr:nth-child(odd),
.table-wsopc-energy>ul>li:nth-child(odd) {
    background-color: #ffffff;
}

.table-wsopc-energy>tbody>tr:nth-child(even),
.table-wsopc-energy>ul>li:nth-child(even) {
    background-color: #eaeaea;
}

.table-wsopc-energy tfoot>tr>td {
    color: #fff;
    background-color: #87c09f;
    font-weight: bold;
}

/*Ask-fedor*/

.bg-fedor-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ask-fedor/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-fedor-2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ask-fedor/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #102e1c;
}

.fedor-title-1 {
    background-color: #153a24;
    border-radius: 10px;
    box-shadow: 1px 5px 4px 0px #062211;
    padding: 7px 0;
    position: relative;
}

.fedor-title-1 .tip {
    position: absolute;
    left: 80% !important;
}

.fedor-title-2 {
    background-color: #3f845b;
    border-radius: 10px;
    padding: 7px 0;
    position: relative;
}

.fedor-title-1 .tip,
.fedor-title-2 .tip {
    position: absolute;
    left: 50%;
}

.fedor-step {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .fedor-step {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.fedor-step img {
    width: 100%;
}

.fedor-step h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
}

.fedor-package {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .fedor-package {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.fedor-package img {
    width: 100%;
}

@media (max-width: 480px) {
    .fedor-package img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 375px) {
    .fedor-package img {
        width: 100%;
    }
}

.fedor-package h4 {
    position: absolute;
    top: 8%;
    left: 30%;
    color: white;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .fedor-package h4 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .fedor-package h4 {
        font-size: 17px;
    }
}

.fedor-package h4 span {
    display: block;
    padding-left: 5%;
    font-size: 14px;
    padding-top: 5%;
    line-height: 1.3em;
    width: 65%;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .fedor-package h4 span {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .fedor-package h4 span {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .fedor-package h4 span {
        font-size: 14px;
    }
}

.fedorvip-title {
    position: relative;
}

.fedorvip-title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.fedorvip-title img {
    width: 100%;
}

/*WSOPC-WINTER2021*/

.win2021-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/2021/win-mainbg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

.wincir-main-banner {
    position: relative;
    overflow: hidden;
}

.wincir-main-banner .wwgif {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1440px) {
    .wincir-main-banner .mbanner-wd {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .wincir-main-banner .mbanner-wd {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .wincir-main-banner .mbanner-wd {
        width: 70%;
    }
}

.wwside-gif {
    position: relative;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
}

.wincir-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/2021/win-bg2.jpg);
    background-size: cover;
    background-position: top center;
    background-color: #eaebed;
}

@media (max-width: 1600px) {
    .wincir-bg2 {
        background-size: 105%;
    }
}

@media (max-width: 1280px) {
    .wincir-bg2 {
        background-size: 108%;
    }
}

@media (max-width: 1024px) {
    .wincir-bg2 {
        background-size: 370%;
        background-position: bottom center;
    }
}

.wincir-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/2021/win-bg3.jpg);
    background-size: cover;
    background-position: center;
    background-color: #eaebed;
}

.wincir-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/2021/win-bg4.jpg);
    background-size: cover;
    background-position: center;
    background-color: #eaebed;
}

.wincir-bg5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/2021/win-bg5.jpg);
    background-size: cover;
    background-position: top center;
    background-color: #eaebed;
}

.wincir-bg5 .wn-p1 {
    background: rgba(0, 0, 0, 0.05);
}

.wc-part1 {
    padding-bottom: 7%;
}

@media (max-width: 1600px) {
    .wc-part1 {
        padding-bottom: 8%;
    }
}

@media (max-width: 1024px) {
    .wc-part1 {
        padding-bottom: 0;
    }
}

/*.win2021-bg {
    background: linear-gradient(rgba(109, 69, 31, 0.5), rgba(108, 75, 46, 0.5)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/2021/win-mainbg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #320b06;
}*/

/*WSOPC Winter 2021 Table*/

.tbl-wsopwinter2021-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-wsopwinter2021-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-wsop2021 {
    border: 1px solid #190e3e !important;
}

.table-wsopwinter2021 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-wsopwinter2021>thead>tr>th {
    background: #ba0d0d !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

@media (max-width: 480px) {
    .table-wsopwinter2021>thead>tr>th:nth-child(3) {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .table-wsopwinter2021>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-wsopwinter2021>thead>tr>th {
        font-size: 9px;
    }
}

.table-wsopwinter2021>thead>tr>th:first-child {
    border-radius: 0;
}

.table-wsopwinter2021>thead>tr>th:last-child {
    border-radius: 0;
}

.table-wsopwinter2021 tbody>tr:hover {
    background-color: #fff !important;
}

.table-wsopwinter2021 tbody>tr>td {
    color: #000;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-wsopwinter2021 tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-wsopwinter2021 tbody>tr>td {
        font-size: 9px;
    }
}

.table-wsopwinter2021>tbody>tr:nth-child(odd) {
    background-color: #edf0f2;
}

.table-wsopwinter2021>tbody>tr:nth-child(even) {
    background-color: #e5e9ec;
}

.table-wsopwinter2021-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    .table-wsopwinter2021-body {
        padding: 0;
    }
}

.table-wsopwinter2021-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
}

.table-wsopwinter2021-wrapper::-webkit-scrollbar-corner {
    background-color: #edf0f2;
}

.table-wsopwinter2021-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #a5a5a5;
}

.table-wsopwinter2021-wrapper::-webkit-scrollbar-track {
    background: #edf0f2;
}

.wwdropshadow {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 3px #141414);
}

/*LIVE TRIVIA*/

.ltrvia-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/live-trivia/bg1.jpg);
    background-size: cover;
    background-position: center;
}

.ltrivia-bar {
    position: relative;
}

.ltrivia-bar .description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

@media (max-width: 768px) {
    .ltrivia-bar .description {
        width: 90%;
    }
}

.ltrivia-bar img {
    width: 100%;
}

@media (max-width: 480px) {
    .ltrivia-bar img {
        height: 155px;
    }
}

@media (max-width: 375px) {
    .ltrivia-bar img {
        height: 130px;
    }
}

.ltrivia-note {
    position: relative;
}

.ltrivia-note h3 {
    font-size: 22px;
    position: absolute;
    top: 8%;
    left: 7%;
}

@media (max-width: 768px) {
    .ltrivia-note h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ltrivia-note h3 {
        font-size: 13px;
    }
}

@media (max-width: 430px) {
    .ltrivia-note h3 {
        font-size: 11px;
        top: 9%;
        left: 7%;
    }
}

@media (max-width: 320px) {
    .ltrivia-note h3 {
        font-size: 9px;
    }
}

.ltrivia-note p {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 16px;
}

@media (max-width: 768px) {
    .ltrivia-note p {
        font-size: 13px;
        width: 85%;
    }
}

@media (max-width: 480px) {
    .ltrivia-note p {
        font-size: 9px;
        width: 90%;
    }
}

.ltrivia-note img {
    width: 100%;
}

@media (max-width: 430px) {
    .ltrivia-note img {
        height: 85px;
    }
}

.ltrivia-steps {
    position: relative;
}

.ltrivia-steps .description {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.ltrivia-steps img {
    width: 100%;
}

/*LIVE TRIVIA 2*/

.ltrvia2-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/live-trivia/lt2-bg1.png);
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.ltrvia2-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/live-trivia/lt2-bg2.png);
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.lt-winbox {
    position: relative;
}

.lt-winbox .congrats {
    position: relative;
    top: 45px;
    z-index: 2;
}

@media (max-width: 1024px) {
    .lt-winbox .congrats {
        top: 0;
        padding: 10px 0;
    }
}

.lt-winbox .lt-girl {
    position: absolute;
    right: -44%;
    top: 36%;
    z-index: 2;
}

@media (max-width: 480px) {
    .lt-winbox .lt-girl {
        right: -16%;
        top: 0%;
        z-index: 0;
    }
}

.lt-tit1 {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    width: 95%;
}

.lt-tit2 {
    margin-top: 95px;
    font-size: 35px;
}

@media (max-width: 1024px) {
    .lt-tit2 {
        margin-top: 60px;
    }
}

@media (max-width: 480px) {
    .lt-tit2 {
        margin-top: 35px;
    }
}

@media (max-width: 375px) {
    .lt-tit2 {
        margin-top: 28px;
    }
}

@media (max-width: 320px) {
    .lt-tit2 {
        margin-top: 19px;
    }
}

.desc-custom {
    top: 66% !important;
}

.lt-p {
    font-size: 90px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .lt-p {
        font-size: 50px;
    }
}

@media (max-width: 480px) {
    .lt-p {
        font-size: 30px;
    }
}

.ltrivia2-bar {
    position: relative;
}

.ltrivia2-bar .description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

@media (max-width: 768px) {
    .ltrivia2-bar .description {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .ltrivia2-bar .description .t1 {
        font-size: 2.2vw;
    }
}

@media (max-width: 480px) {
    .ltrivia2-bar .description .t1 {
        font-size: 3.3vw;
    }
}

@media (max-width: 1024px) {
    .ltrivia2-bar .description .t2 {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .ltrivia2-bar .description .t2 {
        font-size: 4vw;
    }
}

@media (max-width: 1024px) {
    .ltrivia2-bar .description .t3 {
        font-size: 1.8vw;
    }
}

@media (max-width: 480px) {
    .ltrivia2-bar .description .t3 {
        font-size: 2.5vw;
    }
}

.ltrivia2-bar img {
    width: 100%;
}

.ltrivia-bar3 {
    position: relative;
}

.ltrivia-bar3 .description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

@media (max-width: 768px) {
    .ltrivia-bar3 .description {
        width: 90%;
    }
}

.ltrivia-bar3 img {
    width: 100%;
}

@media (max-width: 800px) {
    .ltrivia-bar3 img {
        height: 275px;
    }
}

@media (max-width: 480px) {
    .ltrivia-bar3 img {
        height: 245px;
    }
}

@media (max-width: 375px) {
    .ltrivia-bar3 img {
        height: 210px;
    }
}

@media (max-width: 320px) {
    .ltrivia-bar3 img {
        height: 225px;
    }
}

@media (max-width: 480px) {
    .ltrivia-bar3 .tbox-tb {
        height: 245px;
    }
}

@media (max-width: 384px) {
    .ltrivia-bar3 .tbox-tb {
        height: 245px;
    }
}

.ltrivia2-steps {
    position: relative;
}

.ltrivia2-steps .description {
    position: absolute;
    top: 3%;
    width: 100%;
}

.ltrivia2-steps .description h3 {
    margin-bottom: 100%;
}

@media (max-width: 1024px) {
    .ltrivia2-steps .description h3 {
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    .ltrivia2-steps .description h3 {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .ltrivia2-steps .description h3 {
        margin-bottom: 105%;
    }
}

.ltrivia2-steps .description p {
    font-size: 20px;
}

@media (max-width: 1024px) {
    .ltrivia2-steps .description p {
        font-size: 17px;
    }
}

@media (max-width: 800px) {
    .ltrivia2-steps .description p {
        font-size: 1.8vw;
    }
}

.ltrivia2-steps .special h3 {
    margin-bottom: 0;
}

.ltrivia2-steps .special .spc-p {
    margin: 39.5% 0;
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .ltrivia2-steps .special .spc-p {
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    .ltrivia2-steps .special .spc-p {
        font-size: 1.8vw;
    }
}

@media (max-width: 480px) {
    .ltrivia2-steps .special .spc-p {
        margin: 43% 0;
    }
}

.ltrivia2-steps .special .spc-p span {
    font-size: 20px;
}

@media (max-width: 1024px) {
    .ltrivia2-steps .special .spc-p span {
        font-size: 17px;
    }
}

@media (max-width: 800px) {
    .ltrivia2-steps .special .spc-p span {
        font-size: 1.8vw;
    }
}

.ltrivia2-steps .special p {
    font-size: 20px;
}

@media (max-width: 1024px) {
    .ltrivia2-steps .special p {
        font-size: 17px;
    }
}

@media (max-width: 800px) {
    .ltrivia2-steps .special p {
        font-size: 2vw;
    }
}

.ltrivia2-steps img {
    width: 100%;
}

/*Table-trivia*/

.table-trivia {
    border: none;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed;
    margin: 0 auto;
    min-width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: rgba(98, 20, 25, 0.8);
}

@media (max-width: 1024px) {
    .table-trivia {
        min-width: 100%;
    }
}

.table-trivia .title-head>th {
    background-color: #621419;
    border-top: 1px solid #ffedb0;
    border-bottom: 1px solid #ffedb0;
}

.table-trivia tbody>tr>td,
.table-trivia tfoot>tr>td {
    text-align: center;
    padding: 5px 5px;
    color: #ffeec6;
    /*word-break: break-word;*/
    font-size: 16px;
    line-height: normal;
    width: 50%;
    /*  &:first-child {
            text-align: right;
            padding-right: 10%
        }

        &:last-child {
            text-align: left;
            padding-left: 10%
        }*/
}

@media only screen and (max-width: 480px) {
    .table-trivia tbody>tr>td,
    .table-trivia tfoot>tr>td {
        font-size: 11px;
    }
}

.table-trivia tbody>tr:last-child {
    border-bottom: none;
}

.table-trivia tbody>tr:hover {
    background-color: #2a0607 !important;
}

.table-trivia thead>tr {
    border-top: 1px solid #ffedb0;
    border-bottom: 1px solid #ffedb0;
}

.table-trivia>thead>tr>th {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
    color: #ffeec6;
    background-color: #621419;
}

@media only screen and (max-width: 480px) {
    .table-trivia>thead>tr>th {
        font-size: 11px;
        padding: 5px 5px;
    }
}

.table-trivia>tbody>tr:nth-child(odd) {
    background-color: #33070a;
}

.table-trivia>tbody>tr:nth-child(even) {
    background-color: transparent;
}

.table-trivia tfoot>tr>td {
    color: #fff;
    background-color: #d2b068;
    font-weight: bold;
}

.table-xmas>thead>tr>th {
    background: #7b0f0f !important;
    color: #fff;
    border-right: 1px solid #eaeaea;
    font-size: 16px;
}

.table-xmas tbody>tr>td {
    color: #fff;
    border-right: 1px solid #eaeaea;
    font-size: 15px;
}

.table-xmas>tbody>tr:nth-child(odd) {
    background-color: #4b4b4b !important;
}

.table-xmas>tbody>tr:nth-child(even) {
    background-color: #000000 !important;
}

/*Big5-Series*/

.big5-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/big5-series/big5-bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.big5-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/big5-series/big5-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.big5-gradient-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/big5-series/big5-gradient-bg.png) no-repeat;
    background-size: 75%;
    background-position: center;
    padding: 15px 0;
}

@media (max-width: 480px) {
    .big5-gradient-bg {
        background-size: 100%;
    }
}

.big5-grad-title {
    background: linear-gradient(to right, #b86127 0%, #eed178 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 3px #141414);
}

/*WSOP 2021 Table*/

.tbl-big5series-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-big5series-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-big5series {
    border: 1px solid #190e3e !important;
}

.table-big5series {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}

.table-big5series thead,
.table-big5series tbody,
.table-big5series tr,
.table-big5series td,
.table-big5series th {
    display: block;
    overflow-x: hidden;
}

.table-big5series tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-big5series tbody td,
.table-big5series thead th {
    float: left;
}

@media (max-width: 360px) {
    .table-big5series tbody td,
    .table-big5series thead th {
        font-size: 8px;
    }
}

.table-big5series tbody td:first-child,
.table-big5series thead th:first-child {
    width: 16%;
}

.table-big5series tbody td:nth-child(2),
.table-big5series thead th:nth-child(2) {
    width: 13%;
}

@media (max-width: 768px) {
    .table-big5series tbody td:nth-child(2),
    .table-big5series thead th:nth-child(2) {
        width: 15%;
    }
}

.table-big5series tbody td:nth-child(3),
.table-big5series thead th:nth-child(3) {
    width: 40%;
}

@media (max-width: 768px) {
    .table-big5series tbody td:nth-child(3),
    .table-big5series thead th:nth-child(3) {
        width: 38%;
    }
}

.table-big5series tbody td:nth-child(4),
.table-big5series thead th:nth-child(4) {
    width: 15%;
}

.table-big5series tbody td:nth-child(5),
.table-big5series thead th:nth-child(5) {
    width: 16%;
}

.table-big5series>thead>tr>th {
    background: #082e50 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    /*&:nth-child(3) {

            @media (max-width: 480px) {
                width: 35%
            }
        }*/
}

@media (max-width: 480px) {
    .table-big5series>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-big5series>thead>tr>th {
        font-size: 9px;
    }
}

.table-big5series>thead>tr>th:first-child {
    border-radius: 0;
}

.table-big5series>thead>tr>th:last-child {
    border-radius: 0;
}

.table-big5series tbody>tr:hover {
    background-color: #000309 !important;
}

.table-big5series tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-big5series tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-big5series tbody>tr>td {
        font-size: 9px;
    }
}

.table-big5series>tbody>tr:nth-child(odd) {
    background-color: #051022;
}

.table-big5series>tbody>tr:nth-child(even) {
    background-color: #000510;
}

tbody.table-big5series-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-big5series-body {
        padding: 0;
    }
}

tbody.table-big5series-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #040a1a;
}

@media (max-width: 480px) {
    tbody.table-big5series-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
}

tbody.table-big5series-wrapper::-webkit-scrollbar-corner {
    background-color: #082e50;
}

tbody.table-big5series-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #082e50;
}

tbody.table-big5series-wrapper::-webkit-scrollbar-track {
    background: #000510;
}

/*====APL 2022===*/

/*APL2022*/

.bg-video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

.bg-img-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

.apl-fixed-video {
    position: fixed;
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
}

.overlay {
    width: 100%;
    /* height: 100vh;*/
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;*/
    z-index: 2;
}

.apl-arrow-down {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 15px 10px;
}

.apl-arrow-down:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.apl-arrow-down:hover a {
    transform: scale(1.1);
}

.apl-arrow-down a {
    display: inline-block;
    width: 50%;
}

@media (max-width: 480px) {
    .apl-arrow-down a {
        width: 40%;
    }
}

.apl-arrow-down-inde {
    position: relative;
    text-align: center;
    padding: 15px 10px;
    width: 10%;
    margin: 10% auto;
}

@media (max-width: 480px) {
    .apl-arrow-down-inde {
        width: 22%;
    }
}

.apl-arrow-down-inde:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.apl-arrow-down-inde:hover a {
    transform: scale(1.1);
}

.apl-arrow-down-inde a {
    display: inline-block;
    width: 50%;
}

.bg-apl-minheight {
    min-height: 125vh;
    position: relative;
}

@media (max-width: 480px) {
    .bg-apl-minheight {
        min-height: 100vh;
    }
}

.apl-mainsec-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2022/apl-mainsec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: rgba(0, 0, 0, 0.3);
}

.apl-tigersched-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2022/apl-tiger-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: rgba(13, 64, 62, 0.9);
    background-attachment: fixed;
}

.apl22-logo-scratch {
    position: relative;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    top: 25px;
}

@media (max-width: 768px) {
    .apl22-logo-scratch {
        top: 0;
    }
}

.apl22-logo-scratch .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
}

.apl22-logo-scratch .scratch {
    position: relative;
    z-index: 1;
    width: 100%;
}

.apl-junmain-text h4 {
    color: #fff2d8;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .apl-junmain-text h4 {
        font-size: 5vw;
    }
}

.apl-junmain-text .highlights {
    color: #f2b339;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2em;
    text-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .apl-junmain-text .highlights {
        font-size: 10vw;
        line-height: 1.2em;
    }
}

.apl-junmain-text .highlights span {
    font-size: 20px;
}

@media (max-width: 768px) {
    .apl-junmain-text .highlights span {
        font-size: 4vw;
    }
}

.apl-timebox {
    position: relative;
}

.apl-timebox .apl-timebox-text {
    text-align: center;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}

.apl-timebox .apl-timebox-text h3 {
    color: #24d9c2;
    font-size: 32px;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
    padding-top: 15%;
}

@media (max-width: 768px) {
    .apl-timebox .apl-timebox-text h3 {
        font-size: 3.5vw;
        text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
        padding-top: 10%;
    }
}

.apl-timebox .apl-timebox-text h4 {
    color: #24d9c2;
    font-size: 26px;
    line-height: 1.5em;
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .apl-timebox .apl-timebox-text h4 {
        font-size: 3vw;
        text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
    }
}

.apl-bluegreen {
    color: #57c9b2;
}

.honoroll-description2022 {
    border: 4px solid #e0c173;
    border-radius: 22px;
    padding: 32px 30px;
    margin: 20px 0;
}

.honor-bg-2022 {
    background-color: rgba(0, 0, 0, 0.7);
}

.apl22-painted-text {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    top: -25px;
}

@media (max-width: 480px) {
    .apl22-painted-text {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .apl22-painted-text {
        top: -20px;
    }
}

.apl22-painted-text .text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.apl22-painted-text .text h3 {
    color: #e13a44;
    line-height: 1.5em;
    font-size: 50px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .apl22-painted-text .text h3 {
        font-size: 5vw;
        line-height: 1.2em;
    }
}

.apl22-painted-text .text h4 {
    color: #B80515;
    line-height: 1.5em;
    font-size: 25px;
}

@media (max-width: 768px) {
    .apl22-painted-text .text h4 {
        font-size: 3vw;
    }
}

.apl22-painted-text .text .highlights {
    color: #f2b339;
    font-size: 55px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .apl22-painted-text .text .highlights {
        font-size: 5vw;
        line-height: 1.2em;
    }
}

.apl22-painted-text .text .highlights span {
    color: #d9c192;
    font-size: 20px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .apl22-painted-text .text .highlights span {
        font-size: 3vw;
    }
}

.apl22-painted-text img {
    width: 100%;
}

.apl22-titletag {
    position: relative;
}

.apl22-titletag h3 {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.apl22-subtext {
    position: relative;
}

.apl22-btnlike {
    border: 2px solid #a7934c;
    border-radius: 0 10px 0 10px;
    padding: 10px 20px;
    margin: 0;
    box-shadow: -1px -1px #ffffff;
    filter: drop-shadow(2px 7px 5px black);
}

.apl22-btnlike p {
    background: linear-gradient(360deg, #c2c2c2 0%, #fff2da 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 480px) {
    .apl22-btnlike {
        padding: 10px 5px;
    }
}

.btnlike-bg {
    background-color: rgba(0, 0, 0, 0.33);
}

/* ======== APL 2022 COMPLE TABLE ======== */

/*apl fix Table*/

.tbl-apl-fix-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-apl-fix-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-apl-fix {
    border: 1px solid #190e3e !important;
}

.table-apl-fix {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
}

.table-apl-fix thead,
.table-apl-fix tbody,
.table-apl-fix tr,
.table-apl-fix td,
.table-apl-fix th {
    display: block;
    overflow-x: hidden;
}

.table-apl-fix tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-apl-fix tbody td,
.table-apl-fix thead th {
    float: left;
}

@media (max-width: 480px) {
    .table-apl-fix tbody td,
    .table-apl-fix thead th {
        font-size: 2.2vw !important;
    }
}

.table-apl-fix tbody td:first-child,
.table-apl-fix thead th:first-child {
    width: 11%;
}

@media (max-width: 768px) {
    .table-apl-fix tbody td:first-child,
    .table-apl-fix thead th:first-child {
        width: 13%;
    }
}

@media (max-width: 430px) {
    .table-apl-fix tbody td:first-child,
    .table-apl-fix thead th:first-child {
        width: 12%;
    }
}

.table-apl-fix tbody td:nth-child(2),
.table-apl-fix thead th:nth-child(2) {
    width: 12%;
}

@media (max-width: 768px) {
    .table-apl-fix tbody td:nth-child(2),
    .table-apl-fix thead th:nth-child(2) {
        width: 15%;
    }
}

.table-apl-fix tbody td:nth-child(3),
.table-apl-fix thead th:nth-child(3) {
    width: 43%;
}

@media (max-width: 768px) {
    .table-apl-fix tbody td:nth-child(3),
    .table-apl-fix thead th:nth-child(3) {
        width: 34%;
    }
}

@media (max-width: 430px) {
    .table-apl-fix tbody td:nth-child(3),
    .table-apl-fix thead th:nth-child(3) {
        width: 33%;
    }
}

@media (max-width: 375px) {
    .table-apl-fix tbody td:nth-child(3),
    .table-apl-fix thead th:nth-child(3) {
        width: 31%;
    }
}

.table-apl-fix tbody td:nth-child(4),
.table-apl-fix thead th:nth-child(4) {
    width: 7%;
}

@media (max-width: 768px) {
    .table-apl-fix tbody td:nth-child(4),
    .table-apl-fix thead th:nth-child(4) {
        width: 9%;
    }
}

.table-apl-fix tbody td:nth-child(5),
.table-apl-fix thead th:nth-child(5) {
    width: 14%;
}

@media (max-width: 430px) {
    .table-apl-fix tbody td:nth-child(5),
    .table-apl-fix thead th:nth-child(5) {
        width: 15%;
    }
}

.table-apl-fix tbody td:nth-child(6),
.table-apl-fix thead th:nth-child(6) {
    width: 13%;
}

@media (max-width: 768px) {
    .table-apl-fix tbody td:nth-child(6),
    .table-apl-fix thead th:nth-child(6) {
        width: 15%;
    }
}

@media (max-width: 430px) {
    .table-apl-fix tbody td:nth-child(6),
    .table-apl-fix thead th:nth-child(6) {
        width: 16%;
    }
}

@media (max-width: 375px) {
    .table-apl-fix tbody td:nth-child(6),
    .table-apl-fix thead th:nth-child(6) {
        width: 18%;
    }
}

.table-apl-fix>thead>tr>th {
    background: #040f12 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #baada0;
}

@media (max-width: 480px) {
    .table-apl-fix>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.table-apl-fix>thead>tr>th:first-child {
    border-radius: 0;
}

.table-apl-fix>thead>tr>th:last-child {
    border-radius: 0;
}

.table-apl-fix tbody>tr:hover {
    background-color: #000309 !important;
}

.table-apl-fix tbody>tr>td {
    color: #baada0;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-apl-fix tbody>tr>td {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

.table-apl-fix>tbody>tr:nth-child(odd) {
    background-color: #092827;
}

.table-apl-fix>tbody>tr:nth-child(even) {
    background-color: #104640;
}

tbody.table-apl-fix-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-apl-fix-body {
        padding: 0;
    }
}

tbody.table-apl-fix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #040a1a;
}

@media (max-width: 480px) {
    tbody.table-apl-fix-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
}

tbody.table-apl-fix-wrapper::-webkit-scrollbar-corner {
    background-color: #104640;
}

tbody.table-apl-fix-wrapper::-webkit-scrollbar-thumb {
    background-color: #104640 !important;
    border: 1px solid #104640 !important;
}

tbody.table-apl-fix-wrapper::-webkit-scrollbar-track {
    background-color: #092827 !important;
}

/*Shortdeck-JAckpot*/

.table-shortdeck-jackpot {
    border: 2px #686868 solid !important;
    border-radius: 15px;
    background-color: #000;
}

.table-shortdeck-jackpot>thead>tr>th {
    background: #14112b;
}

.table-shortdeck-jackpot>thead>.headpurp>th {
    background: #453e9a !important;
    padding: 10px 0;
    vertical-align: middle;
}

.table-shortdeck-jackpot>thead>tr>th,
.table-shortdeck-jackpot tbody>tr>td {
    font-size: 18px;
}

.table-shortdeck-jackpot>tbody>tr>td {
    padding: 7px 5px;
    font-size: 18px;
    line-height: normal;
    border: 1px solid #525252;
}

.table-shortdeck-jackpot>tbody>tr:nth-child(odd),
.table-shortdeck-jackpot>ul>li:nth-child(odd) {
    background-color: #ffffff;
}

.table-shortdeck-jackpot>tbody>tr:nth-child(even),
.table-shortdeck-jackpot>ul>li:nth-child(even) {
    background-color: #ffffff;
}

.table-shortdeck-jackpot tfoot>tr>td {
    color: #fff;
    background-color: #87c09f;
    font-weight: bold;
}

.table-shortdeck-jackpot .swap-body {
    position: relative;
}

.table-shortdeck-jackpot .swap-body .swap-icon {
    position: absolute;
    right: -11%;
    top: 45%;
}

@media (max-width: 430px) {
    .table-shortdeck-jackpot .swap-body .swap-icon {
        right: -12%;
    }
}

@media (max-width: 375px) {
    .table-shortdeck-jackpot .swap-body .swap-icon {
        right: -14%;
    }
}

/*House game rules x*/

.hgr-title {
    color: #ffe53a;
    letter-spacing: 2px;
    font-style: italic;
    font-size: 32px;
    text-shadow: #0d355a 0px 5px 2px;
}

@media (max-width: 480px) {
    .hgr-title {
        font-size: 24px;
    }
}

.table-hgr {
    table-layout: auto;
}

.table-hgr>thead>tr>th {
    background: #676d77 !important;
    color: #fff !important;
    text-align: left;
    padding-left: 20px;
}

@media (max-width: 480px) {
    .table-hgr>thead>tr>th {
        padding-left: 7px;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .table-hgr>thead>tr>th {
        font-size: 12px;
    }
}

.table-hgr tr {
    border-bottom: 1px solid #7c8188;
    border-top: 1px solid #7c8188;
}

.table-hgr>tbody>tr>td {
    text-align: left;
    padding-left: 20px !important;
    color: #000 !important;
}

@media (max-width: 480px) {
    .table-hgr>tbody>tr>td {
        padding-left: 9px !important;
        font-size: 14px;
    }
    .table-hgr>tbody>tr>td:nth-child(2) {
        width: 18%;
    }
}

@media (max-width: 375px) {
    .table-hgr>tbody>tr>td {
        font-size: 12px;
    }
}

.table-hgr>tbody>tr>td span {
    font-size: 22px;
    vertical-align: text-bottom;
    padding: 0 1px;
}

.tbl-shortdeckfix-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-shortdeckfix-scroll-pc {
        max-height: 400px;
    }
}

.table-shortdeckfix {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
}

.table-shortdeckfix thead,
.table-shortdeckfix tbody,
.table-shortdeckfix tr,
.table-shortdeckfix td,
.table-shortdeckfix th {
    display: block;
    overflow-x: hidden;
}

.table-shortdeckfix tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-shortdeckfix tbody td,
.table-shortdeckfix thead th {
    float: left;
}

@media (max-width: 360px) {
    .table-shortdeckfix tbody td,
    .table-shortdeckfix thead th {
        font-size: 8px;
    }
}

.table-shortdeckfix tbody td:first-child,
.table-shortdeckfix thead th:first-child {
    width: 16%;
}

.table-shortdeckfix tbody td:nth-child(2),
.table-shortdeckfix thead th:nth-child(2) {
    width: 13%;
}

@media (max-width: 768px) {
    .table-shortdeckfix tbody td:nth-child(2),
    .table-shortdeckfix thead th:nth-child(2) {
        width: 15%;
    }
}

.table-shortdeckfix tbody td:nth-child(3),
.table-shortdeckfix thead th:nth-child(3) {
    width: 40%;
}

@media (max-width: 768px) {
    .table-shortdeckfix tbody td:nth-child(3),
    .table-shortdeckfix thead th:nth-child(3) {
        width: 38%;
    }
}

.table-shortdeckfix tbody td:nth-child(4),
.table-shortdeckfix thead th:nth-child(4) {
    width: 15%;
}

.table-shortdeckfix tbody td:nth-child(5),
.table-shortdeckfix thead th:nth-child(5) {
    width: 16%;
}

.table-shortdeckfix>thead>tr>th {
    background: #6d3597 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

@media (max-width: 480px) {
    .table-shortdeckfix>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 414px) {
    .table-shortdeckfix>thead>tr>th {
        font-size: 9px;
    }
}

.table-shortdeckfix>thead>tr>th:first-child {
    border-radius: 0;
}

.table-shortdeckfix>thead>tr>th:last-child {
    border-radius: 0;
}

.table-shortdeckfix tbody>tr:hover {
    background-color: #000309 !important;
}

.table-shortdeckfix tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-shortdeckfix tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-shortdeckfix tbody>tr>td {
        font-size: 9px;
    }
}

.table-shortdeckfix>tbody>tr:nth-child(odd) {
    background-color: #40143e;
}

.table-shortdeckfix>tbody>tr:nth-child(even) {
    background-color: #361033;
}

tbody.table-shortdeckfix-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-shortdeckfix-body {
        padding: 0;
    }
}

tbody.table-shortdeckfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-shortdeckfix-wrapper::-webkit-scrollbar-corner {
    background-color: #560909;
}

tbody.table-shortdeckfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #260124;
}

tbody.table-shortdeckfix-wrapper::-webkit-scrollbar-track {
    background: #40143e;
}

@font-face {
    font-family: 'Bebas-Regular';
    src: url("/Assets/fonts/Bebas-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.sdk-main-h2 h2 {
    font-size: 100px;
    margin: 0;
    line-height: 1.4em;
}

@media (max-width: 1024px) {
    .sdk-main-h2 h2 {
        font-size: 80px !important;
    }
}

@media (max-width: 768px) {
    .sdk-main-h2 h2 {
        font-size: 60px !important;
    }
}

@media (max-width: 480px) {
    .sdk-main-h2 h2 {
        font-size: 9vw !important;
    }
}

.sdk-main-h2 .enfont {
    font-family: 'Bebas-Regular';
}

.shortdect-gif {
    position: relative;
}

.shortdect-gif .banner {
    border-radius: 30px;
}

.shortdect-gif .gif {
    position: absolute;
    bottom: -22px;
    right: -10px;
}

/* ==== NIKE GIVEAWAY ==== */

.ent-text {
    text-align: center;
    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%);
    color: #fff;
    font-family: Proxima Nova;
    z-index: 1;
    width: 100%;
    text-align: left;
}

@media (max-width: 1024px) {
    .ent-text {
        transform: translate(-50%, 30%);
        -webkit-transform: translate(-50%, 30%);
        -moz-transform: translate(-50%, 30%);
        -o-transform: translate(-50%, 30%);
        -ms-transform: translate(-50%, 30%);
    }
}

@media (max-width: 375px) {
    .ent-text {
        transform: translate(-50%, 15%);
        -webkit-transform: translate(-50%, 15%);
        -moz-transform: translate(-50%, 15%);
        -o-transform: translate(-50%, 15%);
        -ms-transform: translate(-50%, 15%);
    }
}

.ent-text div:first-child {
    margin-bottom: 11%;
    padding-left: 3%;
}

@media (max-width: 1024px) {
    .ent-text div:first-child {
        padding-left: 8%;
    }
}

@media (max-width: 1024px) {
    .ent-text div:first-child img {
        width: 47%;
    }
}

@media (max-width: 600px) {
    .ent-text div:first-child img {
        width: 22%;
    }
}

@media (max-width: 320px) {
    .ent-text div:first-child img {
        width: 17%;
    }
}

.ent-text div:last-child {
    padding-left: 3%;
}

@media (max-width: 1024px) {
    .ent-text div:last-child {
        padding-left: 8%;
    }
}

.ent-text h1 {
    font-size: 130px;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .ent-text h1 {
        font-size: 68px;
    }
}

@media (max-width: 600px) {
    .ent-text h1 {
        font-size: 33px;
    }
}

@media (max-width: 320px) {
    .ent-text h1 {
        font-size: 27px;
    }
}

.ent-text h2 {
    font-size: 70px !important;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .ent-text h2 {
        font-size: 45px !important;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .ent-text h2 {
        font-size: 23px !important;
        margin-top: 7px;
    }
}

@media (max-width: 320px) {
    .ent-text h2 {
        font-size: 17px !important;
    }
}

.ent-text h3 {
    font-size: 40px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .ent-text h3 {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .ent-text h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
}

@media (max-width: 320px) {
    .ent-text h3 {
        font-size: 15px;
    }
}

.ent-text h4 {
    font-size: 25px;
}

@media (max-width: 1024px) {
    .ent-text h4 {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .ent-text h4 {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .ent-text h4 {
        font-size: 13px;
    }
}

.nike-activity {
    position: relative;
    margin-bottom: 10px;
}

.act-img {
    position: relative;
    background-color: #fea2c2;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    margin: 0 auto;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.act-img:hover {
    width: 180px;
    height: 180px;
}

.act-img .weibo-img {
    margin-top: 35px;
}

.act-desc-btn {
    display: inline-block;
    background: #e6162d;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 15px;
    margin-top: 5px;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.act-desc-btn:hover {
    background: #e73d78;
}

.ng-items h3 {
    border-bottom: 6px solid #e390b7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .ng-items h3 {
        font-size: 24px;
        border-bottom: 3px solid #e390b7;
    }
}

@media (max-width: 600px) {
    .ng-items h3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.ggm-titletag {
    position: relative;
}

.ggm-titletag h3 {
    width: 90%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .ggm-titletag h3 {
        top: 15%;
    }
}

.ggm-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmaster/overlay-edition/ggm-bg1.png);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: center 100%;
    background-color: rgba(0, 0, 0, 0.1);
    /*background-attachment: fixed;*/
}

@media (max-width: 1440px) {
    .ggm-bg1 {
        background-size: cover !important;
    }
}

.ggm-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmaster/overlay-edition/ggm-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 10%;
    /*background-attachment: fixed;*/
}

.ggm-title-pad {
    padding-top: 10%;
}

.ggm-grad-title {
    background: linear-gradient(to right, #ffefc0 0%, #f4d888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 3px #141414);
}

.ggm-arrow-down {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 15px 10px;
}

.ggm-arrow-down img {
    display: inline-block;
    width: 100%;
}

@media (max-width: 480px) {
    .ggm-arrow-down img {
        width: 70%;
    }
}

.bg-ggm-minheight {
    min-height: 125vh;
    position: relative;
}

@media (max-width: 480px) {
    .bg-ggm-minheight {
        min-height: 100vh;
    }
}

.visible-hidden {
    visibility: hidden;
}

.zoom-in-text {
    animation: zoom-in-text 1.5s ease-out;
}

@keyframes zoom-in-text {
    0% {
        transform: scale(5);
    }
    100% {
        transform: scale(1);
    }
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sd-sidelink-box .sd-wechat-common {
    display: none;
    position: absolute;
    width: 210px;
    z-index: 3;
    background: #fff;
    padding: 20% 15%;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.24);
    right: -60%;
    top: -130%;
}

@media (max-width: 480px) {
    .sd-sidelink-box .sd-wechat-common {
        width: 170px;
        right: -20%;
        top: -110%;
    }
}

.sd-sidelink-box .sd-wechat-sidelink:hover .sd-wechat-common {
    display: block !important;
}

.bounty-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/bounty-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*background-attachment: fixed;*/
}

.bounty-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/bounty-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*background-attachment: fixed;*/
}

.defaultbg-titletag {
    position: relative;
}

.defaultbg-titletag h3 {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@font-face {
    font-family: 'lihei';
    src: url("/Assets/fonts/lihei.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.mf-lihei-font {
    font-family: 'lihei';
}

.bounty-arrow-down {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 15px 10px;
}

.bounty-arrow-down:hover {
    cursor: pointer;
}

.bounty-arrow-down:hover a {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    transform: scale(0.6);
}

.bounty-arrow-down a {
    display: inline-block;
}

.rtv-arrow-down {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 15px 10px;
}

.rtv-arrow-down:hover {
    cursor: pointer;
}

.rtv-arrow-down:hover a {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    transform: scale(1.3);
}

.rtv-arrow-down a {
    display: inline-block;
}

.table-bountyfix>thead>tr>th {
    background: #5b4123 !important;
}

.table-bountyfix tbody>tr:hover {
    background-color: #3a2a19 !important;
}

.table-bountyfix>tbody>tr:nth-child(odd) {
    background-color: #000000;
}

.table-bountyfix>tbody>tr:nth-child(even) {
    background-color: #171009;
}

tbody.table-bountyfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-bountyfix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-bountyfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #5b4123;
}

tbody.table-bountyfix-wrapper::-webkit-scrollbar-track {
    background: #000000;
}

.ggmaster-wechat {
    width: 220px !important;
    right: 15% !important;
    top: -145% !important;
    padding: 10% !important;
}

@media (max-width: 480px) {
    .ggmaster-wechat {
        padding: 6% !important;
        width: 200px !important;
        right: 25% !important;
    }
}

@media (max-width: 375px) {
    .ggmaster-wechat {
        padding: 10% !important;
        width: 190px !important;
        right: 22% !important;
    }
}

.marpro-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/march-promo/main/marpro-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*background-attachment: fixed;*/
}

.marpro-abso {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table-bhs-4 {
    border: none;
    background-color: #020200;
    border-radius: 0;
}

.table-bhs-4 th {
    background: #6e5942 !important;
}

.table-bhs-4 tbody td,
.table-bhs-4 thead th {
    word-break: break-word;
}

@media (max-width: 360px) {
    .table-bhs-4 tbody td,
    .table-bhs-4 thead th {
        font-size: 8px;
    }
}

.table-bhs-4 tbody td:first-child,
.table-bhs-4 thead th:first-child {
    width: 15%;
}

.table-bhs-4 tbody td:nth-child(2),
.table-bhs-4 thead th:nth-child(2) {
    width: 15%;
}

.table-bhs-4 tbody td:nth-child(3),
.table-bhs-4 thead th:nth-child(3) {
    width: 50%;
}

.table-bhs-4 tbody td:nth-child(4),
.table-bhs-4 thead th:nth-child(4) {
    width: 20%;
}

.table-bhs-4>tbody>tr:nth-child(odd),
.table-bhs-4>ul>li:nth-child(odd) {
    background-color: #f1e7d7 !important;
}

.table-bhs-4>tbody>tr:nth-child(even),
.table-bhs-4>ul>li:nth-child(even) {
    background-color: #e6d8c0 !important;
}

.wsopring-font-xl {
    font-size: 80px;
}

@media (max-width: 800px) {
    .wsopring-font-xl {
        font-size: 7vw;
    }
}

@media (max-width: 480px) {
    .wsopring-font-xl {
        font-size: 8vw;
    }
}

.wsopring-font-lg {
    font-size: 65px;
}

@media (max-width: 800px) {
    .wsopring-font-lg {
        font-size: 6vw;
    }
}

@media (max-width: 480px) {
    .wsopring-font-lg {
        font-size: 6vw;
    }
}

.wsopring-font-md {
    font-size: 50px;
}

@media (max-width: 800px) {
    .wsopring-font-md {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .wsopring-font-md {
        font-size: 5vw;
    }
}

.wsopring-font-sm {
    font-size: 30px;
}

@media (max-width: 800px) {
    .wsopring-font-sm {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .wsopring-font-sm {
        font-size: 3.5vw;
    }
}

.wspring-border-bg {
    border: 10px solid #e6cd89;
    border-radius: 30px;
    padding: 5% 0;
}

@media (max-width: 480px) {
    .wspring-border-bg {
        border: 5px solid #e6cd89;
        border-radius: 15px;
    }
}

.wsop-spring-bg3 {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/spring-circuit/wsop-spring-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.wsop-spring-bg1 {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9), black);
}

.wsop-spring-bg2 {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/spring-circuit/wsop-spring-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.wspring-img-title {
    position: relative;
    padding-top: 10%;
}

.wspring-img-title .ws4rings {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wsop-badge-ring-box {
    font-size: 0;
}

.wsop-badge-ring-box .badge-ring-item {
    position: relative;
    width: 20%;
    display: inline-block;
    opacity: 0;
}

@media (max-width: 1024px) {
    .wsop-badge-ring-box .badge-ring-item {
        opacity: 1;
    }
}

@media (max-width: 800px) {
    .wsop-badge-ring-box .badge-ring-item {
        width: 50%;
    }
}

.wsop-badge-ring-box .badge-ring-item h3 {
    color: #f1cf86;
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
    width: 90%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .wsop-badge-ring-box .badge-ring-item h3 {
        font-size: 4vw;
    }
}

.wsop-badge-ring-box .badge-ring-item .small {
    font-size: 18px;
}

@media (max-width: 480px) {
    .wsop-badge-ring-box .badge-ring-item .small {
        font-size: 3.5vw;
    }
}

.wsop-badge-ring-box .badge-fadein {
    animation: fadeInChamp 2s ease 0s normal forwards 1;
    -webkit-animation: fadeInChamp 2s ease 0s normal forwards 1;
    -moz-animation: fadeInChamp 2s ease 0s normal forwards 1;
    -o-animation: fadeInChamp 2s ease 0s normal forwards 1;
    -ms-animation: fadeInChamp 2s ease 0s normal forwards 1;
    opacity: 0;
}

.wsop-badge-ring-box .badge-fadein:nth-child(1) {
    animation-delay: 100ms;
}

.wsop-badge-ring-box .badge-fadein:nth-child(2) {
    animation-delay: 300ms;
}

.wsop-badge-ring-box .badge-fadein:nth-child(3) {
    animation-delay: 600ms;
}

@media (max-width: 800px) {
    .wsop-badge-ring-box .badge-fadein:nth-child(3) {
        display: block;
        margin: 0 auto;
    }
}

.wsop-badge-ring-box .badge-fadein:nth-child(4) {
    animation-delay: 900ms;
}

.wsop-badge-ring-box .badge-fadein:nth-child(5) {
    animation-delay: 1200ms;
}

@keyframes fadeInChamp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInChamp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInChamp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeInChamp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeInChamp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.table-wsopspringfix>thead>tr>th {
    background: #ae9a65 !important;
}

.table-wsopspringfix tbody>tr:hover {
    background-color: #2b261a !important;
}

.table-wsopspringfix>tbody>tr:nth-child(odd) {
    background-color: #000000;
}

.table-wsopspringfix>tbody>tr:nth-child(even) {
    background-color: #1b1b1b;
}

tbody.table-wsopspringfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-wsopspringfix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-wsopspringfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ae9a65;
}

tbody.table-wsopspringfix-wrapper::-webkit-scrollbar-track {
    background: #000000;
}

.ringBGwsop-box {
    position: relative;
}

.ringBGwsop-box .ringBG-title {
    position: absolute;
}

@media (max-width: 768px) {
    .ringBGwsop-box .ringBG-title {
        position: relative;
    }
}

.ringBGwsop-box .floatingContent {
    position: absolute;
    width: 100%;
    bottom: 30%;
    z-index: 2;
}

@media (max-width: 768px) {
    .ringBGwsop-box .floatingContent {
        position: relative;
    }
}

.ringBGwsop-box .floatingContent .textBG {
    position: relative;
}

.ringBGwsop-box .floatingContent .textBG h3 {
    color: #f1cf86;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    width: 90%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .ringBGwsop-box .floatingContent .textBG h3 {
        font-size: 3vw;
    }
}

.ringBGwsop-box .floatingContent .col-lg-4 {
    padding: 0 5px;
}

@media (max-width: 480px) {
    .ringBGwsop-box .floatingContent .col-lg-4 {
        padding: 0;
    }
}

.ringBGwsop-box2 {
    position: relative;
}

.ringBGwsop-box2 .ringBG-title2 {
    position: absolute;
}

@media (max-width: 768px) {
    .ringBGwsop-box2 .ringBG-title2 {
        position: relative;
    }
}

.ringBGwsop-box2 .floatingContent2 {
    position: absolute;
    width: 100%;
    top: 15%;
    height: 500px;
    z-index: 2;
}

@media (max-width: 800px) {
    .ringBGwsop-box2 .floatingContent2 {
        position: relative;
        height: unset;
        padding-bottom: 30px;
    }
}

.ringBGwsop-box2 .floatingContent2 .log1,
.ringBGwsop-box2 .floatingContent2 .log2,
.ringBGwsop-box2 .floatingContent2 .log3 {
    text-align: left;
}

.ringBGwsop-box2 .floatingContent2 .log4,
.ringBGwsop-box2 .floatingContent2 .log5,
.ringBGwsop-box2 .floatingContent2 .log6 {
    text-align: right;
}

.ringBGwsop-box2 .floatingContent2 .log1 {
    left: 10%;
    top: 0;
}

.ringBGwsop-box2 .floatingContent2 .log2 {
    top: 31%;
    left: 0;
}

.ringBGwsop-box2 .floatingContent2 .log3 {
    top: 62%;
    left: 10%;
}

.ringBGwsop-box2 .floatingContent2 .log3 a span {
    left: 37% !important;
    right: unset !important;
}

@media (max-width: 800px) {
    .ringBGwsop-box2 .floatingContent2 .log3 a span {
        left: unset !important;
        right: 5% !important;
    }
}

.ringBGwsop-box2 .floatingContent2 .log4 {
    right: 10%;
    top: 0;
}

.ringBGwsop-box2 .floatingContent2 .log5 {
    top: 31%;
    right: 0;
}

.ringBGwsop-box2 .floatingContent2 .log6 {
    top: 62%;
    right: 10%;
}

.ringBGwsop-box2 .floatingContent2 .log1,
.ringBGwsop-box2 .floatingContent2 .log2,
.ringBGwsop-box2 .floatingContent2 .log3,
.ringBGwsop-box2 .floatingContent2 .log4,
.ringBGwsop-box2 .floatingContent2 .log5,
.ringBGwsop-box2 .floatingContent2 .log6 {
    position: absolute;
}

@media (max-width: 800px) {
    .ringBGwsop-box2 .floatingContent2 .log1,
    .ringBGwsop-box2 .floatingContent2 .log2,
    .ringBGwsop-box2 .floatingContent2 .log3,
    .ringBGwsop-box2 .floatingContent2 .log4,
    .ringBGwsop-box2 .floatingContent2 .log5,
    .ringBGwsop-box2 .floatingContent2 .log6 {
        position: relative;
        text-align: center;
        left: unset;
        top: unset;
        right: unset;
    }
}

@media (max-width: 1024px) {
    .ringBGwsop-box2 .floatingContent2 .log1 img,
    .ringBGwsop-box2 .floatingContent2 .log2 img,
    .ringBGwsop-box2 .floatingContent2 .log3 img,
    .ringBGwsop-box2 .floatingContent2 .log4 img,
    .ringBGwsop-box2 .floatingContent2 .log5 img,
    .ringBGwsop-box2 .floatingContent2 .log6 img {
        width: 60%;
    }
}

@media (max-width: 800px) {
    .ringBGwsop-box2 .floatingContent2 .log1 img,
    .ringBGwsop-box2 .floatingContent2 .log2 img,
    .ringBGwsop-box2 .floatingContent2 .log3 img,
    .ringBGwsop-box2 .floatingContent2 .log4 img,
    .ringBGwsop-box2 .floatingContent2 .log5 img,
    .ringBGwsop-box2 .floatingContent2 .log6 img {
        width: 100%;
    }
}

.ringBGwsop-box2 .floatingContent2 .log1 a,
.ringBGwsop-box2 .floatingContent2 .log2 a,
.ringBGwsop-box2 .floatingContent2 .log3 a,
.ringBGwsop-box2 .floatingContent2 .log4 a,
.ringBGwsop-box2 .floatingContent2 .log5 a,
.ringBGwsop-box2 .floatingContent2 .log6 a {
    position: relative;
}

.ringBGwsop-box2 .floatingContent2 .log1 a span,
.ringBGwsop-box2 .floatingContent2 .log2 a span,
.ringBGwsop-box2 .floatingContent2 .log3 a span,
.ringBGwsop-box2 .floatingContent2 .log4 a span,
.ringBGwsop-box2 .floatingContent2 .log5 a span,
.ringBGwsop-box2 .floatingContent2 .log6 a span {
    color: #f5edcc;
    transform: rotate(30deg);
    display: inline-block;
    position: absolute;
    top: -3%;
    right: 5%;
    font-size: 20px;
}

@media (max-width: 800px) {
    .ringBGwsop-box2 .floatingContent2 .log1 a span,
    .ringBGwsop-box2 .floatingContent2 .log2 a span,
    .ringBGwsop-box2 .floatingContent2 .log3 a span,
    .ringBGwsop-box2 .floatingContent2 .log4 a span,
    .ringBGwsop-box2 .floatingContent2 .log5 a span,
    .ringBGwsop-box2 .floatingContent2 .log6 a span {
        font-size: 3.5vw;
    }
}

.ringBGwsop-box2 .floatingContent2 .col-lg-4 {
    padding: 0;
}

@media (max-width: 800px) {
    .ringBGwsop-box2 .floatingContent2 .col-lg-4 {
        padding: 5px 5px;
    }
}

@media (max-width: 480px) {
    .ringBGwsop-box2 .floatingContent2 .col-lg-4 {
        padding: 3px 3px;
    }
}

.ringSideBG .ringSideBg1 {
    left: -7%;
    position: absolute;
    bottom: 10%;
}

@media (max-width: 1600px) {
    .ringSideBG .ringSideBg1 {
        width: 28%;
    }
}

.ringSideBG .ringSideBg2 {
    right: -6%;
    position: absolute;
    bottom: 40%;
    transform: rotate(327deg);
    opacity: .6;
}

@media (max-width: 1600px) {
    .ringSideBG .ringSideBg2 {
        width: 30%;
        bottom: 57%;
    }
}

.ringSideBG .ringSideBg3 {
    right: -10%;
    position: absolute;
    bottom: 4%;
    transform: rotate(19deg);
    opacity: .6;
}

@media (max-width: 1600px) {
    .ringSideBG .ringSideBg3 {
        width: 26%;
    }
}

.aprpro-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/april-promo/main/aprpro-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*background-attachment: fixed;*/
}

.aprpro-abso-t {
    position: absolute;
    top: -5%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.aprpro-abso-b {
    position: absolute;
    top: 105%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.aprpro-main-padd {
    padding: 6% 0;
    border-radius: 40px;
    position: relative;
    z-index: 2;
}

@media (max-width: 800px) {
    .aprpro-main-padd {
        padding: 8%;
        border-radius: 25px;
    }
}

.img-fix-bg {
    position: fixed;
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
}

.roadtovegas-bg-fade {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9), black);
}

.rtv-bg2 {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/road-to-vegas/rtv-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.rtv-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/road-to-vegas/rtv-bg3.png);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.rtv-package-bg {
    position: relative;
}

.rtv-package-bg .inside-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 800px) {
    .rtv-package-bg .inside-img {
        top: 40%;
    }
}

.rtv-package-bg h3 {
    width: 90%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

@media (max-width: 800px) {
    .rtv-package-bg h3 {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        z-index: 3;
        font-size: 2.5vw;
    }
}

.roadtovegas-btn {
    border-radius: 50px;
    position: relative;
    border: 3px solid #ff446a;
    color: #ff446a;
    font-weight: bold;
}

.roadtovegas-btn:hover {
    color: #f1627f;
    background-color: #290411;
}

.faq-bg {
    background: #161e36;
    background: -moz-linear-gradient(45deg, #0e0e0e 0%, #1a1b25 50%, #09080f 100%);
    background: -webkit-linear-gradient(45deg, #0e0e0e 0%, #1a1b25 50%, #09080f 100%);
    background: linear-gradient(45deg, #0e0e0e 0%, #1a1b25 50%, #09080f 100%);
}

.faq-banner {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.faq-banner img {
    width: 100%;
}

.faq-top {
    padding: 8% 0;
}

@media (max-width: 1024px) {
    .faq-top {
        padding: 5px 0;
    }
}

/*.faq-box-content {
    padding: 40px 35px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    min-height: 650px;

    @media (max-width: 1024px) {
        min-height: 100px;
    }
}*/

@media (max-width: 1024px) {
    .faq-list {
        border: none;
        min-height: initial;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.faq-list>label {
    position: relative;
}

@media (max-width: 1024px) {
    .faq-list>label {
        background: #fff;
        padding: 12px 10px;
        color: #212121;
        width: 50%;
    }
}

.faq-list>label:after {
    content: '\e915';
    font-family: icomoon;
    font-size: 10px;
    position: absolute;
    top: 16px;
    color: #000;
    right: 10px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: linear 0.3s;
}

.faq-list .drop:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq-list hr {
    height: 4px;
    border: none;
    background-color: #cd171f;
    width: 53%;
    margin-top: 6px;
    text-align: center;
    display: inline-block;
}

.faq-list ul {
    font-size: 14px;
    line-height: 27px;
    /*li.active {
      a {
          color: #cd171f;
      }
  }*/
}

@media (max-width: 1024px) {
    .faq-list ul {
        background: #fff;
    }
}

.faq-list ul li a {
    color: #212121;
}

.faq-list ul li a:hover {
    color: #cd171f;
}

@media (max-width: 1024px) {
    .faq-menu-title {
        color: #fff0c1;
        line-height: 23px;
        font-size: 18px;
        padding-top: 0;
    }
}

.box-inner.faq-box-content a {
    word-break: break-all;
    font-size: 15px;
    line-height: 20px;
}

.faq-section h1 {
    font-size: 1.8em;
    position: relative;
    text-align: right;
}

@media (max-width: 1024px) {
    .faq-section h1 {
        /*color: #fff0c1;*/
        text-align: left;
        font-size: 1.45em;
        padding: 20px 0 10px;
    }
}

@media (max-width: 480px) {
    .faq-section h1 {
        font-size: 1.10em;
    }
}

.faq-section .box-inner {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #cdcdcd;
}

@media (max-width: 1024px) {
    .faq-section .box-inner {
        border: 1px solid #969696;
        border-radius: 0;
    }
}

.faq-section .box-inner h3 {
    background-color: transparent;
    border-bottom: none;
    text-align: left;
    padding: 5px 0px;
}

.faq-section .faq-box-content {
    padding: 15px 35px;
}

@media (max-width: 480px) {
    .faq-section .faq-box-content {
        padding: 15px 15px;
    }
}

.faq-section .faq-box-content h2,
.faq-section .faq-box-content h3,
.faq-section .faq-box-content p {
    color: #212121;
    /*@media (max-width: 1024px) {
        color: #fff;
    }*/
}

.faq-section .faq-box-content h2 {
    padding: 12px 0px;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 18px;
    /*@media (max-width: 1024px) {
        color: #fff0c1;
    }*/
}

@media (max-width: 480px) {
    .faq-section .faq-box-content h2 {
        padding: 10px 0px;
        font-weight: bold;
        font-size: 16px;
    }
}

.faq-section .faq-box-content h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px;
    /*@media (max-width: 1024px) {
        color: #fff0c1;
    }*/
}

@media (max-width: 480px) {
    .faq-section .faq-box-content h3 {
        font-size: 14px;
    }
}

.faq-section .faq-box-content p {
    padding: 5px 0px;
    line-height: 1.6em;
    font-size: 15px;
}

@media (max-width: 480px) {
    .faq-section .faq-box-content p {
        font-size: 13px;
    }
}

.faq-section .faq-box-content hr {
    height: 1px;
    border: none;
    background-color: #dedede;
    width: 100%;
    margin-top: 12px;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
}

@media (max-width: 1024px) {
    .faq-section .faq-box-content hr {
        background-color: #969696;
    }
}

.faq-navbar>li {
    margin-bottom: 15px;
    position: relative;
}

@media (max-width: 1024px) {
    .faq-navbar>li {
        margin-bottom: 0;
    }
}

.faq-navbar>li>a {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 10px;
    border-bottom: 2px solid #cd171f;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .faq-navbar>li>a {
        margin-bottom: 0;
        border-bottom: none;
        padding: 5px 10px;
        font-weight: normal;
        position: relative;
    }
    .faq-navbar>li>a:after {
        content: '\e915';
        font-family: icomoon;
        font-size: 10px;
        position: absolute;
        top: 6px;
        color: #000;
        right: 10px;
        transition: linear 0.3s;
    }
}

@media (max-width: 480px) {
    .faq-navbar>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .faq-dropdown-menu {
        display: none;
        position: absolute;
        left: 100%;
        width: 100%;
        top: 0;
        z-index: 1;
    }
}

@media (max-width: 1024px) {
    .faq-dropdown-menu li a {
        padding: 4px 9px;
        display: block;
    }
}

.faq-dropdown-menu .active a {
    color: #cd171f;
}

.faq-nav-link {
    margin-top: 37px;
}

@media (max-width: 1024px) {
    .faq-nav-link {
        display: none;
    }
}

@media (max-width: 1024px) {
    .faq-navbar {
        display: none;
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .faq-navbar>li.active>a {
        color: #cd171f;
    }
}

.show {
    display: block;
}

.arrow {
    font-size: 60px;
    position: absolute;
    right: -40px;
    top: 45%;
    color: #707070;
}

@media (max-width: 480px) {
    .arrow {
        font-size: 28px;
        right: -17px;
    }
}

.faq-default-list li {
    font-size: 20px;
    line-height: 1.8em;
}

@media (max-width: 480px) {
    .faq-default-list li {
        font-size: 3.7vw !important;
    }
}

.faq-font h3 {
    color: #fff;
    background-color: #0c0c0f;
    padding: 20px;
    font-size: 28px;
    font-style: italic;
    border-bottom: 2px solid #a865ff;
}

@media (max-width: 480px) {
    .faq-font h3 {
        font-size: 18px !important;
    }
}

.faq-read {
    cursor: pointer;
}

.faq-answer {
    display: none;
    color: #fff;
    font-size: 18px;
}

@media (max-width: 480px) {
    .faq-answer {
        font-size: 3vw !important;
    }
}

.faq-answer p {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 480px) {
    .faq-answer p {
        font-size: 3vw !important;
    }
}

.faq-answer li {
    font-size: 18px !important;
}

@media (max-width: 480px) {
    .faq-answer li {
        font-size: 3vw !important;
    }
}

.faq-list-indent {
    padding-left: 3%;
}

.faq-content-box {
    border: 2px solid #a865ff;
    padding: 0;
    border-radius: 25px;
    overflow: hidden;
}

.faq-content {
    background: #161e36;
    background: -moz-linear-gradient(45deg, #232431 0%, #272839 100%);
    background: -webkit-linear-gradient(45deg, #232431 0%, #272839 100%);
    background: linear-gradient(45deg, #232431 0%, #272839 100%);
    padding: 3% 4%;
}

.btn-faq {
    padding: 0 10px;
    border: 2px solid;
    border-image: linear-gradient(to right, #626dd8, #c893e4);
    -webkit-border-image: linear-gradient(to right, #626dd8, #c893e4);
    -moz-border-image: linear-gradient(to right, #626dd8, #c893e4);
    -o-border-image: linear-gradient(to right, #626dd8, #c893e4);
    border-image-slice: 1;
}

@media (max-width: 480px) {
    .howto-popup-btn {
        text-align: center;
    }
}

.howto-popup-btn li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 3%;
}

@media (max-width: 480px) {
    .howto-popup-btn li {
        width: 50%;
    }
}

.howto-popup-btn li:hover {
    opacity: 0.5;
}

.howto-popup-btn li div {
    background: -moz-linear-gradient(to right, #626dd8, #c893e4);
    background: -webkit-linear-gradient(to right, #626dd8, #c893e4);
    background: linear-gradient(to right, #626dd8, #c893e4);
    border-radius: 80px;
    color: #122dff;
    display: block;
    padding: 2px;
    text-decoration: none;
}

.howto-popup-btn li a {
    background: #171721;
    display: block;
    border-radius: 60px;
    padding: 2px 15px;
    text-align: center;
}

.howto-popup-btn li.active {
    opacity: 1;
}

.pop-pokerterms {
    border: 2px solid #a865ff;
    padding: 20px;
    border-radius: 25px;
    background: #262737;
}

@media (max-width: 1024px) {
    .pop-pokerterms {
        border: none;
        border-radius: 0;
        padding: 20px 20px 50px 20px;
        position: relative;
        border-top: 2px solid #9a98f0;
        border-bottom: 2px solid #9a98f0;
    }
}

@media (max-width: 480px) {
    .pop-pokerterms {
        padding: 20px 10px 50px 10px;
    }
}

.pop-pokerterms h5,
.pop-pokerterms p {
    color: #fff;
}

.pop-pokerterms h5 {
    font-weight: bold;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 25px;
}

@media (max-width: 768px) {
    .pop-pokerterms h5 {
        margin-top: 0px;
    }
}

.pop-pokerterms p {
    display: contents;
    line-height: 25px;
}

.pop-pokerterms .pop-terms-content {
    max-height: 500px;
    overflow-y: scroll;
}

@media (max-width: 1024px) {
    .pop-pokerterms .pop-terms-content {
        min-height: 400px;
        max-height: none;
        overflow-y: unset;
    }
}

@media (max-width: 480px) {
    .pop-pokerterms .pop-terms-content {
        /*min-height: 490px;
        max-height: 490px;*/
    }
}

@media (max-width: 375px) {
    .pop-pokerterms .pop-terms-content {
        /*min-height: 440px;
        max-height: 440px;*/
    }
}

@media (max-width: 320px) {
    .pop-pokerterms .pop-terms-content {
        /*min-height: 330px;
        max-height: 330px;*/
    }
}

.pop-pokerterms .pop-terms-content h3 i {
    font-size: 35px;
    line-height: 0;
    vertical-align: sub;
}

.pop-pokerterms .pop-terms-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    border: 1px solid #23120c;
}

.pop-pokerterms .pop-terms-content::-webkit-scrollbar-corner {
    background-color: #0c0319;
}

.pop-pokerterms .pop-terms-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ffffff;
}

.pop-pokerterms .pop-terms-content::-webkit-scrollbar-track {
    background: #8a84ba;
}

.pop-pokerterms .simple-pagination ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.pop-pokerterms .simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.pop-pokerterms .simple-pagination li a,
.pop-pokerterms .simple-pagination li span {
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.pop-pokerterms .simple-pagination .current {
    color: #FFF;
    background-color: #6741d4;
    border-radius: 30px;
}

.pop-pokerterms .simple-pagination .prev.current,
.pop-pokerterms .simple-pagination .next.current {
    background: none;
}

.howto-popup-btn-dup {
    padding-left: 15px;
}

.howto-popup-btn-dup li {
    margin-bottom: 20px;
    opacity: 0.5;
}

.howto-popup-btn-dup li.active {
    opacity: 1;
}

.faq-blackbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 25;
}

.faq-popup-container {
    display: none;
    position: absolute;
    top: 56%;
    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: 26;
}

@media (max-width: 1024px) {
    .faq-popup-container {
        top: 50%;
        width: 100%;
    }
}

@media (max-width: 840px) {
    .faq-popup-container {
        top: 57%;
    }
}

@media (max-width: 480px) {
    .faq-popup-container {
        top: 65%;
    }
}

@media (max-width: 412px) {
    .faq-popup-container {
        top: 80%;
    }
}

@media (max-width: 375px) {
    .faq-popup-container {
        top: 70%;
    }
}

@media (max-width: 360px) {
    .faq-popup-container {
        top: 80%;
    }
}

.faq-popup1,
.faq-popup2 {
    display: none;
}

.faq-popup1.active,
.faq-popup2.active {
    display: block;
}

.visibility {
    visibility: hidden;
}

.close-faqpopup {
    padding-right: 28px;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .close-faqpopup {
        padding-right: 10px;
    }
}

.close-faqpopup:hover {
    color: #e7d5ff;
}

@media (max-width: 480px) {
    .handranking li {
        margin-right: 4px;
    }
}

@media (max-width: 480px) {
    .handranking li img {
        height: 13vw;
    }
}

.handranking h5 {
    display: block;
    text-decoration: underline;
    letter-spacing: 1px;
}

@media (max-width: 480px) {
    .handranking h5 {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .handranking p {
        font-size: 13px;
    }
}

/* poker terms mobile tabs */

.faq-mobitabs li {
    position: relative;
    font-size: 19px;
    text-align: right;
    background: #2b2b61;
    width: 12%;
    padding: 10px 5px;
    height: 38px;
}

@media (max-width: 768px) {
    .faq-mobitabs li {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .faq-mobitabs li {
        font-size: 15px;
    }
}

.faq-mobitabs li:last-child {
    border-right: none;
}

.faq-mobitabs li:last-child:after {
    border-right: none;
}

.faq-mobitabs li:after {
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
    background: #2b2b61;
    height: 38px;
    width: 17px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    border-right: 1px solid #c1aef8;
    z-index: 1;
}

.faq-mobitabs li span {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    left: -18px;
    line-height: 38px;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .faq-mobitabs li span {
        left: -5px;
    }
}

@media (max-width: 480px) {
    .faq-mobitabs li span {
        left: 3px;
    }
}

.faq-mobitabs li.active-tab {
    font-weight: bold;
    background: #7368ec;
    background: -moz-linear-gradient(top, #7368ec 0%, #6741d4 100%);
    background: -webkit-linear-gradient(top, #7368ec 0%, #6741d4 100%);
    background: linear-gradient(to bottom, #7368ec 0%, #6741d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7368ec', endColorstr='#6741d4', GradientType=0);
}

.faq-mobitabs li.active-tab:after {
    background: #7368ec;
    background: -moz-linear-gradient(top, #7368ec 0%, #6741d4 100%);
    background: -webkit-linear-gradient(top, #7368ec 0%, #6741d4 100%);
    background: linear-gradient(to bottom, #7368ec 0%, #6741d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7368ec', endColorstr='#6741d4', GradientType=0);
    border-right: 1px solid #2b2b61;
}

@media (max-width: 1024px) {
    .faqtab-content>li {
        display: none;
    }
    .faqtab-content>li.active {
        display: block;
    }
}

.pagination-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.faq-list-scroll {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.faq-list-scroll>ul {
    min-width: 650px;
}

.tabs {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    padding-left: 10px;
}

@media (max-width: 384px) {
    .tabs {
        padding-left: 0;
    }
}

.tabs li {
    display: inline-block;
    text-align: center;
    list-style: none;
    color: #fff;
    cursor: pointer;
}

.tabs li .apl-leader-btn {
    color: #fff;
    background: linear-gradient(30deg, #112237 18%, #325b89 100%);
    text-align: center;
    text-decoration: none;
    outline: 0;
    padding: 15px 35px;
    display: inline-block;
    transform: skew(-21deg);
    letter-spacing: 2px;
    box-shadow: -2px -2px #cecdcd;
    font-size: 28px;
    min-width: 250px;
    border-radius: 10px 5px;
    margin: 0 2px;
    /* Un-skew the text */
}

@media (max-width: 1024px) {
    .tabs li .apl-leader-btn {
        padding: 15px 20px;
        font-size: 15px;
        min-width: 190px;
    }
}

@media (max-width: 600px) {
    .tabs li .apl-leader-btn {
        padding: 15px 9px;
        font-size: 15px;
        min-width: 130px;
    }
}

@media (max-width: 480px) {
    .tabs li .apl-leader-btn {
        padding: 15px 10px;
        font-size: 14px;
        min-width: 40%;
    }
}

@media (max-width: 432px) {
    .tabs li .apl-leader-btn {
        padding: 15px 5px;
        font-size: 13px;
        min-width: 35%;
    }
}

@media (max-width: 384px) {
    .tabs li .apl-leader-btn {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .tabs li .apl-leader-btn {
        font-size: 10px;
    }
}

.tabs li .apl-leader-btn:hover {
    background: #b61b29;
}

.tabs li .apl-leader-btn>span {
    display: inline-block;
    transform: skew(21deg);
}

.tabs li.active-tab>.apl-leader-btn {
    background: linear-gradient(30deg, #470000 18%, #b51c28 100%) !important;
}

.tab-content li {
    display: none;
}

.tab-content li.active {
    display: block;
}

.header-nav-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1670px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 1680px) {
    .header-nav-container {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .header-nav-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 7px;
        display: block;
    }
}

.header-nav-container:before,
.header-nav-container:after {
    content: " ";
    display: table;
}

.header-nav-container:after {
    clear: both;
}

.header-container {
    background-color: #000;
    position: relative;
}

@media (max-width: 1680px) {
    .header-container .header-logo {
        padding-top: 5px;
    }
}

@media (max-width: 1600px) {
    .header-container .header-logo {
        padding-top: 8px;
    }
}

@media (max-width: 1280px) {
    .header-container .header-logo {
        padding-top: 11px;
    }
}

@media (max-width: 1024px) {
    .header-container .header-logo {
        padding-left: 10px;
    }
}

.header-container .header-logo img {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.hover-ease {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.header-top {
    padding: 0 20px;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, #2b2b2b 86%, #2b2b2b 100%);
    background: -webkit-linear-gradient(left, #000000 0%, #2b2b2b 86%, #2b2b2b 100%);
    background: linear-gradient(to right, #000000 0%, #2b2b2b 86%, #2b2b2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b', GradientType=1);
}

.header-top ul {
    text-align: end;
}

.header-top ul li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 10px 7px;
}

.header-top-sm {
    background: #616161;
    background: -moz-linear-gradient(top, #616161 0%, #494949 100%);
    background: -webkit-linear-gradient(top, #616161 0%, #494949 100%);
    background: linear-gradient(to bottom, #616161 0%, #494949 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#494949', GradientType=0);
    padding: 10px 0;
}

@media (max-width: 480px) {
    .header-top-sm .close-header-dl {
        margin: 0 15px 0 5px;
    }
}

@media (max-width: 320px) {
    .header-top-sm .close-header-dl {
        margin: 0 10px 0 5px;
    }
}

.header-top-sm .evsq {
    width: 14%;
}

@media (max-width: 480px) {
    .header-top-sm .evsq {
        width: 23%;
    }
}

@media (max-width: 460px) {
    .header-top-sm .evsq {
        width: 21%;
    }
}

@media (max-width: 391px) {
    .header-top-sm .evsq {
        width: 18%;
        margin-right: 7px;
    }
}

@media (max-width: 360px) {
    .header-top-sm .evsq {
        width: 17%;
    }
}

.header-top-sm p {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 480px) {
    .header-top-sm p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 460px) {
    .header-top-sm p {
        font-size: 3.2vw;
    }
}

@media (max-width: 414px) {
    .header-top-sm p {
        font-size: 3.2vw;
    }
}

@media (max-width: 405px) {
    .header-top-sm p {
        font-size: 3.1vw;
    }
}

@media (max-width: 360px) {
    .header-top-sm p {
        font-size: 11px;
    }
}

@media (max-width: 320px) {
    .header-top-sm p {
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 0.5px;
    }
}

.header-top-sm .text-end {
    text-align: end;
}

.header-top-sm-dl {
    box-shadow: inset 0px 0px 5px 0px #ffffff, inset 0px 0px 6px 1px #00c7ff, 0px 0px 9px 0px #0068ff;
    background: #562be2;
    background: -moz-linear-gradient(left, #562be2 0%, #86298b 50%, #bd2727 100%);
    background: -webkit-linear-gradient(left, #562be2 0%, #86298b 50%, #bd2727 100%);
    background: linear-gradient(to right, #562be2 0%, #86298b 50%, #bd2727 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#562be2', endColorstr='#bd2727', GradientType=1);
    padding: 10px 25px;
}

@media (max-width: 480px) {
    .header-top-sm-dl {
        padding: 10px;
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 391px) {
    .header-top-sm-dl {
        padding: 7px 10px;
    }
}

.wechat-head {
    position: relative;
}

@media (max-width: 1024px) {
    .header-nav {
        border-bottom: 2px solid #8a85fb;
    }
}

.header-nav .head-menu {
    /*@media (max-width: 360px) {
            top: 76px;
        }

        @media (max-width: 320px) {
            top: 70px;
        }*/
}

@media (max-width: 1024px) {
    .header-nav .head-menu {
        display: block;
        position: fixed !important;
        right: -100%;
        top: 212px;
        z-index: 13;
        height: 100vh;
        width: 400px !important;
        border-radius: 0px !important;
        background: #0b0c10;
        border: none !important;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 50px;
        min-height: initial;
    }
}

@media (max-width: 480px) {
    .header-nav .head-menu {
        width: 285px !important;
        top: 197px;
    }
}

@media (max-width: 460px) {
    .header-nav .head-menu {
        top: 186px;
    }
}

@media (max-width: 414px) {
    .header-nav .head-menu {
        top: 179px;
    }
}

@media (max-width: 391px) {
    .header-nav .head-menu {
        top: 170px;
    }
}

@media (max-width: 375px) {
    .header-nav .head-menu {
        top: 158px;
    }
}

@media (max-width: 360px) {
    .header-nav .head-menu {
        top: 156px;
    }
}

@media (max-width: 375px) {
    .header-nav .head-menu {
        width: 255px !important;
        /* top: 78px;*/
    }
}

.header-nav .head-menu li {
    display: inline-block;
    position: relative;
}

@media (max-width: 1024px) {
    .header-nav .head-menu li {
        display: block;
    }
}

.header-nav .head-menu li a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 29px 23px;
    color: #dadada;
    font-weight: normal;
}

@media (max-width: 1600px) {
    .header-nav .head-menu li a {
        padding: 29px 20px;
    }
}

@media (max-width: 1440px) {
    .header-nav .head-menu li a {
        padding: 29px 15px;
    }
}

@media (max-width: 1366px) {
    .header-nav .head-menu li a {
        padding: 29px 12px;
    }
}

@media (max-width: 1280px) {
    .header-nav .head-menu li a {
        padding: 29px 9px;
    }
}

@media (max-width: 1024px) {
    .header-nav .head-menu li a {
        color: #c9c5c5;
        text-align: right;
        font-size: 14px;
        padding: 8px 15px;
        border-bottom: 1px solid #343434;
    }
}

.header-nav .head-menu li a>i {
    vertical-align: bottom;
    font-size: 13px;
    color: #606060;
    display: inline-block;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media (max-width: 1024px) {
    .header-nav .head-menu li a>i {
        margin-left: 5px;
        display: inline-block !important;
    }
}

.header-nav .head-menu li a.active {
    color: #6957ff;
}

.header-nav .head-menu li a.active:hover {
    color: #6957ff;
}

.header-nav .head-menu li a.subdrop {
    background: #3e3e3e;
}

@media (max-width: 1024px) {
    .header-nav .head-menu li a.subdrop .menu-arrow {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.header-nav .head-menu li:hover a {
    color: #fff;
}

.header-nav .head-menu ul.header-nav-submenu {
    display: none;
    position: fixed;
    text-align: center;
    top: 124px;
    min-height: 248px;
    left: 0;
    z-index: 11;
    padding: 0 17%;
    margin: 0;
    width: 100%;
    list-style: none;
    background: linear-gradient(-180deg, rgba(14, 14, 33, 0.9) 2%, rgba(111, 123, 138, 0.9) 100%);
    -webkit-box-shadow: inset -1px 0px 3px #8192fa;
    -moz-box-shadow: inset -1px 0px 3px #8192fa;
    box-shadow: inset -1px 0px 3px #8192fa;
}

@media (max-width: 1440px) {
    .header-nav .head-menu ul.header-nav-submenu {
        padding: 0 7%;
    }
}

@media (max-width: 1280px) {
    .header-nav .head-menu ul.header-nav-submenu {
        padding: 0 2%;
    }
}

@media (max-width: 1024px) {
    .header-nav .head-menu ul.header-nav-submenu {
        position: initial;
        background: #000;
        box-shadow: none;
        padding: 0;
        height: auto;
    }
}

.header-nav .head-menu ul.header-nav-submenu li {
    background-color: transparent !important;
    padding: 10px 5px;
    display: inline-block;
    width: 15%;
    /*a {
                    display: block;
                    padding: 22px 46px 0;


                    p {
                        color: #e5e5e5;
                        margin-top: 7px;
                    }
                }*/
}

@media (max-width: 1024px) {
    .header-nav .head-menu ul.header-nav-submenu li {
        padding: 0px 5px;
        width: 100%;
        display: block;
    }
}

.header-nav .head-menu ul.header-nav-submenu li a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border: none;
}

.header-nav .head-menu ul.header-nav-submenu li a p {
    color: #fefefe;
    font-size: 15px;
}

@media (max-width: 1024px) {
    .header-nav .head-menu ul.header-nav-submenu li a p {
        font-size: 13px;
        position: relative;
    }
}

.header-nav .head-menu ul.header-nav-submenu li a>img {
    max-height: 64px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .header-nav .head-menu ul.header-nav-submenu li a>img {
        margin-left: 10px;
        max-height: 31px;
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.header-nav .head-menu ul.header-nav-submenu li a:hover {
    transition: 0.5s ease all;
    filter: brightness(165%) contrast(97%);
}

.header-nav .head-menu ul.header-nav-submenu li a:hover p {
    color: #fff;
}

.headernav-submenu-mobi ul li p {
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
}

.headernav-submenu-mobi ul li img {
    width: 11vw;
}

@media (max-width: 1024px) {
    .head-menu.active {
        right: 0;
    }
}

.header-top-clear .head-menu {
    top: 104px;
}

@media (max-width: 480px) {
    .header-top-clear .head-menu {
        top: 95px;
    }
}

@media (max-width: 460px) {
    .header-top-clear .head-menu {
        top: 92px;
    }
}

@media (max-width: 375px) {
    .header-top-clear .head-menu {
        top: 78px;
    }
}

@media (max-width: 360px) {
    .header-top-clear .head-menu {
        top: 76px;
    }
}

/*.full-wd-submenu {
    display: none;
    position: absolute;
    z-index: 26;
    width: 100%;
    min-height: 280px;
    background: #fff;
    bottom: -280px;
    background: linear-gradient(-174deg, #0e0e21 3%, #6f7b8a 21%);
    -webkit-box-shadow: inset 0px 0px 6px #65a6ff;
    -moz-box-shadow: inset 0px 0px 6px #65a6ff;
    box-shadow: inset 0px 0px 6px #65a6ff;
    .header-nav-submenu {
        li {
            display: inline-block;
            opacity: 0;
            animation: fadeIn 0.2s ease-in both;

            &:nth-child(1) {
                animation-delay: 0.1s;
            }

            &:nth-child(2) {
                animation-delay: 0.2s;
            }

            &:nth-child(3) {
                animation-delay: 0.3s;
            }

            &:nth-child(4) {
                animation-delay: 0.4s;
            }

            &:nth-child(5) {
                animation-delay: 0.5s;
            }

            &:nth-child(6) {
                animation-delay: 0.6s;
            }

            &:nth-child(7) {
                animation-delay: 0.7s;
            }

            &:nth-child(8) {
                animation-delay: 0.8s;
            }

            &:nth-child(9) {
                animation-delay: 0.9s;
            }

            a {
                display: block;
                padding: 22px 46px 0;


                p {
                    color: #e5e5e5;
                    margin-top: 7px;
                }

                &:hover {
                    transition: 0.5s ease all;
                    filter: brightness(135%) contrast(90%);

                    p {
                        color: #fff;
                    }
                }
            }
        }
    }
}*/

.header-fix {
    width: 100%;
    z-index: 25;
    background-color: #000 !important;
    top: 0px;
    /* ========== SUB-MENU ========== */
}

.header-fix .header-logo {
    display: inline-block;
}

@media (max-width: 1680px) {
    .header-fix .header-logo {
        padding-top: 6px;
    }
}

@media (max-width: 1600px) {
    .header-fix .header-logo {
        padding-top: 8px;
    }
}

@media (max-width: 1366px) {
    .header-fix .header-logo {
        padding-top: 10px;
    }
}

@media (max-width: 1280px) {
    .header-fix .header-logo {
        padding-top: 13px;
    }
}

@media (max-width: 1024px) {
    .header-fix .header-logo img {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .header-fix .head-menu {
        top: 104px !important;
    }
}

@media (max-width: 480px) {
    .header-fix .head-menu {
        top: 94px !important;
    }
}

@media (max-width: 414px) {
    .header-fix .head-menu {
        top: 90px !important;
    }
}

@media (max-width: 375px) {
    .header-fix .head-menu {
        top: 80px !important;
    }
}

@media (max-width: 360px) {
    .header-fix .head-menu {
        top: 78px !important;
    }
}

@media (max-width: 320px) {
    .header-fix .head-menu {
        top: 72px !important;
    }
}

.header-fix .head-menu ul {
    text-align: center;
    top: 74px !important;
}

.header-fix .gif-sign {
    top: -7px;
}

@media (max-width: 1024px) {
    .header-fix .gif-sign {
        top: -7px;
    }
}

@media (max-width: 480px) {
    .header-fix .gif-sign {
        top: -3px;
    }
}

.header-fix .header-icon {
    top: -4px;
}

@media (max-width: 1440px) {
    .header-fix .header-icon {
        top: -2px;
    }
}

@media (max-width: 1366px) {
    .header-fix .header-icon {
        top: -1px;
    }
}

.header-dl-nav {
    padding: 17px 0;
}

.header-dl-nav>span {
    color: #b6a6fd;
    font-size: 16px;
}

.header-dl-nav a {
    padding: 6px 19px 8px;
}

.submenu-full:after {
    display: block;
}

@media (max-width: 1024px) {
    .submenu-full:after {
        display: none;
    }
}

.submenu-full:after {
    display: none;
    content: '';
    position: absolute;
    top: 50px;
    left: calc(52% - 10px);
    border-top: 10px solid transparent;
    border-bottom: 14px solid #6f7b8a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    /*@media (max-width: 1024px) {
      display: none !important;
  }*/
}

.mobi-header {
    padding: 0px 26px 0px 0;
}

@media (max-width: 768px) {
    .mobi-header {
        padding: 0px 25px 0px 0;
    }
}

@media (max-width: 480px) {
    .mobi-header {
        padding: 15px 26px 0px 0;
    }
}

@media (max-width: 320px) {
    .mobi-header {
        padding: 15px 20px 0px 0;
    }
}

.mobi-nav {
    display: none;
    position: absolute;
    top: 14px;
    right: 0;
    width: 40px;
    background-color: transparent;
    border: none;
    padding: 5px;
    z-index: 10;
}

@media (max-width: 1024px) {
    .mobi-nav {
        display: block;
        top: 22px;
        right: 5px;
    }
}

@media (max-width: 768px) {
    .mobi-nav {
        top: 26px;
    }
}

@media (max-width: 480px) {
    .mobi-nav {
        top: 21px;
    }
}

@media (max-width: 375px) {
    .mobi-nav {
        top: 13px;
    }
}

@media (max-width: 320px) {
    .mobi-nav {
        top: 9px;
    }
}

.mobi-nav .line {
    height: 4px;
    width: 100%;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    transition: linear 0.3s;
}

.mobi-nav.active {
    width: 38px;
    top: 21px;
}

.mobi-nav.active .line {
    height: 3px;
}

.mobi-nav.active .line:first-child {
    transform: rotate(-45deg) translate(-5px, 5px);
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
}

.mobi-nav.active .line:nth-child(2) {
    display: none;
}

.mobi-nav.active .line:last-child {
    transform: rotate(45deg) translate(0px, -1px);
    -webkit-transform: rotate(45deg) translate(0px, -1px);
}

@media (max-width: 480px) {
    .vertical-gwr {
        height: 60px;
    }
}

@media (max-width: 375px) {
    .vertical-gwr {
        height: 44px;
    }
}

@media (max-width: 320px) {
    .vertical-gwr {
        height: 40px;
    }
}

.sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    top: 54px;
    z-index: 5;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    background-color: #0e0e0e;
}

@media (max-width: 768px) {
    .sub-menu {
        position: initial;
        background: #282b2e;
        text-align: left;
    }
}

.sub-menu>li {
    background-color: transparent !important;
    width: 100%;
    padding: 0;
}

.sub-menu>li>a {
    display: block;
    padding: 5px 0px !important;
    color: #fff;
    line-height: 24px;
    font-size: 13px;
    text-decoration: none;
    border: none;
    font-weight: normal;
}

@media (max-width: 768px) {
    .sub-menu>li>a {
        padding: 5px 0 5px 20% !important;
        color: #aaa;
    }
    .sub-menu>li>a:hover {
        color: #fff;
    }
}

.sub-menu>li>a:hover {
    color: #c75353;
}

@media (max-width: 768px) {
    .sub-menu>li a.active {
        color: #fff;
    }
}

.header-top-icon {
    width: 31%;
    position: absolute;
    right: 21px;
    top: 12px;
    z-index: 1;
}

@media (max-width: 1366px) {
    .header-top-icon {
        width: 30%;
        right: 18px;
        top: 13px;
    }
}

@media (max-width: 1280px) {
    .header-top-icon {
        right: 21px;
    }
}

@media (max-width: 1024px) {
    .header-top-icon {
        right: auto;
        left: -39px;
        top: -1px;
        width: 6vw;
    }
}

@media (max-width: 480px) {
    .header-top-icon {
        left: -30px;
        top: -1px;
        width: 9vw;
    }
}

/*=========ANIMATIONS CSS========*/

@media (max-width: 1024px) {
    .head-menu li>a.subdrop i.ev-arrow-down {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #fff !important;
    }
}

.rotateArrow>a i.ev-arrow-down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff !important;
}

.rotateArrow>a:before {
    content: '';
    position: absolute;
    z-index: 12;
    top: 50px;
    left: calc(50% - 10px);
    border-top: 10px solid transparent;
    border-bottom: 14px solid #313864;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.rotateArrow>a:after {
    content: '';
    position: absolute;
    z-index: 12;
    top: 51px;
    left: calc(50% - 10px);
    border-top: 10px solid transparent;
    border-bottom: 15px solid #0e0e21;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

@media (max-width: 1024px) {
    .rotateArrow>a {
        display: none;
    }
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-loading img {
    display: none;
}

.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */

.slick-loading {
    background: url("https://evpok.com/Assets/img/index/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("https://evpok.com/Assets/fonts/slick.eot");
    src: url("https://evpok.com/Assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://evpok.com/Assets/fonts/slick.woff") format("woff"), url("https://evpok.com/Assets/fonts/slick.ttf") format("truetype"), url("https://evpok.com/Assets/fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /*width: 20px;
  height: 20px;*/
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

@media (max-width: 1024px) {
    .main-slider-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.slick-main-banner .slick-slide img {
    width: 100%;
    clip-path: polygon(6% 0, 80% 0%, 100% 0, 100% 83%, 89% 100%, 20% 100%, 0 100%, 0 10%);
}

@media (max-width: 1024px) {
    .slick-main-banner .slick-slide img {
        clip-path: none;
    }
}

.slick-main-banner .slick-dots {
    bottom: -33px;
}

.slick-main-banner .slick-dots li {
    margin: 0 3px;
}

.slick-main-banner .slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.slick-main-banner .slick-dots li.slick-active button {
    background: #ffffff;
}

.slick-main-banner .slick-prev {
    left: 8px;
    z-index: 5;
}

.slick-main-banner .slick-next {
    right: 8px;
}

.slick-main-banner .slick-prev:before,
.slick-main-banner .slick-next:before {
    opacity: 1;
    font-size: 40px;
}

@media (max-width: 1024px) {
    .slick-main-banner .slick-prev:before,
    .slick-main-banner .slick-next:before {
        font-size: 33px;
    }
}

.main-banner-container .slide-item img {
    clip-path: polygon(6% 0, 80% 0%, 100% 0, 100% 83%, 89% 100%, 20% 100%, 0 100%, 0 10%);
}

.main-slider-box {
    position: relative;
    height: 400px;
}

@media (max-width: 1024px) {
    .main-slider-box {
        height: 570px;
    }
}

@media (max-width: 768px) {
    .main-slider-box {
        height: 435px;
    }
}

@media (max-width: 640px) {
    .main-slider-box {
        height: 365px;
    }
}

@media (max-width: 480px) {
    .main-slider-box {
        height: 280px;
    }
}

@media (max-width: 414px) {
    .main-slider-box {
        height: 240px;
    }
}

@media (max-width: 375px) {
    .main-slider-box {
        height: 220px;
    }
}

@media (max-width: 320px) {
    .main-slider-box {
        height: 190px;
    }
}

.hovered-slider-cashout {
    display: none !important;
}

.hover-cashout:hover .unhover-slider-cashout {
    display: none;
}

.hover-cashout:hover .hovered-slider-cashout {
    display: block !important;
}

.main-slider {
    background: url('https://evpok.com/wp-content/themes/evpk/Assets/img/index/Sliderbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0b0e17;
    padding: 15px 0 10px;
}

@media (max-width: 1024px) {
    .main-slider {
        padding: 0;
    }
}

.main-slider svg:not(:root) {
    overflow: hidden;
}

.main-slider svg {
    width: 100%;
    height: 88%;
    position: absolute;
    top: -13px;
    left: 15px;
    z-index: 1;
    pointer-events: none;
}

.main-slider svg rect {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 2px;
}

.ev-slogan {
    position: relative;
    margin-top: 6%;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .ev-slogan {
        margin-top: auto;
        margin-bottom: 15px;
    }
}

.ev-slogan p {
    font-size: 30px;
    margin-top: -16px;
    margin-left: 35px;
}

@media (max-width: 1024px) {
    .ev-slogan p {
        margin: 15px 0;
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .ev-slogan p {
        margin: 8px 0;
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .ev-slogan p {
        margin: 4px 0;
        font-size: 14px;
    }
}

.ev-span {
    position: absolute;
    width: 100%;
    top: 60px;
    left: -21px;
}

.ev-span span {
    font-size: 30px;
}

.ev-span span:first-child {
    padding-right: 28%;
}

.ev-slogan-detail>img {
    margin-left: 29%;
    /*@media (max-width: 390px) {
            width: 35%;
        }

        @media (max-width: 375px) {
            width: 18%;
        }*/
}

@media (max-width: 1024px) {
    .ev-slogan-detail>img {
        margin-left: 0;
        width: 20%;
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .ev-slogan-detail>img {
        width: 27%;
    }
}

@media (max-width: 480px) {
    .ev-slogan-detail>img {
        width: 35%;
        margin-right: 10px;
    }
}

@media (max-width: 414px) {
    .ev-slogan-detail>img {
        width: 35%;
    }
}

@media (max-width: 320px) {
    .ev-slogan-detail>img {
        width: 40%;
    }
}

@media (max-width: 480px) {
    .ev-slogan-detail .feat-game-dl {
        padding: 8px 23px;
    }
}

@media (max-width: 320px) {
    .ev-slogan-detail .feat-game-dl {
        padding: 6px 13px;
    }
}

@media (max-width: 1024px) {
    .ev-pc {
        display: none;
    }
}

.ev-mobi {
    display: none;
}

@media (max-width: 1024px) {
    .ev-mobi {
        display: inline-block;
    }
}

.ev-slogan-txt {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .ev-slogan-txt {
        margin-bottom: 0;
    }
}

.daily-events-section {
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .daily-events-section {
        padding: 20px 0 0px;
        display: block;
        background: #242334;
        background: -moz-linear-gradient(top, #242334 0%, #323347 100%);
        background: -webkit-linear-gradient(top, #242334 0%, #323347 100%);
        background: linear-gradient(to bottom, #242334 0%, #323347 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242334', endColorstr='#323347', GradientType=0);
    }
}

@media (max-width: 1024px) and (max-width: 480px) {
    .daily-events-section {
        padding: 35px 0 15px;
    }
}

.daily-events-section p {
    letter-spacing: 10px;
    font-size: 25px;
}

@media (max-width: 480px) {
    .daily-events-section p {
        font-size: 23px;
        margin-bottom: 7px;
    }
}

@media (max-width: 1024px) {
    .daily-events {
        text-align: center;
        padding: 0px 0px 10px;
    }
}

.daily-events li {
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .daily-events li {
        display: inline-block;
        text-align: center;
        padding: 0 4px 10px;
    }
}

@media (max-width: 480px) {
    .daily-events li {
        display: table-cell;
        padding: 0 2px 10px;
    }
}

@media (max-width: 320px) {
    .daily-events li .font-3-5vw-mobi {
        font-size: 3.3vw;
    }
}

/* FEATURE SLIDER */

.feature-slider {
    background: url('https://evpok.com/wp-content/themes/evpk/Assets/img/index/featurebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0b0e17;
    padding: 35px 0;
}

.feature-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    width: 33.33%;
}

.feature-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-feature-pc .slick-slide img {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .slick-feature-pc .slick-slide img {
        width: 100%;
    }
}

.slick-feature-mobi .slick-slide img {
    width: 100%;
}

.slick-feature-pc .slick-dots li {
    width: 60px;
    margin: 0 10px;
}

.slick-feature-pc .slick-dots li button {
    width: 100%;
    background: #6c6c6c;
    height: 7px;
    padding: 0px;
    border-radius: 5px;
}

.slick-feature-pc .slick-dots li.slick-active button {
    background: #ffffff;
}

.slick-wrapper-mobi {
    background: #323347;
}

.slick-prev:before {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 33px;
}

@media (max-width: 1024px) {
    .slick-prev {
        left: 6px;
        z-index: 5;
    }
    .slick-prev:before {
        content: "\e902";
        font-family: 'icomoon';
        font-size: 33px;
    }
}

.slick-next:before {
    content: "\e90e";
    font-family: 'icomoon';
    font-size: 33px;
}

@media (max-width: 1024px) {
    .slick-next {
        right: 6px;
        z-index: 5;
    }
    .slick-next:before {
        content: "\e90e";
        font-family: 'icomoon';
        font-size: 33px;
    }
}

@keyframes svgAnimation3240 {
    0% {
        stroke-dashoffset: 3240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes svgAnimation2452 {
    0% {
        stroke-dashoffset: 2452;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes svgAnimation1840 {
    0% {
        stroke-dashoffset: 1840;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.feature-prodbg1 {
    /*background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/section-2/bg1-2.jpg);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background: #f5cec0;
    background: -moz-linear-gradient(left, #000000 0%, #444c7c 84%, #8c9cff 100%);
    background: -webkit-linear-gradient(left, #000000 0%, #444c7c 84%, #8c9cff 100%);
    background: linear-gradient(to right, #000000 0%, #444c7c 84%, #8c9cff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5cec0', endColorstr='#daa5a4', GradientType=0);
}

@media (max-width: 1024px) {
    .feature-prodbg1 {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/section-2/bg1-mobi.jpg);
        background-size: cover;
    }
}

.feat-dl-icons a>i {
    font-size: 47px;
    padding: 0 10px;
    filter: drop-shadow(0px 0px 3px rgba(5, 0, 231, 0.6));
}

@media (max-width: 480px) {
    .feat-dl-icons a>i {
        font-size: 38px;
        padding: 0 5px;
    }
}

@media (max-width: 320px) {
    .feat-dl-icons a>i {
        font-size: 32px;
    }
}

.ev-mask-bg {
    -webkit-mask-image: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/section-2/bg1-44.png);
    mask-image: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/section-2/bg1-3.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

@media (max-width: 1680px) {
    .ev-mask-bg {
        left: -3%;
    }
}

@media (max-width: 1440px) {
    .ev-mask-bg {
        left: -10%;
    }
}

.title-border-b {
    border: none;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #626dd8, #c893e4);
    -webkit-border-image: linear-gradient(to right, #626dd8, #c893e4);
    -moz-border-image: linear-gradient(to right, #626dd8, #c893e4);
    -o-border-image: linear-gradient(to right, #626dd8, #c893e4);
    border-image-slice: 1;
    padding-bottom: 15px;
}

.floating-feature-box {
    position: relative;
    z-index: 6;
}

@media (max-width: 1024px) {
    .floating-feature-box {
        min-height: 50vh;
    }
}

@media (max-width: 480px) {
    .floating-feature-box {
        min-height: 60vh;
    }
}

.floating-feature-box .feature-margin {
    margin-left: 4%;
}

@media (max-width: 1024px) {
    .floating-feature-box .feature-margin {
        margin-left: 0;
    }
}

.floating-feature-box .ft-icons-group li a img {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.floating-feature-box .ft-icons-group li a:hover img {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    filter: drop-shadow(-2px 1px 7px #575ffc);
    transform: scale(1.1);
}

.floating-device-box {
    position: absolute;
    width: 100%;
    text-align: center;
    display: inline-block;
    right: -15%;
    top: 0;
}

@media (max-width: 1024px) {
    .floating-device-box {
        right: -5%;
        top: 23%;
    }
}

@media (max-width: 480px) {
    .floating-device-box {
        width: 100%;
        right: -10px;
        top: 44%;
    }
}

.floating-device-box .devices {
    position: relative;
    z-index: 4;
}

@media (max-width: 1600px) {
    .floating-device-box .devices {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .floating-device-box .devices {
        width: 90%;
    }
}

.floating-device-box .bottom-light {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    mix-blend-mode: plus-lighter;
}

@media (max-width: 480px) {
    .floating-device-box .bottom-light {
        width: 200%;
        top: 103%;
        left: 49%;
    }
}

@media (max-width: 480px) {
    .feat-dl-icons img {
        max-height: 30px;
    }
}

@media (max-width: 375px) {
    .feat-dl-icons img {
        max-height: 25px;
    }
}

.players-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/section-3/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0b0e17;
}

@media (max-width: 1024px) {
    .players-bg {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/section-3/bg2-mobi.jpg);
        background-size: cover;
    }
}

.players-box {
    position: relative;
}

@media (max-width: 1024px) {
    .players-box {
        padding: 6% 0;
    }
}

.players-box .text-content {
    position: absolute;
    width: 43%;
    right: 0;
    top: 32%;
}

@media (max-width: 1024px) {
    .players-box .text-content {
        position: relative;
        width: 80%;
        margin: 0 auto;
        right: unset;
        top: unset;
    }
}

.players-box .text-content h3 {
    font-size: 1.8vw;
}

@media (max-width: 1024px) {
    .players-box .text-content h3 {
        font-size: 5.8vw;
        text-align: right;
    }
}

.players-box .text-content h4 {
    font-size: 1.4vw;
}

@media (max-width: 1024px) {
    .players-box .text-content h4 {
        font-size: 4.4vw;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .players-box .text-content p {
        font-size: 3.5vw;
        text-align: center;
    }
}

.copyright-txt {
    color: #7b7a7f;
    line-height: 1.25rem;
    margin-bottom: 15px;
    display: block;
}

.footer-copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    position: relative;
    background-color: #000;
}

.footer-copyright p {
    line-height: 1.5em;
    color: #fff;
}

@media (max-width: 1024px) {
    .footer-copyright p {
        font-size: 12px;
        margin-left: auto;
    }
}

.footer-copyright .bmm-container .bmm-test-foot {
    border-top: 1px solid #33353b;
    padding-top: 15px;
}

.footer-copyright .bmm-container .bmm-test-foot li {
    display: inline-block;
    margin-right: 10px;
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.footer-copyright .bmm-container .bmm-test-foot li:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.footer-copyright .bmm-container .bmm-test-foot .ftr-alink a {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    color: #9c9c9c;
    border-bottom: 2px solid;
    padding: 5px 0;
}

.footer-copyright .bmm-container .bmm-test-foot .ftr-alink a:hover {
    color: #a9182c;
}

.footer-copyright .bmm-container .bmm-test-foot .ftr-alink span {
    font-size: 18px;
    vertical-align: middle;
    color: #9c9c9c;
}

.footer-copyright .bmm-container .bmm-test-foot .ftr-amlink a {
    display: inline-block;
    width: 180px;
}

.footer-copyright .bmm-container .bmm-test-foot .ftr-amlink a img {
    width: 100%;
}

.footer-copyright .bmm-container .pagcor {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/footer/foot-sprite.png?v=071224) no-repeat 0 -5px;
    width: 29px;
    height: 28px;
}

.footer-copyright .bmm-container .iom-gov {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/footer/foot-sprite.png?v=071224) no-repeat -32px -5px;
    width: 26px;
    height: 27px;
}

.footer-copyright .bmm-container .plus-eighteen {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/footer/foot-sprite.png?v=071224) no-repeat -64px -7px;
    width: 25px;
    height: 25px;
}

.footer-copyright .bmm-container .gam-care {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/footer/foot-sprite.png) no-repeat -97px -8px;
    width: 23px;
    height: 26px;
}

.footer-copyright .bmm-container .bmm-test-lab {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/footer/foot-sprite.png?v=071224) no-repeat -125px -8px;
    width: 147px;
    height: 24px;
}

.footer-copyright .bmm-container .begambleaware {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/footer/foot-sprite.png?v=071224) no-repeat -275px -7px;
    width: 220px;
    height: 26px;
}

.footer-services ul li {
    padding: 0 10px;
}

@media (max-width: 480px) {
    .footer-services ul li {
        padding: 0 5px;
    }
}

.footer-services ul li a {
    display: block;
}

.footer-services ul li a img {
    width: 100%;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.footer-services ul li:hover img {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    filter: drop-shadow(-4px 5px 4px #ff2aff);
    transform: scale(0.9);
}

.footer-services ul li:nth-child(2) {
    position: absolute;
    left: 17.5%;
    top: 55%;
    z-index: 2;
}

@media (max-width: 1024px) {
    .footer-services ul li:nth-child(2) {
        position: relative;
        left: unset;
        top: unset;
    }
}

.footer-services ul li:nth-child(4) {
    position: absolute;
    right: 17.5%;
    top: 55%;
    z-index: 2;
}

@media (max-width: 1024px) {
    .footer-services ul li:nth-child(4) {
        position: relative;
        right: unset;
        top: unset;
    }
}

.cs-list {
    position: fixed;
    z-index: 10;
    width: 60px;
    right: 0;
    top: 39%;
    padding: 17px 5px;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/side-widget/cs-middle.png);
    background-size: contain;
}

@media (max-width: 1024px) {
    .cs-list {
        top: 65%;
    }
}

@media (max-width: 480px) {
    .cs-list {
        top: auto;
        bottom: 5%;
    }
}

.cs-list:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/side-widget/cs-top.png) no-repeat;
    background-size: contain;
    top: -23px;
    left: 0;
    z-index: -1;
}

.cs-list:after {
    content: '';
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/side-widget/cs-bottom.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 100%;
    bottom: -165px;
    left: 0;
    z-index: -1;
    transition: all .5s ease-in-out;
}

@media (max-width: 480px) {
    .cs-list:after {
        bottom: -137px;
    }
}

@media (max-width: 1024px) {
    .cs-list {
        width: 50px;
    }
}

@media (max-width: 480px) {
    .cs-list {
        width: 45px;
    }
}

.cs-list li {
    margin-bottom: 15px;
}

.cs-list li:last-child {
    margin-bottom: 0;
}

.cs-list li a {
    display: block;
    text-align: center;
    transition: all .5s ease-in-out;
    height: 30px;
}

@media (max-width: 1024px) {
    .cs-list li a {
        height: 30px;
        top: 48%;
    }
}

@media (max-width: 480px) {
    .cs-list li a {
        top: 45%;
        height: 20px;
    }
}

.cs-list li a i {
    font-size: 30px;
}

@media (max-width: 1024px) {
    .cs-list li a i {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .cs-list li a i {
        font-size: 23px;
    }
}

.cs-list li a p {
    color: #c4c4c4;
    display: none;
}

@media (max-width: 480px) {
    .cs-list li a p {
        font-size: 12px;
        line-height: 17px;
        padding-top: 2px;
    }
}

.cs-list li a:hover {
    /*height: 60px;*/
    /*@media (max-width: 1024px) {
            height: 55px;
        }*/
    /*@media (max-width: 480px) {
            height: 50px;
        }*/
}

.cs-list li a:hover p {
    display: block;
}

@media (max-width: 1024px) {
    .cs-list li a:hover p {
        display: block;
    }
}

.cs-list.hover-in:after {
    bottom: -197px;
}

@media (max-width: 480px) {
    .cs-list.hover-in:after {
        bottom: -160px;
    }
}

@media (max-width: 1024px) {
    .cs-list.hover-in li.active a {
        height: 55px;
    }
}

@media (max-width: 480px) {
    .cs-list.hover-in li.active a {
        height: 50px;
    }
}

.cs-list.hover-in li.active i {
    color: #569eff;
}

.cs-list.hover-in li.active p {
    color: #c1dcff;
}

.black-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 125px;
    left: 0;
    z-index: 10;
    display: none;
}

/* LAZY LOAD IMAGES STYLES */

.ath-wrapper-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 50;
    display: none;
}

@media (max-width: 1024px) {
    .ath-wrapper-bg {
        display: block;
    }
}

.ath-wrapper-bg .ath-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ath-wrapper-bg .ath-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.ath-wrapper-bg .ath-text p {
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .ath-wrapper-bg .ath-text p {
        font-size: 4vw;
    }
}

.ath-wrapper-bg .ath-text p span {
    display: inline-block;
    vertical-align: middle;
}

.ath-wrapper-bg .ath-text p span img {
    width: 6vw;
    vertical-align: middle;
    margin: 0 3px;
}

.ath-wrapper-bg .ath-both {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.ath-wrapper-bg .ath-both .ath-btn,
.ath-wrapper-bg .ath-both .ath-divider {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ath-wrapper-bg .ath-both .ath-btn {
    font-size: 0;
    z-index: 2;
    width: 100%;
    z-index: 5;
}

.ath-wrapper-bg .ath-both .ath-btn a {
    font-size: 40px;
    color: #fff;
    width: 50%;
    text-align: center;
}

@media (max-width: 1024px) {
    .ath-wrapper-bg .ath-both .ath-btn a {
        font-size: 4vw;
    }
}

.ath-wrapper-bg .ath-both .ath-divider {
    display: inline-block;
    height: 16%;
    width: 2px;
    background: #fff;
    z-index: 2;
}

.ath-wrapper-bg .ath-ios-android {
    display: none;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.ath-wrapper-bg .ath-ios-android a {
    position: absolute;
}

.ath-wrapper-bg .ath-ios-android a img {
    width: 100%;
}

.ath-wrapper-bg .ath-ios-android .ath-close {
    width: 8vw;
    display: inline-block;
    right: -5px;
    top: -5px;
}

.ath-wrapper-bg .ath-ios-android .ath-arrow {
    width: 20vw;
    display: inline-block;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ath-wrapper-bg .ath-ios-android .ath-arrow-android {
    top: 0 !important;
}

.ath-wrapper-bg .ath-ios-android .ath-arrow-android img {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg);
}

@media (max-width: 480px) {
    .dl-btn-w {
        width: 50%;
    }
}

@media (max-width: 390px) {
    .dl-btn-w {
        width: 46%;
        margin-left: 5px;
    }
}

.fade-in-pop {
    animation: fadeInpop ease 1s;
    -webkit-animation: fadeInpop ease 1s;
    -moz-animation: fadeInpop ease 1s;
    -o-animation: fadeInpop ease 1s;
    -ms-animation: fadeInpop ease 1s;
}

@keyframes fadeInpop {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInpop {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInpop {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInpop {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes fadeInpop {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ev-default-blackui-mobi {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 50;
    display: none;
}

@media (max-width: 1024px) {
    .ev-default-blackui-mobi {
        display: block;
    }
}

.feat-promo-title {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/activity-popup/fp-title-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    border-bottom: 2px solid #aeb0b1;
}

.feat-promo-title h3 {
    background: linear-gradient(180deg, #252729 25%, #ffffff 40%, #ffffff 50%, #2a2e32 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6vw;
    text-align: center;
    padding: 15px 10px;
    font-weight: bold;
    letter-spacing: 10px;
    filter: drop-shadow(0px -1px 0px #fff);
}

.feat-promo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.feat-promo-container {
    border: 4px solid transparent;
    border-radius: 30px;
    background-image: -moz-linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-image: -webkit-linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-image: -ms-linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-image: -o-linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-image: linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    overflow: hidden;
}

.feat-promo-btn {
    background: linear-gradient(180deg, #3239a4 0%, #992edf 50%, #3843c8 100%);
}

.feat-promo-btn a {
    font-size: 4vw;
    padding: 5px;
}

.feat-promo-btn a span img {
    width: 5vw;
    margin-right: 10px;
}

.feat-promo-btn .fpPopClose {
    background-color: rgba(0, 0, 0, 0.4);
}

.promo-rwd-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/promotions/promo-rwd-bg1.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.content-rwd-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/contents/content-rwd-bg.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media (max-width: 1024px) {
    .content-rwd-bg {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/contents/content-rwd-bg-mobi.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
}

.content-title-yellow {
    color: #fdfad6;
}

.bg-343434 {
    background-color: #343434;
}

.bg-exta-info {
    background-color: #090909;
}

.bg-short-intro {
    background-color: #45464d;
}

.bg-rules {
    background-color: #45464d;
}

.bg-month-main-titles {
    background-color: #9a1626;
}

.bg-aof-titles {
    background-color: #2e176a;
}

.bg-plo-titles {
    background-color: #15183f;
}

.bg-month-dark {
    background-color: #0e0e0e;
}

.bg-month-light {
    background-color: #1a1a1b;
}

.decimal-list {
    list-style-type: decimal;
    padding-left: 30px;
}

/* === BULLETED LIST  ===*/

.bullet-list {
    padding-left: 10px;
}

.bullet-list li {
    position: relative;
    line-height: 30px;
    padding-left: 15px;
}

@media (max-width: 480px) {
    .bullet-list li {
        line-height: 25px;
    }
}

.bullet-list li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

.bullet-list li.small-bullet:before {
    width: 5px;
    height: 5px;
}

.fish-bullet-list {
    padding-left: 10px;
}

.fish-bullet-list li {
    position: relative;
    padding-left: 15px;
}

.fish-bullet-list li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

.fish-bullet-list li.small-bullet:before {
    width: 5px;
    height: 5px;
}

.bullet-list-center {
    padding-left: 10px;
}

.bullet-list-center li {
    position: relative;
    line-height: 30px;
    padding-left: 15px;
}

.bullet-list-center li:before {
    content: '';
    position: relative;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    left: 0;
    top: 0;
    margin-right: 10px;
}

.main-promo-box .main-promo-images li {
    display: inline-block;
    width: 20%;
    padding: 0 10px;
    text-align: center;
}

@media (max-width: 800px) {
    .main-promo-box .main-promo-images li {
        width: 33.33%;
    }
}

@media (max-width: 480px) {
    .main-promo-box .main-promo-images li {
        width: 50%;
    }
}

.main-promo-box .main-promo-images li a {
    overflow: hidden;
    border: 1px solid #6f6f6f;
}

.main-promo-box .main-promo-images li a:hover a {
    transform: scale(1.1);
}

.main-promo-box .main-promo-images li a img {
    width: 100%;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.main-promo-box .main-promo-images li a img:hover {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    transform: scale(1.1);
    opacity: 0.5;
}

.main-promo-box .main-promo-images li h4 {
    margin-top: 10px;
    margin-bottom: 50px;
}

@media (max-width: 800px) {
    .main-promo-box .main-promo-images li h4 {
        margin-bottom: 20px;
    }
}

/*PROMOTIONS TOURNAMENT*/

.bullet-list {
    padding-left: 10px;
}

.bullet-list li {
    position: relative;
    line-height: 30px;
    padding-left: 15px;
}

.bullet-list li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

.bullet-list {
    padding-left: 10px;
}

.bullet-list li {
    position: relative;
    line-height: 30px;
    padding-left: 10px;
}

.bl-small-dot li:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: 0;
    top: 14px;
    background: #fff;
}

.bg-bountyhunter-title {
    background-color: #aa5731;
}

.bg-minh-440 {
    min-height: 440px;
}

@media (max-width: 480px) {
    .bg-minh-440 {
        min-height: initial;
    }
}

.table-bountyhunter-body {
    margin: 0 20%;
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 1024px) {
    .table-bountyhunter-body {
        margin: 0;
        padding: 10px 0;
    }
}

.table-metallic {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: auto;
    margin: 0 auto;
    width: 100%;
    color: #000000;
    border-radius: 10px;
}

.table-metallic>thead {
    background: white;
    background: -moz-linear-gradient(left, white 0%, #b9b9b9 15%, white 40%, white 54%, #b9b9b9 80%, white 100%);
    background: -webkit-linear-gradient(left, white 0%, #b9b9b9 15%, white 40%, white 54%, #b9b9b9 80%, white 100%);
    background: linear-gradient(to right, white 0%, #b9b9b9 15%, white 40%, white 54%, #b9b9b9 80%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.table-metallic>thead>tr>th {
    background-color: transparent;
    text-align: center;
    padding: 10px 5px;
    font-size: 23px;
    color: #19414b;
    font-weight: bold;
    border-top: none !important;
    border-right: 1px solid #7b8cd9;
}

@media (max-width: 1024px) {
    .table-metallic>thead>tr>th {
        font-size: 17px;
        padding: 8px 5px;
    }
}

@media (max-width: 425px) {
    .table-metallic>thead>tr>th {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .table-metallic>thead>tr>th {
        padding: 8px 1px;
    }
}

.table-metallic>thead>tr>th:first-child {
    width: 32%;
}

.table-metallic>thead>tr>th:nth-child(2) {
    width: 18%;
}

.table-metallic>thead>tr>th:nth-child(3) {
    width: 20%;
}

.table-metallic>thead>tr>th:last-child {
    border-right: none;
}

.table-metallic>tbody>tr:nth-child(odd) {
    background: #626262;
}

.table-metallic>tbody>tr:nth-child(even) {
    background-color: #272727;
}

.table-metallic>tbody>tr:nth-child(even) td {
    color: #99ebff;
}

.table-metallic tbody>tr>td {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    border-right: 1px solid #817e7e;
    vertical-align: middle;
    padding: 10px 5px;
    line-height: 18px;
}

@media (max-width: 768px) {
    .table-metallic tbody>tr>td {
        font-size: 14px;
    }
}

.table-metallic tbody>tr>td:first-child {
    width: 32%;
}

.table-metallic tbody>tr>td:nth-child(2) {
    width: 18%;
}

.table-metallic tbody>tr>td:nth-child(3) {
    width: 20%;
}

.table-metallic tbody>tr>td:last-child {
    border-right: none;
}

.tbl-bdr-separate {
    border-collapse: separate;
    border-spacing: 0 7px;
}

.table-metallic-bdr {
    border-style: solid;
    border-width: 2px;
    border-image: linear-gradient(to top, #84bcd2, #725ce0) 1;
}

/* PROMOTIONS UNIQUEFEATURE */

.bg-smartbetting-title {
    background-color: #007695;
}

@media (max-width: 768px) {
    .bl-list-custom-3 {
        margin-left: 10px;
    }
}

.bl-list-custom-3 li {
    line-height: 35px;
    font-size: 18px;
    position: relative;
}

@media (max-width: 768px) {
    .bl-list-custom-3 li {
        padding-left: 15px;
    }
}

@media (max-width: 480px) {
    .bl-list-custom-3 li {
        font-size: 3.5vw;
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    .bl-list-custom-3 li:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        left: 0;
        top: 14px;
        background: #fff;
    }
}

.table-metalic-scroll .table-metallic tbody>tr>td:first-child {
    width: 33% !important;
}

.table-metalic-scroll {
    overflow: auto;
    max-height: 500px;
    display: block;
    width: 100%;
}

.table-metalic-scroll::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
}

.table-metalic-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #272727;
}

.table-metalic-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #0f0f0f;
}

.sashimi-btn {
    position: fixed;
    z-index: 11;
    right: -4%;
    top: 16.6%;
}

@media (max-width: 1680px) {
    .sashimi-btn {
        right: -4.5%;
        top: 15.5%;
    }
}

@media (max-width: 1440px) {
    .sashimi-btn {
        right: -6.5%;
    }
}

@media (max-width: 1024px) {
    .sashimi-btn {
        right: -50px;
        top: 41.5%;
    }
}

@media (max-width: 768px) {
    .sashimi-btn {
        top: 34.5%;
    }
}

@media (max-width: 480px) {
    .sashimi-btn {
        right: -62px;
        top: 34%;
    }
}

@media (max-width: 414px) {
    .sashimi-btn {
        top: 32.5%;
    }
}

@media (max-width: 320px) {
    .sashimi-btn {
        right: -67px;
    }
}

@media (max-width: 1680px) {
    .sashimi-btn img {
        width: 67%;
    }
}

@media (max-width: 1440px) {
    .sashimi-btn img {
        width: 65%;
    }
}

@media (max-width: 1024px) {
    .sashimi-btn img {
        width: 60%;
    }
}

@media (max-width: 480px) {
    .sashimi-btn img {
        width: 51%;
    }
}

@media (max-width: 320px) {
    .sashimi-btn img {
        width: 45%;
    }
}

/*****Event Registration*****/

.evt-reg-section {
    background: #161e36;
    background: -moz-linear-gradient(45deg, #252232 0%, #110f19 100%);
    background: -webkit-linear-gradient(45deg, #252232 0%, #110f19 100%);
    background: linear-gradient(45deg, #252232 0%, #110f19 100%);
    color: #fff;
    /******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: 10px;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

@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;
    vertical-align: top;
}

@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%;
    }
}

.evt-reg-section .activity-box li span {
    display: block;
}

.evt-reg-section .activity-box li span a {
    border: 1px solid #37256b;
    border-radius: 5px;
    background: #37256b;
    color: #ffffff;
    padding: 12px 5px;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5em;
    -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;
    }
}

.evt-reg-section .activity-box li .evt-special-promo {
    display: block;
    text-align: center;
}

.evt-reg-section .activity-box li .evt-special-promo a {
    background: none !important;
    border: none !important;
    display: inline-block !important;
    font-style: italic;
}

.evt-reg-section .activity-box li .evt-special-promo a:hover {
    color: #a795ff;
}

.evt-reg-section .activity-box li .evt-special-promo a span {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 480px) {
    .evt-reg-section .activity-box li .evt-special-promo a span {
        margin-right: 5px;
    }
}

@media (max-width: 480px) {
    .evt-reg-section .activity-box li .evt-special-promo a span img {
        height: 15px;
    }
}

.evt-reg-section .activity-box li:hover span a {
    border: 1px solid #4f2fab;
    border-radius: 5px;
    background: #4f2fab;
    color: #fff;
}

.evt-reg-section .activity-box li.active span a {
    border: 1px solid #4f2fab;
    border-radius: 5px;
    background: #4f2fab;
    color: #fff;
}

.evt-reg-section .evt-reg-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 5px 0;
    text-align: center;
}

@media (max-width: 480px) {
    .evt-reg-section .evt-reg-title {
        font-size: 20px;
    }
}

.evt-reg-section .evt-basic-box {
    border: 2px solid #a865ff;
    padding: 0;
    border-radius: 25px;
    overflow: hidden;
}

.evt-reg-section .evt-info-box .evt-basic-box>div:nth-child(even) {
    background-color: #252531;
}

.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: 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: transparent;
    border: 1px solid #ccc;
    padding: 7px 11px;
    border-radius: 5px;
    color: #ffffff;
    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: #1a1825;
    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: #252531;
}

.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: #ffffff;
    line-height: 1.8em;
}

.evt-reg-section .evt-gray a {
    color: #8396f5;
}

.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: 18px;
    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;
    -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: #4141ba;
    border-color: #4141ba;
    width: 15%;
    border-radius: 50px;
    font-weight: bold;
}

@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: #4141ba;
    color: #4141ba;
}

.evt-reg-section .btn-cancel:hover {
    background-color: #545454;
    border-color: #545454;
    color: #fff;
}

.evt-reg-section .btn-confirm {
    background-color: #4141ba;
    border-color: #4141ba;
}

.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: rgba(98, 98, 98, 0.3);
    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 i {
    font-size: 30px;
    color: #4141ba;
    padding: 15px 0 10px;
    display: inline-block;
}

.evt-reg-section .modal-content p {
    color: #888;
    padding: 0 0 15px;
    width: 100%;
    font-size: 13px;
}

/* === 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);
    }
}

.coop-padd {
    padding: 30px 0;
}

@media (max-width: 480px) {
    .coop-padd {
        padding: 10px 0;
    }
}

.coop-games {
    width: 100%;
    text-align: center;
}

.coop-games li {
    display: inline-block;
    width: 10%;
}

@media (max-width: 800px) {
    .coop-games li {
        width: 20%;
        margin-bottom: 15px;
        vertical-align: top;
    }
}

.coop-games li a {
    display: block;
}

.coop-games li a span {
    margin-top: 5px;
    font-size: 15px;
    display: block;
}

@media (max-width: 480px) {
    .coop-games li a span {
        font-size: 3vw;
    }
}

@media (max-width: 800px) {
    .coop-games li a img {
        width: 60%;
    }
}

@media (max-width: 480px) {
    .coop-games li a img {
        width: 80%;
    }
}

.coop-mobile {
    width: 50%;
}

@media (max-width: 480px) {
    .coop-mobile {
        width: 75%;
    }
}

.coop-benefits {
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .coop-benefits {
        margin-bottom: 5px;
    }
}

.coop-benefits .benefit-icon {
    display: inline-block;
    padding: 20px;
    vertical-align: middle;
}

@media (max-width: 320px) {
    .coop-benefits .benefit-icon {
        padding: 20px 10px;
    }
}

.coop-benefits .benefit-icon i {
    font-size: 50px;
    display: inline-block;
    color: #cd171f;
}

@media (max-width: 768px) {
    .coop-benefits .benefit-icon i {
        font-size: 33px;
    }
}

.coop-benefits .benefit-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.coop-benefits .benefit-title label {
    display: block;
    font-size: 25px;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .coop-benefits .benefit-title label {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .coop-benefits .benefit-title label {
        padding-bottom: 10px;
    }
}

.coop-benefits .benefit-title span {
    font-size: 18px;
}

@media (max-width: 768px) {
    .coop-benefits .benefit-title span {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .coop-benefits .benefit-title span {
        font-size: 12px;
    }
}

.agency-coop-main-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agency-cooperation/ev-ac-main-bg.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.ac-main-content {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agency-cooperation/ev-ac-content-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media (max-width: 800px) {
    .ac-main-content {
        padding: 5% 0;
    }
}

@media (max-width: 480px) {
    .ac-main-content {
        background-size: cover !important;
        background-position: center right !important;
        padding: 10% 0;
    }
}

@media (max-width: 480px) {
    .ac-content-details {
        position: absolute;
        width: 100%;
        top: -3%;
    }
}

.ac-content-details li {
    display: inline-block;
    position: absolute;
    text-align: left;
    width: 27%;
}

@media (max-width: 480px) {
    .ac-content-details li {
        position: relative;
        text-align: left;
        width: 100%;
        margin-bottom: 3vw;
        padding-left: 0;
        top: unset !important;
        right: unset !important;
    }
}

.ac-content-details li h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    color: white;
    font-style: italic;
}

@media (max-width: 1024px) {
    .ac-content-details li h3 {
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    .ac-content-details li h3 {
        font-size: 2.2vw;
    }
}

@media (max-width: 480px) {
    .ac-content-details li h3 {
        font-size: 3.5vw;
    }
}

@media (max-width: 800px) {
    .ac-content-details li h3 span img {
        height: 4vw;
    }
}

@media (max-width: 480px) {
    .ac-content-details li h3 span img {
        height: 9vw;
    }
}

.ac-content-details li p {
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
    padding-top: 10px;
    font-style: italic;
}

@media (max-width: 1024px) {
    .ac-content-details li p {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    .ac-content-details li p {
        font-size: 1.7vw;
        padding-top: 5px;
    }
}

@media (max-width: 480px) {
    .ac-content-details li p {
        font-size: 3vw;
        padding-top: 0;
    }
}

.ac-content-details .ac-icon1 {
    top: 0;
}

.ac-content-details .ac-icon2 {
    top: 0;
    right: 0;
}

.ac-content-details .ac-icon3 {
    top: 40%;
}

.ac-content-details .ac-icon4 {
    top: 40%;
    right: 0;
}

.ac-content-details .ac-icon5 {
    top: 84%;
}

.ac-content-details .ac-icon6 {
    top: 84%;
    right: 0;
}

/*========= BLOCK UI ========*/

.success-msg {
    display: none;
    position: fixed;
    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: 41;
    max-width: 490px;
    /* background: #fff;
  padding: 18px 5%;*/
    /*border-radius: 5px;*/
}

@media (max-width: 768px) {
    .success-msg {
        width: 95%;
    }
}

.success-msg .copy-box {
    position: relative;
    font-size: 0;
    width: 75%;
    margin: 10px auto;
}

@media (max-width: 480px) {
    .success-msg .copy-box {
        margin: 5px auto;
        width: 70%;
    }
}

.success-msg .copy-box a {
    font-size: 20px;
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    border-radius: 50px 0 0 50px;
    border-right: none;
}

@media (max-width: 480px) {
    .success-msg .copy-box a {
        font-size: 3.5vw;
    }
}

.success-msg .copy-box .btn-cpy-eml {
    position: relative;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 0 5px;
    width: 45%;
    border-radius: 50px;
    box-shadow: inset -4px 0px 2px 0px #b4b4b4, inset 4px 0px 2px 0px #b4b4b4;
    -webkit-box-shadow: inset -4px 0px 2px 0px #b4b4b4, inset 4px 0px 2px 0px #b4b4b4;
    -moz-box-shadow: inset -4px 0px 2px 0px #b4b4b4, inset 4px 0px 2px 0px #b4b4b4;
}

.success-msg .copy-box .btn-cpy-eml span {
    border-radius: 50px;
    font-size: 18px;
    background: #3d3d3d;
    background: -moz-radial-gradient(circle, #3d3d3d 0%, black 0%, #363636 50%, gray 100%);
    background: -webkit-radial-gradient(circle, #3d3d3d 0%, black 0%, #363636 50%, gray 100%);
    background: radial-gradient(circle, #3d3d3d 0%, black 0%, #363636 50%, gray 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d3d3d", endColorstr="#808080", GradientType=1);
}

@media (max-width: 480px) {
    .success-msg .copy-box .btn-cpy-eml span {
        font-size: 3.3vw;
    }
}

.success-msg .copy-box a,
.success-msg .copy-box .btn-cpy-eml>span {
    padding: 8px 0;
}

@media (max-width: 480px) {
    .success-msg .copy-box a,
    .success-msg .copy-box .btn-cpy-eml>span {
        padding: 5px 0;
    }
}

.success-msg .copy-box .cp-scs {
    display: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    position: absolute;
    top: 10%;
    right: -8%;
}

@media (max-width: 480px) {
    .success-msg .copy-box .cp-scs {
        font-size: 3vw;
    }
}

.success-msg .ac-em-close {
    top: 45px !important;
    right: 5px !important;
}

@media (max-width: 768px) {
    .success-msg .ac-em-close {
        top: 8vw !important;
        right: 1vw !important;
    }
}

.success-msg .email-contents {
    position: absolute;
    top: 55%;
    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: 100%;
    text-align: center;
}

.success-msg .email-contents .evblue {
    color: #006cff;
}

.success-msg .email-contents h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .success-msg .email-contents h3 {
        font-size: 5vw;
        margin-bottom: 5px;
    }
}

.success-msg .email-contents p {
    color: #212121;
    font-size: 16px;
    line-height: 1.5em;
}

@media (max-width: 480px) {
    .success-msg .email-contents p {
        font-size: 3.5vw;
    }
}

.success-msg .question-ico {
    display: inline-block;
}

@media (max-width: 480px) {
    .success-msg .question-ico {
        width: 4vw;
    }
}

.modal-blockUI {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}

.ev-agvio {
    color: #ba93ff;
}

/********evpk********/

.evpk-body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #000;
}

.evpk-body .image-box img {
    width: 100%;
}

@media (max-width: 1024px) {
    .evpk-body .image-box .pc-bg {
        display: none;
    }
}

.evpk-body .image-box .mobi-bg {
    display: none;
}

@media (max-width: 1024px) {
    .evpk-body .image-box .mobi-bg {
        display: block;
    }
}

.container-evpro {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 980px !important;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .container-evpro {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container-evpro:after {
    clear: both;
}

.ggoc-maintext-box {
    position: relative;
}

.ggoc-maintext-box .text {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ggoc-font-xl {
    font-size: 80px;
}

@media (max-width: 800px) {
    .ggoc-font-xl {
        font-size: 7vw;
    }
}

@media (max-width: 480px) {
    .ggoc-font-xl {
        font-size: 8vw;
    }
}

.ggoc-font-md {
    font-size: 65px;
}

@media (max-width: 800px) {
    .ggoc-font-md {
        font-size: 8vw;
    }
}

@media (max-width: 480px) {
    .ggoc-font-md {
        font-size: 8vw;
    }
}

.ggoc-font-sm {
    font-size: 35px;
}

@media (max-width: 800px) {
    .ggoc-font-sm {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .ggoc-font-sm {
        font-size: 4.5vw;
    }
}

.goc-color {
    color: #FFFBF2;
}

.goc-color-title {
    color: #ecd99d;
}

.goc-color-plain {
    color: #f7f5ea;
}

.ggoc-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/gg-online-championship/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 10%;
    /*background-attachment: fixed;*/
}

.ggoc-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/gg-online-championship/bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 10%;
    background-color: #000;
    background-attachment: fixed;
    padding-bottom: 0 !important;
}

.ggoc-frame-box {
    position: relative;
}

.ggoc-frame-box h3 {
    width: 90%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
}

@media (max-width: 480px) {
    .ggoc-frame-box h3 {
        font-size: 6vw;
    }
}

.ggoc-ribbon-box {
    position: relative;
    top: -20px;
}

.ggoc-ribbon-box h3 {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

@media (max-width: 480px) {
    .ggoc-ribbon-box h3 {
        font-size: 4.5vw;
    }
}

.blank-waiting {
    width: 85%;
    margin: 20px auto;
    height: 20vh;
    background-color: #363636;
}

.blank-waiting2 {
    width: 85%;
    margin: 20px auto;
    height: 10vh;
    background-color: #363636;
}

.ggoc-bottom-img {
    position: relative;
    text-align: center;
    width: 100%;
    height: 355px;
}

@media (max-width: 480px) {
    .ggoc-bottom-img {
        height: 100px;
    }
}

.ggoc-bottom-img .images {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table-ggocfix>thead>tr>th {
    background: #aa9259 !important;
}

@media (max-width: 480px) {
    .table-ggocfix>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-ggocfix tbody>tr>td {
    color: #cfc48f !important;
}

@media (max-width: 480px) {
    .table-ggocfix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-ggocfix tbody>tr:hover {
    background-color: #000 !important;
}

.table-ggocfix>tbody>tr:nth-child(odd) {
    background-color: #342f25;
}

.table-ggocfix>tbody>tr:nth-child(even) {
    background-color: #231e19;
}

tbody.table-ggocfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-ggocfix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-ggocfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #aa9259;
}

tbody.table-ggocfix-wrapper::-webkit-scrollbar-track {
    background: #231e19;
}

@font-face {
    font-family: 'Bebas-Regular';
    src: url("/Assets/fonts/Bebas-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.en-Outfont {
    font-family: 'Bebas-Regular';
}

.bg-faded-black3 {
    background-color: rgba(0, 0, 0, 0.8);
}

.mystery-bounty-arrow-down {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 15px 10px;
}

.mystery-bounty-arrow-down:hover {
    cursor: pointer;
}

.mystery-bounty-arrow-down:hover a {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    transform: scale(1.6);
}

.mystery-bounty-arrow-down a {
    display: inline-block;
}

.video-100 {
    width: 100% !important;
    padding: 10px;
}

.video-100-no-padd {
    width: 100% !important;
}

.vlight-orange {
    color: #ffbe93;
}

.vdark-orange {
    color: #fa8d2c;
}

.vdark-green {
    color: #5cad49;
}

.vdark-red {
    color: #ed5656;
}

.bg-0c {
    background-color: #0c0c0c;
}

.mystery-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/mystery-bounty/mystery-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*background-attachment: fixed;*/
}

.mbounty-gif-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/mystery-bounty/mbounty-wood-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.mystery-bounty-step {
    border: 3px solid #4f1b09;
    padding: 10px;
    background-color: #050201;
    position: relative;
}

.mystery-bounty-step .details-border {
    border: 3px solid #4f1b09;
    padding: 9%;
}

.mystery-bounty-step .details-border .text {
    position: relative;
    z-index: 2;
}

.mystery-bounty-step .ornament img {
    position: absolute;
    width: 90px;
    background: #050201;
    z-index: 1;
}

.mystery-bounty-step .ornament img:first-child {
    top: 1%;
    left: 1%;
}

.mystery-bounty-step .ornament img:nth-child(2) {
    top: 1%;
    right: 1%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mystery-bounty-step .ornament img:nth-child(3) {
    bottom: 1%;
    left: 1%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mystery-bounty-step .ornament img:nth-child(4) {
    bottom: 1%;
    right: 1%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mystery-bounty-step-small {
    border: 3px solid #4f1b09;
    padding: 10px;
    background-color: #050201;
    position: relative;
}

.mystery-bounty-step-small .details-border {
    padding: 4% 2%;
}

.mystery-bounty-step-small .details-border .text {
    position: relative;
    z-index: 2;
}

.mystery-bounty-step-small .ornament img {
    position: absolute;
    width: 8%;
    background: #050201;
    z-index: 1;
}

@media (max-width: 480px) {
    .mystery-bounty-step-small .ornament img {
        width: 10%;
    }
}

.mystery-bounty-step-small .ornament img:first-child {
    top: 0;
    left: 0;
}

.mystery-bounty-step-small .ornament img:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mystery-bounty-step-small .ornament img:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mystery-bounty-step-small .ornament img:nth-child(4) {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bounty-activity-container {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.mbounty-hr {
    border-top: 2px solid #ffbe93 !important;
    margin: 20px 0;
}

.text-shadow-white {
    text-shadow: #ffffff 0px 0px 6px;
}

.micro-titlecolor1 {
    color: #ffe29e;
}

.micro-titlecolor2 {
    color: #f7f0b3;
}

.micro-titlecolor2 li:before {
    background-color: #f7f0b3;
}

.micro-m-bg1 {
    /*background: linear-gradient(rgba(255, 255, 255, .10), rgba(12, 12, 12, .8), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/micromillions/micro-m-bg.jpg);*/
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/micromillions/micro-m-bg2.png), linear-gradient(0deg, #0B0B0B 78.90625%, rgba(48, 48, 48, 0) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*background-attachment: fixed;*/
}

@media (max-width: 1024px) {
    .micro-m-bg1 {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/micromillions/micro-m-bg2-mobi.png), linear-gradient(0deg, #0B0B0B 100%, rgba(48, 48, 48, 0) 100%);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
    }
}

.micro-m-grad-title {
    background: linear-gradient(360deg, #ddc264 0%, #ffdda8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 6px 3px #141414);
}

.micro-m-pad5 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.micro-m-date {
    font-size: 48px;
    text-shadow: #ffffff -1px -1px 0px, #ffffff -1px 1px 0px, #ffffff 1px 1px 0px, #ffffff 1px -1px 0px;
    color: #920202;
}

@media (max-width: 800px) {
    .micro-m-date {
        font-size: 6vw;
    }
}

.micro-m-plaintext {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px;
    color: #cfcfcf;
    font-size: 36px;
}

.micromill-maintext-box {
    position: relative;
}

.micromill-maintext-box .text {
    width: 100%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.micromill-font-xl {
    font-size: 100px;
}

@media (max-width: 800px) {
    .micromill-font-xl {
        font-size: 8vw;
    }
}

@media (max-width: 480px) {
    .micromill-font-xl {
        font-size: 9vw;
    }
}

.micromill-font-md {
    font-size: 80px;
}

@media (max-width: 800px) {
    .micromill-font-md {
        font-size: 7vw;
    }
}

@media (max-width: 480px) {
    .micromill-font-md {
        font-size: 8vw;
    }
}

.table-micromfix>thead>tr>th {
    background: #532f0e !important;
    color: #d9c48f !important;
}

@media (max-width: 480px) {
    .table-micromfix>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-micromfix tbody>tr>td {
    color: #dbdbdb !important;
}

@media (max-width: 480px) {
    .table-micromfix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-micromfix tbody>tr:hover {
    background-color: #4b1317 !important;
}

.table-micromfix>tbody>tr:nth-child(odd) {
    background-color: #181818;
}

.table-micromfix>tbody>tr:nth-child(even) {
    background-color: #302d2b;
}

tbody.table-micromfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-micromfix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-micromfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #aa9259;
}

tbody.table-micromfix-wrapper::-webkit-scrollbar-track {
    background: #231e19;
}

.p-0-important {
    padding: 0 !important;
}

.bg-mrenew1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/million-renewal/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.bg-mrenew2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/million-renewal/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.bg-mrenew3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/million-renewal/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.bg-mrenew4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/million-renewal/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.bg-mrenew5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/million-renewal/bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.mrenew-title {
    background: linear-gradient(180deg, #fafaa0 0%, #fafaa0 40%, #bb9b43 90%, #463b1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px 0px #141414);
}

.milwd-range {
    width: 80%;
}

@media (max-width: 1680px) {
    .milwd-range {
        width: 90%;
    }
}

.milwd-range li p {
    font-size: 1.4vw;
}

@media (max-width: 1680px) {
    .milwd-range li p {
        font-size: 1.6vw;
    }
}

@media (max-width: 480px) {
    .milwd-range li p {
        font-size: 3.5vw;
    }
}

.renew-range {
    margin-bottom: 30px;
}

.renew-range p {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mrenew-video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

.mrenew-video-wrapper .video-box video {
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* WSOP GIFTBOX */

.orange-1 {
    color: #eaa954;
}

.orange-2 {
    color: #ffbd52;
}

.bg-yellowgold-glow {
    background-color: #534330;
    box-shadow: 0px 0px 13px 2px rgba(213, 162, 101, 0.75);
    -webkit-box-shadow: 0px 0px 13px 2px rgba(213, 162, 101, 0.75);
    -moz-box-shadow: 0px 0px 13px 2px rgba(213, 162, 101, 0.75);
}

@media (max-width: 480px) {
    .text-left-xxs {
        text-align: left;
    }
}

.gb-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/giftbox/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.gb-bg2 {
    background: #3c3630;
    background: -moz-linear-gradient(top, #3c3630 0%, #0b0909 100%);
    background: -webkit-linear-gradient(top, #3c3630 0%, #0b0909 100%);
    background: linear-gradient(to bottom, #3c3630 0%, #0b0909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3630', endColorstr='#0b0909', GradientType=0);
}

.wsop-giftbox-container {
    position: relative;
    width: 70%;
    margin: 20px auto;
}

@media (max-width: 768px) {
    .wsop-giftbox-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wsop-giftbox-container {
        margin: 10px auto;
    }
}

.wsop-giftbox-container .box-content-grp {
    position: absolute;
    width: 100%;
    top: 15%;
    font-size: 0;
    text-align: left;
}

@media (max-width: 480px) {
    .wsop-giftbox-container .box-content-grp {
        top: 16%;
    }
    .wsop-giftbox-container .box-content-grp h3 {
        font-size: 16px;
        line-height: 17px;
    }
}

@media (max-width: 480px) and (max-width: 375px) {
    .wsop-giftbox-container .box-content-grp h3 {
        font-size: 13px;
        line-height: 13px;
    }
}

@media (max-width: 480px) {
    .wsop-giftbox-container .box-content-grp p {
        font-size: 14px;
    }
}

@media (max-width: 480px) and (max-width: 375px) {
    .wsop-giftbox-container .box-content-grp p {
        font-size: 12px;
    }
}

.red-bx {
    background-color: #281c1c;
    border: 2px solid #f50000;
}

.blue-bx {
    background-color: #1c1e28;
    border: 2px solid #1573b5;
}

.green-bx {
    background-color: #26342d;
    border: 2px solid #138053;
}

.wsop-giftbox-container2 {
    position: relative;
    width: 60%;
    margin: 20px auto;
    border-radius: 10px;
    padding: 30px 0 40px;
}

@media (max-width: 1024px) {
    .wsop-giftbox-container2 {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .wsop-giftbox-container2 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wsop-giftbox-container2 {
        width: 90%;
        padding: 20px 0 40px;
    }
}

.wsop-giftbox-container2>img {
    position: absolute;
    left: -55px;
    bottom: -32px;
}

@media (max-width: 480px) {
    .wsop-giftbox-container2>img {
        left: auto;
        bottom: -32px;
        right: -30px;
    }
}

.ribbon-bx {
    position: relative;
    width: 100%;
    text-align: left;
}

.ribbon-bx>div {
    position: absolute;
    width: 90%;
    top: 30px;
    z-index: 1;
}

@media (max-width: 480px) {
    .ribbon-bx>div {
        width: 96%;
        top: -43px;
        text-align: right;
    }
}

@media (max-width: 375px) {
    .ribbon-bx>div {
        top: -50px;
    }
}

@media (max-width: 320px) {
    .ribbon-bx>div {
        top: -56px;
    }
}

@media (max-width: 480px) {
    .ribbon-bx>div p {
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .ribbon-bx>div p {
        font-size: 17px;
    }
}

@media (max-width: 320px) {
    .ribbon-bx>div p {
        font-size: 15px;
    }
}

.ribbon-bx>img {
    position: absolute;
    left: -48px;
}

@media (max-width: 480px) {
    .ribbon-bx>img {
        left: auto;
        top: -70px;
        right: -28px;
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
    }
}

@media (max-width: 480px) {
    .bx-place {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .bx-place h3 {
        font-size: 18px;
    }
}

.stay-tuned-div {
    margin: 10% 0;
}

.bg-wsop22-header {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2022/wsop22-headbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 14vw;
}

.wsop22float-chip {
    position: relative;
    margin-top: -14%;
    margin-bottom: 1%;
    width: 19%;
}

@media (max-width: 1024px) {
    .wsop22float-chip {
        width: 30%;
    }
}

.wsop22-flag {
    position: relative;
    z-index: 5;
}

.wsop22-flag img {
    width: 45px;
}

@media (max-width: 480px) {
    .wsop22-flag img {
        width: 20px;
    }
}

.wsop22-ggstore {
    position: relative;
    top: -40px;
}

@media (max-width: 480px) {
    .wsop22-ggstore {
        top: -20px;
    }
}

.wsop22br-bot {
    border-bottom: 1px solid #f2c370;
}

.wsop22-divider {
    border-bottom: 4px solid #ae8f45;
    width: 80%;
    margin: 6% auto;
}

.wsop22-goldtext {
    background: linear-gradient(180deg, #b08042 7%, #ecdbb1 37%, #d6c05b 54%, #b08042 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 1px #000000) drop-shadow(2px 4px 2px #000000);
}

.wsop22-pinktext {
    background: linear-gradient(359deg, #ffbdbd 7%, #ff8484 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wsop22-highlight {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .wsop22-highlight {
        margin-bottom: 20px;
    }
}

.wsop22-highlight .text {
    position: absolute;
    width: 100%;
    padding: 20px;
}

@media (max-width: 480px) {
    .wsop22-highlight .text {
        padding: 5px;
    }
}

.wsop22gift-box {
    border-radius: 10px;
    position: relative;
    padding-bottom: 10%;
}

@media (max-width: 480px) {
    .wsop22gift-box {
        margin-bottom: 30px;
    }
}

.wsop22gift-box .wsop22-ribbon {
    position: absolute;
    left: -28px;
    top: 10%;
    width: 90%;
}

@media (max-width: 480px) {
    .wsop22gift-box .wsop22-ribbon {
        left: -8%;
        top: 10%;
        width: 70%;
    }
}

.wsop22gift-box .wsop22-ribbon h3 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 28px;
    font-weight: bold;
    z-index: 6;
}

@media (max-width: 480px) {
    .wsop22gift-box .wsop22-ribbon h3 {
        font-size: 5vw;
    }
}

.wsop22gift-box .wsop22-ribbon .ribbon {
    position: relative;
    z-index: 5;
}

.wsop22gift-box .wsop22-ribbon .gift {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 45%;
    right: -15%;
}

.wsop22gift-box .title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 85px;
    padding-top: 34px;
}

@media (max-width: 768px) {
    .wsop22gift-box .title {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .wsop22gift-box .title {
        font-size: 5vw;
    }
}

.wsop22gift-box p {
    font-size: 25px;
}

@media (max-width: 480px) {
    .wsop22gift-box p {
        font-size: 4vw;
    }
}

.wsop22box-red {
    background-color: rgba(40, 28, 28, 0.5);
    border: 1px solid #f50000;
}

.wsop22box-blue {
    background-color: rgba(28, 30, 40, 0.5);
    border: 1px solid #1573b5;
}

.wsop22box-green {
    background-color: rgba(20, 38, 52, 0.5);
    border: 1px solid #138053;
}

.bg-wsop22-confetti {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2022/wsop22-confetti-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000000;
}

.bg-wsop22-marble {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2022/wsop22-marblebg.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000000;
}

.bg-wsop22-floral {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2022/wsop22-floralbg.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: top center;
    background-color: #000000;
}

.wsop22-top-border {
    border-top: 2px solid #e2be68;
}

.wsop22-float-title {
    position: absolute;
    top: -51px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
}

@media (max-width: 1024px) {
    .wsop22-float-title {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }
}

.wsop22-float-title h3 {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 1024px) {
    .wsop22-float-title h3 {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }
}

.wsop22-float-title h3:after {
    content: '';
    border-bottom: 2px solid #e2be68;
    width: 30%;
    height: 10px;
    display: block;
    margin: 0 auto;
}

.wsop22-table-body {
    padding: 0 15px;
    border: 5px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(#be903f 0%, #f2d381 20%, #946936 40%, #efc766 55%, #663c1a 78%, #ffdca9 100%);
}

.table-wsop22fix>thead>tr>th {
    background: #0a0a0a !important;
    color: #efc271 !important;
}

@media (max-width: 480px) {
    .table-wsop22fix>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

@media (max-width: 480px) {
    .table-wsop22fix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-wsop22fix tbody>tr:hover {
    background-color: #3f3f3f !important;
}

.table-wsop22fix>tbody>tr {
    background-color: transparent !important;
}

.table-wsop22fix-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2022/wsop22-floralbg.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: top center;
    background-color: #000000;
}

tbody.table-wsop22fix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-wsop22fix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-wsop22fix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3f3f3f;
}

tbody.table-wsop22fix-wrapper::-webkit-scrollbar-track {
    background: #080808;
}

.wsop22-gold-border {
    padding: 15px;
    border: 5px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(#be903f 0%, #f2d381 20%, #946936 40%, #efc766 55%, #663c1a 78%, #ffdca9 100%);
}

.tablewsop22-sched {
    border: none;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: auto;
    margin: 0 auto;
    width: 90%;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 1680px) {
    .tablewsop22-sched {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .tablewsop22-sched {
        width: 100%;
    }
}

.tablewsop22-sched tbody td,
.tablewsop22-sched thead th {
    font-size: 1.5vw;
    vertical-align: middle;
    padding: 1vw 20px 0px;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .tablewsop22-sched tbody td,
    .tablewsop22-sched thead th {
        font-size: 3.5vw;
        padding: 10px 5px 0;
    }
}

.tablewsop22-sched tbody td:first-child,
.tablewsop22-sched tbody td:nth-child(3),
.tablewsop22-sched thead th:first-child,
.tablewsop22-sched thead th:nth-child(3) {
    width: 40%;
}

.tablewsop22-sched tbody td:nth-child(2),
.tablewsop22-sched thead th:nth-child(2) {
    width: 15%;
    font-size: 0;
}

@media (max-width: 1024px) {
    .tablewsop22-sched tbody td:nth-child(2),
    .tablewsop22-sched thead th:nth-child(2) {
        width: 5%;
    }
}

.tablewsop22-sched tbody td:nth-child(2) img,
.tablewsop22-sched thead th:nth-child(2) img {
    width: 3vw;
}

@media (max-width: 1024px) {
    .tablewsop22-sched tbody td:nth-child(2) img,
    .tablewsop22-sched thead th:nth-child(2) img {
        width: 5vw;
    }
}

.tbas-border-top {
    border-top: 2px solid white;
}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 80%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 80%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.wsopFadeUp {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    margin-bottom: -2.5%;
    position: relative;
    z-index: 1;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.tbwrapper {
    position: relative;
    overflow: hidden;
}

.tbwrapper .tbchest-box,
.tbwrapper .tbbrace-box {
    width: 100%;
    padding-top: 15%;
    padding-bottom: 5%;
}

.tbwrapper .tbchest-box .tbtext,
.tbwrapper .tbbrace-box .tbtext {
    position: absolute;
    z-index: 7;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.tbwrapper .tbchest-box .tbtext h3,
.tbwrapper .tbbrace-box .tbtext h3 {
    font-size: 1.8vw;
}

@media (max-width: 1024px) {
    .tbwrapper .tbchest-box .tbtext h3,
    .tbwrapper .tbbrace-box .tbtext h3 {
        font-size: 4.6vw;
    }
}

.tbwrapper .tbchest-box .tbst,
.tbwrapper .tbbrace-box .tbst {
    width: 90%;
    position: relative;
    z-index: 5;
}

.tbchest-box .tbch {
    width: 40%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.tbchest-box .tbfw {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tbbrace-box .tbfw {
    position: absolute;
    z-index: 1;
    width: 70%;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tbas-border-top {
    border-top: 2px solid white;
}

.bg-dark-grey-5 {
    background-color: #090909;
}

.p-t-4mod {
    padding-top: 4%;
}

.wsop22-dark-bg {
    background-color: #030303;
}

.exs-orange {
    color: #FAB714;
}

.exs-banner-bg {
    position: relative;
}

.exs-mainbanner {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.exs-nofee {
    position: absolute;
    top: -3%;
    left: 10%;
    width: 200px;
}

@media (max-width: 480px) {
    .exs-nofee {
        width: 20vw;
        top: 0%;
        left: 4%;
    }
}

.exs-players {
    position: absolute;
    top: -10%;
    left: 0;
}

@media (max-width: 480px) {
    .exs-players {
        position: relative;
        top: 20px;
        left: unset;
    }
}

.exs-border-white {
    border: 2px solid #fff;
}

.exs-rotate {
    transform: rotate(356.3072262529deg);
}

.text-shadow-exs {
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}

.exs-introbg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/express-satellite/exs-introbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #9d4865;
}

.exs-roshbg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/express-satellite/exs-roshbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #f3957f;
}

.exs-arbg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/express-satellite/exs-arbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #4daacb;
}

.exs-flipbg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/express-satellite/exs-flipbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #641609;
}

.exs-aofbg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/express-satellite/exs-aofbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #353490;
}

/*======== SLIDER ========*/

.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    margin-bottom: 5%;
}

.swiper-slide {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0) !important;
    border: 2px solid #fff;
}

.swiper-button-next,
.swiper-button-prev {
    top: 40%;
    color: #000;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.mnvid-shadow {
    border: 2px solid white;
    box-shadow: 0px 10px 15px #000000;
}

.mini-listcolor {
    color: #fff1ca;
}

.mini-listcolor li:before {
    background-color: #fff1ca;
}

.text-shadow-yellow {
    text-shadow: #ff9001 0px 0px 15px;
}

.text-shadow-black-blury {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.mini-titlecolor1 {
    color: #edd491;
}

.mini-titlecolor2 {
    color: #d1ebff;
}

.mini-titlecolor3 {
    color: #ffe6a3;
}

.mini-titlecolor4 {
    color: #ffe08d;
}

.mini-m-pad3 {
    padding-top: 3%;
    padding-bottom: 3%;
}

.minimill-maintext-box {
    position: relative;
}

.minimill-maintext-box .text {
    width: 100%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.minimill-font-xl {
    font-size: 80px;
}

@media (max-width: 800px) {
    .minimill-font-xl {
        font-size: 8vw;
    }
}

@media (max-width: 480px) {
    .minimill-font-xl {
        font-size: 9vw;
    }
}

.minimill-font-md {
    font-size: 60px;
}

@media (max-width: 800px) {
    .minimill-font-md {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .minimill-font-md {
        font-size: 6vw;
    }
}

.mn-faded-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0) 100%);
}

.mnb-text {
    text-align: center;
    margin-top: 15px;
}

.mnb-text h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .mnb-text h3 {
        font-size: 4vw;
    }
}

.mnb-text h4 {
    color: #EFEFEF;
    font-size: 30px;
    text-shadow: 1px 1px 0 #7d5721, -1px -1px 0 #7d5721, 1px -1px 0 #7d5721, -1px 1px 0 #7d5721, 1px 1px 0 #7d5721;
}

@media (max-width: 480px) {
    .mnb-text h4 {
        font-size: 5vw;
    }
}

.mnb-text h3,
.mnb-text h4 {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.mnb-text h3:hover,
.mnb-text h4:hover {
    transform: scale(1.2);
}

.glow1:hover {
    color: #fff;
    -webkit-animation: glow1 .75s ease-in-out infinite alternate;
    -moz-animation: glow1 .75s ease-in-out infinite alternate;
    animation: glow1 .75s ease-in-out infinite alternate;
}

@-webkit-keyframes glow1 {
    from {
        text-shadow: 0 0 2px #c1821e, 0 0 3px #dcc35e, 0 0 4px #ebb856, 0 0 5px #f5c866, 0 0 6px #fcf1d6;
    }
    to {
        text-shadow: 0 0 4px #f7e18b, 0 0 6px #f4ca67, 0 0 8px #f4d29a, 0 0 12px #fdf1b7, 0 0 16px #fcf1d6;
    }
}

.mn-new-tag {
    text-align: center;
}

.mn-new-tag .tag-box {
    position: relative;
    min-height: 80px;
    display: inline-block;
}

@media (max-width: 480px) {
    .mn-new-tag .tag-box {
        min-height: 10vw;
    }
}

.mn-new-tag .nwtag {
    position: absolute;
    top: -25px;
    left: -85px;
}

@media (max-width: 480px) {
    .mn-new-tag .nwtag {
        top: -25%;
        left: -25%;
        width: 10vw;
    }
}

.mn-new-tag h3 {
    display: inline-block;
}

.minimil-floating img {
    position: absolute;
}

.minimil-floating .mnspade {
    top: 18%;
    right: 5%;
    width: 12vw;
}

@media (max-width: 1024px) {
    .minimil-floating .mnspade {
        top: 10%;
        right: 2%;
        width: 13vw;
    }
}

@media (max-width: 480px) {
    .minimil-floating .mnspade {
        top: 5%;
        right: 0%;
        width: 15vw;
    }
}

.minimil-floating .mncard1 {
    top: 37%;
    right: -8%;
    width: 22vw;
}

.minimil-floating .mncard2 {
    top: 28%;
    left: -5%;
    width: 16vw;
}

.table-minimilfix>thead>tr>th {
    background: #3d2b8f !important;
    color: #d9c48f !important;
}

@media (max-width: 480px) {
    .table-minimilfix>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-minimilfix tbody>tr>td {
    color: #dbdbdb !important;
}

@media (max-width: 480px) {
    .table-minimilfix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-minimilfix tbody>tr:hover {
    background-color: #1c1731 !important;
}

.table-minimilfix>tbody>tr:nth-child(odd) {
    background-color: #181818;
}

.table-minimilfix>tbody>tr:nth-child(even) {
    background-color: #302d2b;
}

tbody.table-minimilfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-minimilfix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-minimilfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #aa9259;
}

tbody.table-minimilfix-wrapper::-webkit-scrollbar-track {
    background: #231e19;
}

.text-shadow-black-opaque-blur {
    text-shadow: 0px 7px 6px rgba(0, 0, 0, 0.56);
}

.mn-rounded-gradient-borders {
    border: 4px solid transparent;
    border-radius: 80px;
    background-image: -moz-linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-image: -webkit-linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-image: -ms-linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-image: -o-linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-image: linear-gradient(#020307, #04070a), radial-gradient(circle at top left, #5589fd, #9465ca);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: block;
    width: 250px;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
    line-height: 1.2em;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.mn-rounded-gradient-borders:hover {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    transform: scale(1.1);
}

@media (max-width: 480px) {
    .mn-rounded-gradient-borders {
        width: 50%;
        font-size: 4vw;
    }
}

.mn-rounded-gradient-borders span {
    vertical-align: top;
    line-height: 1;
}

.bnty-faded-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0) 100%);
}

@font-face {
    font-family: 'FZZYJW';
    src: url("/Assets/fonts/FZZYJW.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Army';
    src: url("/Assets/fonts/Army.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.bjpot-size {
    font-size: 70px;
    vertical-align: top;
}

.army-font {
    font-family: 'Army';
}

.fzzyjw-font {
    font-family: 'FZZYJW';
}

.bj-goldtext {
    background: linear-gradient(180deg, #c1a650 15%, #e7cf8e 33%, #f9e2ab 60%, #9c7043 80%, #bc9569 70%, #bd9a50 90%, #f9e2ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 1px #301f19) drop-shadow(1px 1px 1px #301f19);
}

.bj-text-stroke {
    text-shadow: -2px -2px 0 #301f19, 2px -2px 0 #301f19, -2px 2px 0 #301f19, 2px 2px 0 #301f19;
}

.bj-text-stroke-black {
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.bj-vidgroup {
    position: relative;
    width: 100%;
    margin-bottom: 10%;
}

.bj-vidgroup:hover {
    cursor: pointer;
}

.bj-vidgroup:hover .bj-bvid {
    z-index: 7 !important;
}

.bj-bvid {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width: 480px) {
    .bj-bvid {
        width: 98%;
    }
}

.bj-bframe {
    position: relative;
    z-index: 2;
}

.bj-vidgroupsm {
    position: relative;
    width: 110%;
    margin-left: -60px;
}

@media (max-width: 800px) {
    .bj-vidgroupsm {
        width: 100%;
        left: -5vw;
        margin-left: unset;
    }
}

.bjpvidtag {
    display: inline-block;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
}

.bj-bvidsm {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bj-bframesm {
    position: relative;
    z-index: 2;
}

.bjm-left {
    margin-left: -60px;
}

.bjm-right {
    margin-right: -60px;
    padding-left: 30px;
}

.bj-ol li {
    font-size: 18px !important;
    line-height: 2em !important;
}

@media (max-width: 480px) {
    .bj-ol li {
        font-size: 4vw !important;
    }
}

.bnty-floaters img {
    position: absolute;
}

@media (max-width: 800px) {
    .bnty-floaters img {
        width: 20vw !important;
    }
}

.bnty-floaters .bj-wheel {
    bottom: 2%;
    left: -135px;
    width: 30%;
}

@media (max-width: 800px) {
    .bnty-floaters .bj-wheel {
        bottom: unset;
        top: -19%;
        left: -12%;
    }
}

.bnty-floaters .bj-sack1 {
    left: -65px;
    z-index: 4;
    bottom: -15%;
}

@media (max-width: 480px) {
    .bnty-floaters .bj-sack1 {
        left: -10vw;
    }
}

.bnty-floaters .bj-sack2 {
    bottom: -15%;
    right: -95px;
    z-index: 4;
}

@media (max-width: 480px) {
    .bnty-floaters .bj-sack2 {
        right: -10vw;
    }
}

.video-container .bnty-p3 {
    display: block;
    margin: 0 auto;
    width: 85% !important;
}

@media (max-width: 1024px) {
    .video-container .bnty-p3 {
        width: 85% !important;
    }
}

.grey-bb {
    color: #bbbbbb;
}

.bg-25 {
    background-color: #252525;
}

@media (max-width: 560px) {
    .table-xs-auto {
        table-layout: auto !important;
    }
}

.nhr-title {
    color: #7dfff1;
    letter-spacing: 2px;
    font-style: italic;
    text-shadow: #b2008a 0px 5px 2px;
}

.nhr-blue-bg {
    background-color: #3e5fab;
}

.nhr-ul li {
    font-size: 17px !important;
    line-height: 2em !important;
}

@media (max-width: 480px) {
    .nhr-ul li {
        font-size: 4vw !important;
    }
}

.table-nhr {
    table-layout: auto;
}

.table-nhr>thead>tr>th {
    background: #676d77 !important;
    color: #fff !important;
    text-align: left;
    padding-left: 20px;
}

@media (max-width: 480px) {
    .table-nhr>thead>tr>th {
        padding-left: 7px;
        font-size: 3.5vw;
    }
}

.table-nhr tr {
    border-bottom: 1px solid #7c8188;
    border-top: 1px solid #7c8188;
}

.table-nhr>tbody>tr>td {
    text-align: left;
    padding-left: 20px !important;
    color: #000 !important;
}

@media (max-width: 480px) {
    .table-nhr>tbody>tr>td {
        padding-left: 9px !important;
        font-size: 3.5vw;
    }
}

.table-nhr>tbody>tr>td span {
    font-size: 22px;
    vertical-align: text-bottom;
    padding: 0 1px;
    color: #000;
}

@media (max-width: 480px) {
    .table-nhr>tbody>tr>td span {
        font-size: 4vw;
    }
}

.spc-nhr>thead>tr>th:last-child {
    text-align: right;
    padding-left: unset !important;
    padding-right: 20px;
}

.spc-nhr>tbody>tr>td:last-child {
    text-align: right;
    padding-left: unset !important;
    padding-right: 20px;
}

.default-ol-16 li {
    font-size: 16px !important;
    line-height: 2em !important;
}

@media (max-width: 480px) {
    .default-ol-16 li {
        font-size: 4vw !important;
    }
}

.btn-nhr {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 15px;
    border: 2px solid #ababab;
    color: #ababab;
    display: inline-block;
    min-width: 200px;
    margin: 0 10px;
    background: #000000;
    background: -moz-linear-gradient(top, #3e3e3e 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #3e3e3e 0%, #000000 100%);
    background: linear-gradient(to bottom, #3e3e3e 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#000000', GradientType=0);
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media (max-width: 800px) {
    .btn-nhr {
        font-size: 20px;
        padding: 10px 10px;
        min-width: 30%;
    }
}

@media (max-width: 480px) {
    .btn-nhr {
        margin: 0px 5px;
        font-size: 4vw;
        min-width: 35%;
        border-radius: 10px;
    }
}

.btn-nhr:hover {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    color: #ffe534;
    border: 2px solid #fff;
}

.nhr-active {
    color: #ffe534 !important;
    border: 2px solid #fff !important;
}

.nhr-tabContent {
    display: none;
}

.nhr-tc-active {
    display: block;
}

.grey-b9 {
    color: #b9b9b9;
}

.bhunter-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/oct/bhs-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    box-shadow: 0px -20px 50px 40px #000;
    -webkit-box-shadow: 0px -20px 50px 40px #000;
    -moz-box-shadow: 0px -20px 50px 40px #000;
    background-color: #170e05;
    /*background-attachment: fixed;*/
}

.bhunter-bg2 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 7%;
}

@media (max-width: 1024px) {
    .bhunter-bg2 {
        width: 100%;
    }
}

.bhs-scale {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.bhs-scale:hover {
    transform: scale(1.1);
}

.fng11-whbg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/fng11-whbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media (max-width: 1024px) {
    .fng11-whbg {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/fng11-whbg-mobi.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
}

.fng11-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/fng11-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fng11-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/fng11-bgmerge.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.fng11-titles {
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fng11-titletag1 {
    position: relative;
    display: inline-block;
}

.fng11-titletag1 h3 {
    width: 75%;
    position: absolute;
    top: 52%;
    left: 42%;
    transform: translate(-50%, -50%);
}

.fng11-titletag2 {
    position: relative;
    display: inline-block;
}

.fng11-titletag2 h3 {
    width: 80%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fng11-glow1 {
    text-shadow: 0px 0px 10px #b91f14, 0px 0px 10px #df0f00;
}

.fng11-glow2 {
    text-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000;
    color: #eb9aff;
}

.fng11-glow3 {
    text-shadow: 0px 0px 15px #c61609, 0px 0px 10px #fbbe0a, 0px 0px 15px #df0f00;
}

.dans-box {
    border: 3px solid #ffffff;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    min-height: 390px;
    box-shadow: 0px 0px 14px #ff00d2, inset 0px 0px 15px #ff00d2;
    -webkit-box-shadow: 0px 0px 14px #ff00d2, inset 0px 0px 15px #ff00d2;
    -moz-box-shadow: 0px 0px 14px #ff00d2, inset 0px 0px 15px #ff00d2;
}

@media (max-width: 480px) {
    .dans-box {
        min-height: unset;
        width: 70%;
        margin: 10px auto;
    }
}

.fng-fildrop {
    filter: drop-shadow(0px 11px 3px #000);
}

.fng-spcol {
    text-align: center !important;
    width: 100% !important;
    background-color: rgba(195, 0, 184, 0.5);
    font-weight: bold !important;
    font-style: italic !important;
}

.table-fng11fix>thead>tr>th {
    background: #ff5ada !important;
    color: #ffffff !important;
}

@media (max-width: 480px) {
    .table-fng11fix>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-fng11fix tbody>tr>td {
    color: #fff;
}

@media (max-width: 480px) {
    .table-fng11fix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-fng11fix tbody>tr:hover {
    background-color: #360127 !important;
}

.table-fng11fix>tbody>tr:nth-child(odd) {
    background-color: transparent;
}

.table-fng11fix>tbody>tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.4);
}

.table-fng11fix tfoot {
    height: 15px;
    background-color: #ff5ada;
}

.fng-table-bg {
    background-color: rgba(16, 16, 16, 0.7);
}

.fng-td-yellow>td {
    color: #ffdf8a !important;
    font-weight: bold;
}

.fng-bot-control {
    padding-bottom: 25%;
}

@media (max-width: 480px) {
    .fng-bot-control {
        padding-bottom: 36%;
    }
}

.fngflt-1 {
    position: absolute;
    top: 22%;
    width: 14%;
    right: 2%;
}

@media (max-width: 480px) {
    .fngflt-1 {
        top: 13%;
        width: 12vw;
    }
}

.fngflt-2 {
    position: absolute;
    top: 58%;
    width: 22%;
    right: -13%;
}

@media (max-width: 480px) {
    .fngflt-2 {
        top: 63%;
        width: 18vw;
        right: 9%;
    }
}

.fngflt-3 {
    position: absolute;
    top: 34%;
    width: 20%;
    left: -7%;
}

@media (max-width: 480px) {
    .fngflt-3 {
        top: 22%;
        width: 16vw;
        left: 0%;
    }
}

.fngflt-4 {
    position: absolute;
    bottom: 22%;
    width: 20%;
    left: -12%;
}

@media (max-width: 1024px) {
    .fngflt-4 {
        bottom: 21%;
        width: 20vw;
        left: 1%;
    }
}

.fngfont-45 {
    font-size: 45px;
}

.fng11-wsop {
    margin-top: -135px;
    position: relative;
    left: 10px;
    width: 66%;
}

@media (max-width: 768px) {
    .fng11-wsop {
        margin-top: -100px;
    }
}

@media (max-width: 480px) {
    .fng11-wsop {
        margin-top: -13vw;
    }
}

/********** Bet and Go**********/

.bng-green {
    color: #2f56ff;
}

.bng-grey {
    color: #969696;
}

.bng-1212 {
    background-color: #121212;
}

.bng-title {
    color: #feff97;
    text-shadow: 0px 4px 3px #064cb5;
}

.bng-tpad {
    padding: 5% 0;
}

.bng-wrapper {
    width: 85%;
    margin: 0 auto;
    background-color: black;
    border-radius: 50px 50px 0 0;
}

@media (max-width: 480px) {
    .bng-wrapper {
        border-radius: 25px 25px 0 0;
        width: 96%;
    }
}

.bng-wrapper-plain {
    width: 85%;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .bng-wrapper-plain {
        width: 96%;
    }
}

.bng-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/betngo/bng-bg1.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding: 6% 0 2%;
}

@media (max-width: 480px) {
    .bng-bg1 {
        padding: 10vw 0 2vw;
    }
}

@media (max-width: 480px) {
    .bng-cont2 {
        width: 100% !important;
    }
}

.bng-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/betngo/bng-bg2.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: top center;
    position: relative;
}

.bng-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/betngo/bng-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.bng-team-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
}

.bng-team-box .bng-flag-box {
    font-size: 0;
    width: 45%;
    min-height: 9vw;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .bng-team-box .bng-flag-box {
        width: 50%;
        min-height: 7vw;
    }
}

.bng-team-box .bng-flag-box .pic-ctn-left {
    position: absolute;
    display: inline-block;
    width: 30%;
    left: 0;
    top: 0;
}

.bng-team-box .bng-flag-box .pic-ctn-left img {
    position: absolute;
    opacity: 0;
    width: 100%;
    animation: display-left 16s infinite;
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.3)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.3)) drop-shadow(0 30px 20px black);
}

.bng-team-box .bng-flag-box .pic-ctn-right {
    position: absolute;
    display: inline-block;
    width: 30%;
    right: 0;
    top: 0;
}

.bng-team-box .bng-flag-box .pic-ctn-right img {
    position: absolute;
    opacity: 0;
    width: 100%;
    animation: display-right 16s infinite;
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.3)) drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.3)) drop-shadow(12px 16px 20px black);
}

@keyframes display-left {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    10% {
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(-100px);
        opacity: 0;
    }
}

@keyframes display-right {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    10% {
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(100px);
        opacity: 0;
    }
}

.bng-team-box .bng-flag-box img:nth-child(2) {
    animation-delay: 2s;
}

.bng-team-box .bng-flag-box img:nth-child(3) {
    animation-delay: 4s;
}

.bng-team-box .bng-flag-box img:nth-child(4) {
    animation-delay: 6s;
}

.bng-team-box .bng-flag-box img:nth-child(5) {
    animation-delay: 8s;
}

.bng-team-box .bng-flag-box img:nth-child(6) {
    animation-delay: 10s;
}

.bng-team-box .bng-flag-box img:nth-child(7) {
    animation-delay: 12s;
}

.bng-team-box .bng-flag-box img:nth-child(8) {
    animation-delay: 14s;
}

.bng-team-box .bng-grass {
    width: 70%;
}

@media (max-width: 1024px) {
    .bng-team-box .bng-grass {
        width: 90%;
    }
}

.bng-team-box .bng-vs {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8vw;
}

@media (max-width: 1024px) {
    .bng-team-box .bng-vs {
        top: 30%;
    }
}

.bng-container {
    width: 65%;
    margin: 0 auto;
    display: block;
    position: relative;
}

@media (max-width: 1440px) {
    .bng-container {
        width: 980px;
    }
}

@media (max-width: 1024px) {
    .bng-container {
        width: 90%;
    }
}

.bng-elk-vid-box {
    position: relative;
}

.bng-elk-vid-box .bng-vid-box {
    position: absolute;
    width: 52%;
    top: 45%;
    left: 63%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width: 1024px) {
    .bng-elk-vid-box .bng-vid-box {
        position: relative;
        width: 100%;
        top: unset;
        left: unset;
        transform: unset;
    }
}

.bng-elk-vid-box .bng-vid-box video {
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 0;
    filter: drop-shadow(1px 9px 8px black);
}

@media (max-width: 1024px) {
    .bng-elk-vid-box .bng-vid-box video {
        border-radius: 10px;
    }
}

.bng-vidgroupsm {
    position: relative;
    width: 100%;
}

@media (max-width: 480px) {
    .bng-vidgroupsm {
        margin-top: 10vw;
    }
}

.bng-vidgroupsm .bng-elky-avatar {
    position: absolute;
    bottom: 7%;
    left: 0%;
    z-index: 6;
    width: 37%;
}

@media (max-width: 480px) {
    .bng-vidgroupsm .bng-elky-avatar {
        width: 30vw;
    }
}

.bng-vidgroupsm .avtr-r {
    bottom: 7% !important;
    right: -6% !important;
    left: unset !important;
}

.bng-vidgroupsm .bng-frame-box {
    position: relative;
    top: 15px;
    z-index: 5;
}

.bng-vidgroupsm .bng-frame-box video,
.bng-vidgroupsm .bng-frame-box img {
    display: block;
    padding: 4px;
    border-radius: 10px;
    width: 91% !important;
    margin: 0 auto;
    margin-right: 10px;
    background: linear-gradient(to top, #a1ab41, #fffecd);
}

.bng-vidgroupsm .bng-frame-box .bn-ml {
    margin-right: unset;
    margin-left: 10px;
}

.bng-stepbox img {
    border-radius: 10px;
    border: 2px solid #edde97;
}

.bng-tab-rd {
    background-color: #0e2a13;
    border-radius: 15px;
    padding: 10px;
}

@media (max-width: 480px) {
    .bng-tab-rd {
        padding: 5px;
    }
}

.table-bngfix {
    border-radius: 0 0 15px 15px;
}

.table-bngfix>thead>tr>th {
    background: #0e2a13 !important;
}

@media (max-width: 480px) {
    .table-bngfix>thead>tr>th {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

@media (max-width: 480px) {
    .table-bngfix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-bngfix tbody>tr:hover {
    background-color: #96a745 !important;
}

.table-bngfix>tbody>tr:nth-child(odd) {
    background-color: #384615;
}

.table-bngfix>tbody>tr:nth-child(even) {
    background-color: #647127;
}

tbody.table-bngfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    border: none;
}

tbody.table-bngfix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-bngfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #667427;
}

tbody.table-bngfix-wrapper::-webkit-scrollbar-track {
    background: #384615 !important;
}

.bn-grass-text {
    position: relative;
}

.bn-grass-text p {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 1024px) {
    .bn-grass-text p {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
}

.bng-table-fx {
    width: 80%;
    margin: 0 auto;
    margin-bottom: -35px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(1px 9px 8px black);
}

@media (max-width: 1024px) {
    .bng-table-fx {
        margin-bottom: 10px;
        width: 100%;
    }
}

.bng-pkb-box {
    position: relative;
    margin-top: 105px;
    padding-bottom: 5%;
}

@media (max-width: 768px) {
    .bng-pkb-box {
        margin-top: 5vw;
    }
}

.bng-pkb-box a {
    position: relative;
    z-index: 5;
}

.bng-pkb-box .bng-float {
    position: absolute;
    top: -16%;
    z-index: 3;
    right: -8%;
    width: 80%;
}

.bng-wrapper-bg2 {
    border-radius: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, black 70%, rgba(0, 0, 0, 0) 100%);
}

.bng-ol li {
    font-size: 14px !important;
    line-height: 2em !important;
}

@media (max-width: 480px) {
    .bng-ol li {
        font-size: 3vw !important;
    }
}

/*WSOP WINTER 2022*/

.wsopw22-imgover {
    position: fixed;
    z-index: 2;
    text-align: center;
    bottom: 13%;
    width: 100%;
}

@media (max-width: 1024px) {
    .wsopw22-imgover {
        left: -13%;
        width: 90%;
    }
    .wsopw22-imgover img {
        width: 150% !important;
    }
}

.wsopw22-video-box {
    position: relative;
}

.wsopw22-video-box video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.wsopw22-goldtext {
    background: #A68824;
    background: -moz-linear-gradient(to bottom, #A68824 17%, #FFE9B5 45%, #8F5D36 66%, #CCAD58 81%);
    background: linear-gradient(to bottom, #A68824 17%, #FFE9B5 45%, #8F5D36 66%, #CCAD58 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wsopw22-wrapper-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 90%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 90%, rgba(0, 0, 0, 0.1) 100%);
    width: 1140px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .wsopw22-wrapper-bg {
        width: 100%;
    }
}

.wsopw22-pd-top1 {
    padding-top: 10vh;
}

.wsopw22-pd-top2 {
    padding-top: 28vh;
}

@media (max-width: 1024px) {
    .wsopw22-pd-top2 {
        padding-top: 5vh;
        padding-bottom: 40vh;
    }
}

.table-wsopwfix-bg {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px 10px 0 0;
}

.table-wsopwfix>thead>tr>th {
    background: transparent !important;
}

@media (max-width: 480px) {
    .table-wsopwfix>thead>tr>th {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-wsopwfix>thead>tr {
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(90deg, #172c47 0%, #598ec4 100%);
    background-attachment: fixed;
}

.table-wsopwfix tbody>tr>td:nth-child(3),
.table-wsopwfix tbody>tr>td:nth-child(4),
.table-wsopwfix tbody>tr>td:nth-child(5) {
    font-weight: bold;
    font-size: 15px;
}

.table-wsopwfix tbody>tr>td:nth-child(5) {
    background: #A68824;
    background: -moz-linear-gradient(to bottom, #A68824 17%, #FFE9B5 45%, #8F5D36 66%, #CCAD58 81%);
    background: linear-gradient(to bottom, #A68824 17%, #FFE9B5 45%, #8F5D36 66%, #CCAD58 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 480px) {
    .table-wsopwfix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-wsopwfix tbody>tr:hover {
    background-color: rgba(255, 255, 255, 0.09) !important;
}

.table-wsopwfix>tbody>tr:nth-child(odd) {
    background-color: transparent;
}

.table-wsopwfix>tbody>tr:nth-child(even) {
    background-color: transparent;
}

tbody.table-wsopwfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    border: none;
}

tbody.table-wsopwfix-wrapper::-webkit-scrollbar-corner {
    background-color: transparent;
}

tbody.table-wsopwfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #2f4e72;
}

tbody.table-wsopwfix-wrapper::-webkit-scrollbar-track {
    background: #0c0c0c;
}

.wsopw22-text-shadow {
    text-shadow: 0px 0px 5px #051121, 0px 0px 30px #051121;
}

.wsopw22-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/winter/2022/wsopw22-people.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center;
    position: relative;
    padding: 5% 0;
}

.p-b-10mod {
    padding-bottom: 10%;
}

.wsop-giftbox-container3 {
    position: relative;
    width: 70%;
    margin: 30px auto;
    border-radius: 10px;
    padding: 30px 0 40px;
}

@media (max-width: 1024px) {
    .wsop-giftbox-container3 {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .wsop-giftbox-container3 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wsop-giftbox-container3 {
        width: 90%;
        padding: 20px 0 40px;
        margin-bottom: 50px;
    }
}

.wsop-giftbox-container3>img {
    position: absolute;
    right: -55px;
    bottom: -32px;
}

@media (max-width: 480px) {
    .wsop-giftbox-container3>img {
        left: auto;
        bottom: -32px;
        right: -30px;
        width: 30%;
    }
}

.ribbon-box3 {
    position: relative;
    width: 100%;
    left: -48px;
}

@media (max-width: 480px) {
    .ribbon-box3 {
        width: 60%;
        top: -20px;
        right: -23px;
        position: absolute;
        left: unset;
    }
}

.ribbon-box3>div {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 42%;
    left: 60%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .ribbon-box3>div {
        width: 80%;
        z-index: 1;
        top: 56%;
        left: 50%;
    }
}

@media (max-width: 480px) {
    .ribbon-box3>div p {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .ribbon-box3>img {
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
        width: 100%;
    }
}

.box-place2 {
    width: 90%;
}

@media (max-width: 480px) {
    .box-place2 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .box-place2 h4 {
        font-size: 4vw;
    }
}

@media (max-width: 480px) {
    .box-place2 h3 {
        font-size: 4.5vw;
    }
}

.wsop22-gb-li li {
    font-size: 17px !important;
}

@media (max-width: 480px) {
    .wsop22-gb-li li {
        font-size: 3.5vw !important;
    }
}

.wsop-m-neg10 {
    margin: -10px 0;
}

@media (max-width: 480px) {
    .wsop-m-neg10 {
        margin: 5px 0;
    }
}

.bg-glowblue-3 {
    background-color: #18181a;
    box-shadow: 0px 0px 13px 2px rgba(99, 187, 202, 0.75);
    -webkit-box-shadow: 0px 0px 13px 2px rgba(99, 187, 202, 0.75);
    -moz-box-shadow: 0px 0px 13px 2px rgba(99, 187, 202, 0.75);
}

.evaif-vid-box {
    position: relative;
}

.evaif-vid-box .mega {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 55%;
}

.evaif-vid-box img {
    z-index: 2;
    position: relative;
    width: 100%;
}

.evaif-vid-box video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 80%;
}

.aif-pulse {
    animation: aif-pulse 1s ease-out infinite;
    -moz-animation: aif-pulse 1s ease-out infinite;
    -webkit-animation: aif-pulse 1s ease-out infinite;
    -o-animation: aif-pulse 1s ease-out infinite;
}

@keyframes aif-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes aif-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes aif-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-ms-keyframes aif-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes aif-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.aif-shake {
    animation: aif-shake 2s linear infinite;
    -moz-animation: aif-shake 2s linear infinite;
    -webkit-animation: aif-shake 2s linear infinite;
    -o-animation: aif-shake aif-shake 2s linear infinite;
}

@keyframes aif-shake {
    0%,
    10%,
    20%,
    30%,
    40%,
    100% {
        transform: translateX(0);
    }
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-3px);
    }
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(3px);
    }
}

@-moz-keyframes aif-shake {
    0%,
    10%,
    20%,
    30%,
    40%,
    100% {
        transform: translateX(0);
    }
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-3px);
    }
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(3px);
    }
}

@-webkit-keyframes aif-shake {
    0%,
    10%,
    20%,
    30%,
    40%,
    100% {
        transform: translateX(0);
    }
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-3px);
    }
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(3px);
    }
}

@-ms-keyframes aif-shake {
    0%,
    10%,
    20%,
    30%,
    40%,
    100% {
        transform: translateX(0);
    }
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-3px);
    }
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(3px);
    }
}

@-o-keyframes aif-shake {
    0%,
    10%,
    20%,
    30%,
    40%,
    100% {
        transform: translateX(0);
    }
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-3px);
    }
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(3px);
    }
}

.aif-pot-box {
    position: relative;
}

.aif-pot-box .pot-spot {
    text-align: center;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 60%;
}

.spe-video-box {
    position: relative;
}

.spe-video-box video {
    position: absolute;
    top: 58.5%;
    left: 50.3%;
    transform: translate(-50%, -50%);
    width: 67.5%;
    background-color: rgba(0, 0, 0, 0.93);
    padding: 0 2%;
}

.spebg-titletag {
    position: relative;
}

.spebg-titletag h3 {
    width: 50%;
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spe-pd-top {
    padding-top: 8vh;
}

@media (max-width: 1024px) {
    .spe-pd-top {
        padding-top: 5vh;
    }
}

.spe-vid-box {
    position: relative;
}

.spe-vid-box img {
    z-index: 2;
    position: relative;
    width: 100%;
}

.spe-vid-box video {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 80%;
}

.spe-plain-gif {
    position: relative;
}

.spe-plain-gif .spgif {
    position: absolute;
    top: 46.5%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 42%;
}

.spe-1010 {
    background-color: #101010;
}

.smw23-pkbg {
    background-color: #880fe8;
}

.smw23-fadedblue {
    background-color: rgba(93, 150, 235, 0.14);
    position: relative;
    z-index: 2;
}

.smw23-letter-space24 {
    letter-spacing: 24px;
}

.smw23-font-xl {
    font-size: 100px;
}

@media (max-width: 800px) {
    .smw23-font-xl {
        font-size: 7vw;
    }
}

@media (max-width: 480px) {
    .smw23-font-xl {
        font-size: 12vw;
    }
}

.smw23-font-md {
    font-size: 50px;
}

@media (max-width: 800px) {
    .smw23-font-md {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .smw23-font-md {
        font-size: 6vw;
    }
}

.smw23-weekbg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/jan-2023/smw23-weekbg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: rgba(0, 0, 0, 0.92);
}

.smw23-weekbg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/jan-2023/smw23-light.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: rgba(0, 0, 0, 0.92);
}

.smw23-weekbg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/jan-2023/smw23-gold.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}

@media (max-width: 480px) {
    .smw23sideBG img {
        width: 10vw;
    }
}

.smw23sideBG .smw23sideBG1 {
    position: absolute;
    top: -5%;
    right: -1%;
}

@media (max-width: 480px) {
    .smw23sideBG .smw23sideBG1 {
        top: -3%;
        right: -1%;
    }
}

.smw23sideBG .smw23sideBG2 {
    position: absolute;
    top: 8%;
    left: -20%;
}

@media (max-width: 480px) {
    .smw23sideBG .smw23sideBG2 {
        top: 23%;
        left: 0;
    }
}

.smw23sideBG .smw23sideBG3 {
    position: absolute;
    top: 46%;
    right: -24%;
}

@media (max-width: 480px) {
    .smw23sideBG .smw23sideBG3 {
        top: 85%;
        right: 0;
    }
}

.table-smw23fix>thead>tr>th {
    background-image: linear-gradient(90deg, #bb2649 0%, #bf1678 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #bb2649 0%, #bf1678 100%) !important;
    background-image: -moz-linear-gradient(90deg, #bb2649 0%, #bf1678 100%) !important;
    background-image: -o-linear-gradient(90deg, #bb2649 0%, #bf1678 100%) !important;
    background-attachment: fixed;
}

@media (max-width: 480px) {
    .table-smw23fix>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

@media (max-width: 480px) {
    .table-smw23fix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-smw23fix tbody>tr:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.table-smw23fix>tbody>tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.3);
}

.table-smw23fix>tbody>tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.3);
}

tbody.table-smw23fix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
}

tbody.table-smw23fix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-smw23fix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #be1a6d;
}

tbody.table-smw23fix-wrapper::-webkit-scrollbar-track {
    background: rgba(9, 22, 35, 0.5);
}

.mn-cny-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/minimillions/cny/mn-cny-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.mn-cny-bg2 {
    background: rgba(0, 0, 0, 0.3);
}

.scrollingX {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
}

@media (max-width: 480px) {
    .scrollingX {
        bottom: 0%;
    }
}

.scrollingX img {
    width: 115%;
}

@media (max-width: 480px) {
    .scrollingX img {
        width: 250%;
    }
}

.mn-cny-floating img {
    position: absolute;
}

.mn-cny-floating .mnspade {
    top: 66%;
    left: -13vw;
    width: 10vw;
}

@media (max-width: 480px) {
    .mn-cny-floating .mnspade {
        top: 93%;
        left: 0;
        width: 13vw;
    }
}

.mn-cny-floating .mncoin1 {
    top: 54%;
    left: -9vw;
    width: 12vw;
}

@media (max-width: 480px) {
    .mn-cny-floating .mncoin1 {
        top: 61%;
        left: -2vw;
        width: 19vw;
    }
}

.mn-cny-floating .mncoin2 {
    top: 57%;
    right: -5vw;
    width: 7vw;
}

@media (max-width: 480px) {
    .mn-cny-floating .mncoin2 {
        top: 58%;
        right: 2vw;
        width: 12vw;
    }
}

.mn-cny-glow1 {
    text-shadow: 0px 1px 1px #ffffff, 0px 0px 1px #ff0003, 0px 0px 1px #ff4f00, 1px 0px 6px #d30000, 1px 1px 9px #ffba00, 1px 1px 9px #ffba00;
    color: transparent;
}

.mn-cny-padbot {
    padding-bottom: 11vh;
}

.mn-cny-hlightbox {
    position: relative;
}

.mn-cny-hlightbox .mnc-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

@media (max-width: 480px) {
    .mn-cny-hlightbox .mnc-text {
        width: 95%;
    }
    .mn-cny-hlightbox .mnc-text .rabbit-icon {
        width: 3.5vw;
    }
}

.mnspade-hg {
    position: absolute;
    top: 5%;
    right: -11%;
    width: 23%;
    transform: rotate(76deg);
}

@media (max-width: 480px) {
    .mnspade-hg {
        top: 2%;
        right: -2%;
        width: 18vw;
    }
}

.mn-cny-rabbit-box {
    position: relative;
}

.mn-cny-rabbit-box .mn-rabbit {
    position: absolute;
    bottom: -7%;
    right: -3%;
    width: 28%;
}

@media (max-width: 480px) {
    .mn-cny-rabbit-box .mn-rabbit {
        width: 25vw;
        bottom: 0%;
        right: -9%;
    }
}

.table-mn-cnyfix>thead>tr>th {
    background: #532f0e !important;
    color: #EFC271 !important;
}

@media (max-width: 480px) {
    .table-mn-cnyfix>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-mn-cnyfix tbody>tr>td {
    color: #dbdbdb !important;
}

@media (max-width: 480px) {
    .table-mn-cnyfix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-mn-cnyfix tbody>tr:hover {
    background-color: #000 !important;
}

.table-mn-cnyfix>tbody>tr:nth-child(odd) {
    background-color: rgba(48, 45, 43, 0.95);
}

.table-mn-cnyfix>tbody>tr:nth-child(even) {
    background-color: rgba(24, 24, 24, 0.95);
}

tbody.table-mn-cnyfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-mn-cnyfix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-mn-cnyfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #aa9259;
}

tbody.table-mn-cnyfix-wrapper::-webkit-scrollbar-track {
    background: #231e19;
}

.sm2023-bannersec {
    position: relative;
    max-height: 95vh;
    min-height: 95vh;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .sm2023-bannersec {
        max-height: 60vh;
        min-height: 60vh;
    }
}

@media (max-width: 480px) {
    .sm2023-bannersec {
        max-height: 40vh;
        min-height: 40vh;
    }
}

.sm2023-bannersec img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    position: absolute;
}

@media (max-width: 1024px) {
    .sm2023-bannersec img {
        width: 145%;
    }
}

.fading-text-grp {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 2;
}

.fading-text-grp .sm2023-fd-text {
    font-size: 4vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 1024px) {
    .fading-text-grp .sm2023-fd-text {
        font-size: 5vw;
    }
}

.sm2023-text-shadow {
    text-shadow: 0px 4px 5px #ff0000;
}

.sm2023-timer-box {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 0;
}

.sm2023-timer-box .time-divider {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.sm2023-timernum {
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    display: inline-block;
}

.sm2023-timernum p {
    vertical-align: middle;
    font-size: 25px;
    line-height: 1em;
    color: #fff;
    background-color: #eba800;
    border-radius: 10px;
    display: block;
    padding: 10px;
    margin: 5px 0;
}

.sm2023-timernum span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.sm2023-gradient-bg {
    background: linear-gradient(to right, chocolate, darkred);
    padding: 5px;
    border-radius: 10px;
}

@media (max-width: 480px) {
    .sm2023-gradient-bg {
        padding: 3px;
        border-radius: 5px;
    }
}

.sm2023-flex1 {
    border-radius: 5px;
    padding: 10px;
    min-height: 355px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
    .sm2023-flex1 {
        min-height: 200px;
    }
}

.sm2023-fadefx {
    animation: SMfadeInOut 15s infinite;
    -webkit-animation: SMfadeInOut 15s infinite;
    -moz-animation: SMfadeInOut 15s infinite;
    -o-animation: SMfadeInOut 15s infinite;
    -ms-animation: SMfadeInOut 15s infinite;
    opacity: 0;
}

.sm2023-fadefx:nth-child(1) {
    animation-delay: 0s;
}

.sm2023-fadefx:nth-child(2) {
    animation-delay: 3s;
}

.sm2023-fadefx:nth-child(3) {
    animation-delay: 6s;
}

.sm2023-fadefx:nth-child(4) {
    animation-delay: 9s;
}

.sm2023-fadefx:nth-child(5) {
    animation-delay: 12s;
}

@keyframes SMfadeInOut {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes SMfadeInOut {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes SMfadeInOut {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes SMfadeInOut {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes SMfadeInOut {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.table-gradient-sm2023 {
    background: linear-gradient(to right, chocolate, darkred);
    padding: 5px;
    border-radius: 5px;
}

.sm2023-fixhead3-scroll-pc {
    overflow: auto;
}

@media (max-width: 768px) {
    .sm2023-fixhead3-scroll-pc {
        max-height: 600px;
    }
}

.table-sm2023-fixhead3 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.table-sm2023-fixhead3 thead,
.table-sm2023-fixhead3 tbody,
.table-sm2023-fixhead3 tr,
.table-sm2023-fixhead3 td,
.table-sm2023-fixhead3 th {
    display: block;
    overflow-x: hidden;
}

.table-sm2023-fixhead3 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-sm2023-fixhead3 tbody td,
.table-sm2023-fixhead3 thead th {
    width: 33.33%;
    float: left;
}

.table-sm2023-fixhead3>thead>tr>th {
    background: #6d3597;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
}

@media (max-width: 480px) {
    .table-sm2023-fixhead3>thead>tr>th {
        font-size: 11px;
        padding: 5px 5px;
    }
}

@media (max-width: 414px) {
    .table-sm2023-fixhead3>thead>tr>th {
        font-size: 9px;
    }
}

.table-sm2023-fixhead3>thead>tr>th:first-child {
    border-radius: 0;
}

.table-sm2023-fixhead3>thead>tr>th:last-child {
    border-radius: 0;
}

.table-sm2023-fixhead3 tbody>tr:hover {
    background-color: #000309;
}

.table-sm2023-fixhead3 tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    text-align: center;
    padding: 10px 5px;
    line-height: normal;
}

@media (max-width: 1024px) {
    .table-sm2023-fixhead3 tbody>tr>td {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .table-sm2023-fixhead3 tbody>tr>td {
        font-size: 9px;
        padding: 5px 5px;
    }
}

tbody.table-sm2023-fixhead3-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-sm2023-fixhead3-body {
        padding: 0;
    }
}

.table-sm2023-fix>thead>tr>th {
    background: transparent !important;
    color: #ffffff !important;
    font-size: 20px;
}

@media (max-width: 480px) {
    .table-sm2023-fix>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 3vw !important;
    }
}

.table-sm2023-fix tbody>tr>td {
    color: #dbdbdb !important;
    font-weight: bold;
}

@media (max-width: 480px) {
    .table-sm2023-fix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-sm2023-fix tbody>tr:hover {
    background-color: #000 !important;
}

.table-sm2023-fix>tbody>tr:nth-child(odd) {
    background-color: rgba(25, 25, 25, 0.95);
}

.table-sm2023-fix>tbody>tr:nth-child(even) {
    background-color: rgba(5, 5, 5, 0.95);
}

tbody.table-sm2023-fix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-sm2023-fix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-sm2023-fix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #aa9259;
}

tbody.table-sm2023-fix-wrapper::-webkit-scrollbar-track {
    background: #231e19;
}

@media (max-width: 1024px) {
    .sm2023-tablet-mb10 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .table-sm2023-adjusted6>thead>tr>th {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .table-sm2023-adjusted6>thead>tr>th {
        font-size: 2.3vw !important;
    }
}

@media (max-width: 480px) {
    .table-sm2023-adjusted6 tbody>tr>td {
        font-size: 2.3vw !important;
    }
}

.table-sm2023-adjusted6 tbody td:first-child,
.table-sm2023-adjusted6 thead th:first-child {
    width: 15%;
}

.table-sm2023-adjusted6 tbody td:nth-child(2),
.table-sm2023-adjusted6 thead th:nth-child(2) {
    width: 20%;
}

@media (max-width: 700px) {
    .table-sm2023-adjusted6 tbody td:nth-child(2),
    .table-sm2023-adjusted6 thead th:nth-child(2) {
        width: 24%;
    }
}

.table-sm2023-adjusted6 tbody td:nth-child(3),
.table-sm2023-adjusted6 thead th:nth-child(3) {
    width: 15%;
}

.table-sm2023-adjusted6 tbody td:nth-child(4),
.table-sm2023-adjusted6 thead th:nth-child(4) {
    width: 15%;
}

@media (max-width: 700px) {
    .table-sm2023-adjusted6 tbody td:nth-child(4),
    .table-sm2023-adjusted6 thead th:nth-child(4) {
        width: 13%;
    }
}

.table-sm2023-adjusted6 tbody td:nth-child(5),
.table-sm2023-adjusted6 thead th:nth-child(5) {
    width: 15%;
}

@media (max-width: 700px) {
    .table-sm2023-adjusted6 tbody td:nth-child(5),
    .table-sm2023-adjusted6 thead th:nth-child(5) {
        width: 13%;
    }
}

.table-sm2023-adjusted6 tbody td:nth-child(6),
.table-sm2023-adjusted6 thead th:nth-child(6) {
    width: 20%;
}

.ggmoe-video-box {
    position: relative;
    margin-top: 120px;
}

@media (max-width: 1024px) {
    .ggmoe-video-box {
        margin-top: 12%;
    }
}

.ggmoe-video-box .ggmoe-vidfloat {
    position: absolute;
    z-index: 3;
}

.ggmoe-video-box .ggmoe-vidfloat:first-child {
    top: 7%;
    left: -2%;
}

@media (max-width: 1024px) {
    .ggmoe-video-box .ggmoe-vidfloat:first-child {
        width: 5.5%;
    }
}

.ggmoe-video-box .ggmoe-vidfloat:nth-child(2) {
    z-index: 3;
    top: 7%;
    right: -2%;
}

@media (max-width: 1024px) {
    .ggmoe-video-box .ggmoe-vidfloat:nth-child(2) {
        width: 5.5%;
    }
}

.ggmoe-video-box .ggmoe-vidfloat:nth-child(3) {
    top: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17%;
}

.ggmoe-video-box video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    border-radius: 15px;
}

.ggmoe-title-pad {
    padding-top: 35%;
}

@media (max-width: 1024px) {
    .ggmoe-title-pad {
        padding-top: 25%;
    }
}

.ggmoe-main-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2023/ggmoe-player.jpg?v=02223);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #170505;
    opacity: 0.99;
    box-shadow: inset 0 20px 10px 0px #000;
}

.ggmoe-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2023/ggmoe-bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 85%;
}

@media (max-width: 1440px) {
    .ggmoe-bg1 {
        background-size: cover !important;
    }
}

.ggmoe-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2023/ggmoe-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 10%;
    background-color: #580d0a;
    opacity: 0.99;
}

.ggmoe-font-xl {
    font-size: 85px;
}

@media (max-width: 1024px) {
    .ggmoe-font-xl {
        font-size: 6vw;
    }
}

@media (max-width: 480px) {
    .ggmoe-font-xl {
        font-size: 8vw;
    }
}

.ggmoe-font-sm {
    font-size: 38px;
    letter-spacing: 24px;
}

@media (max-width: 1024px) {
    .ggmoe-font-sm {
        font-size: 4vw;
        letter-spacing: 3vw;
    }
}

@media (max-width: 480px) {
    .ggmoe-font-sm {
        font-size: 5vw;
    }
}

.bg-ggmoe1605 {
    background-color: #160505;
}

.bg-ggmoe0e00 {
    background-color: #0e0000;
}

.ggmoe-top-border {
    border-top: 2px solid #f3b253;
}

.ggmoe-maintext-box {
    position: relative;
}

.ggmoe-maintext-box .text {
    width: 95%;
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ggmoe-float-title {
    position: absolute;
    top: -51px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
}

@media (max-width: 1024px) {
    .ggmoe-float-title {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }
}

.ggmoe-float-title h3 {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 1024px) {
    .ggmoe-float-title h3 {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }
}

.ggmoe-float-title h3:after {
    content: '';
    border-bottom: 2px solid #e2be68;
    width: 30%;
    height: 10px;
    display: block;
    margin: 0 auto;
}

.ggmoe-bg-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 70%, #000000 100%);
    opacity: 1;
}

.fade-in2 {
    animation: fadeIn2 ease 2s;
    -webkit-animation: fadeIn2 ease 2s;
    -moz-animation: fadeIn2 ease 2s;
    -o-animation: fadeIn2 ease 2s;
    -ms-animation: fadeIn2 ease 2s;
}

@keyframes fadeIn2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.apt23-common-bg {
    box-shadow: inset 2px 1px 5px #ec3c3c;
    background: #690d06;
    padding: 20px;
    border-radius: 20px;
    z-index: 5;
    position: relative;
}

@media (max-width: 480px) {
    .apt23-common-bg {
        padding: 10px;
        border-radius: 10px;
    }
}

.apt23-vid-bg {
    width: 90% !important;
    display: block;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .apt23-vid-bg {
        width: 100% !important;
    }
}

.apt23-vid-bg video {
    border: 2px solid white;
    width: 100% !important;
    border-radius: 10px;
}

.apt23-trp {
    position: absolute;
    bottom: -15%;
    z-index: 1;
    right: -24%;
    width: 60%;
}

.apt23-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apt2023/nov/apt23N-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.apt23N-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apt2023/nov/apt23N-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.apt23-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apt2023/apt23-bg2.jpg?v=2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.apt23-box-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apt2023/nov/apt23-boxbg2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.apt23-gradient-bg {
    background: #210602;
    background: -moz-linear-gradient(to right, #210602 11%, #1f0600 50%, #640e0e 100%);
    background: -webkit-linear-gradient(to right, #210602 11%, #1f0600 50%, #640e0e 100%);
    background: linear-gradient(to right, #210602 11%, #1f0600 50%, #640e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#210602', endColorstr='#640e0e', GradientType=1);
}

.apt23-gradient-bg2 {
    background: #210602;
    background: -moz-linear-gradient(to top, #000000 40%, transparent 100%);
    background: -webkit-linear-gradient(to top, #000000 40%, transparent 100%);
    background: linear-gradient(to top, #000000 40%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='transparent', GradientType=1);
}

.apt23-txtbg {
    background: rgba(137, 79, 37, 0.6);
    background: -moz-linear-gradient(to right, transparent 0, rgba(137, 79, 37, 0.6) 60%, transparent 100%);
    background: -webkit-linear-gradient(to right, transparent 0, rgba(137, 79, 37, 0.6) 60%, transparent 100%);
    background: linear-gradient(to right, transparent 0, rgba(137, 79, 37, 0.6) 60%, transparent 100%);
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    margin-top: -25px;
}

.apt23-vietnam-box {
    position: relative;
}

.apt23-vietnam-box .aptconfetti {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.apt23-pkb-box {
    position: relative;
    padding-bottom: 15%;
}

.apt23-pkb-box .apttablebg {
    position: absolute;
    /*top: 38%; orignaltop*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width: 480px) {
    .apt23-pkb-box .apttablebg {
        width: 250%;
    }
}

.aptFloat {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.aptFloat .rotatingZ {
    position: absolute;
}

.aptFloat .rotatingZ img {
    position: absolute;
    width: 100%;
    filter: hue-rotate(35deg);
}

.aptFloat .rotatingZ:first-child {
    transform: rotateZ(130deg);
    top: -5%;
    left: 0;
    width: 9vw;
}

.aptFloat .rotatingZ:nth-child(2) {
    transform: rotateZ(348deg);
    top: 26vh;
    left: 4%;
    width: 12vw;
}

.aptFloat .rotatingZ:nth-child(3) {
    transform: rotateZ(40deg);
    top: -5%;
    right: 0;
    width: 12vw;
}

.aptFloat .rotatingZ:nth-child(4) {
    transform: rotateZ(104deg);
    top: 70vh;
    right: 0;
    width: 9vw;
}

.aptFloat .rotatingZ:nth-child(5) {
    transform: rotateZ(204deg);
    top: 74vh;
    left: -5%;
    width: 10vw;
}

.aptFloat .rotatingZ:nth-child(6) {
    transform: rotateZ(143deg);
    top: 91vh;
    left: 15%;
    width: 7vw;
}

.aptFloat .rotatingZ:nth-child(7) {
    transform: rotateZ(318deg);
    top: 99vh;
    right: 4%;
    width: 13vw;
}

.aptFloat .rotatingZ:nth-child(8) {
    transform: rotateZ(33deg);
    top: 124vh;
    left: 7%;
    width: 11vw;
}

.aptFloat .rotatingZ:nth-child(9) {
    transform: rotateZ(38deg);
    top: 157vh;
    right: 10%;
    width: 9vw;
}

.aptFloat .rotatingZ:nth-child(10) {
    transform: rotateZ(281deg);
    top: 171vh;
    left: -2%;
    width: 15vw;
}

.aptFloat .rotatingZ:nth-child(11) {
    transform: rotateZ(89deg);
    top: 190vh;
    right: -15%;
    width: 16vw;
}

.aptFloat .rotatingZ:nth-child(12) {
    transform: rotateZ(165deg);
    top: 239vh;
    right: 6%;
    width: 11vw;
}

.aptFloat .rotatingZ:nth-child(13) {
    transform: rotateZ(21deg);
    top: 242vh;
    left: -2%;
    width: 11vw;
}

.aptFloat .rotatingZ:nth-child(14) {
    transform: rotateZ(132deg);
    top: 300vh;
    left: 15%;
    width: 11vw;
}

.aptFloat .rotatingZ:nth-child(15) {
    transform: rotateZ(78deg);
    top: 307vh;
    right: -2%;
    width: 12vw;
}

.aptFloat .rotatingZ:nth-child(16) {
    transform: rotateZ(78deg);
    top: 342vh;
    left: 0%;
    width: 12vw;
}

.aptFloat .rotatingZ:nth-child(17) {
    transform: rotateZ(329deg);
    top: 358vh;
    right: -3%;
    width: 12vw;
}

.table-apt23-fix>thead>tr>th {
    background: linear-gradient(180deg, rgba(201, 66, 50, 0.9) 1%, rgba(108, 24, 14, 0.9) 34%, rgba(201, 66, 50, 0.9) 86%, black 100%) !important;
    color: #fff !important;
}

@media (max-width: 480px) {
    .table-apt23-fix>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-apt23-fix tbody>tr>td {
    color: #dbdbdb !important;
}

@media (max-width: 480px) {
    .table-apt23-fix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-apt23-fix tbody>tr>td:nth-child(6) {
    color: #d7af69 !important;
}

.table-apt23-fix tbody>tr:hover {
    background-color: #000 !important;
    transform: scale(1.01);
    width: 100%;
    box-shadow: 0 0 5px 2px #a21212;
}

.table-apt23-fix>tbody>tr:nth-child(odd) {
    background-color: rgba(48, 45, 43, 0.95);
}

.table-apt23-fix>tbody>tr:nth-child(even) {
    background-color: rgba(24, 24, 24, 0.95);
}

tbody.table-apt23-fix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-apt23-fix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-apt23-fix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #aa9259;
}

tbody.table-apt23-fix-wrapper::-webkit-scrollbar-track {
    background: #231e19;
}

.ws23s-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/spring-2023/ws23s-bg1.jpg) no-repeat;
    background-size: 120%;
    background-position: top center;
    background-color: #000;
}

.ws23s-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/spring-2023/ws23s-bg22.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.ws23s-flotchip {
    top: 80%;
    right: -5vw;
    width: 10vw;
    position: absolute;
}

@media (max-width: 480px) {
    .ws23s-flotchip {
        top: 89%;
        right: 6vw;
    }
}

@media (max-width: 480px) {
    .ws23s-counterpad {
        padding-top: 2vh;
    }
}

.ws23s-banner-container {
    position: relative;
}

.ws23s-banner-container .ws23s-blight {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

@media (max-width: 480px) {
    .ws23s-banner-container .ws23s-blight {
        width: 100%;
    }
}

.ws23s-banner-container .ws23s-lines {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ws23s-video-box {
    position: relative;
}

.ws23s-video-box video {
    width: 85%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    border-radius: 30px;
    border: 10px solid #f1cf86;
}

@media (max-width: 1024px) {
    .ws23s-video-box video {
        border-radius: 15px;
        border: 5px solid #f1cf86;
    }
}

.ws23s-video-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
}

.ws23s-keyevent-box {
    position: relative;
}

.ws23s-keyevent-box .ws23s-text {
    width: 90%;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ws23s-keyevent-box .ws23s-text span {
    font-size: 55px;
    margin-bottom: -10px;
    font-family: 'FREESCPT';
}

@media (max-width: 480px) {
    .ws23s-keyevent-box .ws23s-text span {
        font-size: 10vw;
    }
}

.ws23s-keyevent-box .ws23s-text h3 {
    font-size: 20px;
}

@media (max-width: 480px) {
    .ws23s-keyevent-box .ws23s-text h3 {
        font-size: 4vw;
    }
}

.ws23s-keyevent-box .ws23s-text h4 {
    font-size: 18px;
}

@media (max-width: 480px) {
    .ws23s-keyevent-box .ws23s-text h4 {
        font-size: 3.5vw;
    }
}

.ws23s-gb-header {
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .ws23s-gb-header {
        margin-bottom: 10px;
    }
}

.ws23s-gb-header img {
    width: 50px;
}

@media (max-width: 480px) {
    .ws23s-gb-header img {
        width: 6vw;
    }
}

.ws23s-gb-header span {
    font-size: 50px;
    font-weight: bold;
    color: #f1b54d;
    vertical-align: middle;
    padding: 0 10px;
}

@media (max-width: 480px) {
    .ws23s-gb-header span {
        padding: 0 5px;
        font-size: 6vw;
    }
}

@media (max-width: 1024px) {
    .ws23s-giftbox-container {
        text-align: center;
    }
}

.ws23s-giftbox-container .ws23s-gb-ct {
    position: relative;
    width: 28%;
    display: inline-block;
    margin-right: 5%;
}

@media (max-width: 1024px) {
    .ws23s-giftbox-container .ws23s-gb-ct {
        width: 35%;
        margin-bottom: 5%;
        margin-right: 10%;
    }
}

@media (max-width: 800px) {
    .ws23s-giftbox-container .ws23s-gb-ct {
        width: 70%;
        margin-right: 0%;
    }
}

.ws23s-giftbox-container .ws23s-gb-ct .pl1 {
    background: linear-gradient(#6d0000, rgba(68, 0, 0, 0.1));
}

.ws23s-giftbox-container .ws23s-gb-ct .pl2 {
    background: linear-gradient(#008bac, rgba(68, 0, 0, 0.1));
}

.ws23s-giftbox-container .ws23s-gb-ct .pl3 {
    background: linear-gradient(#04a068, rgba(68, 0, 0, 0.1));
}

.ws23s-giftbox-container .ws23s-gb-bx {
    border-radius: 10px;
    padding: 20px 0 25px;
    background-color: rgba(40, 28, 28, 0.5);
}

.ws23s-giftbox-container .ws23s-place {
    text-align: center;
    background: #5e0000;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 10px 25%;
    margin-bottom: -22%;
}

.ws23s-giftbox-container .ws23s-rbn-box {
    position: relative;
    width: 100%;
    left: -10%;
}

@media (max-width: 1024px) {
    .ws23s-giftbox-container .ws23s-rbn-box {
        left: -15%;
    }
}

.ws23s-giftbox-container .ws23s-rbn-box>div {
    position: absolute;
    width: 80%;
    z-index: 1;
    top: 42%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.ws23s-giftbox-container .ws23s-gb-fl {
    position: absolute;
    right: -14%;
    top: 15%;
    width: 35%;
}

.ws23s-giftbox-container .ws23s-undertxt {
    margin-top: -12px;
    padding: 0 20px;
}

.ws23s-giftbox-container .ws23s-cntxt {
    padding: 20px 10px 0 30px;
}

.ws23s-giftbox-container .ws23sred-bx {
    border: 2px solid #f50000;
}

.ws23s-giftbox-container .ws23sblue-bx {
    border: 2px solid #1573b5;
}

.ws23s-giftbox-container .ws23sgreen-bx {
    border: 2px solid #138053;
}

.ws23s-bg-glow {
    background-color: #18181a;
    box-shadow: 0px 0px 13px 2px rgba(255, 225, 57, 0.8);
    -webkit-box-shadow: 0px 0px 13px 2px rgba(255, 225, 57, 0.8);
    -moz-box-shadow: 0px 0px 13px 2px rgba(255, 225, 57, 0.8);
}

.ws23s-privbg-box {
    border-top: 4px solid #cfaf70;
    border-bottom: 4px solid #cfaf70;
    padding-bottom: 10vh;
    padding-top: 5vh;
}

.ws23s-video-priv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    opacity: 0.35;
    z-index: 2;
}

@media (max-width: 480px) {
    .ws23s-video-priv {
        width: 500vh;
    }
}

.ws23sscrollingZ {
    position: absolute;
    width: 70%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .35;
    z-index: 3;
}

@media (max-width: 480px) {
    .ws23sscrollingZ {
        width: 190% !important;
        top: 100%;
    }
}

.ws23sscrollingZ img {
    width: 100%;
}

@font-face {
    font-family: 'FREESCPT';
    src: url("/Assets/fonts/FREESCPT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.table-ws23sfix-bg {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px 10px 0 0;
}

.table-ws23sfix>thead>tr>th {
    background: transparent !important;
}

@media (max-width: 480px) {
    .table-ws23sfix>thead>tr>th {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-ws23sfix>thead>tr {
    border-radius: 10px 10px 0 0;
    background-color: #8f7338;
}

.table-ws23sfix tbody>tr>td:nth-child(3),
.table-ws23sfix tbody>tr>td:nth-child(4),
.table-ws23sfix tbody>tr>td:nth-child(5) {
    font-weight: bold;
    font-size: 15px;
}

.table-ws23sfix tbody>tr>td:nth-child(5) {
    color: #ead6ae;
}

@media (max-width: 480px) {
    .table-ws23sfix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-ws23sfix tbody>tr:hover {
    background-color: rgba(255, 255, 255, 0.09) !important;
}

.table-ws23sfix>tbody>tr:nth-child(odd) {
    background-color: rgba(8, 8, 8, 0.8);
}

.table-ws23sfix>tbody>tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.8);
}

tbody.table-ws23sfix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    border: none;
}

tbody.table-ws23sfix-wrapper::-webkit-scrollbar-corner {
    background-color: transparent;
}

tbody.table-ws23sfix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3b241e;
}

tbody.table-ws23sfix-wrapper::-webkit-scrollbar-track {
    background: #0c0c0c;
}

.ws23s-special-td {
    color: #f6af4b !important;
}

.text-shadow-stroke-black {
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 0px 4px 4px #000;
}

.rtv23-bg1 {
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center center;
    width: 70%;
    margin: 0 auto;
    border-style: double;
    border-width: 0px 4px 0px 4px;
    border-color: #E1BA59;
}

@media (max-width: 1440px) {
    .rtv23-bg1 {
        width: 85%;
    }
}

@media (max-width: 1024px) {
    .rtv23-bg1 {
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
    }
}

.rtv23-bg2 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/road-to-vegas/rtv23-bg2.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.rtv23-bgoverlay {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/road-to-vegas/rtv23-bg1.png);
    background-color: #000;
    background-position: center center;
}

.rtv-package-bg23 {
    position: relative;
}

.rtv-package-bg23 .inside-img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 800px) {
    .rtv-package-bg23 .inside-img {
        top: 40%;
    }
}

.rtv-package-bg23 h3 {
    width: 90%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

@media (max-width: 800px) {
    .rtv-package-bg23 h3 {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        z-index: 3;
        font-size: 2.5vw;
    }
}

.rtv23-steps {
    margin-bottom: 10%;
    padding: 15px;
}

.rtv23-steps .rtvstp-bg {
    color: white;
    background: linear-gradient(180deg, #124638 0%, #0d0d0d 100%);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 6px #1c7e3c;
    text-align: center;
}

.rtv23-steps .rtvstp-bg2 {
    color: white;
    background: linear-gradient(180deg, #004ea6 0%, #001ba3 100%);
    border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 6px #003cc5;
    text-align: center;
}

.rtv23-steps .rtvnum {
    display: inline-block;
    margin-bottom: 10px;
    min-width: 130px;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

@media (max-width: 800px) {
    .rtv23-steps .rtvnum {
        min-width: 100px;
        font-size: 17px;
    }
}

.rtv23-steps .rtvcnt {
    padding-bottom: 20px;
}

.rtv23-steps .rtvcnt h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 15px 0;
}

@media (max-width: 800px) {
    .rtv23-steps .rtvcnt h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .rtv23-steps .rtvcnt h3 {
        font-size: 20px;
    }
}

.rtv23-steps .rtvcnt h3 span {
    font-size: 16px;
    display: block;
}

.rtv23-steps-cc {
    margin-bottom: 5%;
}

.rtvswing {
    animation: rtvswing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}

@keyframes rtvswing {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

.rtv23-mbanner-cnt .rtv23-mtext {
    width: 90%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.rtv23-mbanner-cnt .rtv23-mtext .rtv23wd {
    width: 570px;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .rtv23-mbanner-cnt .rtv23-mtext .rtv23wd {
        width: 50vw;
    }
}

.rtv23-mbanner-cnt .rtv23-mtext .font-rv1 {
    font-size: 60px;
}

@media (max-width: 800px) {
    .rtv23-mbanner-cnt .rtv23-mtext .font-rv1 {
        font-size: 7vw;
    }
}

.rtv23-mbanner-cnt .rtv23-mtext .font-rv2 {
    font-size: 95px;
}

@media (max-width: 800px) {
    .rtv23-mbanner-cnt .rtv23-mtext .font-rv2 {
        font-size: 8vw;
    }
}

.rtv23-mbanner-cnt .rtv23-mtext .font-rv3 {
    font-size: 50px;
}

@media (max-width: 800px) {
    .rtv23-mbanner-cnt .rtv23-mtext .font-rv3 {
        font-size: 6vw;
    }
}

.rtv23-xclu {
    background: #000;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid red;
    min-width: 45%;
}

@media (max-width: 480px) {
    .rtv23-scale {
        transform: scale(1.35);
        margin-top: 30px;
    }
}

.rtv23-flchip1 {
    top: 68%;
    left: -5vw;
    width: 10vw;
    position: absolute;
}

@media (max-width: 480px) {
    .rtv23-flchip1 {
        top: 70%;
        left: 3vw;
        width: 15vw;
    }
}

.rtv23-flchip2 {
    top: 68%;
    right: -5vw;
    width: 10vw;
    position: absolute;
}

@media (max-width: 480px) {
    .rtv23-flchip2 {
        top: 70%;
        right: 3vw;
        width: 15vw;
    }
}

.rtv23-framebg3 {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #E1BA59;
    box-shadow: 0px 0px 10px 5px #B63232;
    border-radius: 10px;
    margin: 20px;
    padding: 30px 5px;
}

@media (max-width: 480px) {
    .rtv23-framebg3 {
        margin: 15px;
        padding: 15px 5px;
    }
}

.rtv23scrollingZ {
    position: absolute;
    width: 40%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .20;
    z-index: 3;
}

@media (max-width: 480px) {
    .rtv23scrollingZ {
        width: 190% !important;
        top: 100%;
    }
}

.rtv23scrollingZ img {
    width: 100%;
}

.letter-space24 {
    letter-spacing: 24px;
}

.supermillions-font-xl {
    font-size: 100px;
}

@media (max-width: 800px) {
    .supermillions-font-xl {
        font-size: 7vw;
    }
}

@media (max-width: 480px) {
    .supermillions-font-xl {
        font-size: 12vw;
    }
}

.supermillions-font-md {
    font-size: 50px;
}

@media (max-width: 800px) {
    .supermillions-font-md {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .supermillions-font-md {
        font-size: 6vw;
    }
}

.supermillion-weekbg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/apr-2022/supermillion-weekbg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: rgba(0, 0, 0, 0.9);
}

.supermillion-weekbg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/apr-2022/superm-light2023.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 26, 52, 0.8);
}

@media (max-width: 480px) {
    .superMsideBG img {
        width: 10vw;
    }
}

.superMsideBG .superMsideBG1 {
    position: absolute;
    top: -5%;
    right: -1%;
}

@media (max-width: 480px) {
    .superMsideBG .superMsideBG1 {
        top: -3%;
        right: -1%;
    }
}

.superMsideBG .superMsideBG2 {
    position: absolute;
    top: 8%;
    left: -20%;
}

@media (max-width: 480px) {
    .superMsideBG .superMsideBG2 {
        top: 23%;
        left: 0;
    }
}

.superMsideBG .superMsideBG3 {
    position: absolute;
    top: 46%;
    right: -24%;
}

@media (max-width: 480px) {
    .superMsideBG .superMsideBG3 {
        top: 85%;
        right: 0;
    }
}

.superMsideBG .superMsideBG4 {
    position: absolute;
    top: 15%;
    right: -8%;
}

@media (max-width: 480px) {
    .superMsideBG .superMsideBG4 {
        top: 20%;
        right: 0;
    }
}

.table-supermfix23>thead>tr>th {
    background: #314a70 !important;
}

@media (max-width: 480px) {
    .table-supermfix23>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

@media (max-width: 480px) {
    .table-supermfix23 tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-supermfix23 tbody>tr:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.table-supermfix23>tbody>tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.5);
}

.table-supermfix23>tbody>tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.5);
}

tbody.table-supermfix23-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
}

tbody.table-supermfix23-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-supermfix23-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #314a70;
}

tbody.table-supermfix23-wrapper::-webkit-scrollbar-track {
    background: rgba(9, 22, 35, 0.5);
}

.table-sm2023-fixv2>thead>tr>th {
    background: #2f4a89 !important;
    color: #ffffff !important;
    font-size: 20px;
}

@media (max-width: 480px) {
    .table-sm2023-fixv2>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 3vw !important;
    }
}

.table-sm2023-fixv2>thead>tr {
    border-radius: 10px 10px 0 0;
}

.table-sm2023-fixv2 tbody>tr>td {
    color: #dbdbdb !important;
    font-weight: bold;
}

@media (max-width: 480px) {
    .table-sm2023-fixv2 tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-sm2023-fixv2 tbody>tr:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.table-sm2023-fixv2>tbody>tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.5);
}

.table-sm2023-fixv2>tbody>tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.5);
}

tbody.table-sm2023-fixv2-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-sm2023-fix23-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-sm2023-fixv2-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #314a70;
}

tbody.table-sm2023-fixv2-wrapper::-webkit-scrollbar-track {
    background: #061425;
}

.sm-apr2023-text-shadow {
    text-shadow: 0px 4px 5px #1910d7;
}

.text-shadow-blue-white {
    text-shadow: #357fef 0px 0px 3px, #ffffff 0px 0px 6px;
}

.supermfix23-scale {
    margin-top: -120px;
    margin-bottom: -120px;
}

@media (max-width: 1280px) {
    .supermfix23-scale {
        transform: scale(1.1);
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .supermfix23-scale {
        margin-top: -90px;
        margin-bottom: -90px;
    }
}

@media (max-width: 480px) {
    .supermfix23-scale {
        transform: scale(1.2);
        margin-top: -20px;
        margin-bottom: -20px;
    }
}

.smw-apr-mtop {
    margin-top: -180px;
}

@media (max-width: 1024px) {
    .smw-apr-mtop {
        margin-top: 0;
    }
}

.bhs23floter-box .bhs23-floaters {
    top: 30%;
    right: -2vw;
    width: 10vw;
    position: absolute;
    z-index: 10;
}

.bhs23floter-box .blf1 {
    top: 50.5%;
    right: 7vw;
}

.bhs23floter-box .blf2 {
    top: 53%;
    left: -14vw;
    width: 16vw;
}

.bhs23floter-box .blf3 {
    top: 67%;
    left: -7vw;
    width: 14vw;
}

.bhs23floter-box .blf4 {
    top: 100%;
    right: -14vw;
    width: 14vw;
    transform: rotate(192deg);
}

.bhs23floter-box .blf5 {
    top: 75%;
    right: -55%;
    width: 12vw;
}

.bhs23floter-box .blf6 {
    bottom: -16%;
    top: unset;
    left: -47%;
    width: 28vw;
}

@media (max-width: 1024px) {
    .bhs23floter-box .blf1 {
        top: 23%;
        right: -10vw;
        width: 15vw;
    }
    .bhs23floter-box .blf2 {
        top: 44%;
        left: -22vw;
        width: 23vw;
    }
    .bhs23floter-box .blf3 {
        top: 53%;
        left: -16vw;
        width: 21vw;
    }
    .bhs23floter-box .blf4 {
        top: 98%;
        right: -13vw;
        width: 21vw;
    }
    .bhs23floter-box .blf5 {
        top: 106%;
        right: -18%;
        width: 12vw;
    }
    .bhs23floter-box .blf6 {
        bottom: -38%;
        left: -25%;
        width: 28vw;
    }
}

@media (max-width: 480px) {
    .bhs23floter-box .blf1 {
        top: 0;
        right: 1vw;
        width: 22vw;
    }
    .bhs23floter-box .blf2 {
        top: 22%;
        left: -7vw;
        width: 20vw;
    }
    .bhs23floter-box .blf3 {
        top: 53%;
        left: -1vw;
        width: 25vw;
    }
    .bhs23floter-box .blf4 {
        top: 99%;
        right: -4vw;
        width: 25vw;
    }
    .bhs23floter-box .blf5 {
        display: none;
    }
    .bhs23floter-box .blf6 {
        bottom: -27%;
        left: -2%;
        width: 35vw;
    }
}

.bhunter23-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/apr-2023/bhs23-leaderboard-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    box-shadow: 0px -20px 50px 40px #000;
    -webkit-box-shadow: inset 0px 16px 50px 30px #000;
    -moz-box-shadow: inset 0px 16px 50px 30px #000;
    background-color: #170e05;
}

@media (max-width: 1024px) {
    .bhunter23-bg1 {
        padding-bottom: 12vh;
    }
}

.bhunter23-bg2 {
    background-color: rgba(0, 0, 0, 0.7);
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1024px) {
    .bhunter23-bg2 {
        width: 100%;
    }
}

.bhunter23-bg2:before,
.bhunter23-bg2:after {
    content: '';
    background-image: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/apr-2023/bhs23-woodborder.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    width: 10px;
    display: block;
    height: 100%;
    z-index: 5;
}

@media (max-width: 1024px) {
    .bhunter23-bg2:before,
    .bhunter23-bg2:after {
        width: 5px;
    }
}

.bhunter23-bg2:before {
    left: 0;
}

.bhunter23-bg2:after {
    right: 0;
}

.grad-bhsvid-border {
    box-sizing: border-box;
    border: 10px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: -moz-linear-gradient(#f0f0f0, #b0b0b0, #ffffff), linear-gradient(#ffffff, #d8d8d8, #ffffff);
    background-image: -webkit-linear-gradient(#f0f0f0, #b0b0b0, #ffffff), linear-gradient(#ffffff, #d8d8d8, #ffffff);
    background-image: linear-gradient(#f0f0f0, #b0b0b0, #ffffff), linear-gradient(#ffffff, #d8d8d8, #ffffff);
}

@media (max-width: 1024px) {
    .grad-bhsvid-border {
        border: 5px solid transparent;
    }
}

.table-bhs23-cnt {
    z-index: 2;
    position: absolute;
    width: 70%;
    top: 55.2%;
    left: 49.5%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .table-bhs23-cnt {
        z-index: 2;
        position: relative;
        width: 100%;
        top: unset;
        left: unset;
        transform: unset;
    }
}

.tbhs23-rt {
    transform: rotate(0.8deg);
}

@media (max-width: 1024px) {
    .tbhs23-rt {
        transform: unset;
    }
}

.table-bountyfix23>thead>tr>th {
    background: #000 !important;
}

@media (max-width: 480px) {
    .table-bountyfix23>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-bountyfix23 tbody>tr>td {
    color: #000;
    font-size: 12px;
}

.table-bountyfix23 tbody>tr>td:nth-child(3) {
    font-weight: bold;
}

@media (max-width: 480px) {
    .table-bountyfix23 tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-bountyfix23 tbody>tr:hover {
    background-color: #342413 !important;
}

.table-bountyfix23 tbody>tr:hover td {
    color: #fff;
}

.table-bountyfix23>tbody>tr:nth-child(odd) {
    background-color: transparent;
}

.table-bountyfix23>tbody>tr:nth-child(even) {
    background-color: transparent;
}

tbody.table-bountyfix23-wrapper {
    max-height: 720px !important;
}

@media (max-width: 1024px) {
    tbody.table-bountyfix23-wrapper {
        max-height: 400px !important;
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/apr-2023/fullschedule-bg.png);
        background-repeat: no-repeat;
        background-size: 200%;
        background-position: center;
    }
}

tbody.table-bountyfix23-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    height: 3px;
    border: 1px solid #3a0800;
}

tbody.table-bountyfix23-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-bountyfix23-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #5b4123;
}

tbody.table-bountyfix23-wrapper::-webkit-scrollbar-track {
    background: #411400;
}

.bhs-crosshair {
    width: 8vw !important;
    pointer-events: none;
    z-index: 11 !important;
}

.bhs-wd {
    width: 8vw !important;
}

.ggwf-leader-box {
    position: relative;
}

.ggwf-tabcont {
    display: none;
}

@media (max-width: 480px) {
    .ggwf-tabcont .row {
        margin: 10px 0 !important;
    }
}

.ggwf-border-black {
    border: 1px solid black;
}

.ggwf-dropdown {
    display: block;
    width: 30%;
    font-size: 0;
    position: absolute;
    top: 0;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .ggwf-dropdown {
        width: 50%;
        margin: 0 auto;
        position: relative;
    }
}

.ggwf-dropdown .wf-title p {
    color: #fff;
    font-size: 18px;
    padding: 5px 5px;
    text-align: center;
    background-color: #331f88;
    line-height: 1.5em;
}

.ggwf-dropdown .wf-select {
    background-color: #fff;
}

.ggwf-dropdown .wf-select select {
    font-size: 18px;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 5px 5px;
    line-height: 1.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/gg-world-festival/wf-icon.png) no-repeat 95%;
    cursor: pointer;
    border: none;
}

.ggwf-dropdown .wf-select select option {
    line-height: 1.5em;
}

.ggwf-dropdown .wf-title,
.ggwf-dropdown .wf-select {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .ggwf-dropdown .wf-title p,
    .ggwf-dropdown .wf-title select,
    .ggwf-dropdown .wf-title option,
    .ggwf-dropdown .wf-select p,
    .ggwf-dropdown .wf-select select,
    .ggwf-dropdown .wf-select option {
        font-size: 3.5vw;
    }
}

.ggwf-title-shadow {
    text-shadow: rgba(112, 0, 149, 0.8) -5px 1px 0px, rgba(19, 2, 179, 0.8) 5px 1px 0px;
}

.ggwf-violet {
    color: #ff7df1;
}

.ggwf-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/gg-world-festival/ggwf-bg1.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
    padding: 13vh 0;
}

.ggwf-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/gg-world-festival/ggwf-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.ggwf-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/gg-world-festival/ggwf-bg3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.ggwf-bg3-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/gg-world-festival/ggwf-bg3-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.ggwf-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/gg-world-festival/ggwf-bg4.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.ggwf-bg2-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/gg-world-festival/ggwf-bg2-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding: 20px;
    border-radius: 30px;
}

.ggwf-bgc-1 {
    background-color: #142b80;
    padding-bottom: 170px;
}

@media (max-width: 800px) {
    .ggwf-bgc-1 {
        padding-bottom: 20vw;
    }
}

@media (max-width: 480px) {
    .ggwf-bgc-1 {
        padding-bottom: 25vw;
    }
}

.ggwf-bgc-2 {
    background-color: #16161f;
}

.ggwf-video-box {
    position: relative;
}

.ggwf-video-box video {
    width: 85%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    border: 2px solid #afafaf;
}

.ggwf-video-box img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ggwf-video-box .gt1 {
    top: -5%;
}

.ggwf-video-box .gt2 {
    top: 100%;
}

.ggwf-20mod {
    padding-top: 20%;
}

@media (max-width: 800px) {
    .ggwf-20mod {
        padding-top: 10%;
    }
}

@font-face {
    font-family: 'ANTUOZONGYI-2';
    src: url("/Assets/fonts/ANTUOZONGYI-2.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.afzon-font {
    font-family: 'ANTUOZONGYI-2';
}

.letter-space15 {
    letter-spacing: 15px;
}

.ggwf-ribbon-box {
    position: relative;
    top: -20px;
}

.ggwf-ribbon-box h3 {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

@media (max-width: 480px) {
    .ggwf-ribbon-box h3 {
        font-size: 4.5vw;
    }
}

.ggwf-keyevent-box {
    position: relative;
}

.ggwf-keyevent-box .ggwf-text {
    width: 90%;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ggwf-keyevent-box .ggwf-text h3 {
    font-size: 20px;
}

@media (max-width: 480px) {
    .ggwf-keyevent-box .ggwf-text h3 {
        font-size: 3vw;
    }
}

.ggwf-keyevent-box .ggwf-text h4 {
    font-size: 18px;
}

@media (max-width: 480px) {
    .ggwf-keyevent-box .ggwf-text h4 {
        font-size: 2.6vw;
    }
}

.ggwf-spotlight {
    position: relative;
    bottom: -125px;
    z-index: 3;
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .ggwf-spotlight {
        bottom: -30px;
        width: 100%;
    }
}

.ggwf-spotlight img {
    position: absolute;
    bottom: 0;
    width: 60%;
}

.ggwf-spotlight .spt-1 {
    left: 0;
}

.ggwf-spotlight .spt-2 {
    right: 0;
    transform: scaleX(-1);
}

.table-ggwffix-bg {
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 10px 10px 0 0;
}

@media (max-width: 480px) {
    .tbl-mobile-scrollx {
        width: 600px;
    }
}

.table-ggwffix>thead>tr>th {
    background: transparent !important;
}

@media (max-width: 480px) {
    .table-ggwffix>thead>tr>th {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-ggwffix>thead>tr {
    border-radius: 10px 10px 0 0;
    background-color: #700095;
}

@media (max-width: 480px) {
    .table-ggwffix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-ggwffix tbody>tr {
    margin: 5px 0;
}

.table-ggwffix tbody>tr:hover {
    background-color: rgba(255, 255, 255, 0.09) !important;
}

.table-ggwffix>tbody>tr:nth-child(odd) {
    background-color: #121212;
}

.table-ggwffix>tbody>tr:nth-child(even) {
    background-color: #252525;
}

tbody.table-ggwffix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    border: none;
}

tbody.table-ggwffix-wrapper::-webkit-scrollbar-corner {
    background-color: transparent;
}

tbody.table-ggwffix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #700095;
}

tbody.table-ggwffix-wrapper::-webkit-scrollbar-track {
    background: #0c0c0c;
}

.ggwf-partylight {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
}

@media (max-width: 480px) {
    .ggwf-partylight {
        opacity: 0.5;
    }
}

.ggwf-partylight .wf-l1,
.ggwf-partylight .wf-l2,
.ggwf-partylight .wf-l3,
.ggwf-partylight .wf-l4 {
    position: absolute;
}

.ggwf-partylight .wf-l1 div,
.ggwf-partylight .wf-l2 div,
.ggwf-partylight .wf-l3 div,
.ggwf-partylight .wf-l4 div {
    position: relative;
}

.ggwf-partylight .wf-l1 div img,
.ggwf-partylight .wf-l2 div img,
.ggwf-partylight .wf-l3 div img,
.ggwf-partylight .wf-l4 div img {
    width: 100%;
}

.ggwf-partylight .wf-l1 {
    top: 20%;
    left: -3%;
}

.ggwf-partylight .wf-l2 {
    top: 0;
    left: -3%;
}

.ggwf-partylight .wf-l3 {
    top: 0;
    right: -3%;
}

.ggwf-partylight .wf-l4 {
    top: 20%;
    right: -3%;
}

.partyLights {
    -webkit-animation: partyLights .5s ease-in-out infinite alternate;
    -moz-animation: partyLights .5s ease-in-out infinite alternate;
    animation: partyLights .5s ease-in-out infinite alternate;
}

.Lightsmove {
    -webkit-animation: Lightsmove .5s ease-in-out infinite alternate;
    -moz-animation: Lightsmove .5s ease-in-out infinite alternate;
    animation: Lightsmove .5s ease-in-out infinite alternate;
}

.Lightsmove2 {
    -webkit-animation: Lightsmove2 .3s ease-in-out infinite alternate;
    -moz-animation: Lightsmove2 .3s ease-in-out infinite alternate;
    animation: Lightsmove2 .3s ease-in-out infinite alternate;
}

@media (max-width: 1024px) {
    .Lightsmove,
    .Lightsmove2 {
        -webkit-animation: unset !important;
        -moz-animation: unset !important;
        animation: unset !important;
    }
}

.Lightscale {
    -webkit-animation: Lightscale .3s ease-in-out infinite alternate;
    -moz-animation: Lightscale .3s ease-in-out infinite alternate;
    animation: Lightscale .3s ease-in-out infinite alternate;
}

@-webkit-keyframes partyLights {
    from {
        filter: brightness(1) contrast(1) hue-rotate(0deg);
    }
    to {
        filter: brightness(22) contrast(1) hue-rotate(231deg);
    }
}

@keyframes partyLights {
    from {
        filter: brightness(1) contrast(1) hue-rotate(0deg);
    }
    to {
        filter: brightness(22) contrast(1) hue-rotate(231deg);
    }
}

@-webkit-keyframes Lightsmove {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(-10deg);
    }
}

@keyframes Lightsmove {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(-10deg);
    }
}

@-webkit-keyframes Lightsmove2 {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(10deg);
    }
}

@keyframes Lightsmove2 {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(10deg);
    }
}

@-webkit-keyframes Lightscale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

@keyframes Lightscale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

.wfspade1 {
    position: absolute;
    right: -30%;
    top: 38%;
}

@media (max-width: 1024px) {
    .wfspade1 {
        right: 0%;
        top: 55%;
        width: 15vw;
    }
}

@media (max-width: 480px) {
    .wfspade1 {
        right: 0%;
        top: 55%;
        width: 20vw;
    }
}

.wfspade2 {
    position: absolute;
    right: -30%;
    top: 48%;
    transform: rotate(100deg);
}

@media (max-width: 1024px) {
    .wfspade2 {
        right: 0%;
        top: 0;
        width: 10vw;
    }
}

@media (max-width: 480px) {
    .wfspade2 {
        right: 0%;
        top: 0;
        width: 15vw;
    }
}

.wflbgins {
    position: absolute;
    font-size: 30px;
    color: #f5d485;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

@media (max-width: 480px) {
    .wflbgins {
        font-size: 4vw;
    }
}

@media (max-width: 480px) {
    .pb-bxxs-20 {
        padding-bottom: 20px;
    }
}

.pb-1170-container {
    width: 1170px !important;
}

@media (max-width: 1170px) {
    .pb-1170-container {
        width: 100% !important;
    }
}

.pb-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-bg1.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.pb-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.pb-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-bg3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.pb-bg4New {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-bg4New.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.pb-bg4v2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-bg4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.pb-bg4 {
    background: #070709;
    background: -moz-linear-gradient(top, 0 0%, 0e0e 50%, #000000 100%);
    background: -webkit-linear-gradient(top, 0 0%, 0e0e 50%, #000000 100%);
    background: linear-gradient(to bottom, 0 0%, 0e0e 50%, #000000 100%);
}

.pb-insidebg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-line1.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1440px) {
    .pb-insidebg1 {
        background-position: -10vw bottom;
    }
}

.pb-insidebg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-line2.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1440px) {
    .pb-insidebg2 {
        background-position: -10vw bottom;
    }
}

.pb-insidebg2-1 {
    display: none;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-line-nodiag.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1024px) {
    .pb-insidebg2-1 {
        display: block;
        background-position: -10vw bottom;
    }
}

.pb-insidebg2-2 {
    display: none;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-line-nodiag.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .pb-insidebg2-2 {
        display: block;
        background-position: -10vw bottom;
    }
}

.pb-insidebg2-3 {
    display: none;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-line-nodiag2.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .pb-insidebg2-3 {
        display: block;
        background-position: -10vw bottom;
    }
}

.pb-insidebg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-line3-1.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1440px) {
    .pb-insidebg3 {
        background-position: -10vw bottom;
    }
}

.pb-insidebg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/prop-bet/pb-line4.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1440px) {
    .pb-insidebg4 {
        background-position: -10vw bottom;
    }
}

.pb-incontent {
    min-height: 50vw;
}

@media (max-width: 1440px) {
    .pb-incontent {
        min-height: 70vw;
    }
}

@media (max-width: 1024px) {
    .pb-incontent {
        min-height: 60vw;
    }
}

.pb-incontent .pb-title-img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
}

@media (max-width: 1024px) {
    .pb-incontent .pb-title-img {
        width: 70vw;
    }
}

.pb-incontent .pb-gglogo-img {
    position: absolute;
    top: 14%;
    left: 68%;
    transform: translate(-50%, -50%);
    width: 10vw;
}

@media (max-width: 1024px) {
    .pb-incontent .pb-gglogo-img {
        width: 20vw;
    }
}

.pb-floatContent {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: -10vw;
}

@media (max-width: 1024px) {
    .pb-floatContent {
        top: -10vw;
    }
}

.pb-floatContent2 {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 5vw;
}

@media (max-width: 1024px) {
    .pb-floatContent2 {
        top: 2vw;
    }
    .pb-floatContent2 .container {
        width: 80% !important;
    }
}

@media (max-width: 480px) {
    .pb-floatContent2 .container {
        width: 100% !important;
    }
}

.pb-swipper {
    /*    .swiper-wrapper {
      width: 80%;
      margin: 0 auto;
  }*/
}

@media (max-width: 1024px) {
    .pb-swipper {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.pb-swipper .swiper-button-next,
.pb-swipper .swiper-button-prev {
    top: 40%;
    color: #fff !important;
}

.pb-swipper .swiper-button-prev {
    left: -5% !important;
}

@media (max-width: 480px) {
    .pb-swipper .swiper-button-prev {
        left: 0 !important;
    }
}

.pb-swipper .swiper-button-next {
    right: -5% !important;
}

@media (max-width: 480px) {
    .pb-swipper .swiper-button-next {
        right: 0 !important;
    }
}

@media (max-width: 480px) {
    .pb-swipper-item {
        width: 80%;
        margin: 0 auto;
    }
}

.pb-title-left,
.pb-title-right {
    position: relative;
}

.pb-title-left .pb-tf,
.pb-title-right .pb-tf {
    position: absolute;
    top: 40%;
    display: inline-block;
}

.pb-title-left h3,
.pb-title-right h3 {
    font-size: 100px;
    opacity: 0.20;
    padding-bottom: 70px;
}

@media (max-width: 1024px) {
    .pb-title-left h3,
    .pb-title-right h3 {
        font-size: 6vw;
        opacity: 0.10;
        padding-bottom: 6vw;
    }
}

.pb-title-left h4,
.pb-title-right h4 {
    font-size: 40px;
}

@media (max-width: 1024px) {
    .pb-title-left h4,
    .pb-title-right h4 {
        font-size: 4vw;
    }
}

.pb-title-left p,
.pb-title-right p {
    font-size: 18px;
    opacity: .5;
    letter-spacing: 5px;
}

@media (max-width: 1024px) {
    .pb-title-left p,
    .pb-title-right p {
        font-size: 2.5vw;
        padding-left: 6%;
        letter-spacing: 3px;
    }
}

.pb-title-left .pb-tf {
    left: 6%;
}

@media (max-width: 1024px) {
    .pb-title-left .pb-tf {
        left: 10%;
    }
}

@media (max-width: 1024px) {
    .pb-title-left h3 {
        padding-left: 6%;
    }
}

.pb-title-right .pb-tf {
    right: 6%;
}

@media (max-width: 1024px) {
    .pb-title-right .pb-tf {
        right: 10%;
    }
}

@media (max-width: 1024px) {
    .pb-title-right h3 {
        padding-right: 6%;
    }
}

.grad-pbvid-border {
    box-sizing: border-box;
    border: 5px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    /*    background-image: -moz-linear-gradient(#f0f0f0, #b0b0b0, #ffffff),linear-gradient(#ffffff, #d8d8d8, #ffffff);
  background-image: -webkit-linear-gradient(#f0f0f0, #b0b0b0, #ffffff),linear-gradient(#ffffff, #d8d8d8, #ffffff);*/
    background-image: linear-gradient(#f1dbb5, #010101, #211209), linear-gradient(#8c7049, #cebb9a, #744f25);
}

@media (max-width: 1024px) {
    .grad-pbvid-border {
        border: 3px solid transparent;
        width: 70% !important;
    }
}

@media (max-width: 1024px) {
    .pb-vidcont {
        width: 80% !important;
        margin: 0 auto;
    }
}

.pb-blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.pb-logo-bg {
    position: absolute;
    top: 0;
    left: 7%;
    opacity: .08;
    width: 58%;
}

@media (max-width: 1024px) {
    .pb-logo-bg {
        width: 150%;
    }
}

.pb-badge-bg {
    position: absolute;
    top: 0;
    right: 7%;
    transform: rotate(29deg);
    width: 29vw;
    opacity: 0.1;
    filter: brightness(195%) contrast(82%) saturate(104%) blur(0px) hue-rotate(0deg);
}

@media (max-width: 1024px) {
    .pb-badge-bg {
        display: none;
    }
}

.pb-badge-bg-left {
    right: unset;
    left: 7%;
}

.ggmf-maintext-box {
    position: relative;
}

.ggmf-maintext-box .text {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ggmf-titletag {
    position: relative;
}

.ggmf-titletag h3 {
    width: 90%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .ggmf-titletag h3 {
        top: 15%;
    }
}

.ggmf-rw-text {
    text-align: center;
    margin-top: 15px;
}

.ggmf-rw-text h2 {
    line-height: 1.5em;
    color: #fbda69;
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .ggmf-rw-text h2 {
        font-size: 2.5vw !important;
    }
}

@media (max-width: 480px) {
    .ggmf-rw-text h2 {
        font-size: 4vw !important;
    }
}

.ggmf-rw-text h3 {
    line-height: 1.5em;
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .ggmf-rw-text h3 {
        font-size: 4vw !important;
    }
}

.ggmf-rw-text h4 {
    line-height: 1.5em;
    color: #EFEFEF;
    font-size: 25px;
    text-shadow: 1px 1px 5px #feff98, -1px -1px 5px #feff98;
}

@media (max-width: 1024px) {
    .ggmf-rw-text h4 {
        font-size: 2.5vw !important;
    }
}

@media (max-width: 480px) {
    .ggmf-rw-text h4 {
        font-size: 4.5vw !important;
    }
}

.ggmf-rw-text h3,
.ggmf-rw-text h4 {
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.ggmf-rw-text h3:hover,
.ggmf-rw-text h4:hover {
    transform: scale(1.2);
}

.ggmf-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmf-2023/ggmf-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 10%;
}

.ggmf-flt-tran {
    background-color: #000000;
    background-image: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmf-2023/ggmf-flt-coins.png);
    background-repeat: repeat;
    background-size: auto;
    opacity: .2;
}

@media (max-width: 480px) {
    .ggmf-flt-tran {
        background-image: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmf-2023/ggmf-flt-coins.png);
        background-repeat: repeat;
        background-size: 180% !important;
    }
}

.transY {
    width: 100%;
    height: 130%;
    position: absolute;
    z-index: 2;
    top: -85%;
}

.ggmf-filter {
    filter: brightness(40%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.ggmf-top-border {
    border-top: 2px solid #2686a6;
}

.ggmf-arw {
    filter: brightness(252%) contrast(86%) saturate(3%) blur(0px) hue-rotate(309deg);
    width: 70% !important;
}

@media (max-width: 480px) {
    .ggmf-arw {
        width: 50% !important;
    }
}

.apl-intro-bg23 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2023/apl623-introbg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    background-color: #000;
    position: relative;
}

@media (max-width: 480px) {
    .apl-intro-bg23 {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.apl-schedule-bg23 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2023/apl623-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.apl-apl623-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2023/apl623-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.apl-apl623-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2023/apl623-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.apl-apl623-bg5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2023/apl623-bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.apl-apl623-tiger-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2023/apl623-tiger-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(13, 64, 62, 0.9);
    background-attachment: fixed;
}

@media (max-width: 480px) {
    .apl-apl623-tiger-bg {
        background-repeat: no-repeat;
        background-size: 120%;
        background-position: center center;
    }
}

.apl-titleup1023 {
    top: -50px;
    margin-top: -10%;
}

@media (max-width: 480px) {
    .apl-titleup1023 {
        top: -5vw;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .apl-main-bscale {
        transform: scale(1.3);
        top: 5vw;
        position: relative;
    }
}

.apl-apl623-rules {
    background-color: #16171d;
}

.apl623-card-float {
    position: absolute;
    z-index: 1;
    width: 12%;
    top: 32%;
    left: 15%;
}

@media (max-width: 480px) {
    .apl623-card-float {
        width: 11vw;
        top: 40vw;
        left: 6%;
    }
}

.apl623-leaf-float img {
    position: absolute;
    z-index: 1;
}

.apl623-leaf-float .leaf1 {
    top: -20%;
    width: 16%;
    left: unset;
    right: -10vw;
}

.apl623-leaf-float .leaf2 {
    top: 60%;
    width: 15%;
    left: unset;
    right: 0;
}

.apl623-leaf-float .leaf3 {
    top: unset;
    bottom: -25%;
    width: 16%;
    left: -12vw;
    right: unset;
}

.apl-guarantee23 {
    display: inline-block;
    margin: 0 10px;
}

@media (max-width: 1024px) {
    .apl-guarantee23 {
        margin: 0 auto 20px;
        display: inline-block;
    }
}

.apl-guarantee23 .content {
    background: linear-gradient(140deg, #c2201b 18%, #7e181a 55%, #7f181a 59%, #e83036 100%);
    display: inline-block;
    border: 4px solid #e0c173;
    border-radius: 12px 0 12px 0;
    padding: 32px 15px;
    text-align: center;
    vertical-align: top;
    min-width: 160px;
}

@media (max-width: 1024px) {
    .apl-guarantee23 .content {
        padding: 17px 15px;
        width: 290px;
        min-width: unset;
    }
}

@media (max-width: 800px) {
    .apl-guarantee23 .content {
        width: 35vw;
    }
}

@media (max-width: 480px) {
    .apl-guarantee23 .content {
        width: 43vw;
    }
}

.apl-guarantee23 .content h3 {
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
}

@media (max-width: 1024px) {
    .apl-guarantee23 .content h3 {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .apl-guarantee23 .content h3 {
        font-size: 4.7vw;
    }
}

.apl-guarantee23 .content p {
    font-size: 25px;
    line-height: 1.5em;
    color: #fff;
}

@media (max-width: 1024px) {
    .apl-guarantee23 .content p {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .apl-guarantee23 .content p {
        font-size: 4vw;
    }
}

.apl-guarantee23 .content .small {
    font-size: 20px;
}

@media (max-width: 1024px) {
    .apl-guarantee23 .content .small {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .apl-guarantee23 .content .small {
        font-size: 14px;
    }
}

.apl-guarantee23 .last {
    padding: 20px 30px;
}

@media (max-width: 1024px) {
    .apl-guarantee23 .last {
        padding: 6px 30px;
    }
}

@media (max-width: 430px) {
    .apl-guarantee23 .last {
        padding: 4px 10px;
    }
}

@media (max-width: 360px) {
    .apl-guarantee23 .last {
        padding: 6px 10px;
    }
}

.btn-usdtlink {
    color: #212120;
    background: #fec23a;
    border: 1px solid #fec23a;
    border-radius: 7px;
    padding: 6px 18px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}

.btn-usdtlink:hover {
    color: #fec23a;
    background: transparent;
    border: 1px solid #fec23a;
}

.pexotc-logo-box {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.pexotc-logo-box a {
    display: inline-block;
    width: 25%;
    margin: 0 0;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 5px;
}

@media (max-width: 480px) {
    .pexotc-logo-box a {
        width: 30%;
    }
}

.pexotc-logo-box a:hover {
    border: 2px solid #fec23a;
    border-radius: 10px;
    padding: 5px;
}

.rtl-titletag {
    position: relative;
    display: inline-block;
    right: 23%;
}

@media (max-width: 1024px) {
    .rtl-titletag {
        right: 20%;
    }
}

@media (max-width: 480px) {
    .rtl-titletag {
        right: 5vw;
    }
}

.rtl-titletag h3 {
    width: 90%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rtl-package-bg {
    position: relative;
}

@media (max-width: 800px) {
    .rtl-package-bg {
        margin-bottom: 20px;
    }
}

.rtl-package-bg .inside-content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 800px) {
    .rtl-package-bg h3 {
        font-size: 4vw;
    }
}

.rtl-ticket-bg {
    position: relative;
}

@media (max-width: 800px) {
    .rtl-ticket-bg {
        margin-bottom: 10px;
    }
}

.rtl-ticket-bg .inside-content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.rtl-mainbg-color {
    background: linear-gradient(0deg, rgba(0, 125, 250, 0.3) 10%, rgba(0, 0, 0, 0.1) 70%);
    background: -webkit-linear-gradient(bottom, rgba(0, 125, 250, 0.3) 10%, rgba(0, 0, 0, 0.1) 70%);
}

.rtl-wrapper-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.99) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.99) 50%, rgba(0, 0, 0, 0.1) 100%);
    width: 1140px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .rtl-wrapper-bg {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.99) 80%, rgba(0, 0, 0, 0.1) 100%);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.99) 80%, rgba(0, 0, 0, 0.1) 100%);
        width: 100%;
    }
}

.wsopsummer-font-xl {
    font-size: 65px;
}

@media (max-width: 800px) {
    .wsopsummer-font-xl {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .wsopsummer-font-xl {
        font-size: 6.5vw;
    }
}

.wsopsummer-font-md {
    font-size: 50px;
}

@media (max-width: 800px) {
    .wsopsummer-font-md {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .wsopsummer-font-md {
        font-size: 5vw;
    }
}

.wsopsummer-font-sm {
    font-size: 35px;
}

@media (max-width: 800px) {
    .wsopsummer-font-sm {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .wsopsummer-font-sm {
        font-size: 3.5vw;
    }
}

.bg-wsopsc02 {
    background-color: #020202;
}

.wsopsc-bg1 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.99) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.99) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.wsopsc-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/summer/wsopsc-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.wsopsc-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/summer/wsopsc-bg4.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.wsopsc-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/summer/wsopsc-bg3.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.wsopsc-separator {
    border-top: 2px solid #a08a50;
    border-bottom: 2px solid #a08a50;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.wsopsc-separator div {
    width: 100%;
    height: 8px;
    background-color: #a08a50;
    margin: 3px 0;
}

.benefits-title h2 {
    font-size: 45px;
    color: #E6CD89;
}

@media (max-width: 1024px) {
    .benefits-title h2 {
        font-size: 35px !important;
    }
}

@media (max-width: 480px) {
    .benefits-title h2 {
        font-size: 25px !important;
    }
}

.benefits-title p {
    font-size: 35px;
    margin: 6% 0 10%;
    line-height: 50px;
}

@media (max-width: 1024px) {
    .benefits-title p {
        font-size: 23px;
        margin: 4% 0 6%;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .benefits-title p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 1024px) {
    .wsop-ring-benefits {
        display: grid;
        text-align: center;
    }
}

.wrb-img {
    width: 22%;
}

@media (max-width: 1024px) {
    .wrb-img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.wrb-txt {
    width: 75%;
}

@media (max-width: 1024px) {
    .wrb-txt {
        width: 100%;
        margin-bottom: 40px;
    }
}

.wrb-txt h2 {
    color: #E6CD89;
    font-size: 35px;
    text-shadow: 0px 0px 100px #000000;
}

.wrb-txt a {
    font-size: 23px;
}

@media (max-width: 480px) {
    .wrb-txt a {
        font-size: 17px;
    }
}

.line-effect-left,
.line-effect-right {
    position: absolute;
    border-radius: 100%;
    bottom: -5px;
    width: 0;
    height: 2px;
    animation: line-effect 2s ease-in-out infinite;
}

@media (max-width: 1024px) {
    .line-effect-left,
    .line-effect-right {
        display: none;
    }
}

.line-effect-left {
    left: 0;
    background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
}

.line-effect-right {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
}

@keyframes line-effect {
    25% {
        width: 100%;
        opacity: 1;
    }
    74%,
    100% {
        opacity: 1;
    }
}

@-moz-keyframes line-effect {
    25% {
        width: 100%;
        opacity: 1;
    }
    74%,
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes line-effect {
    25% {
        width: 100%;
        opacity: 1;
    }
    74%,
    100% {
        opacity: 1;
    }
}

@-o-keyframes line-effect {
    25% {
        width: 100%;
        opacity: 1;
    }
    74%,
    100% {
        opacity: 1;
    }
}

@-ms-keyframes line-effect {
    25% {
        width: 100%;
        opacity: 1;
    }
    74%,
    100% {
        opacity: 1;
    }
}

/***** fadein left and right *****/

.animated.animated-slow {
    animation-duration: 2s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

/*=========================
Last Text
==========================*/

.last-text,
.last-text2 {
    font-size: 50px;
    line-height: 72px;
    letter-spacing: 5px;
}

.last-text {
    position: relative;
    background: linear-gradient(90deg, #000, #fff, #000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 7s linear infinite;
}

.last-text2 {
    position: relative;
    background: linear-gradient(90deg, #000, #E6CD89, #000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine2 7s 2s linear infinite;
}

@keyframes shine {
    0% {
        background-position-x: -500%;
    }
    100% {
        background-position-x: 500%;
    }
}

@keyframes shine2 {
    0% {
        background-position-x: -500%;
    }
    100% {
        background-position-x: 500%;
    }
}

.flex-center-wsop {
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .flex-center-wsop {
        flex-direction: column;
    }
    .flex-center-wsop .order-1 {
        order: 1;
    }
    .flex-center-wsop .order-2 {
        order: 2;
    }
}

.wsopscscrollingZ {
    position: absolute;
    width: 40%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .35;
    z-index: 3;
}

@media (max-width: 480px) {
    .wsopscscrollingZ {
        width: 190% !important;
        top: 100%;
    }
}

.wsopscscrollingZ img {
    width: 100%;
}

.wsopsc-filterblur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
}

.wsopsc-tba {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wsopsc-border-bg {
    border: 10px solid #e6cd89;
    border-radius: 30px;
    padding: 5% 0;
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 480px) {
    .wsopsc-border-bg {
        border: 5px solid #e6cd89;
        border-radius: 15px;
    }
}

.bg-wsop23-header {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2022/wsop22-headbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 17vw;
}

.wsop23float-chip {
    position: relative;
    margin-top: 10%;
    margin-bottom: 0%;
    width: 15%;
    z-index: 5;
}

@media (max-width: 1024px) {
    .wsop23float-chip {
        width: 30%;
    }
}

.wsop23-video-wrapper {
    position: absolute;
    z-index: 1;
    width: 109vw;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: lighten;
}

@media (max-width: 480px) {
    .wsop23-video-wrapper {
        width: 200vw;
        top: 40%;
    }
}

.wsop23-video-wrapper .video-box video {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.wsop23-vidtop2 {
    top: 55% !important;
}

@media (max-width: 480px) {
    .wsop23-vidtop2 {
        top: 50% !important;
    }
}

.wsop23-ptopgutter {
    padding-top: 14vh;
}

@media (max-width: 480px) {
    .wsop23-ptopgutter {
        padding-top: 13vh;
    }
}

.wsop23-float-title {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -70px;
    z-index: 5;
}

@media (max-width: 1024px) {
    .wsop23-float-title {
        margin-top: -7vw;
    }
}

.wsop23-float-title h3 {
    position: relative;
    width: 100%;
    color: #f0c569;
    z-index: 5;
}

.wsop23-float-title .wsop23-tl-shadow {
    border-bottom: 30px solid #000000;
    width: 60%;
    height: 10px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    filter: blur(4px);
}

@media (max-width: 1024px) {
    .wsop23-float-title .wsop23-tl-shadow {
        width: 70%;
    }
}

.tbwrapper23 {
    position: relative;
    overflow: hidden;
}

.tbwrapper23 .tbchest-box,
.tbwrapper23 .tbbrace-box {
    width: 100%;
    padding-top: 15%;
    padding-bottom: 5%;
}

.tbwrapper23 .tbchest-box .tbtext,
.tbwrapper23 .tbbrace-box .tbtext {
    position: absolute;
    z-index: 7;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.tbwrapper23 .tbchest-box .tbtext h3,
.tbwrapper23 .tbbrace-box .tbtext h3 {
    font-size: 1.4vw;
}

@media (max-width: 1024px) {
    .tbwrapper23 .tbchest-box .tbtext h3,
    .tbwrapper23 .tbbrace-box .tbtext h3 {
        font-size: 3.6vw;
    }
}

.tbwrapper23 .tbchest-box .tbst,
.tbwrapper23 .tbbrace-box .tbst {
    width: 100%;
    position: relative;
    z-index: 5;
}

.wsop23-highlight {
    position: relative;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2023/wsop23-highlight-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border: 2px solid #e0cd8c;
    border-radius: 15px;
}

.wsop23-highlight .text {
    position: relative;
    width: 100%;
    padding: 20px;
}

@media (max-width: 480px) {
    .wsop23-highlight .text {
        padding: 5px;
    }
}

.wsop23-highlight2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2023/wsop23-highlight-bg2.jpg) no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.wsop23-highlight2 .ws23ss {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translate(-50%, -50%);
    width: 100px;
}

@media (max-width: 1024px) {
    .wsop23-highlight2 .ws23ss {
        width: 7vw;
    }
}

@media (max-width: 480px) {
    .wsop23-highlight2 .ws23ss {
        width: 12vw;
    }
}

.wsop23-highlight2 .ws23wg {
    position: absolute;
    top: 45%;
    left: 92%;
    transform: translate(-50%, -50%);
    width: 95px;
}

@media (max-width: 1024px) {
    .wsop23-highlight2 .ws23wg {
        width: 7vw;
    }
}

@media (max-width: 480px) {
    .wsop23-highlight2 .ws23wg {
        width: 12vw;
    }
}

.wsop23-continent {
    position: relative;
    background-size: cover;
    background-position: center;
    border: 2px solid #e0cd8c;
    border-radius: 15px;
}

.wsop23-continent .text {
    position: relative;
    width: 100%;
    padding: 20px 10px;
}

@media (max-width: 480px) {
    .wsop23-continent .text {
        padding: 20px 5px;
    }
}

.wsop23-continent .text .wsop23-contxt {
    position: relative;
}

.wsop23-continent .text .wsop23-contxt .xvcont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 100%;
}

.wsop23-continent .text .wsop23-contxt .xvcont span {
    font-size: 90px;
}

@media (max-width: 1024px) {
    .wsop23-continent .text .wsop23-contxt .xvcont span {
        font-size: 6vw;
    }
}

@media (max-width: 480px) {
    .wsop23-continent .text .wsop23-contxt .xvcont span {
        font-size: 10vw;
    }
}

.wsop23-continent .text .wsop23-contxt .xvpoint .xvpoint-img {
    width: 50px;
}

.wsop23-continent-fadedb-bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.wsop23-continent-bg4 {
    background-color: rgba(0, 0, 0, 0.3);
}

.wsop23-continent-bg51 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2023/wsop23-1america.jpg) no-repeat;
    background-size: cover;
}

.wsop23-continent-bg52 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2023/wsop23-2europe.jpg) no-repeat;
    background-size: cover;
}

.wsop23-continent-bg53 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2023/wsop23-3mediteranian.jpg) no-repeat;
    background-size: cover;
}

.wsop23-continent-bg54 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2023/wsop23-4asia.jpg) no-repeat;
    background-size: cover;
}

.wsop23-special-title {
    position: relative;
    top: 35px;
}

@media (max-width: 1024px) {
    .wsop23-special-title {
        top: 4vw;
    }
}

.wsop23-special-video {
    width: 145vw !important;
    mix-blend-mode: unset !important;
    opacity: .3 !important;
    top: 50% !important;
}

.wsop23-border-top-title2 {
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, #e0bd74 1%, #010100 40%, black 50%, #010100 60%, #e0bd74 99%);
    border-image-slice: 1;
}

@media (max-width: 480px) {
    .wsop23-border-top-title2 {
        border-image: linear-gradient(90deg, #e0bd74 1%, #010100 15%, black 50%, #010100 85%, #e0bd74 99%);
        border-image-slice: 1;
    }
}

.wsop23-table-val-orange tbody td:nth-child(5),
.wsop23-table-val-orange thead th:nth-child(5) {
    color: #ff7f27 !important;
}

.ggmillion-week-abg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/apr-2022/supermillion-weekbg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.ggMpkbsideBG {
    position: relative;
}

.ggMpkbsideBG .ggMsideBG1 {
    position: absolute;
    top: -40%;
    left: -25%;
}

@media (max-width: 480px) {
    .ggMpkbsideBG .ggMsideBG1 {
        top: -26%;
        left: -3px;
        width: 15vw;
    }
}

.ggMpkbsideBG .ggMsideBG2 {
    position: absolute;
    top: 11%;
    right: -5%;
}

@media (max-width: 480px) {
    .ggMpkbsideBG .ggMsideBG2 {
        top: 20%;
        right: -3%;
        width: 15vw;
    }
}

/* RNC friday Version 2 */

.rcf-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/rushcashfri/rcf-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0f0805;
}

.rcf-bg-brown-7 {
    background-color: #231410;
}

.rcf-button1 {
    background-color: #bb3d1b;
    box-shadow: 0px 3px #e59f66;
    -webkit-box-shadow: 0px 3px #e59f66;
    -moz-box-shadow: 0px 3px #e59f66;
}

.rcf-button1:hover {
    background-color: #ee362b;
}

.rcf-button2 {
    background-color: #471106;
}

.rcf-button2:hover {
    background-color: #ee362b;
}

.rcf-button3 {
    background-color: #7c233c;
}

.rcf-button3:hover {
    background-color: #ee362b;
}

.rcf-btn-shadow {
    box-shadow: 0px 3px #e56e6e;
    -webkit-box-shadow: 0px 3px #e56e6e;
    -moz-box-shadow: 0px 3px #e56e6e;
    min-width: 200px;
    margin: 15px;
    filter: drop-shadow(2px 4px 3px black);
}

@media (max-width: 480px) {
    .rcf-btn-shadow {
        min-width: auto;
        margin: 10px;
    }
}

.rcf-bigframe-scale {
    transform: scale(1.4);
    margin-bottom: 7%;
}

.rcf-vid-border {
    padding: 15px;
    border: 2px solid #fff;
}

.rcf-text-shadow {
    text-shadow: 0 0 5px rgba(255, 215, 156, 0.8);
}

.rcf-yellow {
    color: #ffe781;
}

.rcf-notice {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
}

.rcf-notice p {
    background: #000102;
    width: 55%;
    margin: 0 auto;
    padding: 10% 0;
    border-radius: 20px;
    border: 2px solid red;
}

@media (max-width: 480px) {
    .rcf-notice p {
        width: 70%;
        border-radius: 10px;
    }
}

.rcf-cubes {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
}

.rtp23-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/road-to-paradise/rtp23-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #2e75cf;
}

.rtp23-bgoverlay {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/road-to-paradise/rtp23-bgoverlay2.jpg);
    background-repeat: no-repeat;
    background-color: #2e75cf;
    background-position: top center;
    background-size: cover;
}

@media (max-width: 480px) {
    .rtp23-bgoverlay {
        background: linear-gradient(rgba(40, 140, 169, 0.7), rgba(40, 140, 169, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/road-to-paradise/rtp23-bgpattern.png) !important;
        background-repeat: unset !important;
        background-size: unset !important;
        background-color: #00309e !important;
    }
}

.rtp23-font-xl {
    font-size: 100px;
}

@media (max-width: 800px) {
    .rtp23-font-xl {
        font-size: 7vw;
    }
}

@media (max-width: 480px) {
    .rtp23-font-xl {
        font-size: 12vw;
    }
}

.rtp23-font-l {
    font-size: 90px;
}

@media (max-width: 800px) {
    .rtp23-font-l {
        font-size: 6vw;
    }
}

@media (max-width: 480px) {
    .rtp23-font-l {
        font-size: 10vw;
    }
}

.rtp23-font-md {
    font-size: 50px;
}

@media (max-width: 800px) {
    .rtp23-font-md {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .rtp23-font-md {
        font-size: 6vw;
    }
}

.rpt23-howtobox> :first-child>.rtpstp-bg2 {
    border-radius: 20px 0 0 20px;
}

@media (max-width: 480px) {
    .rpt23-howtobox> :first-child>.rtpstp-bg2 {
        border-radius: 20px 20px 0 0;
        margin-bottom: 10px;
    }
}

.rpt23-howtobox> :last-child>.rtpstp-bg2 {
    border-radius: 0 20px 20px 0;
}

@media (max-width: 480px) {
    .rpt23-howtobox> :last-child>.rtpstp-bg2 {
        border-radius: 0 0 20px 20px;
        margin-top: 10px;
    }
}

.rpt23-howtobox .rtpstp-bg2 {
    color: white;
    background-color: rgba(40, 140, 169, 0.71);
    border: 3px solid #fff;
    box-shadow: 0 0 0 6px #2a91b5;
    text-align: center;
}

.rtp23-steps {
    margin-bottom: 10%;
    padding: 15px;
}

.rtp23-steps .rtpstp-bg {
    color: white;
    background-color: rgba(40, 140, 169, 0.71);
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 6px #2a91b5;
    text-align: center;
}

.rtp23-steps .rtpnum {
    display: inline-block;
    margin-bottom: 20px;
    min-width: 130px;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

@media (max-width: 800px) {
    .rtp23-steps .rtpnum {
        min-width: 100px;
        font-size: 17px;
    }
}

.rtp23-steps .rtpcnt {
    padding-bottom: 20px;
}

.rtp23-steps .rtpcnt h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 15px 0;
}

@media (max-width: 800px) {
    .rtp23-steps .rtpcnt h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .rtp23-steps .rtpcnt h3 {
        font-size: 20px;
    }
}

.rtp23-steps .rtpcnt h3 span {
    font-size: 16px;
    display: block;
}

.rtp23-faq-box {
    background-color: rgba(40, 140, 169, 0.71);
    border-radius: 20px;
    padding: 0;
}

.rtp23-faq-box .rtp-ans {
    background-color: rgba(58, 175, 209, 0.71);
}

.rtp-text-shadow {
    text-shadow: #007fba 0px 0px 3px, #007fba 0px 0px 6px;
}

.rtp23-faq-blue span {
    color: #00fcff !important;
}

.rtp23-vidborder {
    border: 3px solid #2cb1e0;
}

/* BHS OCT 2023 */

.bhs-logo-container {
    /* position: absolute;
  left: -5%;
  z-index: 6;*/
}

.bhsoct-logoNR {
    position: relative;
    right: 2%;
    z-index: 6;
}

@media (max-width: 1024px) {
    .bhsoct-logoNR {
        right: -3%;
    }
}

.pokertable-section {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/oct-2023/poker-table.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bhs-trapezoid {
    padding-top: 7%;
    padding-bottom: 3%;
}

.bhsoct-prize {
    margin-top: -8%;
    margin-bottom: 20px;
}

.bhsoct-btn {
    filter: drop-shadow(#000 0px 10px 5px);
}

.bhs23floter-box .blf2-oct {
    top: 10%;
    left: -14vw;
    width: 16vw;
}

.bhs23floter-box .blf3-oct {
    top: 46%;
    left: -12vw;
    width: 14vw;
}

.bhsoct-event h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .bhsoct-event h3 {
        font-size: 4vw;
    }
}

.bhsoct-event .bhsoct-evt1 {
    padding-right: 15%;
}

.bhsoct-event .bhsoct-evt2 {
    padding-left: 30%;
}

.bhsoct-event p {
    font-size: 22px;
    line-height: 1.8em;
    padding: 0 3%;
}

@media (max-width: 480px) {
    .bhsoct-event p {
        font-size: 3.2vw;
    }
}

.bhsoct-pkb {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/oct-2023/paper.png?v=2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -6%;
    z-index: 6;
    padding: 3% 0;
    margin-bottom: -6%;
}

@media (max-width: 480px) {
    .bhsoct-pkb {
        margin-top: -10%;
        margin-bottom: -10%;
    }
}

.bhsoct-spc-title {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bountyking-box-mobi {
    display: none;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/jan-2024/paper3.png?v=111);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    width: 80%;
    margin: 0px auto;
}

@media (max-width: 768px) {
    .bountyking-box-mobi {
        display: block;
    }
}

.bountyking-box-mobi ul {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.bountyking-box-mobi ul li {
    width: 100%;
}

.bountyking-box-mobi ul li span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: -15px;
    display: block;
}

.bountyking-box-mobi ul li div {
    position: relative;
    text-align: center;
}

.bountyking-box-mobi ul li div span {
    overflow: hidden;
    border: 2px solid #5c5c5c;
    border-radius: 5px;
    background: #171717;
    color: #e1af59;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 4vw;
    display: block;
    width: 80%;
    position: relative;
    z-index: 2;
    padding: 5px 5px;
    margin: 0 auto;
}

.bountyking-box {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/jan-2024/paper2.png?v=111);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 6% 5%;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .bountyking-box {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/jan-2024/paper3.png?v=111);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 5% 5%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bountyking-box {
        display: none;
    }
}

.bountyking-box ul {
    /*margin: 0;
    padding: 20px;
    border-style: double;
    border-width: 5px;
    border-color: #000;*/
    width: 95%;
    margin: 0 auto;
}

.bountyking-box li {
    width: 16.66%;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 10px;
}

@media (max-width: 1024px) {
    .bountyking-box li {
        width: 24.66%;
    }
}

.bountyking-box li:nth-child(n+1) {
    border-left: none;
    border-top: none;
}

.bountyking-box li:nth-child(-n+6) {
    border-top: 1px solid #000;
}

.bountyking-box li:nth-child(6n - 5) {
    border-left: 1px solid #000;
}

.bountyking-box li span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: -15px;
    display: block;
}

.bountyking-box li div {
    text-align: center;
}

.bountyking-box li div span {
    border: 2px solid #5c5c5c;
    border-radius: 5px;
    background: #171717;
    color: #e1af59;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 2px 5px;
    overflow: hidden;
}

.bhsoct-blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.bhsdivider2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .bhsdivider2 {
        width: 6px;
    }
}

.fng23-wrapper-bg {
    filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 3px #FF3) drop-shadow(0px 0px 5px #F90) drop-shadow(0px 0px 14px #C33);
    width: 1140px;
    margin: 0 auto;
    margin-bottom: 5%;
}

@media (max-width: 1024px) {
    .fng23-wrapper-bg {
        width: 90%;
    }
}

.fng23-firetext {
    text-shadow: 0px -2px 4px #a6a6a6, 0px -2px 10px #FF3, 0px -10px 20px #F90, 0px -20px 40px #C33;
}

.fng-divider-pad {
    padding: 4% 0;
}

.flipgo23-step-bg1,
.flipgo23-step-bg2,
.flipgo23-step-bg3 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 10px 0;
    border-radius: 15px;
    border: 2px solid #ef9100;
    position: relative;
}

.flipgo23-step-bg1 .fg-overlay,
.flipgo23-step-bg2 .fg-overlay,
.flipgo23-step-bg3 .fg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FF0000EB 0%, #000000 100%);
    opacity: .4;
    z-index: 1;
    top: 0;
    border-radius: 15px;
}

.flipgo23-step-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flipgo-millionaire-2023/flipgo23-step1.jpg);
}

.flipgo23-step-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flipgo-millionaire-2023/flipgo23-step2.jpg);
}

.flipgo23-step-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flipgo-millionaire-2023/flipgo23-step3.jpg);
}

.fng23-table-body {
    border: 2px solid #ef9100;
    border-radius: 20px;
}

.table-fng23fix {
    border-radius: 20px;
}

.table-fng23fix>thead>tr>th {
    background: linear-gradient(180deg, rgba(234, 166, 28, 0.9) 1%, rgba(240, 74, 0, 0.9) 24%, rgba(201, 66, 50, 0.9) 86%, black 100%) !important;
    color: #fff !important;
}

@media (max-width: 480px) {
    .table-fng23fix>thead>tr>th {
        min-height: 30px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

@media (max-width: 480px) {
    .table-fng23fix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-fng23fix tbody>tr .firytd {
    text-align: center;
    display: block;
    width: 100%;
    text-shadow: 0px -2px 4px #fff, 0px -2px 10px #FF3, 0px -10px 20px #F90, 0px -20px 40px #C33;
    font-size: 20px;
}

.table-fng23fix tbody>tr .firytd2 {
    text-shadow: 0px -2px 4px #fff, 0px -2px 10px #FF3, 0px -10px 20px #F90, 0px -20px 40px #C33;
    font-size: 20px;
}

.table-fng23fix tbody>tr:hover {
    background-color: #3f3f3f !important;
}

.table-fng23fix>tbody>tr:nth-child(odd) {
    background-color: rgba(21, 21, 21, 0.6) !important;
}

.table-fng23fix>tbody>tr:nth-child(even) {
    background-color: rgba(1, 1, 1, 0.6) !important;
}

.table-fng23fix-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flipgo-millionaire-2023/flipgo23-step1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
    max-height: unset !important;
}

tbody.table-fng23fix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-fng23fix-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-fng23fix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3f3f3f;
}

tbody.table-fng23fix-wrapper::-webkit-scrollbar-track {
    background: #080808;
}

.fng23-table-val-orange tbody td:nth-child(5),
.fng23-table-val-orange thead th:nth-child(5) {
    color: #ff7f27 !important;
}

.fgblink>td {
    animation: blinker 1.2s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

.fng23-logobox {
    position: relative;
}

.fng23-logobox .fng23-card {
    position: absolute;
    top: -25%;
    right: -5%;
}

@media (max-width: 1024px) {
    .fng23-logobox .fng23-card {
        top: 5%;
        right: -2%;
        width: 32vw;
    }
}

@media (max-width: 480px) {
    .fng23-logobox .fng23-card {
        top: 7%;
        width: 40vw;
    }
}

@media (max-width: 480px) {
    .scale1-3mb {
        transform: scale(1.3);
    }
}

@media (max-width: 1024px) {
    .aptscale1-4tab {
        transform: scale(1.4);
        margin: 9% 0;
    }
}

.apttitle-overlap {
    margin-top: -10%;
    z-index: 6;
}

.apt-spc-title {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.apt23N-trp-height div {
    min-height: 190px;
    padding-top: 10%;
    margin-top: -10%;
}

@media (max-width: 768px) {
    .apt23N-trp-height div {
        min-height: unset;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .apt23N-trp-height div {
        width: 80%;
    }
}

.wgs-bgoverlay {
    background: linear-gradient(rgba(22, 21, 38, 0.7), rgba(22, 21, 38, 0.7)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/winter-giveaway/wgs-main-bg.jpg);
    background-color: #000;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.wgs-bg1 {
    background-color: rgba(0, 0, 0, 0.4);
    background-position: center center;
    width: 70%;
    margin: 0 auto;
    border-style: solid;
    border-width: 0px 3px 0px 3px;
    border-color: #E1BA59;
}

@media (max-width: 1440px) {
    .wgs-bg1 {
        width: 85%;
    }
}

@media (max-width: 1024px) {
    .wgs-bg1 {
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
    }
}

.wgs-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/winter-giveaway/Flake1-1.png) no-repeat;
    background-size: 50%;
    background-position: center;
}

.wgs-divup3 {
    margin-top: -3%;
    margin-bottom: 20px;
}

.wgs-divup510 {
    margin-top: -5%;
    margin-bottom: 10%;
}

.wgs-grad-title {
    background: linear-gradient(360deg, #0d3b50 0%, #000000 45%, #0e2152 58%, #002d4f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #141414);
}

.wgs-grad-title2 {
    background: linear-gradient(360deg, #a0804e 0%, #ffeb9c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #141414);
}

.wgs-text-glow-title {
    text-shadow: #b1b1b1 0px 5px 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .wgs-text-glow-title {
        width: 100%;
    }
}

.wgs-plus {
    padding-top: 315px;
}

@media (max-width: 768px) {
    .wgs-plus {
        padding: 30px 0;
    }
}

.wgs-mart-20mod {
    margin-top: -20%;
}

@media (max-width: 480px) {
    .wgs-mart-20mod {
        margin-top: -30vw;
    }
}

.wgs-floatlink .wgslink1,
.wgs-floatlink .wgslink2,
.wgs-floatlink .wgslink3 {
    width: 15%;
    display: inline-block;
    height: 11%;
    position: absolute;
    bottom: 5%;
}

@media (max-width: 1024px) {
    .wgs-floatlink .wgslink1,
    .wgs-floatlink .wgslink2,
    .wgs-floatlink .wgslink3 {
        width: 26%;
        height: 6%;
        bottom: 5%;
    }
}

.wgs-floatlink .wgslink1 {
    left: 36%;
}

@media (max-width: 1024px) {
    .wgs-floatlink .wgslink1 {
        left: 5%;
    }
}

.wgs-floatlink .wgslink2 {
    left: 57%;
}

@media (max-width: 1024px) {
    .wgs-floatlink .wgslink2 {
        left: 37%;
    }
}

.wgs-floatlink .wgslink3 {
    left: 77%;
}

@media (max-width: 1024px) {
    .wgs-floatlink .wgslink3 {
        left: 69%;
    }
}

.eoy-header-bg {
    background: linear-gradient(rgba(22, 21, 38, 0) 70%, #222b49 100%), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/winter-giveaway/surprises/eoy-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding-bottom: 5%;
}

.eoy-goldtext {
    background: linear-gradient(180deg, #faf69e 0%, #dbc971 45%, #c69644 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 0 1px #00000070) drop-shadow(-1px 0 1px #00000070) drop-shadow(0 3px 1px #00000090);
}

.eoy-bluebg {
    background-color: #222b4a;
}

.eoy-default-box {
    background-color: rgba(18, 28, 54, 0.5);
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #bfa66f;
}

.eoy-default-box2 {
    background-color: rgba(18, 28, 54, 0.5);
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #354b75;
}

.eoy-floating-calendar {
    position: relative;
}

@media (max-width: 480px) {
    .eoy-floating-calendar {
        width: 80%;
        margin: 0 auto;
    }
}

.eoy-floating-calendar .eoytext p,
.eoy-floating-calendar .eoytext h3,
.eoy-floating-calendar .eoytext h4 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

@media (max-width: 480px) {
    .eoy-floating-calendar .eoytext p,
    .eoy-floating-calendar .eoytext h3,
    .eoy-floating-calendar .eoytext h4 {
        font-size: 3.5vw;
    }
}

.eoy-floating-calendar .eoytext p {
    top: 30%;
    color: #8e97b3;
}

.eoy-floating-calendar .eoytext h3 {
    top: 55%;
    color: #c8a56f;
}

.eoy-floating-calendar .eoytext h4 {
    top: 70%;
    color: #fff;
}

.table-reso2024 {
    table-layout: auto;
    /*border: 1px #000000 solid;
  background-color: rgba(7, 7, 7, 0.41);*/
    border: 1px solid #000;
    background-color: transparent;
    margin-bottom: 0;
}

.table-reso2024>thead>tr>th {
    background: #362861;
}

.table-reso2024>tbody>tr:nth-child(odd) {
    background-color: transparent;
}

.table-reso2024>tbody>tr:nth-child(even) {
    background-color: transparent;
}

.table-reso2024>tbody>tr td {
    color: #fff;
    font-size: 20px;
}

@media (max-width: 480px) {
    .table-reso2024>tbody>tr td {
        font-size: 3vw;
    }
}

.table-reso2024>tbody>tr td:first-child {
    width: 20%;
}

.table-reso2024>tbody>tr td:nth-child(2) {
    width: 60%;
}

.table-reso2024>tbody>tr td:last-child {
    width: 20%;
}

.table-reso2024>tbody>tr:hover {
    background-color: transparent;
}

.table-reso2024-tb1>tbody>tr td {
    color: #fff;
    font-size: 20px;
}

@media (max-width: 480px) {
    .table-reso2024-tb1>tbody>tr td {
        font-size: 3vw;
    }
}

.table-reso2024-tb1>tbody>tr td:first-child {
    width: 60% !important;
}

@media (max-width: 480px) {
    .table-reso2024-tb1>tbody>tr td:first-child {
        width: 12% !important;
    }
}

.table-reso2024-tb1>tbody>tr td:nth-child(2) {
    width: 20% !important;
}

.table-reso2024-tb1>tbody>tr td:last-child {
    width: 20% !important;
}

.reso-arw {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .reso-arw {
        display: none;
    }
}

.reso-padd-l15mod {
    padding-left: 15%;
}

.pokertable24-section {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/jan-2024/bhs24-bg1.png?V=3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media (max-width: 480px) {
    .pokertable24-section {
        background-repeat: no-repeat;
        background-size: 135% !important;
    }
}

.bhs24-date {
    padding-top: 20%;
    padding-bottom: 20%;
    width: 30vw;
}

@media (max-width: 480px) {
    .bhs24-date {
        width: 50vw;
    }
}

.bhs24-grad-title {
    background: linear-gradient(0deg, #d88446 0%, #d88446 3%, #ffffff 80%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px 2px #000);
}

.bhs-paddgutter {
    padding-top: 5%;
}

@media (max-width: 480px) {
    .bhs-paddgutter {
        padding-top: 10%;
    }
}

.bhs24-logo {
    width: 50vw;
}

.bhs24-100m {
    width: 45vw;
}

.bhs24-rewd {
    width: 11vw;
}

@media (max-width: 480px) {
    .bhs24-logo {
        width: 65vw;
    }
    .bhs24-100m {
        width: 70vw;
    }
    .bhs24-rewd {
        width: 22vw;
    }
}

@media (max-width: 480px) {
    .apl24-main-bscale {
        transform: scale(1.3);
        top: 5vw;
        position: relative;
        margin-bottom: 10%;
    }
}

.apl-intro-bg24 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jan2024/apl24-introbg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    background-color: #000;
    position: relative;
}

@media (max-width: 480px) {
    .apl-intro-bg24 {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.apl-schedule-bg24 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jan2024/apl24-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.apl-apl24-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jan2024/apl24-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.apl-apl24-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jan2024/apl24-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.apl-apl24-tiger-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jan2024/apl24-tiger-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #a21109;
}

@media (max-width: 480px) {
    .apl-apl24-tiger-bg {
        background-repeat: no-repeat;
        background-size: 120%;
        background-position: center center;
    }
}

.apl-guarantee24 {
    display: inline-block;
    margin: 0 10px;
}

@media (max-width: 1024px) {
    .apl-guarantee24 {
        margin: 0 auto 20px;
        display: inline-block;
    }
}

.apl-guarantee24 .content {
    background: linear-gradient(140deg, #c2201b 18%, #7e181a 55%, #7f181a 59%, #e83036 100%);
    display: inline-block;
    border: 4px solid #e0c173;
    border-radius: 12px 0 12px 0;
    padding: 32px 15px;
    text-align: center;
    vertical-align: top;
    min-width: 120px;
}

@media (max-width: 1024px) {
    .apl-guarantee24 .content {
        padding: 17px 15px;
        width: 290px;
        min-width: unset;
    }
}

@media (max-width: 800px) {
    .apl-guarantee24 .content {
        width: 35vw;
    }
}

@media (max-width: 480px) {
    .apl-guarantee24 .content {
        width: 43vw;
    }
}

.apl-guarantee24 .content h3 {
    font-size: 25px;
    line-height: 1.2em;
    color: #fff;
}

@media (max-width: 1024px) {
    .apl-guarantee24 .content h3 {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .apl-guarantee24 .content h3 {
        font-size: 4.7vw;
    }
}

.apl-guarantee24 .content p {
    font-size: 25px;
    line-height: 1.5em;
    color: #fff;
}

@media (max-width: 1024px) {
    .apl-guarantee24 .content p {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .apl-guarantee24 .content p {
        font-size: 4vw;
    }
}

.apl-guarantee24 .content .small {
    font-size: 20px;
    color: #f0ee3f;
}

@media (max-width: 1024px) {
    .apl-guarantee24 .content .small {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .apl-guarantee24 .content .small {
        font-size: 14px;
    }
}

.apl-guarantee24 .last {
    padding: 20px 15px;
}

@media (max-width: 1024px) {
    .apl-guarantee24 .last {
        padding: 6px 30px;
    }
}

@media (max-width: 430px) {
    .apl-guarantee24 .last {
        padding: 4px 10px;
    }
}

@media (max-width: 360px) {
    .apl-guarantee24 .last {
        padding: 6px 10px;
    }
}

.apl24-card-float img {
    position: absolute;
    z-index: 1;
}

.apl24-card-float .c1 {
    top: 0;
    width: 16%;
    right: -10vw;
}

.apl24-card-float .c2 {
    width: 100%;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table-apl-fix24-color>thead>tr>th {
    background: #ca372a !important;
    color: #fff;
}

.table-apl-fix24-color>tbody>tr>td {
    color: #fff;
}

.table-apl-fix24-color>tbody>tr:hover {
    background-color: #1a0202 !important;
}

.table-apl-fix24-color>tbody>tr:nth-child(odd) {
    background-color: #78080c;
}

.table-apl-fix24-color>tbody>tr:nth-child(even) {
    background-color: #530507;
}

tbody.table-apl-fix24-color-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #040a1a;
}

@media (max-width: 480px) {
    tbody.table-apl-fix24-color-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
}

tbody.table-apl-fix24-color-wrapper::-webkit-scrollbar-corner {
    background-color: #530507;
}

tbody.table-apl-fix24-color-wrapper::-webkit-scrollbar-thumb {
    background-color: #ca372a !important;
    border: 1px solid #ca372a !important;
}

tbody.table-apl-fix24-color-wrapper::-webkit-scrollbar-track {
    background-color: #530507 !important;
}

@font-face {
    font-family: 'NiHeWoDeLangManYuZhou-2';
    src: url("/Assets/fonts/NiHeWoDeLangManYuZhou-2.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.ggm-writtenfont2 {
    font-family: 'NiHeWoDeLangManYuZhou-2';
}

.ggm24-normal-color {
    color: #f3f0e5;
}

.ggm24-title-color {
    color: #fff195;
    text-shadow: 2px 3px 5px #a11b1b, 2px 3px 5px #df0f00;
}

.ggm24-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2024/ggm24-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
}

.ggm24-bg2 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2024/ggm24-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: 000;
    background-attachment: fixed;
}

.ggm24-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2024/ggm24-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.ggm24-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2024/ggm24-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.ggm24-bg5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2024/ggm24-bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
}

.ggm24-float img {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 85%;
}

@media (max-width: 480px) {
    .ggm24-float img {
        top: 58%;
    }
}

.ggm24-float .gflare1 {
    left: -34%;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}

@media (max-width: 480px) {
    .ggm24-float .gflare1 {
        left: -42%;
    }
}

.ggm24-float .gflare2 {
    right: -34%;
    transform: scaleX(-1) rotate(20deg);
    -webkit-transform: scaleX(-1) rotate(20deg);
}

@media (max-width: 480px) {
    .ggm24-float .gflare2 {
        right: -42%;
    }
}

.ggm24-float2 img {
    position: absolute;
    z-index: 1;
    width: 20%;
}

.ggm24-float2 .gflare1 {
    left: -10%;
    bottom: 8%;
}

.ggm24-float2 .gflare2 {
    right: -10%;
    top: 8%;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.wsop24-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2024/wsop24-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
}

.wsop24-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2024/wsop24-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #000;
    padding-bottom: 10%;
}

.wsop24-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2024/wsop24-bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.wsop24-bg5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2024/wsop24-bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.wsop24-bg-color1 {
    background: #b89754;
    background: -moz-linear-gradient(top, #b89754 0%, #f1e0b0 26%, #f1e0b0 75%, #ba9a57 100%);
    background: -webkit-linear-gradient(top, #b89754 0%, #f1e0b0 26%, #f1e0b0 75%, #ba9a57 100%);
    background: linear-gradient(to bottom, #b89754 0%, #f1e0b0 26%, #f1e0b0 75%, #ba9a57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b89754', endColorstr='#ba9a57', GradientType=0);
}

.wsop24-bg-color2 {
    background: #223c3a;
    background: -moz-linear-gradient(top, #223c3a 0%, #151515 75%);
    background: -webkit-linear-gradient(top, #223c3a 0%, #151515 75%);
    background: linear-gradient(to bottom, #223c3a 0%, #151515 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223c3a', endColorstr='#151515', GradientType=0);
}

.wsop24-bg-color3 {
    background: #151515;
}

@media (max-width: 1440px) {
    .wsop24-100m-range {
        width: 100%;
        transform: scale(1.3);
        margin-top: 9vw;
        margin-bottom: 8vw;
    }
}

.wsop24-sub {
    margin-bottom: -2%;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .wsop24-sub {
        margin-bottom: -5vw;
    }
}

.wsop24-vid-container {
    position: relative;
}

.wsop24-vid-container video {
    width: 85%;
    display: block;
    margin: 0 auto;
}

.wsop24-vid-container .symbol-l {
    position: absolute;
    top: 50%;
    left: -9%;
    transform: scaleX(-1) translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .wsop24-vid-container .symbol-l {
        width: 6vw;
    }
}

@media (max-width: 480px) {
    .wsop24-vid-container .symbol-l {
        left: -3%;
    }
}

.wsop24-vid-container .symbol {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .wsop24-vid-container .symbol {
        width: 6vw;
    }
}

@media (max-width: 480px) {
    .wsop24-vid-container .symbol {
        left: 97%;
    }
}

.wsop24-default-title {
    position: relative;
}

.wsop24-default-title h3 {
    font-size: 45px;
    width: 90%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #512000;
    color: transparent;
    /*text-shadow: 2px 2px 3px rgba(205, 203, 184, 0.47), 2px 2px 22px rgba(247, 229, 52, .20);*/
    text-shadow: 2px 2px 2px rgba(255, 209, 156, 0.4), 2px 2px 22px rgba(247, 229, 52, 0.2);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

@media (max-width: 800px) {
    .wsop24-default-title h3 {
        color: #6a2d11 !important;
        text-shadow: 1px 1px 1px #ffe49c, 1px 1px 1px #ffe49c, 1px 1px 1px #ffe49c !important;
        background-color: unset;
        -webkit-background-clip: unset;
        -moz-background-clip: unset;
        background-clip: unset;
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {
    .wsop24-default-title h3 {
        font-size: 5vw;
    }
}

.wsop24-title2 {
    background: linear-gradient(0deg, #d1a04c 0%, #eed798 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 0px 0px white);
}

@media (max-width: 480px) {
    .wsop24-title2 {
        filter: drop-shadow(1px 0px 0px white);
    }
}

@font-face {
    font-family: 'ZHENYANGB';
    src: url("/Assets/fonts/ZHENYANGB.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.zhenyangb {
    font-family: 'ZHENYANGB';
}

.wsop24-step-box {
    background-color: rgba(11, 11, 11, 0.9);
    padding: 75px 20px 20px 20px;
    border-radius: 25px;
    margin: 5% 0;
    position: relative;
}

@media (max-width: 1024px) {
    .wsop24-step-box {
        padding: 20px 20px 20px 20px;
    }
}

.wsop24-step-box .fltbox {
    position: absolute;
    top: -35%;
    left: 70%;
    width: 35%;
}

@media (max-width: 1024px) {
    .wsop24-step-box .fltbox {
        position: relative;
        top: unset;
        left: unset;
        width: 50%;
        margin: 0 auto;
        display: block;
    }
}

.wsop24-step {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .wsop24-step {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.wsop24-step img {
    width: 100%;
}

@media (max-width: 480px) {
    .wsop24-step img {
        display: none;
    }
}

.wsop24-step h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

@media (max-width: 480px) {
    .wsop24-step h4 {
        color: #fff;
        position: relative;
        text-align: center;
        top: unset;
        left: unset;
        transform: unset;
        background: #93661d;
        padding: 15px;
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}

.wsop24-uptitle {
    margin-top: -7%;
}

.wsop24-iconxlist {
    font-size: 0;
    width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-bottom: 8%;
}

@media (max-width: 1366px) {
    .wsop24-iconxlist {
        width: 100%;
    }
}

.wsop24-iconxlist li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    padding: 10px;
    position: relative;
}

@media (max-width: 800px) {
    .wsop24-iconxlist li {
        width: 50%;
    }
}

.wsop24-iconxlist li:first-child,
.wsop24-iconxlist li:last-child {
    margin-top: 10%;
}

@media (max-width: 800px) {
    .wsop24-iconxlist li:first-child,
    .wsop24-iconxlist li:last-child {
        margin-top: 0%;
    }
}

@media (max-width: 800px) {
    .wsop24-iconxlist li:nth-child(3) {
        display: none;
    }
}

.wsop24-iconxlist li img {
    width: 70%;
}

.wsop24-iconxlist li h3 {
    color: #f6dc8d;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
}

@media (max-width: 800px) {
    .wsop24-iconxlist li h3 {
        font-size: 4vw;
    }
}

.wsop24-iconxlist li p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
}

@media (max-width: 800px) {
    .wsop24-iconxlist li p {
        font-size: 3vw;
    }
}

.wsop24-dnegs {
    position: absolute;
    top: 63%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 43%;
}

@media (max-width: 800px) {
    .wsop24-dnegs {
        position: absolute;
        top: 68%;
        left: 46%;
        width: 151vw;
        opacity: .4;
    }
}

.wsop24-ribbon {
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

.wsop24-lf {
    position: absolute;
    top: 101%;
    left: 50%;
    transform: translate(-50%, 5%);
    z-index: 7;
    width: 75% !important;
}

@media (max-width: 800px) {
    .wsop24-lf {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        z-index: 7;
        width: 45% !important;
    }
}

.wsop24-index10 {
    z-index: 10;
}

.w24ringSideBG1 {
    left: -18%;
    position: absolute;
    bottom: -78%;
    width: 45%;
}

@media (max-width: 1600px) {
    .w24ringSideBG1 {
        width: 40%;
        bottom: -58%;
    }
}

@media (max-width: 480px) {
    .w24ringSideBG1 {
        width: 45vw;
        bottom: -58%;
    }
}

.w24ringSideBG2 {
    right: -7%;
    position: absolute;
    top: 15%;
    width: 25%;
}

@media (max-width: 1600px) {
    .w24ringSideBG2 {
        width: 22%;
    }
}

@media (max-width: 480px) {
    .w24ringSideBG2 {
        width: 20vw;
        top: 0;
    }
}

.w24-chp1 {
    right: -15%;
    top: -31%;
    position: absolute;
    width: 20%;
}

@media (max-width: 480px) {
    .w24-chp1 {
        right: -9%;
        top: -13%;
        position: absolute;
    }
}

.w24-chp2 {
    left: -16%;
    top: 100%;
    position: absolute;
    width: 14%;
}

@media (max-width: 480px) {
    .w24-chp2 {
        left: 0;
        top: 100%;
        width: 16%;
    }
}

.w24-chp3 {
    right: 13%;
    top: -6%;
    position: absolute;
    width: 6%;
}

@media (max-width: 480px) {
    .w24-chp3 {
        right: -8%;
        top: -2%;
        width: 16%;
        z-index: 15;
    }
}

.ggm-udwhite {
    border-bottom: 2px solid #a6a6a6;
    line-height: 1.1em;
}

.ggm-udyellow {
    border-bottom: 2px solid #a4972f;
    line-height: 1.1em;
}

@media (max-width: 768px) {
    .ggm-udyellow {
        border-bottom: 1px solid #a4972f;
    }
}

.ggm0324-pad6 {
    padding-top: 6%;
}

@media (max-width: 768px) {
    .ggm0324-pad6 {
        padding-top: 0;
    }
}

.ggm0324-goldtext1 {
    background: linear-gradient(180deg, #ffd978 2%, #ffe195 31%, #ffd787 51%, #ffc25e 55%, #ffbc6e 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ggm0324-silver {
    background: linear-gradient(180deg, #afbfce 0%, #fff 22%, #fff 50%, #afbfce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ggm0324-bannersec {
    position: relative;
    overflow: hidden;
}

.ggm0324-shadow-container {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
}

@media (max-width: 1024px) {
    .ggm0324-shadow-container {
        width: 100vw;
    }
}

.ggm0324-shadow-container .ggm0324-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ggm0324-shadow-container .ggm0324-text h3 {
    font-size: 1.9vw;
}

@media (max-width: 1024px) {
    .ggm0324-shadow-container .ggm0324-text h3 {
        font-size: 3.5vw;
    }
}

.ggm0324-pkb-v2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/mar-2024/ggm0324-pkb-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    border-radius: 15px;
    padding: 3% 1%;
}

.ggm0324-pkb-v2 a {
    width: 13vw;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .ggm0324-pkb-v2 a {
        width: 20vw;
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
    .ggm0324-pkb-v2 a {
        width: 35vw;
    }
}

.ggm0324-pkb-v2 .ggm0324tv {
    width: 125px;
}

@media (max-width: 1024px) {
    .ggm0324-pkb-v2 .ggm0324tv {
        width: 10vw;
    }
}

@media (max-width: 480px) {
    .ggm0324-pkb-v2 .ggm0324tv {
        width: 15vw;
    }
}

.ggm0324-pkb-v2 .ggm0324logo {
    width: 220px;
}

@media (max-width: 1024px) {
    .ggm0324-pkb-v2 .ggm0324logo {
        width: 20vw;
    }
}

@media (max-width: 480px) {
    .ggm0324-pkb-v2 .ggm0324logo {
        width: 30vw;
    }
}

.ggm0324-pkb-v2 h3 {
    font-size: 40px;
}

@media (max-width: 1024px) {
    .ggm0324-pkb-v2 h3 {
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {
    .ggm0324-pkb-v2 h3 {
        font-size: 4vw;
    }
}

.ggm0324-pkb-v2 .ggm0324special {
    font-size: 50px;
}

@media (max-width: 1024px) {
    .ggm0324-pkb-v2 .ggm0324special {
        font-size: 4vw;
    }
}

@media (max-width: 480px) {
    .ggm0324-pkb-v2 .ggm0324special {
        font-size: 5vw;
    }
}

.sm2024-fixhead6-scroll-pc {
    overflow: auto;
    max-height: 765px;
}

@media (max-width: 768px) {
    .sm2024-fixhead6-scroll-pc {
        max-height: 600px;
    }
}

.table-sm2024-adjusted6 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.table-sm2024-adjusted6 thead,
.table-sm2024-adjusted6 tbody,
.table-sm2024-adjusted6 tr,
.table-sm2024-adjusted6 td,
.table-sm2024-adjusted6 th {
    display: block;
    overflow-x: hidden;
}

.table-sm2024-adjusted6 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-sm2024-adjusted6 tbody td,
.table-sm2024-adjusted6 thead th {
    float: left;
}

.table-sm2024-adjusted6 tbody td:first-child,
.table-sm2024-adjusted6 thead th:first-child {
    width: 15%;
}

.table-sm2024-adjusted6 tbody td:nth-child(2),
.table-sm2024-adjusted6 thead th:nth-child(2) {
    width: 20%;
}

@media (max-width: 700px) {
    .table-sm2024-adjusted6 tbody td:nth-child(2),
    .table-sm2024-adjusted6 thead th:nth-child(2) {
        width: 24%;
    }
}

.table-sm2024-adjusted6 tbody td:nth-child(3),
.table-sm2024-adjusted6 thead th:nth-child(3) {
    width: 15%;
}

.table-sm2024-adjusted6 tbody td:nth-child(4),
.table-sm2024-adjusted6 thead th:nth-child(4) {
    width: 15%;
}

@media (max-width: 700px) {
    .table-sm2024-adjusted6 tbody td:nth-child(4),
    .table-sm2024-adjusted6 thead th:nth-child(4) {
        width: 13%;
    }
}

.table-sm2024-adjusted6 tbody td:nth-child(5),
.table-sm2024-adjusted6 thead th:nth-child(5) {
    width: 15%;
}

@media (max-width: 700px) {
    .table-sm2024-adjusted6 tbody td:nth-child(5),
    .table-sm2024-adjusted6 thead th:nth-child(5) {
        width: 13%;
    }
}

.table-sm2024-adjusted6 tbody td:nth-child(6),
.table-sm2024-adjusted6 thead th:nth-child(6) {
    width: 20%;
}

.table-sm2024-adjusted6>thead {
    background: #312f6d;
    border-radius: 10px;
}

.table-sm2024-adjusted6>thead>tr>th {
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .table-sm2024-adjusted6>thead>tr>th {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .table-sm2024-adjusted6>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.3vw !important;
    }
}

.table-sm2024-adjusted6 tbody>tr>td {
    color: #dbdbdb;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    line-height: normal;
}

.table-sm2024-adjusted6 tbody>tr>td:nth-child(3) {
    color: #fef08a !important;
}

@media (max-width: 480px) {
    .table-sm2024-adjusted6 tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-sm2024-adjusted6 tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #312f6d;
}

.table-sm2024-adjusted6 tbody>tr:hover {
    background-color: #000 !important;
}

.table-sm2024-ggmweek tbody td,
.table-sm2024-ggmweek thead th {
    float: left;
}

.table-sm2024-ggmweek tbody td:first-child,
.table-sm2024-ggmweek thead th:first-child {
    width: 15% !important;
}

.table-sm2024-ggmweek tbody td:nth-child(2),
.table-sm2024-ggmweek thead th:nth-child(2) {
    width: 15% !important;
}

.table-sm2024-ggmweek tbody td:nth-child(3),
.table-sm2024-ggmweek thead th:nth-child(3) {
    width: 40% !important;
}

.table-sm2024-ggmweek tbody td:nth-child(4),
.table-sm2024-ggmweek thead th:nth-child(4) {
    width: 15% !important;
}

.table-sm2024-ggmweek tbody td:nth-child(5),
.table-sm2024-ggmweek thead th:nth-child(5) {
    width: 15% !important;
}

.table-sm2024-ggmweek tbody>tr>td:nth-child(3) {
    color: #fff !important;
}

tbody.table-sm2024-fixhead6-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-sm2024-fixhead6-body {
        padding: 0;
    }
}

tbody.sm2024-fixhead6-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.sm2024-fixhead6-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.sm2024-fixhead6-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #565571;
}

tbody.sm2024-fixhead6-wrapper::-webkit-scrollbar-track {
    background: #1b1b1b;
}

.rtv24-bg1 {
    background-color: #18171c;
}

.rtv24-bonusbanner {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/road-to-vegas/2024/rtv24-1mbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #24160b;
    border-radius: 15px;
    padding: 3% 0;
    position: relative;
}

@media (max-width: 600px) {
    .rtv24-bonusbanner {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/road-to-vegas/2024/rtv24-1mbg-mb.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

.rtv24-bonusbanner .rtv24-bonus-icon {
    position: absolute;
    top: -8%;
    left: -5%;
}

@media (max-width: 1024px) {
    .rtv24-bonusbanner .rtv24-bonus-icon {
        width: 20vw;
    }
}

@media (max-width: 480px) {
    .rtv24-bonusbanner .rtv24-bonus-icon {
        width: 27vw;
    }
}

.rtv24-bonusbanner .rtv24-plus-icon {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .rtv24-bonusbanner .rtv24-plus-icon {
        width: 10vw;
    }
}

@media (max-width: 480px) {
    .rtv24-bonusbanner .rtv24-plus-icon {
        width: 15vw;
    }
}

.rtv24-p-t-3mod {
    padding-top: 3%;
}

.rtv24-box {
    background: radial-gradient(64.34% 34.79% at 50% 0%, #864708 0%, #532A04 46%, #231F1D 100%);
    border-radius: 16px;
    display: block;
}

@media (max-width: 480px) {
    .rtv24-box {
        margin: 0 auto;
        width: 80%;
    }
}

.rtv24-banner-fixpoint {
    margin-top: -20vw !important;
    padding-bottom: 5vw !important;
}

@media (max-width: 1024px) {
    .rtv24-banner-fixpoint {
        margin-top: -40vw !important;
    }
}

@media (max-width: 480px) {
    .rtv24-banner-fixpoint {
        padding-bottom: 10vw !important;
    }
}

.rtv24-upby15 {
    margin-top: -15px;
}

@media (max-width: 480px) {
    .rtv24-upby30-mb {
        margin-top: -30px;
        position: relative;
        z-index: 5;
    }
}

.rtv24-floatH {
    position: relative;
}

.rtv24-floatH h3 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

@media (max-width: 768px) {
    .shortdeck-menutab {
        text-align: center;
    }
}

.shortdeck-menutab li {
    display: inline-block;
    width: 25%;
    padding: 0 5px;
}

@media (max-width: 768px) {
    .shortdeck-menutab li {
        width: 50%;
        margin-bottom: 10px;
    }
}

.shortdeck-menutab li a {
    background-color: #431dc2;
    padding: 15px 5px;
    border-radius: 15px;
    width: 100%;
    display: block;
    text-align: center;
    box-shadow: 1px 3px 6px #000000;
    -webkit-box-shadow: 1px 3px 6px #000000;
    -moz-box-shadow: 1px 3px 6px #000000;
    -o-box-shadow: 1px 3px 6px #000000;
}

.shortdeck-menutab li.dflt-active a {
    background-color: #373737;
}

.vsd-crtl {
    width: 90% !important;
}

@media (max-width: 1024px) {
    .vsd-crtl {
        width: 100% !important;
    }
}

.sd-purple {
    color: #72199e;
}

.sd-peachbg {
    background-color: #ede2ce;
}

.oma424-box {
    background-color: transparent;
    background-image: linear-gradient(180deg, #23578B 0%, #18181B 70%);
    box-shadow: 0px 0px 12px #0c0b0e;
    border-radius: 16px;
    display: block;
}

@media (max-width: 480px) {
    .oma424-box {
        margin: 0 auto;
        width: 80%;
    }
}

.oma424-eventbox {
    background-color: #1e1e21;
    padding: 40px;
    border-radius: 17px;
}

@media (max-width: 480px) {
    .oma424-eventbox {
        padding: 5vw;
    }
}

.oma424-eventbox .omaborder-bottom {
    border-bottom: 2px solid #3b3b3b;
    padding-bottom: 30px;
}

.oma424-eventbox .omaborder-key-bottom {
    padding-bottom: 10px;
    border-bottom: 2px solid #3b3b3b;
}

.oma424-eventbox .omo424-keybox {
    background-color: transparent;
    background-image: linear-gradient(180deg, #28282e 0%, #18181b 100%);
    box-shadow: 0px 0px 12px #0c0b0e;
    border-radius: 16px;
    padding: 30px 20px;
    width: 100%;
    position: relative;
}

.oma424-eventbox .omo424-keybox:before,
.oma424-eventbox .omo424-keybox:after {
    content: '';
    background-image: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/omaha-series-2024/oma424-imagering.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -10px;
    width: 10px;
    height: 25px;
    display: block;
    z-index: 5;
}

@media (max-width: 1024px) {
    .oma424-eventbox .omo424-keybox:before,
    .oma424-eventbox .omo424-keybox:after {
        width: 8px;
    }
}

.oma424-eventbox .omo424-keybox:before {
    left: 10%;
}

.oma424-eventbox .omo424-keybox:after {
    right: 10%;
}

.oma424-eventbox .oma424-key-wrapper {
    font-size: 0;
    text-align: center;
    padding-top: 40px;
}

.oma424-eventbox .oma424-key-wrapper li {
    width: 33.33%;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: left;
}

@media (max-width: 1024px) {
    .oma424-eventbox .oma424-key-wrapper li {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .oma424-eventbox .oma424-key-wrapper li {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .oma424-eventbox .oma424-key-wrapper li {
        margin-bottom: 30px;
    }
}

@media (max-width: 375px) {
    .pr-ome3750 {
        padding: 0 !important;
        border-radius: 0 !important;
    }
}

.Newtable5Round-scroll-pc {
    overflow: auto;
    max-height: 700px;
}

@media (max-width: 768px) {
    .Newtable5Round-scroll-pc {
        max-height: 550px;
    }
}

.Newtable5Round {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.Newtable5Round thead,
.Newtable5Round tbody,
.Newtable5Round tr,
.Newtable5Round td,
.Newtable5Round th {
    display: block;
    overflow-x: hidden;
}

.Newtable5Round tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.Newtable5Round>thead {
    background: #312f6d;
    border-radius: 10px;
}

.Newtable5Round>thead>tr>th {
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .Newtable5Round>thead>tr>th {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .Newtable5Round>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.3vw !important;
    }
}

.Newtable5Round tbody>tr>td {
    color: #dbdbdb;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    line-height: normal;
}

@media (max-width: 480px) {
    .Newtable5Round tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.Newtable5Round tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #312f6d;
}

.Newtable5Round tbody>tr:hover {
    background-color: #000 !important;
}

.Newtable5Round tbody td,
.Newtable5Round thead th {
    float: left;
}

.Newtable5Round tbody td:first-child,
.Newtable5Round thead th:first-child {
    width: 15% !important;
}

.Newtable5Round tbody td:nth-child(2),
.Newtable5Round thead th:nth-child(2) {
    width: 15% !important;
}

.Newtable5Round tbody td:nth-child(3),
.Newtable5Round thead th:nth-child(3) {
    width: 40% !important;
}

.Newtable5Round tbody td:nth-child(4),
.Newtable5Round thead th:nth-child(4) {
    width: 15% !important;
}

.Newtable5Round tbody td:nth-child(5),
.Newtable5Round thead th:nth-child(5) {
    width: 15% !important;
}

.Newtable5Round tbody>tr>td:nth-child(3) {
    color: #fff !important;
}

tbody.Newtable5Round-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.Newtable5Round-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.Newtable5Round-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d5d5d5;
}

tbody.Newtable5Round-wrapper::-webkit-scrollbar-track {
    background: #1b1b1b;
}

.wsopNewtable6Round-scroll-pc {
    overflow: auto;
    max-height: 700px;
}

@media (max-width: 768px) {
    .wsopNewtable6Round-scroll-pc {
        max-height: 550px;
    }
}

.wsopNewtable6Round {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.wsopNewtable6Round thead,
.wsopNewtable6Round tbody,
.wsopNewtable6Round tr,
.wsopNewtable6Round td,
.wsopNewtable6Round th {
    display: block;
    overflow-x: hidden;
}

.wsopNewtable6Round tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.wsopNewtable6Round>thead {
    background: #312f6d;
    border-radius: 10px;
}

.wsopNewtable6Round>thead>tr>th {
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .wsopNewtable6Round>thead>tr>th {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .wsopNewtable6Round>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.3vw !important;
    }
}

.wsopNewtable6Round tbody>tr>td {
    color: #dbdbdb;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    line-height: normal;
}

@media (max-width: 480px) {
    .wsopNewtable6Round tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.wsopNewtable6Round tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #312f6d;
}

.wsopNewtable6Round tbody>tr:hover {
    background-color: #000 !important;
}

.wsopNewtable6Round tbody td,
.wsopNewtable6Round thead th {
    float: left;
}

.wsopNewtable6Round tbody td:first-child,
.wsopNewtable6Round thead th:first-child {
    width: 15% !important;
}

.wsopNewtable6Round tbody td:nth-child(2),
.wsopNewtable6Round thead th:nth-child(2) {
    width: 12% !important;
}

.wsopNewtable6Round tbody td:nth-child(3),
.wsopNewtable6Round thead th:nth-child(3) {
    width: 40% !important;
}

.wsopNewtable6Round tbody td:nth-child(4),
.wsopNewtable6Round thead th:nth-child(4) {
    width: 10% !important;
}

.wsopNewtable6Round tbody td:nth-child(5),
.wsopNewtable6Round thead th:nth-child(5) {
    width: 10% !important;
}

.wsopNewtable6Round tbody td:nth-child(6),
.wsopNewtable6Round thead th:nth-child(6) {
    width: 13% !important;
}

.wsopNewtable6Round tbody>tr>td:nth-child(3) {
    color: #fff !important;
}

tbody.wsopNewtable6Round-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.wsopNewtable6Round-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.wsopNewtable6Round-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d5d5d5;
}

tbody.wsopNewtable6Round-wrapper::-webkit-scrollbar-track {
    background: #1b1b1b;
}

.Ntbl5-omaholic>thead {
    background: #2b455c !important;
}

.Ntbl5-omaholic tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #2b455c;
}

.Ntbl5-omaholic tbody>tr:hover {
    background-color: #000 !important;
}

.Ntbl5-omaholic tbody>tr>td:nth-child(2) {
    color: #ffd967 !important;
}

.ggwf24-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggwf24/ggwf24-bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #000;
}

.ggwf24-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggwf24/ggwf24-bg2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #000;
}

.ggwf24-funbox {
    background-color: transparent;
    background-image: linear-gradient(0deg, #121212 38%, #505050 100%);
    box-shadow: inset 0px 0px 4px #a8a8a8;
    border-radius: 16px;
    display: block;
    padding-bottom: 20px;
}

.ggwf24-funlogo {
    margin-top: -80px;
}

@media (max-width: 480px) {
    .ggwf24-funlogo {
        margin-top: -10vw;
    }
}

.ggwf24-funwrapper {
    margin-top: 10%;
}

@media (max-width: 1024px) {
    .ggwf24-funwrapper li {
        margin-bottom: 15%;
    }
}

.gw-Y {
    color: #ffd801;
}

.gw-Y2 {
    color: #ffb71b;
}

.gw-G {
    color: #3ee942;
}

.gw-B {
    color: #3c94ff;
}

.gw-P {
    color: #e249ff;
}

.mapsched-wrapper {
    width: 1170px !important;
}

@media (max-width: 1170px) {
    .mapsched-wrapper {
        width: 100% !important;
    }
}

.mapsched-wrapper .mppr-row {
    padding: 0;
}

.mapsched-wrapper .mppr-row li:first-child {
    border-right: 2px solid #707070;
}

@media (max-width: 1024px) {
    .mapsched-wrapper .mppr-row li:first-child {
        border-right: unset;
    }
}

.gw-rotateL {
    text-align: center;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: -8.2%;
    top: 10%;
    font-size: 0;
    width: 120px;
}

@media (max-width: 1024px) {
    .gw-rotateL {
        text-align: center;
        -ms-transform: unset;
        -moz-transform: unset;
        -webkit-transform: unset;
        transform: unset;
        position: unset;
        right: unset;
        top: unset;
        font-size: 0;
        width: 100%;
    }
}

.gw-rotateL p {
    font-size: 18px;
    color: #bbbbbb;
}

.gw-rotateL span {
    display: inline-block;
    width: 2px;
    color: transparent;
    height: 10px;
    background-color: #bbbbbb;
    border: none;
}

.gw-rotateR {
    text-align: center;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: -8.2%;
    top: 40%;
    font-size: 0;
    width: 120px;
}

@media (max-width: 1024px) {
    .gw-rotateR {
        text-align: center;
        -ms-transform: unset;
        -moz-transform: unset;
        -webkit-transform: unset;
        transform: unset;
        position: unset;
        right: unset;
        top: unset;
        font-size: 0;
        width: 100%;
    }
}

.gw-rotateR p {
    font-size: 18px;
    color: #c7c7c9;
}

.gw-rotateR span {
    display: inline-block;
    width: 2px;
    color: transparent;
    height: 10px;
    background-color: #bbbbbb;
    border: none;
}

.ggwf24-schdbox {
    margin: 0 auto;
    width: 80%;
    margin-bottom: -18%;
    position: relative;
    z-index: 5;
}

@media (max-width: 800px) {
    .ggwf24-schdbox {
        width: 90%;
    }
}

.ggwf24-schdbox .gw-date {
    color: black;
    text-align: center;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .ggwf24-schdbox .gw-date {
        padding: 5px;
    }
}

.ggwf24-schdbox .gw-date p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

@media (max-width: 480px) {
    .ggwf24-schdbox .gw-date p {
        font-size: 3.5vw;
    }
}

.ggwf24-schdbox .gw-dateY {
    background-color: #cc7800;
}

.ggwf24-schdbox .gw-dateG {
    background-color: #77a35d;
}

.ggwf24-schdbox .gw-dateB {
    background-color: #2d72a3;
}

.ggwf24-schdbox .gw-dateR {
    background-color: #cc5a51;
}

.ggwf24-schdbox .gw-dateV {
    background-color: #a453c2;
}

.ggwf24-schdbox .gw-dateP {
    background-color: #cc7f9c;
}

.ggwf24-schdbox .gw-desc {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.ggwf24-schdbox .gw-desc h3 {
    font-size: 18px;
}

.ggwf24-schdbox .gw-desc p {
    font-size: 18px;
}

@media (max-width: 1116px) {
    .ggwf24-schdbox .gw-desc h3,
    .ggwf24-schdbox .gw-desc p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ggwf24-schdbox .gw-desc h3,
    .ggwf24-schdbox .gw-desc p {
        font-size: 3.5vw;
    }
}

.ggwf24-schdbox .gw-desc .gwborder-b {
    border-bottom: 2px solid #d0d0c4;
    width: 85%;
    margin: 3px 0;
}

.ggwf24-schdbox .gwlist {
    padding: 10px;
    position: relative;
}

.ggwf24-schdbox .gwlist .gwstamp {
    position: absolute;
    right: -4%;
    top: 0%;
    width: 18%;
}

.ggwf24-schdbox .gwlist-special {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.gw-table {
    padding-bottom: 10%;
}

@media (max-width: 1024px) {
    .gw-table {
        padding-bottom: 5%;
    }
}

.ggwf24-pushtop {
    margin-top: -40%;
}

@media (max-width: 1024px) {
    .ggwf24-pushtop {
        margin-top: -10vw;
    }
}

@media (max-width: 1024px) {
    .gw-ptop5m {
        padding-top: 5%;
    }
}

.table-ggwf24fix-bg {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0;
}

.table-ggwf24fix>thead>tr>th {
    background: transparent !important;
}

@media (max-width: 480px) {
    .table-ggwf24fix>thead>tr>th {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.2vw !important;
    }
}

.table-ggwf24fix>thead>tr {
    border-radius: 0;
    background-color: #4e4e4e;
}

.table-ggwf24fix tbody>tr>td:nth-child(3),
.table-ggwf24fix tbody>tr>td:last-child {
    font-weight: bold;
    font-size: 15px;
}

.table-ggwf24fix tbody>tr>td:last-child {
    color: #f7ac14;
}

@media (max-width: 480px) {
    .table-ggwf24fix tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-ggwf24fix tbody>tr:hover {
    background-color: rgba(255, 255, 255, 0.09) !important;
}

.table-ggwf24fix>tbody>tr:nth-child(odd) {
    background-color: rgba(8, 8, 8, 0.8);
}

.table-ggwf24fix>tbody>tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.8);
}

tbody.table-ggwf24fix-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    border: none;
}

tbody.table-ggwf24fix-wrapper::-webkit-scrollbar-corner {
    background-color: transparent;
}

tbody.table-ggwf24fix-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3b241e;
}

tbody.table-ggwf24fix-wrapper::-webkit-scrollbar-track {
    background: #0c0c0c;
}

.apl624-intro-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2024/apl624-introbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
    position: relative;
}

.apl-apl624-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2024/apl624-pkbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.apl-apl624-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2024/apl624-fullsched-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
}

.apl-textstroke {
    text-shadow: -3px -3px 0 #ffe396, 3px -3px 0 #ffe396, -3px 3px 0 #ffe396, 3px 3px 0 #ffe396;
}

.apl624-cashdbg {
    border-radius: 10px;
    border: 2px solid #9b7b23;
    box-shadow: inset 0 9px 5px #000000;
    -webkit-box-shadow: inset 0 9px 5px #000000;
    -moz-box-shadow: inset 0 9px 5px #000000;
    background-color: rgba(171, 47, 27, 0.8);
    padding: 20px 45px;
    width: 55%;
}

@media (max-width: 1024px) {
    .apl624-cashdbg {
        width: 45vw;
        padding: 20px 30px;
    }
    .apl624-cashdbg p {
        font-size: 1.8vw;
    }
}

@media (max-width: 800px) {
    .apl624-cashdbg {
        padding: 3% 4%;
    }
    .apl624-cashdbg p {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .apl624-cashdbg {
        width: 55vw;
        padding: 1% 3%;
        box-shadow: inset 0 5px 5px #000000;
        -webkit-box-shadow: inset 0 5px 5px #000000;
        -moz-box-shadow: inset 0 5px 5px #000000;
    }
    .apl624-cashdbg p {
        font-size: 3vw;
    }
}

@media (max-width: 1024px) {
    .apl624-spcimg {
        width: 40vw;
    }
}

@media (max-width: 480px) {
    .apl624-spcimg {
        width: 55vw;
    }
}

.apl624-bottom-13 {
    margin-bottom: -13%;
}

@media (max-width: 1024px) {
    .apl624-bottom-13 {
        margin-bottom: 20px;
    }
}

.apl624-chip-float {
    position: absolute;
    z-index: 1;
    bottom: -7%;
    width: 16%;
    right: -10vw;
}

.apl624-elem-float .cloud1 {
    position: absolute;
    z-index: 1;
    top: -15vw;
    width: 40%;
    right: -12vw;
    z-index: 2;
}

.apl624-elem-float .cloud2 {
    position: absolute;
    z-index: 1;
    bottom: 18vw;
    width: 40%;
    left: -23vw;
    transform: scaleX(-1);
    z-index: 2;
}

.apl624-elem-float .tree1 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 22%;
    right: -2vw;
}

.apl624-elem-float .tree2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 22%;
    left: -2vw;
    transform: scaleX(-1);
}

/*apl fix624 Table*/

.tbl-apl-fix6245head-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-apl-fix6245head-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-apl-fix6245head {
    border: 1px solid #190e3e !important;
}

.table-apl-fix6245head {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
}

.table-apl-fix6245head thead,
.table-apl-fix6245head tbody,
.table-apl-fix6245head tr,
.table-apl-fix6245head td,
.table-apl-fix6245head th {
    display: block;
    overflow-x: hidden;
}

.table-apl-fix6245head tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-apl-fix6245head tbody td,
.table-apl-fix6245head thead th {
    float: left;
}

@media (max-width: 480px) {
    .table-apl-fix6245head tbody td,
    .table-apl-fix6245head thead th {
        font-size: 2.2vw !important;
    }
}

.table-apl-fix6245head tbody td:first-child,
.table-apl-fix6245head thead th:first-child {
    width: 16%;
}

@media (max-width: 1024px) {
    .table-apl-fix6245head tbody td:first-child,
    .table-apl-fix6245head thead th:first-child {
        /*width: 13%;*/
    }
}

@media (max-width: 430px) {
    .table-apl-fix6245head tbody td:first-child,
    .table-apl-fix6245head thead th:first-child {
        /*width: 12%;*/
    }
}

.table-apl-fix6245head tbody td:nth-child(2),
.table-apl-fix6245head thead th:nth-child(2) {
    width: 13%;
}

@media (max-width: 1024px) {
    .table-apl-fix6245head tbody td:nth-child(2),
    .table-apl-fix6245head thead th:nth-child(2) {
        width: 16%;
    }
}

.table-apl-fix6245head tbody td:nth-child(3),
.table-apl-fix6245head thead th:nth-child(3) {
    width: 43%;
}

@media (max-width: 1024px) {
    .table-apl-fix6245head tbody td:nth-child(3),
    .table-apl-fix6245head thead th:nth-child(3) {
        width: 36%;
    }
}

.table-apl-fix6245head tbody td:nth-child(4),
.table-apl-fix6245head thead th:nth-child(4) {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-apl-fix6245head tbody td:nth-child(4),
    .table-apl-fix6245head thead th:nth-child(4) {
        width: 16%;
    }
}

.table-apl-fix6245head tbody td:nth-child(5),
.table-apl-fix6245head thead th:nth-child(5) {
    width: 16%;
}

.table-apl-fix6245head>thead>tr>th {
    background: #040f12 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #baada0;
}

@media (max-width: 480px) {
    .table-apl-fix6245head>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.table-apl-fix6245head>thead>tr>th:first-child {
    border-radius: 0;
}

.table-apl-fix6245head>thead>tr>th:last-child {
    border-radius: 0;
}

.table-apl-fix6245head tbody>tr:hover {
    background-color: #000309 !important;
}

.table-apl-fix6245head tbody>tr>td {
    color: #baada0;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-apl-fix6245head tbody>tr>td {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

.table-apl-fix6245head>tbody>tr:nth-child(odd) {
    background-color: #092827;
}

.table-apl-fix6245head>tbody>tr:nth-child(even) {
    background-color: #104640;
}

tbody.table-apl-fix6245head-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-apl-fix6245head-body {
        padding: 0;
    }
}

tbody.table-apl-fix6245head-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #040a1a;
}

@media (max-width: 480px) {
    tbody.table-apl-fix6245head-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
}

tbody.table-apl-fix6245head-wrapper::-webkit-scrollbar-corner {
    background-color: #104640;
}

tbody.table-apl-fix6245head-wrapper::-webkit-scrollbar-thumb {
    background-color: #104640 !important;
    border: 1px solid #104640 !important;
}

tbody.table-apl-fix6245head-wrapper::-webkit-scrollbar-track {
    background-color: #092827 !important;
}

.pg24-banner-fixpoint {
    margin-top: -18vw;
}

@media (max-width: 1024px) {
    .pg24-banner-fixpoint {
        margin-top: -30vw;
    }
}

.pg24-text-shadow {
    text-shadow: #324400 5px 5px 1px;
}

.pg24-buyinbox {
    background: #18171c;
    background: -moz-linear-gradient(top, #1B221C 0%, #1C1C21 100%);
    background: -webkit-linear-gradient(top, #1B221C 0%, #1C1C21 100%);
    background: linear-gradient(to bottom, #1B221C 0%, #1C1C21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B221C', endColorstr='#1C1C21', GradientType=0);
    box-shadow: 0px 0px 12px #0c0b0e;
    padding: 40px 20px;
    border-radius: 15px;
    border: 1px solid #2b3c39;
}

.pg24-stroke {
    background: #040001;
    background: -moz-linear-gradient(top, #000000 0%, #2B3C39 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #2B3C39 100%);
    background: linear-gradient(to bottom, #000000 0%, #2B3C39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2B3C39', GradientType=0);
}

.pg24-elky-box {
    position: relative;
}

.pg24-elky-box .lk-left,
.pg24-elky-box .lk-right {
    position: absolute;
    width: 36%;
    top: 20%;
}

@media (max-width: 768px) {
    .pg24-elky-box .lk-left,
    .pg24-elky-box .lk-right {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0 20px;
    }
}

.pg24-elky-box .lk-left h3,
.pg24-elky-box .lk-right h3 {
    color: #039855;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    .pg24-elky-box .lk-left h3,
    .pg24-elky-box .lk-right h3 {
        font-size: 2.5vw;
    }
}

@media (max-width: 768px) {
    .pg24-elky-box .lk-left h3,
    .pg24-elky-box .lk-right h3 {
        font-size: 5vw;
    }
}

.pg24-elky-box .lk-left p,
.pg24-elky-box .lk-right p {
    color: #d4d4d4;
    font-size: 18px;
    line-height: 1.5em;
    padding-top: 10px;
}

@media (max-width: 1024px) {
    .pg24-elky-box .lk-left p,
    .pg24-elky-box .lk-right p {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .pg24-elky-box .lk-left p,
    .pg24-elky-box .lk-right p {
        font-size: 4vw;
    }
}

@media (max-width: 1024px) {
    .pg24-elky-box .lk-left img,
    .pg24-elky-box .lk-right img {
        width: 20vw;
    }
}

@media (max-width: 768px) {
    .pg24-elky-box .lk-left img,
    .pg24-elky-box .lk-right img {
        width: 50vw;
    }
}

.pg24-elky-box .lk-left {
    left: 3%;
}

@media (max-width: 1024px) {
    .pg24-elky-box .lk-left {
        left: 0;
    }
}

.pg24-elky-box .lk-right {
    right: 3%;
    text-align: right;
}

.pg24-elky-box .lk-right img {
    transform: scaleX(-1);
}

@media (max-width: 1024px) {
    .pg24-elky-box .lk-right {
        right: 0;
    }
}

@media (max-width: 768px) {
    .pg24-elky-box .lk-right {
        text-align: left;
        padding-top: 20px;
    }
    .pg24-elky-box .lk-right img {
        transform: unset;
    }
}

.Ntbl5-pickgo>thead {
    background: #1f4224 !important;
}

.Ntbl5-pickgo tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #1f4224;
}

.Ntbl5-pickgo tbody>tr:hover {
    background-color: #000 !important;
}

.Ntbl5-pickgo tbody>tr>td:nth-child(2) {
    color: #ffd967 !important;
}

.Ntbl5-pickgo tbody>tr>td img {
    width: 22px;
}

@media (max-width: 1024px) {
    .Ntbl5-pickgo tbody>tr>td img {
        width: 2vw;
    }
}

.pg24-qa .item h3 {
    color: #039855;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 5px;
    padding-top: 30px;
}

@media (max-width: 1024px) {
    .pg24-qa .item h3 {
        font-size: 2.5vw;
    }
}

@media (max-width: 768px) {
    .pg24-qa .item h3 {
        font-size: 4vw;
    }
}

.pg24-qa .item p {
    color: #d4d4d4;
    font-size: 18px;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .pg24-qa .item p {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .pg24-qa .item p {
        font-size: 3.5vw;
    }
}

.bg-pg24-1f {
    background-color: #1f1f22;
}

.ggmf624-floatH {
    position: relative;
}

.ggmf624-floatH h3 {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.ggmf624-banner-fixpoint {
    margin-top: -20vw;
}

@media (max-width: 1024px) {
    .ggmf624-banner-fixpoint {
        margin-top: -40vw;
    }
}

.ggmf624-bg1 {
    background-color: #1b1b1b;
}

.ggmf624-tablebox1 {
    background: #262528;
    padding: 30px;
    border-radius: 20px;
}

@media (max-width: 800px) {
    .ggmf624-tablebox1 {
        background: unset;
        padding: unset;
        border-radius: unset;
    }
}

.ggmf624-tablebox1 .ggmf624-tablebox2 {
    background: #262528;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0c0a10;
}

@media (max-width: 800px) {
    .ggmf624-tablebox1 .ggmf624-tablebox2 {
        background: unset;
        padding: unset;
        border-radius: unset;
        box-shadow: unset;
    }
}

.Ntbl5-ggmf624>thead {
    background: #751d1f !important;
}

.Ntbl5-ggmf624 tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #751d1f;
}

.Ntbl5-ggmf624 tbody>tr:hover {
    background-color: #000 !important;
}

.ggmf624-bg2 {
    background-color: #0f0f0f;
}

.ggmf624-qa .item h3 {
    color: #c7c7c9;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 30px;
}

.ggmf624-qa .item h3 span {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .ggmf624-qa .item h3 {
        font-size: 2.5vw;
    }
    .ggmf624-qa .item h3 span {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .ggmf624-qa .item h3 {
        font-size: 4vw;
    }
    .ggmf624-qa .item h3 span {
        font-size: 3vw;
    }
}

.ggmf624-qa .item p {
    color: #c7c7c9;
    font-size: 16px;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .ggmf624-qa .item p {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .ggmf624-qa .item p {
        font-size: 3.5vw;
    }
}

@font-face {
    font-family: 'NotoSans-Black';
    src: url("/Assets/fonts/NotoSans-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.en-Notosans {
    font-family: 'NotoSans-Black';
}

.border-b-f8c {
    border-bottom: 2px solid #f8c837;
}

.gfg-bg1 {
    background-color: #181818;
}

.gfg-floatH {
    position: relative;
}

.gfg-floatH h3 {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.default-fixpoint-7 {
    margin-top: -7vw;
}

@media (max-width: 1024px) {
    .default-fixpoint-7 {
        margin-top: -15vw;
    }
}

.gfg-goldtext {
    background: linear-gradient(82deg, #C08F46 23.04%, #E1C47B 33.55%, #FAE7A5 47.56%, #E1C47B 63.99%, #C08F46 75.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 3px #080706);
}

.gfg-indent-30 {
    padding-left: 30px;
}

.gfg-details-box {
    background-color: #28272b;
    padding: 40px;
    border-radius: 17px;
}

@media (max-width: 480px) {
    .gfg-details-box {
        padding: 40px 20px;
    }
}

.gfg-text-float {
    position: absolute;
    top: 50%;
    left: 36vw;
    transform: translate(-50%, -50%);
    text-shadow: 0px 4px 3px #051121, 0px 4px 3px #051121;
}

@media (max-width: 1024px) {
    .gfg-text-float {
        left: 30vw;
    }
}

.gfg-text-float h3 {
    font-size: 2.5vw;
    font-weight: bold;
    color: white;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .gfg-text-float h3 {
        font-size: 4vw;
    }
}

.gfg-text-float p {
    font-size: 2.2vw;
    line-height: 1.5em;
    color: #fff;
    padding-top: 1vw;
}

@media (max-width: 1024px) {
    .gfg-text-float p {
        font-size: 3.5vw;
    }
}

.gfg-text-float img {
    padding-bottom: 1vw;
    width: 23vw;
}

@media (max-width: 1024px) {
    .gfg-text-float img {
        width: 40vw;
    }
}

.gfg-text-float .gfgold {
    color: #ffc601;
}

.bhs724-bg1 {
    background-color: #18171c;
}

.bhs724-banner-fixpoint {
    margin-top: -44vw;
}

@media (max-width: 1024px) {
    .bhs724-banner-fixpoint {
        margin-top: -65vw;
    }
}

.bhs724-floatbox {
    position: relative;
}

.bhs724-floatbox div {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.bountyking-bhs724box-mobi {
    display: none;
}

@media (max-width: 768px) {
    .bountyking-bhs724box-mobi {
        display: block;
    }
}

.bountyking-bhs724box-mobi .bhs724-title {
    color: #e8d5b1;
    top: 12.6%;
    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: 50%;
    z-index: 5;
    position: absolute;
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 10px;
}

@media (max-width: 768px) {
    .bountyking-bhs724box-mobi .bhs724-title {
        top: 18.6%;
        font-size: 5vw;
    }
}

.bountyking-bhs724box-mobi .tipdate {
    color: #fff;
}

.bountyking-bhs724box-mobi .tipdate:before {
    content: '';
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/jul-2024/bhs724tip.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    left: 0;
}

.bountyking-bhs724box-mobi ul {
    position: absolute;
    top: 55%;
    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: 82%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .bountyking-bhs724box-mobi ul {
        width: 50%;
    }
}

.bountyking-bhs724box-mobi li {
    width: 16.66%;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 2px;
    position: relative;
}

@media (max-width: 1024px) {
    .bountyking-bhs724box-mobi li {
        width: 24.66%;
    }
}

@media (max-width: 768px) {
    .bountyking-bhs724box-mobi li {
        width: 100%;
    }
}

.bountyking-bhs724box-mobi li span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: -15px;
    display: block;
}

@media (max-width: 768px) {
    .bountyking-bhs724box-mobi li span {
        font-size: 3vw;
    }
}

.bountyking-bhs724box-mobi li div {
    text-align: center;
}

.bountyking-bhs724box-mobi li div .bhs724img {
    width: 90%;
}

.bountyking-bhs724box-mobi li div span {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10%;
    z-index: 2;
    padding: 2px 12px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .bountyking-bhs724box-mobi li div span {
        font-size: 3vw;
    }
}

.bountyking-bhs724box-mobi li div .yl23 {
    color: #FEE78A;
}

.bountyking-bhs724box {
    position: relative;
}

@media (max-width: 1024px) {
    .bountyking-bhs724box .btbg {
        height: 700px;
    }
}

@media (max-width: 768px) {
    .bountyking-bhs724box {
        display: none;
    }
}

.bountyking-bhs724box .bhs724-title {
    color: #e8d5b1;
    top: 12.6%;
    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: 50%;
    z-index: 5;
    position: absolute;
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 10px;
}

.bountyking-bhs724box .tipdate {
    color: #fff;
}

.bountyking-bhs724box .tipdate:before {
    content: '';
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/bounty-series/jul-2024/bhs724tip.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    left: 0;
}

.bountyking-bhs724box ul {
    position: absolute;
    top: 55%;
    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: 82%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .bountyking-bhs724box ul {
        width: 90%;
    }
}

.bountyking-bhs724box li {
    width: 16.66%;
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 2px;
    position: relative;
}

.bountyking-bhs724box li:nth-child(n+1) {
    border-left: none;
    border-top: none;
}

.bountyking-bhs724box li:nth-child(-n+6) {
    border-top: 1px solid #000;
}

.bountyking-bhs724box li:nth-child(6n - 5) {
    border-left: 1px solid #000;
}

.bountyking-bhs724box li span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: -15px;
    display: block;
}

.bountyking-bhs724box li div {
    text-align: center;
}

.bountyking-bhs724box li div .bhs724img {
    width: 90%;
}

.bountyking-bhs724box li div span {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10%;
    z-index: 2;
    padding: 2px 12px;
    overflow: hidden;
}

.bountyking-bhs724box li div .yl23 {
    color: #FEE78A;
}

.Ntbl5-bhs724>thead {
    background: #4b3021 !important;
}

.Ntbl5-bhs724 tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #4b3021;
}

.Ntbl5-bhs724 tbody>tr:hover {
    background-color: #000 !important;
}

.oma724-elkyimg {
    position: absolute;
    right: -10%;
    z-index: 10;
    bottom: -3%;
}

@media (max-width: 480px) {
    .oma724-elkyimg {
        bottom: -2%;
        width: 45vw;
    }
}

.oma724-bkb {
    transform: scale(1.15);
    margin: 5% 0;
}

@media (max-width: 480px) {
    .oma724-bkb {
        transform: scale(1.25);
    }
}

.wsop824-yellow1 {
    color: #edc850;
}

.wsop824-border-top2 {
    border-top: 2px solid #e2be68;
}

@media (max-width: 1440px) {
    .wsop0824-mainbanner {
        width: 90%;
    }
}

.wsop824-gradbg {
    background: linear-gradient(180deg, #171717 41%, #383838 70%, #1e1e1e 100%);
}

.wsop824-bg3 {
    background-color: #111111;
}

.wdneg-yellow {
    color: #e2b240 !important;
}

@media (max-width: 1200px) {
    .wsop0824-ndy {
        width: 100%;
    }
}

.wsop824-wrapper {
    background-color: transparent;
    background-image: linear-gradient(180deg, #a8924f 0%, #a57300 18%, #a8924f 37%, #181818 58%);
    box-shadow: 0px 0px 12px #0c0b0e;
    border-radius: 20px;
    display: block;
    padding: 2px;
    margin-top: 40%;
}

@media (max-width: 480px) {
    .wsop824-wrapper {
        width: 90%;
        margin: 0 auto;
        margin-top: 40%;
    }
}

.wsop824-wrapper .wsop824-content {
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(180deg, #383838 0%, #1e1e1e 100%);
    border-radius: 20px;
    min-height: 320px;
}

@media (max-width: 600px) {
    .wsop824-wrapper .wsop824-content {
        min-height: 290px;
    }
}

.wsop824-wrapper .wsop824-content h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
}

@media (max-width: 600px) {
    .wsop824-wrapper .wsop824-content h3 {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .wsop824-wrapper .wsop824-content h3 {
        font-size: 6vw;
    }
}

.wsop824-wrapper .wsop824-content h3 .sspcolor {
    color: #e6c852;
}

.wsop824-wrapper .wsop824-content p {
    font-size: 18px;
    padding-top: 30px;
    color: white;
    line-height: 1.8em;
}

@media (max-width: 600px) {
    .wsop824-wrapper .wsop824-content p {
        font-size: 2.5vw;
    }
}

@media (max-width: 480px) {
    .wsop824-wrapper .wsop824-content p {
        font-size: 4.5vw;
    }
}

.wsop824-wrapper .wsop824-content .wfig {
    margin-top: -40%;
    padding-bottom: 5%;
}

@media (max-width: 600px) {
    .wsop824-wrapper .wsop824-content .wfig {
        width: 30vw;
    }
}

@media (max-width: 480px) {
    .wsop824-wrapper .wsop824-content .wfig {
        width: 45vw;
    }
}

.wsop824-wrapper .wsop824-content a {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
}

.wsop824-spc-title {
    background: #c31516;
    border-radius: 50px;
    width: 30% !important;
    margin: 0 auto;
    padding: 5px 0;
}

@media (max-width: 800px) {
    .wsop824-spc-title {
        width: 50% !important;
    }
}

.wsop824-float-title {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -70px;
    z-index: 5;
}

@media (max-width: 1024px) {
    .wsop824-float-title {
        margin-top: -7vw;
    }
}

.wsop824-float-title h3 {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 5;
}

.wdneg-float {
    position: absolute;
    right: -7%;
    z-index: 10;
    bottom: 16%;
    width: 25%;
}

@media (max-width: 1024px) {
    .wdneg-float {
        position: absolute;
        right: -40%;
        z-index: 10;
        bottom: 19%;
        width: 70%;
    }
}

@media (max-width: 480px) {
    .wdneg-float {
        position: relative;
        right: unset;
        z-index: 10;
        bottom: unset;
        width: 55vw;
        margin: 10px auto;
        display: block;
    }
}

.wsop824-sched-wrapper {
    position: relative;
}

@media (max-width: 1024px) {
    .wsop824-sched-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .wsop824-sched-wrapper {
        width: 90%;
    }
}

.wsop824dnegs-tabledata {
    font-size: 0;
}

@media (max-width: 1024px) {
    .wsop824dnegs-tabledata {
        text-align: center;
    }
}

.wsop824dnegs-tabledata .dws-img,
.wsop824dnegs-tabledata .negs-table-box {
    vertical-align: middle;
    display: inline-block;
}

.wsop824dnegs-tabledata .dws-img {
    width: 25%;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .wsop824dnegs-tabledata .dws-img {
        width: 40%;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .wsop824dnegs-tabledata .dws-img {
        width: 70%;
    }
}

.wsop824dnegs-tabledata .dws-date-img {
    width: 9.8%;
    position: absolute;
    z-index: 10;
    top: -6%;
    left: -4%;
}

@media (max-width: 1024px) {
    .wsop824dnegs-tabledata .dws-date-img {
        width: 7.8vw;
        top: -13%;
        left: -8%;
    }
}

@media (max-width: 480px) {
    .wsop824dnegs-tabledata .dws-date-img {
        width: 11.8vw;
        top: -5vw;
        right: -5vw;
        left: unset;
    }
}

.wsop824dnegs-tabledata .dws-date-img h3 {
    position: absolute;
    color: #fff;
    top: 48%;
    left: 47%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

@media (max-width: 1024px) {
    .wsop824dnegs-tabledata .dws-date-img h3 {
        font-size: 2.5vw;
    }
}

@media (max-width: 480px) {
    .wsop824dnegs-tabledata .dws-date-img h3 {
        font-size: 3.5vw;
    }
}

.wsop824dnegs-tabledata .negs-table-box {
    width: 65%;
    position: relative;
}

@media (max-width: 1024px) {
    .wsop824dnegs-tabledata .negs-table-box {
        width: 90%;
    }
}

.wsop824dnegs-tabledata .wp-l-6mod {
    padding-left: 6%;
}

@media (max-width: 480px) {
    .wsop824dnegs-tabledata .wp-l-6mod {
        padding-left: 0;
        width: 20vw;
    }
}

.wsop824dnegs-tabledata .wp-r-6mod {
    padding-right: 6%;
}

@media (max-width: 480px) {
    .wsop824dnegs-tabledata .wp-r-6mod {
        padding-right: 0;
    }
}

.tbl-dneg-container {
    background-color: transparent;
    background-image: linear-gradient(90deg, #8d6613 0%, #f0dbad 8%, #8d6613 13%, #b4945f 72%, #8d6614 81%, #b4945f 97%);
    padding: 2px;
    border-radius: 10px;
}

.table-wsop-dneg {
    border-collapse: collapse;
    overflow: hidden;
    table-layout: auto;
    margin: 0 auto;
    width: 100%;
    color: #000000;
    background-color: #171717;
    border-radius: 10px;
}

.table-wsop-dneg .title-head>th {
    background-color: #300f03;
}

.table-wsop-dneg tbody>tr>td {
    text-align: center;
    padding: 10px 5px;
    word-break: break-word;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
}

@media only screen and (max-width: 800px) {
    .table-wsop-dneg tbody>tr>td {
        font-size: 1.9vw;
    }
}

@media only screen and (max-width: 480px) {
    .table-wsop-dneg tbody>tr>td {
        font-size: 3.5vw;
        padding: 5px 5px;
    }
}

.table-wsop-dneg tbody>tr>td span {
    font-weight: normal;
}

.table-wsop-dneg>thead>tr>th {
    background: #8d6613;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
}

@media only screen and (max-width: 800px) {
    .table-wsop-dneg>thead>tr>th {
        font-size: 1.9vw;
    }
}

@media only screen and (max-width: 480px) {
    .table-wsop-dneg>thead>tr>th {
        font-size: 3vw;
        padding: 5px 5px;
    }
}

.wsop824-lowersched-wrapper {
    position: relative;
}

.wsop824-lowersched-wrapper .wmoney-float {
    position: absolute;
    right: -17%;
    z-index: 10;
    bottom: -9%;
    width: 40%;
}

@media (max-width: 480px) {
    .wsop824-lowersched-wrapper .wmoney-float {
        right: -25vw;
        bottom: -11vw;
        width: 68vw;
    }
}

.wsop824-lowersched-wrapper ul {
    padding: 5% 0;
    font-size: 0;
    display: block;
}

@media (max-width: 1024px) {
    .wsop824-lowersched-wrapper ul {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .wsop824-lowersched-wrapper ul {
        width: 90%;
        margin: 0 auto;
    }
}

.wsop824-lowersched-wrapper ul li {
    width: 22%;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

@media (max-width: 1024px) {
    .wsop824-lowersched-wrapper ul li {
        width: 50%;
        margin-right: 0;
        padding: 15px;
    }
}

.wsop824-lowersched-wrapper ul li .ls-date-img {
    width: 27.8%;
    position: absolute;
    z-index: 10;
    top: -6%;
    left: -6%;
}

@media (max-width: 1024px) {
    .wsop824-lowersched-wrapper ul li .ls-date-img {
        width: 23.8%;
        top: -3%;
        left: -3%;
    }
}

@media (max-width: 800px) {
    .wsop824-lowersched-wrapper ul li .ls-date-img {
        width: 8vw;
    }
}

@media (max-width: 800px) {
    .wsop824-lowersched-wrapper ul li .ls-date-img {
        width: 11.8vw;
        top: -2vw;
        left: -2vw;
    }
}

.wsop824-lowersched-wrapper ul li .ls-date-img h3 {
    position: absolute;
    color: #fff;
    top: 48%;
    left: 47%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

@media (max-width: 800px) {
    .wsop824-lowersched-wrapper ul li .ls-date-img h3 {
        font-size: 2.5vw;
    }
}

@media (max-width: 480px) {
    .wsop824-lowersched-wrapper ul li .ls-date-img h3 {
        font-size: 3.5vw;
    }
}

.wsop824-lowersched-wrapper ul li .gradientborder {
    background-color: transparent;
    background-image: linear-gradient(180deg, #d5b575 0%, #977227 31%, #d5b575 44%, #3d3d3d 87%);
    box-shadow: 0px 0px 7px #202020;
    border-radius: 20px;
    display: block;
    padding: 2px;
}

.wsop824-lowersched-wrapper ul li .gradientborder .lsbox {
    background-color: #212121;
    border-radius: 20px;
    padding: 20% 5%;
    text-align: center;
}

.wsop824-lowersched-wrapper ul li .gradientborder .lsbox h3 {
    font-size: 18px;
    line-height: 1.3em;
}

@media (max-width: 800px) {
    .wsop824-lowersched-wrapper ul li .gradientborder .lsbox h3 {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .wsop824-lowersched-wrapper ul li .gradientborder .lsbox h3 {
        font-size: 3vw;
    }
}

.wsop824-lowersched-wrapper ul li .gradientborder .lsbox h3 span {
    font-size: 15px;
}

@media (max-width: 800px) {
    .wsop824-lowersched-wrapper ul li .gradientborder .lsbox h3 span {
        font-size: 1.6vw;
    }
}

@media (max-width: 480px) {
    .wsop824-lowersched-wrapper ul li .gradientborder .lsbox h3 span {
        font-size: 2.6vw;
    }
}

.wsop824-lowersched-wrapper ul li .gradientborder .lsbox .lsline {
    display: block;
    border-bottom: 2px solid #181818;
    box-shadow: 0 2px 3px #a6a6a6;
    margin: 8% 0;
}

.wsop824-lowersched-wrapper ul li .gradientborder .lsbox p {
    font-size: 17px;
    line-height: 1.3em;
    margin-bottom: 15%;
}

@media (max-width: 800px) {
    .wsop824-lowersched-wrapper ul li .gradientborder .lsbox p {
        font-size: 1.8vw;
    }
}

@media (max-width: 480px) {
    .wsop824-lowersched-wrapper ul li .gradientborder .lsbox p {
        font-size: 2.8vw;
    }
}

.wsop0824-qa .item h3 {
    color: #fff;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.wsop0824-qa .item h3 span {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .wsop0824-qa .item h3 {
        font-size: 2.5vw;
    }
}

@media (max-width: 768px) {
    .wsop0824-qa .item h3 {
        font-size: 4vw;
    }
}

@media (max-width: 480px) {
    .wsop0824-qa .item h3 {
        font-size: 3.5vw;
    }
}

.wsop0824-qa .item p {
    color: #bbbbbb;
    font-size: 16px;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .wsop0824-qa .item p {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .wsop0824-qa .item p {
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {
    .wsop0824-qa .item p {
        font-size: 3vw;
    }
}

.Ntbl5-wsop-olaug-2024>thead {
    background: #513a17 !important;
}

.Ntbl5-wsop-olaug-2024 tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #513a17;
}

.Ntbl5-wsop-olaug-2024 tbody>tr:hover {
    background-color: #000 !important;
}

.Ntbl5-wsop-olaug-2024 tbody>tr>td {
    /*
  &:nth-child(2) {
      color: #ffd967 !important;
  }*/
}

.Ntbl5-wsop-olaug-2024 tbody td,
.Ntbl5-wsop-olaug-2024 thead th {
    float: left;
}

.Ntbl5-wsop-olaug-2024 tbody td:first-child,
.Ntbl5-wsop-olaug-2024 thead th:first-child {
    width: 15% !important;
}

.Ntbl5-wsop-olaug-2024 tbody td:nth-child(2),
.Ntbl5-wsop-olaug-2024 thead th:nth-child(2) {
    width: 12% !important;
}

.Ntbl5-wsop-olaug-2024 tbody td:nth-child(3),
.Ntbl5-wsop-olaug-2024 thead th:nth-child(3) {
    width: 46% !important;
}

.Ntbl5-wsop-olaug-2024 tbody td:nth-child(4),
.Ntbl5-wsop-olaug-2024 thead th:nth-child(4) {
    width: 12% !important;
}

.Ntbl5-wsop-olaug-2024 tbody td:nth-child(5),
.Ntbl5-wsop-olaug-2024 thead th:nth-child(5) {
    width: 15% !important;
}

.Ntbl5-wsop-olaug-2024-long {
    background: #212121;
    border-radius: 10px;
}

.Ntbl5-wsop-olaug-2024-long>tbody {
    padding-bottom: 20px;
}

.Ntbl5-wsop-olaug-2024-long>thead {
    background: #513a17 !important;
}

.Ntbl5-wsop-olaug-2024-long tbody>tr {
    background-color: transparent;
    border-bottom: none;
}

.Ntbl5-wsop-olaug-2024-long tbody>tr:hover {
    background-color: #000 !important;
}

.Ntbl5-wsop-olaug-2024-long tbody>.spc-tr>td:nth-child(n+3) {
    color: #FEE78A !important;
}

.Ntbl5-wsop-olaug-2024-long tbody>.spc-tr>td span {
    display: inline-block;
    width: 20px;
    position: absolute;
}

@media (max-width: 1024px) {
    .Ntbl5-wsop-olaug-2024-long tbody>.spc-tr>td span {
        width: 3vw;
    }
}

@media (max-width: 480px) {
    .Ntbl5-wsop-olaug-2024-long tbody>.spc-tr>td span {
        width: 4vw;
    }
}

.Ntbl5-wsop-olaug-2024-long tbody>.spc-tr>td span img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -30px;
}

@media (max-width: 1024px) {
    .Ntbl5-wsop-olaug-2024-long tbody>.spc-tr>td span img {
        top: 20px;
        left: 12px;
    }
}

@media (max-width: 480px) {
    .Ntbl5-wsop-olaug-2024-long tbody>.spc-tr>td span img {
        top: 15px;
        left: 9px;
    }
}

.Ntbl5-wsop-olaug-2024-long tbody>.spc-tr2 {
    background: linear-gradient(180deg, #555555 0%, #464646 100%);
    box-shadow: 1px 6px 8px #000;
    padding: 5px 0;
    margin: 5px 0;
}

.Ntbl5-wsop-olaug-2024-long tbody>.spc-tr2:before {
    content: '';
    position: absolute;
    left: -9px;
    width: 0;
    height: 28px;
    border: 12px solid #3f3f3f;
    border-right-color: #3f3f3f;
}

@media (max-width: 1024px) {
    .Ntbl5-wsop-olaug-2024-long tbody>.spc-tr2:before {
        display: none;
    }
}

.Ntbl5-wsop-olaug-2024-long tbody>.spc-tr2:after {
    content: '';
    position: absolute;
    right: -9px;
    width: 0;
    height: 28px;
    border: 12px solid #3f3f3f;
    border-right-color: #3f3f3f;
    visibility: unset;
}

@media (max-width: 1024px) {
    .Ntbl5-wsop-olaug-2024-long tbody>.spc-tr2:after {
        display: none !important;
        visibility: hidden !important;
    }
}

.wsop824-topfloaters .pkc1,
.wsop824-topfloaters .pkc2 {
    position: absolute;
    z-index: 5;
}

.wsop824-topfloaters .pkc1 {
    top: 3%;
    left: -1%;
}

@media (max-width: 1024px) {
    .wsop824-topfloaters .pkc1 {
        top: -2vw;
        left: -3vw;
        width: 8vw;
    }
}

@media (max-width: 480px) {
    .wsop824-topfloaters .pkc1 {
        top: 1vw;
        left: 2vw;
        width: 12vw;
    }
}

.wsop824-topfloaters .pkc2 {
    top: 60%;
    right: -13%;
}

@media (max-width: 1024px) {
    .wsop824-topfloaters .pkc2 {
        top: 62vw;
        right: -13%;
        width: 15vw;
    }
}

@media (max-width: 480px) {
    .wsop824-topfloaters .pkc2 {
        top: 83vw;
        right: -9%;
        width: 24vw;
    }
}

.wsop824-botfloaters .pkc1,
.wsop824-botfloaters .pkc2,
.wsop824-botfloaters .blt1,
.wsop824-botfloaters .blt2 {
    position: absolute;
    z-index: 5;
}

.wsop824-botfloaters .pkc1 {
    top: 42%;
    left: -3%;
}

@media (max-width: 1024px) {
    .wsop824-botfloaters .pkc1 {
        top: 66vw;
        left: -5vw;
        width: 8vw;
    }
}

@media (max-width: 480px) {
    .wsop824-botfloaters .pkc1 {
        top: 106vw;
        left: 1vw;
        width: 12vw;
    }
}

.wsop824-botfloaters .pkc2 {
    top: 22%;
    right: -8%;
    width: 14%;
}

@media (max-width: 1024px) {
    .wsop824-botfloaters .pkc2 {
        top: 39vw;
        right: -6vw;
        width: 11vw;
    }
}

@media (max-width: 480px) {
    .wsop824-botfloaters .pkc2 {
        top: 55vw;
        right: -6vw;
        width: 13vw;
    }
}

.wsop824-botfloaters .blt1 {
    top: 35%;
    right: -25%;
}

@media (max-width: 1024px) {
    .wsop824-botfloaters .blt1 {
        top: 56vw;
        right: -19vw;
        width: 29vw;
    }
}

@media (max-width: 480px) {
    .wsop824-botfloaters .blt1 {
        top: 97vw;
        right: 2vw;
        width: 20vw;
    }
}

.wsop824-botfloaters .blt2 {
    top: 67%;
    left: -22%;
}

@media (max-width: 1024px) {
    .wsop824-botfloaters .blt2 {
        top: 127vw;
        left: -14vw;
        width: 23vw;
    }
}

@media (max-width: 480px) {
    .wsop824-botfloaters .blt2 {
        top: 192vw;
        left: -10vw;
        width: 27vw;
    }
}

.ggmw-floatH {
    position: relative;
}

.ggmw-floatH h3 {
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.ggmw-pb-3 {
    padding-bottom: 3px;
}

.ggmw824-shadow-container {
    position: relative;
    width: 100%;
}

.ggmw824-shadow-container .ggmw824-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ggmw824-shadow-container .ggmw824-text h3 {
    font-size: 1.9vw;
}

@media (max-width: 1024px) {
    .ggmw824-shadow-container .ggmw824-text h3 {
        font-size: 2.5vw;
    }
}

@media (max-width: 1024px) {
    .ggmw824-shadow-container .ggmw824-text h3 {
        font-size: 3.5vw;
    }
}

.default-fixpoint-10 {
    margin-top: -10vw;
}

@media (max-width: 1024px) {
    .default-fixpoint-10 {
        margin-top: -15vw;
    }
}

.ggmw824-1170-box {
    width: 1170px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .ggmw824-1170-box {
        width: 100%;
    }
}

.ggmw824-featwrapper {
    background-color: transparent;
    background-image: linear-gradient(140deg, #2b413a 0%, #1c2322 31%, #1e1e21 44%, #1b1b1d 87%);
    border-radius: 20px;
    display: block;
    padding: 1px;
}

.ggmw824-featbg {
    background: linear-gradient(145deg, #212728 25%, #18181b 45%, #262629 100%);
    padding: 25px 5px;
    border-radius: 20px;
}

.ggmw824-featbg .wpecial {
    border-bottom: none;
}

.ggmw824-featbg h4 {
    border-bottom: 2px solid transparent;
}

.wspromo-fixpoint-8 {
    margin-top: -8vw;
}

@media (max-width: 1024px) {
    .wspromo-fixpoint-8 {
        margin-top: -10vw;
    }
}

.wspromo-bg1 {
    background-color: #19181d;
}

.wspromo-font-xl {
    font-size: 70px;
}

@media (max-width: 1024px) {
    .wspromo-font-xl {
        font-size: 7vw;
    }
}

@media (max-width: 480px) {
    .wspromo-font-xl {
        font-size: 8vw;
    }
}

.wspromo-font-lg {
    font-size: 65px;
}

@media (max-width: 800px) {
    .wspromo-font-lg {
        font-size: 6vw;
    }
}

@media (max-width: 480px) {
    .wspromo-font-lg {
        font-size: 6vw;
    }
}

.wspromo-steps {
    background-color: #252525;
    border-radius: 20px;
    min-height: 490px;
}

@media (max-width: 480px) {
    .wspromo-steps {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
        min-height: auto;
    }
}

.wspromo-steps img {
    border-radius: 20px 20px 0 0;
}

.wspromo-steps div {
    padding: 20px;
}

.wspromo-steps div h3 {
    font-size: 60px;
}

@media (max-width: 1024px) {
    .wspromo-steps div h3 {
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .wspromo-steps div h3 {
        font-size: 9vw;
    }
}

.wspromo-steps div p {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .wspromo-steps div p {
        font-size: 2vw;
    }
}

@media (max-width: 800px) {
    .wspromo-steps div p {
        font-size: 1.7vw;
    }
}

@media (max-width: 480px) {
    .wspromo-steps div p {
        font-size: 3.5vw;
    }
}

.country-faq-list h5 {
    cursor: pointer;
    border-bottom: 1px solid #525252;
    margin-bottom: 20px;
    font-size: 30px;
}

@media (max-width: 480px) {
    .country-faq-list h5 {
        font-size: 4vw;
    }
}

.wspromo-country-wrapper {
    background-color: #212124;
    padding: 20px;
    border-radius: 20px;
    height: 260px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .wspromo-country-wrapper {
        padding: 20px 5px;
    }
}

.wspromo-country-wrapper .country-box {
    font-size: 0;
    height: 100%;
    overflow-y: scroll;
}

.wspromo-country-wrapper .country-box div span {
    font-size: 12px;
    background-color: #18181b;
    padding: 5px;
    display: inline-block;
    width: 23%;
    margin: 1%;
    border-radius: 50px;
    text-align: center;
}

@media (max-width: 1024px) {
    .wspromo-country-wrapper .country-box div span {
        font-size: 1.5vw;
    }
}

@media (max-width: 480px) {
    .wspromo-country-wrapper .country-box div span {
        font-size: 2.2vw;
        width: 31%;
    }
}

.country-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

.country-box::-webkit-scrollbar-corner {
    background-color: #171009;
}

.country-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #737373;
}

.country-box::-webkit-scrollbar-track {
    background: #1b1b1b;
}

.wspromofaq-active {
    display: block;
}

.bg-wspromo1m-1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/wsop/2024/aug/promo/wspromo-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.am-color h5 span {
    color: #16e3ff !important;
}

.am-color h5 {
    border-bottom: 1px solid #16e3ff !important;
}

.am-color .wspromo-country-wrapper span {
    color: #16e3ff !important;
}

.as-color h5 span {
    color: #ffb11a !important;
}

.as-color h5 {
    border-bottom: 1px solid #ffb11a !important;
}

.as-color .wspromo-country-wrapper span {
    color: #ffb11a !important;
}

.eu-color h5 span {
    color: #0f8 !important;
}

.eu-color h5 {
    border-bottom: 1px solid #0f8 !important;
}

.eu-color .wspromo-country-wrapper span {
    color: #0f8 !important;
}

.me-color h5 span {
    color: #f55 !important;
}

.me-color h5 {
    border-bottom: 1px solid #f55 !important;
}

.me-color .wspromo-country-wrapper span {
    color: #f55 !important;
}

/* WSOP */

.wspromo-grad-bg {
    background: linear-gradient(to right, #040404 0%, #4b3c18 47%, #000000 100%);
    border-radius: 20px;
}

.wspromo-grad-bg-inner {
    background: linear-gradient(to right, #040404 0%, #806524 47%, #000000 100%);
}

@media (max-width: 1024px) {
    .wspromo-grad-bg-inner li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.wspromo-grad-bg-inner li h3 {
    margin-bottom: 10px;
}

.ranking-match li {
    padding: 0 30px;
}

@media (max-width: 1024px) {
    .ranking-match li {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .ranking-match li h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .ranking-match li h4:last-child {
        margin-bottom: 15px;
    }
}

.wsop-elem {
    position: absolute;
}

@media (max-width: 1024px) {
    .wsop-elem {
        display: none;
    }
}

.wspromo-gbl {
    left: 0;
    top: 80px;
}

.wspromo-1m-ticket {
    right: 35px;
    top: -40px;
}

.wspromo-chip {
    bottom: 0;
    right: 20px;
}

.wspromo-daniel {
    bottom: -70px;
    left: -40px;
}

.yellow-23 {
    color: #efc553;
}

.grey-c8 {
    color: #c8c8c7;
}

.l-h-18 {
    line-height: 18px;
}

.p-tb-25-20 {
    padding-top: 25px;
    padding-bottom: 20px;
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ws24-list li {
    line-height: 2em !important;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url("/Assets/fonts/Roboto-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.en-Roboto-Italic {
    font-family: 'Roboto-Italic';
}

.rtp824-box {
    background-color: transparent;
    background-image: linear-gradient(180deg, #288896 0%, #0c4e6a 70%);
    box-shadow: 0px 0px 12px #0c0b0e;
    border-radius: 16px;
    display: block;
    border: 2px solid #5f939c;
}

.lighter-cyan {
    color: #65e4d7;
}

.rtp824-faq-list h5 {
    cursor: pointer;
    border: 1px solid #3c3c3c;
    margin-bottom: 5px;
    font-size: 24px;
    padding-left: 5%;
    border-radius: 15px;
    background: #212121;
    box-shadow: inset 0px 0px 3px #686868;
    position: relative;
    z-index: 2;
    text-align: center;
}

@media (max-width: 800px) {
    .rtp824-faq-list h5 {
        font-size: 4vw;
    }
}

.rtp824-faq-answer {
    background-color: #212124;
    padding: 20px 20px 20px 5%;
    border-radius: 0 0 15px 15px;
    margin-top: -20px;
    padding-top: 5%;
    margin-bottom: 5px;
}

.rtp824-plane {
    position: absolute;
    z-index: 5;
    top: -45px;
    left: -60px;
}

@media (max-width: 800px) {
    .rtp824-plane {
        top: -6vw;
        left: -5vw;
        width: 30vw;
    }
}

.rtp824-cyancolor h5 span {
    color: #16e3ff !important;
}

.rtp824-cyancolor-in {
    color: #16e3ff;
}

.rtp824-color1 {
    color: #50bdb6;
}

.rtp824-color2 {
    color: #96c9da;
}

.rtp824-main-event-box .rt-item {
    font-size: 0;
    margin-bottom: 20px;
}

.rtp824-main-event-box .rt-item .rtptitle {
    font-size: 100px;
    color: #50bdb6;
    font-weight: normal;
    font-style: italic;
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 1024px) {
    .rtp824-main-event-box .rt-item .rtptitle {
        font-size: 10vw;
    }
}

@media (max-width: 480px) {
    .rtp824-main-event-box .rt-item .rtptitle {
        width: 15%;
    }
}

.rtp824-main-event-box .rt-item .sidetext {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    width: 65%;
    line-height: 1.5em;
    font-weight: bold;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .rtp824-main-event-box .rt-item .sidetext {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .rtp824-main-event-box .rt-item .sidetext {
        font-size: 3.5vw;
        width: 70%;
    }
}

.rtp824-main-event-box .rt-item .sidetext span {
    display: block;
    color: #96c9da;
    line-height: 1.5em;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .rtp824-main-event-box .rt-item .sidetext span {
        font-size: 1.5vw;
    }
}

@media (max-width: 480px) {
    .rtp824-main-event-box .rt-item .sidetext span {
        font-size: 2vw;
        margin-top: 5px;
    }
}

.rtp824-main-event-box .rt-item img {
    width: 15%;
    display: inline-block;
}

.rtp824-main-event-box .rt-item .rtp-80 {
    width: 80% !important;
}

.wc24-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/weekend-carnival/wc-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.wc-bounty-wrapper {
    position: relative;
    margin-top: 50px;
}

.wc-bounty-wrapper .wc-bounty-box {
    border: 3px solid #b89754;
    border-radius: 16px;
    position: relative;
    z-index: 5;
}

.wc-bounty-wrapper .wctitle {
    background-color: transparent;
    background-image: linear-gradient(90deg, #000000 0%, #282828 45%, #000000 100%);
    box-shadow: 0px 0px 12px #0c0b0e;
    border-radius: 16px 16px 0 0;
    display: block;
    padding: 15px 0;
}

.wc-bounty-wrapper .wctxt-content {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(63, 38, 14, 0.7) 0%, rgba(56, 40, 10, 0.7) 100%);
    box-shadow: 0px 0px 12px #0c0b0e;
    border-radius: 0 0 16px 16px;
    display: block;
    padding: 20px 0;
}

.wc-bounty-wrapper .wc-bounty-back {
    border: 1px solid #ffd800;
    border-radius: 16px 16px 0 0;
    background-color: transparent;
    background-image: linear-gradient(91deg, #f6e178 0%, #c39643 8%, #f4e377 31%, #f4e377 50%, #f3de73 70%, #c39643 92%, #f3e077 100%);
    height: 60px;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: -22px;
}

.dnc24 {
    position: absolute;
    top: -50%;
    left: -50px;
}

@media (max-width: 1024px) {
    .dnc24 {
        width: 14vw;
    }
}

@media (max-width: 768px) {
    .dnc24 {
        width: 14vw;
        position: relative;
        top: unset;
        left: unset;
    }
}

@media (max-width: 480px) {
    .dnc24 {
        width: 25vw;
    }
}

.wc-thumbsup {
    position: absolute;
    top: 20%;
    left: -85px;
    z-index: 10;
}

@media (max-width: 1024px) {
    .wc-thumbsup {
        width: 14vw;
    }
}

@media (max-width: 768px) {
    .wc-thumbsup {
        top: 20%;
        left: -40px;
        width: 16vw;
    }
}

@media (max-width: 480px) {
    .wc-thumbsup {
        top: 7%;
        left: -15px;
        width: 25vw;
    }
}

.wc-commingsoon {
    position: absolute;
    top: -32px;
    right: -8px;
    z-index: 10;
}

@media (max-width: 1024px) {
    .wc-commingsoon {
        width: 14vw;
    }
}

@media (max-width: 768px) {
    .wc-commingsoon {
        width: 16vw;
    }
}

@media (max-width: 480px) {
    .wc-commingsoon {
        width: 25vw;
        top: -29px;
        right: -6px;
    }
}

.wcbuyin {
    position: relative;
    display: inline-block;
}

.wcbuyin .wc-la-l {
    left: -20%;
}

@media (max-width: 480px) {
    .wcbuyin .wc-la-l {
        left: -10vw;
    }
}

.wcbuyin .wc-la-r {
    right: -16%;
    transform: scaleX(-1);
}

@media (max-width: 480px) {
    .wcbuyin .wc-la-r {
        right: -10vw;
    }
}

.wcbuyin .wc-la-l,
.wcbuyin .wc-la-r {
    bottom: -8%;
    position: absolute;
}

@media (max-width: 1024px) {
    .wcbuyin .wc-la-l,
    .wcbuyin .wc-la-r {
        bottom: -27%;
        width: 45px;
    }
}

@media (max-width: 480px) {
    .wcbuyin .wc-la-l,
    .wcbuyin .wc-la-r {
        width: 10vw;
    }
}

/**********101GOLDENWEEK**********/

.gw924-1170-box {
    width: 1170px;
    margin: 0 auto;
}

@media (max-width: 1170px) {
    .gw924-1170-box {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .gw924-1170-box {
        width: 95%;
    }
}

.gw-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/golden-week/gw-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.gw-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/golden-week/gw-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.gw-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/golden-week/gw-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.gw-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/golden-week/gw-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.gw-bg5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/golden-week/gw-bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.gw-national-day-box {
    position: relative;
    border: 2px solid #dfc674;
}

.gw-national-day-box .gw-main-box {
    background-color: rgba(0, 0, 0, 0.74);
    padding: 70px 20px 20px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1024px) {
    .gw-national-day-box .gw-main-box {
        padding: 25vw 20px 20px;
    }
}

@media (max-width: 480px) {
    .gw-national-day-box .gw-main-box {
        padding: 55vw 20px 20px;
    }
}

.gw-national-day-box .gwwukong {
    position: absolute;
    left: -13%;
    top: -4%;
}

@media (max-width: 480px) {
    .gw-national-day-box .gwwukong {
        left: 7%;
        top: -2%;
        width: 80vw;
    }
}

.gw-pgeo {
    position: absolute;
    right: 8vw;
    bottom: 8vw;
    width: 13vw;
    z-index: 5;
}

@media (max-width: 480px) {
    .gw-pgeo {
        width: 20vw;
        right: -5vw;
        bottom: 7vw;
    }
}

.gw-card1 {
    position: absolute;
    right: -6vw;
    bottom: 6vw;
    width: 9vw;
    z-index: 5;
}

@media (max-width: 1024px) {
    .gw-card1 {
        right: -11vw;
        width: 16vw;
    }
}

@media (max-width: 480px) {
    .gw-card1 {
        width: 31vw;
        right: -16vw;
        bottom: 32vw;
    }
}

.gw-card2 {
    position: absolute;
    left: -10vw;
    width: 8vw;
    bottom: 4vw;
    z-index: 5;
}

@media (max-width: 1024px) {
    .gw-card2 {
        left: -14vw;
        width: 11vw;
        bottom: 4vw;
    }
}

.gw-mustard-box {
    background: rgba(255, 190, 88, 0.7);
    border-radius: 15px;
    position: relative;
    width: 60%;
    text-align: center;
    z-index: 5;
    margin-left: 35%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 25px 10px;
}

@media (max-width: 1024px) {
    .gw-mustard-box {
        margin: 0 auto;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.gw-mustard-box .stamp {
    position: absolute;
    right: -5%;
    top: -10%;
}

@media (max-width: 480px) {
    .gw-mustard-box .stamp {
        top: -5%;
        width: 20vw;
    }
}

.gw-mustard-box .gwcontent .trophy {
    display: inline-block;
}

@media (max-width: 1024px) {
    .gw-mustard-box .gwcontent .trophy {
        width: 20vw;
    }
}

@media (max-width: 480px) {
    .gw-mustard-box .gwcontent .trophy {
        width: 40vw;
    }
}

.gw-mustard-box .gwcontent .leftTxt {
    display: inline-block;
    vertical-align: middle;
}

.gw-mustard-box .gwcontent .lt2 {
    margin-left: -10%;
}

@media (max-width: 1024px) {
    .gw-mustard-box .gwcontent .lt2 {
        margin-left: 0;
    }
}

.gw-highlight-mg {
    margin-top: -11vw;
    margin-bottom: 10%;
}

@media (max-width: 480px) {
    .gw-highlight-mg {
        margin-top: -5vw;
    }
}

@media (max-width: 1170px) {
    .gw-highlight-mg .gwH {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .gw-highlight-mg .gwH {
        width: 90%;
        margin-bottom: 10px;
    }
}

.gwn-title {
    background: linear-gradient(90deg, #b89754 0%, #f1e0b0 26%, #f1e0b0 75%, #b89754 100%);
    display: inline-block;
    border-radius: 50px;
    padding: 10px 15px;
    width: 40%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    box-shadow: inset 0px 0px 1px black, 0 5px 3px black;
}

@media (max-width: 1024px) {
    .gwn-title {
        top: 19vw;
    }
}

@media (max-width: 768px) {
    .gwn-title {
        width: 60%;
    }
}

@media (max-width: 480px) {
    .gwn-title {
        width: 70%;
        top: 40vw;
    }
}

.gwn-title2 {
    background: linear-gradient(90deg, #b89754 0%, #f1e0b0 26%, #f1e0b0 75%, #b89754 100%);
    display: inline-block;
    border-radius: 50px;
    padding: 10px 40px;
    text-align: center;
    box-shadow: inset 0px 0px 1px black, 0 5px 3px black;
}

.gw-grad-title {
    background: linear-gradient(to bottom, #fcd370 0%, #faeab9 12%, #fcedcd 47%, #e8c270 50%, #856746 81%, #bc8442 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 3px #141414);
}

.gw-white-box {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.gw-white-box .gw-lfimg,
.gw-white-box .gw-rtext {
    display: inline-block;
    vertical-align: middle;
}

.gw-white-box .gw-lfimg {
    width: 40%;
}

@media (max-width: 600px) {
    .gw-white-box .gw-lfimg {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
}

.gw-white-box .gw-rtext {
    width: 60%;
}

@media (max-width: 600px) {
    .gw-white-box .gw-rtext {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

.gw-dark-box {
    background-color: rgba(28, 28, 28, 0.8);
    border-radius: 15px;
    width: 45%;
    margin: 5px;
    display: inline-block;
    padding: 20px 5px;
    border: 1px solid #fff;
    text-align: left;
}

@media (max-width: 1024px) {
    .gw-dark-box {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .gw-dark-box {
        text-align: center;
    }
}

.gw-dark-box .gw-lfimg,
.gw-dark-box .gw-rtext {
    display: inline-block;
    vertical-align: middle;
}

.gw-dark-box .gw-lfimg {
    width: 40%;
}

@media (max-width: 600px) {
    .gw-dark-box .gw-lfimg {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .gw-dark-box .gw-lfimg {
        margin-bottom: 10px;
    }
}

.gw-dark-box .gw-rtext {
    width: 60%;
}

@media (max-width: 600px) {
    .gw-dark-box .gw-rtext {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

.gwdak-spc {
    width: 52%;
}

@media (max-width: 1024px) {
    .gwdak-spc {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .gwdak-spc {
        text-align: center;
    }
}

.gwdak-spc .gw-lfimg {
    width: 34.5%;
}

@media (max-width: 1024px) {
    .gwdak-spc .gw-lfimg {
        width: 40%;
    }
}

@media (max-width: 600px) {
    .gwdak-spc .gw-lfimg {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .gwdak-spc .gw-lfimg {
        margin-bottom: 10px;
    }
}

.gw-spc2-box {
    border: 2px solid #a3803c;
    width: 85%;
    display: inline-block;
    border-radius: 15px;
    padding: 10px;
    margin-top: 20px;
}

@media (max-width: 480px) {
    .gw-spc2-box {
        width: 90%;
    }
}

.gwdak-spc2 {
    width: 100%;
    margin: 0;
}

@media (max-width: 480px) {
    .gwdak-spc2 {
        text-align: center;
    }
}

.gwdak-spc2 .gw-lfimg {
    width: 34.5%;
}

@media (max-width: 1024px) {
    .gwdak-spc2 .gw-lfimg {
        width: 40%;
    }
}

@media (max-width: 600px) {
    .gwdak-spc2 .gw-lfimg {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .gwdak-spc2 .gw-lfimg {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .gw24-main-bscale {
        transform: scale(1.6);
        top: 5vw;
        position: relative;
        margin-bottom: 10%;
    }
}

/* KSOP */

.ksop25-floatH {
    position: relative;
}

.ksop25-floatH h3 {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.ksop-bg1 {
    position: relative;
}

.bg-181a {
    background-color: #18181a;
}

.ksop-banner-txt {
    z-index: 2;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 1600px) {
    .ksop-banner-txt img {
        width: 37.44vw;
    }
}

@media (max-width: 1024px) {
    .ksop-banner-txt img {
        width: 70vw;
    }
}

.ksop-banner-txt h2 {
    font-size: 58px;
    line-height: 50px;
    letter-spacing: 1px;
    font-family: sans-serif;
}

@media (max-width: 480px) {
    .ksop-banner-txt h2 {
        font-size: 30px !important;
        line-height: 22px;
    }
}

@media (max-width: 320px) {
    .ksop-banner-txt h2 {
        font-size: 26px !important;
        line-height: 22px;
    }
}

.ksop-banner-txt span {
    font-size: 24px;
    line-height: 32px;
    font-family: sans-serif;
}

@media (max-width: 480px) {
    .ksop-banner-txt span {
        font-size: 20px;
        line-height: 24px;
    }
}

.ksop-title {
    font-size: 32px;
    line-height: 42px;
    margin-top: -10px;
    letter-spacing: .96px;
    font-weight: 100;
}

@media (max-width: 480px) {
    .ksop-title {
        font-size: 17px;
        line-height: 22px;
    }
}

.newtable-ksop-scroll-pc {
    overflow: auto;
    max-height: 700px;
}

@media (max-width: 768px) {
    .newtable-ksop-scroll-pc {
        max-height: 550px;
    }
}

.newtable-ksop {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.newtable-ksop thead,
.newtable-ksop tbody,
.newtable-ksop tr,
.newtable-ksop td,
.newtable-ksop th {
    display: block;
    overflow-x: hidden;
}

.newtable-ksop tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.newtable-ksop>thead {
    background: #312f6d;
    border-radius: 10px;
}

.newtable-ksop>thead>tr>th {
    text-align: center;
    font-weight: 600;
    padding: 16px 0;
    word-break: break-word;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .42px;
}

@media (max-width: 1024px) {
    .newtable-ksop>thead>tr>th {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .newtable-ksop>thead>tr>th {
        padding: 12px 0;
    }
}

@media (max-width: 480px) {
    .newtable-ksop>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.3vw !important;
    }
}

.newtable-ksop tbody>tr>td {
    color: #dbdbdb;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 16px 5px;
    line-height: normal;
}

@media (max-width: 480px) {
    .newtable-ksop tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.newtable-ksop tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #312f6d;
}

.newtable-ksop tbody>tr:hover {
    background-color: #000 !important;
}

.newtable-ksop tbody td,
.newtable-ksop thead th {
    float: left;
}

.newtable-ksop tbody td:first-child,
.newtable-ksop thead th:first-child {
    width: 12% !important;
}

.newtable-ksop tbody td:nth-child(2),
.newtable-ksop thead th:nth-child(2) {
    width: 11% !important;
}

@media (max-width: 480px) {
    .newtable-ksop tbody td:nth-child(2),
    .newtable-ksop thead th:nth-child(2) {
        width: 17% !important;
    }
}

.newtable-ksop tbody td:nth-child(3),
.newtable-ksop thead th:nth-child(3) {
    width: 53% !important;
}

@media (max-width: 480px) {
    .newtable-ksop tbody td:nth-child(3),
    .newtable-ksop thead th:nth-child(3) {
        width: 45% !important;
    }
}

.newtable-ksop tbody td:nth-child(4),
.newtable-ksop thead th:nth-child(4) {
    width: 8% !important;
}

@media (max-width: 480px) {
    .newtable-ksop tbody td:nth-child(4),
    .newtable-ksop thead th:nth-child(4) {
        width: 10% !important;
    }
}

.newtable-ksop tbody td:nth-child(5),
.newtable-ksop thead th:nth-child(5) {
    width: 14% !important;
}

.newtable-ksop tbody>tr>td:nth-child(3) {
    color: #fff !important;
}

tbody.newtable-ksop-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.newtable-ksop-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.newtable-ksop-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d5d5d5;
}

tbody.newtable-ksop-wrapper::-webkit-scrollbar-track {
    background: #1b1b1b;
}

.newtable-ksop-table>thead {
    background: #214732 !important;
}

.newtable-ksop-table tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #214732;
}

.newtable-ksop-table tbody>tr:hover {
    background-color: #000 !important;
}

.newtable-ksop-table tbody>tr>td:nth-child(5) {
    color: #fee78a !important;
}

.tbl-highlight {
    position: relative;
    transform: translate(0);
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    overflow: hidden;
}

.tbl-highlight:after {
    content: '';
    display: block;
    position: absolute;
    visibility: initial !important;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: calc(100% - 2px);
    height: 47px;
    border: 1px solid #72623b;
    background: #413a21;
    z-index: 1;
    border-radius: 8px;
}

.tbl-highlight td {
    position: relative;
    z-index: 2;
}

.txt-highlight {
    color: #fee78a !important;
}

.txt-content-base {
    color: #a3a3a3;
    line-height: 22px;
}

.txt-content-base ul {
    margin-top: 8px;
    margin-bottom: 24px;
}

.txt-content-base ul li {
    padding-left: 10px;
}

.txt-content-base h6 {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
}

.txt-content-base p {
    color: #a3a3a3;
}

.txt-content-base a {
    color: #fff;
    text-decoration: underline;
}

@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url("/Assets/fonts/Roboto-ThinItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.en-roboto {
    font-family: 'Roboto-ThinItalic';
}

.ks3table-box {
    font-size: 0;
}

@media (max-width: 768px) {
    .ks3table-box {
        text-align: center;
    }
}

.ks-item {
    padding: 0 10px;
    width: 33.33%;
    display: inline-block;
    position: relative;
}

@media (max-width: 768px) {
    .ks-item {
        padding: 0 10px;
        width: 50%;
        display: inline-block;
        margin: 40px auto;
    }
}

@media (max-width: 480px) {
    .ks-item {
        width: 80%;
    }
}

.ks-item .ksfm {
    position: absolute;
    z-index: 5;
    bottom: -160px;
    right: -80px;
}

@media (max-width: 480px) {
    .ks-item .ksfm {
        bottom: -31vw;
        right: -12vw;
        width: 28vw;
    }
}

.ks-item .ksbird {
    position: absolute;
    z-index: 5;
    top: -68px;
    right: 10px;
}

@media (max-width: 480px) {
    .ks-item .ksbird {
        top: -16vw;
        right: 3vw;
        width: 12vw;
    }
}

.ksop-gradbg {
    width: 100%;
    border-radius: 16px;
    border: 2px solid transparent;
    background-image: linear-gradient(transparent, transparent), linear-gradient(180deg, #906625, #214732);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.ksop-gradbg .ksop-inner {
    border-radius: 16px;
    background-color: #24242a;
    padding-top: 56px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    position: relative;
}

@media (max-width: 1024px) {
    .ksop-gradbg .ksop-inner {
        padding-top: 25px;
    }
}

@media (max-width: 480px) {
    .ksop-gradbg .ksop-inner {
        padding-top: 10vw;
    }
}

.ksop-gradbg .ksop-inner p {
    font-size: 0;
    padding: 5px 10px;
}

.ksop-gradbg .ksop-inner p span {
    display: inline-block;
    font-size: 16px;
    color: #d4d4d4;
}

@media (max-width: 1024px) {
    .ksop-gradbg .ksop-inner p span {
        font-size: 1.3vw;
    }
}

@media (max-width: 768px) {
    .ksop-gradbg .ksop-inner p span {
        font-size: 1.6vw;
    }
}

@media (max-width: 480px) {
    .ksop-gradbg .ksop-inner p span {
        font-size: 3.5vw;
    }
}

.ksop-gradbg .ksop-inner p span:first-child {
    width: 40%;
    text-align: left;
}

.ksop-gradbg .ksop-inner p span:last-child {
    width: 60%;
    text-align: right;
    font-weight: bold;
}

.ksop-gradbg .ksop-inner .spc-ksp {
    background-color: #29292f;
    border-radius: 5px;
}

.ksop-gradbg .ksop-inner .spc-ksp span:last-child {
    color: #e7ba65 !important;
}

.ksop-gradbg .ks-badge {
    position: absolute;
    width: 85%;
    top: -33px;
    left: -10px;
}

@media (max-width: 1024px) {
    .ksop-gradbg .ks-badge {
        top: -4vw;
    }
}

@media (max-width: 768px) {
    .ksop-gradbg .ks-badge {
        top: -7vw;
    }
}

@media (max-width: 480px) {
    .ksop-gradbg .ks-badge {
        top: -12vw;
    }
}

.ksop-gradbg .ks-badge h3 {
    position: absolute;
    top: 53%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    font-size: 15px;
    width: 70%;
    line-height: 1.3em;
    color: #723737;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .ksop-gradbg .ks-badge h3 {
        font-size: 1.3vw;
    }
}

@media (max-width: 768px) {
    .ksop-gradbg .ks-badge h3 {
        font-size: 1.7vw;
    }
}

@media (max-width: 480px) {
    .ksop-gradbg .ks-badge h3 {
        font-size: 3.5vw;
    }
}

.ksop-gradbg .ks-badge img {
    position: relative;
}

.ggmw1024-bg1 {
    background-color: #01040b;
}

.ggmw1024-bg2 {
    background: linear-gradient(180deg, #221322 0%, #781c1c 100%);
}

.ggmw1024-featwrapper {
    border-radius: 20px;
    border: 2px solid transparent;
    background-image: linear-gradient(transparent, transparent), linear-gradient(180deg, #3e9ec2 0%, #177699 24%, #63ebff 37%, #177699 54%, #000000 85%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.ggmw1024-featbg {
    background: linear-gradient(180deg, #282828 0%, #111111 100%);
    padding: 25px 0px 0;
    border-radius: 20px;
}

.ggmw1024-featbg .wpecial {
    border-bottom: none;
}

.ggmw1024-featbg h4 {
    border-bottom: 2px solid transparent;
}

.gghalloween-video-box {
    position: relative;
}

.gghalloween-video-box video {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85.5%;
    border-radius: 15px;
}

.gghallow-bg1 {
    background-color: #232323;
    padding: 30px;
    border-radius: 10px;
}

.bhs1024-bg1 {
    background-color: #0d0503;
}

.bhs1024-bg2 {
    background-color: rgba(44, 42, 51, 0.51);
}

.bhs24floter-box {
    position: relative;
}

.bhs24floter-box .bot-cloud {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.bhs24floter-box .bot-cloud-side {
    bottom: 300vh;
    left: -10%;
    width: 51vw;
    position: absolute;
}

.bhs24floter-box .bot-cloud-side2 {
    bottom: 134vh;
    right: -17%;
    width: 51vw;
    position: absolute;
}

.bhs1024-banner-fixpoint {
    margin-top: -47vw;
}

@media (max-width: 1024px) {
    .bhs1024-banner-fixpoint {
        margin-top: -65vw;
    }
}

.shotfired {
    animation: shotfired 400ms ease-in-out 2;
    -moz-animation: shotfired 400ms ease-in-out 2;
    -webkit-animation: shotfired 400ms ease-in-out 2;
    -o-animation: shotfired 400ms ease-in-out 2;
}

@keyframes shotfired {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-360deg);
    }
}

@-moz-keyframes shotfired {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-360deg);
    }
}

@-webkit-keyframes shotfired {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-360deg);
    }
}

@-ms-keyframes shotfired {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-360deg);
    }
}

@-o-keyframes shotfired {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-360deg);
    }
}

.fng1124-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flipgo-millionaire-2024/fng1124-bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #141414;
}

@media (max-width: 1024px) {
    .fng1124-bg1 {
        background-size: 150%;
    }
}

@media (max-width: 480px) {
    .fng1124-bg1 {
        background-size: 165%;
    }
}

.fng1124-bg1414 {
    background-color: #141414;
}

.fng1124-bg2 {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .fng1124-bg2 {
        top: 72%;
        width: 100vw;
    }
}

.fng1124-firecard {
    position: absolute;
    top: 34%;
    left: -14%;
    z-index: 10;
}

@media (max-width: 1024px) {
    .fng1124-firecard {
        top: 18%;
        left: -18%;
        z-index: 10;
        width: 20vw;
    }
}

@media (max-width: 480px) {
    .fng1124-firecard {
        top: 29vw;
        left: -7vw;
        width: 24vw;
    }
}

.fng1124-firechip {
    position: absolute;
    top: -74%;
    right: -16%;
    z-index: 10;
}

@media (max-width: 1024px) {
    .fng1124-firechip {
        top: -48%;
        right: -12%;
        width: 17vw;
    }
}

@media (max-width: 480px) {
    .fng1124-firechip {
        top: -29vw;
        right: -10vw;
        width: 21vw;
    }
}

.fng1124-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/flipgo-millionaire-2024/fng1124-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fng1124-pd-top {
    padding-top: 2vh;
}

.vibrant-y td {
    color: #ffeb3b !important;
}

.apt24N-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apt2024/apt24N-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.apt24N-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apt2024/apt24N-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.apt24N-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apt2024/apt24N-bg3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #000;
}

@media (max-width: 1024px) {
    .apt24N-bg3 {
        background-size: 200%;
    }
}

.apt24N-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apt2024/apt24N-bg4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #000;
}

@media (max-width: 1024px) {
    .apt24N-bg4 {
        background-size: 200%;
    }
}

.apttitle24-overlap {
    margin-top: -24%;
    z-index: 6;
}

@media (max-width: 1024px) {
    .apttitle24-overlap {
        margin-top: -13%;
    }
}

.apt24bg-titletag {
    position: relative;
}

.apt24bg-titletag h3 {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}

.apt24-spc-title {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bkw-bg1 {
    background-color: #151618;
}

.bkw-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/black-friday-week/frame1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    font-size: 0;
    padding: 6% 0;
}

@media (max-width: 480px) {
    .bkw-bg2 {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/black-friday-week/frame1-mb.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
    }
}

.bkw-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/black-friday-week/big-bg-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    font-size: 0;
    padding: 5% 0;
    margin-top: 7%;
}

@media (max-width: 1024px) {
    .bkw-bg3 {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/black-friday-week/big-bg-1-mb.png);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center center;
        padding: 9vw 0;
        width: 65%;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .bkw-bg3 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .bkw-bg3 {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/black-friday-week/big-bg-1-mb.png);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center center;
        padding: 16vw 0;
    }
}

.bkw-bg3 .bkw-evt-box {
    position: relative;
    width: 50%;
    display: inline-block;
    padding: 20px 30px;
    text-align: center;
}

@media (max-width: 1024px) {
    .bkw-bg3 .bkw-evt-box {
        width: 100%;
        padding: 3vw 5vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg3 .bkw-evt-box {
        width: 100%;
        padding: 3vw 5vw;
    }
}

.bkw-bg3 .bkw-evt-box .bki-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: -30%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .bkw-bg3 .bkw-evt-box .bki-icon {
        display: block;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        margin: 0 auto;
        width: 15vw;
    }
}

@media (max-width: 800px) {
    .bkw-bg3 .bkw-evt-box .bki-icon {
        width: 35vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg3 .bkw-evt-box .bki-icon {
        display: block;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        margin: 0 auto;
        width: 35vw;
    }
}

.bkw-bg3 .bkw-evt-box .bkw-evt-title {
    font-size: 20px;
    color: #fff;
}

@media (max-width: 1024px) {
    .bkw-bg3 .bkw-evt-box .bkw-evt-title {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg3 .bkw-evt-box .bkw-evt-title {
        font-size: 4vw;
    }
}

.bkw-bg3 .bkw-evt-box .bkw-evt-date {
    font-size: 16px;
    color: #a3a3a3;
}

@media (max-width: 1024px) {
    .bkw-bg3 .bkw-evt-box .bkw-evt-date {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg3 .bkw-evt-box .bkw-evt-date {
        font-size: 3.5vw;
    }
}

.bkw-bg3 .bkw-evt-box .bkw-evt-pz {
    background-color: #150f11;
    padding: 20px;
    width: 80%;
    margin: 10px auto;
    color: #fff;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .bkw-bg3 .bkw-evt-box .bkw-evt-pz {
        padding: 10px 20px;
    }
}

.bkw-bg3 .bkw-evt-box .bkw-evt-pz h3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 20px;
    position: relative;
}

@media (max-width: 1024px) {
    .bkw-bg3 .bkw-evt-box .bkw-evt-pz h3 {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg3 .bkw-evt-box .bkw-evt-pz h3 {
        font-size: 4vw;
    }
}

.bkw-bg3 .bkw-evt-box .bkw-evt-pz .bkw-separator {
    margin: 10px 0;
    border: 0;
    border-top: 2px solid #483535;
}

.bkw-bg3 .bkw-evt-box .bkw-evt-pz .bkc-y {
    color: #ecbe41;
}

.bkw-bg3 .bkw-evt-box .bkw-evt-pz .bkc-g {
    color: #8f8f8f;
}

.bkw-bg3 .bkw-evt-box .bkw-evt-pz .bkc-spcf {
    position: relative;
    left: 20%;
}

@media (max-width: 480px) {
    .bkw-bg3 .bkw-evt-box .bkw-evt-pz .bkc-spcf {
        left: 9vw;
    }
}

.bkw-bg3 .bkw-evt-box .bkw-evt-pz .bkc-spcf:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 70px;
    height: 16px;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/black-friday-week/arrow-1.png) 50% 50%/100% auto no-repeat;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .bkw-bg3 .bkw-evt-box .bkw-evt-pz .bkc-spcf:after {
        width: 12vw;
        height: 12vw;
    }
}

.bkw-bg3 .bkw-evt-box .bkw-evt-pz .bkc-gold {
    background: linear-gradient(180deg, #feffbf, #d19132);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bkw-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/black-friday-week/small-bg-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    font-size: 0;
    padding: 3% 0;
    margin-top: 2%;
}

@media (max-width: 1024px) {
    .bkw-bg4 {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/black-friday-week/small-bg-1-mb.png);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center center;
        padding: 9vw 0;
        width: 65%;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .bkw-bg4 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .bkw-bg4 {
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center center;
        padding: 16vw 0;
    }
}

.bkw-bg4 .bkw-evt-box {
    position: relative;
    width: 50%;
    display: inline-block;
    padding: unset;
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .bkw-bg4 .bkw-evt-box {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .bkw-bg4 .bkw-evt-box {
        width: 100%;
        padding: 0;
    }
}

.bkw-bg4 .bkw-evt-box .bkw-text {
    display: inline-block;
    vertical-align: middle;
}

.bkw-bg4 .bkw-evt-box .bki-icon2 {
    position: relative;
    width: unset;
    display: inline-block;
    padding-right: 10px;
    padding-left: 70px;
}

@media (max-width: 768px) {
    .bkw-bg4 .bkw-evt-box .bki-icon2 {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .bkw-bg4 .bkw-evt-box .bki-icon2 {
        width: 16vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg4 .bkw-evt-box .bki-icon2 {
        width: 20vw;
    }
}

.bkw-bg4 .bkw-evt-box .bki-icon {
    display: block;
    position: absolute;
    right: -10%;
    top: -20%;
    width: unset;
}

@media (max-width: 1170px) {
    .bkw-bg4 .bkw-evt-box .bki-icon {
        right: 0%;
        top: -46%;
    }
}

@media (max-width: 1024px) {
    .bkw-bg4 .bkw-evt-box .bki-icon {
        right: 3%;
        top: -145%;
    }
}

@media (max-width: 768px) {
    .bkw-bg4 .bkw-evt-box .bki-icon {
        width: 14vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg4 .bkw-evt-box .bki-icon {
        width: 16vw;
        right: 3%;
        top: -120%;
    }
}

.bkw-bg4 .bkw-evt-box .bkw-evt-title {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    .bkw-bg4 .bkw-evt-box .bkw-evt-title {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg4 .bkw-evt-box .bkw-evt-title {
        font-size: 4vw;
    }
}

.bkw-bg4 .bkw-evt-box .bkw-evt-date {
    font-size: 16px;
    color: #a3a3a3;
}

@media (max-width: 1024px) {
    .bkw-bg4 .bkw-evt-box .bkw-evt-date {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg4 .bkw-evt-box .bkw-evt-date {
        font-size: 3.5vw;
    }
}

.bkw-bg4 .bkw-evt-box .bkw-evt-pz {
    background-color: #150f11;
    padding: 20px;
    width: 80%;
    margin: 10px auto;
    color: #fff;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .bkw-bg4 .bkw-evt-box .bkw-evt-pz {
        padding: 10px 20px;
    }
}

.bkw-bg4 .bkw-evt-box .bkw-evt-pz h3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 20px;
    position: relative;
}

@media (max-width: 1024px) {
    .bkw-bg4 .bkw-evt-box .bkw-evt-pz h3 {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .bkw-bg4 .bkw-evt-box .bkw-evt-pz h3 {
        font-size: 4vw;
    }
}

.bkw-bg4 .bkw-evt-box .bkw-evt-pz .bkw-separator {
    margin: 10px 0;
    border: 0;
    border-top: 2px solid #483535;
}

.bkw-bg4 .bkw-evt-box .bkw-evt-pz .bkc-y {
    color: #ecbe41;
}

.bkw-bg4 .bkw-evt-box .bkw-evt-pz .bkc-g {
    color: #8f8f8f;
}

.bkw-bg4 .bkw-evt-box .bkw-evt-pz .bkc-spcf {
    position: relative;
    left: 20%;
}

@media (max-width: 480px) {
    .bkw-bg4 .bkw-evt-box .bkw-evt-pz .bkc-spcf {
        left: 9vw;
    }
}

.bkw-bg4 .bkw-evt-box .bkw-evt-pz .bkc-spcf:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 70px;
    height: 16px;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/black-friday-week/arrow-1.png) 50% 50%/100% auto no-repeat;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .bkw-bg4 .bkw-evt-box .bkw-evt-pz .bkc-spcf:after {
        width: 12vw;
        height: 12vw;
    }
}

.bkw-bg4 .bkw-evt-box .bkw-evt-pz .bkc-gold {
    background: linear-gradient(180deg, #feffbf, #d19132);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bkw-prm {
    width: 50%;
    display: inline-block;
    padding: 20px 30px;
}

@media (max-width: 480px) {
    .bkw-prm {
        width: 100%;
        padding: 30px 30px;
    }
}

.container-1080 {
    width: 1080px !important;
}

@media (max-width: 1080px) {
    .container-1080 {
        width: 100% !important;
    }
}

.section-padd-master {
    padding: 3% 0;
}

@media (max-width: 1024px) {
    .section-padd-master {
        padding: 3% 10% !important;
    }
}

@media (max-width: 480px) {
    .section-padd-master {
        padding: 3% 0 !important;
    }
}

.bkw-shpn {
    padding-left: 50px;
}

.bkw2024-fixhead7-scroll-pc {
    overflow: auto;
    max-height: 765px;
}

@media (max-width: 768px) {
    .bkw2024-fixhead7-scroll-pc {
        max-height: 600px;
    }
}

.table-bkw2024-fixhead7 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

@media (max-width: 768px) {
    .table-bkw2024-fixhead7 {
        width: 700px;
    }
}

.table-bkw2024-fixhead7 thead,
.table-bkw2024-fixhead7 tbody,
.table-bkw2024-fixhead7 tr,
.table-bkw2024-fixhead7 td,
.table-bkw2024-fixhead7 th {
    display: block;
    overflow-x: hidden;
}

.table-bkw2024-fixhead7 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-bkw2024-fixhead7 tbody td,
.table-bkw2024-fixhead7 thead th {
    float: left;
}

.table-bkw2024-fixhead7 tbody td:first-child,
.table-bkw2024-fixhead7 thead th:first-child {
    width: 13%;
}

.table-bkw2024-fixhead7 tbody td:nth-child(2),
.table-bkw2024-fixhead7 thead th:nth-child(2) {
    width: 10%;
}

.table-bkw2024-fixhead7 tbody td:nth-child(3),
.table-bkw2024-fixhead7 thead th:nth-child(3) {
    width: 30%;
}

.table-bkw2024-fixhead7 tbody td:nth-child(4),
.table-bkw2024-fixhead7 thead th:nth-child(4) {
    width: 10%;
}

.table-bkw2024-fixhead7 tbody td:nth-child(5),
.table-bkw2024-fixhead7 thead th:nth-child(5) {
    width: 10%;
}

.table-bkw2024-fixhead7 tbody td:nth-child(6),
.table-bkw2024-fixhead7 thead th:nth-child(6) {
    width: 13%;
}

.table-bkw2024-fixhead7 tbody td:nth-child(7),
.table-bkw2024-fixhead7 thead th:nth-child(7) {
    width: 14%;
}

.table-bkw2024-fixhead7>thead {
    background: #412420;
    border-radius: 10px;
}

.table-bkw2024-fixhead7>thead>tr>th {
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: normal;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .table-bkw2024-fixhead7>thead>tr>th {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .table-bkw2024-fixhead7>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.3vw !important;
    }
}

.table-bkw2024-fixhead7 tbody>tr>td {
    color: #dbdbdb;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    line-height: normal;
}

.table-bkw2024-fixhead7 tbody>tr>td:nth-child(4) {
    position: relative;
}

.table-bkw2024-fixhead7 tbody>tr>td:nth-child(4):after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 2px;
    background-color: #d30000;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(20deg);
    color: #fef08a !important;
}

@media (max-width: 1024px) {
    .table-bkw2024-fixhead7 tbody>tr>td:nth-child(4):after {
        width: 45px;
    }
}

.table-bkw2024-fixhead7 tbody>tr>td:nth-child(7) {
    color: #fef08a !important;
}

@media (max-width: 480px) {
    .table-bkw2024-fixhead7 tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-bkw2024-fixhead7 tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #412420;
}

.table-bkw2024-fixhead7 tbody>tr:hover {
    background-color: #6b1c11 !important;
    border-radius: 10px;
}

.table-bkw2024-fixhead7 tbody>tr:hover td {
    color: #fef08a;
}

@media (max-width: 768px) {
    .table-bkw2024-fixhead7-body .table-container {
        overflow-x: scroll;
    }
}

.table-bkw2024-fixhead7-body .table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
    border: 1px solid #23120c;
}

.table-bkw2024-fixhead7-body .table-container::-webkit-scrollbar-corner {
    background-color: #171009;
}

.table-bkw2024-fixhead7-body .table-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #565571;
}

.table-bkw2024-fixhead7-body .table-container::-webkit-scrollbar-track {
    background: #1b1b1b;
}

tbody.table-bkw2024-fixhead7-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-bkw2024-fixhead7-body {
        padding: 0;
    }
}

@media (max-width: 768px) {
    tbody.table-bkw2024-fixhead7-body.table-container {
        overflow-x: scroll;
    }
}

tbody.bkw2024-fixhead7-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.bkw2024-fixhead7-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.bkw2024-fixhead7-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #565571;
}

tbody.bkw2024-fixhead7-wrapper::-webkit-scrollbar-track {
    background: #1b1b1b;
}

.wsoppo24-floatH {
    position: relative;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .wsoppo24-floatH {
        margin-bottom: 7vw;
    }
}

.wsoppo24-floatH h3 {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.wsoppo24-color1 {
    color: #efca1e;
}

.wsoppo24-box {
    background-color: transparent;
    background-image: linear-gradient(180deg, #202429 0%, #202429 70%, #243342 100%);
    border-radius: 16px;
    display: block;
}

.wsoppo24-box img {
    margin-bottom: -40px;
}

.wsoppo24-box2 {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0a6d68 0%, #133738 100%);
    box-shadow: 0px 0px 12px #0c0b0e;
    border-radius: 16px;
    display: block;
    border: 2px solid #5f939c;
    min-height: 400px;
}

@media (max-width: 1024px) {
    .wsoppo24-box2 {
        min-height: 39vw;
    }
}

@media (max-width: 768px) {
    .wsoppo24-box2 {
        min-height: 45vw;
    }
}

.wsoppo-m-pad3 {
    padding-top: 3%;
    padding-bottom: 3%;
}

.wsoppo24-num-box {
    border-bottom: 1px solid #6d9493;
}

.wsoppo24-num-box h4 {
    font-size: 60px;
    color: white;
    padding: 10px 0 2px 10px;
    border-bottom: 2px solid #6d9493;
    display: inline-block;
}

@media (max-width: 480px) {
    .wsoppo24-num-box h4 {
        font-size: 12vw;
    }
}

.Ntbl5-wsoppo>thead {
    background: #14626f !important;
}

.Ntbl5-wsoppo tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #11353b;
}

.Ntbl5-wsoppo tbody>tr:hover {
    background-color: #000 !important;
}

.Ntbl5-wsoppo tbody>wsoppo-w-clr>.diculay {
    color: #ffd967 !important;
}

.Ntbl5-wsoppo tbody>.diculay>td:nth-child(3),
.Ntbl5-wsoppo tbody>.diculay>td:nth-child(5) {
    color: #ffd967 !important;
}

.ggwg-bgoverlay {
    background: linear-gradient(rgba(22, 21, 38, 0.1), rgba(22, 21, 38, 0.1)), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/winter-giveaway/2024/ggwg-bg1.jpg);
    background-color: #000;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.ggwg-flsnow {
    position: relative;
}

.ggwg-flsnow .snow1 {
    position: absolute;
    right: 105px;
    top: 65px;
    z-index: 5;
}

@media (max-width: 1024px) {
    .ggwg-flsnow .snow1 {
        right: 1vw;
        top: 9vw;
        width: 12vw;
    }
}

@media (max-width: 480px) {
    .ggwg-flsnow .snow1 {
        right: -5vw;
        top: 23vw;
        width: 17vw;
    }
}

.ggwg-flsnow .snow2 {
    position: absolute;
    left: 105px;
    top: 65px;
    z-index: 5;
}

@media (max-width: 1024px) {
    .ggwg-flsnow .snow2 {
        left: 1vw;
        top: 9vw;
        width: 12vw;
    }
}

@media (max-width: 480px) {
    .ggwg-flsnow .snow2 {
        left: -5vw;
        top: 23vw;
        width: 17vw;
    }
}

.ggwg-bg1 {
    /*background: linear-gradient (rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.7));*/
    /*   background-color: rgba(0, 0, 0, .7);*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
    background-position: center center;
    width: 70%;
    margin: 0 auto;
    border-style: solid;
    border-width: 0px 3px 0px 3px;
    border-color: #E1BA59;
}

@media (max-width: 1440px) {
    .ggwg-bg1 {
        width: 85%;
    }
}

@media (max-width: 1024px) {
    .ggwg-bg1 {
        background-color: rgba(0, 0, 0, 0.1);
        width: 100%;
    }
}

.ggwg-intext {
    margin-bottom: -15%;
    margin-top: 5%;
}

.ggwg-mart-12mod {
    margin-top: -12%;
}

@media (max-width: 480px) {
    .ggwg-mart-12mod {
        margin-top: -25vw;
    }
}

.ggwgbg-titletag {
    position: relative;
}

.ggwgbg-titletag h3 {
    width: 90%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ggwg-plus {
    padding-top: 80px;
}

@media (max-width: 768px) {
    .ggwg-plus {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

.ggwg-grad-title {
    background: linear-gradient(360deg, #afbfce 0%, #ffffff 22%, #ffffff 50%, #afbfce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #141414);
}

.ggwg-bf:after,
.ggwg-bf:before {
    content: '';
    position: absolute;
    width: 27%;
    height: 70px;
    top: 15px;
    transition: linear .3s;
    background-color: #ef2121;
}

@media (max-width: 1680px) {
    .ggwg-bf:after,
    .ggwg-bf:before {
        width: 23%;
    }
}

@media (max-width: 1024px) {
    .ggwg-bf:after,
    .ggwg-bf:before {
        width: 35vw;
        height: 30px;
        top: 10px;
    }
}

@media (max-width: 768px) {
    .ggwg-bf:after,
    .ggwg-bf:before {
        width: 30vw;
    }
}

@media (max-width: 500px) {
    .ggwg-bf:after,
    .ggwg-bf:before {
        width: 25vw;
        height: 5vw;
        top: 8px;
    }
}

@media (max-width: 480px) {
    .ggwg-bf:after,
    .ggwg-bf:before {
        width: 40vw;
    }
}

.ggwg-bf:before {
    right: 0;
}

@media (max-width: 1024px) {
    .ggwg-bf:before {
        right: -20%;
    }
}

.ggwg-bf:after {
    left: 0;
}

@media (max-width: 1024px) {
    .ggwg-bf:after {
        left: -20%;
    }
}

.grow22:hover {
    -webkit-animation: grow22 .75s ease-in-out infinite alternate;
    -moz-animation: grow22 .75s ease-in-out infinite alternate;
    animation: grow22 .75s ease-in-out infinite alternate;
}

@-webkit-keyframes grow22 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}

.ggwg-floatlink .ggwglink1,
.ggwg-floatlink .ggwglink2,
.ggwg-floatlink .ggwglink3,
.ggwg-floatlink .ggwglink4 {
    display: inline-block;
    position: absolute;
    bottom: 8%;
    padding-top: 20%;
    width: 18%;
    padding-left: 4%;
    padding-right: 4%;
    /* background: rgba(255, 0, 0, 0.3);*/
}

@media (max-width: 1024px) {
    .ggwg-floatlink .ggwglink1,
    .ggwg-floatlink .ggwglink2,
    .ggwg-floatlink .ggwglink3,
    .ggwg-floatlink .ggwglink4 {
        width: 32.33%;
        padding-top: 35%;
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
}

.ggwg-floatlink .ggwglink1 {
    left: 11.3%;
}

@media (max-width: 1024px) {
    .ggwg-floatlink .ggwglink1 {
        left: 20%;
        bottom: 45%;
    }
}

@media (max-width: 480px) {
    .ggwg-floatlink .ggwglink1 {
        left: 18.5%;
    }
}

.ggwg-floatlink .ggwglink2 {
    left: 31.8%;
}

@media (max-width: 1024px) {
    .ggwg-floatlink .ggwglink2 {
        left: 56%;
        bottom: 45%;
    }
}

@media (max-width: 480px) {
    .ggwg-floatlink .ggwglink2 {
        left: 52.5%;
    }
}

.ggwg-floatlink .ggwglink3 {
    left: 52.3%;
}

@media (max-width: 1024px) {
    .ggwg-floatlink .ggwglink3 {
        left: 20%;
        bottom: 6%;
    }
}

@media (max-width: 480px) {
    .ggwg-floatlink .ggwglink3 {
        left: 18.5%;
    }
}

.ggwg-floatlink .ggwglink4 {
    left: 71.9%;
}

@media (max-width: 1024px) {
    .ggwg-floatlink .ggwglink4 {
        left: 56%;
        bottom: 6%;
    }
}

@media (max-width: 480px) {
    .ggwg-floatlink .ggwglink4 {
        left: 52.5%;
    }
}

.ggwg-floatlink2 .ggwg2link1,
.ggwg-floatlink2 .ggwg2link2,
.ggwg-floatlink2 .ggwg2link3 {
    display: inline-block;
    position: absolute;
    bottom: 8%;
    padding-top: 20%;
    width: 18%;
    padding-left: 4%;
    padding-right: 4%;
    /*background: rgba(255, 0, 0, 0.3);*/
}

@media (max-width: 1024px) {
    .ggwg-floatlink2 .ggwg2link1,
    .ggwg-floatlink2 .ggwg2link2,
    .ggwg-floatlink2 .ggwg2link3 {
        width: 32.33%;
        padding-top: 33%;
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
}

.ggwg-floatlink2 .ggwg2link1 {
    left: 20%;
}

@media (max-width: 1024px) {
    .ggwg-floatlink2 .ggwg2link1 {
        left: 20%;
        bottom: 45%;
    }
}

@media (max-width: 480px) {
    .ggwg-floatlink2 .ggwg2link1 {
        left: 18.5%;
    }
}

.ggwg-floatlink2 .ggwg2link2 {
    left: 41.5%;
}

@media (max-width: 1024px) {
    .ggwg-floatlink2 .ggwg2link2 {
        left: 56%;
        bottom: 45%;
    }
}

@media (max-width: 480px) {
    .ggwg-floatlink2 .ggwg2link2 {
        left: 52.5%;
    }
}

.ggwg-floatlink2 .ggwg2link3 {
    left: 62%;
}

@media (max-width: 1024px) {
    .ggwg-floatlink2 .ggwg2link3 {
        left: 37%;
        bottom: 6%;
    }
}

@media (max-width: 480px) {
    .ggwg-floatlink2 .ggwg2link3 {
        left: 34.5%;
    }
}

.ggwg-divup810 {
    margin: 0 auto;
    margin-top: -8%;
    margin-bottom: 10%;
    width: 80%;
    padding-right: 5%;
}

@media (max-width: 480px) {
    .ggwg-divup810 {
        margin-top: -13%;
        width: 100%;
        padding-right: 10%;
    }
}

.ggwg-l-divup810 {
    margin: 0 auto;
    margin-top: -8%;
    margin-bottom: 10%;
    width: 81%;
    padding-left: 6.5%;
}

@media (max-width: 1024px) {
    .ggwg-l-divup810 {
        margin: 0 auto;
        margin-top: -8%;
        margin-bottom: 10%;
        width: 89%;
        padding-left: 14%;
    }
}

@media (max-width: 480px) {
    .ggwg-l-divup810 {
        margin: 0 auto;
        margin-top: -6%;
        margin-bottom: 10%;
        width: 100%;
        padding-left: 12%;
    }
}

.rcf-notice-spc {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
}

.rcf-notice-spc p {
    background: #000102;
    width: 55%;
    margin: 0 auto;
    padding: 10% 0;
    border-radius: 20px;
    border: 2px solid red;
}

@media (max-width: 480px) {
    .rcf-notice-spc p {
        width: 70%;
        border-radius: 10px;
    }
}

.eoy2024-header-bg {
    background: linear-gradient(rgba(22, 21, 38, 0) 70%, #222b49 100%), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/winter-giveaway/2024/sub-page/ggwg-sb-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding-bottom: 8%;
}

@media (max-width: 1440px) {
    .eoy2024-header-bg {
        padding-bottom: 10%;
    }
}

@media (max-width: 1024px) {
    .eoy2024-header-bg {
        padding-bottom: 12vw;
    }
}

@media (max-width: 480px) {
    .eoy2024-header-bg {
        padding-bottom: 19vw;
    }
}

.eoy2024-maskbg {
    background: linear-gradient(90deg, transparent 0%, #9b4013 20%, #9b4013 90%, transparent 100%);
    width: 70%;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 1024px) {
    .eoy2024-maskbg {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .eoy2024-maskbg {
        padding-top: 0;
    }
}

.eoy2024-maskbg img {
    position: absolute;
    top: -25px;
    left: -50px;
}

@media (max-width: 768px) {
    .eoy2024-maskbg img {
        position: absolute;
        top: -2vw;
        left: -8vw;
        width: 18vw;
    }
}

@media (max-width: 600px) {
    .eoy2024-maskbg img {
        position: absolute;
        top: 0;
        left: -8vw;
        width: 15vw;
    }
}

@media (max-width: 500px) {
    .eoy2024-maskbg img {
        position: relative;
        top: unset;
        left: unset;
        width: 20vw;
        display: block;
        margin: 0 auto;
    }
}

.eoy-floating-calendar2024 {
    position: relative;
}

@media (max-width: 480px) {
    .eoy-floating-calendar2024 {
        width: 80%;
        margin: 0 auto;
    }
}

.eoy-floating-calendar2024 .eoytext p,
.eoy-floating-calendar2024 .eoytext h3,
.eoy-floating-calendar2024 .eoytext h4 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

@media (max-width: 480px) {
    .eoy-floating-calendar2024 .eoytext p,
    .eoy-floating-calendar2024 .eoytext h3,
    .eoy-floating-calendar2024 .eoytext h4 {
        font-size: 3.5vw;
    }
}

.eoy-floating-calendar2024 .eoytext p {
    top: 30%;
    color: #8e97b3;
}

.eoy-floating-calendar2024 .eoytext h3 {
    top: 55%;
    color: #eec370;
    font-weight: bold;
}

.eoy-floating-calendar2024 .eoytext h4 {
    top: 70%;
    color: #fff;
}

.wsoppo24-box3 {
    background-color: rgba(16, 23, 41, 0.5);
    border-radius: 10px;
    display: block;
    border: 2px solid #bd9a4e;
    min-height: 350px;
    padding-top: 25px;
}

@media (max-width: 1024px) {
    .wsoppo24-box3 {
        min-height: 290px;
    }
}

.wsoppo24-box4 {
    background-color: rgba(16, 23, 41, 0.5);
    border-radius: 10px;
    display: block;
    border: 2px solid #bd9a4e;
    padding: 25px;
}

@media (max-width: 480px) {
    .wsoppo24-box4 {
        padding: 20px 10px;
    }
}

.wsoppobox-xmin {
    min-height: 290px !important;
}

@media (max-width: 1024px) {
    .wsoppobox-xmin {
        min-height: 240px;
    }
}

.wgsmargin-bt {
    margin-bottom: 7%;
}

.wgsnw {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.wgs-context1 {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wgs-context1 h3,
.wgs-context1 h4 {
    line-height: 1.2em;
    color: #fff;
}

.wgs-context1 .wgs-title-in {
    background: linear-gradient(360deg, #a0804e 0%, #ffeb9c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #141414);
    font-size: 24px;
    font-weight: bold;
}

.wgs-context1 .wgs-title-in span {
    font-weight: normal;
    font-size: 18px;
}

.wgs-context1 .wd {
    font-size: 20px;
    padding: 20px 0 15px 0;
}

.wgs-context1 .byn {
    font-size: 18px;
    color: #c4c4c4;
}

.wgs-context1 .gnt {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(360deg, #e38e20 0%, #ffd850 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #141414);
    padding: 10px 0 15px 0;
}

.wgs-context1 .wad {
    line-height: 1.2em;
    font-size: 18px;
    background: #000000;
    display: inline-block;
    padding: 8px 5px;
    min-width: 70%;
    border-radius: 50px;
}

.wgs-context1 .wgylw {
    font-weight: bold;
    color: #ffc731;
}

.eoy-header-bg-2025 {
    background: linear-gradient(rgba(255, 108, 108, 0) 70%, #38060a 100%), url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/winter-giveaway/2024/sub-page/dr-main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding-bottom: 5%;
}

.eoy-maroonbg {
    background-color: #38060a;
}

.eoy-redbg {
    background-color: #ca3029;
}

.eoy-stpbtn-2 {
    background-color: #415775;
}

.eoy-default-box2024 {
    background-color: rgba(18, 28, 54, 0.5);
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #ca3029;
}

.eoy-sidefaded-bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #9b4013 50%, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #9b4013 50%, rgba(0, 0, 0, 0));
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 3% 0;
}

.eoy-sidefaded-bg .dr-float-badge {
    position: absolute;
    top: -20%;
    left: -3%;
}

@media (max-width: 1024px) {
    .eoy-sidefaded-bg .dr-float-badge {
        position: absolute;
        top: -8%;
        left: -12%;
        width: 20%;
    }
}

@media (max-width: 1024px) {
    .apl25-main-bscale {
        transform: scale(1.8);
        top: 12.5vw;
        position: relative;
        margin-bottom: 32%;
    }
}

.apl25-h3 {
    color: #ffe765 !important;
}

.apl125-cashdbg {
    border-radius: 10px;
    border: 2px solid #9b7b23;
    box-shadow: inset 0 9px 5px #000000;
    -webkit-box-shadow: inset 0 9px 5px #000000;
    -moz-box-shadow: inset 0 9px 5px #000000;
    background-color: rgba(171, 47, 27, 0.8);
    padding: 20px 45px;
    width: 70%;
}

@media (max-width: 1024px) {
    .apl125-cashdbg {
        width: 45vw;
        padding: 20px 30px;
    }
    .apl125-cashdbg p {
        font-size: 1.8vw;
    }
}

@media (max-width: 800px) {
    .apl125-cashdbg {
        width: 70vw;
        padding: 3% 4%;
    }
    .apl125-cashdbg p {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .apl125-cashdbg {
        width: 90%;
        padding: 1% 3%;
        box-shadow: inset 0 5px 5px #000000;
        -webkit-box-shadow: inset 0 5px 5px #000000;
        -moz-box-shadow: inset 0 5px 5px #000000;
    }
    .apl125-cashdbg p {
        font-size: 3.5vw;
    }
}

.apl125-spcimg {
    z-index: 5;
    position: relative;
    width: 100%;
}

.apl125-sidew {
    width: 30%;
    margin-right: -9%;
}

@media (max-width: 800px) {
    .apl125-sidew {
        margin-right: 0;
        width: 40%;
    }
}

.apl125-txticon {
    text-align: center;
    background-color: #121212;
    border-radius: 10px;
    border: 1px solid red;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width: 480px) {
    .apl125-txticon {
        font-size: 3.5vw;
    }
}

.apl125-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jan2025/apl125-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
    position: relative;
}

.apl125-bg3 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jan2025/apl125-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
    position: relative;
}

.apl125-bg4 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jan2025/apl125-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
    position: relative;
}

.apl125-bg5 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jan2025/apl125-bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000;
    position: relative;
}

.spade-top-icon {
    height: 70px;
    position: absolute;
    top: -3.3vw;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .spade-top-icon {
        height: 50px;
    }
}

@media (max-width: 480px) {
    .spade-top-icon {
        height: 50px;
    }
}

@media (max-width: 384px) {
    .spade-top-icon {
        height: 40px;
    }
}

.apl125-elem-float .card1 {
    position: absolute;
    z-index: 1;
    top: -10vw;
    width: 21%;
    right: -3vw;
    z-index: 2;
}

.forbbot {
    border-bottom: 3px solid white;
    display: inline-block;
}

.ggm124-fixpoint-18 {
    margin-top: -18vw;
}

@media (max-width: 1024px) {
    .ggm124-fixpoint-18 {
        margin-top: -23vw;
    }
}

.ggm125-floatH {
    position: relative;
}

.ggm125-floatH h3 {
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ggm125-sidew {
    width: 30%;
    margin-right: -9%;
}

@media (max-width: 800px) {
    .ggm125-sidew {
        margin-right: 0;
        width: 40%;
    }
}

.ggm125-alibg {
    border-radius: 10px;
    border: 2px solid #9b7b23;
    box-shadow: inset 0 9px 5px #000000;
    -webkit-box-shadow: inset 0 9px 5px #000000;
    -moz-box-shadow: inset 0 9px 5px #000000;
    background-color: rgba(155, 111, 40, 0.8);
    padding: 20px 45px;
    width: 70%;
}

@media (max-width: 1024px) {
    .ggm125-alibg {
        width: 45vw;
        padding: 20px 30px;
    }
    .ggm125-alibg p {
        font-size: 1.8vw;
    }
}

@media (max-width: 800px) {
    .ggm125-alibg {
        width: 70vw;
        padding: 3% 4%;
    }
    .ggm125-alibg p {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .ggm125-alibg {
        width: 90%;
        padding: 1% 3%;
        box-shadow: inset 0 5px 5px #000000;
        -webkit-box-shadow: inset 0 5px 5px #000000;
        -moz-box-shadow: inset 0 5px 5px #000000;
    }
    .ggm125-alibg p {
        font-size: 3.5vw;
    }
}

.table-gm-2025-th-color>thead {
    background: #866426 !important;
    border-radius: 10px;
}

.ggm125-gold {
    position: absolute;
    top: 97%;
    left: 85%;
    transform: translate(-50%, -50%);
    width: unset;
}

@media (max-width: 1024px) {
    .ggm125-gold {
        position: absolute;
        top: 100%;
        left: 88%;
        transform: translate(-50%, -50%);
        width: 27vw;
    }
}

.ggmw125-shadow-container {
    position: relative;
    width: 100%;
}

.ggmw125-shadow-container .ggmw125-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ggmw125-shadow-container .ggmw125-text h3 {
    font-size: 32px;
}

@media (max-width: 1024px) {
    .ggmw125-shadow-container .ggmw125-text h3 {
        font-size: 2.6vw;
    }
}

@media (max-width: 480px) {
    .ggmw125-shadow-container .ggmw125-text h3 {
        font-size: 3.5vw;
    }
}

.ggm5th-floatText {
    position: relative;
}

.ggm5th-floatText h3 {
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    top: 35.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.ggm5th-floatText .gdt {
    top: 9.5%;
    color: #fff;
    font-size: 24px;
}

@media (max-width: 1024px) {
    .ggm5th-floatText .gdt {
        font-size: 1.9vw;
    }
}

@media (max-width: 768px) {
    .ggm5th-floatText .gdt {
        font-size: 2.5vw;
    }
}

@media (max-width: 480px) {
    .ggm5th-floatText .gdt {
        font-size: 3.5vw;
    }
}

.ggm5th-floatText .gtl {
    top: 31.5%;
    color: #671c1c;
    font-size: 25px;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .ggm5th-floatText .gtl {
        font-size: 2vw;
    }
}

@media (max-width: 768px) {
    .ggm5th-floatText .gtl {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .ggm5th-floatText .gtl {
        font-size: 4.5vw;
    }
}

.ggm5th-floatText .gtl span {
    font-size: 17px;
    line-height: 1em;
    display: block;
    color: #000000;
}

@media (max-width: 1024px) {
    .ggm5th-floatText .gtl span {
        font-size: 1.3vw;
    }
}

@media (max-width: 768px) {
    .ggm5th-floatText .gtl span {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .ggm5th-floatText .gtl span {
        font-size: 3vw;
    }
}

.ggm5th-floatText .gbt {
    top: 59.5%;
    color: #000;
    font-size: 20px;
    font-style: italic;
}

@media (max-width: 1024px) {
    .ggm5th-floatText .gbt {
        font-size: 1.8vw;
    }
}

@media (max-width: 768px) {
    .ggm5th-floatText .gbt {
        font-size: 2.3vw;
    }
}

@media (max-width: 480px) {
    .ggm5th-floatText .gbt {
        font-size: 3.3vw;
    }
}

.ggm5th-floatText .gpt {
    top: 73.5%;
    color: #f2d76d;
    font-size: 34px;
    font-style: italic;
    text-shadow: 0px 2px 4px #000000;
}

@media (max-width: 1024px) {
    .ggm5th-floatText .gpt {
        font-size: 2.6vw;
    }
}

@media (max-width: 768px) {
    .ggm5th-floatText .gpt {
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {
    .ggm5th-floatText .gpt {
        font-size: 5.5vw;
    }
}

.ggm5th-floatText .gpt span {
    font-size: 20px;
}

@media (max-width: 1024px) {
    .ggm5th-floatText .gpt span {
        font-size: 1.8vw;
    }
}

@media (max-width: 768px) {
    .ggm5th-floatText .gpt span {
        font-size: 2.3vw;
    }
}

@media (max-width: 480px) {
    .ggm5th-floatText .gpt span {
        font-size: 3.3vw;
    }
}

.ggm5th-fixpoint-65 {
    margin-top: -6.5vw;
}

@media (max-width: 1024px) {
    .ggm5th-fixpoint-65 {
        margin-top: -10vw;
    }
}

.ggm5th-floatH {
    position: relative;
}

.ggm5th-floatH h3 {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.ggm5th-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2025/ggm5th-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

@media (max-width: 480px) {
    .ggm5th-bg1 {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2025/ggm5th-bg1-mb.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
}

.ggm5th-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggmoverlay2025/ggm5th-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.table-ggm5th {
    border-radius: 7px;
}

.table-ggm5th>thead>tr>th {
    background-image: linear-gradient(0deg, #710707 0%, #a90e0e 50%, #710707 100%) !important;
    background-image: -webkit-linear-gradient(0deg, #710707 0%, #a90e0e 50%, #710707 100%) !important;
    background-image: -moz-linear-gradient(0deg, #710707 0%, #a90e0e 50%, #710707 100%) !important;
    background-image: -o-linear-gradient(0deg, #710707 0%, #a90e0e 50%, #710707 100%) !important;
    background-attachment: fixed;
    color: #fff !important;
    font-size: 17px !important;
}

@media (max-width: 480px) {
    .table-ggm5th>thead>tr>th {
        min-height: 40px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.7vw !important;
    }
}

.table-ggm5th tbody>tr>td {
    color: #fff !important;
}

@media (max-width: 480px) {
    .table-ggm5th tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-ggm5th tbody>tr>td:first-child,
.table-ggm5th tbody>tr>td:nth-child(2) {
    color: #cbc098 !important;
}

.table-ggm5th tbody>tr>td:nth-child(3) {
    font-weight: bold !important;
}

.table-ggm5th tbody>tr>td:nth-child(5) {
    color: #e5ba38 !important;
    font-weight: bold !important;
}

.table-ggm5th tbody>tr:hover {
    background-color: #4b1317 !important;
}

.table-ggm5th>tbody>tr:nth-child(odd) {
    background-color: #342f2f;
}

.table-ggm5th>tbody>tr:nth-child(even) {
    background-color: #1c1b1b;
}

tbody.table-ggm5th-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.table-ggm5th-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.table-ggm5th-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #8e0b0b;
}

tbody.table-ggm5th-wrapper::-webkit-scrollbar-track {
    background: #231e19;
}

.newgamepromo-bg {
    /*  background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/games/smarthud/shud-bg1.png);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #18181a;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image-source: linear-gradient(to left, transparent 10%, #00C853 50%, transparent 90%);
}

@media (max-width: 480px) {
    .newgamepromo-bg {
        background-repeat: no-repeat;
        background-size: 250vw;
        background-position: top center;
    }
}

.Ngame-floatbg-box .nga-left {
    position: absolute;
    top: 28%;
    right: -24%;
}

@media (max-width: 480px) {
    .Ngame-floatbg-box .nga-left {
        top: 49%;
        right: -28%;
        width: 95vw;
    }
}

.Ngame-floatbg-box .nga-right {
    position: absolute;
    top: 21%;
    left: -24%;
}

@media (max-width: 480px) {
    .Ngame-floatbg-box .nga-right {
        top: 30%;
        left: -29%;
        width: 95vw;
    }
}

.Ngame-title-qoute {
    font-size: 0;
}

.Ngame-title-qoute .q-rev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shud-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/games/smarthud/shud-bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #18181a;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image-source: linear-gradient(to left, transparent 10%, #00C853 50%, transparent 90%);
}

@media (max-width: 480px) {
    .shud-bg1 {
        background-repeat: no-repeat;
        background-size: 250vw;
        background-position: top center;
    }
}

.NgP-bgcolor {
    background-color: #18181a;
}

.NgP-bgcolor2 {
    background-color: #201f1f;
}

.shud-bullet01 li {
    position: relative;
}

.shud-bullet01 li p {
    padding-left: 30px;
}

@media (max-width: 480px) {
    .shud-bullet01 li p {
        padding-left: 25px;
    }
}

.shud-bullet01 li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    right: auto;
    bottom: auto;
    width: 4px;
    height: 4px;
    border: 2px solid #737373;
    border-radius: 8px;
}

@media (max-width: 480px) {
    .shud-bullet01 li p:before {
        left: 10px;
        top: 10px;
        width: 3px;
        height: 3px;
    }
}

.shud-img-border img {
    border: 1px solid transparent;
    border-radius: 16px;
    background-image: linear-gradient(transparent, transparent), linear-gradient(150deg, #296d44, #27272b 75%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.Ngame-vidradius video {
    border-radius: 16px;
}

.Ngame-imgradius img {
    border-radius: 16px;
}

.shud-img-box {
    background: linear-gradient(146deg, #22461d 18%, #12331a 100%);
    border-radius: 15px 15px 0 0;
    padding: 10% 10% 0 10%;
}

@media (max-width: 480px) {
    .shud-img-box {
        padding: 10% 25% 0 25%;
    }
}

.Ngame-banner-container {
    position: relative;
}

.Ngame-banner-container .Nfloat-title {
    width: 950px;
    margin: 0 auto;
    display: block;
    z-index: 5;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .Ngame-banner-container .Nfloat-title {
        width: 90%;
        top: 75%;
    }
}

.Ngame-banner-container .Nfloat-title h3 {
    font-size: 70px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 1024px) {
    .Ngame-banner-container .Nfloat-title h3 {
        font-size: 7vw;
    }
}

.Ngame-banner-box {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .Ngame-banner-box {
        min-height: 42vw;
    }
}

@media (max-width: 480px) {
    .Ngame-banner-box {
        min-height: 48vw;
    }
}

@media (max-width: 1024px) {
    .Ngame-banner-box img {
        transform: scale(1.6);
        margin-left: -16vw;
        margin-top: 7vw;
    }
}

@media (max-width: 480px) {
    .Ngame-banner-box img {
        transform: scale(2.3);
        margin-left: -40vw;
        margin-top: 10vw;
    }
}

@media (max-width: 1024px) {
    .Ngame-banner-box .spngldimg {
        transform: scale(1.6);
        margin-left: -2vw !important;
        margin-top: 7vw !important;
    }
}

@media (max-width: 480px) {
    .Ngame-banner-box .spngldimg {
        transform: scale(2.3);
        margin-left: -7vw !important;
        margin-top: 3vw !important;
    }
}

.flex-Ngame {
    display: flex;
}

@media (max-width: 480px) {
    .flex-Ngame {
        flex-direction: column;
    }
    .flex-Ngame .order-1 {
        order: 1;
    }
    .flex-Ngame .order-2 {
        order: 2;
    }
}

.splash-interactive-optn .spl-txtimg {
    position: relative;
    margin-top: 20px;
    padding-left: 10px;
}

@media (max-width: 480px) {
    .splash-interactive-optn .spl-txtimg {
        margin-top: 3vw;
    }
}

@media (max-width: 480px) {
    .splash-interactive-optn .spl-txtimg img {
        width: 14vw;
    }
}

.splash-interactive-optn .spl-txtimg span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .splash-interactive-optn .spl-txtimg span {
        font-size: 4vw;
    }
}

.splash-interactive-optn .spl-txtimg:before {
    content: "";
    display: block;
    position: absolute;
    left: -65px;
    bottom: -40px;
    right: auto;
    top: auto;
    width: 190px;
    height: 190px;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/games/splash/splash-underbg.png) 0 0/cover no-repeat;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 480px) {
    .splash-interactive-optn .spl-txtimg:before {
        left: -9vw;
        bottom: -5vw;
        width: 30vw;
        height: 30vw;
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/games/splash/splash-underbg.png) 0 0/100% no-repeat;
    }
}

.splash-border-blue {
    border: 1px solid transparent;
    border-radius: 16px;
    background-image: linear-gradient(transparent, transparent), linear-gradient(150deg, #2365c8, #27272b 75%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.sng191b {
    background-color: #19191b;
}

.sngborder {
    border-radius: 15px 15px 0 0;
}

.sngc-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/games/sngc/sngc-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #18181a;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image-source: linear-gradient(to left, transparent 10%, #ffa019 50%, transparent 90%);
}

tbody.table-game25-fixhead-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-game25-fixhead-body {
        padding: 0;
    }
}

.table-game25-adjusted4 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.table-game25-adjusted4 thead,
.table-game25-adjusted4 tbody,
.table-game25-adjusted4 tr,
.table-game25-adjusted4 td,
.table-game25-adjusted4 th {
    display: block;
    overflow-x: hidden;
}

.table-game25-adjusted4 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-game25-adjusted4>thead {
    background: #24242a;
    border-radius: 10px;
}

.table-game25-adjusted4>thead>tr>th {
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    word-break: break-word;
    line-height: 1.8em;
    background: transparent;
    color: #d4d4d4;
    font-size: 17px;
}

@media (max-width: 1024px) {
    .table-game25-adjusted4>thead>tr>th {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .table-game25-adjusted4>thead>tr>th {
        min-height: 35px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.3vw !important;
    }
}

.table-game25-adjusted4 tbody>tr>td {
    color: #d4d4d4;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    line-height: 1.8em;
    /* &:nth-child(3) {
        color: #fef08a !important;
    }*/
}

@media (max-width: 480px) {
    .table-game25-adjusted4 tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-game25-adjusted4 tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #232328;
    /* &:hover {
        background-color: #000 !important;
    }*/
}

.table-game25-adjusted415 {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border-collapse: collapse;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    color: #000000;
}

.table-game25-adjusted415 thead,
.table-game25-adjusted415 tbody,
.table-game25-adjusted415 tr,
.table-game25-adjusted415 td,
.table-game25-adjusted415 th {
    display: block;
    overflow-x: hidden;
}

.table-game25-adjusted415 tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-game25-adjusted415>thead {
    background: #24242a;
    border-radius: 10px;
}

.table-game25-adjusted415>thead>tr>th {
    text-align: center;
    font-weight: 400;
    padding: 10px 0;
    word-break: break-word;
    line-height: 1.8em;
    background: transparent;
    color: #d4d4d4;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .table-game25-adjusted415>thead>tr>th {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .table-game25-adjusted415>thead>tr>th {
        min-height: 35px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 2.3vw !important;
    }
}

.table-game25-adjusted415 tbody>tr>td {
    color: #d4d4d4;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    line-height: 1.8em;
    /* &:nth-child(3) {
        color: #fef08a !important;
    }*/
}

@media (max-width: 480px) {
    .table-game25-adjusted415 tbody>tr>td {
        font-size: 2.3vw !important;
        padding: 5px 1px;
    }
}

.table-game25-adjusted415 tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #232328;
    /* &:hover {
        background-color: #000 !important;
    }*/
}

.game25head4>tbody td,
.game25head4 thead th {
    float: left;
    width: 25% !important;
}

.game25head5>tbody td,
.game25head5 thead th {
    float: left;
    width: 20% !important;
}

.game25head6>tbody td,
.game25head6 thead th {
    float: left;
    width: 16.66% !important;
}

.game25head7>tbody td,
.game25head7 thead th {
    float: left;
    width: 14.28% !important;
}

.game25head8>tbody td,
.game25head8 thead th {
    float: left;
    width: 12.5% !important;
}

.game25head15>tbody td,
.game25head15 thead th {
    float: left;
    width: 6.5% !important;
}

.game25head8spc>tbody td,
.game25head8spc thead th {
    float: left;
    width: 11.6% !important;
}

.game25head8spc>tbody td:nth-child(8),
.game25head8spc thead th:nth-child(8) {
    width: 18% !important;
}

.game25head8spc2>tbody td,
.game25head8spc2 thead th {
    float: left;
    width: 13.4% !important;
}

.game25head8spc2>tbody td:nth-child(1),
.game25head8spc2 thead th:nth-child(1) {
    width: 6% !important;
}

.game25-fixhead-scroll-pc {
    overflow: auto;
    max-height: 765px;
}

@media (max-width: 768px) {
    .game25-fixhead-scroll-pc {
        max-height: 600px;
    }
}

.game25-fixhead-scroll-pc2 {
    overflow: auto;
}

@media (max-width: 768px) {
    .game25-fixhead-scroll-pc2 {
        max-height: 600px;
    }
}

tbody.game25-scroll-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
    border: 1px solid #23120c;
}

tbody.game25-scroll-wrapper::-webkit-scrollbar-corner {
    background-color: #171009;
}

tbody.game25-scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #565571;
}

tbody.game25-scroll-wrapper::-webkit-scrollbar-track {
    background: #1b1b1b;
}

.table-game25-sng-th-color>thead {
    background: #4e3818 !important;
    border-radius: 10px;
}

.table-game25-sng-th-color tbody>tr {
    border-bottom: 1px solid #4e3818 !important;
}

.sng-tab-menu-box {
    font-size: 0;
}

.sng-tab-menu-box h4 {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .sng-tab-menu-box h4 {
        width: 15%;
    }
}

@media (max-width: 480px) {
    .sng-tab-menu-box h4 {
        display: block;
        width: 100%;
    }
}

.sng-tab-menu-box .sng3max-btn {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .sng-tab-menu-box .sng3max-btn {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .sng-tab-menu-box .sng3max-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.sng-tab-menu-box .sng3max-btn li {
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 1024px) {
    .sng-tab-menu-box .sng3max-btn li {
        margin: 5px 5px;
    }
}

@media (max-width: 480px) {
    .sng-tab-menu-box .sng3max-btn li {
        margin: 5px 5px;
        min-width: 27vw;
    }
}

.sng-tab-menu-box .sng3max-btn li a {
    font-size: 15px;
    color: #fff;
    border: 1px solid #42424c;
    border-radius: 50px;
    padding: 10px 25px;
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
}

@media (max-width: 480px) {
    .sng-tab-menu-box .sng3max-btn li a {
        font-size: 3.5vw;
    }
}

.sng-tab-menu-box .sng3max-btn li a:hover {
    color: #000;
    background-color: #fff !important;
}

.sng-tab-menu-box .sng3max-btn .active-tab a {
    color: #000;
    background-color: #fff !important;
}

.sng-tab-menu-box .sng6max-btn {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .sng-tab-menu-box .sng6max-btn {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .sng-tab-menu-box .sng6max-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.sng-tab-menu-box .sng6max-btn li {
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 1024px) {
    .sng-tab-menu-box .sng6max-btn li {
        margin: 5px 5px;
    }
}

@media (max-width: 480px) {
    .sng-tab-menu-box .sng6max-btn li {
        margin: 5px 5px;
        min-width: 27vw;
    }
}

.sng-tab-menu-box .sng6max-btn li a {
    font-size: 15px;
    color: #fff;
    border: 1px solid #42424c;
    border-radius: 50px;
    padding: 10px 25px;
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
}

@media (max-width: 480px) {
    .sng-tab-menu-box .sng6max-btn li a {
        font-size: 3.5vw;
    }
}

.sng-tab-menu-box .sng6max-btn li a:hover {
    color: #000;
    background-color: #fff !important;
}

.sng-tab-menu-box .sng6max-btn .active-tab a {
    color: #000;
    background-color: #fff !important;
}

@media (max-width: 600px) {
    .sng3max-table {
        overflow-x: scroll;
        width: 620px !important;
    }
}

@media (max-width: 480px) {
    .sng3max-table {
        overflow-x: scroll;
        width: 550px !important;
    }
}

.sng3max-table tbody {
    display: none !important;
}

.sng3max-table .sngActive {
    display: block !important;
}

@media (max-width: 700px) {
    .sng6max-table {
        overflow-x: scroll;
        width: 670px !important;
    }
}

.sng6max-table tbody {
    display: none !important;
}

.sng6max-table .sngActive {
    display: block !important;
}

@media (max-width: 600px) {
    .sng3max-table-scroll {
        overflow-x: scroll !important;
    }
}

@media (max-width: 700px) {
    .sng3max-table-scroll2 {
        overflow-x: scroll !important;
    }
    .sng3max-table-scroll2 table {
        width: 800px !important;
    }
}

@media (max-width: 700px) {
    .sng6max-table-scroll {
        overflow-x: scroll !important;
    }
}

.wsopc-clr-bg {
    background-color: #110e0f;
}

.wsopc25-floatH {
    position: relative;
    margin-bottom: 100px;
}

@media (max-width: 1024px) {
    .wsopc25-floatH {
        margin-bottom: 10px;
    }
}

.wsopc25-floatH h3 {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.wsopc-border-top {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image-source: linear-gradient(to left, transparent 10%, #ffa019 50%, transparent 90%);
}

.wsopc25-grad-bg {
    background-image: -moz-linear-gradient(-51deg, rgba(0, 0, 0, 0.70196) 0%, rgba(179, 129, 35, 0.7) 0%, rgba(191, 149, 71, 0.35) 21%, rgba(217, 192, 145, 0.16) 45%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(-51deg, rgba(0, 0, 0, 0.70196) 0%, rgba(179, 129, 35, 0.7) 0%, rgba(191, 149, 71, 0.35) 21%, rgba(217, 192, 145, 0.16) 45%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(-51deg, rgba(0, 0, 0, 0.70196) 0%, rgba(179, 129, 35, 0.7) 0%, rgba(191, 149, 71, 0.35) 21%, rgba(217, 192, 145, 0.16) 45%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset 2px 2px 4px 0px rgba(169, 134, 73, 0.9), 0px 7px 17px 0px rgba(0, 0, 0, 0.13);
}

.wsopc25-setpad1 {
    padding: 50px;
}

@media (max-width: 1024px) {
    .wsopc25-setpad1 {
        padding: 5vw 2vw;
    }
}

@media (max-width: 768px) {
    .wsopc25-setpad1 {
        padding: 7vw 10vw;
        margin-bottom: 8vw;
    }
}

.wsop-br-top {
    border-top: 2px solid #996f15;
}

.wsopc25-setpad2 {
    padding: 50px 20px;
    min-height: 330px;
}

@media (max-width: 768px) {
    .wsopc25-setpad2 {
        min-height: unset;
    }
}

.wsopc25-txtwimg {
    position: relative;
    border-bottom: 1px solid #9b9999;
    margin-bottom: 20px;
}

.wsopc25-txtwimg h3 {
    font-size: 40px;
    font-style: italic;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 3px solid #c9c9c8;
    display: inline-block;
}

@media (max-width: 1024px) {
    .wsopc25-txtwimg h3 {
        font-size: 2.5vw;
    }
}

@media (max-width: 768px) {
    .wsopc25-txtwimg h3 {
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {
    .wsopc25-txtwimg h3 {
        font-size: 5.5vw;
    }
}

.wsopc25-txtwimg img {
    position: absolute;
    top: -100px;
    right: 20px;
}

@media (max-width: 1024px) {
    .wsopc25-txtwimg img {
        top: -7vw;
        right: -2vw;
        width: 17vw;
    }
}

@media (max-width: 768px) {
    .wsopc25-txtwimg img {
        top: -12vw;
        right: 3vw;
        width: 27vw;
    }
}

@media (max-width: 480px) {
    .wsopc25-txtwimg img {
        top: -14vw;
        right: 2vw;
        width: 35vw;
    }
}

.wsop25-step-box {
    /* background-color: rgba(11, 11, 11, 0.9);*/
    padding: 75px 40px 20px 40px;
    border-radius: 25px;
    margin: 5% 0;
    position: relative;
    border-radius: 27px;
}

@media (max-width: 1024px) {
    .wsop25-step-box {
        padding: 20px 20px 20px 20px;
    }
}

.wsop25-step-box .fltbox {
    position: absolute;
    top: -32%;
    left: 70%;
    width: 30%;
}

@media (max-width: 1024px) {
    .wsop25-step-box .fltbox {
        position: relative;
        top: unset;
        left: unset;
        width: 50%;
        margin: 0 auto;
        display: block;
    }
}

.wsop25-step {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .wsop25-step {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.wsop25-step img {
    width: 100%;
}

@media (max-width: 480px) {
    .wsop25-step img {
        display: none;
    }
}

.wsop25-step h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

@media (max-width: 480px) {
    .wsop25-step h4 {
        color: #fff;
        position: relative;
        text-align: center;
        top: unset;
        left: unset;
        transform: unset;
        background: #93661d;
        padding: 15px;
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}

.wsopc-circle-bullet li {
    position: relative;
}

.wsopc-circle-bullet li p {
    padding-left: 30px;
}

@media (max-width: 480px) {
    .wsopc-circle-bullet li p {
        padding-left: 25px;
    }
}

.wsopc-circle-bullet li p:before {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    right: auto;
    bottom: auto;
    width: 5px;
    height: 5px;
    border: 2px solid #737373;
    border-radius: 8px;
}

@media (max-width: 480px) {
    .wsopc-circle-bullet li p:before {
        left: 10px;
        top: 10px;
        width: 3px;
        height: 3px;
    }
}

.wsopc2025-flt-bg {
    position: absolute;
    top: 19%;
    z-index: 1;
    opacity: .7;
    width: 100%;
}

@media (max-width: 1024px) {
    .wsopc2025-flt-bg {
        top: 29%;
        left: 0;
    }
}

@media (max-width: 480px) {
    .wsopc2025-flt-bg {
        top: -4%;
        width: 202%;
    }
}

.ggm0325-pkb-v1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/super-million/mar-2025/ggm0325-pkb-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    border-radius: 15px;
    padding: 3% 1%;
}

.ggm0325-pkb-v1 a {
    width: 13vw;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .ggm0325-pkb-v1 a {
        width: 20vw;
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
    .ggm0325-pkb-v1 a {
        width: 35vw;
    }
}

.ggm0325-pkb-v1 .ggm0324tv {
    width: 125px;
}

@media (max-width: 1024px) {
    .ggm0325-pkb-v1 .ggm0324tv {
        width: 10vw;
    }
}

@media (max-width: 480px) {
    .ggm0325-pkb-v1 .ggm0324tv {
        width: 15vw;
    }
}

.ggm0325-pkb-v1 .ggm0324logo {
    width: 220px;
}

@media (max-width: 1024px) {
    .ggm0325-pkb-v1 .ggm0324logo {
        width: 20vw;
    }
}

@media (max-width: 480px) {
    .ggm0325-pkb-v1 .ggm0324logo {
        width: 30vw;
    }
}

.ggm0325-pkb-v1 h3 {
    font-size: 40px;
}

@media (max-width: 1024px) {
    .ggm0325-pkb-v1 h3 {
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {
    .ggm0325-pkb-v1 h3 {
        font-size: 4vw;
    }
}

.ggm0325-pkb-v1 .ggm0324special {
    font-size: 50px;
}

@media (max-width: 1024px) {
    .ggm0325-pkb-v1 .ggm0324special {
        font-size: 4vw;
    }
}

@media (max-width: 480px) {
    .ggm0325-pkb-v1 .ggm0324special {
        font-size: 5vw;
    }
}

.ggm324-fixpoint-15 {
    margin-top: -15vw;
}

@media (max-width: 1024px) {
    .ggm324-fixpoint-15 {
        margin-top: -23vw;
    }
}

.fishMaster-bg-2025 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/fishing-master/jdb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #141c43;
}

@media (max-width: 1024px) {
    .fishMaster-bg-2025 {
        background-size: 170%;
    }
}

.fm-fish-float {
    position: absolute;
    top: -3%;
    right: -10%;
    width: 38%;
}

@media (max-width: 1024px) {
    .fm-fish-float {
        position: absolute;
        top: -3vw;
        right: -3vw;
        width: 33vw;
    }
}

@media (max-width: 480px) {
    .fm-fish-float {
        top: -2vw;
        right: -4vw;
        width: 40vw;
    }
}

.fm-card {
    padding-top: 16%;
}

@media (max-width: 1024px) {
    .fm-card {
        padding-top: 10%;
    }
}

.fishMaster-bg-color {
    background-color: #141c43;
}

.fm-fish-logo {
    padding-left: 10%;
}

@media (max-width: 1024px) {
    .fm-fish-logo {
        padding-left: 11vw;
        width: 60vw;
    }
}

@media (max-width: 480px) {
    .fm-fish-logo {
        padding-left: 5vw;
        width: 62vw;
    }
}

.fishMaster-table {
    border: none;
    background: transparent;
}

.fishMaster-table thead>tr>th {
    background: #2a40b1 !important;
    font-weight: bold;
    font-size: 17px;
    padding: 18px 0;
}

@media (max-width: 480px) {
    .fishMaster-table thead>tr>th {
        font-size: 4vw;
        padding: 12px 0;
    }
}

.fishMaster-Game {
    text-align: center;
    font-size: 0;
}

.fishMaster-Game li {
    display: inline-block;
    padding: 0 10px;
    width: 20%;
    margin-bottom: 4%;
}

@media (max-width: 480px) {
    .fishMaster-Game li {
        width: 33%;
    }
}

.omhlc425-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/omaha-series-2024/omhlc-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-color: #18181b;
}

@media (max-width: 1024px) {
    .omhlc425-bg1 {
        background-size: 170%;
    }
}

.omhlc25-floatH {
    position: relative;
}

.omhlc25-floatH h3 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ppcashdrops-logo {
    padding-left: 0%;
}

@media (max-width: 1024px) {
    .ppcashdrops-logo {
        padding-left: 0vw;
        width: 80vw;
    }
}

@media (max-width: 480px) {
    .ppcashdrops-logo {
        padding-left: 2vw;
        width: 82vw;
    }
}

.ggwf25-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/ggwf25/ggwf25-bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color: #000;
}

.ggwf25-pushtop {
    margin-top: -9vw;
}

@media (max-width: 1024px) {
    .ggwf25-pushtop {
        margin-top: -10vw;
    }
}

@media (max-width: 1024px) {
    .ggwf25-pushtop {
        margin-top: 8vw;
    }
}

.ifrsrc {
    background-color: #202020;
}

@media (max-width: 1024px) {
    .ifrsrc {
        margin-top: 8vw;
    }
}

@media (max-width: 768px) {
    .ifrsrc {
        margin-top: 20vw;
    }
}

.ifrmchar {
    margin-top: -7vw;
}

@media (max-width: 480px) {
    .ifrmchar {
        margin-top: 18vw;
    }
}

.ggwf-iframe-container {
    position: relative;
}

.ggwf-iframe-container .ifrmft {
    position: absolute;
    width: 95%;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 1024px) {
    .ggwf-iframe-container .ifrmft {
        top: 101%;
    }
}

@media (max-width: 480px) {
    .ggwf-iframe-container .ifrmft {
        top: 104%;
    }
}

.ggwf-iframe-container .ggwf-ifrm-box {
    position: absolute;
    width: 98%;
    height: 558px;
    padding: 20px;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .ggwf-iframe-container .ggwf-ifrm-box {
        width: 95vw;
        height: 83vw;
        padding: 20px;
        top: 58%;
    }
}

@media (max-width: 480px) {
    .ggwf-iframe-container .ggwf-ifrm-box {
        width: 86vw;
        height: 169vw;
        padding: 20px;
        top: 60.8%;
    }
}

.ggwf-iframe-container .ggwf-ifrm-box .ifrm-parent {
    height: 100%;
}

.ggwf-iframe-container .ggwf-ifrm-box .ifrm-parent iframe {
    width: 100%;
    height: 100%;
}

.ggwf-iframe-container .ggwf-ifrm-textbox {
    position: absolute;
    width: 95%;
    top: 11%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 480px) {
    .ggwf-iframe-container .ggwf-ifrm-textbox {
        width: 67%;
        top: 12%;
    }
}

.ggwf-iframe-container .ggwf-ifrm-textbox h3,
.ggwf-iframe-container .ggwf-ifrm-textbox h4,
.ggwf-iframe-container .ggwf-ifrm-textbox h5 {
    color: #fff;
}

.ggwf-iframe-container .ggwf-ifrm-textbox h3 span,
.ggwf-iframe-container .ggwf-ifrm-textbox h4 span,
.ggwf-iframe-container .ggwf-ifrm-textbox h5 span {
    color: #e3d065;
}

.ggwf-iframe-container .ggwf-ifrm-textbox h3 {
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 22px;
}

@media (max-width: 600px) {
    .ggwf-iframe-container .ggwf-ifrm-textbox h3 {
        font-size: 6vw;
        font-weight: bold;
        padding-bottom: 3vw;
    }
}

@media (max-width: 480px) {
    .ggwf-iframe-container .ggwf-ifrm-textbox h3 {
        font-size: 8vw;
        font-weight: bold;
        padding-bottom: 9vw;
    }
}

.ggwf-iframe-container .ggwf-ifrm-textbox h4 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 12px;
}

@media (max-width: 600px) {
    .ggwf-iframe-container .ggwf-ifrm-textbox h4 {
        font-size: 3vw;
        padding-bottom: 1vw;
    }
}

@media (max-width: 480px) {
    .ggwf-iframe-container .ggwf-ifrm-textbox h4 {
        font-size: 5vw;
        padding-bottom: 3vw;
    }
}

.ggwf-iframe-container .ggwf-ifrm-textbox h5 {
    font-size: 18px;
    padding-bottom: 15px;
}

@media (max-width: 600px) {
    .ggwf-iframe-container .ggwf-ifrm-textbox h5 {
        font-size: 2.5vw;
        padding-bottom: 1vw;
        line-height: 1.5em;
    }
}

@media (max-width: 480px) {
    .ggwf-iframe-container .ggwf-ifrm-textbox h5 {
        font-size: 3.5vw;
        padding-bottom: 3vw;
        line-height: 1.5em;
    }
}

@media (max-width: 1024px) {
    .ifrmchar img {
        width: 26vw;
    }
}

@media (max-width: 480px) {
    .ifrmchar img {
        width: 40vw;
    }
}

.ggwf-ipc {
    display: block;
}

@media (max-width: 1024px) {
    .ggwf-ipc {
        display: none;
    }
}

.ggwf-itab {
    display: none;
}

@media (max-width: 1024px) {
    .ggwf-itab {
        display: block;
    }
}

@media (max-width: 480px) {
    .ggwf-itab {
        display: none;
    }
}

.ggwf-icp {
    display: none;
}

@media (max-width: 480px) {
    .ggwf-icp {
        display: block;
    }
}

.ggwf-spotlight25 {
    position: relative;
    bottom: -125px;
    z-index: 3;
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .ggwf-spotlight25 {
        bottom: -115px;
        width: 100%;
    }
}

.ggwf-spotlight25 img {
    position: absolute;
    bottom: 0;
    width: 60%;
}

.ggwf-spotlight25 .spt-1 {
    left: 0;
}

.ggwf-spotlight25 .spt-2 {
    right: 0;
    transform: scaleX(-1);
}

.apl625-bg1 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2025/apl-625-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #0d0d0d;
    position: relative;
}

@media (max-width: 1024px) {
    .apl625-bg1 {
        background-repeat: no-repeat;
        background-size: 180%;
        background-position: top center;
    }
}

.apl625-bg2 {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/contents/apl/jun2025/apl-625-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #0d0d0d;
    position: relative;
    padding-bottom: 160px;
}

@media (max-width: 1024px) {
    .apl625-bg2 {
        padding-bottom: 18vw;
    }
}

.apl625-bg3 {
    background-color: #0d0d0d;
}

.apl625-leadeboard-grp {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 20px 20px 20px;
    border-radius: 10px;
    margin-top: -15%;
}

@media (max-width: 480px) {
    .apl625-leadeboard-grp {
        padding: 5px 10px 20px 10px;
    }
}

.apl625floater img {
    position: absolute;
}

.apl625floater .horse {
    bottom: 30%;
    left: -13%;
    width: 190px;
}

@media (max-width: 1024px) {
    .apl625floater .horse {
        bottom: 14vw;
        left: -11vw;
        width: 16vw;
    }
}

@media (max-width: 480px) {
    .apl625floater .horse {
        bottom: 22vw;
        left: -7vw;
        width: 21vw;
    }
}

.apl625floater .rooster {
    bottom: 26%;
    right: -16%;
    width: 184px;
}

@media (max-width: 1024px) {
    .apl625floater .rooster {
        bottom: 13vw;
        right: -9vw;
        width: 15vw;
    }
}

@media (max-width: 480px) {
    .apl625floater .rooster {
        bottom: 15vw;
        right: -8vw;
        width: 19vw;
    }
}

.apl625floater .tiger {
    bottom: -63%;
    right: -20%;
    width: 370px;
}

@media (max-width: 1024px) {
    .apl625floater .tiger {
        bottom: -23vw;
        right: -11vw;
        width: 29vw;
    }
}

@media (max-width: 480px) {
    .apl625floater .tiger {
        bottom: -30vw;
        right: -14vw;
        width: 36vw;
    }
}

.apl625floater .bcloud {
    top: 33%;
    left: -11%;
}

@media (max-width: 1024px) {
    .apl625floater .bcloud {
        top: 33%;
        left: -15%;
        width: 19vw;
    }
}

@media (max-width: 480px) {
    .apl625floater .bcloud {
        top: 27%;
        left: -10%;
        width: 27vw;
    }
}

.apl625floater .gcloud {
    top: -40%;
    left: -16%;
}

@media (max-width: 1024px) {
    .apl625floater .gcloud {
        top: -17vw;
        left: -16vw;
        width: 19vw;
    }
}

@media (max-width: 480px) {
    .apl625floater .gcloud {
        width: 27vw;
    }
}

.apl625floater .rcloud {
    bottom: -25%;
    right: -16%;
}

@media (max-width: 1024px) {
    .apl625floater .rcloud {
        bottom: -1vw;
        right: -17vw;
        width: 19vw;
    }
}

@media (max-width: 480px) {
    .apl625floater .rcloud {
        width: 27vw;
    }
}

.apltl-box-overlap {
    margin-top: -5%;
}

.apl625-highlight-grp {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

@media (max-width: 1024px) {
    .apl625-highlight-grp {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .apl625-highlight-grp {
        top: 53%;
        width: 90%;
    }
}

.apl625-dgframe-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.apl625-dgframe-cnt .dgfrm-txt {
    text-align: center;
    min-width: 50%;
}

@media (max-width: 1024px) {
    .apl625-dgframe-cnt .dgfrm-txt {
        min-width: 60%;
        max-width: 60%;
    }
}

@media (max-width: 690px) {
    .apl625-dgframe-cnt .dgfrm-txt {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .apl625-dgframe-cnt .dgfrm-img {
        min-width: 30%;
        max-width: 30%;
    }
}

@media (max-width: 690px) {
    .apl625-dgframe-cnt .dgfrm-img {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 690px) {
    .apl625-dgframe-cnt .dgfrm-img img {
        width: 35vw;
        margin-bottom: 3vw;
    }
}

@media (max-width: 480px) {
    .apl625-dgframe-cnt .dgfrm-img img {
        width: 40vw;
        margin-bottom: 3vw;
    }
}

@media (max-width: 360px) {
    .apl625-dgframe-cnt .dgfrm-img img {
        width: 38vw;
        margin-bottom: 2vw;
    }
}

.apl625-dgframe-cnt h4 {
    margin-bottom: 10px;
}

.apl625-dgframe-cnt h4 span {
    display: inline-block;
    padding-bottom: 5px;
}

.apl625-dgframe-cnt h4 .ybb {
    color: #925506;
    line-height: 1.2em;
    border-bottom: 2px solid;
}

.apl625-dgframe-cnt h4 .bbb {
    color: #000;
    line-height: 1.2em;
    border-bottom: 2px solid;
}

.apl625-dgframe-cnt h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .apl625-dgframe-cnt h3 {
        font-size: 2vw;
    }
}

@media (max-width: 690px) {
    .apl625-dgframe-cnt h3 {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .apl625-dgframe-cnt h3 {
        font-size: 4.8vw;
    }
}

.apl625-dgframe-cnt h4,
.apl625-dgframe-cnt p,
.apl625-dgframe-cnt .small-base {
    font-size: 18px;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .apl625-dgframe-cnt h4,
    .apl625-dgframe-cnt p,
    .apl625-dgframe-cnt .small-base {
        font-size: 1.6vw;
    }
}

@media (max-width: 690px) {
    .apl625-dgframe-cnt h4,
    .apl625-dgframe-cnt p,
    .apl625-dgframe-cnt .small-base {
        font-size: 2.5vw;
    }
}

@media (max-width: 480px) {
    .apl625-dgframe-cnt h4,
    .apl625-dgframe-cnt p,
    .apl625-dgframe-cnt .small-base {
        font-size: 3.8vw;
    }
}

.apl625-dgframe-cnt p {
    margin-top: 10px;
}

.apl625-dgframe-cnt .triple-title,
.apl625-dgframe-cnt .title-day,
.apl625-dgframe-cnt .title-w-bg {
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

.apl625-dgframe-cnt .triple-title {
    font-size: 24px;
    padding-top: 5%;
    padding-bottom: 2%;
}

@media (max-width: 1024px) {
    .apl625-dgframe-cnt .triple-title {
        font-size: 2.2vw !important;
        margin: 0 !important;
    }
}

@media (max-width: 690px) {
    .apl625-dgframe-cnt .triple-title {
        font-size: 2.8vw !important;
    }
}

@media (max-width: 480px) {
    .apl625-dgframe-cnt .triple-title {
        font-size: 4vw !important;
        padding-top: 5vw;
        padding-bottom: 2vw;
    }
}

.apl625-dgframe-cnt .title-day {
    font-size: 32px;
    color: #0f44a6;
}

@media (max-width: 1024px) {
    .apl625-dgframe-cnt .title-day {
        font-size: 2.7vw !important;
    }
}

@media (max-width: 690px) {
    .apl625-dgframe-cnt .title-day {
        font-size: 3.5vw !important;
    }
}

@media (max-width: 480px) {
    .apl625-dgframe-cnt .title-day {
        font-size: 4vw !important;
    }
}

.apl625-dgframe-cnt .title-w-bg {
    font-size: 42px;
    color: #000000;
    background-color: #fee308;
    width: 85%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .apl625-dgframe-cnt .title-w-bg {
        font-size: 3vw !important;
    }
}

@media (max-width: 690px) {
    .apl625-dgframe-cnt .title-w-bg {
        font-size: 4vw !important;
    }
}

@media (max-width: 480px) {
    .apl625-dgframe-cnt .title-w-bg {
        font-size: 4.5vw !important;
    }
}

.apl625-dgframe-cnt .title-guarantee {
    font-size: 26px;
    color: #000000;
    line-height: 1.5em;
    text-align: center;
}

@media (max-width: 1024px) {
    .apl625-dgframe-cnt .title-guarantee {
        font-size: 2.4vw;
    }
}

@media (max-width: 690px) {
    .apl625-dgframe-cnt .title-guarantee {
        font-size: 2.7vw;
    }
}

@media (max-width: 480px) {
    .apl625-dgframe-cnt .title-guarantee {
        font-size: 3.5vw !important;
    }
}

.apl625-dgframe-cnt .triple-content-box {
    display: flex;
    padding: 10px 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.apl625-1080-container {
    width: 1080px !important;
}

@media (max-width: 1080px) {
    .apl625-1080-container {
        width: 100% !important;
    }
}

.dgfrm-bg {
    display: block !important;
}

@media (max-width: 1024px) {
    .dgfrm-bg {
        display: none !important;
    }
}

.dgfrm-bg-tab {
    display: none !important;
}

@media (max-width: 1024px) {
    .dgfrm-bg-tab {
        display: block !important;
    }
}

@media (max-width: 690px) {
    .dgfrm-bg-tab {
        display: none !important;
    }
}

.dgfrm-bg-mb {
    display: none !important;
}

@media (max-width: 690px) {
    .dgfrm-bg-mb {
        display: block !important;
    }
}

.apl625-dragonframe {
    position: relative;
    margin-top: 2%;
}

@media (max-width: 480px) {
    .apl625-dragonframe {
        margin-top: 13%;
    }
}

.apl625-dragonframe .apl-625-dragonking {
    position: absolute;
    top: 6%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 1380px;
}

@media (max-width: 1380px) {
    .apl625-dragonframe .apl-625-dragonking {
        top: 4%;
        left: 47%;
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .apl625-dragonframe .apl-625-dragonking {
        top: 3%;
        left: 50%;
        width: 126%;
    }
}

@media (max-width: 480px) {
    .apl625-dragonframe .apl-625-dragonking {
        top: 1%;
        left: 72%;
        width: 159%;
    }
}

.apl625-yellow-dragonbox {
    position: relative;
    padding-left: 15%;
}

@media (max-width: 1024px) {
    .apl625-yellow-dragonbox {
        padding-left: 22%;
    }
}

@media (max-width: 690px) {
    .apl625-yellow-dragonbox {
        padding-left: 11vw;
        width: 62vw;
    }
}

@media (max-width: 480px) {
    .apl625-yellow-dragonbox {
        padding-left: 15vw;
        width: 76vw;
    }
}

.apl625-yellow-dragonbox img {
    position: absolute;
    top: 50%;
    left: 18%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .apl625-yellow-dragonbox img {
        left: 19%;
        width: 16vw;
    }
}

@media (max-width: 690px) {
    .apl625-yellow-dragonbox img {
        left: 8vw;
        width: 17vw;
    }
}

@media (max-width: 480px) {
    .apl625-yellow-dragonbox img {
        left: 11vw;
        width: 22vw;
    }
}

/*apl fix625 Table*/

.tbl-apl-fix6255head-scroll-pc {
    overflow: auto;
    max-height: 500px;
}

@media (max-width: 768px) {
    .tbl-apl-fix6255head-scroll-pc {
        max-height: 400px;
    }
}

.tbl-body-apl-fix6255head {
    border: 1px solid #190e3e !important;
}

.table-apl-fix6255head {
    table-layout: auto;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
}

.table-apl-fix6255head thead,
.table-apl-fix6255head tbody,
.table-apl-fix6255head tr,
.table-apl-fix6255head td,
.table-apl-fix6255head th {
    display: block;
    overflow-x: hidden;
}

.table-apl-fix6255head tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-apl-fix6255head tbody td,
.table-apl-fix6255head thead th {
    float: left;
}

@media (max-width: 480px) {
    .table-apl-fix6255head tbody td,
    .table-apl-fix6255head thead th {
        font-size: 2.2vw !important;
    }
}

.table-apl-fix6255head tbody td:first-child,
.table-apl-fix6255head thead th:first-child {
    width: 16%;
}

@media (max-width: 1024px) {
    .table-apl-fix6255head tbody td:first-child,
    .table-apl-fix6255head thead th:first-child {
        /*width: 13%;*/
    }
}

@media (max-width: 430px) {
    .table-apl-fix6255head tbody td:first-child,
    .table-apl-fix6255head thead th:first-child {
        /*width: 12%;*/
    }
}

.table-apl-fix6255head tbody td:nth-child(2),
.table-apl-fix6255head thead th:nth-child(2) {
    width: 13%;
}

@media (max-width: 1024px) {
    .table-apl-fix6255head tbody td:nth-child(2),
    .table-apl-fix6255head thead th:nth-child(2) {
        width: 16%;
    }
}

.table-apl-fix6255head tbody td:nth-child(3),
.table-apl-fix6255head thead th:nth-child(3) {
    width: 43%;
}

@media (max-width: 1024px) {
    .table-apl-fix6255head tbody td:nth-child(3),
    .table-apl-fix6255head thead th:nth-child(3) {
        width: 36%;
    }
}

.table-apl-fix6255head tbody td:nth-child(4),
.table-apl-fix6255head thead th:nth-child(4) {
    width: 12%;
}

@media (max-width: 1024px) {
    .table-apl-fix6255head tbody td:nth-child(4),
    .table-apl-fix6255head thead th:nth-child(4) {
        width: 16%;
    }
}

.table-apl-fix6255head tbody td:nth-child(5),
.table-apl-fix6255head thead th:nth-child(5) {
    width: 16%;
}

.table-apl-fix6255head>thead>tr>th {
    background: #2a6554 !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

@media (max-width: 480px) {
    .table-apl-fix6255head>thead>tr>th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.table-apl-fix6255head>thead>tr>th:first-child {
    border-radius: 0;
}

.table-apl-fix6255head>thead>tr>th:last-child {
    border-radius: 0;
}

.table-apl-fix6255head tbody>tr:hover {
    background-color: #21322d !important;
}

.table-apl-fix6255head tbody>tr>td {
    color: #fff;
    font-size: 14px;
    /*border-right: 1px solid #000;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .table-apl-fix6255head tbody>tr>td {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

.table-apl-fix6255head>tbody>tr:nth-child(odd) {
    background-color: #000000;
}

.table-apl-fix6255head>tbody>tr:nth-child(even) {
    background-color: #0c1f1a;
}

tbody.table-apl-fix6255head-body {
    border-radius: 0;
    background-color: transparent;
    padding: 10px;
    display: block;
}

@media (max-width: 480px) {
    tbody.table-apl-fix6255head-body {
        padding: 0;
    }
}

tbody.table-apl-fix6255head-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
    border: 1px solid #040a1a;
}

@media (max-width: 480px) {
    tbody.table-apl-fix6255head-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
}

tbody.table-apl-fix6255head-wrapper::-webkit-scrollbar-corner {
    background-color: #104640;
}

tbody.table-apl-fix6255head-wrapper::-webkit-scrollbar-thumb {
    background-color: #104640 !important;
    border: 1px solid #104640 !important;
}

tbody.table-apl-fix6255head-wrapper::-webkit-scrollbar-track {
    background-color: #092827 !important;
}

.ggmf625-banner-fixpoint {
    margin-top: -29vw;
}

@media (max-width: 1024px) {
    .ggmf625-banner-fixpoint {
        margin-top: -54vw;
    }
}

@media (max-width: 480px) {
    .ggmf625-banner-fixpoint {
        margin-top: -56vw;
    }
}

.ggmf625-floatH {
    position: relative;
}

.ggmf625-floatH h3 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.ggmf625-table-grey {
    background-color: transparent;
    background-image: linear-gradient(180deg, #27272d 0%, #27272d 100%) !important;
    box-shadow: 0px 0px 12px #0c0b0e;
    min-height: 480px !important;
}

@media (max-width: 480px) {
    .ggmf625-table-grey {
        min-height: 360px !important;
    }
}

.videozone-container {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/Sliderbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0b0e17;
}

.vz-mainvid-container {
    cursor: pointer;
    position: relative;
}

.vz-mainvid-container .faded-overlay {
    cursor: pointer;
    width: 100%;
    position: absolute;
    background: red;
    /* position: relative; */
    z-index: 5;
    height: 52vw;
    top: 0;
}

.vz-mainvid-container .play-icon {
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 5;
    filter: drop-shadow(0 0 8px #222);
    opacity: 0;
}

.vz-mainvid-container .play-icon img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .vz-mainvid-container .play-icon img {
        width: 60% !important;
    }
}

.vz-mainvid-container .play-icon img:hover {
    -webkit-animation: bounce 1s;
    animation: rubberBand 1s;
    cursor: pointer;
}

.vz-mainvid-container .play-icon:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.5s all ease;
}

.vz-mainvid-container:hover .play-icon {
    opacity: 1.0;
}

.vz-mainvid-container video {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.vzone-container {
    margin: 0 10px;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .vzone-container {
        margin: 0 20px;
    }
}

.vzone-container .vz-video-container {
    border: none;
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-image: linear-gradient(to right, #2871fa, #6717cd);
    -webkit-border-image: linear-gradient(to right, #2871fa, #6717cd);
    -moz-border-image: linear-gradient(to right, #2871fa, #6717cd);
    -o-border-image: linear-gradient(to right, #2871fa, #6717cd);
    border-image-slice: 1;
    padding: 15px 0;
    margin: 10px 0;
    position: relative;
}

.vzone-container .vz-video-container:hover .play-active {
    opacity: 1.0;
}

.vzone-container video {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    min-height: 203px;
    max-height: 203px;
    height: 203px;
}

@media (max-width: 480px) {
    .vzone-container video {
        min-height: unset;
        max-height: unset;
        height: unset;
    }
}

.vzone-container .vz-play {
    width: unset !important;
    margin: unset !important;
    cursor: pointer;
    z-index: 6;
}

.vzone-container .vz-play:hover {
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.vzone-container h3,
.vzone-container h4,
.vzone-container p {
    line-height: 1.5em;
}

.vzone-container p {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 480px) {
    .vzone-container p {
        font-size: 3.2vw;
    }
}

.vzone-container .vz-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
}

@media (max-width: 800px) {
    .vzone-container .vz-title {
        justify-content: left;
    }
}

.vzone-container .vz-title h3 {
    color: #3d7aff;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 480px) {
    .vzone-container .vz-title h3 {
        font-size: 3.5vw;
    }
}

.vzone-container .vz-title h4 {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 800px) {
    .vzone-container .vz-title h4 {
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    .vzone-container .vz-title h4 {
        font-size: 3vw;
    }
}

.vzone-container .play-active {
    opacity: 0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.vzone-container .play-active:hover {
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.vzone-container .play-icon {
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 5;
    filter: drop-shadow(0 0 8px #222);
}

.vzone-container .play-icon img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .vzone-container .play-icon img {
        width: 60% !important;
    }
}

.vzone-container .play-icon img:hover {
    -webkit-animation: bounce 1s;
    animation: rubberBand 1s;
    cursor: pointer;
}

.vzone-container .play-icon:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.5s all ease;
}

.vz-wrapper-container {
    /*.slick-next, .slick-prev{
      top: 10px;
  }*/
}

@media (max-width: 480px) {
    .vz-wrapper-container .slick-prev,
    .vz-wrapper-container .slick-next {
        top: 45% !important;
    }
}

@media (max-width: 480px) {
    .vz-wrapper-container .slick-prev {
        left: -5px !important;
    }
}

@media (max-width: 480px) {
    .vz-wrapper-container .slick-next {
        right: -5px !important;
    }
}

@media (max-width: 480px) {
    .vz-wrapper-container .slick-dots li {
        width: 10px;
        margin: 0 5px;
        /* margin-top: 11px; */
        padding-top: 10px;
    }
}

@media (max-width: 1024px) {
    .vz-main-description {
        text-align: center;
    }
}

.vz-main-description h3 {
    color: #3d7aff;
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .vz-main-description h3 {
        font-size: 5vw;
    }
}

.vz-main-description p {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 480px) {
    .vz-main-description p {
        font-size: 3.5vw;
    }
}

.vz-main-description h3,
.vz-main-description h4,
.vz-main-description p {
    line-height: 1.5em;
}

.vz-img-mrg {
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .vz-img-mrg {
        margin-bottom: 3%;
    }
}

.vz-bg-black {
    background-color: #000 !important;
    background-image: none !important;
}

@media (max-width: 480px) {
    .vz-bg-black {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/index/section-2/bg1-mobi.jpg) !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: top center;
    }
}

.vz-popup>div {
    background: #000;
    border: 3px solid #00aff8;
    border-radius: 10px;
}

.vz-popup>div>img {
    border-radius: 10px;
}

.vz-modal {
    display: none;
    width: 50%;
    position: fixed;
    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: 50;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .vz-modal {
        width: 93%;
    }
}

.vz-vidpop video {
    width: 100%;
    max-height: 55vh;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@media (max-width: 1024px) {
    .modal-mobi-overlay {
        background-color: rgba(0, 0, 0, 0.9) !important;
        z-index: 8 !important;
    }
}

.admin-tbl {
    padding-top: 10px;
}

.admin-tbl>thead>tr>th {
    background: #4d4ab6;
    color: #fff;
}

.visit-box {
    padding: 20px 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.visit-box h4 {
    color: #797979;
    font-size: 25px;
}

.visit-box p {
    font-size: 15px;
}

.table-default-admin {
    border: 1px #cccccc solid;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: auto;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}

.table-default-admin tr {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.table-default-admin tr th {
    text-align: center;
    padding: 7px;
    vertical-align: middle;
    line-height: 20px;
    font-weight: bold;
    border-right: 1px solid #ddd;
}

.table-default-admin tr th:first-child {
    width: 20%;
}

.table-default-admin tr th:nth-child(2) {
    width: 25%;
}

.table-default-admin tr th:last-child {
    border-right: none;
}

.table-default-admin tr td {
    font-size: 14px;
    color: #484848;
    line-height: 1.3em;
    vertical-align: middle;
    word-break: break-word;
    border-right: 1px solid #ddd;
    padding: 4px 10px;
    width: 20%;
}

.table-default-admin tr td:last-child {
    border-right: none;
}

.table-default-admin tfoot td {
    width: 100%;
    display: table-cell;
}

.admintbl-paging a:hover {
    background-color: #43419f !important;
}

.admintbl-paging .ellipse {
    background: #7573d7 !important;
}

.admintbl-paging .current {
    color: #fff;
    background-color: #7573d7;
}

.table-striped-admin>tbody>tr:nth-child(even) {
    background-color: #f5f5f5;
}

.refer-menu-box a {
    font-size: 28px;
    color: #232323;
    font-weight: bold;
    margin: 0 5px;
    width: auto;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.refer-menu-box a:hover {
    color: #4d4ab6;
    border-bottom: 3px solid #4d4ab6;
}

.refer-menu-box a.active {
    color: #4d4ab6 !important;
    border-bottom: 3px solid #4d4ab6 !important;
}

.tbl-wd {
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .tbl-wd {
        width: 100%;
    }
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*  Larger Screen Styling */

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }
    .daterangepicker .ranges ul {
        width: 140px;
    }
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }
    .daterangepicker.single .ranges,
    .daterangepicker.single .drp-calendar {
        float: left;
    }
    .daterangepicker {
        direction: ltr;
        text-align: left;
    }
    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }
    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }
    .daterangepicker .ranges,
    .daterangepicker .drp-calendar {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }
    .daterangepicker .ranges {
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer;
}

table.dataTable td.dt-control:before {
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: 0.9em;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▴";
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    top: 50%;
    content: "▾";
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    opacity: 0.6;
}

table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before {
    display: none;
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
    outline: none;
}

div.dataTables_scrollBody table.dataTable thead>tr>th:before,
div.dataTables_scrollBody table.dataTable thead>tr>th:after,
div.dataTables_scrollBody table.dataTable thead>tr>td:before,
div.dataTables_scrollBody table.dataTable thead>tr>td:after {
    display: none;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 2px;
}

div.dataTables_processing>div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto;
}

div.dataTables_processing>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.9);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing>div:last-child>div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing>div:last-child>div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing>div:last-child>div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing>div:last-child>div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 10px 6px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable tbody tr {
    background-color: transparent;
}

table.dataTable tbody tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
    color: white;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}

table.dataTable.stripe>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}

table.dataTable.stripe>tbody>tr.odd.selected>*,
table.dataTable.display>tbody>tr.odd.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
}

table.dataTable.hover>tbody>tr:hover>*,
table.dataTable.display>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}

table.dataTable.hover>tbody>tr.selected:hover>*,
table.dataTable.display>tbody>tr.selected:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.935);
}

table.dataTable.order-column>tbody tr>.sorting_1,
table.dataTable.order-column>tbody tr>.sorting_2,
table.dataTable.order-column>tbody tr>.sorting_3,
table.dataTable.display>tbody tr>.sorting_1,
table.dataTable.display>tbody tr>.sorting_2,
table.dataTable.display>tbody tr>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}

table.dataTable.order-column>tbody tr.selected>.sorting_1,
table.dataTable.order-column>tbody tr.selected>.sorting_2,
table.dataTable.order-column>tbody tr.selected>.sorting_3,
table.dataTable.display>tbody tr.selected>.sorting_1,
table.dataTable.display>tbody tr.selected>.sorting_2,
table.dataTable.display>tbody tr.selected>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}

table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}

table.dataTable.display>tbody>tr.odd>.sorting_2,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}

table.dataTable.display>tbody>tr.odd>.sorting_3,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}

table.dataTable.display>tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
}

table.dataTable.display>tbody>tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
}

table.dataTable.display>tbody>tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
}

table.dataTable.display>tbody>tr.even>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}

table.dataTable.display>tbody>tr.even>.sorting_2,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
}

table.dataTable.display>tbody>tr.even>.sorting_3,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
}

table.dataTable.display>tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}

table.dataTable.display>tbody>tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
}

table.dataTable.display>tbody>tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px;
}

table.dataTable th,
table.dataTable td {
    box-sizing: content-box;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(230, 230, 230, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

.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 {
    margin-top: -56px;
    position: relative;
    z-index: 4;
}

@media (max-width: 1440px) {
    .wheel-container {
        margin-top: -45px;
    }
}

@media (max-width: 1024px) {
    .wheel-container {
        margin-top: 27px;
    }
}

@media (max-width: 480px) {
    .wheel-container {
        width: 80%;
        margin: -10px auto 0;
    }
}

@media (max-width: 414px) {
    .wheel-container {
        margin: -28px auto 0;
    }
}

@media (max-width: 375px) {
    .wheel-container {
        margin: -40px auto 0;
        width: 85%;
    }
}

.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(https://evpok.com/wp-content/themes/evpk/Assets/img/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(https://evpok.com/wp-content/themes/evpk/Assets/img/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(https://evpok.com/wp-content/themes/evpk/Assets/img/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(https://evpok.com/wp-content/themes/evpk/Assets/img/fortune-wheel/mayspin/spinner-bg.jpg?v=120123) no-repeat center center;
    background-size: cover;
}

@media (max-width: 1024px) {
    .fortune-container {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/fortune-wheel/mayspin/spinner-bg-mobi.jpg?v=120123) no-repeat top center;
        background-size: cover;
        /*background-position: 50% -50px;*/
    }
}

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

.spin-pc-none {
    display: none;
}

@media (max-width: 1024px) {
    .spin-pc-none {
        display: block;
    }
}

.fw-main-title {
    text-align: center;
    position: relative;
}

.fw-main-title img {
    width: 90%;
}

@media (max-width: 1440px) {
    .fw-main-title img {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .fw-main-title img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .fw-main-title img {
        width: 100%;
    }
}

.fw-main-title p {
    /*background-image: -webkit-linear-gradient(#000000, #000000);
    -webkit-background-clip: text;
    color: #fff5ea;
    position: relative;
    font-size: 37px;
    line-height: 37px;
    text-shadow: 1px 0px 6px #000000;*/
    /*background: linear-gradient(to top, #f7b142 0%, #fcbc4f 49%, #f9e291 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 1px 1px 13px #ff2300;
      
        color: #fff;*/
    /*font-size: 72px;
        
        position: relative;

        */
    /*&:after {
        background: none;
        content: attr(data-text);
        left: 0;
        position: absolute;
        text-shadow: 6px 6px 9px rgba(0, 0, 0, 0.33);
        top: 0;
        z-index: -1;
    }*/
}

.sub-title {
    position: absolute;
    width: 100%;
    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;
    top: auto;
    bottom: 13px;
}

.sub-title p {
    position: absolute;
    background: -webkit-linear-gradient(-90deg, #afbfce, #ffff, #afbfce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 37px;
    color: #535353;
    line-height: 40px;
    width: 100%;
}

@media (max-width: 1024px) {
    .sub-title p {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width: 600px) {
    .sub-title p {
        font-size: 21px;
        line-height: 21px;
    }
}

@media (max-width: 320px) {
    .sub-title p {
        font-size: 18px;
    }
}

.sub-title p.outline {
    transform: translate(2px, 2px);
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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(https://evpok.com/wp-content/themes/evpk/Assets/img/fortune-wheel/mayspin/wheel1.png) no-repeat center center;
    width: 100%;
    background-size: cover;
}

.pointer {
    position: absolute;
    top: 10px;
    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;
}

.pointer-center {
    position: absolute;
    top: 43.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;
}

.pointer-center .pointer {
    height: 80px;
}

@media (max-width: 480px) {
    .pointer-center .pointer {
        height: 12vw;
        top: 5px;
    }
}

.pointer-center .rou-center {
    height: 70px;
}

@media (max-width: 480px) {
    .pointer-center .rou-center {
        height: 10vw;
    }
}

.winner-box {
    position: relative;
    width: 90%;
    margin: 0 auto;
    /*background-color: rgba(0, 13, 36, 0.8);
  padding: 13px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px rgba(90, 218, 255, 0.54), rgba(255, 255, 255, 0.77) 0px 0px 2px inset;
  -webkit-box-shadow: 0 0 5px rgba(90, 218, 255, 0.54), rgba(255, 255, 255, 0.77) 0px 0px 2px inset;
  box-shadow: 0 0 5px rgba(90, 218, 255, 0.54), rgba(255, 255, 255, 0.77) 0px 0px 2px inset;*/
}

@media (max-width: 1024px) {
    .winner-box {
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .winner-box {
        width: 90%;
    }
}

@media (max-width: 425px) {
    .winner-box {
        width: 95%;
        margin-top: 10px;
    }
}

.winner-box label.winner-title {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/fortune-wheel/novspin/tbl-title.png) no-repeat;
    background-size: 100%;
    font-size: 25px;
    padding: 4px 37px;
    vertical-align: middle;
    display: inline-block;
    color: #58320d;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .winner-box label.winner-title {
        padding: 8px 20px;
        top: 50px;
        width: 63%;
        height: 60px;
    }
}

@media (max-width: 425px) {
    .winner-box label.winner-title {
        font-size: 20px;
        padding: 10px 17px;
        top: 40px;
        width: 60%;
        height: 50px;
    }
}

@media (max-width: 375px) {
    .winner-box label.winner-title {
        font-size: 18px;
        padding: 7px 17px;
        width: 55%;
    }
}

@media (max-width: 320px) {
    .winner-box label.winner-title {
        font-size: 17px;
        padding: 6px 17px;
    }
}

.winner-box label.winner-title span {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
}

.winner-list {
    background: #000000;
    background: linear-gradient(135deg, #00000000 0%, #000000 100%);
    background: linear-gradient(135deg, #00000000 0%, #000000 100%);
    background: linear-gradient(135deg, #00000000 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#260000', endColorstr='#720600', GradientType=1);
    min-height: 470px;
    border: 2px solid #9e865b;
    border-radius: 20px;
    text-align: center;
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.7);
    /*&::-webkit-scrollbar {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 0px;
        background-color: transparent;
        width: 3px;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #00a6ff;
    }

    &::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 0px;
        background-color: transparent;
        width: 3px;
    }*/
}

.winner-list ul {
    padding: 0;
    text-align: center;
    overflow-y: scroll;
    max-height: 400px;
}

.winner-list ul li {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

@media (max-width: 1024px) {
    .winner-list ul li {
        font-size: 13px;
    }
}

.event-cont-evw {
    position: relative;
}

@media (max-width: 1024px) {
    .event-cont-evw {
        padding: 10px 11% 0;
    }
}

.event-cont-evw .event-desc-evw {
    margin-bottom: 6%;
    padding-top: 4%;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1280px) {
    .event-cont-evw .event-desc-evw {
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
    .event-cont-evw .event-desc-evw {
        margin-bottom: 15%;
        padding: 10px 0px 20px;
    }
}

@media (max-width: 480px) {
    .event-cont-evw .event-desc-evw {
        margin-bottom: 0;
    }
}

.event-cont-evw .event-desc-evw p {
    line-height: 25px;
    color: #ffd200;
    display: inline-block;
    font-size: 14px;
    width: 39%;
}

.event-cont-evw .event-desc-evw 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-evw .event-desc-evw h3 {
        font-size: 1.3em;
        text-shadow: 0px 2px 2px #000;
    }
}

.event-cont-evw .event-desc-evw ol li {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    text-shadow: 0px 4px 4px #000;
}

@media (max-width: 1600px) {
    .event-cont-evw .event-desc-evw ol li {
        font-size: 15px;
    }
}

@media (max-width: 1280px) {
    .event-cont-evw .event-desc-evw ol li {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .event-cont-evw .event-desc-evw ol li {
        list-style: none;
        font-size: 14px;
        text-shadow: 0px 2px 2px #000;
    }
}

@media (max-width: 480px) {
    .event-cont-evw .event-desc-evw 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;
}

.search-history input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .search-history input::-webkit-input-placeholder {
        font-weight: bold;
    }
}

.search-history input::-moz-input-placeholder {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .search-history input::-moz-input-placeholder {
        font-weight: bold;
    }
}

.search-history input::-ms-input-placeholder {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .search-history input::-ms-input-placeholder {
        font-weight: bold;
    }
}

.search-history input::-o-input-placeholder {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .search-history 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(https://evpok.com/wp-content/themes/evpk/Assets/img/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(https://evpok.com/wp-content/themes/evpk/Assets/img/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(https://evpok.com/wp-content/themes/evpk/Assets/img/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(https://evpok.com/wp-content/themes/evpk/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(https://evpok.com/wp-content/themes/evpk/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: 75px;
    left: 34px;
    width: 90%;
    z-index: 0;
}

@media (max-width: 1440px) {
    .txt-bg {
        top: 75px;
        width: 73%;
    }
}

.left-txt-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/fortune-wheel/mayspin/bg-repeat-center.png);
    background-size: contain;
    padding: 21px 0px 25px 0px;
    position: relative;
    margin-bottom: 15px;
    width: 88%;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.7);
    text-align: center;
    top: 6px;
    left: 11px;
    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) {
      width: 73%;
      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;
        left: 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(https://evpok.com/wp-content/themes/evpk/Assets/img/fortune-wheel/mayspin/bg-repeat-left.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -18px;
}

@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(https://evpok.com/wp-content/themes/evpk/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 {
    color: #000;
    font-size: 29px;
    line-height: 40px;
    font-weight: bold;
    /*  &:first-child {
            font-size: 35px;
            line-height: 35px;

            @media (max-width: 1440px) {
                font-size: 32px;
                line-height: 60px;
            }
        }*/
}

@media (max-width: 1024px) {
    .left-txt-bg p {
        font-size: 19px;
        color: #ffffff;
        letter-spacing: 1px;
    }
}

.left-txt-bg p a {
    border-bottom: 2px solid #070c94;
    color: #070c94;
}

@media (max-width: 1024px) {
    .left-txt-bg p a {
        color: #5fdbff;
        border-bottom: 2px solid #5fdbff;
    }
}

@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: 95%;
    }
}

@media (max-width: 1024px) {
    .spinner-code-box {
        margin-top: 10px;
        text-align: center;
        width: 100%;
        height: 110px;
    }
}

.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: 90%;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .wheel-section {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .wheel-section {
        width: 100%;
    }
}

.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: 38.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 99%;
    z-index: 1;
}

@media (max-width: 1440px) {
    .wheel-light-bg {
        width: 87%;
    }
}

@media (max-width: 1366px) {
    .wheel-light-bg {
        top: 39.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: 82vw;
    }
}

@media (max-width: 414px) {
    .wheel-light-bg {
        top: 40.5%;
        width: 81vw;
    }
}

@media (max-width: 375px) {
    .wheel-light-bg {
        top: 26.5vw;
        width: 85vw;
    }
}

@media (max-width: 360px) {
    .wheel-light-bg {
        top: 26vw;
    }
}

@media (max-width: 320px) {
    .wheel-light-bg {
        top: 23.5vw;
        width: 83vw;
    }
}

@media (max-width: 1024px) {
    .reward-popup {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .reward-popup {
        width: 90%;
    }
}

.award-box {
    margin: 0 auto;
    width: 60%;
    padding: 10px;
    border-radius: 60px;
    border: 1px solid #ff9eff;
    background: #dc006a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dc006a 0%, #6909fa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dc006a 0%, #6909fa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dc006a 0%, #6909fa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc006a', endColorstr='#6909fa', GradientType=1);
    box-shadow: 0px 0px 20px 2px rgba(47, 213, 255, 0.75);
    -webkit-box-shadow: 0px 0px 20px 2px rgba(47, 213, 255, 0.75);
    -moz-box-shadow: 0px 0px 20px 2px rgba(47, 213, 255, 0.75);
}

@media (max-width: 1440px) {
    .award-box {
        width: 85%;
    }
}

@media (max-width: 1366px) {
    .award-box {
        width: 93%;
    }
}

@media (max-width: 1024px) {
    .award-box {
        width: 100%;
    }
}

.award-box>div {
    border: 4px solid #fff;
    padding: 10px;
    border-radius: 50px;
}

.award-box>div>p {
    color: #fbfbff;
    font-size: 25px;
    line-height: 35px;
}

@media (max-width: 480px) {
    .award-box>div>p {
        font-size: 18px;
        line-height: 25px;
    }
}

.award-box>div p.award {
    color: #fffa7f;
    font-size: 27px;
    line-height: 40px;
}

@media (max-width: 480px) {
    .award-box>div p.award {
        font-size: 19px;
        line-height: 25px;
    }
}

.spinner-nickname {
    width: 70%;
    font-size: 0;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.spinner-nickname .spin-input {
    width: 100%;
    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;
    padding: 8px;
    height: auto;
}

@media (max-width: 480px) {
    .spinner-nickname .spin-input {
        padding: 7.5px;
    }
}

.spinner-nickname .spin-input>input {
    font-size: 16px;
    letter-spacing: 2px;
    width: 100%;
    margin-left: 0;
    display: inline-block;
    color: #fff;
    line-height: 2em;
    border-radius: 5px;
    border: none;
    background: #d8a0fe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d8a0fe 0%, #7683d9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d8a0fe 0%, #7683d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d8a0fe 0%, #7683d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    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: 480px) {
    .spinner-nickname .spin-input>input {
        font-size: 4vw;
        line-height: 28px;
    }
}

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

/*FOR ANDROID */

@media (max-width: 480px) {
    .android .spinner-nickname .spin-input {
        padding: 9px;
    }
    .android .spinner-nickname .spin-input input {
        line-height: 31px;
    }
    .android .spinner-nickname-btn button {
        padding: 13px;
    }
}

.client-box {
    position: relative;
    background-color: rgba(0, 0, 0, 0.65);
    width: 70%;
    border: 3px solid #fff;
    border-radius: 40px;
    margin: 0 auto;
    padding: 40px 30px;
    -webkit-box-shadow: -3px 0px 20px #00a0e9, inset 0 0 35px #00a0e9;
    -moz-box-shadow: -3px 0px 20px #00a0e9, inset 0 0 35px #00a0e9;
    -o-box-shadow: -3px 0px 20px #00a0e9, inset 0 0 35px #00a0e9;
    box-shadow: -3px 0px 20px #00a0e9, inset 0 0 35px #00a0e9;
}

@media (max-width: 1440px) {
    .client-box {
        width: 80%;
    }
}

@media (max-width: 1280px) {
    .client-box {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .client-box {
        width: 100%;
    }
}

.client-box p:first-child {
    font-size: 35px;
    line-height: 45px;
}

@media (max-width: 480px) {
    .client-box p:first-child {
        font-size: 29px;
        line-height: 39px;
    }
}

.client-box p:nth-child(2) {
    font-size: 30px;
    letter-spacing: 2px;
    margin: 5px 0 10px;
    line-height: 40px;
}

@media (max-width: 480px) {
    .client-box p:nth-child(2) {
        font-size: 22px;
        margin: 5px 0 0;
        line-height: 35px;
    }
}

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

.btn-plaintxt:hover {
    text-decoration: underline;
}

/*.popup-2, .modal-overlay {
    display: block;
}*/

.popup-3 p {
    font-size: 17px;
    line-height: 26px;
    margin-top: -20px;
}

@media (max-width: 480px) {
    .popup-3 p {
        margin-top: -13px;
        font-size: 14px;
    }
}

.evw-spin-chips img {
    position: absolute;
    z-index: 1;
}

.evw-spin-chips .ev-l {
    top: 46%;
    left: -3%;
    height: 26%;
}

@media (max-width: 1024px) {
    .evw-spin-chips .ev-l {
        top: 17%;
        left: 0;
        height: 50%;
    }
}

.evw-spin-chips .ev-r {
    top: -6%;
    right: -2%;
    height: 33%;
}

@media (max-width: 1024px) {
    .evw-spin-chips .ev-r {
        top: 26%;
        right: 0;
        height: 55%;
    }
}

.btn-subpop {
    padding: 8px;
    color: #2a07ff;
    font-size: 19px;
    font-weight: bold;
    width: 200px;
    filter: drop-shadow(0px 1px 10px #003ca2);
    border: 1px solid #4587ff;
    background-color: #fff;
}

@media (max-width: 480px) {
    .btn-subpop {
        font-size: 4vw;
        width: 45%;
        padding: 5px;
    }
}

.subscription-popup {
    background-color: #00000d;
    border-radius: 30px;
    border: 2px solid #00abf6;
    width: 25%;
    position: fixed;
    z-index: 46;
}

@media (max-width: 1440px) {
    .subscription-popup {
        width: 45%;
    }
}

@media (max-width: 1024px) {
    .subscription-popup {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .subscription-popup {
        width: 95%;
    }
}

.subscription-popup>img {
    display: block;
    margin: -46px auto 0;
    filter: drop-shadow(2px 2px 3px black);
}

@media (max-width: 480px) {
    .subscription-popup>img {
        margin: -32px auto 0;
        height: 9vw;
    }
}

@media (max-width: 480px) {
    .subscription-popup h1 {
        font-size: 15px;
        line-height: 25px;
    }
}

.email-detail {
    background: #1f1e1d;
    border-radius: 10px;
    display: block;
    text-align: center;
    position: relative;
    padding: 20px 0;
    border: 1px solid #a7b4fe;
    /*    @media (max-width: 768px) {
        display: block;
        padding: 6px 20px 6px 20px;
        margin-bottom: 10px;
    }

    @media (max-width: 480px) {
        padding: 6px 8px 6px 8px;
    }*/
}

.email-detail .mailics span {
    font-size: 18px;
    vertical-align: middle;
}

.email-detail p {
    font-size: 22px;
}

.edm-btn {
    margin-left: -40px;
}

@media (max-width: 768px) {
    .edm-btn {
        margin-left: 0;
    }
}

.edm-question {
    border-top: 2px solid #313131;
    /*margin: 40px 30px 0 30px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 480px) {
    .edm-question {
        /* margin: 60px 0px 0 0px;*/
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .subscription-footer {
        display: block;
    }
}

/*.subs-close {
    position: absolute;
    right: -6px;
    top: -7px;
    color: #313131;
    z-index: 7;
    background: #fff;
    border: 1px solid #313131;
    border-radius: 50%;
    padding: 5px 10px;


    > span {
        color: #313131;
        font-size: 20px;
    }
}*/

.subs-close {
    position: absolute;
    right: -11px;
    top: -11px;
    color: #fff;
    z-index: 7;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    padding: 6px 6px;
    background: #00b9f9;
    background: -moz-linear-gradient(top, #00b9f9 0%, #0065eb 100%);
    background: -webkit-linear-gradient(top, #00b9f9 0%, #0065eb 100%);
    background: linear-gradient(to bottom, #00b9f9 0%, #0065eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9f9', endColorstr='#0065eb', GradientType=0);
}

.subs-close>i {
    color: #fff;
    font-size: 18px;
}

.evsubs-mit {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px -2px 13px #0040c0);
    width: 100%;
}

.subs-blues {
    color: #00f6ff;
}

.copied-box {
    height: 40px;
    width: 100%;
    display: block;
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 480px) {
    .copied-box {
        height: 35px;
        display: block;
        margin-top: 20px;
        z-index: 53;
        position: relative;
    }
}

.copied-box .copied {
    display: none;
}

@media (max-width: 480px) {
    .copied-box .copied {
        width: 25vw;
        margin: 0 auto;
    }
}

.aw-container {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/eva-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #000000;
    position: relative;
    padding-bottom: 15%;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .aw-container {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/eva-bg-mobi.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        overflow: hidden;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1366px) {
    .aw-container .container {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .aw-container .container {
        width: 100% !important;
    }
}

.aw-container .pc-title {
    display: inline-block;
}

@media (max-width: 1024px) {
    .aw-container .pc-title {
        display: none;
    }
}

.aw-container .mobi-title {
    display: none;
}

@media (max-width: 1024px) {
    .aw-container .mobi-title {
        display: inline-block;
        margin-top: 10%;
    }
}

@media (max-width: 600px) {
    .aw-container .mobi-title {
        margin-top: 2%;
    }
}

.awspin-title {
    padding-top: 1%;
    position: relative;
}

.aw-powerlight {
    position: absolute;
    right: -54px;
    bottom: -37px;
}

@media (max-width: 1366px) {
    .aw-powerlight {
        bottom: -42px;
    }
}

@media (max-width: 768px) {
    .aw-powerlight {
        bottom: -34px;
    }
}

@media (max-width: 480px) {
    .aw-powerlight {
        right: -13%;
        bottom: -15px;
        width: 35%;
    }
}

@media (max-width: 320px) {
    .aw-powerlight {
        bottom: -2px;
    }
}

.awheel-section {
    position: relative;
    width: 100%;
}

.awcanvas {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/aw-wheel.png) no-repeat center center;
    width: 100%;
    background-size: cover;
}

.awheel-container {
    position: relative;
    margin: 0 auto;
    width: 55%;
}

@media (max-width: 1680px) {
    .awheel-container {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .awheel-container {
        margin-bottom: 15%;
    }
}

@media (max-width: 768px) {
    .awheel-container {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .awheel-container {
        width: 100%;
    }
}

.awheel-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));
    width: 8%;
}

.awpointer-center {
    position: absolute;
    top: 6%;
    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: 15%;
}

.aw-pointer {
    filter: drop-shadow(8px 6px 7px rgba(0, 0, 0, 0.55));
    width: 100%;
}

.aw-stage img {
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 110%;
}

.aw-spinTrigger-l {
    font-size: 0;
    text-align: center;
}

.aw-spinTrigger-l img {
    width: 100%;
}

.aw-spinTrigger-box-l {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 249px;
}

@media (max-width: 1680px) {
    .aw-spinTrigger-box-l {
        width: 14.5vw;
    }
}

@media (max-width: 1024px) {
    .aw-spinTrigger-box-l {
        width: 70%;
        position: relative;
        top: unset;
        left: unset;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .aw-spinTrigger-box-l {
        padding: 0;
        width: 100%;
    }
}

.aw-spinTrigger-box-l .aw-spinTrigger-l {
    width: 100%;
}

.promo-reward {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72%;
    text-align: left;
}

@media (max-width: 1280px) {
    .promo-reward {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .promo-reward {
        width: 83%;
        top: 81%;
    }
}

@media (max-width: 385px) {
    .promo-reward {
        width: 85%;
    }
}

.promo-reward p {
    text-align: left;
    display: inline-block;
    font-size: 17px;
    line-height: 1.3em;
    font-weight: normal;
    letter-spacing: 1px;
    color: white;
    text-shadow: 0px 2px 5px #ff3c00, 1px 1px 1px #ff6c00, 1px 0px 2px #ff7300, 0px 1px 4px #ff7200;
}

@media (max-width: 1680px) {
    .promo-reward p {
        font-size: 1vw;
    }
}

@media (max-width: 1280px) {
    .promo-reward p {
        font-size: .90vw;
    }
}

@media (max-width: 1024px) {
    .promo-reward p {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .promo-reward p {
        font-size: 2.2vw;
    }
}

@media (max-width: 480px) {
    .promo-reward p {
        font-size: 2.5vw;
    }
}

.promo-reward p:first-child {
    margin-right: 20px;
}

@media (max-width: 480px) {
    .promo-reward p:first-child {
        margin-right: 3vw;
    }
}

.promo-reward p span.awtxt-light {
    text-shadow: 0px 2px 5px #ff8004, 1px 1px 1px #ff6c00, 1px 0px 2px #ff7300, 0px 1px 4px #ff7200;
}

.promo-reward p span.aw-big {
    font-size: 17px;
    font-weight: bold;
}

@media (max-width: 1680px) {
    .promo-reward p span.aw-big {
        font-size: 1.1vw;
    }
}

@media (max-width: 1280px) {
    .promo-reward p span.aw-big {
        font-size: .95vw;
    }
}

@media (max-width: 1024px) {
    .promo-reward p span.aw-big {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .promo-reward p span.aw-big {
        font-size: 2.2vw;
    }
}

@media (max-width: 480px) {
    .promo-reward p span.aw-big {
        font-size: 2.6vw;
    }
}

.aw-spinTrigger-r {
    font-size: 0;
    text-align: center;
}

.aw-spinTrigger-r .input-title {
    font-size: 24px;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 2px;
}

@media (max-width: 480px) {
    .aw-spinTrigger-r .input-title {
        font-size: 4vw;
    }
}

.aw-spinTrigger-r .spinTrigger-input {
    position: relative;
    width: 100%;
    overflow: visible;
}

.aw-spinTrigger-r .spinTrigger-input input {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    width: 60%;
    text-align: center;
    padding: 5px 10px;
    display: block;
    color: #2e2e2e;
    line-height: 1.5em;
    border-radius: 1px;
    border: none;
    vertical-align: middle;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 41.5%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1680px) {
    .aw-spinTrigger-r .spinTrigger-input input {
        font-size: 1.1vw;
    }
}

@media (max-width: 1024px) {
    .aw-spinTrigger-r .spinTrigger-input input {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .aw-spinTrigger-r .spinTrigger-input input {
        font-size: 3.5vw;
    }
}

.aw-spinTrigger-r .spinTrigger-input button {
    font-size: 17px;
    position: absolute;
    top: 48%;
    left: 88%;
    transform: translate(-50%, -50%);
    width: 50px;
    background: none;
    border: none;
    font-weight: bold;
    right: 21px;
    color: white;
    text-shadow: 0px 1px 1px #ff5800, 1px 1px 0px #ff6c00, 0px 2px 3px #ff1800, 2px 1px 0px #a95e00;
}

@media (max-width: 1680px) {
    .aw-spinTrigger-r .spinTrigger-input button {
        font-size: 1.1vw;
    }
}

@media (max-width: 1024px) {
    .aw-spinTrigger-r .spinTrigger-input button {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .aw-spinTrigger-r .spinTrigger-input button {
        font-size: 3.5vw;
        width: 11vw;
        overflow: visible;
    }
}

@media (max-width: 460px) {
    .aw-spinTrigger-r .spinTrigger-input button {
        width: 13vw;
        white-space: nowrap;
        left: 87.5%;
    }
}

.aw-spinTrigger-r .spinTrigger-btn {
    position: relative;
    width: 100%;
}

.aw-spinTrigger-r .spinTrigger-btn button {
    padding: 5% 3% 10% 3%;
    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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .aw-spinTrigger-r .spinTrigger-btn button {
        font-size: 4vw;
    }
}

.aw-spinTrigger-r .spinTrigger-input img,
.aw-spinTrigger-r .spinTrigger-btn img {
    width: 100%;
}

@media (max-width: 1440px) {
    .aw-spinTrigger-r .spinner-code-icon p {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

.aw-spinTrigger-box-r .aw-spinTrigger-r {
    width: 100%;
}

.eva-r-common {
    width: 39%;
    position: absolute;
    right: -10vw;
    z-index: 10;
    padding: 0 15px;
    top: 33%;
}

@media (max-width: 1680px) {
    .eva-r-common {
        width: 22vw;
        position: absolute;
        right: -6vw;
        z-index: 10;
        padding: 0 0px;
        top: 25%;
    }
}

@media (max-width: 1024px) {
    .eva-r-common {
        position: relative;
        top: unset;
        right: unset;
        width: 40%;
        padding: 1% 0;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .eva-r-common {
        width: 80%;
    }
}

.eva-rulebox {
    bottom: 10%;
    top: unset;
}

@media (max-width: 1680px) {
    .eva-rulebox {
        bottom: 2vw;
    }
}

@media (max-width: 1024px) {
    .eva-rulebox {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .eva-rulebox {
        padding: 0;
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/aw-rule-bg.png);
        background-size: contain;
        border-top: 2px solid #ffecc7;
    }
}

.aw-rules {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 20px;
    border: solid 3px transparent;
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(1deg, #b79671, #b48120, #dd9e24, #ffffff);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(1deg, #b79671, #b48120, #dd9e24, #ffffff);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(1deg, #b79671, #b48120, #dd9e24, #ffffff);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(1deg, #b79671, #b48120, #dd9e24, #ffffff);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(1deg, #b79671, #b48120, #dd9e24, #ffffff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 191px 1px #000000 inset;
    opacity: 0.87;
}

@media (max-width: 768px) {
    .aw-rules {
        border: none;
        border-radius: 0;
        background: none;
        width: 60%;
        margin: auto;
        background-image: none;
        opacity: 1;
        box-shadow: none;
    }
}

@media (max-width: 480px) {
    .aw-rules {
        width: 86%;
    }
}

.aw-rules ol li {
    line-height: 30px;
    font-size: 15px;
}

@media (max-width: 1680px) {
    .aw-rules ol li {
        line-height: 2em;
        font-size: .79vw;
    }
}

@media (max-width: 1024px) {
    .aw-rules ol li {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .aw-rules ol li {
        font-size: 3vw;
    }
}

.aw-award {
    position: relative;
}

.aw-award-bg {
    position: absolute;
    bottom: 52px;
    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%;
}

@media (max-width: 1680px) {
    .aw-award-bg {
        bottom: 40px;
    }
}

@media (max-width: 1440px) {
    .aw-award-bg {
        bottom: 52px;
    }
}

@media (max-width: 1366px) {
    .aw-award-bg {
        bottom: 43px;
    }
}

@media (max-width: 1280px) {
    .aw-award-bg {
        bottom: 36px;
    }
}

@media (max-width: 480px) {
    .aw-award-bg {
        bottom: 24px;
    }
}

@media (max-width: 375px) {
    .aw-award-bg {
        bottom: 17px;
    }
}

@media (max-width: 320px) {
    .aw-award-bg {
        bottom: 8px;
    }
}

.aw-award-bg p {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/mid-txt-bg.png);
    background-size: contain;
    padding: 34px 0px;
    font-size: 32px;
    position: relative;
    display: inline;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: -2px 5px 8px 2px #000000;
    -moz-box-shadow: -2px 5px 8px 2px #000000;
    box-shadow: -2px 5px 8px 2px #000000;
}

@media (max-width: 1680px) {
    .aw-award-bg p {
        padding: 36px 0px;
        font-size: 29px;
    }
}

@media (max-width: 600px) {
    .aw-award-bg p {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/mid-txt-bg-mb.png) !important;
        padding: 16px 0px;
        font-size: 5vw;
    }
}

@media (max-width: 480px) {
    .aw-award-bg p {
        padding: 15px 0px;
    }
}

@media (max-width: 375px) {
    .aw-award-bg p {
        padding: 16px 0px;
    }
}

@media (max-width: 320px) {
    .aw-award-bg p {
        padding: 18px 0px;
    }
}

.aw-award-bg p:before {
    content: '';
    clear: both;
    position: absolute;
    width: 57px;
    height: 100%;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/left-txt-bg.png) no-repeat;
    top: 0;
    left: -57px;
}

@media (max-width: 600px) {
    .aw-award-bg p:before {
        width: 30px;
        left: -30px;
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/left-txt-bg-mb.png) no-repeat !important;
    }
}

@media (max-width: 480px) {
    .aw-award-bg p:before {
        width: 30px;
        left: -29px;
    }
}

.aw-award-bg p:after {
    content: '';
    clear: both;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/right-txt-bg.png) no-repeat;
    top: 0;
    position: absolute;
    width: 57px;
    right: -57px;
    height: 100%;
}

@media (max-width: 600px) {
    .aw-award-bg p:after {
        width: 30px;
        right: -30px;
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/agent-wheel/right-txt-bg-mb.png) no-repeat !important;
    }
}

@media (max-width: 480px) {
    .aw-award-bg p:after {
        width: 30px;
        right: -29px;
    }
}

.winner-note p {
    font-size: 20px;
}

@media (max-width: 480px) {
    .winner-note p {
        font-size: 3.8vw;
    }
}

.winner-note p:first-child {
    margin-top: -10px;
}

@media (max-width: 1680px) {
    .winner-note p:first-child {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .winner-note p:first-child {
        margin-top: -8px;
    }
}

@media (max-width: 390px) {
    .winner-note p:first-child {
        margin-top: -5px;
    }
}

@media (max-width: 375px) {
    .winner-note p:first-child {
        margin-top: -3px;
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    .winner-note p:first-child {
        margin-top: 5px;
    }
}

.aw-popup {
    top: 70%;
}

@media (max-width: 480px) {
    .aw-popup {
        top: 60%;
    }
}

.awspin-tabbox {
    position: relative;
}

.awspin-tabbox .awspin-tabs {
    font-size: 0;
    position: absolute;
    width: 55%;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .awspin-tabbox .awspin-tabs {
        width: 73%;
    }
}

.awspin-tabbox .awspin-tabs a {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    color: #b9b8b8;
    transition: ease-in 0.3s;
}

@media (max-width: 480px) {
    .awspin-tabbox .awspin-tabs a {
        font-size: 16px;
    }
}

.awspin-tabbox .awspin-tabs a:hover {
    color: #fff;
    transform: scale(1.1);
}

.awspin-tabbox .awspin-tabs a.active-tab {
    color: #fff;
    filter: drop-shadow(0px 3px 3px #000);
}

.awspin-tabbox img.active {
    display: inline-block;
}

.awspin-tabbox img {
    display: none;
}

.vw-wheel-container {
    position: relative;
    margin: 3% 0 11.5% 0;
}

@media (max-width: 1440px) {
    .vw-wheel-container {
        margin: 3% 0 9.5% 0;
    }
}

@media (max-width: 1024px) {
    .vw-wheel-container {
        margin: 4% auto 30% auto;
        width: 60%;
    }
}

@media (max-width: 800px) {
    .vw-wheel-container {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .vw-wheel-container {
        width: 100%;
        margin: 4% auto 27% auto;
    }
}

.pop-wd {
    min-width: 300px !important;
}

/*==================NEW SPINNER STYLE====================*/

.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(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-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(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-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(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-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;
}

.vw-fortune-container {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-wheel/mayspin/vspin-main-bg.jpg?v=060523);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #015385;
    position: relative;
}

@media (max-width: 1024px) {
    .vw-fortune-container {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-wheel/mayspin/vspin-main-bg-mobi.jpg?v=060523);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        background-position: center;
    }
}

@media only screen and (max-width: 1366px) {
    .vw-fortune-container .container {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .vw-fortune-container .container {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.vw-fortune-container .pc-title {
    display: inline-block;
}

@media (max-width: 1024px) {
    .vw-fortune-container .pc-title {
        display: none;
    }
}

.vw-fortune-container .mobi-title {
    display: none;
}

@media (max-width: 1024px) {
    .vw-fortune-container .mobi-title {
        display: inline-block;
        margin-top: 10%;
    }
}

@media (max-width: 600px) {
    .vw-fortune-container .mobi-title {
        margin-top: 2%;
    }
}

.spin-pc-none {
    display: none;
}

@media (max-width: 1024px) {
    .spin-pc-none {
        display: block;
    }
}

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

#vwcanvas {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-wheel/mayspin/wheel1.png) no-repeat center center;
    width: 100%;
    background-size: cover;
}

.vw-pointer {
    filter: drop-shadow(16px 16px 6px rgba(0, 0, 0, 0.45));
    width: 100%;
}

.vw-pointer-center {
    position: absolute;
    top: 7.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;
}

@media (max-width: 1366px) {
    .vw-pointer-center {
        width: 14%;
    }
}

@media (max-width: 1024px) {
    .vw-pointer-center {
        width: 26%;
    }
}

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

.vw-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) {
    .vw-spinner-trigger-div {
        width: 80%;
        bottom: unset;
        top: 107%;
        left: 50%;
    }
}

.vw-spinner-trigger-div>div {
    position: relative;
}

.vw-spinner-trigger {
    position: relative;
}

@media (max-width: 1024px) {
    .vw-spinner-trigger {
        left: unset;
        top: unset;
        width: 65%;
        margin: 0 auto;
    }
}

.vw-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) {
    .vw-spinner-trigger-box {
        width: 90%;
        top: 49%;
        left: 50%;
    }
}

.vw-spinner-trigger-box>div {
    position: relative;
}

.vw-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) {
    .vw-click-icon {
        bottom: -43px;
    }
}

.vw-nickname-error {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 16px 9px;
    border-radius: 10px;
}

@media (max-width: 1366px) {
    .vw-nickname-error {
        padding: 12px 9px;
    }
}

@media (max-width: 1024px) {
    .vw-nickname-error {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .vw-nickname-error {
        padding: 13px 7px;
    }
}

@media (max-width: 414px) {
    .vw-nickname-error {
        padding: 10px 7px;
    }
}

@media (max-width: 320px) {
    .vw-nickname-error {
        padding: 5px 7px;
    }
}

.vw-nickname-error p {
    color: #fff10d;
}

@media (max-width: 480px) {
    .vw-nickname-error p {
        font-size: 3.4vw;
    }
}

.vw-spinner-btn-div {
    width: 100%;
}

@media (max-width: 1024px) {
    .vw-spinner-btn-div {
        width: 100%;
    }
}

.vw-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) {
    .vw-spinner-btn-div button {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .vw-spinner-btn-div button {
        font-size: 5vw;
        padding: 4% 0;
    }
}

.vw-spinner-code-div {
    position: absolute;
    top: -67%;
    left: -70%;
    z-index: 2;
}

@media (max-width: 1366px) {
    .vw-spinner-code-div {
        top: -68%;
        left: -72%;
    }
}

@media (max-width: 1280px) {
    .vw-spinner-code-div {
        top: -73%;
        left: -77%;
    }
}

@media (max-width: 1024px) {
    .vw-spinner-code-div {
        top: unset;
        z-index: 19;
        width: 60%;
        left: unset;
        display: block;
        margin: 0 auto;
        position: relative;
        /*&:after {
          content: '';
          background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/fortune-wheel/mayspin/kadena.png) no-repeat;
          background-size: contain;
          top: -15px;
          position: absolute;
          width: 295px;
          height: 160px;
          right: -64px;
      }*/
    }
}

.vw-spinner-code-div>div {
    position: relative;
}

@media (max-width: 1366px) {
    .vw-spinner-code-div>div {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .vw-spinner-code-div>div {
        width: 100%;
    }
}

.vw-spinner-code-div>div img.plankton {
    position: absolute;
    width: 40%;
    top: -14px;
    left: -64px;
    z-index: 2;
}

@media (max-width: 1024px) {
    .vw-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;
    }
}

.vw-popup-section {
    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: 73%;
    filter: drop-shadow(0 0 20px rgba(254, 255, 246, 0.35));
}

.vw-popup-section>div {
    position: absolute;
}

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

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

.vw-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) {
    .vw-search-history {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .vw-search-history {
        width: 70%;
    }
}

.vw-search-history label {
    font-size: 20px;
    width: 30%;
    display: inline-block;
    margin-bottom: 0 !important;
    padding-left: 15px;
    color: #eed688;
}

@media (max-width: 480px) {
    .vw-search-history label {
        font-size: 17px;
    }
}

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

.vw-search-history i {
    position: absolute;
    right: 3%;
    top: 10px;
    color: #fff;
    font-size: 25px;
}

.vw-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) {
    .vw-search-history .close-history {
        top: -20px;
        right: -47px;
        font-size: 12px;
    }
}

.vw-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) {
    .vw-win-history {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .vw-win-history {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .vw-win-history {
        width: 95%;
    }
}

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

.vw-win-history .fw-search-table>thead>tr>th {
    font-weight: bold;
    border-bottom: 1px solid #eed688;
    padding: 10px 10px;
    font-size: 20px;
    color: #eed688;
}

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

.vw-win-history .fw-search-table>tbody>tr>td span {
    color: #fff;
}

.vw-win-history .fw-search-table>tbody>tr {
    background-color: none !important;
}

.vw-win-history .fw-search-table>tbody>tr:last-child>td:first-child {
    border-radius: 0 0 0 17px !important;
}

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

.vw-search-history input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .vw-search-history input::-webkit-input-placeholder {
        font-weight: bold;
    }
}

.vw-search-history input::-moz-input-placeholder {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .vw-search-history input::-moz-input-placeholder {
        font-weight: bold;
    }
}

.vw-search-history input::-ms-input-placeholder {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .vw-search-history input::-ms-input-placeholder {
        font-weight: bold;
    }
}

.vw-search-history input::-o-input-placeholder {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .vw-search-history input::-o-input-placeholder {
        font-weight: bold;
    }
}

/* ============== Insufficient Popup ===========*/

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

.vw-ins-bal label {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-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;
}

.vw-ins-bal label:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 100%;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/images/vip-wheel/novspin/insufficient-bg-left.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -20px;
}

.vw-ins-bal label:after {
    content: '';
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-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(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-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(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-wheel/winitem-left.png) no-repeat !important;
    background-size: contain !important;
    top: 0;
    left: -12px;
}

.fw-win-item label:after {
    content: '';
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/vip-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;
}

/* 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;
}

.vw-wheel-section {
    position: relative;
    width: 55%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .vw-wheel-section {
        width: 100%;
    }
}

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

@media (max-width: 1024px) {
    .vw-reward-popup {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .vw-reward-popup {
        width: 95%;
    }
}

.vw-award-box {
    margin: 0 auto;
    padding: 10px 25px;
    width: 90%;
}

@media (max-width: 1366px) {
    .vw-award-box {
        width: 85%;
    }
}

@media (max-width: 1280px) {
    .vw-award-box {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .vw-award-box {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .vw-award-box {
        padding-bottom: 5px;
    }
}

.vw-award-box>p {
    color: #fbfbff;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1px;
}

@media (max-width: 1366px) {
    .vw-award-box>p {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 1280px) {
    .vw-award-box>p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .vw-award-box>p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media (max-width: 375px) {
    .vw-award-box>p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 320px) {
    .vw-award-box>p {
        font-size: 14px;
        line-height: 14px;
    }
}

.vw-award-box p.award {
    color: #ffe21f;
    font-size: 30px;
    line-height: 40px;
    text-shadow: 0px 4px 5px #000000;
    margin-bottom: 10px;
}

@media (max-width: 1366px) {
    .vw-award-box p.award {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0;
    }
}

@media (max-width: 1280px) {
    .vw-award-box p.award {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .vw-award-box p.award {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 375px) {
    .vw-award-box p.award {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (max-width: 320px) {
    .vw-award-box p.award {
        font-size: 13px;
        line-height: 20px;
    }
}

.vw-popup-1 {
    margin-top: 14%;
}

@media (max-width: 1366px) {
    .vw-popup-1 {
        margin-top: 12%;
    }
}

@media (max-width: 1280px) {
    .vw-popup-1 {
        margin-top: 15%;
    }
}

@media (max-width: 480px) {
    .vw-popup-1 {
        margin-top: 10%;
    }
}

@media (max-width: 375px) {
    .vw-popup-1 {
        margin-top: 8%;
    }
}

.vw-popup-2 {
    margin-top: 26%;
}

@media (max-width: 480px) {
    .vw-popup-2 {
        margin-top: 24%;
    }
}

@media (max-width: 375px) {
    .vw-popup-2 {
        margin-top: 20%;
    }
}

.vw-popup-3>div {
    background: rgba(25, 69, 141, 0.7);
    border: 3px solid #dabb6f;
    border-radius: 10px;
    padding: 25px;
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .vw-popup-3>div {
        width: 80%;
    }
}

@media (max-width: 1440px) {
    .vw-popup-3>div {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .vw-popup-3>div {
        width: 100%;
    }
}

.vw-spinner-nickname {
    width: 100%;
    font-size: 0;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.vw-spinner-nickname .spin-input {
    position: relative;
    width: 69%;
    border-radius: 5px;
    background: #1c2966;
    vertical-align: middle;
    padding: 8px;
    height: auto;
    margin: 3px auto 5px;
    text-align: left;
}

@media (max-width: 1366px) {
    .vw-spinner-nickname .spin-input {
        width: 70%;
    }
}

@media (max-width: 1280px) {
    .vw-spinner-nickname .spin-input {
        width: 65%;
    }
}

@media (max-width: 480px) {
    .vw-spinner-nickname .spin-input {
        padding: 7.5px;
        width: 70%;
    }
}

.vw-spinner-nickname .spin-input>input {
    font-size: 16px;
    letter-spacing: 2px;
    width: 80%;
    padding-left: 10px;
    margin-left: 0;
    display: inline-block;
    color: #3a3a3a;
    line-height: 2em;
    border-radius: 5px;
    border: none;
    vertical-align: middle;
    background: #fff;
}

@media (max-width: 1280px) {
    .vw-spinner-nickname .spin-input>input {
        width: 70%;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .vw-spinner-nickname .spin-input>input {
        width: 70%;
        font-size: 3vw;
        line-height: 28px;
        letter-spacing: 1px;
    }
}

@media (max-width: 320px) {
    .vw-spinner-nickname .spin-input>input {
        width: 65%;
    }
}

.vw-spinner-nickname .spin-input button {
    font-size: 20px;
    background: none;
    border: none;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    right: 6px;
    top: 11px;
}

@media (max-width: 1280px) {
    .vw-spinner-nickname .spin-input button {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .vw-spinner-nickname .spin-input button {
        font-size: 15px;
    }
}

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

/*FOR ANDROID */

@media (max-width: 480px) {
    .android .spinner-nickname .spin-input {
        padding: 9px;
    }
    .android .spinner-nickname .spin-input input {
        line-height: 31px;
    }
    .android .spinner-nickname-btn button {
        padding: 13px;
    }
}

.vw-client-box {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 320px) {
    .vw-client-box {
        width: 95%;
    }
}

.vw-client-box p:first-child {
    font-size: 30px;
    line-height: 40px;
}

@media (max-width: 480px) {
    .vw-client-box p:first-child {
        font-size: 22px;
        line-height: 27px;
    }
}

.vw-client-box p:first-child>span {
    word-break: break-word;
}

.vw-client-box p:nth-child(2) {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 5px 0 30px;
    line-height: 32px;
}

@media (max-width: 1280px) {
    .vw-client-box p:nth-child(2) {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .vw-client-box p:nth-child(2) {
        font-size: 3.2vw;
        margin: 5px 0 0;
        line-height: 30px;
        letter-spacing: 0;
    }
}

@media (max-width: 375px) {
    .vw-client-box p:nth-child(2) {
        line-height: 25px;
        letter-spacing: 1px;
    }
}

@media (max-width: 320px) {
    .vw-client-box p:nth-child(2) {
        font-size: 11px;
        letter-spacing: 0px;
    }
}

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

.vw-client-box .client-box-arrow-left {
    left: 30px;
}

@media (max-width: 480px) {
    .vw-client-box .client-box-arrow-left {
        left: 25px;
    }
}

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

.vw-btn-plaintxt {
    background: none;
    border: none;
    letter-spacing: 2px;
}

.vw-btn-plaintxt:hover {
    text-decoration: underline;
}

/*.popup-2, .modal-overlay {
    display: block;
}*/

.vw-spin-title {
    padding-top: 3%;
}

@media (max-width: 1366px) {
    .vw-spin-title {
        padding-top: 2%;
    }
}

.vw-stage {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 0;
    width: 100%;
}

.vw-spin-rules {
    background-color: #232326;
}

@media (max-width: 1024px) {
    .vw-spin-rules {
        padding: 3% 8%;
    }
}

@media (max-width: 480px) {
    .vw-spin-rules {
        padding: 3% 25px;
    }
}

.vw-spin-rules h3 {
    color: #e4b648;
    letter-spacing: 2px;
}

@media (max-width: 480px) {
    .vw-spin-rules h3 {
        font-size: 3.1vw;
    }
}

@media (max-width: 480px) {
    .vw-spin-rules ol {
        padding-left: 15px;
    }
}

.vw-spin-rules ol li {
    line-height: 1.5em;
    font-size: 18px;
    color: #b9b9b9;
}

@media (max-width: 480px) {
    .vw-spin-rules ol li {
        font-size: 3.2vw;
    }
}

.vw-spin-chips img {
    position: absolute;
    z-index: 5;
}

.vw-spin-chips .vl {
    top: 17%;
    left: 4%;
    height: 75%;
}

@media (max-width: 1024px) {
    .vw-spin-chips .vl {
        top: 17%;
        left: -16%;
        height: 50%;
    }
}

.vw-spin-chips .vr {
    top: 27%;
    right: 7%;
    height: 68%;
}

@media (max-width: 1024px) {
    .vw-spin-chips .vr {
        top: 26%;
        right: -18%;
        height: 55%;
    }
}

.vw-relative {
    position: relative;
}

/*POP UP*/

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

.vw-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) {
    .vw-modal-popup {
        width: 93%;
    }
}

.vw-spin-bar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

@media (max-width: 1024px) {
    .vw-spin-bar img {
        top: 47%;
        height: 30%;
        width: 170%;
    }
}

.vw-spin-index {
    position: relative;
    z-index: 3;
}

.apl-wheel-container {
    position: relative;
    margin: 3% 0 11.5% 0;
}

@media (max-width: 1440px) {
    .apl-wheel-container {
        margin: 3% 0 10% 0;
    }
}

@media (max-width: 1024px) {
    .apl-wheel-container {
        margin: 4% auto 11% auto;
        width: 60%;
    }
}

@media (max-width: 800px) {
    .apl-wheel-container {
        margin: 4% auto 16% auto;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .apl-wheel-container {
        width: 100%;
        margin: 4% auto 27% auto;
    }
}

.pop-wd {
    min-width: 300px !important;
}

/*==================NEW SPINNER STYLE====================*/

.modal-blockUI {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}

.apl-fortune-container {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/apl-wheel/aplspinmainbg250201.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #015385;
    position: relative;
}

@media (max-width: 1024px) {
    .apl-fortune-container {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/apl-wheel/aplspinmainbg250201mobi.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        background-position: center;
    }
}

@media only screen and (max-width: 1366px) {
    .apl-fortune-container .container {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .apl-fortune-container .container {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.apl-fortune-container .pc-title {
    display: inline-block;
}

@media (max-width: 1024px) {
    .apl-fortune-container .pc-title {
        display: none;
    }
}

.apl-fortune-container .mobi-title {
    display: none;
}

@media (max-width: 1024px) {
    .apl-fortune-container .mobi-title {
        display: inline-block;
        margin-top: 10%;
    }
}

@media (max-width: 600px) {
    .apl-fortune-container .mobi-title {
        margin-top: 2%;
    }
}

#aplcanvas {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/apl-wheel/wheel1.png) no-repeat center center;
    width: 100%;
    background-size: cover;
}

.apl-pointer {
    filter: drop-shadow(5px 8px 3px rgba(0, 0, 0, 0.45));
    width: 80%;
}

@media (max-width: 1024px) {
    .apl-pointer {
        width: auto;
    }
}

@media (max-width: 480px) {
    .apl-pointer {
        width: 90%;
    }
}

.apl-pointer-center {
    position: absolute;
    top: 5.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: 1;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .apl-pointer-center {
        width: 5%;
        left: 50%;
    }
}

@media (max-width: 480px) {
    .apl-pointer-center {
        left: 50.5%;
    }
}

.apl-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 1px 3px rgba(0, 0, 0, 0.7));
}

@media (max-width: 480px) {
    .apl-midcircle {
        width: 8%;
    }
}

.apl-wheel-backdecor {
    position: absolute;
    width: 117%;
    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(22px 10px 20px rgba(55, 22, 16, 0.7));
}

.apl-dragon {
    position: absolute;
    z-index: -2;
    left: -43%;
    top: -68px;
}

@media (max-width: 1366px) {
    .apl-dragon {
        width: 59%;
        left: -42%;
        top: -39px;
    }
}

@media (max-width: 768px) {
    .apl-dragon {
        width: 53%;
        left: -18%;
        top: -39px;
    }
}

.apl-tiger {
    position: absolute;
    z-index: 1;
    right: -37%;
    bottom: -65px;
    width: 59%;
}

@media (max-width: 1366px) {
    .apl-tiger {
        right: -37%;
    }
}

@media (max-width: 1280px) {
    .apl-tiger {
        right: -38%;
        bottom: -66px;
    }
}

@media (max-width: 768px) {
    .apl-tiger {
        width: 60%;
        right: -25%;
        bottom: -75px;
    }
}

.apl-stage {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.apl-spinner-trigger-div {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 75%);
    -webkit-transform: translate(-50%, 75%);
    -moz-transform: translate(-50%, 75%);
    -o-transform: translate(-50%, 75%);
    -ms-transform: translate(-50%, 75%);
    z-index: 7;
}

@media (max-width: 1024px) {
    .apl-spinner-trigger-div {
        width: 80%;
        bottom: unset;
        bottom: 0;
        left: 50%;
    }
}

@media (max-width: 480px) {
    .apl-spinner-trigger-div {
        width: 100%;
    }
}

.apl-spinner-trigger-div>div {
    position: relative;
}

.apl-code-error {
    visibility: hidden;
}

.apl-code-error p {
    color: #022c2c;
    font-size: 20px;
    letter-spacing: 2px;
}

@media (max-width: 1024px) {
    .apl-code-error p {
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .apl-code-error p {
        font-size: 3.5vw;
        letter-spacing: 1px;
    }
}

.apl-wheel-newuser {
    position: absolute;
    top: 32%;
    right: -18%;
    z-index: 4;
    width: 50%;
}

@media (max-width: 1590px) {
    .apl-wheel-newuser {
        top: 34%;
        right: -9%;
        width: 40%;
    }
}

@media (max-width: 1280px) {
    .apl-wheel-newuser {
        right: -6%;
    }
}

@media (max-width: 1024px) {
    .apl-wheel-newuser {
        position: static;
        width: 100%;
        margin: 6px 0 10px;
    }
}

.apl-wheel-newuser>div {
    position: relative;
}

.apl-wheel-newuser>div>div {
    position: absolute;
    width: 100%;
    padding-left: 25%;
    top: 25%;
}

@media (max-width: 1590px) {
    .apl-wheel-newuser>div>div {
        padding-left: 30%;
    }
}

@media (max-width: 1280px) {
    .apl-wheel-newuser>div>div {
        padding-left: 28%;
    }
}

@media (max-width: 1024px) {
    .apl-wheel-newuser>div>div {
        padding: 0;
        position: static;
        text-align: center;
    }
}

.apl-wheel-newuser>div>div p {
    font-size: 29px;
    line-height: 45px;
    letter-spacing: 1px;
}

@media (max-width: 1590px) {
    .apl-wheel-newuser>div>div p {
        font-size: 23px;
        line-height: 39px;
    }
}

@media (max-width: 1280px) {
    .apl-wheel-newuser>div>div p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .apl-wheel-newuser>div>div p {
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {
    .apl-wheel-newuser>div>div p {
        font-size: 4vw;
        line-height: 30px;
    }
}

.reglink {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/apl-wheel/reglink.png) no-repeat center center;
    width: 100%;
    background-size: contain;
    color: #2a323b;
    font-size: 25px;
    padding: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 3px;
    cursor: pointer;
}

@media (max-width: 1590px) {
    .reglink {
        font-size: 20px;
        padding: 9px;
    }
}

@media (max-width: 1280px) {
    .reglink {
        font-size: 17px;
    }
}

@media (max-width: 1024px) {
    .reglink {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .reglink {
        font-size: 4vw;
    }
}

.apl-spinner-btn-div {
    width: 100%;
}

.apl-spinner-btn-div button {
    position: absolute;
    right: 11%;
    background: none;
    border: none;
    top: 10px;
}

@media (max-width: 1024px) {
    .apl-spinner-btn-div button {
        right: 9%;
        top: 14px;
    }
}

@media (max-width: 480px) {
    .apl-spinner-btn-div button {
        right: 7%;
        top: 16px;
    }
}

@media (max-width: 425px) {
    .apl-spinner-btn-div button {
        top: 9px;
        right: 6%;
    }
}

@media (max-width: 390px) {
    .apl-spinner-btn-div button {
        right: 5%;
    }
}

@media (max-width: 375px) {
    .apl-spinner-btn-div button {
        right: 2%;
        top: 8px;
    }
}

@media (max-width: 360px) {
    .apl-spinner-btn-div button {
        top: 8px;
    }
}

@media (max-width: 320px) {
    .apl-spinner-btn-div button {
        right: -1%;
        top: 2px;
    }
}

@media (max-width: 480px) {
    .apl-spinner-btn-div button img {
        width: 70%;
    }
}

@media (max-width: 390px) {
    .apl-spinner-btn-div button img {
        width: 65%;
    }
}

@media (max-width: 375px) {
    .apl-spinner-btn-div button img {
        width: 60%;
    }
}

.apl-spinner-input-div {
    position: absolute;
    top: 42%;
    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) {
    .apl-spinner-input-div {
        top: 40%;
        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: 70%;
    }
}

@media (max-width: 480px) {
    .apl-spinner-input-div {
        bottom: 34px;
        width: 80%;
        top: auto;
    }
}

@media (max-width: 425px) {
    .apl-spinner-input-div {
        bottom: 29px;
    }
}

@media (max-width: 414px) {
    .apl-spinner-input-div {
        bottom: 27px;
    }
}

@media (max-width: 390px) {
    .apl-spinner-input-div {
        bottom: 25px;
    }
}

@media (max-width: 375px) {
    .apl-spinner-input-div {
        bottom: 29px;
    }
}

@media (max-width: 360px) {
    .apl-spinner-input-div {
        bottom: 26px;
    }
}

@media (max-width: 320px) {
    .apl-spinner-input-div {
        bottom: 22px;
        width: 75%;
    }
}

.apl-spinner-input-div>input {
    width: 90%;
    line-height: 42px;
    border-radius: 30px;
    border: none;
    padding-left: 0px;
    text-align: center;
    letter-spacing: 4px;
    font-size: 19px;
    color: #3d3d3d;
}

@media (max-width: 1024px) {
    .apl-spinner-input-div>input {
        width: 100%;
        line-height: 42px;
    }
}

@media (max-width: 480px) {
    .apl-spinner-input-div>input {
        width: 92%;
        line-height: 35px;
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .apl-spinner-input-div>input {
        width: 95%;
        line-height: 30px;
        letter-spacing: 2px;
        font-size: 14px;
    }
}

.apl-popup-section {
    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: 73%;
    filter: drop-shadow(0 0 20px rgba(254, 255, 246, 0.35));
}

.apl-popup-section>div {
    position: absolute;
}

.apl-modal-pop {
    display: none;
    width: 50%;
    position: fixed;
    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;
}

@media (max-width: 768px) {
    .apl-modal-pop {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .apl-modal-pop {
        width: 80%;
    }
}

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

/* 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;
}

.apl-wheel-section {
    position: relative;
    width: 55%;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .apl-wheel-section {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .apl-wheel-section {
        width: 85%;
    }
}

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

@media (max-width: 1024px) {
    .apl-reward-popup {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .apl-reward-popup {
        width: 95%;
    }
}

.apl-award-box {
    margin: 0 auto;
    padding: 10px 25px 0px;
    width: 90%;
}

@media (max-width: 1366px) {
    .apl-award-box {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .apl-award-box {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .apl-award-box {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .apl-award-box {
        width: 90%;
    }
}

@media (max-width: 320px) {
    .apl-award-box {
        padding-bottom: 5px;
    }
}

.apl-award-box>p {
    color: #fbfbff;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 1px;
}

@media (max-width: 1366px) {
    .apl-award-box>p {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 1280px) {
    .apl-award-box>p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .apl-award-box>p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media (max-width: 375px) {
    .apl-award-box>p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 320px) {
    .apl-award-box>p {
        font-size: 14px;
        line-height: 14px;
    }
}

.apl-award-container {
    position: relative;
    margin-bottom: 10px;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/apl-wheel/prize-container-mid.png);
    background-size: contain;
    padding: 21px 0px 25px 0px;
    margin: 0 auto 15px;
    width: 50%;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 18px 0px #aa5500;
    -webkit-box-shadow: 0px 0px 18px 0px #aa5500;
    -moz-box-shadow: 0px 0px 18px 0px #aa5500;
}

@media (max-width: 1366px) {
    .apl-award-container {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    .apl-award-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .apl-award-container {
        margin: 0 auto 7px;
    }
}

.apl-award-container:before {
    content: '';
    position: absolute;
    width: 67px;
    height: 100%;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/apl-wheel/prize-container-l.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -45px;
}

@media (max-width: 1280px) {
    .apl-award-container:before {
        left: -40px;
    }
}

@media (max-width: 480px) {
    .apl-award-container:before {
        left: -37px;
    }
}

.apl-award-container:after {
    content: '';
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/apl-wheel/prize-container-r.png) no-repeat;
    background-size: contain;
    top: 0;
    position: absolute;
    width: 67px;
    height: 100%;
    right: -65px;
}

.apl-award-container>p {
    color: #fffa7f;
    font-size: 30px;
    line-height: 40px;
}

@media (max-width: 1366px) {
    .apl-award-container>p {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0;
    }
}

@media (max-width: 1280px) {
    .apl-award-container>p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .apl-award-container>p {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 375px) {
    .apl-award-container>p {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (max-width: 320px) {
    .apl-award-container>p {
        font-size: 18px;
        line-height: 20px;
    }
}

.apl-popup-1,
.apl-popup-2,
.apl-popup-3 {
    display: none;
}

.apl-spinner-nickname {
    width: 35%;
    font-size: 0;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

@media (max-width: 1366px) {
    .apl-spinner-nickname {
        width: 45%;
    }
}

@media (max-width: 1024px) {
    .apl-spinner-nickname {
        width: 70%;
    }
}

.apl-spinner-nickname .spin-input {
    width: 100%;
    border-radius: 10px 0 0 10px;
    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;
    padding: 8px;
    height: auto;
}

@media (max-width: 480px) {
    .apl-spinner-nickname .spin-input {
        padding: 7.5px;
    }
}

.apl-spinner-nickname .spin-input>input {
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 2px;
    width: 100%;
    margin-left: 0;
    display: inline-block;
    color: #fff;
    line-height: 2em;
    border-radius: 5px;
    border: none;
    background: #7a7a7a;
}

@media (max-width: 480px) {
    .apl-spinner-nickname .spin-input>input {
        font-size: 4vw;
        line-height: 28px;
    }
}

.apl-spinner-nickname .spin-input>input::-webkit-input-placeholder {
    color: #ffffff;
}

.apl-spinner-nickname .spin-input>input::-moz-input-placeholder {
    color: #ffffff;
}

.apl-spinner-nickname .spin-input>input::-ms-input-placeholder {
    color: #ffffff;
}

.apl-spinner-nickname .spin-input>input::-o-input-placeholder {
    color: #ffffff;
}

.apl-spinner-nickname-btn {
    width: 10%;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .apl-spinner-nickname-btn {
        width: 15%;
    }
}

@media (max-width: 768px) {
    .apl-spinner-nickname-btn {
        width: 25%;
    }
}

.apl-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) {
    .apl-spinner-nickname-btn button {
        font-size: 4vw;
        padding: 15px;
        min-height: 51px;
    }
}

@media (max-width: 425px) {
    .apl-spinner-nickname-btn button {
        padding: 15px;
    }
}

/*FOR ANDROID */

@media (max-width: 480px) {
    .android .apl-spinner-nickname .spin-input {
        padding: 9px;
    }
    .android .apl-spinner-nickname .spin-input input {
        line-height: 31px;
    }
    .android .apl-spinner-nickname-btn button {
        padding: 13px;
    }
}

.apl-client-box {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 320px) {
    .apl-client-box {
        width: 95%;
    }
}

.apl-client-box p:first-child {
    font-size: 30px;
    line-height: 40px;
    color: #fffa7f;
}

@media (max-width: 480px) {
    .apl-client-box p:first-child {
        font-size: 6.5vw;
        line-height: 30px;
    }
}

@media (max-width: 320px) {
    .apl-client-box p:first-child {
        font-size: 5.5vw;
        line-height: 25px;
    }
}

.apl-client-box p:first-child>span {
    word-break: break-word;
}

.apl-client-box p:nth-child(2) {
    font-size: 23px;
    letter-spacing: 2px;
    margin: 5px 0 30px;
    line-height: 32px;
}

@media (max-width: 1280px) {
    .apl-client-box p:nth-child(2) {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .apl-client-box p:nth-child(2) {
        font-size: 5.2vw;
        margin: 10px 0 35px;
        line-height: 30px;
        letter-spacing: 0;
    }
}

@media (max-width: 375px) {
    .apl-client-box p:nth-child(2) {
        line-height: 25px;
        letter-spacing: 1px;
    }
}

@media (max-width: 320px) {
    .apl-client-box p:nth-child(2) {
        letter-spacing: 0px;
    }
}

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

.apl-client-box .client-box-arrow-left {
    left: 30px;
}

@media (max-width: 480px) {
    .apl-client-box .client-box-arrow-left {
        left: 25px;
    }
}

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

.apl-btn-plaintxt {
    background: none;
    border: none;
    letter-spacing: 2px;
}

.apl-btn-plaintxt:hover {
    text-decoration: underline;
}

/*.popup-2, .modal-overlay {
    display: block;
}*/

.vw-spin-title {
    padding-top: 3%;
}

@media (max-width: 1366px) {
    .vw-spin-title {
        padding-top: 2%;
    }
}

.vw-stage {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 0;
    width: 100%;
}

.apl-spin-rules {
    padding: 2% 0 20px;
    background: #041217;
    background: -moz-linear-gradient(top, #041217 0%, #194448 50%, #1b3e4f 93%, #041217 100%);
    background: -webkit-linear-gradient(top, #041217 0%, #194448 50%, #1b3e4f 93%, #041217 100%);
    background: linear-gradient(to bottom, #041217 0%, #194448 50%, #1b3e4f 93%, #041217 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041217', endColorstr='#041217', GradientType=0);
}

@media (max-width: 1024px) {
    .apl-spin-rules {
        padding: 3% 8%;
    }
}

@media (max-width: 480px) {
    .apl-spin-rules {
        padding: 3% 25px;
    }
}

.aplwheel-rules {
    padding: 0 23%;
}

@media (max-width: 1024px) {
    .aplwheel-rules {
        padding: 0;
    }
}

.aplwheel-rules h3 {
    color: #fff;
    letter-spacing: 2px;
}

@media (max-width: 480px) {
    .aplwheel-rules h3 {
        font-size: 3.1vw;
    }
}

@media (max-width: 480px) {
    .aplwheel-rules ol {
        padding-left: 15px;
        margin-bottom: 5px;
    }
}

.aplwheel-rules ol li {
    line-height: 1.5em;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffff;
    font-weight: 500;
}

@media (max-width: 480px) {
    .aplwheel-rules ol li {
        font-size: 3.2vw;
        letter-spacing: 0px;
    }
}

.apl-spin-chips img {
    position: absolute;
    z-index: 5;
}

.apl-spin-chips .vl {
    bottom: 29%;
    left: -17%;
    height: 16%;
}

@media (max-width: 1280px) {
    .apl-spin-chips .vl {
        left: -5%;
    }
}

@media (max-width: 1024px) {
    .apl-spin-chips .vl {
        bottom: 15%;
        left: 2%;
        height: 14%;
    }
}

@media (max-width: 768px) {
    .apl-spin-chips .vl {
        bottom: 7%;
        left: 1%;
        height: 13%;
    }
}

@media (max-width: 480px) {
    .apl-spin-chips .vl {
        bottom: 3%;
        left: 0%;
        height: 11%;
    }
}

.apl-spin-chips .vr {
    bottom: 0;
    right: -14%;
    height: 23%;
}

@media (max-width: 1590px) {
    .apl-spin-chips .vr {
        right: -11%;
        height: 18%;
    }
}

@media (max-width: 1280px) {
    .apl-spin-chips .vr {
        right: -7%;
        height: 24%;
    }
}

.apl-relative {
    position: relative;
}

/*POP UP*/

.apl-modal-overlay {
    display: none;
    /* display: block if you want to test*/
    background-color: rgba(0, 0, 0, 0.83);
    height: 100vh;
    position: fixed;
    z-index: 45;
    width: 100%;
    top: 0;
}

.vw-spin-bar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

@media (max-width: 1024px) {
    .vw-spin-bar img {
        top: 47%;
        height: 30%;
        width: 170%;
    }
}

.vw-spin-index {
    position: relative;
    z-index: 3;
}

.cny-wheel-container {
    position: relative;
    margin: 3% 0 11.5% 0;
}

@media (max-width: 1440px) {
    .cny-wheel-container {
        margin: 3% 0 10% 0;
    }
}

@media (max-width: 1024px) {
    .cny-wheel-container {
        margin: 4% auto 11% auto;
        width: 60%;
    }
}

@media (max-width: 800px) {
    .cny-wheel-container {
        margin: 4% auto 16% auto;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .cny-wheel-container {
        width: 100%;
        margin: 4% auto 20% auto;
    }
}

.pop-wd {
    min-width: 300px !important;
}

/*==================NEW SPINNER STYLE====================*/

.modal-blockUI {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
}

.cny-fortune-container {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/cnyspin-wheel/aplspinmainbg250201.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #015385;
    position: relative;
}

@media (max-width: 1024px) {
    .cny-fortune-container {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/cnyspin-wheel/aplspinmainbg250201mobi.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        background-position: center;
    }
}

@media only screen and (max-width: 1366px) {
    .cny-fortune-container .container {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .cny-fortune-container .container {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
}

.cny-fortune-container .pc-title {
    display: inline-block;
}

@media (max-width: 1024px) {
    .cny-fortune-container .pc-title {
        display: none;
    }
}

.cny-fortune-container .mobi-title {
    display: none;
}

@media (max-width: 1024px) {
    .cny-fortune-container .mobi-title {
        display: inline-block;
        margin-top: 10%;
    }
}

@media (max-width: 600px) {
    .cny-fortune-container .mobi-title {
        margin-top: 2%;
    }
}

#cnycanvas {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/cnyspin-wheel/wheel1.png?v=1) no-repeat center center;
    width: 100%;
    background-size: cover;
}

.cny-pointer {
    filter: drop-shadow(5px 8px 3px rgba(0, 0, 0, 0.45));
    width: 80%;
}

@media (max-width: 1024px) {
    .cny-pointer {
        width: auto;
    }
}

@media (max-width: 480px) {
    .cny-pointer {
        width: 90%;
    }
}

.cny-pointer-center {
    position: absolute;
    top: 5.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: 1;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .cny-pointer-center {
        width: 5%;
        left: 50%;
    }
}

@media (max-width: 480px) {
    .cny-pointer-center {
        left: 50.5%;
    }
}

.cny-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 1px 3px rgba(0, 0, 0, 0.7));
}

@media (max-width: 480px) {
    .cny-midcircle {
        width: 8%;
    }
}

.cny-wheel-backdecor {
    position: absolute;
    width: 117%;
    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(22px 10px 20px rgba(55, 22, 16, 0.7));
}

.cny-dragon {
    position: absolute;
    z-index: -2;
    left: -43%;
    top: -68px;
}

@media (max-width: 1366px) {
    .cny-dragon {
        width: 59%;
        left: -42%;
        top: -39px;
    }
}

@media (max-width: 768px) {
    .cny-dragon {
        width: 53%;
        left: -18%;
        top: -39px;
    }
}

.cny-snake {
    position: absolute;
    z-index: 1;
    right: -37%;
    bottom: -65px;
    width: 59%;
}

@media (max-width: 1366px) {
    .cny-snake {
        right: -37%;
    }
}

@media (max-width: 1280px) {
    .cny-snake {
        right: -38%;
        bottom: -66px;
    }
}

@media (max-width: 768px) {
    .cny-snake {
        width: 60%;
        right: -25%;
        bottom: -75px;
    }
}

@media (max-width: 480px) {
    .cny-snake {
        width: 55%;
        bottom: -62px;
    }
}

@media (max-width: 320px) {
    .cny-snake {
        width: 53%;
        bottom: -39px;
    }
}

.cny-stage {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.cny-spinner-trigger-div {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 75%);
    -webkit-transform: translate(-50%, 75%);
    -moz-transform: translate(-50%, 75%);
    -o-transform: translate(-50%, 75%);
    -ms-transform: translate(-50%, 75%);
    z-index: 7;
}

@media (max-width: 1024px) {
    .cny-spinner-trigger-div {
        width: 80%;
        bottom: unset;
        bottom: 0;
        left: 50%;
    }
}

@media (max-width: 480px) {
    .cny-spinner-trigger-div {
        width: 100%;
    }
}

.cny-spinner-trigger-div>div {
    position: relative;
}

.cny-code-error {
    visibility: hidden;
}

.cny-code-error p {
    color: #022c2c;
    font-size: 20px;
    letter-spacing: 2px;
}

@media (max-width: 1024px) {
    .cny-code-error p {
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .cny-code-error p {
        font-size: 3.5vw;
        letter-spacing: 1px;
    }
}

.cny-wheel-newuser {
    position: absolute;
    top: 32%;
    right: -18%;
    z-index: 4;
    width: 50%;
}

@media (max-width: 1590px) {
    .cny-wheel-newuser {
        top: 34%;
        right: -9%;
        width: 40%;
    }
}

@media (max-width: 1280px) {
    .cny-wheel-newuser {
        right: -6%;
    }
}

@media (max-width: 1024px) {
    .cny-wheel-newuser {
        position: static;
        width: 100%;
        margin: 6px 0 10px;
    }
}

.cny-wheel-newuser>div {
    position: relative;
}

.cny-wheel-newuser>div>div {
    position: absolute;
    width: 100%;
    padding-left: 25%;
    top: 25%;
}

@media (max-width: 1590px) {
    .cny-wheel-newuser>div>div {
        padding-left: 30%;
    }
}

@media (max-width: 1280px) {
    .cny-wheel-newuser>div>div {
        padding-left: 28%;
    }
}

@media (max-width: 1024px) {
    .cny-wheel-newuser>div>div {
        padding: 0;
        position: static;
        text-align: center;
    }
}

.cny-wheel-newuser>div>div p {
    font-size: 29px;
    line-height: 45px;
    letter-spacing: 1px;
}

@media (max-width: 1590px) {
    .cny-wheel-newuser>div>div p {
        font-size: 23px;
        line-height: 39px;
    }
}

@media (max-width: 1280px) {
    .cny-wheel-newuser>div>div p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .cny-wheel-newuser>div>div p {
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {
    .cny-wheel-newuser>div>div p {
        font-size: 4vw;
        line-height: 30px;
    }
}

.reglink {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/apl-wheel/reglink.png) no-repeat center center;
    width: 100%;
    background-size: contain;
    color: #2a323b;
    font-size: 25px;
    padding: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 3px;
    cursor: pointer;
}

@media (max-width: 1590px) {
    .reglink {
        font-size: 20px;
        padding: 9px;
    }
}

@media (max-width: 1280px) {
    .reglink {
        font-size: 17px;
    }
}

@media (max-width: 1024px) {
    .reglink {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .reglink {
        font-size: 4vw;
    }
}

.cny-spinner-btn-div {
    width: 100%;
}

.cny-spinner-btn-div button {
    position: absolute;
    right: 7%;
    background: none;
    border: none;
    top: 8px;
}

@media (max-width: 1024px) {
    .cny-spinner-btn-div button {
        right: 8%;
        top: 5px;
    }
}

@media (max-width: 768px) {
    .cny-spinner-btn-div button {
        right: 13%;
        top: 12px;
    }
}

@media (max-width: 480px) {
    .cny-spinner-btn-div button {
        right: 7%;
        top: 12px;
    }
}

@media (max-width: 460px) {
    .cny-spinner-btn-div button {
        top: 10px;
    }
}

@media (max-width: 430px) {
    .cny-spinner-btn-div button {
        top: 7px;
        right: 3%;
    }
}

@media (max-width: 425px) {
    .cny-spinner-btn-div button {
        top: 6px;
    }
}

@media (max-width: 414px) {
    .cny-spinner-btn-div button {
        right: 2%;
    }
}

@media (max-width: 390px) {
    .cny-spinner-btn-div button {
        right: -1%;
    }
}

@media (max-width: 375px) {
    .cny-spinner-btn-div button {
        right: 0;
        top: 5px;
    }
}

@media (max-width: 360px) {
    .cny-spinner-btn-div button {
        top: 7px;
    }
}

@media (max-width: 320px) {
    .cny-spinner-btn-div button {
        right: -2%;
        top: 4px;
    }
}

@media (max-width: 480px) {
    .cny-spinner-btn-div button img {
        width: 70%;
    }
}

@media (max-width: 390px) {
    .cny-spinner-btn-div button img {
        width: 65%;
    }
}

@media (max-width: 375px) {
    .cny-spinner-btn-div button img {
        width: 60%;
    }
}

.cny-spinner-input-div {
    position: absolute;
    top: 47%;
    left: 48%;
    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) {
    .cny-spinner-input-div {
        top: 48%;
        left: 45%;
        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: 65%;
    }
}

@media (max-width: 480px) {
    .cny-spinner-input-div {
        bottom: 9px;
        width: 75%;
        top: auto;
    }
}

@media (max-width: 460px) {
    .cny-spinner-input-div {
        bottom: 7px;
    }
}

@media (max-width: 430px) {
    .cny-spinner-input-div {
        bottom: 4px;
    }
}

@media (max-width: 425px) {
    .cny-spinner-input-div {
        bottom: 3px;
    }
}

@media (max-width: 414px) {
    .cny-spinner-input-div {
        bottom: 2px;
    }
}

@media (max-width: 390px) {
    .cny-spinner-input-div {
        bottom: -1px;
        width: 80%;
    }
}

@media (max-width: 375px) {
    .cny-spinner-input-div {
        bottom: 3px;
    }
}

@media (max-width: 320px) {
    .cny-spinner-input-div {
        bottom: 1px;
    }
}

.cny-spinner-input-div>input {
    width: 90%;
    line-height: 42px;
    border-radius: 30px;
    border: none;
    padding-left: 0px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 19px;
    color: #3d3d3d;
}

@media (max-width: 1024px) {
    .cny-spinner-input-div>input {
        width: 100%;
        line-height: 42px;
    }
}

@media (max-width: 480px) {
    .cny-spinner-input-div>input {
        width: 92%;
        line-height: 35px;
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .cny-spinner-input-div>input {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .cny-spinner-input-div>input {
        width: 95%;
        line-height: 30px;
        letter-spacing: 2px;
        font-size: 14px;
    }
}

.cny-popup-section {
    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: 100%;
    filter: drop-shadow(0 0 20px rgba(254, 255, 246, 0.35));
}

.cny-popup-section>div {
    position: absolute;
}

.cny-modal-pop {
    display: none;
    width: 50%;
    position: fixed;
    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;
}

@media (max-width: 768px) {
    .cny-modal-pop {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .cny-modal-pop {
        width: 80%;
    }
}

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

/* 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;
}

.cny-wheel-section {
    position: relative;
    width: 55%;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .cny-wheel-section {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .cny-wheel-section {
        width: 85%;
    }
}

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

@media (max-width: 1024px) {
    .cny-reward-popup {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .cny-reward-popup {
        width: 95%;
    }
}

.cny-award-box {
    margin: 0 auto;
    padding: 10px 25px 0px;
    width: 90%;
}

@media (max-width: 1366px) {
    .cny-award-box {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .cny-award-box {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .cny-award-box {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cny-award-box {
        width: 90%;
    }
}

@media (max-width: 320px) {
    .cny-award-box {
        padding-bottom: 5px;
    }
}

.cny-award-box>p {
    color: #fbfbff;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 1px;
}

@media (max-width: 1366px) {
    .cny-award-box>p {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 1280px) {
    .cny-award-box>p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .cny-award-box>p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media (max-width: 375px) {
    .cny-award-box>p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 320px) {
    .cny-award-box>p {
        font-size: 14px;
        line-height: 14px;
    }
}

.cny-award-container {
    position: relative;
    margin-bottom: 10px;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/cnyspin-wheel/prize-container-mid.png);
    background-size: contain;
    padding: 21px 0px 25px 0px;
    margin: 0 auto 15px;
    width: 50%;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 18px 0px #aa5500;
    -webkit-box-shadow: 0px 0px 18px 0px #aa5500;
    -moz-box-shadow: 0px 0px 18px 0px #aa5500;
}

@media (max-width: 1366px) {
    .cny-award-container {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    .cny-award-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cny-award-container {
        margin: 0 auto 7px;
    }
}

.cny-award-container:before {
    content: '';
    position: absolute;
    width: 67px;
    height: 100%;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/cnyspin-wheel/prize-container-l.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -45px;
}

@media (max-width: 1280px) {
    .cny-award-container:before {
        left: -40px;
    }
}

@media (max-width: 480px) {
    .cny-award-container:before {
        left: -37px;
    }
}

.cny-award-container:after {
    content: '';
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/cnyspin-wheel/prize-container-r.png) no-repeat;
    background-size: contain;
    top: 0;
    position: absolute;
    width: 67px;
    height: 100%;
    right: -65px;
}

.cny-award-container>p {
    color: #fffa7f;
    font-size: 30px;
    line-height: 40px;
}

@media (max-width: 1366px) {
    .cny-award-container>p {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0;
    }
}

@media (max-width: 1280px) {
    .cny-award-container>p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .cny-award-container>p {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 375px) {
    .cny-award-container>p {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (max-width: 320px) {
    .cny-award-container>p {
        font-size: 18px;
        line-height: 20px;
    }
}

.cny-popup-1,
.cny-popup-2,
.cny-popup-3 {
    display: none;
}

.cny-spinner-nickname {
    width: 35%;
    font-size: 0;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

@media (max-width: 1366px) {
    .cny-spinner-nickname {
        width: 45%;
    }
}

@media (max-width: 1024px) {
    .cny-spinner-nickname {
        width: 70%;
    }
}

.cny-spinner-nickname .spin-input {
    width: 100%;
    border-radius: 10px 0 0 10px;
    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;
    padding: 8px;
    height: auto;
}

@media (max-width: 480px) {
    .cny-spinner-nickname .spin-input {
        padding: 7.5px;
    }
}

.cny-spinner-nickname .spin-input>input {
    font-size: 16px;
    padding-left: 10px;
    letter-spacing: 2px;
    width: 100%;
    margin-left: 0;
    display: inline-block;
    color: #fff;
    line-height: 2em;
    border-radius: 5px;
    border: none;
    background: #7a7a7a;
}

@media (max-width: 480px) {
    .cny-spinner-nickname .spin-input>input {
        font-size: 4vw;
        line-height: 28px;
    }
}

.cny-spinner-nickname .spin-input>input::-webkit-input-placeholder {
    color: #ffffff;
}

.cny-spinner-nickname .spin-input>input::-moz-input-placeholder {
    color: #ffffff;
}

.cny-spinner-nickname .spin-input>input::-ms-input-placeholder {
    color: #ffffff;
}

.cny-spinner-nickname .spin-input>input::-o-input-placeholder {
    color: #ffffff;
}

.cny-spinner-nickname-btn {
    width: 10%;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .cny-spinner-nickname-btn {
        width: 15%;
    }
}

@media (max-width: 768px) {
    .cny-spinner-nickname-btn {
        width: 25%;
    }
}

.cny-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) {
    .cny-spinner-nickname-btn button {
        font-size: 4vw;
        padding: 15px;
        min-height: 51px;
    }
}

@media (max-width: 425px) {
    .cny-spinner-nickname-btn button {
        padding: 15px;
    }
}

/*FOR ANDROID */

@media (max-width: 480px) {
    .android .cny-spinner-nickname .spin-input {
        padding: 9px;
    }
    .android .cny-spinner-nickname .spin-input input {
        line-height: 31px;
    }
    .android .cny-spinner-nickname-btn button {
        padding: 13px;
    }
}

.cny-client-box {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 320px) {
    .cny-client-box {
        width: 95%;
    }
}

.cny-client-box p:first-child {
    display: block;
    font-size: 29px;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .cny-client-box p:first-child {
        font-size: 6.5vw;
        line-height: 30px;
    }
}

@media (max-width: 320px) {
    .cny-client-box p:first-child {
        font-size: 5.5vw;
        line-height: 25px;
    }
}

.cny-client-box p:first-child>span {
    word-break: break-word;
}

.cny-client-box p:nth-child(2) {
    color: #f7ccff;
    font-size: 38px;
    margin-bottom: 15px;
}

@media (max-width: 1280px) {
    .cny-client-box p:nth-child(2) {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .cny-client-box p:nth-child(2) {
        font-size: 5.2vw;
        margin: 10px 0 35px;
        line-height: 30px;
        letter-spacing: 0;
    }
}

@media (max-width: 375px) {
    .cny-client-box p:nth-child(2) {
        line-height: 25px;
        letter-spacing: 1px;
    }
}

@media (max-width: 320px) {
    .cny-client-box p:nth-child(2) {
        letter-spacing: 0px;
    }
}

.cny-client-box p:last-child {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 5px 0 30px;
    line-height: 32px;
}

.cny-client-box p.award {
    color: #ffe21f;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 0 4px 5px #000;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

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

.cny-client-box .client-box-arrow-left {
    left: 30px;
}

@media (max-width: 480px) {
    .cny-client-box .client-box-arrow-left {
        left: 25px;
    }
}

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

.cny-btn-plaintxt {
    background: none;
    border: none;
    letter-spacing: 2px;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 480px) {
    .cny-btn-plaintxt {
        font-size: 13px;
    }
}

.cny-btn-plaintxt:hover {
    text-decoration: underline;
}

/*.popup-2, .modal-overlay {
    display: block;
}*/

.vw-spin-title {
    padding-top: 3%;
}

@media (max-width: 1366px) {
    .vw-spin-title {
        padding-top: 2%;
    }
}

.vw-stage {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 0;
    width: 100%;
}

.cny-spin-rules {
    padding: 2% 0 20px;
    background: #041217;
    background: -moz-linear-gradient(top, #041217 0%, #194448 50%, #1b3e4f 93%, #041217 100%);
    background: -webkit-linear-gradient(top, #041217 0%, #194448 50%, #1b3e4f 93%, #041217 100%);
    background: linear-gradient(to bottom, #041217 0%, #194448 50%, #1b3e4f 93%, #041217 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041217', endColorstr='#041217', GradientType=0);
}

@media (max-width: 1024px) {
    .cny-spin-rules {
        padding: 3% 8%;
    }
}

@media (max-width: 480px) {
    .cny-spin-rules {
        padding: 3% 25px;
    }
}

.cnywheel-rules {
    padding: 0 23%;
}

@media (max-width: 1024px) {
    .cnywheel-rules {
        padding: 0;
    }
}

.cnywheel-rules h3 {
    color: #fff;
    letter-spacing: 2px;
}

@media (max-width: 480px) {
    .cnywheel-rules h3 {
        font-size: 3.1vw;
    }
}

@media (max-width: 480px) {
    .cnywheel-rules ol {
        padding-left: 15px;
        margin-bottom: 5px;
    }
}

.cnywheel-rules ol li {
    line-height: 1.5em;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffff;
    font-weight: 500;
}

@media (max-width: 480px) {
    .cnywheel-rules ol li {
        font-size: 3.2vw;
        letter-spacing: 0px;
    }
}

.cny-spin-chips img {
    position: absolute;
    z-index: 5;
}

.cny-spin-chips .vl {
    bottom: 29%;
    left: -17%;
    height: 16%;
}

@media (max-width: 1280px) {
    .cny-spin-chips .vl {
        left: -5%;
    }
}

@media (max-width: 1024px) {
    .cny-spin-chips .vl {
        bottom: 15%;
        left: 2%;
        height: 14%;
    }
}

@media (max-width: 768px) {
    .cny-spin-chips .vl {
        bottom: 7%;
        left: 1%;
        height: 13%;
    }
}

@media (max-width: 480px) {
    .cny-spin-chips .vl {
        bottom: 3%;
        left: 0%;
        height: 11%;
    }
}

.cny-spin-chips .vr {
    bottom: 0;
    right: -14%;
    height: 23%;
}

@media (max-width: 1590px) {
    .cny-spin-chips .vr {
        right: -11%;
        height: 18%;
    }
}

@media (max-width: 1280px) {
    .cny-spin-chips .vr {
        right: -7%;
        height: 24%;
    }
}

.cny-relative {
    position: relative;
}

/*POP UP*/

.cny-modal-overlay {
    display: none;
    /* display: block if you want to test*/
    background-color: rgba(0, 0, 0, 0.83);
    height: 100vh;
    position: fixed;
    z-index: 25;
    width: 100%;
    top: 0;
}

.vw-spin-bar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

@media (max-width: 1024px) {
    .vw-spin-bar img {
        top: 47%;
        height: 30%;
        width: 170%;
    }
}

.vw-spin-index {
    position: relative;
    z-index: 3;
}

.cnyspin-input-section {
    position: relative;
}

.cnyspin-box {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 75%);
    -webkit-transform: translate(-50%, 75%);
    -moz-transform: translate(-50%, 75%);
    -o-transform: translate(-50%, 75%);
    -ms-transform: translate(-50%, 75%);
    z-index: 7;
    /* @media (max-width: 320px) {
       top: 55px;
   }*/
}

@media (max-width: 375px) {
    .cnyspin-box {
        top: -70px;
    }
}

.cnyspin-input {
    position: relative;
}

@media (max-width: 1024px) {
    .cnyspin-input {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .cnyspin-input {
        width: 100%;
    }
}

.cnyspin-input>img {
    width: 100%;
}

.wspin-input-detail {
    position: absolute;
    top: 32px;
    left: 38px;
}

@media (max-width: 1366px) {
    .wspin-input-detail {
        top: 26px;
    }
}

@media (max-width: 1280px) {
    .wspin-input-detail {
        top: 24px;
    }
}

@media (max-width: 1024px) {
    .wspin-input-detail {
        top: 41px;
        width: 100%;
        left: 0;
    }
}

@media (max-width: 480px) {
    .wspin-input-detail {
        top: 27px;
    }
}

@media (max-width: 414px) {
    .wspin-input-detail {
        top: 21px;
    }
}

@media (max-width: 375px) {
    .wspin-input-detail {
        top: 17px;
    }
}

@media (max-width: 320px) {
    .wspin-input-detail {
        top: 14px;
    }
}

.wspin-input-detail label {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
}

@media (max-width: 1366px) {
    .wspin-input-detail label {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media (max-width: 1024px) {
    .wspin-input-detail label {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .wspin-input-detail label {
        font-size: 4.5vw;
        margin-right: 5px;
    }
}

.wspin-input-detail input {
    display: inline-block;
    border: 1px solid #929292;
    line-height: 38px;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .wspin-input-detail input {
        line-height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .wspin-input-detail input {
        line-height: 28px;
        font-size: 13px;
        width: 45%;
    }
}

@media (max-width: 320px) {
    .wspin-input-detail input {
        line-height: 25px;
        font-size: 12px;
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .cnyspin-box,
    .weibo-trigger {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .cnyspin-box,
    .weibo-trigger {
        width: 80%;
    }
}

@media (max-width: 360px) {
    .cnyspin-box,
    .weibo-trigger {
        width: 86%;
    }
}

@media (max-width: 320px) {
    .cnyspin-box,
    .weibo-trigger {
        width: 90%;
    }
}

.wspin-input-btn {
    position: absolute;
    right: -68px;
    top: -25px;
}

@media (max-width: 1366px) {
    .wspin-input-btn {
        right: -74px;
        top: -33px;
    }
}

@media (max-width: 1024px) {
    .wspin-input-btn {
        right: auto;
        top: auto;
        bottom: -42px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wspin-input-btn {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .wspin-input-btn {
        bottom: -33px;
    }
}

@media (max-width: 375px) {
    .wspin-input-btn {
        bottom: -25px;
    }
}

.wspin-input-btn>button {
    border: 0;
    background: none;
    width: 75%;
}

@media (max-width: 1366px) {
    .wspin-input-btn>button {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .wspin-input-btn>button {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .wspin-input-btn>button {
        width: 40%;
    }
}

@media (max-width: 375px) {
    .wspin-input-btn>button {
        width: 42%;
    }
}

.wspin-input-btn>button img {
    filter: drop-shadow(0px 7px 3px rgba(0, 0, 0, 0.8));
    width: 100%;
}

.cnyspin-error {
    visibility: hidden;
    position: relative;
    z-index: 8;
    top: 87px;
}

@media (max-width: 480px) {
    .cnyspin-error {
        top: 70px;
    }
}

@media (max-width: 425px) {
    .cnyspin-error {
        top: 65px;
    }
}

@media (max-width: 414px) {
    .cnyspin-error {
        top: 60px;
    }
}

@media (max-width: 320px) {
    .cnyspin-error {
        top: 50px;
    }
}

.cnyspin-error span {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
}

@media (max-width: 480px) {
    .cnyspin-error span {
        font-size: 3.5vw;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

.apl-award-container {
    position: relative;
    margin-bottom: 10px;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/cnyspin-wheel/prize-container-mid.png);
    background-size: contain;
    padding: 21px 0px 25px 0px;
    margin: 0 auto 15px;
    width: 50%;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 18px 0px #aa5500;
    -webkit-box-shadow: 0px 0px 18px 0px #aa5500;
    -moz-box-shadow: 0px 0px 18px 0px #aa5500;
}

@media (max-width: 1024px) {
    .apl-award-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .apl-award-container {
        margin: 0 auto 7px;
    }
}

.apl-award-container:before {
    content: '';
    position: absolute;
    width: 67px;
    height: 100%;
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/cnyspin-wheel/prize-container-l.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -45px;
}

@media (max-width: 1280px) {
    .apl-award-container:before {
        left: -39px;
    }
}

.apl-award-container:after {
    content: '';
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/cnyspin-wheel/prize-container-r.png) no-repeat;
    background-size: contain;
    top: 0;
    position: absolute;
    width: 67px;
    height: 100%;
    right: -65px;
}

.apl-award-container p {
    color: #fffa7f;
    font-size: 30px;
    line-height: 40px;
}

@media (max-width: 1280px) {
    .apl-award-container p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .apl-award-container p {
        line-height: 26px;
    }
}

@media (max-width: 375px) {
    .apl-award-container p {
        font-size: 3.5vw;
        line-height: 24px;
    }
}

.cny-award-box {
    margin: 0 auto;
    padding: 10px 25px 0px;
    width: 90%;
}

.ggteam-main-banner {
    padding: 0 10%;
}

@media (max-width: 1024px) {
    .ggteam-main-banner {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .ggteam-main-banner {
        padding: 5% 0;
        overflow: hidden;
    }
    .ggteam-main-banner img {
        transform: scale(1.8);
    }
}

.gts-b-bot-red {
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.ggteam-banner-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 480px) {
    .ggteam-banner-container {
        background-size: cover;
        background-position: 55% center;
    }
}

.ggteam-icons {
    font-size: 0;
}

.ggteam-icons li {
    display: inline-block;
    padding-right: 10px;
}

.ggteam-icons li a {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 7px;
    display: block;
    width: 42px;
}

@media (max-width: 480px) {
    .ggteam-icons li a {
        border-radius: 8px;
        padding: 5px;
        display: block;
        width: 8vw;
    }
}

.ggteam-join-btn {
    background-color: #4d4ab6;
    display: inline-block;
    color: white;
    text-align: center;
    min-width: 250px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: normal;
    padding: 10px 10px;
    border-radius: 10px;
    margin: 10px 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 480px) {
    .ggteam-join-btn {
        font-size: 3.8vw;
        /*width: 45vw;*/
        padding: 7px;
        min-width: 45vw;
    }
}

.ggteam-join-btn:hover {
    background-color: #32315c;
}

.gts-pad {
    padding: 7% 0;
}

.ggteam-vec-container {
    /* border: 2px solid #fff;
  border-radius: 10px;
  background-color: #000;
  padding: 20px;*/
    border-radius: 10px;
    background-color: #0e0e0e;
    padding: 0;
}

@media (max-width: 480px) {
    .ggteam-vec-container {
        margin-bottom: 30px;
    }
}

.ggteam-vec-container .ggteam-vec-box {
    /* border: 1px solid #484848;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    transition: transform 1s, filter 1s ease-in-out;
    background-color: #000;*/
    border-radius: 10px;
    padding: 35px 20px 0;
    position: relative;
    transition: transform 1s, filter 1s ease-in-out;
    background-color: #000;
    background: url('https://evpok.com/wp-content/themes/evpk/Assets/img/ggteam/GGTeam_card_bg_dark.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 0;
}

@media (max-width: 480px) {
    .ggteam-vec-container .ggteam-vec-box {
        padding: 30px 20px 0;
        background-position: 50% 100%;
    }
}

.ggteam-vec-container .ggteam-vec-box img {
    transition: transform 1s, filter 1s ease-in-out;
    transform-origin: 50% 100%;
    transform: scale(1);
}

.ggteam-vec-container .ggteam-vec-box:hover {
    background-color: #232323;
}

.ggteam-vec-container .ggteam-vec-box:hover img {
    transform-origin: 50% 100%;
    transform: scale(1.15);
}

.ggteam-vec-container .ggteam-acm-box {
    padding: 20px;
}

.ggteam-vec-container .ggteam-acm-box ul {
    padding-left: 5%;
}

.ggteam-vec-container .ggteam-acm-box ul li {
    font-size: 16px;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    color: white;
    line-height: 1.5em;
    /*&::marker {
    color: red;
    font-weight: bold;
}*/
}

@media (max-width: 480px) {
    .ggteam-vec-container .ggteam-acm-box ul li {
        font-size: 3vw;
    }
}

.ggteam-video-box {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
}

.ggteam-video-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.gts-a-color {
    color: #cd181f;
}

.gts-a-color:hover {
    color: #fff;
}

.ggteam-menu-box li {
    /*display: inline-block;
  width: 15%;
  border: 1px solid white;
  border-radius: 10px;
  text-align: center;
  margin: 10px;*/
    display: inline-block;
    width: 18%;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    margin-bottom: 35px;
    /*display: block;*/
    background: url('https://evpok.com/wp-content/themes/evpk/Assets/img/ggteam/GGTeam_card_bg_dark.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 0;
    position: relative;
}

@media (max-width: 1024px) {
    .ggteam-menu-box li {
        width: 24%;
    }
}

@media (max-width: 480px) {
    .ggteam-menu-box li {
        width: 40%;
    }
}

.ggteam-menu-box li .ggteam-menu-item {
    padding: 15px;
}

.ggteam-menu-box li .ggteam-menu-item a {
    /*display: block;
      border: 1px solid #484848;
      width: 100%;
      margin: 0 auto;
      border-radius: 10px;*/
    display: block;
    width: 100%;
    margin: 0 auto;
}

.ggteam-menu-box li .ggteam-menu-item a img {
    transform: scale(1.1);
    transform-origin: 50% 100%;
}

.ggteam-menu-box li .ggteam-menu-item p {
    /* font-size: 16px;
      color: #fff;
      padding-top: 8px;
      line-height: 1.5em;*/
    /*font-size: 16px;
      color: #fff;
      padding-top: 5px;
      padding-bottom: 5px;
      line-height: 1.5em;
      background: #1c1c1c;
      border-radius: 10px 10px;*/
    font-size: 12px;
    color: #fff;
    padding: 10px 5px;
    line-height: 1.5em;
    background: #1c1c1c;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -22px;
    border-radius: 0 0 10px 10px;
}

@media (max-width: 480px) {
    .ggteam-menu-box li .ggteam-menu-item p {
        font-size: 3.5vw;
    }
}

.ggteam-shadow-orange {
    text-shadow: 3px 2px 0px #e13a17;
}

.slick-ggteam-menu .slick-dots li {
    width: 20px;
    margin: 0 10px;
}

@media (max-width: 480px) {
    .slick-ggteam-menu .slick-dots li {
        width: 15px;
        height: 15px;
    }
}

.slick-ggteam-menu .slick-dots li button {
    width: 100%;
    background: #6c6c6c;
    height: 100%;
    padding: 0px;
    border-radius: 50%;
}

.slick-ggteam-menu .slick-dots li.slick-active button {
    background: #ffffff;
}

.ggteam-menu-mainpage .slick-track {
    margin: 0;
}

.grey-a5 {
    color: #a5a5a5;
}

.tm-t-red {
    color: #ff4346;
}

.team-p-90 {
    padding-top: 90px;
}

@media (max-width: 480px) {
    .gg-team-newscale {
        padding: 10vw 0;
        overflow: hidden;
    }
    .gg-team-newscale img {
        transform: scale(1.8);
    }
}

.bg-1515 {
    background: linear-gradient(180deg, #151515 0%, #000000 100%);
}

.blogpage-bg {
    background-color: #0e0e0e;
}

.blogcrumbs {
    background: #131b31;
    padding: 10px 0;
}

.blogcrumbs ul li {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    font-size: 15px;
    /*  &::before {
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-right: .4em;
        margin-top: -2px;
        background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
        vertical-align: middle;
    }*/
}

.blogcrumbs ul li a {
    color: #fff;
}

.blogcrumbs ul li> :after {
    content: '\e90e';
    font-family: icomoon;
    color: #8a85fb;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.blogcrumbs ul> :last-child {
    color: #8a85fb;
}

@media (max-width: 480px) {
    .blogcrumbs ul> :last-child {
        display: none;
    }
}

.blogcrumbs ul> :last-child a {
    color: #8a85fb;
}

.blogcrumbs ul> :last-child> :after {
    content: ' ';
}

.blogpage-wrapper {
    padding: 2% 0;
}

.blogpage-wrapper .simple-pagination {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}

.blogpage-wrapper .simple-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.blogpage-wrapper .simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.blogpage-wrapper .simple-pagination li a,
.blogpage-wrapper .simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    /*box-shadow: 0px 0px 10px 0px #EEE;*/
}

@media (max-width: 480px) {
    .blogpage-wrapper .simple-pagination li a,
    .blogpage-wrapper .simple-pagination li span {
        padding: 5px 5px;
    }
}

.blogpage-wrapper .simple-pagination .current {
    color: #FFF;
    background-color: #41548b;
    border-color: #0d1121;
}

.blogpage-wrapper .simple-pagination .prev.current,
.blogpage-wrapper .simple-pagination .next.current {
    background: #ad233d;
}

.bp-category {
    padding: 0;
    border-radius: 10px;
    border: 2px solid #a865ff;
    overflow: hidden;
}

.bp-category h3 {
    padding: 10px 20px;
    background: #0e0e0e;
    font-size: 18px;
}

.bp-category .bp-bullet {
    border-top: 1px solid #a865ff;
    padding: 20px;
    background: linear-gradient(45deg, #232431 0%, #272839 100%);
}

.bp-category .bp-bullet li {
    color: #fff;
    position: relative;
    line-height: 1.8em;
    font-size: 13px;
    display: inline-block;
    background: #131b31;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    /* &:before {
           background-color: #fff;
           color: #fff;
           content: '';
           position: absolute;
           width: 5px;
           height: 5px;
           border-radius: 50%;
           left: 0;
           top: 9px;
       }*/
}

.bp-category .bp-bullet li a {
    color: #fff;
}

.bp-category .bp-bullet li a:hover {
    color: #8a85fb;
}

.bp-list .bp-list-item {
    padding: 0;
}

.bp-list .bp-list-item .bp-list-content {
    background: #262738;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #a865ff;
    overflow: hidden;
    margin-top: 40px;
}

.bp-list .bp-list-item .bp-list-content .bloglist-profile {
    display: block;
}

.bp-list .bp-list-item .bp-list-content .bloglist-profile img {
    border-radius: 10px;
    min-height: 248px;
    max-height: 248px;
    background-color: #0e0e0e;
}

@media (max-width: 480px) {
    .bp-list .bp-list-item .bp-list-content .bloglist-profile img {
        min-height: 158px;
        max-height: 158px;
    }
}

.bp-list .bp-list-item .bp-list-content .bloglist-data .bloglist-title {
    color: #6b85fb;
    font-size: 22px;
    line-height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 480px) {
    .bp-list .bp-list-item .bp-list-content .bloglist-data .bloglist-title {
        font-size: 5vw;
        margin-bottom: 10px;
    }
}

.bp-list .bp-list-item .bp-list-content .bloglist-data .data-cat {
    display: inline-block;
    color: #fff;
}

.bp-list .bp-list-item .bp-list-content .bloglist-data .data-cat:hover {
    color: #8a85fb;
}

.bp-list .bp-list-item .bp-list-content .bloglist-data .data-pubdate {
    display: inline-block;
    color: #838383;
}

.bp-list .bp-list-item .bp-list-content .bloglist-data .data-cat,
.bp-list .bp-list-item .bp-list-content .bloglist-data .data-pubdate {
    font-size: 15px;
}

@media (max-width: 480px) {
    .bp-list .bp-list-item .bp-list-content .bloglist-data .data-cat,
    .bp-list .bp-list-item .bp-list-content .bloglist-data .data-pubdate {
        font-size: 3.5vw;
    }
}

.bp-list .bp-list-item .bp-list-content .bloglist-data span {
    color: #6475a2;
    padding: 0 10px;
    display: inline-block;
    font-size: 15px;
}

@media (max-width: 480px) {
    .bp-list .bp-list-item .bp-list-content .bloglist-data span {
        font-size: 3.5vw;
    }
}

.bp-list .bp-list-item .bp-list-content .bloglist-data p {
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 480px) {
    .bp-list .bp-list-item .bp-list-content .bloglist-data p {
        font-size: 3.5vw;
    }
}

.bp-list .bp-list-item .bp-list-content .bloglist-tagging li {
    color: #fff;
    position: relative;
    line-height: 1.5em;
    font-size: 13px;
    display: inline-block;
    background: #41548b;
    margin: 5px 3px;
    padding: 5px 10px;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .bp-list .bp-list-item .bp-list-content .bloglist-tagging li {
        font-size: 3vw;
    }
}

.bp-list .bp-list-item .bp-list-content .bloglist-tagging li a {
    color: #fff;
}

.bp-content-container h1,
.bp-content-container h2,
.bp-content-container h3,
.bp-content-container h4,
.bp-content-container h5,
.bp-content-container h6,
.bp-content-container p,
.bp-content-container a {
    line-height: 1.5em;
    color: #fff;
}

.bp-content-container h1 {
    font-size: 1.7vw;
}

@media (max-width: 1024px) {
    .bp-content-container h1 {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .bp-content-container h1 {
        font-size: 6vw;
    }
}

.bp-content-container h2 {
    font-size: 1.5vw;
}

@media (max-width: 1024px) {
    .bp-content-container h2 {
        font-size: 2.8vw !important;
    }
}

@media (max-width: 480px) {
    .bp-content-container h2 {
        font-size: 5.5vw !important;
    }
}

.bp-content-container h3 {
    font-size: 1.3vw;
}

@media (max-width: 1024px) {
    .bp-content-container h3 {
        font-size: 2.6vw;
    }
}

@media (max-width: 480px) {
    .bp-content-container h3 {
        font-size: 5vw;
    }
}

.bp-content-container h4 {
    font-size: 1.2vw;
}

@media (max-width: 1024px) {
    .bp-content-container h4 {
        font-size: 2.4vw;
    }
}

@media (max-width: 480px) {
    .bp-content-container h4 {
        font-size: 4.5vw;
    }
}

.bp-content-container h5 {
    font-size: 1.1vw;
}

@media (max-width: 1024px) {
    .bp-content-container h5 {
        font-size: 2.2vw;
    }
}

@media (max-width: 480px) {
    .bp-content-container h5 {
        font-size: 4vw;
    }
}

.bp-content-container h6 {
    font-size: 1vw;
}

@media (max-width: 1024px) {
    .bp-content-container h6 {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    .bp-content-container h6 {
        font-size: 3vw;
    }
}

.bp-content-container h1 a,
.bp-content-container h2 a,
.bp-content-container h3 a,
.bp-content-container h4 a,
.bp-content-container h5 a,
.bp-content-container h6 a,
.bp-content-container p a {
    color: #8a85fb;
}

.bp-content-container h1 a:hover,
.bp-content-container h2 a:hover,
.bp-content-container h3 a:hover,
.bp-content-container h4 a:hover,
.bp-content-container h5 a:hover,
.bp-content-container h6 a:hover,
.bp-content-container p a:hover {
    color: #f00;
}

.bp-content-container p {
    font-size: 1vw;
    line-height: 1.8em;
}

@media (max-width: 1366px) {
    .bp-content-container p {
        font-size: 1.1vw;
    }
}

@media (max-width: 1024px) {
    .bp-content-container p {
        font-size: 2.2vw;
    }
}

@media (max-width: 480px) {
    .bp-content-container p {
        font-size: 4vw;
    }
}

.bp-content-container a {
    text-decoration: none;
}

.bp-content-container img {
    margin: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

.bp-content-container .bp-main-content {
    padding: 5% 3%;
}

.bp-content-container .bp-main-content table {
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
}

.bp-content-container .bp-main-content thead>tr>th[colspan] {
    text-align: center;
}

.bp-content-container .bp-main-content thead>tr>th {
    background: #676d77 !important;
    color: #fff !important;
    text-align: left;
    padding-left: 20px;
}

@media (max-width: 480px) {
    .bp-content-container .bp-main-content thead>tr>th {
        padding-left: 7px;
        font-size: 3.5vw;
    }
}

.bp-content-container .bp-main-content th,
.bp-content-container .bp-main-content td {
    padding: 10px;
    text-align: left;
    font-size: 1.1vw;
    color: #fff;
    border: 1px solid #ccc;
    word-break: break-word;
}

@media (max-width: 480px) {
    .bp-content-container .bp-main-content th,
    .bp-content-container .bp-main-content td {
        padding-left: 7px;
        font-size: 3.5vw;
    }
}

.bp-content-container .bp-main-content tbody tr:nth-child(odd) {
    background: #2d2d2d;
}

.bp-content-container .bp-main-content tbody>tr>td[colspan] {
    text-align: center;
}

.bp-content-container .bp-main-content i {
    font-style: italic;
}

.bp-content-container .bp-main-content strong {
    font-weight: bold;
}

.bp-content-container .bp-main-content blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    border-left: 15px solid #607D8B;
    border-right: 2px solid #607D8B;
    -moz-box-shadow: 2px 2px 15px #ccc;
}

.bp-content-container .bp-main-content blockquote h1,
.bp-content-container .bp-main-content blockquote h2,
.bp-content-container .bp-main-content blockquote h3,
.bp-content-container .bp-main-content blockquote h4,
.bp-content-container .bp-main-content blockquote h5,
.bp-content-container .bp-main-content blockquote h6,
.bp-content-container .bp-main-content blockquote p {
    color: #2d2d2d;
}

.bp-content-container .bp-main-content blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 5px;
}

.bp-content-container .bp-main-content blockquote::after {
    content: "";
}

.bp-content-container .bp-main-content blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

.bp-content-container .bp-main-content blockquote a:hover {
    color: #666;
}

.bp-content-container .bp-main-content ul {
    list-style: inside;
}

.bp-content-container .bp-main-content ol {
    list-style: decimal;
    margin-left: 20px;
}

.bp-content-container .bp-main-content ul li,
.bp-content-container .bp-main-content ol li {
    font-size: 1vw;
    color: #fff;
    line-height: 1.8em;
}

@media (max-width: 1366px) {
    .bp-content-container .bp-main-content ul li,
    .bp-content-container .bp-main-content ol li {
        font-size: 1.1vw;
    }
}

@media (max-width: 1024px) {
    .bp-content-container .bp-main-content ul li,
    .bp-content-container .bp-main-content ol li {
        font-size: 2.2vw;
    }
}

@media (max-width: 480px) {
    .bp-content-container .bp-main-content ul li,
    .bp-content-container .bp-main-content ol li {
        font-size: 4vw;
    }
}

.bp-content-container .bp-main-content figure.image img {
    margin: 0 auto;
}

.bp-content-container .bp-main-content figure.image-style-side {
    float: right;
    padding-left: 20px;
}

@media (max-width: 480px) {
    .bp-content-container .bp-main-content figure.image-style-side {
        padding-left: 0;
    }
}

.bp-content-container .bp-main-content figure figcaption {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.1vw;
    padding-top: 10px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .bp-content-container .bp-main-content figure figcaption {
        font-size: 2.2vw;
    }
}

@media (max-width: 480px) {
    .bp-content-container .bp-main-content figure figcaption {
        font-size: 4vw;
    }
}

.bp-content-container span {
    font-size: 18px;
    color: #a0a0a0;
    display: inline-block;
}

@media (max-width: 480px) {
    .bp-content-container span {
        font-size: 3vw;
    }
}

.bp-content-container .data-cat {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
}

.bp-content-container .data-cat:hover {
    color: #8a85fb;
}

@media (max-width: 480px) {
    .bp-content-container .data-cat {
        font-size: 3vw;
    }
}

.bp-content-container .bct-margin {
    margin: 0 20px;
}

@media (max-width: 480px) {
    .bp-content-container .bct-margin {
        margin: 0 5px;
    }
}

.bp-content-container .bct-sub {
    padding-top: 20px;
}

.blogpage-download-group {
    padding-bottom: 5%;
}

.blogback-top {
    cursor: pointer;
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 72vh;
    background: #3F51B5;
    color: #cec7ff;
    font-size: 20px;
    right: 0;
    border-radius: 50%;
    padding: 20px;
    z-index: 40;
}

@media (max-width: 480px) {
    .blogback-top {
        top: 60vh;
        font-size: 3.5vw;
        right: 0;
        padding: 15px;
    }
}

/********evpk********/

.ev403-bg {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/403/ev403-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.ev403-bg .ev403-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 500px;
    position: relative;
    padding-top: 20vh;
    padding-bottom: 20vh;
}

@media (max-width: 1024px) {
    .ev403-bg .ev403-container {
        width: 100%;
    }
}

.ev403-bg img {
    width: 194px;
    padding-bottom: 10%;
}

@media (max-width: 480px) {
    .ev403-bg img {
        width: 30vw;
    }
}

.ev403-bg h3 {
    font-size: 70px;
    font-weight: bold;
    color: #d61518;
    line-height: 1em;
}

@media (max-width: 480px) {
    .ev403-bg h3 {
        font-size: 11vw;
    }
}

.ev403-bg h4 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    border-bottom: 2px solid #d61518;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .ev403-bg h4 {
        font-size: 5vw;
    }
}

.ev403-bg p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
}

@media (max-width: 480px) {
    .ev403-bg p {
        font-size: 3.5vw;
    }
}

.ev403-bg .regionp {
    margin-bottom: 30px;
}

.ev403-bg span {
    color: #ffd200;
}

/*.d-block-auto {
    display: block;
    margin: 0 auto;
}
*/

.white {
    color: #fff;
}

.light-blue {
    color: #3f79f0;
}

.w-100 {
    width: 100%;
}

.w-80 {
    width: 80%;
}

.font-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

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

.wsopc-wheel-container {
    position: relative;
    margin: 0 0 7% 0;
}

@media (max-width: 1024px) {
    .wsopc-wheel-container {
        margin: 0 auto 10% auto;
        width: 70%;
    }
}

@media (max-width: 800px) {
    .wsopc-wheel-container {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .wsopc-wheel-container {
        width: 85%;
        margin: 0 auto 6% auto;
    }
}

.pop-wd {
    min-width: 300px !important;
}

/*==================NEW SPINNER STYLE====================*/

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

.wsopc-fortune-container {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/wsopc-wheel/wsop-spin-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #015385;
    position: relative;
    padding-bottom: 1.5%;
}

@media (max-width: 1024px) {
    .wsopc-fortune-container {
        background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/wsopc-wheel/wsop-spin-bg-mb2.jpg?v=050924);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        overflow: hidden;
        padding-bottom: 4%;
    }
}

@media (max-width: 480px) {
    .wsopc-fortune-container {
        height: 110vh;
        padding-bottom: 20px;
    }
}

@media (max-width: 430px) {
    .wsopc-fortune-container {
        height: 120vh;
    }
}

@media (max-width: 360px) {
    .wsopc-fortune-container {
        height: 105vh;
    }
}

@media (max-width: 320px) {
    .wsopc-fortune-container {
        height: 115vh;
    }
}

@media only screen and (max-width: 1366px) {
    .wsopc-fortune-container .container {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .wsopc-fortune-container .container {
        width: 100% !important;
    }
}

.wsopc-fortune-container .pc-title {
    display: inline-block;
}

@media (max-width: 1024px) {
    .wsopc-fortune-container .pc-title {
        display: none;
    }
}

.wsopc-fortune-container .mobi-title {
    display: none;
}

@media (max-width: 1024px) {
    .wsopc-fortune-container .mobi-title {
        display: inline-block;
        margin-top: 10%;
    }
}

@media (max-width: 600px) {
    .wsopc-fortune-container .mobi-title {
        margin-top: 2%;
    }
}

#wsopccanvas {
    background: url(https://evpok.com/wp-content/themes/evpk/Assets/img/wsopc-wheel/wheel.png) no-repeat center center;
    width: 100%;
    background-size: cover;
}

.pointer {
    filter: drop-shadow(0px 11px 3px rgba(0, 0, 0, 0.65));
    width: 100%;
}

.pointer-center {
    position: absolute;
    top: 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: 3;
    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));
    width: 10%;
}

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

/* ============== Insufficient Popup ===========*/

.italic-font {
    font-style: italic;
}

.wsopc-wheel-section {
    position: relative;
    width: 47%;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .wsopc-wheel-section {
        width: 45%;
    }
}

@media (max-width: 1366px) {
    .wsopc-wheel-section {
        width: 48%;
    }
}

@media (max-width: 1024px) {
    .wsopc-wheel-section {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wsopc-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-arrow {
    position: absolute;
    right: -194px;
    top: -17px;
}

@media (max-width: 480px) {
    .popup-arrow {
        right: -42px;
        top: 0px;
        width: 43%;
    }
}

.popup-1 {
    margin-top: 20%;
}

@media (max-width: 1366px) {
    .popup-1 {
        margin-top: 17%;
    }
}

@media (max-width: 1280px) {
    .popup-1 {
        margin-top: 15%;
    }
}

@media (max-width: 1024px) {
    .popup-1 {
        margin-top: 21%;
    }
}

@media (max-width: 480px) {
    .popup-1 {
        margin-top: 16%;
    }
}

@media (max-width: 375px) {
    .popup-1 {
        margin-top: 13%;
    }
}

.popup-2 {
    display: block;
}

.wsopc-client-box {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 320px) {
    .wsopc-client-box {
        width: 95%;
    }
}

.wsopc-client-box p:first-child {
    display: block;
    font-size: 29px;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .wsopc-client-box p:first-child {
        font-size: 4.5vw;
        margin-bottom: 7px;
    }
}

.wsopc-client-box p:nth-child(2) {
    color: #f7f2ba;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: inherit;
}

@media (max-width: 480px) {
    .wsopc-client-box p:nth-child(2) {
        font-size: 5vw;
        margin-bottom: 5px;
    }
}

.wsopc-client-box p:last-child {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 5px 0 30px;
    line-height: 32px;
}

@media (max-width: 480px) {
    .wsopc-client-box p:last-child {
        font-size: 3.5vw;
    }
}

@media (max-width: 414px) {
    .wsopc-client-box p:last-child {
        margin: 0;
        line-height: 25px;
    }
}

.wsopc-client-box p.award {
    color: #f7da66;
    font-size: 33px;
    line-height: 35px;
    text-shadow: 0 4px 5px #000;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

@media (max-width: 480px) {
    .wsopc-client-box p.award {
        font-size: 5vw;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
}

@media (max-width: 320px) {
    .wsopc-client-box p.award {
        margin-bottom: 5px;
        line-height: 30px;
    }
}

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

.wsopc-client-box .client-box-arrow-left {
    left: 30px;
}

@media (max-width: 480px) {
    .wsopc-client-box .client-box-arrow-left {
        left: 25px;
    }
}

.wsopc-client-box .client-box-arrow-right {
    right: -20px;
}

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

.weibospin-title {
    padding-top: 3%;
}

@media (max-width: 1366px) {
    .weibospin-title {
        padding-top: 2%;
    }
}

@media (max-width: 1024px) {
    .weibospin-title {
        padding-top: 10%;
    }
}

@media (max-width: 768px) {
    .weibospin-title {
        padding: 6% 0 8%;
    }
}

@media (max-width: 480px) {
    .weibospin-title {
        padding: 6% 0 20%;
    }
}

@media (max-width: 375px) {
    .weibospin-title {
        padding-top: 8%;
    }
}

@media (max-width: 1440px) {
    .weibospin-title img {
        width: 75%;
    }
}

@media (max-width: 1024px) {
    .weibospin-title img {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .weibospin-title img {
        width: 80%;
    }
}

@media (max-width: 320px) {
    .weibospin-title img {
        width: 70%;
    }
}

.subtitle-mb {
    width: 70%;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .subtitle-mb {
        width: 80%;
        margin-bottom: 10px;
    }
}

/*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%;
    }
}

.errorpop {
    width: 55%;
}

@media (max-width: 768px) {
    .errorpop {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .errorpop {
        width: 90%;
    }
}

.wspin-stand img {
    position: absolute;
    top: 108%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: auto;
}

@media (max-width: 768px) {
    .wspin-stand img {
        position: absolute;
        width: 85%;
    }
}

@media (max-width: 480px) {
    .wspin-stand img {
        top: 109%;
        width: 75%;
    }
}

.wsopspin-index {
    position: relative;
    z-index: 3;
}

@media (max-width: 480px) {
    .wsopspin-index {
        padding: 0;
    }
}

.section-padd {
    padding: 3% 0;
}

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

.wheel-back-objects {
    position: absolute;
    top: 36.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    z-index: -2;
}

@media (max-width: 768px) {
    .wheel-back-objects {
        width: 100%;
        top: 45.5%;
    }
}

@media (max-width: 480px) {
    .wheel-back-objects {
        top: 33.5%;
    }
}

.wspin-objects {
    position: absolute;
    top: 98%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: -2;
    width: 100%;
}

@media (max-width: 768px) {
    .wspin-objects {
        left: 25%;
    }
}

@media (max-width: 480px) {
    .wspin-objects {
        top: 100%;
        left: 35%;
    }
}

.wspin-objects>img {
    width: auto;
}

@media (max-width: 480px) {
    .wspin-objects>img {
        height: 110px;
    }
}

.wspin-standee {
    position: absolute;
    width: 36.5%;
    bottom: -3.2%;
    z-index: 3;
    right: 0;
}

@media (max-width: 1680px) {
    .wspin-standee {
        bottom: -2.2%;
    }
}

@media (max-width: 1440px) {
    .wspin-standee {
        bottom: -2%;
    }
}

@media (max-width: 1024px) {
    .wspin-standee {
        width: 33%;
        top: 45%;
    }
}

@media (max-width: 768px) {
    .wspin-standee {
        top: 62%;
        width: 37%;
    }
}

@media (max-width: 480px) {
    .wspin-standee {
        width: 43.5%;
        top: 62%;
    }
}

@media (max-width: 414px) {
    .wspin-standee {
        width: 41.5%;
        top: 63%;
    }
}

@media (max-width: 375px) {
    .wspin-standee {
        top: 61%;
    }
}

.wspin-input-section {
    position: relative;
    height: 140px;
}

@media (max-width: 1366px) {
    .wspin-input-section {
        height: 130px;
    }
}

@media (max-width: 1024px) {
    .wspin-input-section {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .wspin-input-section {
        height: 160px;
    }
}

@media (max-width: 375px) {
    .wspin-input-section {
        height: 140px;
    }
}

@media (max-width: 320px) {
    .wspin-input-section {
        height: 115px;
    }
}

.weibo-box {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

@media (max-width: 375px) {
    .weibo-box {
        top: 70px;
    }
}

@media (max-width: 320px) {
    .weibo-box {
        top: 55px;
    }
}

.wspin-input {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .wspin-input {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .wspin-input {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .wspin-input {
        width: 100%;
        min-height: 80px;
    }
}

@media (max-width: 320px) {
    .wspin-input {
        min-height: 65px;
    }
}

.wspin-input>img {
    width: 100%;
}

.wspin-input-detail {
    position: absolute;
    top: 23px;
    left: 38px;
}

@media (max-width: 1366px) {
    .wspin-input-detail {
        top: 18px;
    }
}

@media (max-width: 1024px) {
    .wspin-input-detail {
        top: 41px;
        width: 100%;
        left: 0;
    }
}

@media (max-width: 768px) {
    .wspin-input-detail {
        top: 31px;
    }
}

@media (max-width: 480px) {
    .wspin-input-detail {
        top: 16px;
    }
}

@media (max-width: 430px) {
    .wspin-input-detail {
        top: 15px;
    }
}

@media (max-width: 414px) {
    .wspin-input-detail {
        top: 14px;
    }
}

@media (max-width: 375px) {
    .wspin-input-detail {
        top: 11px;
    }
}

@media (max-width: 320px) {
    .wspin-input-detail {
        top: 14px;
    }
}

.wspin-input-detail label {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
    text-shadow: 0px 5px #3e3129;
}

@media (max-width: 1366px) {
    .wspin-input-detail label {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media (max-width: 1024px) {
    .wspin-input-detail label {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .wspin-input-detail label {
        font-size: 4.5vw;
        margin-right: 5px;
    }
}

.wspin-input-detail input {
    display: inline-block;
    border: 1px solid #929292;
    line-height: 38px;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .wspin-input-detail input {
        line-height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .wspin-input-detail input {
        line-height: 28px;
        font-size: 13px;
        width: 45%;
    }
}

@media (max-width: 320px) {
    .wspin-input-detail input {
        line-height: 25px;
        font-size: 12px;
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .weibo-box,
    .weibo-trigger {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .weibo-box,
    .weibo-trigger {
        width: 90%;
    }
}

.wspin-input-btn {
    position: absolute;
    right: -68px;
    top: -25px;
}

@media (max-width: 1366px) {
    .wspin-input-btn {
        right: -74px;
        top: -33px;
    }
}

@media (max-width: 1024px) {
    .wspin-input-btn {
        right: auto;
        top: auto;
        bottom: -31px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wspin-input-btn {
        bottom: -56px;
    }
}

@media (max-width: 480px) {
    .wspin-input-btn {
        width: 100%;
        bottom: -43px;
    }
}

@media (max-width: 430px) {
    .wspin-input-btn {
        bottom: -32px;
    }
}

@media (max-width: 414px) {
    .wspin-input-btn {
        bottom: -27px;
    }
}

@media (max-width: 375px) {
    .wspin-input-btn {
        bottom: -21px;
    }
}

.wspin-input-btn>button {
    border: 0;
    background: none;
    width: 75%;
}

@media (max-width: 1366px) {
    .wspin-input-btn>button {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .wspin-input-btn>button {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .wspin-input-btn>button {
        width: 40%;
    }
}

@media (max-width: 375px) {
    .wspin-input-btn>button {
        width: 42%;
    }
}

.wspin-input-btn>button img {
    filter: drop-shadow(0px 7px 3px rgba(0, 0, 0, 0.8));
    width: 100%;
}

.weibospin-rules {
    background-color: #000000;
    margin-top: 6px;
    padding: 35px 0;
}

@media (max-width: 768px) {
    .weibospin-rules {
        padding: 35px 5%;
    }
}

@media (max-width: 480px) {
    .weibospin-rules {
        padding: 20px 5%;
    }
}

.weibospin-rules h3 {
    color: #e4b648;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .weibospin-rules h3 {
        margin-bottom: 10px;
        font-size: 16px;
        margin-left: 10px;
    }
}

.weibospin-rules ol {
    list-style-type: decimal;
    padding-left: 30px;
}

.weibospin-rules ol li {
    line-height: 1.5em;
    font-size: 18px;
    color: #b9b9b9;
    line-height: 30px;
}

@media (max-width: 480px) {
    .weibospin-rules ol li {
        font-size: 15px;
        line-height: 25px;
    }
}

.wspin-error {
    visibility: hidden;
    position: relative;
    z-index: 3;
    margin-top: 20px;
}

@media (max-width: 480px) {
    .wspin-error {
        margin-top: 40px;
    }
}

@media (max-width: 430px) {
    .wspin-error {
        margin-top: 30px;
    }
}

@media (max-width: 414px) {
    .wspin-error {
        margin-top: 25px;
    }
}

@media (max-width: 375px) {
    .wspin-error {
        margin-top: 10px;
    }
}

.wspin-error img {
    filter: drop-shadow(0px 3px 1px black);
}

.wspin-error span {
    text-shadow: 0px 3px 3px #000;
}

@media (max-width: 480px) {
    .wspin-error span {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .wspin-error span {
        font-size: 14px;
    }
}

.yellow-txt {
    color: #e7b53d;
    text-decoration: none;
}

/*# sourceMappingURL=main.css.map */