@charset "UTF-8";

@font-face {
    font-family: IrisUPC;
    src: url(../../fonts/IrisUPC.9791e671.ttf) format("truetype")
}

@font-face {
    font-family: DBHelvethaicaMonX;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../fonts/DB-HelvethaicaMon-X.ttf) format("TrueType")
}

@font-face {
    font-family: DBHelvethaicaMonX;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../fonts/DB-HelvethaicaMon-X-Med.ttf) format("TrueType")
}

@font-face {
    font-family: DBSaiKrokX;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../fonts/DB-SaiKrok-X.ttf) format("TrueType")
}

/*!* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
:root {
    --blue: #47aad0;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #e5a641;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #fc0;
    --secondary: #720a0a;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #eebf13;
    --danger: #f16869;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: DBHelvethaicaMonX, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #d2d2d2;
    text-align: left;
    background-color: #000
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #fc0;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #b38f00;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: DBHelvethaicaMonX, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 3rem
}

.h2,
h2 {
    font-size: 2.4rem
}

.h3,
h3 {
    font-size: 2.1rem
}

.h4,
h4 {
    font-size: 1.8rem
}

.h5,
h5 {
    font-size: 1.5rem
}

.h6,
h6 {
    font-size: 1.2rem
}

.lead {
    font-size: 1.5rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.5rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail,
.x-coin-hunting .-img-chest,
.x-coin-hunting .-img-chest-open,
.x-coin-hunting .-img-flying,
.x-coin-hunting .-img-get-coin-alert,
.x-coin-hunting .-img-get-coin-alert-light,
.x-coin-hunting .-img-text-container {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #000;
    border: 1px solid #dee2e6;
    border-radius: 30px
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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-auto,
.col-md,
.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,
.col-md-auto,
.col-sm,
.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,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #d2d2d2
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #d2d2d2;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #fff1b8
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #ffe47a
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ffec9f
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d8baba
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b68080
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfaaaa
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #faedbd
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #f6de84
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #f8e7a5
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #fbd5d5
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f8b0b1
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f9bebe
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.2em + 1.6rem + 2px);
    padding: .8rem;
    font-family: Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    background-color: #242118;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #fff;
    background-color: #242118;
    border-color: #ffe680;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, .25)
}

.form-control::-webkit-input-placeholder {
    color: #b8b8b8;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1
}

.form-control::placeholder {
    color: #b8b8b8;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #fff;
    background-color: #242118
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.8rem + 1px);
    padding-bottom: calc(.8rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.2
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.5rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 1.05rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-bottom: 0;
    line-height: 1.2;
    color: #d2d2d2;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: 2px
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 5px
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.05rem;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: 30px
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.2em + 1.6rem);
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 100% calc(.3em + .4rem);
    background-size: calc(.6em + .8rem) calc(.6em + .8rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.2em + 1.6rem);
    background-position: top calc(.3em + .4rem) right calc(.3em + .4rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((3em + 4.8rem)/4 + 1.8rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #242118 no-repeat center right 1.8rem/calc(.6em + .8rem) calc(.6em + .8rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f16869
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.05rem;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(241, 104, 105, .9);
    border-radius: 30px
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f16869;
    padding-right: calc(1.2em + 1.6rem);
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmMTY4NjknIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZjE2ODY5JyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 100% calc(.3em + .4rem);
    background-size: calc(.6em + .8rem) calc(.6em + .8rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.2em + 1.6rem);
    background-position: top calc(.3em + .4rem) right calc(.3em + .4rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #f16869;
    padding-right: calc((3em + 4.8rem)/4 + 1.8rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f16869' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f16869' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #242118 no-repeat center right 1.8rem/calc(.6em + .8rem) calc(.6em + .8rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f16869
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #f16869
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #f16869
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #f59797;
    background-color: #f59797
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #f16869
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    display: inline-block;
    font-weight: 400;
    color: #d2d2d2;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.2;
    border-radius: 10px;
    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(prefers-reduced-motion:reduce) {

    .btn,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
        transition: none
    }
}

.btn:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    color: #d2d2d2;
    text-decoration: none
}

.btn.focus,
.btn:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, .25)
}

.btn.disabled,
.btn:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:disabled {
    opacity: .65
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons a.disabled.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons fieldset:disabled a.vex-dialog-button,
a.btn.disabled,
fieldset:disabled .vex.vex-theme-plain .vex-content .vex-dialog-buttons a.vex-dialog-button,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    color: #212529;
    background-color: #fc0;
    border-color: #fc0
}

.btn-primary:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:hover,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:hover {
    color: #212529;
    background-color: #d9ad00;
    border-color: #cca300
}

.btn-primary.focus,
.btn-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .focus.-copy-btn {
    box-shadow: 0 0 0 .2rem rgba(222, 179, 6, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:disabled,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:disabled,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .disabled.-copy-btn {
    color: #212529;
    background-color: #fc0;
    border-color: #fc0
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled).active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled):active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled).active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled):active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .show>.dropdown-toggle.-copy-btn {
    color: #212529;
    background-color: #cca300;
    border-color: #bf9900
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled).active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled):active:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled).active:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled):active:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .show>.dropdown-toggle.-copy-btn:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 179, 6, .5)
}

.btn-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary {
    color: #fff;
    background-color: #720a0a;
    border-color: #720a0a
}

.btn-secondary:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:hover {
    color: #fff;
    background-color: #4f0707;
    border-color: #430606
}

.btn-secondary.focus,
.btn-secondary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button.vex-dialog-button-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(135, 47, 47, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button.vex-dialog-button-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:disabled {
    color: #fff;
    background-color: #720a0a;
    border-color: #720a0a
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled).active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled):active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled).active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #430606;
    border-color: #370505
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-pink:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-secondary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled).active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled):active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled).active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(135, 47, 47, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-warning:hover {
    color: #212529;
    background-color: #cca30f;
    border-color: #c09a0e
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 168, 22, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c09a0e;
    border-color: #b4900d
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 168, 22, .5)
}

.btn-danger {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-danger:hover {
    color: #fff;
    background-color: #ee4546;
    border-color: #ed393b
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 127, 128, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed393b;
    border-color: #ec2e2f
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 127, 128, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #fc0;
    border-color: #fc0
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #fc0;
    border-color: #fc0
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #fc0;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #fc0;
    border-color: #fc0
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, .5)
}

.btn-outline-secondary {
    color: #720a0a;
    border-color: #720a0a
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #720a0a;
    border-color: #720a0a
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(114, 10, 10, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #720a0a;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #720a0a;
    border-color: #720a0a
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(114, 10, 10, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #eebf13;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.btn-outline-danger {
    color: #f16869;
    border-color: #f16869
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f16869;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #fc0;
    text-decoration: none
}

.btn-link:hover {
    color: #b38f00;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-lg>.vex-dialog-button {
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 5px
}

.btn-group-sm>.btn,
.btn-sm,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-sm>.vex-dialog-button {
    padding: .25rem .5rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.2rem;
    color: #d2d2d2;
    text-align: left;
    list-style: none;
    background-color: linear-gradient(180deg, #473e2d, #232017 70%, #18160f);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 30px
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fc0
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1.05rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.active.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.active.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.btn-group:not(:last-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.btn-group:not(:first-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-sm>.vex-dialog-button+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-lg>.vex-dialog-button+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.btn-group:not(:last-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.btn-group:not(:first-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.btn-group>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.vex-dialog-button {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.btn-group>.vex-dialog-button input[type=checkbox],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.btn-group>.vex-dialog-button input[type=radio],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.vex-dialog-button input[type=checkbox],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.vex-dialog-button input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button,
.input-group-prepend .btn,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn+.vex-dialog-button,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-text+.vex-dialog-button,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.btn,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.input-group-text,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.vex-dialog-button,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn+.vex-dialog-button,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-text+.vex-dialog-button,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.btn,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.input-group-text,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .btn+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .input-group-text+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button+.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button+.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .btn+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .input-group-text+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button+.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button+.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button+.vex-dialog-button {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .8rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 30px
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-lg>.input-group-append>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-lg>.input-group-prepend>.vex-dialog-button {
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 5px
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-sm>.input-group-append>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-sm>.input-group-prepend>.vex-dialog-button {
    padding: .25rem .5rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: 2px
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.8rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-append:last-child>.vex-dialog-button:not(:last-child):not(.dropdown-toggle),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-append:not(:last-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-prepend>.vex-dialog-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-append>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-prepend:first-child>.vex-dialog-button:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-prepend:not(:first-child)>.vex-dialog-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.44rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #fc0;
    background-color: #fc0
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #ffe680
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #fff0b3;
    border-color: #fff0b3
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #242118;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .22rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: 30px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNmwyLjk3NCAyLjk5TDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #fc0;
    background-color: #fc0
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(255, 204, 0, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(255, 204, 0, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(255, 204, 0, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.22rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #242118;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(255, 204, 0, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.2em + 1.6rem + 2px);
    padding: .8rem 1.8rem .8rem .8rem;
    font-family: Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px;
    background-color: #242118;
    border: 1px solid #ced4da;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #ffe680;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, .25)
}

.custom-select:focus::-ms-value {
    color: #fff;
    background-color: #242118
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .8rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 1.05rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.5rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.2em + 1.6rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ffe680;
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.2em + 1.6rem + 2px);
    font-family: Helvetica Neue, sans-serif;
    font-weight: 400;
    background-color: #242118;
    border: 1px solid #ced4da;
    border-radius: 30px
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .8rem;
    line-height: 1.2;
    color: #fff
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.2em + 1.6rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 30px 30px 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(255, 204, 0, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(255, 204, 0, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(255, 204, 0, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #fc0;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fff0b3
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #fc0;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fff0b3
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #fc0;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fff0b3
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #000;
    border-color: #dee2e6 #dee2e6 #000
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 30px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fc0
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .32rem;
    padding-bottom: .32rem;
    margin-right: 1rem;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.5rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media(max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 2px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 1px 1px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 1px 1px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 1px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 30px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 30px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fc0;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #b38f00;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fc0;
    border-color: #fc0
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 1.05rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
    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(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #212529;
    background-color: #fc0
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #212529;
    background-color: #cca300
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #720a0a
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #430606
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(114, 10, 10, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #eebf13
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #c09a0e
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.badge-danger {
    color: #fff;
    background-color: #f16869
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #ed393b
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 5px
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 30px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4.3rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #856a00;
    background-color: #fff5cc;
    border-color: #fff1b8
}

.alert-primary hr {
    border-top-color: #ffec9f
}

.alert-primary .alert-link {
    color: #524100
}

.alert-secondary {
    color: #3b0505;
    background-color: #e3cece;
    border-color: #d8baba
}

.alert-secondary hr {
    border-top-color: #cfaaaa
}

.alert-secondary .alert-link {
    color: #0c0101
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #7c630a;
    background-color: #fcf2d0;
    border-color: #faedbd
}

.alert-warning hr {
    border-top-color: #f8e7a5
}

.alert-warning .alert-link {
    color: #4d3d06
}

.alert-danger {
    color: #7d3637;
    background-color: #fce1e1;
    border-color: #fbd5d5
}

.alert-danger hr {
    border-top-color: #f9bebe
}

.alert-danger .alert-link {
    color: #592727
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .9rem;
    background-color: #e9ecef;
    border-radius: 10px
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fc0;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #d2d2d2;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #fc0;
    border-color: #fc0
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 0
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 0
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 0
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #856a00;
    background-color: #fff1b8
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #856a00;
    background-color: #ffec9f
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #856a00;
    border-color: #856a00
}

.list-group-item-secondary {
    color: #3b0505;
    background-color: #d8baba
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #3b0505;
    background-color: #cfaaaa
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3b0505;
    border-color: #3b0505
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #7c630a;
    background-color: #faedbd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #7c630a;
    background-color: #f8e7a5
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7c630a;
    border-color: #7c630a
}

.list-group-item-danger {
    color: #7d3637;
    background-color: #fbd5d5
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7d3637;
    background-color: #f9bebe
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7d3637;
    border-color: #7d3637
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.2
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: DBHelvethaicaMonX, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.05rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 30px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: DBHelvethaicaMonX, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.05rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 5px
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: 5px 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: 5px 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #d2d2d2
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNUw0LjI1IDRsMi41LTIuNUw1LjI1IDB6Jy8+PC9zdmc+)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjVMMy43NSA0bC0yLjUgMi41TDIuNzUgOGw0LTQtNC00eicvPjwvc3ZnPg==)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #fc0 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #cca300 !important
}

.bg-secondary {
    background-color: #720a0a !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #430606 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #eebf13 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #c09a0e !important
}

.bg-danger {
    background-color: #f16869 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ed393b !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #fc0 !important
}

.border-secondary {
    border-color: #720a0a !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #eebf13 !important
}

.border-danger {
    border-color: #f16869 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 2px !important
}

.rounded {
    border-radius: 30px !important
}

.rounded-top {
    border-top-left-radius: 30px !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 30px !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 30px !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 30px !important
}

.rounded-left {
    border-top-left-radius: 30px !important
}

.rounded-lg {
    border-radius: 5px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #fc0 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #b38f00 !important
}

.text-secondary {
    color: #720a0a !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #2c0404 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #eebf13 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #a8870c !important
}

.text-danger {
    color: #f16869 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #eb2223 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #d2d2d2 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 !important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0;
    float: left;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0;
    border-left: 1px solid #0073bb;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #00578d
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaa
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb
}

.selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input:after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active:before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    background: #fff;
    margin: -1px 0 0;
    border: 1px solid #d0d0d0;
    border-top: 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-color: grey transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent grey
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: 0 0;
    box-shadow: none
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: 0 0
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, .3);
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: linear-gradient(180deg, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px hsla(0, 0%, 100%, .03)
}

.selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: linear-gradient(180deg, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0)
}

.selectize-control.single .selectize-input {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 hsla(0, 0%, 100%, .8);
    background-color: #f9f9f9;
    background-image: linear-gradient(180deg, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0)
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #b8b8b8
}

.selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: 700;
    font-size: .85em
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0
}

.selectize-dropdown .optgroup:first-child {
    border-top: 0
}

@-webkit-keyframes vex-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes vex-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes vex-fadeout {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes vex-fadeout {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.vex,
.vex *,
.vex :after,
.vex :before {
    box-sizing: border-box
}

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.vex-overlay {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    position: fixed;
    z-index: 1111;
    background: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-overlay.vex-closing {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards
}

.vex-content {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    background: #fff
}

.vex.vex-closing .vex-content {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7"
}

.vex-dialog-form {
    margin: 0
}

.vex-dialog-button {
    text-rendering: optimizeLegibility;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.vex-loading-spinner {
    -webkit-animation: vex-rotation .7s linear infinite;
    animation: vex-rotation .7s linear infinite;
    box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff
}

body.vex-open {
    overflow: hidden
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }

    70% {
        box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, .25)
    }

    to {
        box-shadow: inset 0 0 0 300px transparent
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }

    70% {
        box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, .25)
    }

    to {
        box-shadow: inset 0 0 0 300px transparent
    }
}

.vex.vex-theme-plain {
    padding-top: 160px;
    padding-bottom: 160px
}

.vex.vex-theme-plain .vex-content {
    font-family: Helvetica Neue, sans-serif;
    background: #fff;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em
}

.vex.vex-theme-plain .vex-content h1,
.vex.vex-theme-plain .vex-content h2,
.vex.vex-theme-plain .vex-content h3,
.vex.vex-theme-plain .vex-content h4,
.vex.vex-theme-plain .vex-content h5,
.vex.vex-theme-plain .vex-content h6,
.vex.vex-theme-plain .vex-content li,
.vex.vex-theme-plain .vex-content p,
.vex.vex-theme-plain .vex-content ul {
    color: inherit
}

.vex.vex-theme-plain .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.vex.vex-theme-plain .vex-close:before {
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbb;
    background: 0 0
}

.vex.vex-theme-plain .vex-close:active:before,
.vex.vex-theme-plain .vex-close:hover:before {
    color: #777;
    background: #e0e0e0
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea {
    background: #f0f0f0;
    width: 100%;
    padding: .25em .67em;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    min-height: 2.5em;
    margin: 0 0 .25em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    outline: none
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
    content: "";
    display: table;
    clear: both
}

.vex.vex-theme-plain .vex-dialog-button {
    border-radius: 0;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em
}

.vex.vex-theme-plain .vex-dialog-button.vex-last {
    margin-left: 0
}

.vex.vex-theme-plain .vex-dialog-button:focus {
    -webkit-animation: vex-pulse 1.1s infinite;
    animation: vex-pulse 1.1s infinite;
    outline: none
}

@media(max-width:568px) {
    .vex.vex-theme-plain .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none
    }
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777
}

.vex-loading-spinner.vex-theme-plain {
    height: 2.5em;
    width: 2.5em
}

body {
    overflow-x: hidden
}

[data-animatable] {
    opacity: 0
}

[data-animatable].animated {
    opacity: 1
}

a:focus {
    outline: none
}

.x-link {
    color: #d2d2d2
}

.x-link:focus,
.x-link:hover {
    text-decoration: none;
    color: #fc0
}

.font-normal {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.f-1 {
    font-size: 3rem !important
}

.f-2 {
    font-size: 2.4rem !important
}

.f-3 {
    font-size: 2.1rem !important
}

.f-4 {
    font-size: 1.8rem !important
}

.f-5 {
    font-size: 1.5rem !important
}

.f-6 {
    font-size: 1.2rem !important
}

.f-7 {
    font-size: 1.08rem !important
}

.f-8 {
    font-size: .96rem !important
}

.f-9 {
    font-size: .84rem !important
}

@media(min-width:576px) {
    .f-sm-1 {
        font-size: 3rem !important
    }

    .f-sm-2 {
        font-size: 2.4rem !important
    }

    .f-sm-3 {
        font-size: 2.1rem !important
    }

    .f-sm-4 {
        font-size: 1.8rem !important
    }

    .f-sm-5 {
        font-size: 1.5rem !important
    }

    .f-sm-6 {
        font-size: 1.2rem !important
    }

    .f-sm-7 {
        font-size: 1.08rem !important
    }

    .f-sm-8 {
        font-size: .96rem !important
    }

    .f-sm-9 {
        font-size: .84rem !important
    }
}

@media(min-width:768px) {
    .f-md-1 {
        font-size: 3rem !important
    }

    .f-md-2 {
        font-size: 2.4rem !important
    }

    .f-md-3 {
        font-size: 2.1rem !important
    }

    .f-md-4 {
        font-size: 1.8rem !important
    }

    .f-md-5 {
        font-size: 1.5rem !important
    }

    .f-md-6 {
        font-size: 1.2rem !important
    }

    .f-md-7 {
        font-size: 1.08rem !important
    }

    .f-md-8 {
        font-size: .96rem !important
    }

    .f-md-9 {
        font-size: .84rem !important
    }
}

@media(min-width:992px) {
    .f-lg-1 {
        font-size: 3rem !important
    }

    .f-lg-2 {
        font-size: 2.4rem !important
    }

    .f-lg-3 {
        font-size: 2.1rem !important
    }

    .f-lg-4 {
        font-size: 1.8rem !important
    }

    .f-lg-5 {
        font-size: 1.5rem !important
    }

    .f-lg-6 {
        font-size: 1.2rem !important
    }

    .f-lg-7 {
        font-size: 1.08rem !important
    }

    .f-lg-8 {
        font-size: .96rem !important
    }

    .f-lg-9 {
        font-size: .84rem !important
    }
}

@media(min-width:1200px) {
    .f-xl-1 {
        font-size: 3rem !important
    }

    .f-xl-2 {
        font-size: 2.4rem !important
    }

    .f-xl-3 {
        font-size: 2.1rem !important
    }

    .f-xl-4 {
        font-size: 1.8rem !important
    }

    .f-xl-5 {
        font-size: 1.5rem !important
    }

    .f-xl-6 {
        font-size: 1.2rem !important
    }

    .f-xl-7 {
        font-size: 1.08rem !important
    }

    .f-xl-8 {
        font-size: .96rem !important
    }

    .f-xl-9 {
        font-size: .84rem !important
    }
}

.form-control-label.required:after {
    content: "*";
    color: #f16869;
    margin-left: .2rem
}

.form-text-hint {
    font-size: 85%
}

.x-input-select-date .selectized[name$="[day]"]+.selectize-control {
    width: 50px
}

.x-input-select-date .selectized[name$="[month]"]+.selectize-control,
.x-input-select-date .selectized[name$="[year]"]+.selectize-control {
    width: 70px
}

/*!* animate.css -http://daneden.me/animate
* Version - 3.5.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.selectize-control.form-control {
    padding: 0;
    height: 28px
}

.selectize-control.form-control.multi {
    height: auto
}

.selectize-control.form-control.multi .selectize-input>* {
    height: auto;
    overflow: inherit
}

.selectize-control.form-control.multi .selectize-input.has-items input {
    top: -10px
}

.selectize-control.form-control .selectize-dropdown,
.selectize-control.form-control .selectize-dropdown-content {
    border-radius: 30px
}

.selectize-control.form-control .selectize-input {
    border: none;
    background-color: #fff;
    border-radius: 30px;
    height: 100%;
    padding: .8rem
}

.selectize-control.form-control .selectize-input>* {
    height: 1.68rem;
    overflow: hidden
}

.selectize-control.form-control .selectize-input .item,
.selectize-control.form-control .selectize-input input {
    font-size: 1.2rem;
    line-height: 1.2
}

.selectize-control.form-control.form-control-sm {
    font-size: 1.05rem;
    height: 28px
}

.selectize-control.form-control.form-control-sm .selectize-input .item,
.selectize-control.form-control.form-control-sm .selectize-input input {
    font-size: 1.05rem;
    line-height: 1.5
}

.selectize-control.form-control.x-selectize-custom-render {
    min-height: 28px;
    height: auto
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input {
    background-image: none;
    box-shadow: none
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input>* {
    height: auto;
    overflow: inherit
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: .8rem
}

.selectize-dropdown .option.-disabled {
    font-weight: 700;
    cursor: default;
    pointer-events: none
}

.selectize-dropdown .option.-disabled.active {
    background-color: inherit
}

.selectize-dropdown.form-control {
    padding: 0;
    height: auto !important
}

select[data-chooser]+.selectize-control.loading {
    position: relative
}

select[data-chooser]+.selectize-control.loading:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 10
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "inherit";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "inherit";
    font-size: 40px;
    line-height: 20px;
    text-align: center;
    color: #fc0;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #dea85f;
    opacity: .75
}

.slick-dotted {
    position: relative
}

.slick-dotted .slick-dots li button:before {
    font-size: 45px
}

.slick-arrow {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 10
}

.slick-arrow,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #fc0
}

.slick-arrow:active:before,
.slick-arrow:before,
.slick-arrow:focus:before,
.slick-arrow:hover:before {
    color: #fff
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

[data-slickable].-single .-slick-item {
    display: none
}

[data-slickable].-single .-slick-item:first-child,
[data-slickable].-single.slick-initialized .-slick-item {
    display: block !important
}

body,
html {
    height: 100%;
    font-family: DBHelvethaicaMonX, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #000
}

#main__content {
    margin-top: -92px
}

@media(max-width:991.98px) {
    #main__content {
        margin-top: 0;
        padding-bottom: 4rem
    }
}

.x-alert-info {
    background-color: #242118;
    color: #fc0
}

.x-mini-copy {
    line-height: 30px;
    height: 24px;
    background: #fc0 !important;
    color: #000 !important;
    border-radius: 10px;
    padding: 4px
}

.x-hr-border-glow {
    height: 1px;
    margin-top: 0;
    background: linear-gradient(90deg, transparent, #afafaf 20%, #fff 50%, #afafaf 80%, transparent);
    width: 70%;
    text-align: center
}

.x-hr-border-gradient {
    height: 2px;
    margin-top: 0;
    background: linear-gradient(90deg, #6d5628, #ecbd7b);
    width: 140px
}

.x-hr-border-primary {
    width: 100%;
    height: 2px;
    border-color: #fc0
}

.-x-input-icon {
    display: flex;
    align-items: center;
    border-radius: 3px;
    position: relative
}

.-x-input-icon .-icon {
    position: absolute;
    left: 14px;
    height: 18px;
    color: #fc0;
    top: 12px
}

.-x-input-icon .form-control {
    padding-left: 38px
}

.-x-input-icon .form-control.text-center {
    padding-right: 38px
}

.-x-input-icon .x-input-reset-btn {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 14px;
    right: 1rem;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #828282
}

@media(min-width:992px) {
    .-x-input-icon .x-input-reset-btn {
        transition: opacity .2s;
        opacity: .75
    }

    .-x-input-icon .x-input-reset-btn:hover {
        opacity: 1
    }
}

.-x-input-icon .x-input-reset-btn .fas {
    font-size: 10px;
    color: #1a1a1a
}

.-x-input-icon .x-input-reset-btn:focus {
    outline: none
}

@media(max-width:991.98px) {
    .-x-input-icon .x-input-reset-btn {
        top: 18px
    }
}

.x-input-number-name-bank {
    position: relative
}

.x-input-number-name-bank .-validate-box {
    background: #383838;
    position: absolute;
    top: 0;
    left: -70%;
    border-radius: 16px;
    padding: 20px 16px 14px;
    width: 60%;
    margin-bottom: 2rem;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #e5a641
}

@media(max-width:991.98px) {
    .x-input-number-name-bank .-validate-box {
        position: relative;
        width: 100%;
        left: 0;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }
}

.x-input-number-name-bank .-validate-box .-content-validate {
    color: #e5a641;
    font-size: 1.5rem;
    line-height: 1.2
}

.x-input-number-name-bank .-validate-box .-detail-validate {
    margin-top: .5rem;
    color: #fff;
    line-height: 1.2
}

.x-input-number-name-bank .-validate-box .fas.fa-arrow-right {
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #e5a641;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: x-register-arrow-horizontal-mover .5s infinite alternate;
    animation: x-register-arrow-horizontal-mover .5s infinite alternate
}

@media(max-width:991.98px) {
    .x-input-number-name-bank .-validate-box .fas.fa-arrow-right {
        display: none
    }
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.x-service-wrapper .-box {
    padding: 0 4rem
}

.x-service-wrapper .-box a {
    text-decoration: none !important;
    color: #d2d2d2
}

.x-service-wrapper .-box .-fake-bg {
    display: none
}

.x-service-wrapper .-box .-ic-wrapper {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.x-service-wrapper .-box .-ic-wrapper .-ic-bank,
.x-service-wrapper .-box .-ic-wrapper .-ic-otp,
.x-service-wrapper .-box .-ic-wrapper .-ic-register {
    width: 100px;
    height: auto;
    margin-bottom: 1rem
}

.x-service-wrapper .-box .-ic-wrapper .-ic {
    width: 120px;
    height: auto;
    margin-bottom: 1rem
}

.x-service-wrapper .-box .-title-h2,
.x-service-wrapper .-box h3 {
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 0
}

.x-service-wrapper .-box .x-hr-border-glow {
    transition: all .6s
}

.x-service-wrapper .-box:hover .x-hr-border-glow {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media(max-width:991.98px) {
    .x-service-wrapper .-box {
        padding: 0
    }
}

@media(max-width:767.98px) {
    .x-service-wrapper .-box {
        padding: 0
    }

    .x-service-wrapper .-box .-ic-wrapper {
        height: 100px;
        width: 100px;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: flex-start
    }

    .x-service-wrapper .-box .x-hr-border-glow {
        margin-left: 0;
        width: 150px
    }

    .x-service-wrapper .-box h3 {
        color: #fff;
        font-size: 1.75rem;
        margin-bottom: 0
    }
}

@media(max-width:575.98px) {
    .x-service-wrapper.-logged .-box .-ic-wrapper {
        width: 120px
    }
}

.x-admin-contact {
    margin-top: .7rem;
    text-align: center;
    border-top: 1px solid #656565;
    padding-top: 12px;
    position: relative;
    top: 9px
}

@media(max-width:991.98px) {
    .x-admin-contact {
        position: absolute;
        left: 50%;
        right: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 60px;
        width: 100%;
        top: auto;
        border: none
    }

    .x-admin-contact.-no-fixed {
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

.x-visually-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.x-gutter-divine {
    padding-left: 7.5px;
    padding-right: 7.5px
}

@-webkit-keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes x-shimmer {
    0% {
        background-position: -200px top
    }

    to {
        background-position: 200px top
    }
}

@-webkit-keyframes x-shimmer-short {
    0% {
        background-position: -100px top
    }

    to {
        background-position: 100px top
    }
}

@keyframes x-shimmer-short {
    0% {
        background-position: -100px top
    }

    to {
        background-position: 100px top
    }
}

@-webkit-keyframes x-shimmer-shorter {
    0% {
        background-position: -60px top
    }

    to {
        background-position: 60px top
    }
}

@keyframes x-shimmer-shorter {
    0% {
        background-position: -60px top
    }

    to {
        background-position: 60px top
    }
}

@-webkit-keyframes x-hamburger-wave {
    0% {
        width: 70%
    }

    to {
        width: 100%
    }
}

@keyframes x-hamburger-wave {
    0% {
        width: 70%
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes x-alert-blinker {
    0% {
        border-color: #fff;
        background: red;
        color: #fff
    }

    50% {
        border-color: red;
        background: #fff;
        color: red
    }
}

@keyframes x-alert-blinker {
    0% {
        border-color: #fff;
        background: red;
        color: #fff
    }

    50% {
        border-color: red;
        background: #fff;
        color: red
    }
}

@-webkit-keyframes x-progress-bar-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1rem 0
    }
}

@keyframes x-progress-bar-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1rem 0
    }
}

@-webkit-keyframes x-register-arrow-horizontal-mover {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    to {
        -webkit-transform: translate(10px, -50%);
        transform: translate(10px, -50%)
    }
}

@keyframes x-register-arrow-horizontal-mover {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    to {
        -webkit-transform: translate(10px, -50%);
        transform: translate(10px, -50%)
    }
}

@-webkit-keyframes x-dust-mover {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(15px, 5px) rotate(-1deg);
        transform: translate(15px, 5px) rotate(-1deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-dust-mover {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(15px, 5px) rotate(-1deg);
        transform: translate(15px, 5px) rotate(-1deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes x-ball-roll {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes x-ball-roll {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes x-ball-bounce {
    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes x-ball-bounce {
    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@-webkit-keyframes x-ball-shadow {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: .8
    }
}

@keyframes x-ball-shadow {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: .8
    }
}

@-webkit-keyframes x-shaker-left-right {

    0%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    15%,
    30%,
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    20%,
    35%,
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    60% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    70% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
}

@keyframes x-shaker-left-right {

    0%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    15%,
    30%,
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    20%,
    35%,
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    60% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    70% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
}

@-webkit-keyframes x-promotion-history-coming-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes x-promotion-history-coming-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes x-opacity-glow-fading-up {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes x-opacity-glow-fading-up {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes x-rotate-item {

    0%,
    60%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    8% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

@keyframes x-rotate-item {

    0%,
    60%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    8% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

.x-button-actions {
    display: none
}

@media(max-width:991.98px) {
    .x-button-actions {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button,
    .x-button-actions .btn,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
        border-radius: 0;
        padding: .375rem .75rem;
        color: #fff
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button .-icon,
    .x-button-actions .btn .-icon,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .-icon {
        max-width: 30px
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button,
    .x-button-actions .btn.-btn-bottom,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button {
        color: #000 !important
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button .-typo,
    .x-button-actions .btn .-typo,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .-typo {
        padding-top: 4px;
        display: inline-block
    }
}

.x-button-actions .btn-plain-lobby:not(.-include-sood),
.x-button-actions .btn-plain-primary:not(.-include-sood),
.x-button-actions .btn-plain-secondary:not(.-include-sood) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1
}

@media(max-width:991.98px) {

    .x-button-actions .btn-plain-lobby:not(.-include-sood),
    .x-button-actions .btn-plain-primary:not(.-include-sood),
    .x-button-actions .btn-plain-secondary:not(.-include-sood) {
        padding: 8px 0 0 !important;
        font-size: 1.4rem;
        border: none
    }

    .x-button-actions .btn-plain-lobby:not(.-include-sood):hover,
    .x-button-actions .btn-plain-primary:not(.-include-sood):hover,
    .x-button-actions .btn-plain-secondary:not(.-include-sood):hover {
        color: unset
    }
}

@media(max-width:767.98px) {

    .x-button-actions .btn-plain-lobby:not(.-include-sood) .-icon,
    .x-button-actions .btn-plain-primary:not(.-include-sood) .-icon,
    .x-button-actions .btn-plain-secondary:not(.-include-sood) .-icon {
        max-width: 26px
    }

    .x-button-actions .btn-plain-lobby:not(.-include-sood) .-typo,
    .x-button-actions .btn-plain-primary:not(.-include-sood) .-typo,
    .x-button-actions .btn-plain-secondary:not(.-include-sood) .-typo {
        position: relative;
        margin-top: -5px;
        padding-top: 6px
    }
}

@media(max-width:991.98px) {
    #account-actions #account-actions-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 3
        
    }
}

.x-contact-us-gift {
    z-index: 3;
    position: fixed;
    top: 20%;
    right: 0;
    width: 90px
}

@media(max-width:991.98px) {
    .x-contact-us-gift {
        bottom: 367px;
        top: auto
    }
}

.x-contact-us {
    z-index: 2;
    position: fixed;
    top: 30%;
    right: 0;
    overflow: hidden;
    max-height: 183px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

@media(max-width:991.98px) {
    .x-contact-us {
        max-height: 145px;
        bottom: 130px;
        top: auto
    }
}

.x-contact-us .x-hr-border-glow {
    position: absolute;
    height: 2px;
    z-index: 1
}

.x-contact-us .x-hr-border-glow.-bottom,
.x-contact-us .x-hr-border-glow.-left,
.x-contact-us .x-hr-border-glow.-top {
    opacity: .6
}

.x-contact-us .x-hr-border-glow.-top {
    left: 15%;
    top: -.8%
}

.x-contact-us .x-hr-border-glow.-bottom {
    left: 15%;
    bottom: -.5%
}

.x-contact-us .x-hr-border-glow.-left {
    width: 2px;
    height: 50%;
    top: 22%;
    z-index: 1;
    background: linear-gradient(100deg, transparent, #ecbd7b 30%, #ecbd7b 70%, transparent)
}

.x-contact-us a {
    padding: 1rem 1rem 3rem;
    color: #fff
}

@media(max-width:991.98px) {
    .x-contact-us a {
        padding: .6rem 1rem 2rem;
        font-size: 80%
    }
}

.x-contact-us a i,
.x-contact-us a svg {
    color: #fff;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.x-contact-us a:hover {
    color: #000;
    text-decoration: none
}

.x-contact-us a:hover i,
.x-contact-us a:hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #000;
    fill: #000
}

.x-contact-us .-live-chat-container {
    background: #162627
}

.x-contact-us .-live-chat-container:hover {
    color: #fc0;
    text-decoration: none
}

.x-contact-us .-live-chat-container:hover i,
.x-contact-us .-live-chat-container:hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #fc0;
    fill: #fc0
}

.x-contact-us .-contact-us-container {
    background: linear-gradient(180deg, #b5f9f8 -70%, #003736);
    position: relative;
    top: -30px;
    -webkit-transform: skewY(9deg);
    transform: skewY(9deg)
}

.x-contact-us .-contact-us-container svg {
    fill: #fff;
    height: 36px;
    width: 32px
}

@media(max-width:991.98px) {
    .x-contact-us .-contact-us-container svg {
        height: 30px
    }
}

.x-contact-us .-contact-us-container>div {
    -webkit-transform: skewY(-9deg);
    transform: skewY(-9deg)
}

@media(max-width:991.98px) {
    .x-contact-us .-contact-us-container {
        top: -20px
    }
}

.x-contact-us.-single {
    max-height: none
}

.x-contact-us.-single a {
    padding: 1rem 1.8rem
}

@media(max-width:991.98px) {
    .x-contact-us.-single a {
        padding: .6rem 1rem
    }
}

.x-contact-us.-single .-contact-us-container {
    position: static;
    -webkit-transform: none;
    transform: none
}

.x-contact-us.-single .-contact-us-container>div {
    -webkit-transform: none;
    transform: none
}

.x-index-top-container {
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 3rem
}

@media(max-width:991.98px) {
    .x-index-top-container {
        position: relative;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0
    }
}

.x-index-top-container .-bg-container {
    overflow: hidden
}

.x-index-top-container .-bg-container .-bg-1,
.x-index-top-container .-bg-container .-bg-2,
.x-index-top-container .-bg-container .-bg-3 {
    position: absolute;
    left: 25%;
    top: 20%;
    z-index: 0
}

@media(max-width:1199.98px) {

    .x-index-top-container .-bg-container .-bg-1,
    .x-index-top-container .-bg-container .-bg-2,
    .x-index-top-container .-bg-container .-bg-3 {
        left: 10%
    }
}

@media(max-width:767.98px) {

    .x-index-top-container .-bg-container .-bg-1,
    .x-index-top-container .-bg-container .-bg-2,
    .x-index-top-container .-bg-container .-bg-3 {
        left: -10%
    }
}

.x-index-top-container .-bg-container .-bg-1 {
    -webkit-animation: x-bg-1 8s ease infinite;
    animation: x-bg-1 8s ease infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.x-index-top-container .-bg-container .-bg-2 {
    -webkit-animation: x-bg-2 8s ease infinite;
    animation: x-bg-2 8s ease infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.x-index-top-container .-bg-container .-bg-3 {
    -webkit-animation: x-bg-3 8s ease infinite;
    animation: x-bg-3 8s ease infinite
}

.x-index-top-container .-inner-wrapper {
    padding-top: 10rem;
    padding-bottom: 3rem
}

.x-index-top-container .-inner-wrapper .-btn-cover-container {
    position: relative
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container {
    text-decoration: none;
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    z-index: -1
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-play {
    border-radius: 4px;
    box-shadow: 0 0 5px #fff, 0 0 8px rgba(255, 204, 0, .7), 0 0 10px rgba(255, 204, 0, .7), 0 0 13px rgba(255, 204, 0, .7), 0 0 16px rgba(255, 204, 0, .7), 0 0 28px rgba(255, 204, 0, .7), 0 0 36px rgba(255, 204, 0, .7), 0 0 44px rgba(255, 204, 0, .7)
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-play:after {
    box-shadow: 0 0 8px #fff, 0 0 10px rgba(255, 204, 0, .7), 0 0 16px rgba(255, 204, 0, .7), 0 0 20px rgba(255, 204, 0, .7), 0 0 24px rgba(255, 204, 0, .7), 0 0 36px rgba(255, 204, 0, .7), 0 0 48px rgba(255, 204, 0, .7), 0 0 56px rgba(255, 204, 0, .7)
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-register {
    border-radius: 9px;
    box-shadow: 0 0 5px #fff, 0 0 8px rgba(63, 158, 152, .7), 0 0 10px rgba(63, 158, 152, .7), 0 0 13px rgba(63, 158, 152, .7), 0 0 16px rgba(63, 158, 152, .7), 0 0 28px rgba(63, 158, 152, .7), 0 0 36px rgba(63, 158, 152, .7), 0 0 44px rgba(63, 158, 152, .7)
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-register:after {
    box-shadow: 0 0 8px #fff, 0 0 10px rgba(63, 158, 152, .7), 0 0 16px rgba(63, 158, 152, .7), 0 0 20px rgba(63, 158, 152, .7), 0 0 24px rgba(63, 158, 152, .7), 0 0 36px rgba(63, 158, 152, .7), 0 0 48px rgba(63, 158, 152, .7), 0 0 56px rgba(63, 158, 152, .7)
}

.x-index-top-container .-inner-wrapper a.-btn-glow-register {
    width: 180px;
    background: #fff;
    border-radius: 10px
}

.x-index-top-container .-inner-wrapper .-title .-ic-chip {
    width: 100px;
    height: auto;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.x-index-top-container .-inner-wrapper .-title .-logo-title {
    width: 400px;
    height: auto;
    margin-bottom: 2rem !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-index-top-container .-inner-wrapper .-btn-actions .vex-dialog-button,
.x-index-top-container .-inner-wrapper .-btn-actions .btn,
.x-index-top-container .-inner-wrapper .-btn-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 10px;
    padding-bottom: 6px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-index-top-container .-inner-wrapper .-play-button .vex-dialog-button.vex-dialog-button-primary,
.x-index-top-container .-inner-wrapper .-play-button .btn-primary,
.x-index-top-container .-inner-wrapper .-play-button .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-index-top-container .-inner-wrapper .-play-button .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-index-top-container .-inner-wrapper .-play-button .-copy-btn {
    background: #ecbd7b;
    background: linear-gradient(0deg, #6d5628, #ecbd7b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=1)
}

.x-index-top-container .-inner-wrapper .-play-button .-box .x-hr-border-glow {
    transition: all .6s
}

.x-index-top-container .-inner-wrapper .-play-button .-box:hover .x-hr-border-glow {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media(max-width:991.98px) {
    .x-index-top-container .-inner-wrapper {
        padding-top: 6rem
    }

    .x-index-top-container .-inner-wrapper .-title .-logo-title {
        width: 300px;
        margin-bottom: 2.5rem !important
    }
}

@media(max-width:767.98px) {
    .x-index-top-container .-inner-wrapper .-title .-ic-chip {
        width: 60px
    }

    .x-index-top-container .-inner-wrapper .-title .-logo-title {
        width: 200px;
        margin-bottom: 1.5rem !important;
        margin-left: -4px
    }

    .x-index-top-container .-inner-wrapper .-sub-title {
        font-size: 1.4rem
    }
}

.x-btn-play {
    border-radius: 20px;
    width: 200px
}

@media(max-width:575.98px) {
    .x-btn-play {
        width: 180px
    }
}

@-webkit-keyframes x-bg-1 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(-30px, 15px) rotate(-1deg);
        transform: translate(-30px, 15px) rotate(-1deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-bg-1 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(-30px, 15px) rotate(-1deg);
        transform: translate(-30px, 15px) rotate(-1deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes x-bg-2 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(30px, -5px) rotate(-5deg);
        transform: translate(30px, -5px) rotate(-5deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-bg-2 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(30px, -5px) rotate(-5deg);
        transform: translate(30px, -5px) rotate(-5deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes x-bg-3 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(-30px, -15px) rotate(-1deg);
        transform: translate(-30px, -15px) rotate(-1deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-bg-3 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    50% {
        -webkit-transform: translate(-30px, -15px) rotate(-1deg);
        transform: translate(-30px, -15px) rotate(-1deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@media(max-width:991.98px) {
    .x-footer .-inner-wrapper .-term-btn {
        font-size: 1.4rem
    }
}

@media(max-width:991.98px) {
    .x-footer {
        padding-bottom: 60px !important
    }
}

@media(max-width:575.98px) {
    .x-footer.-has-my-score-ranking {
        padding-bottom: 90px !important
    }
}

.x-footer-seo .-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #353535
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-seo .-tags .vex-dialog-button,
.x-footer-seo .-tags .btn,
.x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 7px 10px 2px;
    line-height: 1;
    border-radius: 7px;
    color: #8e8e8e;
    background: #12151c
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-seo .-tags .vex-dialog-button:hover,
.x-footer-seo .-tags .btn:hover,
.x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    background: #1d212a
}

.x-ma-container {
    position: relative;
    height: 100%;
    min-height: 100vh;
    background-image: none
}

.x-ma-container.-has-block {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media(max-width:991.98px) {
    .x-ma-container.-has-block {
        padding-top: 0
    }
}

.x-ma-container.-has-block .-detail .-message-wrapper {
    margin-top: 1rem
}

.x-ma-container.-has-block .-detail .-message-wrapper .-title {
    font-size: 2.7rem;
    color: #fff
}

@media(max-width:991.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-title {
        font-size: 2.4rem
    }
}

@media(max-width:575.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-title {
        font-size: 2.1rem
    }
}

.x-ma-container.-has-block .-detail .-message-wrapper .-description {
    margin-top: 1rem;
    font-size: 2.7rem;
    color: #d2d2d2
}

.x-ma-container.-has-block .-detail .-message-wrapper .-description .-time {
    font-size: 1.25em;
    color: #fdc21d
}

@media(max-width:991.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-description {
        font-size: 2.4rem
    }
}

@media(max-width:575.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-description {
        font-size: 2.1rem
    }
}

@media(max-width:767.98px) {
    .x-ma-container {
        padding-right: 10px;
        padding-left: 10px
    }
}

.x-ma-container .-overlay {
    position: fixed;
    z-index: -1;
    background: #092a91;
    background: radial-gradient(circle, #092a91 0, #051157 15%, #030430 30%, #020329 50%, #010117 72%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.x-ma-container .-img-desktop {
    max-width: 1200px
}

.x-ma-container .-img-mobile {
    max-width: 400px
}

@media(max-width:575.98px) {
    .x-ma-container .-img-mobile {
        max-width: 90%
    }
}

.x-ma-container .-detail {
    margin-bottom: 2rem
}

.x-ma-container .-detail .-message-wrapper {
    margin-top: 50px;
    font-size: 2.4rem
}

.x-ma-container .-detail .-message-wrapper .-title {
    display: block;
    color: #fff
}

.x-ma-container .-detail .-brand {
    display: block;
    margin-top: 30px;
    font-size: 1.8rem
}

.x-ma-container .-cover {
    width: 400px;
    margin: auto;
    position: relative
}

@media(max-width:575.98px) {
    .x-ma-container .-cover {
        width: 100%
    }
}

.x-ma-container .-cover .-computer {
    width: 220px;
    margin-top: 65px;
    -webkit-animation-name: x-ma-computer;
    animation-name: x-ma-computer;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media(max-width:575.98px) {
    .x-ma-container .-cover .-computer {
        width: 200px;
        margin-top: 40px
    }
}

.x-ma-container .-cover .-bubble1,
.x-ma-container .-cover .-bubble2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.x-ma-container .-cover .-bubble1 {
    -webkit-animation-name: x-ma-bubble1;
    animation-name: x-ma-bubble1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-ma-container .-cover .-bubble2 {
    -webkit-animation-name: x-ma-bubble2;
    animation-name: x-ma-bubble2;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-ma-container .-logo {
    margin-top: 30px;
    width: 200px;
    margin-bottom: 30px
}

@-webkit-keyframes x-ma-computer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes x-ma-computer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes x-ma-bubble1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-ma-bubble1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes x-ma-bubble2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    70% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-ma-bubble2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    70% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#depositModal .x-transaction-ma-modal-dialog-container .modal-content .modal-body {
    padding-bottom: 3rem !important
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container {
    text-align: center
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-ma-icon {
    width: 120px;
    margin-top: 2rem
}

@media(max-width:767.98px) {
    .x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-ma-icon {
        margin-top: 1rem
    }
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-title-wrapper {
    margin-top: 1rem
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-title-wrapper .-title {
    margin-bottom: 0;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fc0
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-title-wrapper .-sub-title {
    font-size: 2.1rem;
    font-weight: 600;
    color: #fc0
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-content-wrapper {
    margin: 1rem 0;
    font-size: 1.5rem;
    color: #d2d2d2
}

.x-tab-event-container .-bg-banner {
    width: 100%;
    height: 330px;
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.x-tab-event-container .-title {
    margin-bottom: 0
}

@media(max-width:767.98px) {
    .x-tab-event-container .-title {
        font-size: 26px
    }
}

.x-tab-event-container .x-hr-border-gradient {
    margin-top: -10px
}

.x-tab-event-container .-event-tab-form-container,
.x-tab-event-container .-event-tab-info-container {
    font-size: 22px
}

@media(max-width:991.98px) {

    .x-tab-event-container .-event-tab-form-container,
    .x-tab-event-container .-event-tab-info-container {
        font-size: 20px
    }
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper {
    display: flex;
    align-items: center
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-mock {
    width: 200px;
    border: 2px solid #dea85f
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
    width: 150px;
    height: 2px;
    background-color: #dea85f
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper {
    padding: 15px;
    border: 2px solid #dea85f;
    color: #fc0
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper p {
    margin: 0
}

@media(max-width:575.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper {
        width: 100%;
        word-wrap: break-word
    }
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    padding: 7px 5px 0;
    min-width: 72px;
    margin-top: -85px;
    margin-left: 20px;
    width: 110px
}

@media(max-width:991.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
        width: 60px
    }
}

@media(max-width:767.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper {
        flex-direction: column
    }

    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
        height: 60px;
        width: 2px
    }

    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
        margin-top: 20px;
        margin-left: 0
    }
}

.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper {
    text-align: center;
    margin-top: 2rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    min-width: 150px;
    border-radius: 3px !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:first-child,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:first-child,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child {
    margin-right: 15px
}

@media(max-width:575.98px) {
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:first-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:first-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child {
        margin-right: 0
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:last-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:last-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:last-child {
        margin-top: 15px
    }
}

.x-tab-event-container .-event-tab-form-container {
    display: none
}

.x-tab-event-container .-event-tab-form-container .x-hr-border-primary {
    height: 1px
}

.x-tab-event-container .-event-tab-form-container .-back-btn {
    padding: 10px 30px 4px
}

.x-tab-event-container .-event-tab-form-container .-upload-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 20px;
    background-color: #494949;
    cursor: pointer
}

@media(min-width:992px) {
    .x-tab-event-container .-event-tab-form-container .-upload-btn {
        transition: background-color .2s
    }

    .x-tab-event-container .-event-tab-form-container .-upload-btn:hover {
        background-color: #636363
    }
}

.x-tab-event-container .-event-tab-form-container .-form-container {
    padding: 2rem 14rem;
    background: #101010
}

.x-tab-event-container .-event-tab-form-container .-form-container .-form-title {
    font-size: 28px;
    color: #fff
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon {
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto 0
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .-icon {
    left: 12px;
    top: 16px;
    font-size: 12px
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control {
    width: 100%
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control.is-valid {
    border-color: transparent;
    background-size: 16px
}

@media(max-width:1199.98px) {
    .x-tab-event-container .-event-tab-form-container .-form-container {
        padding: 2rem 8rem
    }
}

@media(max-width:991.98px) {
    .x-tab-event-container .-event-tab-form-container .-form-container {
        padding: 2rem 6rem
    }
}

@media(max-width:767.98px) {
    .x-tab-event-container .-event-tab-form-container .-form-container {
        padding: 2rem 0
    }

    .x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon {
        width: 90%
    }

    .x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control {
        font-size: 14px
    }
}

.x-tab-event-container .-event-success-wrapper {
    padding: 2rem 14rem;
    background: #101010
}

@media(max-width:1199.98px) {
    .x-tab-event-container .-event-success-wrapper {
        padding: 2rem 8rem
    }
}

@media(max-width:991.98px) {
    .x-tab-event-container .-event-success-wrapper {
        padding: 2rem 6rem
    }
}

@media(max-width:767.98px) {
    .x-tab-event-container .-event-success-wrapper {
        padding: 2rem 0
    }
}

.x-index-tab-container {
    position: relative;
    z-index: 1
}

.x-index-tab-container .tab-content .x-tab-index .-bg {
    height: 350px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box {
    position: relative;
    margin-top: 6rem;
    border: 1px solid #fc0;
    border-radius: 20px
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box .-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #000;
    text-align: center
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box .-title img {
    width: 160px;
    height: auto
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box .-mobile-index {
    -webkit-animation: x-floating 6s ease-in-out infinite;
    animation: x-floating 6s ease-in-out infinite;
    position: relative;
    height: auto;
    z-index: -2
}

.x-index-tab-container .tab-content .x-tab-index .-bottom {
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner {
    width: 80%;
    height: auto;
    margin-left: 20%;
    padding: 1.75rem 1rem;
    color: #fc0;
    border: 1px solid #fc0
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner .-logo {
    width: 100px;
    height: 100px
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming {
    position: relative;
    width: 70%;
    margin-left: 10%
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-image {
    width: 100%;
    height: auto
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text {
    position: absolute;
    top: 15px;
    left: 230px
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text .-text-detail {
    margin-top: -18px
}

@media(max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bg {
        height: 300px
    }

    .x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }

    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming {
        width: 80%
    }

    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text {
        top: 30px;
        left: 300px
    }
}

@media(max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bg {
        height: 200px
    }

    .x-index-tab-container .tab-content .x-tab-index .-notice-box {
        margin-top: 3rem
    }

    .x-index-tab-container .tab-content .x-tab-index .-notice-box p {
        padding: 0 !important;
        font-size: 1.4rem !important
    }

    .x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner {
        width: 100%
    }

    .x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner .-logo {
        width: 80px;
        height: 80px
    }

    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text {
        top: 0;
        left: 0;
        right: 0
    }

    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text .-text-detail {
        margin-top: -10px
    }
}

.x-index-tab-container .tab-content .x-tab-manual {
    position: relative
}

.x-index-tab-container .tab-content .x-tab-manual .-bg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0a1614, #1b3e32)
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper {
    position: relative;
    z-index: 3
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs {
    border-bottom: none
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item {
    min-width: 120px;
    text-align: center
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
    border: none;
    border-radius: 0;
    color: #fc0;
    background-color: rgba(0, 0, 0, .8);
    line-height: 100%;
    padding-top: 15px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link.active {
    border: none;
    color: #000;
    background-color: #fc0
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:hover .nav-link {
    border: none
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

@media(max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item {
        width: 33%;
        min-width: 0
    }

    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.1rem
    }
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper {
    width: 500px;
    border: 1px solid #afafaf;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #000
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper:focus {
    outline: none
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper .-video-wrapper video {
    width: 100%
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper .-video-wrapper video:focus {
    outline: none
}

@media(max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper {
        width: 100%
    }
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box a {
    text-decoration: none !important;
    color: #d2d2d2
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic-bank,
.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic-otp,
.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic-register {
    width: 100px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic {
    width: 120px;
    margin-bottom: 1rem
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-index {
    height: 100%;
    font-size: 4rem;
    padding-right: .5rem;
    margin-right: .5rem;
    color: #fff;
    line-height: 1;
    border-right: 4px solid #fc0
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-detail h3 {
    font-size: 1.75rem
}

@media(max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper {
        display: none !important
    }
}

.x-smoke {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    z-index: -1
}

@media(max-width:767.98px) {
    .x-smoke {
        overflow: hidden
    }
}

.x-smoke .-inner {
    position: absolute;
    left: 5%;
    right: 0;
    top: 0;
    width: 90%;
    transition: opacity .5s ease-out
}

@media(max-width:575.98px) {
    .x-smoke .-inner {
        width: 80%
    }
}

.x-coin-hunting {
    display: block;
    width: 75px;
    position: absolute
}

.x-coin-hunting .-timer-container {
    font-size: 28px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: relative;
    top: -18px
}

.x-coin-hunting .-timer-container .-timer {
    position: relative;
    top: 5px;
    color: #4d0f0d;
    font-weight: 700;
    text-shadow: 2px 2px 2px hsla(0, 0%, 58.8%, .7)
}

.x-coin-hunting .-img-text-container {
    position: relative;
    z-index: 2;
    top: -18px;
    width: 75px;
    text-align: center
}

.x-coin-hunting .-img-alert-container,
.x-coin-hunting .-img-chest-open,
.x-coin-hunting .-img-flying,
.x-coin-hunting .-img-get-coin-alert,
.x-coin-hunting .-img-get-coin-alert-light,
.x-coin-hunting .-img-text-container {
    display: none
}

.x-coin-hunting .-img-chest {
    display: block;
    position: relative;
    z-index: 0
}

.x-coin-hunting .-img-alarm {
    position: absolute;
    z-index: 3;
    width: 24px;
    top: -6px;
    right: -10px;
    -webkit-animation: x-coin-hunting-alarm 2s cubic-bezier(.36, .07, .19, .97) both;
    animation: x-coin-hunting-alarm 2s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-coin-hunting .-img-alarm,
.x-coin-hunting .-img-chest {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.x-coin-hunting .-img-chest {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: x-coin-hunting-chest 1.2s cubic-bezier(.36, .07, .19, .97) both;
    animation: x-coin-hunting-chest 1.2s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-coin-hunting .-img-chest-open {
    width: 130px;
    left: -38px;
    position: relative;
    max-width: none
}

.x-coin-hunting.-flying .-timer-container,
.x-coin-hunting.-getting .-timer-container,
.x-coin-hunting.-loading,
.x-coin-hunting.-loading .-img-chest,
.x-coin-hunting.-ready .-timer-container,
.x-coin-hunting.-showing .-timer-container {
    display: none
}

.x-coin-hunting.-ready .-img-chest {
    -webkit-animation-name: x-coin-hunting-chest-shake;
    animation-name: x-coin-hunting-chest-shake
}

.x-coin-hunting.-ready .-img-text-container {
    display: block
}

.x-coin-hunting.-ready .-img-text-container .-img-text,
.x-coin-hunting.-ready .-img-text-container .-img-text-hover {
    position: relative;
    z-index: 2
}

.x-coin-hunting.-ready .-img-light {
    position: absolute;
    z-index: 1;
    bottom: 18px;
    left: -8px;
    max-width: 130%
}

.x-coin-hunting.-ready .-img-text {
    display: block
}

.x-coin-hunting.-ready .-img-text-hover {
    display: none
}

.x-coin-hunting.-ready:hover {
    cursor: pointer
}

.x-coin-hunting.-ready:hover .-img-text-container .-img-text {
    display: none
}

.x-coin-hunting.-getting .-img-alert-container,
.x-coin-hunting.-ready:hover .-img-text-container .-img-text-hover {
    display: block
}

.x-coin-hunting.-flying .-img-chest,
.x-coin-hunting.-getting .-img-alert-container .-typo,
.x-coin-hunting.-getting .-img-chest,
.x-coin-hunting.-showing .-img-chest {
    display: none
}

.x-coin-hunting.-flying .-img-chest-open,
.x-coin-hunting.-getting .-img-chest-open,
.x-coin-hunting.-showing .-img-chest-open {
    display: block
}

.x-coin-hunting.-flying .-img-chest-open,
.x-coin-hunting.-showing .-img-chest-open {
    opacity: .4
}

.x-coin-hunting.-flying .-img-alert-container,
.x-coin-hunting.-showing .-img-alert-container {
    display: block
}

.x-coin-hunting.-flying .-img-alert-container .-typo,
.x-coin-hunting.-showing .-img-alert-container .-typo {
    font-size: 20px;
    white-space: nowrap;
    bottom: 18px;
    line-height: 1;
    text-align: center;
    color: #fff
}

.x-coin-hunting.-flying .-img-alert-container .-typo,
.x-coin-hunting.-flying .-img-get-coin-alert,
.x-coin-hunting.-showing .-img-alert-container .-typo,
.x-coin-hunting.-showing .-img-get-coin-alert {
    z-index: 11;
    position: absolute;
    width: 100%;
    -webkit-animation-name: x-coin-hunting-alert;
    animation-name: x-coin-hunting-alert;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.x-coin-hunting.-flying .-img-get-coin-alert,
.x-coin-hunting.-showing .-img-get-coin-alert {
    display: block;
    top: 10px
}

.x-coin-hunting.-flying .-img-get-coin-alert-light,
.x-coin-hunting.-showing .-img-get-coin-alert-light {
    max-width: none;
    display: block;
    position: absolute;
    z-index: 10;
    width: 175%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
    -webkit-animation-name: x-coin-hunting-alert-light;
    animation-name: x-coin-hunting-alert-light;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes x-coin-hunting-chest {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    30% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    70% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes x-coin-hunting-chest {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    30% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    70% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes x-coin-hunting-chest-shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes x-coin-hunting-chest-shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@-webkit-keyframes x-coin-hunting-alarm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    45% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    85% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    92% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes x-coin-hunting-alarm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    45% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    85% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    92% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes x-coin-hunting-alert {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes x-coin-hunting-alert {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes x-coin-hunting-alert-light {
    0% {
        -webkit-transform: translateX(-50%) scale(.6);
        transform: translateX(-50%) scale(.6)
    }

    to {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

@keyframes x-coin-hunting-alert-light {
    0% {
        -webkit-transform: translateX(-50%) scale(.6);
        transform: translateX(-50%) scale(.6)
    }

    to {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

.x-coin-hunting.-position-promotion_tab {
    left: 60%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(min-width:992px) and (max-width:1199.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 65%
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 70%
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 75%
    }
}

@media(max-width:575.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 3%;
        -webkit-transform: unset;
        transform: unset
    }
}

.x-coin-hunting.-position-index_footer {
    bottom: 0;
    left: 50px
}

@media(max-width:767.98px) {
    .x-coin-hunting.-position-index_footer {
        left: 20px
    }
}

.x-coin-hunting.-position-deposit_modal,
.x-coin-hunting.-position-withdraw_modal {
    bottom: -45px;
    right: -40px
}

@media(max-width:991.98px) {

    .x-coin-hunting.-position-deposit_modal,
    .x-coin-hunting.-position-withdraw_modal {
        bottom: 0
    }
}

@media(max-width:767.98px) {

    .x-coin-hunting.-position-deposit_modal,
    .x-coin-hunting.-position-withdraw_modal {
        right: 5px
    }
}

.x-coin-hunting.-position-lobby_index {
    right: 0;
    top: -50px;
    z-index: 10
}

.x-coin-hunting.-position-manual_tab {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -70px
}

.x-coin-hunting.-position-event_tab {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px
}

@media(max-width:767.98px) {
    .x-coin-hunting.-position-event_tab {
        top: 0
    }
}

.x-wrapper-right-container {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
    position: fixed;
    right: 0;
    z-index: 11
}

@media(min-width:992px) {
    .x-wrapper-right-container {
        top: 30%
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .x-wrapper-right-container {
        bottom: 30%
    }
}

@media(max-width:767.98px) {
    .x-wrapper-right-container {
        bottom: 112px
    }
}

@media(max-width:575.98px) {
    .x-wrapper-right-container.-has-my-score-ranking {
        bottom: 150px
    }
}

.x-wrapper-right-container .x-contact-us-gift {
    position: absolute;
    top: -90px
}

.x-simple-play-open-button {
    position: fixed;
    z-index: 10
}

.x-simple-play-open-button img {
    position: relative;
    z-index: 1;
    width: 200px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-simple-play-open-button:hover {
    cursor: pointer
}

.x-simple-play-open-button:hover img {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg)
}

@media(min-width:992px) {
    .x-simple-play-open-button {
        left: 40px;
        bottom: 40px;
        z-index: 10
    }

    .x-simple-play-open-button .-circle {
        background: linear-gradient(45deg, #9c191d 20%, #ed2c38);
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        left: 66px;
        top: 60px;
        z-index: 1;
        color: #fff
    }

    .x-simple-play-open-button .-circle span {
        text-shadow: 2px 2px 1px rgba(0, 0, 0, .4)
    }

    .x-simple-play-open-button .-circle .-icon {
        width: 40px
    }
}

@media(max-width:991.98px) {
    .x-simple-play-open-button.-xs-show {
        bottom: 230px;
        right: 0
    }

    .x-simple-play-open-button.-xs-show img {
        width: 90px;
        margin-right: 10px;
        margin-bottom: 15px
    }
}

.x-simple-play-sidebar-container {
    position: fixed;
    z-index: 60;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 280px;
    height: 100%;
    background-color: rgba(0, 0, 0, .95);
    transition: left .2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.x-simple-play-sidebar-container::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-simple-play-sidebar-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-simple-play-sidebar-container::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

.x-simple-play-sidebar-container.show {
    left: 0
}

@media(max-width:991.98px) {
    .x-simple-play-sidebar-container {
        width: 100%;
        left: unset;
        right: -1000px;
        transition: right .2s;
        background-color: #000
    }

    .x-simple-play-sidebar-container.show {
        right: 0;
        left: unset
    }
}

.x-simple-play-sidebar-container .-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 44px;
    height: 44px;
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .2s
}

.x-simple-play-sidebar-container .-close:hover {
    text-decoration: none;
    opacity: 1
}

.x-simple-play-sidebar-container .-inner-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.x-simple-play-sidebar-container .-inner-wrapper .-logo img {
    width: 70%
}

@media(min-width:768px) and (max-width:991.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-logo img {
        width: 250px
    }
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
    position: relative
}

@media(max-width:991.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
        width: 55%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
        width: 75%
    }
}

@media(max-width:575.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
        width: 100%
    }
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-hover .-hover-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-hover .-hover-inner .-logo {
    width: 60%
}

@media(min-width:992px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover {
        opacity: 1;
        background-color: rgba(0, 0, 0, .9)
    }

    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner {
        -webkit-animation: flip-in-hor-top .5s cubic-bezier(.25, .46, .45, .94) both;
        animation: flip-in-hor-top .5s cubic-bezier(.25, .46, .45, .94) both
    }

    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description {
        margin-top: .5rem
    }

    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description .-animate-ripple-out {
        width: 26px;
        height: 26px
    }

    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description .-animate-ripple-out:before {
        border: 5px solid #fc0;
        border-radius: 20px
    }

    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description .fas {
        margin-top: 4px
    }
}

@media(min-width:992px) {
    ::-webkit-scrollbar {
        background: 0 0;
        width: 8px;
        height: 8px;
        border-radius: 4px
    }

    ::-webkit-scrollbar-thumb {
        background: #b0b4bb;
        width: 8px;
        height: 8px;
        border-radius: 4px
    }

    ::-webkit-scrollbar-track {
        background: #e6e8ec;
        width: 8px;
        height: 8px;
        border-radius: 4px
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes x-floating {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-30px) rotate(-1deg);
        transform: translateY(-30px) rotate(-1deg)
    }

    to {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
}

@keyframes x-floating {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-30px) rotate(-1deg);
        transform: translateY(-30px) rotate(-1deg)
    }

    to {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
}

@-webkit-keyframes x-arrow-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-arrow-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.-animate-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative
}

.-animate-ripple-out:before {
    content: "";
    position: absolute;
    border: 6px solid #fc0;
    border-radius: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeInModal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInModal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInModal,
.fadeInRegister {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media(max-width:991.98px) {

    .fadeInModal,
    .fadeInRegister {
        -webkit-animation-name: fadeInModal;
        animation-name: fadeInModal
    }
}

.x-alert-warning {
    background-color: rgba(255, 0, 0, .3);
    width: 80%;
    font-size: 1em !important;
    margin: auto auto 1em;
    padding: 1rem;
    text-align: center;
    color: #d2d2d2
}

.x-profile-dropdown-menu {
    background-color: linear-gradient(180deg, #473e2d, #232017 70%, #18160f)
}

.x-profile-dropdown-menu .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.x-profile-dropdown-menu .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(236, 189, 123, .4);
    padding-top: 10px
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
    color: #afafaf;
    transition: color .2s
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .-ic {
    width: 26px;
    margin-right: 15px
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .fas {
    color: #fc0;
    min-width: 20px;
    margin-right: 1rem;
    text-align: center
}

.x-profile-dropdown-menu .navbar-nav .nav-item:hover .nav-link {
    color: #fc0
}

.x-profile-dropdown-menu .navbar-nav .nav-item:last-child {
    border-bottom: none
}

.x-profile-dropdown-menu .navbar-nav .nav-item .-badge {
    background-color: #fc0;
    color: #000;
    border-radius: 12px;
    margin-left: .5rem;
    width: 40px;
    text-align: center;
    line-height: 14px;
    padding-top: 8px;
    display: inline-block
}

@media(max-width:991.98px) {
    .x-profile-dropdown-menu .navbar-nav .nav-item .-badge {
        top: 1px !important
    }
}

@media(max-width:991.98px) {
    .x-profile-dropdown-menu {
        background-color: transparent
    }

    .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
        font-size: 1.3rem
    }
}

.form-control {
    border: 0
}

.x-form-control {
    background: #242118;
    color: #fff;
    border-bottom: 2px solid transparent;
    transition: all .5s;
    width: 100%;
    font-size: .95rem
}

.x-form-control::-webkit-input-placeholder {
    color: #b8b8b8;
    line-height: normal
}

.x-form-control:-ms-input-placeholder {
    color: #b8b8b8;
    line-height: normal
}

.x-form-control::-ms-input-placeholder {
    color: #b8b8b8;
    line-height: normal
}

.x-form-control::placeholder {
    color: #b8b8b8;
    line-height: normal
}

.x-form-control:focus {
    background-color: #242118;
    color: #fff;
    box-shadow: none;
    outline: none;
    border-color: #fc0;
    -o-border-image: linear-gradient(90deg, #6d5628, #ecbd7b) 1;
    border-image: linear-gradient(90deg, #6d5628, #ecbd7b) 1
}

.invalid-feedback {
    text-align: center;
    font-size: 90%;
    margin-top: .5rem
}

.x-form-register .x-checkbox-primary .form-check {
    position: relative
}

.x-form-register .x-checkbox-primary .form-check input[type=checkbox]+label {
    position: unset !important
}

.x-checkbox-primary .form-check {
    padding-left: 0
}

.x-checkbox-primary .form-check input[type=checkbox] {
    display: none
}

.x-checkbox-primary .form-check input[type=checkbox]+label {
    position: relative;
    padding-left: 25px !important
}

.x-checkbox-primary .form-check input[type=checkbox]+label:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #fc0;
    border-radius: 2px
}

.x-checkbox-primary .form-check input[type=checkbox]+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-image: url(../../images/ic-checkmark.272b632e.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s
}

.x-checkbox-primary .form-check input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

#dice {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: dice-spin 20s linear infinite;
    animation: dice-spin 20s linear infinite
}

#dice,
#dice .side {
    width: 70px;
    height: 70px
}

#dice .side {
    position: absolute;
    background: #fff;
    box-shadow: inset 0 0 20px #ddd;
    border-radius: 20px
}

#dice .cover,
#dice .inner {
    background: #e0e0e0;
    box-shadow: none
}

#dice .cover {
    border-radius: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#dice .cover.x {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

#dice .cover.z {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

#dice .front {
    -webkit-transform: translateZ(35px);
    transform: translateZ(35px)
}

#dice .front.inner {
    -webkit-transform: translateZ(33px);
    transform: translateZ(33px)
}

#dice .back {
    -webkit-transform: rotateX(-180deg) translateZ(35px);
    transform: rotateX(-180deg) translateZ(35px)
}

#dice .back.inner {
    -webkit-transform: rotateX(-180deg) translateZ(33px);
    transform: rotateX(-180deg) translateZ(33px)
}

#dice .right {
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px)
}

#dice .right.inner {
    -webkit-transform: rotateY(90deg) translateZ(33px);
    transform: rotateY(90deg) translateZ(33px)
}

#dice .left {
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px)
}

#dice .left.inner {
    -webkit-transform: rotateY(-90deg) translateZ(33px);
    transform: rotateY(-90deg) translateZ(33px)
}

#dice .top {
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px)
}

#dice .top.inner {
    -webkit-transform: rotateX(90deg) translateZ(33px);
    transform: rotateX(90deg) translateZ(33px)
}

#dice .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px)
}

#dice .bottom.inner {
    -webkit-transform: rotateX(-90deg) translateZ(33px);
    transform: rotateX(-90deg) translateZ(33px)
}

#dice .dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #444;
    box-shadow: inset 5px 0 10px #000
}

#dice .dot.center {
    margin: 28px 0 0 28px
}

#dice .dot.dtop {
    margin-top: 12px
}

#dice .dot.dleft {
    margin-left: 44px
}

#dice .dot.dright {
    margin-left: 12px
}

#dice .dot.dbottom {
    margin-top: 44px
}

#dice .dot.center.dleft {
    margin: 28px 0 0 12px
}

#dice .dot.center.dright {
    margin: 28px 0 0 44px
}

@-webkit-keyframes dice-spin {
    0% {
        -webkit-transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg)
    }

    16% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg)
    }

    33% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg)
    }

    50% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }

    66% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg)
    }

    83% {
        -webkit-transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg)
    }

    to {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
}

@keyframes dice-spin {
    0% {
        -webkit-transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg)
    }

    16% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg)
    }

    33% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg)
    }

    50% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }

    66% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg)
    }

    83% {
        -webkit-transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg)
    }

    to {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
}

.text-primary-border-bottom {
    border-bottom: 3px solid;
    line-height: 1.6;
    -o-border-image: radial-gradient(#dea85f, rgba(250, 224, 66, 0)) 1;
    border-image: radial-gradient(#dea85f, rgba(250, 224, 66, 0)) 1
}

.text-gray-lighter,
.text-muted {
    color: #d2d2d2 !important
}

.text-muted-lighter {
    color: #a0a0a0
}

.btn-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    color: #000;
    border: none;
    background: #ecbd7b;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #6d5628), color-stop(100%, #ecbd7b));
    background: linear-gradient(90deg, #6d5628 0, #ecbd7b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0);
    box-shadow: 0 0 2px 2px rgba(236, 189, 123, .1)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:visited,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:visited {
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

.btn-tochin {
    color: #000;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 38%, rgba(70,67,61,1) 100%);
    border: none;
    border-radius: 0
}
.btn-plain-primary {
    color: #000;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 38%, rgba(70,67,61,1) 100%);
    border: none;
    border-radius: 0
}

.btn-plain-primary:hover {
    color: #000
}

.btn-plain-secondary {
    color: #000;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 38%, rgba(70,67,61,1) 100%);
    border: none;
    border-radius: 0
}

.btn-plain-secondary:hover {
    color: #000
}

.btn-plain-lobby {
    border: none;
    color: #fff !important;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 38%, rgba(70,67,61,1) 100%);
}
.btn-plain-lobbytouchin {
    border: none;
    color: #fff !important;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 38%, rgba(70,67,61,1) 100%);
}
.btn-plain-lobby .-icon {
    margin-bottom: 4px
}

.btn-plain-lobby:hover,
.btn-plain-sood {
    color: #fff !important
}

.btn-plain-sood {
    border: none;
    background: linear-gradient(180deg, #2c353c 20%, #000);
    padding-top: 8px !important
}

.btn-plain-sood:hover {
    color: #fff !important
}

.btn-plain-secondary-landing {
    color: #000;
    background: #3f9e98;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #720a0a), color-stop(100%, #3f9e98));
    background: linear-gradient(90deg, #720a0a 0, #3f9e98);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0);
    border: none;
    border-radius: 0
}

.btn-plain-secondary-landing:hover {
    color: #000
}

.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 9px;
    padding-bottom: 6px;
    line-height: 30px
}

.btn.-icon i.fas,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-icon.vex-dialog-button i.fas {
    position: relative;
    top: 3px
}

.btn .fa-play-circle,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .fa-play-circle {
    padding-top: 3px
}

@media(min-width:992px) {

    .btn.-submit,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button {
        width: 100%
    }
}

@media(max-width:1199.98px) {

    .btn.-submit.-android-view,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.-android-view.vex-dialog-button {
        display: none !important
    }
}

.btn.-btn-play-test,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button {
    padding-top: 6px
}

@media(max-width:991.98px) {

    .btn.-btn-play-test .-typo,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button .-typo {
        padding-top: 9px
    }
}

.x-btn-image {
    display: inline-block
}

.x-btn-image.-hoverable>img {
    max-width: 100%;
    height: auto
}

.x-btn-image.-hoverable .-hover {
    display: none
}

@media(min-width:992px) {
    .x-btn-image.-hoverable:hover .-default {
        display: none
    }

    .x-btn-image.-hoverable:hover .-hover {
        display: inline-block
    }
}

@media(max-width:991.98px) {
    .modal-open .x-header {
        z-index: unset !important
    }
}

.x-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    opacity: 1;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out
}

.x-header.-sticky {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.x-header.-sticky #headerContent .-header-login-btn,
.x-header.-sticky .navbar-brand {
    opacity: 0
}

.x-header.-sticky .-logged-container {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.x-header .navbar-brand {
    position: relative;
    opacity: 1;
    transition: opacity .2s ease-out
}

.x-header .navbar-brand .-logo {
    position: absolute;
    top: 16px;
    left: 0;
    transition: opacity .2s;
    width: 160px
}

@media(max-width:767.98px) {
    .x-header .navbar-brand .-logo {
        width: 100px
    }
}

.x-header .x-hamburger {
    margin-right: 20px;
    margin-top: 6px;
    width: 25px;
    height: 24px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer
}

.x-header .x-hamburger,
.x-header .x-hamburger span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.x-header .x-hamburger span {
    width: 70%;
    display: block;
    position: absolute;
    height: 3px;
    background: #a1a1a1;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.x-header .x-hamburger span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate
}

.x-header .x-hamburger span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}

.x-header .x-hamburger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}

.x-header .x-hamburger.open {
    width: 25px
}

.x-header .x-hamburger.open span {
    width: 100%;
    -webkit-animation: none;
    animation: none
}

.x-header .x-hamburger.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px
}

.x-header .x-hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.x-header .x-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px
}

.x-header #headerBrand {
    height: 85px;
    flex: 1
}

@media(max-width:767.98px) {
    .x-header #headerBrand {
        height: 76px
    }
}

.x-header #headerContent .-header-login-btn {
    transition: opacity .2s ease-out
}

.x-header .x-logged .-logged-container {
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .75)
}

@media(max-width:991.98px) {
    .x-header .x-logged .-logged-container {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px
    }
}

.x-header .x-logged .-logged-container .dropdown {
    position: relative;
    display: inline-block
}

.x-header .x-logged .-logged-container .dropdown-content {
    display: none;
    position: absolute;
    background-color: linear-gradient(180deg, #473e2d, #232017 70%, #18160f);
    min-width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item {
    border-bottom: 1px solid #fc0
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item:last-child {
    border-bottom: none
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item:last-child i {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.x-header .x-logged .-logged-container .dropdown-content a {
    color: #b8b8b8;
    text-decoration: none;
    display: block
}

.x-header .x-logged .-logged-container .dropdown-content a:hover {
    color: #fc0;
    background-color: transparent
}

@media(min-width:992px) {
    .x-header .x-logged .-logged-container .--profile:hover .dropdown-content {
        display: block
    }
}

.x-header .x-logged .-logged-container .--profile {
    background: linear-gradient(180deg, #262626, #000);
    border-bottom-left-radius: 10px
}

@media(max-width:991.98px) {
    .x-header .x-logged .-logged-container .--profile {
        border-bottom-right-radius: 10px
    }
}

.x-header .x-logged .-logged-container .--profile .--profile-detail {
    line-height: 100%
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved {
    color: #fc0
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved .fas.fa-spinner {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 16px
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved .x-queue-number-expression {
    color: #d2d2d2
}

.x-header .x-logged .-logged-container .--profile .--profile-detail button {
    line-height: normal
}

@media(max-width:991.98px) {
    .x-header .x-logged .-logged-container .--profile .--profile-detail .bh-logged-name {
        font-size: 1.3rem !important
    }

    .x-header .x-logged .-logged-container .--profile .--profile-detail .-user-balance #customer-balance {
        font-size: 1.4rem
    }
}

.x-header .x-logged .-logged-container .--deposit {
    background: linear-gradient(180deg, #d8ba79 0, #bd9448 40%, #9d6d17)
}

.x-header .x-logged .-logged-container .--withdraw {
    background: linear-gradient(0deg, #720a0a, #3f9e98);
    border-bottom-right-radius: 10px
}

.x-logged-sidebar-mobile {
    display: none
}

@media(max-width:991.98px) {
    .x-logged-sidebar-mobile {
        display: block
    }

    .x-logged-sidebar-mobile .-inner-wrapper {
        position: fixed;
        top: 0;
        right: -90%;
        z-index: 60;
        width: 70%;
        min-width: 280px;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 1, 1, .95), rgba(36, 41, 44, .95));
        transition: right .2s;
        opacity: 0
    }

    .x-logged-sidebar-mobile .-inner-wrapper.show {
        right: 0;
        opacity: 1
    }

    .x-logged-sidebar-mobile .-inner-wrapper.show .-heading {
        padding-left: 2rem !important
    }

    .x-logged-sidebar-mobile .-inner-wrapper.show .-heading img {
        width: 130px
    }

    .x-logged-sidebar-mobile .-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 55;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7)
    }

    .x-logged-sidebar-mobile .-overlay.show {
        display: block
    }
}

@media(max-width:991.98px) {

    .x-bank-account-form,
    .x-bank-account-form .-animatable-container,
    .x-bank-account-form form {
        height: 100%
    }
}

@media(max-width:991.98px) {
    .x-bank-account-form {
        overflow-y: auto;
        margin-bottom: 5rem
    }
}

.x-bank-account-form .invalid-feedback {
    display: block
}

.x-bank-choices-type .-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.x-bank-choices-type .-outer-wrapper .-input-radio {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px 10px;
    position: relative;
    border-radius: 50%;
    opacity: .75;
    transition: all .1s
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label:focus {
    outline: none
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: all .1s
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
    display: none;
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    background-color: #71dd8a
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label {
    opacity: 1
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
    width: 38px;
    height: 38px
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .fas.fa-check {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width:992px) and (max-width:1199.98px) {
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
        width: 34px;
        height: 34px
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
        width: 26px;
        height: 26px
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
        width: 30px;
        height: 30px
    }
}

@media(max-width:991.98px) {
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
        width: 60px;
        height: 60px
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
        width: 50px;
        height: 50px
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
        width: 20px !important;
        height: 20px !important;
        font-size: 11px !important
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
        width: 56px;
        height: 56px
    }
}

.ribbon {
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: absolute;
    z-index: 2
}

.ribbon .-text-wrapper {
    position: absolute;
    display: block;
    height: 26px;
    right: -9px;
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 150px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

.ribbon .-text-wrapper,
.ribbon .-text-wrapper.-hot {
    background-color: #ed2c38
}

.ribbon .-text-wrapper.-new {
    background-color: #3f9e98
}

.ribbon .-text-wrapper span {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    font-weight: 700
}

.ribbon.ribbon-top-left {
    top: -4px;
    left: -4px
}

.ribbon.ribbon-top-left:after,
.ribbon.ribbon-top-left:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon.ribbon-top-left:before {
    top: 0;
    right: 0
}

.ribbon.ribbon-top-left:after {
    bottom: 0;
    left: 0
}

.x-index-tab-container {
    background-color: #000
}

.x-index-tab-container .x-tab {
    border-bottom: none
}

.x-index-tab-container .x-tab .nav-item {
    width: 25%;
    text-align: center
}

.x-index-tab-container .x-tab .nav-item .nav-link {
    color: #afafaf;
    background-color: #000;
    transition: color .3s;
    border: none
}

.x-index-tab-container .x-tab .nav-item .nav-link .x-hr-border-glow {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s
}

.x-index-tab-container .x-tab .nav-item .nav-link .-ic {
    width: auto;
    height: 50px;
    transition: all .6s
}

.x-index-tab-container .x-tab .nav-item .nav-link.active {
    border: none;
    background-color: #000
}

.x-index-tab-container .x-tab .nav-item .nav-link.active span {
    color: #fff !important
}

.x-index-tab-container .x-tab .nav-item .nav-link.active .x-hr-border-glow {
    visibility: visible;
    opacity: 1;
    width: 50%
}

@media(min-width:992px) {
    .x-index-tab-container .x-tab .nav-item:hover .nav-link {
        border: none;
        color: #fc0;
        background-color: #000
    }

    .x-index-tab-container .x-tab .nav-item:hover .nav-link .x-hr-border-glow {
        visibility: visible;
        opacity: 1;
        width: 50%
    }

    .x-index-tab-container .x-tab .nav-item:hover .nav-link .-ic {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.x-index-tab-container .tab-content {
    min-height: 100px
}

@media(max-width:767.98px) {
    .x-index-tab-container .x-tab .nav-item .nav-link .-ic {
        height: 40px
    }

    .x-index-tab-container .x-tab .nav-item .nav-link span {
        font-size: 1.2rem
    }
}

.vex.vex-theme-plain .vex-content {
    padding: 2.5rem 1rem 1.8rem;
    font-family: DBHelvethaicaMonX, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    border-radius: 30px;
    width: 400px
}

@media(max-width:575.98px) {
    .vex.vex-theme-plain .vex-content {
        width: 350px
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-message {
    text-align: center;
    font-weight: 700
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons {
    text-align: center;
    margin-top: 2rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    float: none;
    min-width: 120px;
    border: none;
    margin: 5px
}

.x-profile-image img {
    width: 50px
}

@media(max-width:767.98px) {
    .x-profile-image img {
        width: 40px;
        height: 40px
    }
}

.x-web-list-sidebar {
    position: fixed;
    left: -200px;
    top: 0;
    height: 100%;
    min-width: 140px;
    z-index: 60;
    text-align: center;
    transition: left .3s
}

.x-web-list-sidebar .-inner-wrapper {
    position: relative;
    height: 100%;
    padding: 1rem;
    background: #282a35;
    z-index: 60;
    overflow: auto
}

.x-web-list-sidebar .-inner-wrapper .-title {
    font-size: 1.5rem;
    font-weight: 400
}

.x-web-list-sidebar .-inner-wrapper .-hr {
    width: 50px;
    margin: .25rem auto 1rem;
    border-top: 2px solid
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link {
    position: relative
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link .-glow-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link .-glow-wrapper .-glow-container {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    transition: all 2.5s linear;
    border-radius: 12px;
    box-shadow: 0 0 2px #fff, 0 0 6px hsla(0, 0%, 100%, .7), 0 0 12px hsla(0, 0%, 100%, .7), 0 0 24px hsla(0, 0%, 100%, .7), 0 0 30px hsla(0, 0%, 100%, .7)
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link .-glow-wrapper .-glow-container:after {
    box-shadow: 0 0 1px #fff, 0 0 3px hsla(0, 0%, 100%, .7), 0 0 4px hsla(0, 0%, 100%, .7), 0 0 7px hsla(0, 0%, 100%, .7), 0 0 10px hsla(0, 0%, 100%, .7)
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link {
    padding: .75rem 0;
    text-align: center
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-logo {
    width: 50px
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-text {
    margin-top: 6px;
    color: #adb5bd;
    transition: color .3s
}

@media(max-width:991.98px) {
    .x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-text {
        font-size: 1.3rem
    }
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link:hover .-text {
    color: #fff
}

.x-web-list-sidebar .-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background: rgba(0, 0, 0, .6)
}

.x-web-list-sidebar.open {
    left: 0
}

.x-web-list-sidebar.open .-overlay {
    display: block
}

.x-apple-os .x-entrance-sood .-btn-sood {
    padding-top: 6px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .vex-dialog-button,
.x-apple-os .btn,
.x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 12px;
    line-height: 24px
}

@media(max-width:991.98px) {

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-submit.vex-dialog-button,
    .x-apple-os .btn.-submit,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button {
        padding-top: 14px
    }
}

.x-apple-os .x-mini-copy {
    display: inline-block;
    padding-top: 2px !important
}

.x-apple-os .fa-play-circle {
    padding-top: 0
}

.x-apple-os .x-deposit-next {
    padding-top: 10px !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .x-button-actions#account-actions-mobile .vex-dialog-button,
.x-apple-os .x-button-actions#account-actions-mobile .btn,
.x-apple-os .x-button-actions#account-actions-mobile .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 8px;
    line-height: 30px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button,
.x-apple-os .btn.-btn-play-test,
.x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button {
    padding-top: 6px
}

@media(max-width:991.98px) {

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button,
    .x-apple-os .btn.-btn-play-test,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button {
        line-height: 30px
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button .fa-play-circle,
    .x-apple-os .btn.-btn-play-test .fa-play-circle,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button .fa-play-circle {
        padding-top: 3px
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button .-typo,
    .x-apple-os .btn.-btn-play-test .-typo,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button .-typo {
        padding-top: 9px
    }
}

.x-apple-os .form-check input[type=checkbox]+label:before {
    margin-top: 4px !important
}

.x-apple-os .form-check input[type=checkbox]+label:after {
    top: 4px !important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary {
    margin-top: 10px !important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:before {
    margin-top: 0 !important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:after {
    top: 0 !important
}

.x-apple-os .x-account-profile .-bank-info .media-body {
    margin-top: .35rem !important
}

.x-apple-os .-deposit-preview .-fake-input,
.x-apple-os .x-withdraw-pending .-fake-input {
    padding: 16px .675rem 4px !important
}

.x-apple-os .x-promotion-active-header .progress span {
    margin-top: 2px !important
}

.x-windows-os .x-header .navbar-nav .-header-login-btn,
.x-windows-os .x-header .navbar-nav a {
    line-height: 26px
}

.x-windows-os .x-account-profile .-bank-info .media-body {
    margin-top: 0 !important
}

.x-windows-os .form-check input[type=checkbox]+label:before {
    top: 4px !important
}

.x-windows-os .form-check input[type=checkbox]+label:after {
    top: 8px !important
}

.x-windows-os form[name=set_un_subscribe_sms] .form-check input[type=checkbox]+label:after {
    top: 4px !important
}

.x-windows-os .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    line-height: 24px !important;
    padding-bottom: .25rem !important
}

.x-windows-os .x-promotion-active-header .progress span {
    margin-top: 0 !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-windows-os .x-footer-seo .-tags .vex-dialog-button,
.x-windows-os .x-footer-seo .-tags .btn,
.x-windows-os .x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding: 5px 10px
}

.x-windows-os .-danger-zone.-wrk-owner,
.x-windows-os .x-danger-zone.-wrk-owner {
    padding: 16px 15px
}

.x-windows-os .x-deposit-bank-maintenance .-text {
    padding: 16px 1rem
}

.x-windows-os .x-select-amount .-amount-container .-btn-select-amount .-no {
    top: 8px
}

.x-windows-os .x-deposit-notice.-decimal .-noted-title {
    padding: 8px 0 7px
}

.x-windows-os .x-input-number-name-bank .-validate-box {
    padding: 16px
}

.x-ios-os #resetPasswordModal .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-form-register .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-login-form .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-pending .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input::-webkit-input-placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-form-register .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-login-form .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-pending .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input:-ms-input-placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-form-register .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-login-form .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-pending .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input::-ms-input-placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-x-input-icon input::placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input::placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input::placeholder,
.x-ios-os .x-form-register .-x-input-icon input::placeholder,
.x-ios-os .x-login-form .-x-input-icon input::placeholder,
.x-ios-os .x-pending .-x-input-icon input::placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input::placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-submit,
.x-ios-os .x-bank-account-form .-submit,
.x-ios-os .x-deposit-form .-submit,
.x-ios-os .x-form-register .-submit,
.x-ios-os .x-login-form .-submit,
.x-ios-os .x-pending .-submit,
.x-ios-os .x-withdraw-form .-submit {
    padding-top: 15px
}

.x-ios-os .x-account-profile .-bank-info .media-body {
    margin-top: .4rem !important
}

.x-ios-os .x-account-profile .-btn-action-wrapper {
    margin-top: .5rem !important
}

.x-ios-os .x-pending .x-mini-copy {
    padding-top: 0 !important
}

.x-ios-os .x-pending .-fake-input {
    padding: 16px .675rem 6px
}

.x-ios-os .x-withdraw-pending .-fake-input {
    padding: 18px .675rem 6px
}

.x-ios-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px
}

.x-ios-os #ads .-submit {
    padding-top: 20px
}

.x-android-os #resetPasswordModal .-submit,
.x-android-os .x-bank-account-form .-submit,
.x-android-os .x-deposit-form .-submit,
.x-android-os .x-form-register .-submit,
.x-android-os .x-login-form .-submit,
.x-android-os .x-pending .-submit,
.x-android-os .x-withdraw-form .-submit {
    padding-top: 15px
}

.x-android-os .x-account-profile .-bank-info .media-body {
    margin-top: .35rem !important
}

.x-android-os .x-account-profile .-btn-action-wrapper {
    margin-top: .5rem !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-android-os .x-account-profile .-change-password-container .vex-dialog-button,
.x-android-os .x-account-profile .-change-password-container .btn,
.x-android-os .x-account-profile .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px;
    padding-bottom: 6px
}

.x-android-os .x-admin-contact .x-text-with-link-component {
    font-size: 20px
}

.x-android-os .x-pending .-fake-input {
    padding: 14px .675rem 4px
}

.x-android-os .x-pending .x-mini-copy {
    padding-top: 0 !important
}

.x-android-os .x-withdraw-pending .-fake-input {
    padding: 18px .675rem 6px
}

.x-android-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px
}

.x-android-os #ads .-submit {
    padding-top: 20px
}

.x-android-os .-danger-zone.-wrk-owner,
.x-android-os .x-danger-zone.-wrk-owner {
    padding: 20px 15px 14px
}

@media(max-width:991.98px) {
    .x-modal {
        padding-right: 0 !important
    }
}

.x-modal .close {
    position: absolute;
    right: 14px;
    top: 6px;
    z-index: 1
}

.x-modal .-modal-size {
    transition: max-width .6s;
    max-width: 450px
}

@media(max-width:991.98px) {
    .x-modal .-modal-size {
        max-width: 100%;
        height: 100%;
        margin: 0 !important
    }
}

.x-modal .-modal-size.-modal-bigger {
    max-width: 1000px
}

@media(max-width:1199.98px) {
    .x-modal .-modal-size.-modal-bigger {
        max-width: 900px
    }
}

@media(max-width:991.98px) {
    .x-modal .-modal-size.-modal-bigger {
        max-width: 100%
    }
}

.x-modal .-modal-size.-modal-big {
    max-width: 800px
}

@media(max-width:991.98px) {
    .x-modal .-modal-size.-modal-big {
        max-width: 100%
    }
}

.x-modal .-modal-size.-modal-medium {
    max-width: 600px
}

@media(max-width:991.98px) {
    .x-modal .-modal-size.-modal-medium {
        max-width: 100%
    }
}

@media(max-width:991.98px) {
    .x-modal .-modal-size.bankInfoMobile {
        height: 700px
    }
}

.x-modal .-modal-content {
    background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f);
    border-radius: 10px;
    position: relative;
    min-height: 200px
}

.x-modal .-modal-content .modal-body {
    padding-bottom: 3rem;
    padding-left: 4rem;
    padding-right: 4rem
}

@media(min-width:768px) and (max-width:991.98px) {
    .x-modal .-modal-content .modal-body {
        padding-left: 10rem;
        padding-right: 10rem
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .x-modal .-modal-content .modal-body {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media(max-width:575.98px) {
    .x-modal .-modal-content .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media(max-width:991.98px) {
    .x-modal .-modal-content {
        position: relative;
        height: 100%;
        background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f);
        min-height: 400px;
        border-radius: 0
    }

    .x-modal .-modal-content .modal-header {
        height: 15%
    }

    .x-modal .-modal-content .modal-header h3 {
        font-size: 2.3rem
    }

    .x-modal .-modal-content .modal-body {
        height: 85%;
        position: relative;
        font-size: 1.4rem
    }

    .x-modal .-modal-content .modal-body .js-modal-content {
        height: 100%
    }

    .x-modal .-modal-content .-submit {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        height: 60px;
        font-size: 1.5rem
    }
}

.x-modal .close {
    color: #fc0;
    text-shadow: none
}

@media(max-width:991.98px) {
    .x-modal .-real-content {
        padding-bottom: 70px
    }
}

.x-modal .x-title-modal.-has-icon {
    display: flex !important;
    justify-content: center;
    align-items: flex-end
}

.x-modal .x-title-modal.-has-icon .-icon {
    position: relative;
    top: -2px;
    width: 40px;
    margin-right: 10px
}

@media(max-width:991.98px) {
    .x-modal .x-title-modal.-has-icon .-icon {
        top: -4px;
        width: 34px
    }
}

@media(max-width:991.98px) {
    .x-modal .x-title-modal {
        font-size: 2.3rem
    }
}

.x-modal .x-hr-border-glow {
    margin-top: -10px
}

@media(max-width:991.98px) {
    .x-modal.-scrollable.-no-button .-modal-body {
        bottom: 0
    }

    .x-modal.-scrollable .-modal-size {
        position: fixed;
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0
    }

    .x-modal.-scrollable .-modal-content {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 0;
        box-shadow: none
    }

    .x-modal.-scrollable .modal-header {
        height: auto;
        margin-top: 0 !important;
        padding: 2rem 2rem .5rem !important
    }

    .x-modal.-scrollable .modal-body {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: unset;
        padding-bottom: 1rem;
        overflow: auto
    }
}

#depositModal .-modal-content .modal-body {
    padding-bottom: 1.5rem
}

@media(max-width:991.98px) {
    #depositModal .modal-content .modal-body {
        position: fixed;
        overflow: auto;
        width: 100%
    }

    #depositModal .modal-content .modal-body .-submit[disabled] {
        opacity: 1
    }
}

#depositModal .-x-input-icon .form-control.is-invalid,
#withdrawModal .-x-input-icon .form-control.is-invalid {
    background-image: none
}

@media(max-width:991.98px) {

    #depositModal .-x-input-icon .-icon,
    #withdrawModal .-x-input-icon .-icon {
        top: 18px
    }

    #depositModal .-x-input-icon .form-control,
    #withdrawModal .-x-input-icon .form-control {
        height: 55px;
        padding: 0 38px;
        font-size: 1.1rem
    }
}

@media(max-width:991.98px) {

    #bankInfoModal .modal-content .modal-body,
    #depositModal .modal-content .modal-body,
    #registerModal .modal-content .modal-body,
    #withdrawModal .modal-content .modal-body {
        padding-top: 2rem !important;
        height: 100% !important
    }
}

@media(max-width:991.98px) {

    #accountModal .modal-content .modal-body,
    #registerModal .modal-content .modal-body {
        position: fixed;
        overflow: auto;
        width: 100%;
        padding-bottom: 4rem
    }
}

#accountModal .x-profile-image img {
    width: 70px
}

@media(max-width:991.98px) {
    #accountModal .x-profile-image img {
        height: 70px
    }
}

#accountModal .modal-content .modal-body {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(max-width:991.98px) {
    #accountModal .modal-content .modal-body {
        height: 100%
    }
}

#ads .-checkbox-label {
    padding: 4px
}

#alertModal .-fail-ic,
#alertModal .-img,
#alertModal .-success-ic,
.x-form-register .-fail-ic,
.x-form-register .-success-ic {
    width: 90px
}

#alertModal .-modal-content .x-title-modal {
    text-align: center
}

.x-slide-left-content {
    transition: all .6s;
    align-self: flex-start
}

.x-slide-left-content.-hide {
    height: 0;
    width: 0;
    flex-grow: 0;
    padding: 0;
    flex-basis: 0;
    overflow: hidden
}

.x-slide-left-content.-hide .x-title-modal {
    display: none !important
}

@media(max-width:575.98px) {
    #betLimitUpdateModal .-modal-content .modal-body {
        height: auto;
        background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f)
    }
}

#promotionReturnUfaFreeSportByUserModal .-modal-content .modal-body,
#promotionReturnUfaSportByUserModal .-modal-content .modal-body {
    padding: 1.5rem
}

@media(max-width:991.98px) {

    #promotionReturnUfaFreeSportByUserModal .-modal-content .modal-body,
    #promotionReturnUfaSportByUserModal .-modal-content .modal-body {
        padding: 1rem
    }
}

#promotionReturnUfaFreeSportByUserModal .x-title-modal,
#promotionReturnUfaSportByUserModal .x-title-modal {
    width: 100%
}

.x-competition-section-title {
    font-size: 1.68rem;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(180deg, #fff, #9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 0 5px rgba(125, 221, 251, .75));
    filter: drop-shadow(0 0 5px rgba(125, 221, 251, .75))
}

@media(max-width:991.98px) {
    .x-competition-section-title {
        text-align: center
    }
}

.x-competition-heading-title .-title {
    font-size: 2.1rem;
    font-weight: 600;
    text-shadow: 0 0 10px hsla(0, 0%, 100%, .5)
}

.x-competition-heading-title .-description {
    font-size: 1.8rem;
    font-weight: 600
}

.x-competition-error-container .-outer-error-wrapper {
    margin-top: 1.5rem;
    text-align: center
}

.x-competition-error-container .-outer-error-wrapper .-ic-img {
    width: 50px;
    height: auto
}

.x-competition-error-container .-inner-error-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.44rem;
    color: #f16869
}

@media(max-width:575.98px) {
    .x-competition-error-container .-inner-error-wrapper {
        font-size: 1.2rem
    }
}

.x-competition-error-container .-inner-error-wrapper .-error-title {
    margin-top: 1rem
}

.x-competition-error-container .-inner-error-wrapper .-error-description {
    margin-bottom: 0
}

.x-competition-error-container .-inner-error-wrapper .-deposit-btn {
    font-weight: 600;
    color: #fff;
    transition: all .2s
}

.x-competition-error-container .-inner-error-wrapper .-deposit-btn:hover {
    color: hsla(0, 0%, 100%, .5)
}

.x-cover-competition-container {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

@media(min-width:576px) {
    .x-cover-competition-container {
        background-image: url(../shared/img/competition-cover-dark.png)
    }
}

@media(max-width:991.98px) {
    .x-cover-competition-container {
        height: 300px
    }
}

@media(max-width:575.98px) {
    .x-cover-competition-container {
        height: 250px;
        background-image: url(../shared/img/competition-cover-dark-mobile.png)
    }
}

.x-competition-content-class-container {
    margin-top: 0 !important
}

.x-competition-main-container {
    padding: 2rem 0
}

.x-competition-main-container .-competition-inner-content-wrapper {
    position: relative;
    top: -3px;
    z-index: 1;
    border-width: 3px;
    border-style: solid;
    -o-border-image: radial-gradient(#c69a60 50%, #c69a60) 1;
    border-image: radial-gradient(#c69a60 50%, #c69a60) 1;
    box-shadow: 0 0 10px rgba(230, 255, 253, .5)
}

@media(max-width:575.98px) {
    .x-competition-main-container .-competition-inner-content-wrapper {
        top: 0;
        padding: 0;
        border: none;
        box-shadow: none
    }
}

.x-competition-main-container .-competition-table-outer-container {
    padding: 2rem;
    background: linear-gradient(180deg, #2f2a1d 10%, #181510 90%)
}

@media(max-width:991.98px) {
    .x-competition-main-container .-competition-table-outer-container {
        padding: 1rem
    }
}

.x-competition-main-container .-outer-rules-wrapper {
    margin-top: 2rem
}

.x-competition-main-container .-outer-conditions-wrapper,
.x-competition-main-container .-outer-rewards-wrapper {
    margin-top: 3rem
}

.x-competition-rules-list {
    flex-direction: row;
    flex-wrap: wrap
}

.x-competition-rules-list .nav-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

@media(min-width:992px) {
    .x-competition-rules-list .nav-item {
        flex: 1
    }
}

@media(max-width:991.98px) {
    .x-competition-rules-list .nav-item {
        flex-direction: column;
        align-items: center;
        width: 50%;
        margin-top: 1rem
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .x-competition-rules-list .nav-item br {
        display: none
    }
}

@media(max-width:767.98px) {
    .x-competition-rules-list .nav-item {
        padding: 0 2rem
    }
}

@media(max-width:575.98px) {
    .x-competition-rules-list .nav-item {
        width: 100%;
        padding: 0 1rem
    }
}

.x-competition-rules-list .nav-item .-icon-img {
    width: 100px;
    height: auto
}

@media(max-width:991.98px) {
    .x-competition-rules-list .nav-item .-icon-img {
        width: 80px
    }
}

.x-competition-rules-list .nav-item .-no {
    font-size: 1.5rem;
    font-weight: 600
}

@media(max-width:991.98px) {
    .x-competition-rules-list .nav-item .-no {
        display: none
    }
}

.x-competition-rules-list .nav-item .-description {
    font-size: 1.32rem
}

.x-competition-rules-list .nav-item .-rules-detail-wrapper {
    flex: 1
}

@media(min-width:992px) {
    .x-competition-rules-list .nav-item .-rules-detail-wrapper {
        margin-left: 15px;
        padding-right: 15px
    }
}

@media(max-width:991.98px) {
    .x-competition-rules-list .nav-item .-rules-detail-wrapper {
        margin-top: 1rem;
        text-align: center
    }
}

.x-competition-condition-wrapper {
    font-size: 1.32rem
}

.x-competition-status-board-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 1rem;
    background: hsla(0, 0%, 100%, .05)
}

@media(max-width:767.98px) {
    .x-competition-status-board-container {
        flex-direction: column
    }
}

@media(max-width:575.98px) {
    .x-competition-status-board-container {
        padding: 1.5rem 1rem
    }
}

@media(max-width:375px) {
    .x-competition-status-board-container {
        padding: 1rem;
        display: block
    }
}

.x-competition-status-board-container .-timer-wrapper {
    min-width: 128px;
    text-align: left
}

@media(max-width:991.98px) {
    .x-competition-status-board-container .-timer-wrapper {
        min-width: 102px
    }
}

.x-competition-status-board-container .-outer-customer-wrapper {
    flex: 1;
    padding: 1rem 2rem
}

@media(min-width:992px) and (max-width:1199.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        padding: 1rem 3rem
    }
}

@media(min-width:768px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        position: relative
    }

    .x-competition-status-board-container .-outer-customer-wrapper:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 2px;
        height: 100%;
        background: #584429;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width:991.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        padding: 1rem 1.2rem
    }
}

@media(max-width:767.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        width: 100%;
        margin-bottom: 1rem
    }
}

@media(max-width:575.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        padding: 1rem 0
    }
}

.x-competition-status-board-container .-outer-timing-interaction-wrapper {
    flex: 1;
    padding: 1rem 2rem
}

@media(max-width:991.98px) {
    .x-competition-status-board-container .-outer-timing-interaction-wrapper {
        padding: 1rem 1.2rem
    }
}

@media(max-width:767.98px) {
    .x-competition-status-board-container .-outer-timing-interaction-wrapper {
        width: 100%
    }
}

@media(max-width:575.98px) {
    .x-competition-status-board-container .-outer-timing-interaction-wrapper {
        padding: 0
    }
}

.x-competition-timing-interaction-container {
    text-align: center
}

.x-competition-timing-interaction-container .-title {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 2.04rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 5px rgba(125, 221, 251, .75)
}

.x-competition-timing-interaction-container .-title .-pre-text {
    margin-right: 5px
}

@media(max-width:1199.98px) {
    .x-competition-timing-interaction-container .-title {
        font-size: 1.8rem
    }
}

.x-competition-timing-interaction-container .-description {
    font-size: 1.56rem;
    font-weight: 600;
    color: #fff
}

@media(max-width:1199.98px) {
    .x-competition-timing-interaction-container .-description {
        font-size: 1.44rem
    }
}

@media(max-width:575.98px) {
    .x-competition-timing-interaction-container .-description {
        font-size: 1.2rem
    }
}

.x-competition-timing-interaction-container .-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem
}

@media(max-width:350px) {
    .x-competition-timing-interaction-container .-btn-wrapper {
        flex-direction: column
    }
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn {
    min-width: 150px
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn:active,
.x-competition-timing-interaction-container .-btn-wrapper .-main-btn:focus,
.x-competition-timing-interaction-container .-btn-wrapper .-main-btn:hover {
    text-decoration: none;
    text-outline: none;
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn .-inner-wrapper {
    position: relative
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn .-inner-wrapper .-text-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(#fff 100%, #e8e8e8 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, .15);
    font-weight: 600;
    line-height: 1.5
}

.x-competition-customer-data-container .-top-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff
}

.x-competition-customer-data-container .-customer-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.x-competition-customer-data-container .-customer-detail .-profile-img {
    width: 60px;
    height: auto
}

@media(max-width:575.98px) {
    .x-competition-customer-data-container .-customer-detail .-profile-img {
        width: 50px
    }
}

.x-competition-customer-data-container .-customer-detail .-detail-wrapper {
    margin-left: 10px
}

.x-competition-customer-data-container .-customer-detail .-title {
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: 600
}

@media(max-width:575.98px) {
    .x-competition-customer-data-container .-customer-detail .-title {
        font-size: 1.32rem
    }
}

.x-competition-customer-data-container .-customer-detail .-sub-title {
    font-size: 1.32rem
}

@media(max-width:575.98px) {
    .x-competition-customer-data-container .-customer-detail .-sub-title {
        font-size: 1.2rem
    }
}

.x-competition-customer-data-container .-transaction-rate-wrapper {
    text-align: right
}

.x-competition-customer-data-container .-transaction-rate-wrapper .-text {
    margin-top: 5px;
    font-size: 1.32rem
}

.x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-percent .-highlight {
    font-size: 1.92rem;
    font-weight: 600
}

@media(max-width:575.98px) {
    .x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-percent .-highlight {
        font-size: 1.68rem
    }
}

.x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-counting {
    margin-top: -5px;
    font-size: 2.52rem;
    font-weight: 600;
    color: #fc0
}

@media(max-width:575.98px) {
    .x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-counting {
        font-size: 2.16rem
    }
}

.x-competition-customer-data-container .-progress-wrapper {
    width: 100%;
    height: 24px;
    margin-top: .5rem;
    padding: 3px;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px
}

.x-competition-customer-data-container .-progress-wrapper .progress-bar {
    background: #ecbd7b;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #6d5628), color-stop(100%, #ecbd7b));
    background: linear-gradient(90deg, #6d5628 0, #ecbd7b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0);
    border-radius: 15px
}

.x-competition-customer-data-container .-progress-text {
    margin-top: 10px;
    text-align: center;
    font-size: 1.44rem
}

.x-competition-customer-data-container .-progress-text .-prefix {
    display: inline-block;
    margin-right: 5px
}

.x-competition-customer-data-container .-progress-text .-round-state {
    display: inline-block;
    font-weight: 600;
    color: #fc0
}

.x-competition-customer-data-container .-reload-btn {
    display: inline-block;
    font-size: .96rem;
    margin-left: 10px;
    color: #fc0
}

.x-competition-customer-data-container .-reload-btn .fas {
    font-size: .9em
}

.x-base-ranking-reward-list-wrapper {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between
}

.x-base-ranking-reward-list-wrapper .-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0 10px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 3px;
    transition: all .2s
}

@media(max-width:575.98px) {
    .x-base-ranking-reward-list-wrapper .-list-item {
        width: 100%
    }
}

.x-base-ranking-reward-list-wrapper .-list-item:hover {
    background: hsla(0, 0%, 100%, .2)
}

.x-base-ranking-reward-list-wrapper .-list-item .-position-wrapper {
    font-size: 1.32rem;
    font-weight: 600;
    color: #f3f3f3
}

.x-base-ranking-reward-list-wrapper .-list-item .-position-wrapper span {
    display: inline-block;
    position: relative;
    top: 5px
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f3f3f3
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper .-ic {
    width: 36px;
    height: auto
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper span {
    display: inline-block;
    position: relative;
    top: 4px;
    min-width: 50px
}

@media(min-width:576px) {

    .x-base-ranking-reward-list-wrapper.-board-credit,
    .x-base-ranking-reward-list-wrapper.-board-win {
        max-height: 210px
    }
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper {
    display: flex;
    align-items: center
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper .-position-img {
    width: 50px;
    height: auto
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper span {
    margin-left: 5px
}

@media(min-width:992px) {
    .x-base-ranking-reward-list-wrapper.-competition {
        max-height: 280px
    }

    .x-base-ranking-reward-list-wrapper.-competition .-list-item {
        width: calc(33% - 5px)
    }

    .x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper span {
        margin-left: 10px
    }
}

@media(min-width:576px) and (max-width:991.98px) {
    .x-base-ranking-reward-list-wrapper.-competition {
        max-height: 420px
    }

    .x-base-ranking-reward-list-wrapper.-competition .-list-item {
        width: calc(50% - 5px)
    }
}

.x-base-ranking-container {
    position: relative;
    padding: 2rem 0 3rem;
    overflow: hidden;
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    background-image: url(../../images/ranking-bg.40e07504.webp)
}

@media(max-width:575.98px) {
    .x-base-ranking-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media(max-width:575.98px) {
    .x-base-ranking-container .-custom-container {
        padding: 0
    }
}

.x-base-ranking-container .-ranking-separated-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.x-base-ranking-container .-ranking-separated-section .-inner-wrapper {
    width: 49.4%
}

@media(max-width:991.98px) {
    .x-base-ranking-container .-ranking-separated-section .-inner-wrapper {
        width: 100%
    }
}

.x-base-ranking-container .-ranking-container-wrapper {
    position: relative;
    top: -3px;
    z-index: 1;
    border-width: 3px;
    border-style: solid;
    -o-border-image: radial-gradient(#c69a60 50%, #c69a60) 1;
    border-image: radial-gradient(#c69a60 50%, #c69a60) 1;
    box-shadow: 0 0 10px rgba(230, 255, 253, .5)
}

.x-base-ranking-container .-ranking-container-wrapper .-slided {
    overflow: auto
}

@media(max-width:575.98px) {
    .x-base-ranking-container .-ranking-container-wrapper {
        top: 0;
        padding: 0;
        border: none;
        box-shadow: none
    }
}

.x-base-ranking-container .-ranking-table-outer-container {
    padding: 2rem;
    background: linear-gradient(180deg, #2f2a1d 10%, #181510 90%)
}

@media(max-width:991.98px) {
    .x-base-ranking-container .-ranking-table-outer-container {
        padding: 1rem
    }
}

@media(max-width:575.98px) {
    .x-base-ranking-container .-ranking-table-outer-container {
        padding: 0 15px 15px
    }
}

.x-base-ranking-container .-no-result {
    text-align: center
}

.x-base-ranking-container .-no-result .-title {
    font-size: 1.8rem
}

.x-base-ranking-container .-no-result .-description {
    margin-bottom: 0;
    font-size: 1.44rem
}

@media(max-width:991.98px) {
    .x-base-ranking-container .-no-result {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media(max-width:575.98px) {
    .x-base-ranking-container .-no-result {
        padding-top: 2rem
    }
}

.x-base-ranking-tabs-menu-container {
    position: relative;
    flex-direction: row;
    justify-content: center;
    z-index: 2
}

.x-base-ranking-tabs-menu-container .nav-item {
    position: relative;
    width: 350px
}

.x-base-ranking-tabs-menu-container .nav-item:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 60%;
    background: #584429;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-base-ranking-tabs-menu-container .nav-item:first-child .nav-link {
    border-top-left-radius: 10px
}

.x-base-ranking-tabs-menu-container .nav-item:last-child .nav-link {
    border-top-right-radius: 10px
}

@media(max-width:991.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 280px
    }
}

@media(max-width:767.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 220px
    }
}

@media(max-width:575.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 50%
    }

    .x-base-ranking-tabs-menu-container .nav-item:first-child .nav-link {
        border-top-left-radius: 0
    }

    .x-base-ranking-tabs-menu-container .nav-item:last-child .nav-link {
        border-top-right-radius: 0
    }
}

.x-base-ranking-tabs-menu-container .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .5rem 1rem;
    background: linear-gradient(180deg, #312c20, #181610);
    transition: all .2s
}

.x-base-ranking-tabs-menu-container .nav-link .-ic {
    width: 40px;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .2s
}

.x-base-ranking-tabs-menu-container .nav-link .-text {
    position: relative;
    top: 3px;
    margin-left: 10px;
    font-size: 1.35rem;
    font-weight: 600;
    background: linear-gradient(180deg, #fffbf2, #f0cd6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5));
    filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5))
}

.x-base-ranking-tabs-menu-container .nav-link .-line-glow {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -26px;
    width: 230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-base-ranking-tabs-menu-container .nav-link.-active {
    background: linear-gradient(180deg, #312c20, #181610)
}

.x-base-ranking-tabs-menu-container .nav-link.-active:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.x-base-ranking-tabs-menu-container .nav-link.-active:hover .-ic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-ic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.5) translate(-5px, -8px);
    transform: scale(1.5) translate(-5px, -8px)
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-text {
    -webkit-animation: x-ranking-tab-saturate 2.5s infinite;
    animation: x-ranking-tab-saturate 2.5s infinite
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-line-glow {
    display: block
}

@media(min-width:992px) {
    .x-base-ranking-tabs-menu-container .nav-link:hover {
        -webkit-filter: brightness(1.25);
        filter: brightness(1.25)
    }

    .x-base-ranking-tabs-menu-container .nav-link:hover .-ic {
        -webkit-filter: grayscale(.5);
        filter: grayscale(.5);
        -webkit-transform: scale(1.5) translate(-5px, -8px);
        transform: scale(1.5) translate(-5px, -8px)
    }
}

@media(max-width:767.98px) {
    .x-base-ranking-tabs-menu-container .nav-link {
        padding: .5rem
    }

    .x-base-ranking-tabs-menu-container .nav-link .-behind {
        display: block;
        margin-top: -2px
    }

    .x-base-ranking-tabs-menu-container .nav-link.-active .-ic {
        -webkit-transform: scale(1.5) translate(-2px, -2px);
        transform: scale(1.5) translate(-2px, -2px)
    }
}

@media(max-width:575.98px) {

    .x-base-ranking-tabs-menu-container .nav-link,
    .x-base-ranking-tabs-menu-container .nav-link.-active {
        background: linear-gradient(180deg, #312c20, #181610)
    }

    .x-base-ranking-tabs-menu-container .nav-link.-active .-text {
        font-weight: 600
    }

    .x-base-ranking-tabs-menu-container .nav-link .-text {
        font-size: 1.2rem;
        font-weight: 500
    }

    .x-base-ranking-tabs-menu-container .nav-link .-line-glow {
        bottom: -20px;
        width: 200px
    }
}

@media screen and (max-width:360px) {
    .x-base-ranking-tabs-menu-container .nav-link .-line-glow {
        bottom: -16px;
        width: 160px
    }
}

@-webkit-keyframes x-ranking-tab-saturate {
    0% {
        -webkit-filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(1);
        filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(1)
    }

    50% {
        -webkit-filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(3);
        filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(3)
    }

    to {
        -webkit-filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(1);
        filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(1)
    }
}

@keyframes x-ranking-tab-saturate {
    0% {
        -webkit-filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(1);
        filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(1)
    }

    50% {
        -webkit-filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(3);
        filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(3)
    }

    to {
        -webkit-filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(1);
        filter: drop-shadow(0 1px 4px rgba(240, 205, 106, .5)) saturate(1)
    }
}

.x-safari-browser .x-base-ranking-container {
    background-image: url(../../images/ranking-bg.d61822cf.jpg)
}

.x-ranking-content-class-container {
    margin-top: 0 !important
}

.x-ranking-round-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 2rem;
    background: linear-gradient(180deg, #120d02 0, #231d13)
}

.x-ranking-round-container .-btn {
    position: relative;
    width: 33.33333%;
    padding: 1.4rem 0 .8rem;
    text-align: center;
    font-size: 1.44rem;
    color: hsla(0, 0%, 100%, .5);
    background: 0 0;
    transition: color .2s
}

.x-ranking-round-container .-btn:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    background: #e6c361;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-ranking-round-container .-btn:hover {
    text-decoration: none;
    color: hsla(0, 0%, 100%, .75)
}

.x-ranking-round-container .-btn.-active {
    font-weight: 600;
    color: #fff
}

.x-ranking-round-container .-btn.-active:before {
    display: block
}

@media(max-width:767.98px) {
    .x-ranking-round-container .-btn {
        font-size: 1.32rem
    }
}

@media(max-width:575.98px) {
    .x-ranking-round-container {
        padding: 0 15px
    }
}

.x-cover-ranking-container {
    position: relative;
    background-image: url(../../images/ranking-cover-bg.1169221b.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden
}

.x-cover-ranking-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .9))
}

.x-cover-ranking-container .-ranking-inner-wrapper {
    position: relative;
    padding: 6rem 1.5rem 0
}

@media(max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper {
        padding: 6rem 0 0
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-heading-title {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
    position: relative;
    z-index: 2;
    width: 150px;
    height: auto;
    margin-top: -1rem
}

@media(max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 140px
    }
}

@media(max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 130px;
        margin-top: -2rem
    }
}

@media(max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 100px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
    position: relative;
    width: 450px;
    margin-bottom: 3rem
}

@media(max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 400px
    }
}

@media(max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 350px;
        margin-bottom: 2rem
    }
}

@media(max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 250px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-text-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-top: -.5rem
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-line-img {
    position: absolute;
    bottom: -22%;
    right: 0;
    z-index: 1;
    width: 90%;
    height: auto
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-effect-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 170%;
    height: auto;
    opacity: .6;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn {
    position: absolute;
    bottom: 20px;
    right: 0
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
    width: 140px;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media(max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
        width: 100px
    }
}

@media(max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
        width: 60px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn:hover .-box-img {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg)
}

.x-cover-ranking-container .-ranking-inner-wrapper .-timer-wrapper {
    margin-top: 2rem;
    font-size: 2rem
}

@media(min-width:576px) {
    .x-ranking-customer-own-wrapper {
        margin-bottom: 2rem
    }
}

@media(max-width:575.98px) {
    .x-ranking-customer-own-wrapper {
        position: fixed;
        bottom: 74px;
        left: 0;
        z-index: 1;
        width: 100%;
        padding-top: 1.5rem
    }
}

.x-ranking-customer-own-wrapper .-title-wrapper {
    margin-bottom: 5px;
    padding-left: 7.2%
}

@media(max-width:991.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        padding-left: 40px
    }
}

@media(max-width:767.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        padding-left: 15px
    }
}

@media(max-width:575.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        display: none;
        padding-left: 12px
    }
}

.x-ranking-customer-own-wrapper .-title-wrapper .-title {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 600;
    background: linear-gradient(180deg, #ffe497 30%, #f0cd6a 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media(max-width:575.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper .-title {
        font-size: 1.2rem
    }
}

@media screen and (max-width:360px) {
    .x-ranking-customer-own-wrapper .-title-wrapper .-title {
        font-size: 1.08rem
    }
}

.x-ranking-heading-column-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 20px
}

.x-ranking-heading-column-wrapper .-column-wrapper {
    width: 25%;
    text-align: center
}

.x-ranking-heading-column-wrapper .-column-wrapper .-text {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 600;
    background: linear-gradient(180deg, #ffe497 30%, #f0cd6a 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-heading-column-wrapper .-column-wrapper.-position {
    width: 15%
}

.x-ranking-heading-column-wrapper .-column-wrapper.-profile {
    width: 35%
}

@media(max-width:1199.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 0 15px
    }
}

@media(max-width:991.98px) {
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        min-width: 190px
    }
}

@media(max-width:767.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 0 10px
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-position {
        width: 50px
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: auto;
        min-width: 120px
    }
}

@media(max-width:575.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 1.5rem 10px 0
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: 90px;
        min-width: unset
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-position {
        width: 40px
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-result {
        width: auto;
        max-width: 180px;
        flex: 1
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-reward {
        width: 70px
    }

    .x-ranking-heading-column-wrapper .-column-wrapper .-text {
        font-size: 1.2rem
    }
}

@media screen and (max-width:380px) {
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: 70px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-heading-column-wrapper .-column-wrapper .-text {
        font-size: 1.08rem
    }
}

.x-ranking-item-full-size-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 20px;
    background: hsla(0, 0%, 100%, .05);
    border: 2px solid transparent
}

@media(max-width:1199.98px) {
    .x-ranking-item-full-size-container {
        padding: 10px 15px
    }
}

@media(max-width:767.98px) {
    .x-ranking-item-full-size-container {
        padding: 10px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container {
        padding: 10px 5px
    }
}

.x-ranking-item-full-size-container .-profile-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 0 0 35%;
    color: #fff
}

.x-ranking-item-full-size-container .-profile-wrapper .-group-img {
    width: 55px;
    height: auto;
    margin-right: 8px
}

@media(max-width:1199.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        flex: 0 0 32%
    }
}

@media(max-width:991.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 50px
    }
}

@media(max-width:767.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        align-items: center;
        min-width: 120px
    }

    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 40px;
        margin-right: 5px
    }
}

@media(max-width:575.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        padding-left: 3px;
        flex: 0 0 25%;
        min-width: 85px
    }

    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 30px
    }
}

@media screen and (max-width:380px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        flex: 0 0 10%;
        min-width: 55px;
        padding-left: 5px
    }

    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        display: none
    }
}

.x-ranking-item-full-size-container .-profile-info-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 112px
}

.x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
    font-size: 1.35rem;
    font-weight: 600
}

.x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
    margin-top: -4px;
    font-size: 1.2rem
}

@media(max-width:1199.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        min-width: 100px
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        font-size: 1.2rem
    }
}

@media(max-width:767.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        position: relative;
        top: 4px
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        position: relative;
        font-size: 1.08rem
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number .-hidden {
        position: relative;
        display: inline-block
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
        margin-top: 0
    }
}

@media(max-width:575.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        min-width: unset
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        line-height: 1;
        font-weight: 400
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
        display: none
    }
}

.x-ranking-item-full-size-container .-position-wrapper {
    flex: 0 0 15%;
    text-align: center
}

.x-ranking-item-full-size-container .-position-wrapper .-ic {
    width: 50px;
    height: auto
}

.x-ranking-item-full-size-container .-position-wrapper .-text {
    position: relative;
    top: 5px;
    margin-right: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff
}

@media(max-width:1199.98px) {
    .x-ranking-item-full-size-container .-position-wrapper .-text {
        font-size: 1.2rem
    }
}

@media(max-width:991.98px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        flex: 0 0 10%
    }
}

@media(max-width:767.98px) {
    .x-ranking-item-full-size-container .-position-wrapper .-ic {
        width: 100%
    }

    .x-ranking-item-full-size-container .-position-wrapper .-text {
        margin-right: unset
    }
}

@media(max-width:575.98px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        flex: 0 0 8%
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        min-width: 26px
    }
}

.x-ranking-item-full-size-container .-result-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 25%;
    padding-right: 40px;
    text-align: center;
    color: #fff
}

.x-ranking-item-full-size-container .-result-wrapper .-round-diff {
    color: #c4c4c4
}

@media(max-width:991.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: 1.08rem
    }
}

@media(max-width:767.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .9rem
    }
}

@media(max-width:575.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .84rem
    }
}

.x-ranking-item-full-size-container .-result-wrapper .-value-wrapper {
    text-align: right
}

.x-ranking-item-full-size-container .-result-wrapper .-value {
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 1.74rem;
    font-weight: 600
}

.x-ranking-item-full-size-container .-result-wrapper .-value.-own {
    font-size: 1.5rem;
    margin-top: -3px
}

.x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
    margin-left: 10px;
    width: 40px
}

.x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper .-img {
    width: 100%;
    height: auto
}

@media(min-width:992px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        margin-left: 5px
    }
}

@media(max-width:1199.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        padding-right: 20px
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.5rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 34px
    }
}

@media(max-width:991.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        padding-right: 0
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.35rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        display: block;
        font-size: 1.35rem
    }
}

@media(max-width:767.98px) {

    .x-ranking-item-full-size-container .-result-wrapper .-value,
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        font-size: 1.2rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 30px;
        margin-left: 3px
    }
}

@media(max-width:575.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        width: auto;
        max-width: 180px;
        flex: 1;
        justify-content: flex-end
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value {
        top: 3px
    }

    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 25px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.08rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        font-size: .84rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 20px
    }
}

.x-ranking-item-full-size-container .-reward-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 20%;
    text-align: center
}

.x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 1.74rem;
    font-weight: 600;
    min-width: 52px;
    margin-left: 5px;
    text-align: left
}

@media(max-width:1199.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        font-size: 1.5rem
    }
}

@media(max-width:991.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        min-width: 40px;
        font-size: 1.35rem
    }
}

@media(max-width:767.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        font-size: 1.2rem
    }
}

@media(max-width:575.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        min-width: 32px;
        margin-left: 2px
    }
}

.x-ranking-item-full-size-container .-reward-wrapper .-ic {
    width: 40px;
    height: auto;
    margin: 0 5px
}

.x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
    width: 50px
}

@media(max-width:1199.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 22%
    }
}

@media(max-width:991.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        justify-content: flex-end
    }

    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 34px
    }
}

@media(max-width:767.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 26%
    }

    .x-ranking-item-full-size-container .-reward-wrapper .-ic {
        width: 30px;
        margin: 0 2px
    }

    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 30px
    }
}

@media(max-width:575.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 0%;
        min-width: 85px
    }

    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 20px
    }
}

@media screen and (max-width:360px) {

    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 20px
    }
}

.x-ranking-item-full-size-container.-top-item {
    margin-top: 0;
    background: rgba(230, 195, 97, .4);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #e6c361, #e6c361)
}

.x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
    margin: 0 6px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.x-ranking-item-full-size-container.-top-item .-result-wrapper .-value,
.x-ranking-item-full-size-container.-top-item .-reward-wrapper .-reward-text {
    background: linear-gradient(180deg, #ffe497 30%, #f0cd6a 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media(max-width:1199.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media(max-width:991.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        margin: 0 3px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media(max-width:767.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        margin: 0
    }
}

.x-ranking-item-full-size-container.-second-item,
.x-ranking-item-full-size-container.-third-item {
    background: rgba(253, 246, 173, .2)
}

.x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
.x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
    margin: 0 6px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

@media(max-width:1199.98px) {

    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media(max-width:991.98px) {

    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        margin: 0 3px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media(max-width:767.98px) {

    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        margin: 0
    }
}

.x-ranking-item-full-size-container.-is-own {
    background: rgba(253, 246, 173, .2);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #e6c361, #e6c361)
}

.x-ranking-item-full-size-container.-is-own .-profile-info-wrapper {
    color: #ffe498
}

@media(min-width:1200px) {
    .x-ranking-item-full-size-container.-small-item .-result-wrapper {
        padding-right: 20px
    }
}

@media(min-width:992px) {
    .x-ranking-item-full-size-container.-small-item .-position-wrapper {
        flex: 0 1 10%
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper {
        padding-right: unset
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-round-diff {
        font-size: .96rem
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-value {
        font-size: 1.35rem
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-ic-provider-wrapper {
        width: 34px
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-ic-provider-wrapper .-img {
        width: 100%
    }

    .x-ranking-item-full-size-container.-small-item .-reward-wrapper {
        flex: 0 1 20%
    }

    .x-ranking-item-full-size-container.-small-item .-reward-wrapper .-reward-text {
        min-width: auto;
        font-size: 1.35rem
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .x-ranking-item-full-size-container.-small-item .-profile-wrapper .-group-img {
        width: 40px
    }
}

.x-ranking-item-full-size-container.-my-item {
    margin-top: 0;
    background: rgba(253, 246, 173, .2);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #e6c361, #e6c361)
}

@media(max-width:575.98px) {
    .x-ranking-item-full-size-container.-my-item {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        background: #4d4832
    }
}

#rankingWeeklyDetailModal .modal-body {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(max-width:991.98px) {
    #rankingWeeklyDetailModal .modal-body {
        margin-top: 2rem
    }
}

@media(max-width:575.98px) {
    #rankingWeeklyDetailModal .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

#rankingWeeklyDetailModal .x-title-modal {
    text-align: center
}

#rankingWeeklyDetailModal .x-title-modal .x-hr-border-glow {
    width: 150px
}

.x-ranking-weekly-modal-detail-container {
    margin-top: 1rem
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper {
    flex-direction: row;
    margin: 2rem auto
}

@media(max-width:575.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper {
        flex-wrap: wrap;
        justify-content: center
    }
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
    width: 70px;
    margin-right: 10px
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item .-provider-img {
    width: 100%;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media(min-width:992px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item:hover .-provider-img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media(max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
        width: 60px;
        margin-right: 5px
    }
}

@media(max-width:575.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
        width: 20%;
        max-width: 70px;
        margin-right: 2px
    }
}

@media(max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container {
        margin-top: 2rem
    }
}

.x-ranking-weekly-modal-detail-container .-heading-title {
    font-size: 1.56rem;
    font-weight: 600;
    background: linear-gradient(180deg, #ffe497 30%, #f0cd6a 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper {
    overflow: auto
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media(min-width:992px) {
    .x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper {
        max-height: 200px
    }
}

.x-ranking-weekly-modal-detail-container .-rewards-detail-wrapper {
    margin-top: 2rem
}

@media(max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container .-rewards-detail-wrapper {
        margin-top: 1rem
    }
}

.x-ranking-weekly-modal-detail-container .-no-result {
    padding: 2rem 1rem;
    text-align: center;
    background: hsla(0, 0%, 100%, .1)
}

.x-ranking-weekly-modal-detail-container .-no-result .-img {
    width: 50px;
    height: auto
}

.x-ranking-weekly-modal-detail-container .-no-result .-title {
    margin-top: .75rem;
    margin-bottom: 0;
    font-size: 1.56rem
}

.x-ranking-weekly-modal-detail-container .-no-result .-description {
    margin-bottom: 0;
    font-size: 1.32rem
}

@media(max-width:767.98px) {
    .x-form-register button[disabled] {
        opacity: 1;
        background: #816642;
        background: -webkit-gradient(left top, left bottom, color-stop(0, #493b22), color-stop(100%, #816642));
        background: linear-gradient(90deg, #493b22 0, #816642);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0)
    }
}

.x-form-register .x-button-actions {
    display: block
}

@media(min-width:992px) {

    .x-form-register .x-button-actions .-btn-left-bottom,
    .x-form-register .x-button-actions .-btn-right-bottom {
        width: 60%;
        margin: auto
    }

    .x-form-register .x-button-actions .-btn-left-bottom {
        box-shadow: 0 0 5px 3px rgba(236, 189, 123, .3)
    }

    .x-form-register .x-button-actions .-btn-right-bottom {
        box-shadow: 0 0 5px 3px rgba(18, 22, 27, .3)
    }
}

.x-form-register .-term-and-condition-check-box {
    font-size: 18px
}

@media(max-width:991.98px) {
    .x-form-register .-term-and-condition-check-box {
        position: absolute;
        bottom: 100px;
        left: 50%;
        right: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .x-form-register .-term-and-condition-check-box input[type=checkbox] {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    .x-form-register .-term-and-condition-check-box.-no-fixed {
        position: static;
        -webkit-transform: inherit;
        transform: inherit
    }
}

.x-form-register .-term-and-condition-content {
    height: 280px;
    overflow-y: scroll
}

.x-form-register .-term-and-condition-content::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-form-register .-term-and-condition-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-form-register .-term-and-condition-content::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media(max-width:991.98px) {
    .x-form-register .-term-and-condition-content {
        padding: 0 !important;
        height: auto;
        overflow-y: unset;
        max-height: none;
        -webkit-overflow-scrolling: auto;
        overflow: unset;
        background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f)
    }
}

@media(max-width:991.98px) {
    .x-form-register .x-slide-left-content+.-form {
        display: none
    }

    .x-form-register .x-slide-left-content.-hide+.-form {
        display: block
    }
}

@media(max-width:1199.98px) {

    .x-form-register,
    .x-form-register .-animatable-container {
        height: 100%
    }

    .x-form-register img.-ic-register {
        width: 120px
    }

    .x-form-register img.-ic-lock,
    .x-form-register img.-ic-otp {
        width: 70px
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-form-register .-submit.vex-dialog-button.vex-dialog-button-primary,
    .x-form-register .btn-primary.-submit,
    .x-form-register .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button.vex-dialog-button-primary,
    .x-form-register .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-submit.-copy-btn,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-form-register .-submit.-copy-btn {
        box-shadow: 0 0 5px 1px rgba(236, 189, 123, .3)
    }
}

@media(max-width:1199.98px) and (max-width:991.98px) {
    .x-form-register .x-button-actions .-btn-left-bottom {
        box-shadow: 0 0 5px 1px rgba(236, 189, 123, .3)
    }

    .x-form-register .x-button-actions .-btn-right-bottom {
        box-shadow: 0 0 5px 1px rgba(18, 22, 27, .3)
    }
}

.x-step-register .-border {
    flex: 1;
    max-width: 100%
}

.x-step-register .-border hr {
    border-top-width: 2px;
    border-color: #b8b8b8
}

.x-step-register .-step-box-outer {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #b8b8b8;
    width: 26px;
    height: 26px
}

.x-step-register .-step-box-outer.step-active .--step-box-inner {
    background-color: #fc0;
    color: #000;
    font-weight: 700;
    border-radius: 50%
}

.x-step-register .-step-box-outer .--step-box-inner {
    background: 0 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #b8b8b8;
    font-family: Sans-Serif, sans-serif;
    font-size: 10px !important;
    margin: 2px;
    line-height: 18px
}

@media(max-width:991.98px) {
    .x-step-register .-step-box-outer {
        width: 24px;
        height: 24px;
        background-color: #b8b8b8
    }

    .x-step-register .-step-box-outer .--step-box-inner {
        margin: 1px
    }

    .x-step-register .-step-box-outer.step-active {
        background-color: #fff
    }
}

@media(max-width:991.98px) {

    .x-deposit-form,
    .x-deposit-form .-animatable-container,
    .x-deposit-form form {
        height: 100%
    }
}

@media(max-width:1199.98px) {
    .x-deposit-form .-deposit-container {
        height: 100% !important
    }
}

.x-deposit-form .-deposit-container .-btn-get-promotion {
    background: 0 0;
    border: 0;
    font-size: 1.4rem
}

.x-deposit-form .-deposit-container .-btn-get-promotion .fas {
    -webkit-animation: x-shaker-left-right 1.3s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: x-shaker-left-right 1.3s cubic-bezier(.455, .03, .515, .955) infinite both
}

.x-deposit-form .-deposit-container .-btn-cancel-promotion {
    font-size: 1.4rem
}

.x-deposit-form .-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

@media(max-width:767.98px) {
    .x-deposit-form .-bg-promotion-active {
        width: 90%
    }
}

@media(max-width:991.98px) {
    .x-deposit-form .x-slide-left-content+.-form {
        display: none
    }

    .x-deposit-form .x-slide-left-content.-hide+.-form {
        display: block
    }
}

@media(max-width:767.98px) {

    .x-deposit-bank-change .-bank-after,
    .x-deposit-bank-change .-bank-before {
        padding: 0
    }
}

.x-deposit-bank-change .-bank-before {
    opacity: .4
}

.x-deposit-bank-change .-title .fas {
    color: #dc3545 !important
}

.x-deposit-bank-change .fas.fa-arrow-right {
    position: relative;
    top: 3px;
    right: -10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-name: x-arrow-left;
    animation-name: x-arrow-left;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.x-deposit-bank-change .-submit .fas {
    position: relative;
    top: 3px;
    right: -10px
}

@media(max-width:767.98px) {
    .x-deposit-bank-change {
        padding: 1rem 0 !important
    }

    .x-deposit-bank-change .-title {
        font-size: 1.75rem !important
    }
}

.-deposit-preview .-fake-input {
    position: relative
}

.-deposit-preview .-fake-input .fas {
    position: absolute;
    top: 15px;
    left: -40px;
    font-size: 22px;
    color: #fc0;
    -webkit-animation-name: x-arrow-left;
    animation-name: x-arrow-left;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

#depositModal .-temporary-deposit-decimal,
.-deposit-preview .-temporary-deposit-decimal {
    margin-bottom: 1rem;
    font-size: 1.5rem
}

#depositModal .-temporary-deposit-decimal .-decimal,
.-deposit-preview .-temporary-deposit-decimal .-decimal {
    display: block;
    padding: 0 2rem
}

#depositModal .-temporary-deposit-decimal .-badge,
.-deposit-preview .-temporary-deposit-decimal .-badge {
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 22px;
    padding: 2px 11px;
    border: 2px solid #fff;
    background: red;
    color: #fff;
    -webkit-animation-name: x-alert-blinker;
    animation-name: x-alert-blinker;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#depositModal .-temporary-deposit-decimal .-badge .fas,
.-deposit-preview .-temporary-deposit-decimal .-badge .fas {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

#depositModal .-temporary-deposit-decimal .-description,
.-deposit-preview .-temporary-deposit-decimal .-description {
    margin-top: 1rem;
    display: block;
    padding: 0 2rem;
    color: #f16869
}

@media(max-width:991.98px) {

    #depositModal .-temporary-deposit-decimal .-decimal,
    #depositModal .-temporary-deposit-decimal .-description,
    .-deposit-preview .-temporary-deposit-decimal .-decimal,
    .-deposit-preview .-temporary-deposit-decimal .-description {
        padding: 0
    }
}

.x-pending .-fake-input {
    padding: 12px .675rem 8px;
    background-color: #332f22;
    color: #fc0;
    font-size: 1.95rem;
    line-height: 1
}

.x-pending .-fake-input .-decimal {
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

@media(max-width:991.98px) {
    .x-pending .-fake-input {
        width: 80%
    }
}

@media(max-width:767.98px) {
    .x-pending .-fake-input {
        width: 100%
    }
}

@media(max-width:991.98px) {
    .x-pending {
        height: 100%
    }

    .x-pending .js-copy-to-clipboard {
        background-color: transparent;
        border-radius: 10px;
        border: 1px solid #fff;
        padding: 4px
    }

    .x-pending .-animatable-container {
        height: 100%
    }
}

.x-pending .-qr {
    width: 70%
}

.x-pending .-pending-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    padding: 7px 1rem 0
}

@media(max-width:991.98px) {
    .x-pending .-pending-bg-promotion-active {
        padding: 7px 1.5rem 0
    }
}

.x-pending .-pending-bg-promotion-active .-title {
    color: #fc0;
    font-size: 1.5rem;
    font-weight: 700
}

@media(max-width:991.98px) {
    .x-pending .-pending-bg-promotion-active .-title {
        font-size: 1.44rem
    }
}

.x-pending .-danger-zone,
.x-pending .x-danger-zone {
    margin: 2rem auto 0;
    position: relative;
    padding: 20px 15px 12px;
    width: 100%;
    border: 2px solid #fd043a;
    background: rgba(253, 4, 58, .2)
}

@media(max-width:991.98px) {

    .x-pending .-danger-zone,
    .x-pending .x-danger-zone {
        width: 90%;
        margin-bottom: 4rem
    }
}

@media(max-width:767.98px) {

    .x-pending .-danger-zone,
    .x-pending .x-danger-zone {
        width: 100%
    }
}

.x-pending .-danger-zone .-icon-wrapper,
.x-pending .x-danger-zone .-icon-wrapper {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 6px
}

.x-pending .-danger-zone .-icon-wrapper .-img,
.x-pending .x-danger-zone .-icon-wrapper .-img {
    width: 30px
}

.x-pending .-danger-zone span,
.x-pending .x-danger-zone span {
    display: block;
    font-size: 1.5rem
}

.x-pending .-danger-zone.-wrk-owner,
.x-pending .x-danger-zone.-wrk-owner {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #877656;
    background: #343129
}

@media(min-width:992px) {

    .x-pending .-danger-zone.-wrk-owner,
    .x-pending .x-danger-zone.-wrk-owner {
        width: 250px
    }
}

.x-pending .-danger-zone.-wrk-owner .-icon-wrapper,
.x-pending .x-danger-zone.-wrk-owner .-icon-wrapper {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: -5px;
    margin-right: 10px;
    padding: 0
}

.x-pending .-danger-zone.-wrk-owner .-icon-wrapper .-img,
.x-pending .x-danger-zone.-wrk-owner .-icon-wrapper .-img {
    width: 40px
}

.x-pending .-danger-zone.-wrk-owner span,
.x-pending .x-danger-zone.-wrk-owner span {
    font-size: 1.5rem
}

.x-deposit-promotion {
    max-height: 400px;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.x-deposit-promotion::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-deposit-promotion::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-deposit-promotion::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media(max-width:991.98px) {
    .x-deposit-promotion {
        max-height: none;
        -webkit-overflow-scrolling: auto;
        overflow: unset;
        background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f)
    }
}

.x-deposit-promotion .-img {
    transition: all .6s;
    opacity: .7;
    border-radius: 10px
}

.x-deposit-promotion .-img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-deposit-promotion .-img.-active {
    opacity: 1;
    border: 3px solid #fc0
}

.x-deposit-notice {
    padding: 0 2rem
}

@media(max-width:991.98px) {
    .x-deposit-notice {
        padding: 1rem 2rem 0
    }
}

.x-deposit-notice .-noted {
    position: relative;
    padding: 1rem .6rem .6rem;
    border: 2px solid #e4bb60;
    border-radius: 5px;
    font-size: 1.4rem;
    background: #3c3427;
    text-align: center;
    -webkit-animation: x-deposit-notice-bg-blinker .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-bg-blinker .5s ease-in-out infinite alternate
}

.x-deposit-notice .-noted span {
    display: inline-block
}

.x-deposit-notice .-noted .-chevron {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-deposit-notice .-noted .-chevron.-left {
    left: -35px;
    -webkit-animation: x-deposit-notice-chevron-left .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-chevron-left .5s ease-in-out infinite alternate
}

.x-deposit-notice .-noted .-chevron.-left .fas {
    color: #e4bb60
}

.x-deposit-notice .-noted .-chevron.-left .fas:first-child {
    margin-right: -8px
}

.x-deposit-notice .-noted .-chevron.-right {
    right: -35px;
    -webkit-animation: x-deposit-notice-chevron-right .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-chevron-right .5s ease-in-out infinite alternate
}

.x-deposit-notice .-noted .-chevron.-right .fas {
    color: #e4bb60
}

.x-deposit-notice .-noted .-chevron.-right .fas:last-child {
    margin-left: -8px
}

.x-deposit-notice .-bank-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: .8rem;
    border-radius: 5px;
    background: #fff
}

.x-deposit-notice .-bank-info .-img {
    width: 60px;
    margin-right: 1rem
}

.x-deposit-notice .-bank-info .-details .-main-text {
    font-size: 1.98rem;
    font-weight: 700;
    color: #000
}

.x-deposit-notice .-bank-info .-details .-normal-text {
    font-size: 1.2rem;
    color: #000
}

.x-deposit-notice .-bank-info .-details .-normal-text:not(:last-child) {
    margin-top: -5px
}

@media(max-width:767.98px) {
    .x-deposit-notice .-bank-info .-img {
        width: 60px
    }
}

.x-deposit-notice.-group-new .-cover {
    position: relative;
    width: 150%;
    left: -25%
}

@media(max-width:991.98px) {
    .x-deposit-notice.-group-new {
        padding: 1rem 0 0
    }

    .x-deposit-notice.-group-new .-cover {
        width: 80%;
        left: 10%;
        margin-top: -15px
    }
}

@media(max-width:767.98px) {
    .x-deposit-notice.-group-new .-cover {
        width: 100%;
        left: 0
    }
}

@media(max-width:991.98px) {
    .x-deposit-notice.-decimal {
        padding: 0 15px
    }
}

.x-deposit-notice.-decimal .-noted-title {
    padding: 12px 0 2px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 7.5px;
    color: #fff;
    background: #a93530;
    -webkit-animation: x-deposit-notice-title-blinker .4s ease-in-out infinite alternate;
    animation: x-deposit-notice-title-blinker .4s ease-in-out infinite alternate
}

.x-deposit-notice.-decimal .-noted-img-wrapper .-img {
    width: 100%;
    margin-top: 1.5rem
}

@media(max-width:991.98px) {
    .x-deposit-notice.-decimal .-noted-img-wrapper {
        width: 80%;
        margin: auto
    }
}

.x-wm-network-confirmed-text {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d2d2d2
}

@media(max-width:991.98px) {
    .x-wm-network-confirmed-text {
        margin-top: 2rem
    }
}

@media(max-width:575.98px) {
    .x-wm-network-confirmed-text {
        width: 230px;
        margin: 2rem auto 0
    }
}

@-webkit-keyframes x-deposit-notice-title-blinker {
    0% {
        background: #a93530
    }

    to {
        background: #6d221f
    }
}

@keyframes x-deposit-notice-title-blinker {
    0% {
        background: #a93530
    }

    to {
        background: #6d221f
    }
}

@-webkit-keyframes x-deposit-notice-bg-blinker {
    0% {
        background: #3c3427;
        border-color: #e4bb60
    }

    to {
        background: rgba(60, 52, 39, .5);
        border-color: #d49d24
    }
}

@keyframes x-deposit-notice-bg-blinker {
    0% {
        background: #3c3427;
        border-color: #e4bb60
    }

    to {
        background: rgba(60, 52, 39, .5);
        border-color: #d49d24
    }
}

@-webkit-keyframes x-deposit-notice-chevron-left {
    0% {
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes x-deposit-notice-chevron-left {
    0% {
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@-webkit-keyframes x-deposit-notice-chevron-right {
    0% {
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes x-deposit-notice-chevron-right {
    0% {
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.x-withdraw-form .x-select-amount {
    margin-top: 1rem
}

@media(max-width:991.98px) {

    .x-withdraw-form,
    .x-withdraw-form .-animatable-container,
    .x-withdraw-form form {
        height: 100%
    }
}

.x-withdraw-pending .-fake-input {
    padding: 12px .675rem 8px;
    background-color: #332f22;
    color: #fc0;
    font-size: 1.95rem;
    line-height: 1
}

.x-withdraw-pending .-fake-input .-decimal {
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

@media(max-width:991.98px) {
    .x-withdraw-pending .-fake-input {
        width: 80%
    }
}

@media(max-width:767.98px) {
    .x-withdraw-pending .-fake-input {
        width: 100%
    }
}

.x-withdraw-pending .-no-credit-container .-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #f16869
}

.x-withdraw-pending .-no-credit-container .-content {
    font-size: 1.44rem;
    color: #d2d2d2
}

.x-intro-promotion {
    color: hsla(0, 0%, 100%, .8)
}

.x-intro-promotion.-android-view {
    opacity: 0
}

.x-intro-promotion.-android-view.show {
    transition: opacity .6s ease-in-out;
    opacity: 1
}

.x-intro-promotion.-android-view .slick-dots li.slick-active button:before {
    opacity: .75
}

.x-intro-promotion.-android-view .slick-dots li:not(.slick-active) button:focus:before,
.x-intro-promotion.-android-view .slick-dots li:not(.slick-active) button:hover:before {
    opacity: .25
}

@media(min-width:992px) {
    .x-intro-promotion .slick-dots li:not(.slick-active) button:hover:before {
        opacity: .5
    }
}

@media(max-width:991.98px) {
    .x-intro-promotion .slick-dots li:not(.slick-active) button:hover:before {
        opacity: .25
    }
}

.x-intro-promotion .slick-dots li:not(.slick-active) button:focus:before {
    opacity: .25
}

.x-intro-promotion .slick-arrow {
    background-color: linear-gradient(180deg, #473e2d, #232017 70%, #18160f);
    width: 50px;
    height: 50px
}

.x-intro-promotion .slick-arrow:before {
    display: none !important
}

@media(max-width:991.98px) {
    .x-intro-promotion .slick-arrow {
        width: 30px;
        height: 30px
    }
}

.x-intro-promotion .slick-arrow .fas {
    font-size: 18px;
    line-height: 18px;
    color: #fc0;
    opacity: .8
}

.x-intro-promotion .slick-arrow .fas:hover {
    opacity: 1
}

.x-intro-promotion .slick-arrow.slick-prev {
    left: 28%;
    top: 150px
}

@media(max-width:991.98px) {
    .x-intro-promotion .slick-arrow.slick-prev {
        left: 3%
    }
}

.x-intro-promotion .slick-arrow.slick-next {
    right: 28%;
    top: 150px
}

@media(max-width:991.98px) {
    .x-intro-promotion .slick-arrow.slick-next {
        right: 3%
    }
}

.x-intro-promotion .slick-list.draggable {
    padding: 0 !important;
    margin-right: 2rem;
    margin-left: 2rem
}

@media(max-width:575.98px) {
    .x-intro-promotion .slick-list.draggable {
        margin-left: 0;
        margin-right: 0
    }
}

.x-intro-promotion .slick-list .slick-track .slick-slide {
    opacity: .2
}

.x-intro-promotion .slick-list .slick-track .slick-slide img {
    width: 1000px
}

@media(max-width:991.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide img {
        width: 600px
    }
}

@media(max-width:767.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide img {
        width: 100%
    }
}

.x-intro-promotion .slick-list .slick-track .slick-slide .-slick-content {
    opacity: 0
}

.x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
    min-width: 12%
}

@media(max-width:1199.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 20%
    }
}

@media(max-width:991.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 30%
    }
}

@media(max-width:767.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 40%
    }
}

@media(max-width:575.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 50%
    }
}

.x-intro-promotion .slick-list .slick-track .slick-slide.slick-center {
    opacity: 1
}

.x-intro-promotion .slick-list .slick-track .slick-slide.slick-center .-slick-content {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%
}

@media(max-width:991.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide.slick-center .-slick-content {
        max-width: 80%
    }
}

@media(max-width:767.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide.slick-center .-slick-content {
        max-width: 100%
    }
}

.x-promotion-return-by-user-container .-promotion-return-btn {
    margin-bottom: 1rem;
    padding: .75rem 2.5rem .35rem
}

.x-promotion-return-by-user-container .-group-round-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-direction: row
}

@media(max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container {
        flex-direction: column
    }
}

.x-promotion-return-by-user-container .-group-round-container.-expired,
.x-promotion-return-by-user-container .-group-round-container.-no-data {
    justify-content: center
}

.x-promotion-return-by-user-container .-group-round-container.-expired .-date-range-container,
.x-promotion-return-by-user-container .-group-round-container.-no-data .-date-range-container {
    flex: 1
}

.x-promotion-return-by-user-container .-group-round-container .-date-range-container {
    padding-top: 5px
}

@media(max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container .-date-range-container {
        font-size: 1.2rem !important;
        text-align: center
    }
}

.x-promotion-return-by-user-container .-group-round-container .-bonus {
    display: flex;
    color: #fc0
}

@media(max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container .-bonus {
        justify-content: center;
        margin-top: 1rem
    }
}

.x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign {
    display: flex;
    justify-content: center;
    background-color: #fc0;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 4px;
    color: #000;
    border-radius: 50%
}

.x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign .-dollar-sign-inner {
    position: relative;
    top: 4px;
    font-size: 1.35rem
}

.x-promotion-return-by-user-container .-description-container {
    text-align: center
}

.x-promotion-return-by-user-container .-description-container .-text-description {
    color: #fc0
}

.x-promotion-return-by-user-container .-description-container button[disabled] {
    opacity: .5;
    pointer-events: none
}

.x-promotion-return-by-user-container .-condition-container {
    margin-top: .7rem;
    border-top: 1px solid #656565;
    height: 280px;
    overflow-y: auto
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media(max-width:575.98px) {
    .x-promotion-return-by-user-container .-condition-container {
        height: 220px
    }
}

.x-promotion-return-by-user-container .-condition-container .-condition-title {
    margin: 1rem 0 .7rem;
    color: #fc0
}

@media(max-width:991.98px) {
    .x-promotion-return-by-user-container .x-admin-contact {
        border-top: 1px solid #656565
    }
}

.x-promotion-content {
    color: #a0a0a0;
    font-size: 1.1em !important
}

.x-promotion-content h2 {
    font-size: 1.5rem !important;
    color: #fc0
}

.x-promotion-content h3 {
    font-size: 1.4rem !important;
    color: #fff
}

.x-promotion-content table {
    width: 100%
}

@media(max-width:991.98px) {

    .x-login-form,
    .x-login-form .-animatable-container,
    .x-register-already-form,
    .x-register-already-form .-animatable-container {
        height: 100%
    }
}

.x-register-already-form .-already-description {
    width: 100%;
    margin: 1rem 0 2rem;
    padding: 1rem 1rem .5rem;
    text-align: center;
    background: #242118
}

.x-register-already-form .x-reset-pw-text-container {
    width: 100%;
    margin: 1rem auto;
    text-align: center
}

.x-register-already-form .x-reset-pw-text-container a {
    display: inline-block;
    color: #fc0
}

@media(min-width:992px) {
    .x-register-already-form .x-reset-pw-text-container a:hover {
        color: #ffd11a
    }
}

@media(max-width:575.98px) {
    .x-account-profile .order-2 {
        padding-bottom: 2rem
    }
}

@media(max-width:991.98px) {
    .x-account-profile {
        background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f);
        padding-top: 2rem;
        font-size: 1.3rem
    }
}

@media(max-width:767.98px) {
    .x-account-profile .-account-provider-container {
        padding-right: 0;
        padding-left: 0
    }
}

.x-account-profile .-account-provider-container .-account-provider-inner {
    font-size: 1.1rem
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll {
    height: 320px;
    overflow-y: auto
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

.x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper {
    flex: 1;
    flex-wrap: wrap
}

.x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper img {
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.x-account-profile .-account-provider-container .-account-provider-inner .-btn-action-wrapper {
    width: 46px;
    min-width: 46px;
    text-align: right
}

@media(max-width:991.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner {
        width: 60%
    }
}

@media(max-width:767.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner {
        width: 80%
    }
}

@media(max-width:575.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner {
        width: 100%
    }

    .x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper img {
        width: 30px;
        height: 30px;
        margin-top: 10px
    }
}

.x-account-profile .-profile-container .-bank-info {
    width: 80%;
    background-color: #242118
}

@media(max-width:575.98px) {
    .x-account-profile .-profile-container .-bank-info {
        width: 90%
    }
}

.x-account-profile .-profile-container .-bank-info .media-body {
    color: #fff !important;
    margin-top: .4rem
}

.x-account-profile .-profile-container .-change-password-container {
    width: 80%
}

.x-account-profile .-profile-container .x-checkbox-primary {
    margin-top: 10px
}

.x-account-profile .-profile-container .x-checkbox-primary .form-check-label:before {
    margin-top: 0
}

.x-account-profile .-profile-container .x-checkbox-primary .form-check-label:after {
    top: 0
}

@media(max-width:991.98px) {
    .x-promotion-active-header {
        background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f);
        padding-top: 2rem;
        font-size: 1.3rem
    }
}

@media(max-width:575.98px) {
    .x-promotion-active-header {
        padding-top: .75rem
    }
}

.x-promotion-active-header .-joining .fas.fa-circle {
    position: relative;
    top: -2px;
    font-size: 12px;
    color: #28a745
}

.x-promotion-active-header .progress {
    position: relative;
    height: 1.5rem;
    padding: .25rem;
    border-radius: 10px;
    background-color: #2e383c
}

.x-promotion-active-header .progress .progress-bar {
    border-radius: 10px;
    background: #ecbd7b;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #6d5628), color-stop(100%, #ecbd7b));
    background: linear-gradient(90deg, #6d5628 0, #ecbd7b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0)
}

.x-promotion-active-header .progress span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 3px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff
}

.x-promotion-active-header .-condition {
    max-height: 200px;
    overflow: auto;
    border-top: 1px solid rgba(236, 189, 123, .4);
    border-bottom: 1px solid rgba(236, 189, 123, .4);
    -webkit-overflow-scrolling: touch
}

.x-promotion-active-header .-condition::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-promotion-active-header .-condition::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-promotion-active-header .-condition::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media(max-width:767.98px) {
    .x-promotion-active-header .-condition {
        max-height: 44vh
    }
}

@media screen and (max-width:320px) {
    .x-promotion-active-header .-condition {
        max-height: 40vh
    }
}

@media(max-width:575.98px) {
    .x-promotion-active-header .x-admin-contact {
        margin-top: 0
    }
}

.x-account-verification-modal {
    text-align: center;
    font-size: 1.56rem;
    color: #d2d2d2
}

.x-account-verification-modal .fas.fa-spinner {
    font-size: 4rem;
    color: #fc0
}

.x-account-verification-modal .-description {
    margin-top: 2rem
}

#historyModal .-modal-content .modal-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media(max-width:767.98px) {
    #historyModal .-modal-content .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media(min-width:992px) {
    .x-bill-history-container {
        max-height: 500px;
        overflow: auto
    }

    .x-bill-history-container::-webkit-scrollbar-track {
        background-color: #212020;
        border-radius: 5px
    }

    .x-bill-history-container::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #333;
        border-radius: 5px
    }

    .x-bill-history-container::-webkit-scrollbar-thumb {
        background-color: #333;
        border-radius: 5px
    }
}

.x-bill-history-container table {
    margin-bottom: 0
}

.x-bill-history-container table.table-striped tbody tr:nth-child(odd) {
    background: hsla(0, 0%, 100%, .1)
}

.x-bill-history-container table thead th {
    padding: .6rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #f3d067
}

@media(max-width:575.98px) {
    .x-bill-history-container table thead th {
        padding: .6rem .5rem;
        font-size: .9rem
    }
}

.x-bill-history-container table tbody td {
    padding: .6rem .75rem;
    font-size: 1rem
}

@media(max-width:575.98px) {
    .x-bill-history-container table tbody td {
        padding: .6rem .5rem;
        font-size: .9rem
    }
}

.x-bill-history-container table tbody td.-amount {
    font-weight: 600;
    text-align: right
}

.x-bill-history-container table tbody td.-amount.-deposit {
    color: #33933e
}

.x-bill-history-container table tbody td.-amount.-withdraw {
    color: #b93838
}

.x-bill-history-container table .-transaction-heading-wrapper {
    text-align: right;
    width: 170px
}

@media(max-width:575.98px) {
    .x-bill-history-container table .-transaction-heading-wrapper {
        width: 145px
    }
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-transaction-heading-wrapper {
        width: 134px
    }
}

.x-bill-history-container table .-transaction-body-wrapper {
    text-align: right;
    width: 170px
}

@media(max-width:575.98px) {
    .x-bill-history-container table .-transaction-body-wrapper {
        width: 145px
    }
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-transaction-body-wrapper {
        width: 134px
    }
}

.x-bill-history-container table .-state-wrapper {
    display: flex;
    align-items: center
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-state-wrapper {
        font-size: .8rem
    }
}

.x-bill-history-container table .-state-wrapper .-ic {
    width: 16px;
    margin-left: 10px
}

@media(max-width:575.98px) {
    .x-bill-history-container table .-state-wrapper .-ic {
        margin-left: 6px
    }
}

.x-bill-history-container table .-state-wrapper .fas {
    margin-left: 10px;
    color: #88e3ff
}

@media(max-width:575.98px) {
    .x-bill-history-container table .-state-wrapper .fas {
        margin-left: 6px
    }
}

.x-bill-history-container table .-state-wrapper .-state-title {
    margin-left: 6px
}

.x-bill-history-container table .-state-wrapper .-state-title.-short {
    display: none
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-state-wrapper .-state-title {
        display: none
    }

    .x-bill-history-container table .-state-wrapper .-state-title.-short {
        display: inline-block
    }
}

.x-bill-history-container table .-amount {
    font-weight: 500
}

.x-bill-history-container table .-amount.-deposit {
    color: #33933e
}

.x-bill-history-container table .-amount.-withdraw {
    color: #b93838
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-datetime {
        font-size: .8rem
    }
}

.x-bill-history-container .-no-result-wrapper {
    padding: 1rem;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 5px;
    text-align: center
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-icon {
    font-size: 3rem;
    color: #f3d067
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-title {
    margin-top: 1rem;
    font-size: 1.68rem;
    font-weight: 500;
    color: #f3d067
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-sub-title {
    font-size: 1rem
}

.x-landing {
    background: 0 0
}

.x-landing .-logo {
    position: relative;
    width: 160px
}

@media(max-width:1199.98px) {
    .x-landing {
        background-position: 50%
    }
}

.x-landing #main__content {
    height: 100%
}

@media(max-width:991.98px) {
    .x-landing #main__content {
        padding-bottom: 0
    }
}

.x-landing .x-index-top-container {
    position: relative;
    z-index: 2
}

@media(max-width:991.98px) {
    .x-landing .x-index-top-container {
        overflow-x: hidden !important
    }

    .x-landing .x-index-top-container .x-register-card-landing .card-body.-default-content {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media(max-width:575.98px) {

    .x-landing .x-index-top-container .x-register-card-landing .-default-img,
    .x-landing .x-index-top-container .x-register-card-landing .-logo-title {
        width: 90%
    }
}

.x-landing .-btn-image .-btn {
    width: 180px
}

.x-landing .-btn-image .-btn-register {
    width: 175px
}

.x-landing .-btn-image button:focus {
    box-shadow: none
}

.x-register-card-landing .card {
    border-radius: 25px;
    background: hsla(0, 0%, 100%, .1)
}

@media(max-width:991.98px) {
    .x-register-card-landing .card {
        border-radius: 0
    }
}

.x-register-card-landing .card .card-body {
    padding-bottom: 0 !important
}

.x-register-card-landing .card .card-body .-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 45px
}

@media(max-width:767.98px) {
    .x-register-card-landing .card .card-body .-bg-promotion-active {
        width: 90%
    }

    .x-register-card-landing .card .card-body .-bg-promotion-active.-default-bg {
        width: 100%
    }
}

.x-register-card-landing .card .card-body .-bg-promotion-active.-default-bg {
    height: auto
}

.x-register-card-landing .card .card-body .-promotion-content {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 10px
}

.x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar-track {
    background-color: #212020
}

.x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333
}

.x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar-thumb {
    background-color: #5c544b;
    border-radius: 5px
}

@media(max-width:991.98px) {
    .x-register-card-landing .card .card-body .-promotion-content {
        overflow-y: unset;
        max-height: unset
    }
}

.x-register-card-landing .x-hr-border-glow {
    margin-top: -1px
}

.x-register-card-landing .x-hr-border-glow.-sm-view {
    margin-bottom: -1px;
    width: 95%
}

.x-register-card-landing .x-hr-border-glow.-landing-title-default {
    width: 60%;
    height: 3px
}

.x-register-card-footer {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.x-register-card-footer .-glow-bg {
    background: linear-gradient(1turn, #fc0 -150%, rgba(12, 10, 8, 0) 40%);
    height: 50px
}

@-webkit-keyframes animStar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

@keyframes animStar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

.x-register-card-footer #stars {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars,
.x-register-card-footer #stars:after {
    width: 1px;
    height: 1px;
    background: 0 0;
    box-shadow: 873px 11076px #fc0, 920px 1957px #fc0, 121px 565px #fc0, 1835px 377px #fc0, 597px 562px #fc0, 308px 437px #fc0, 1865px 864px #fc0, 945px 1079px #fc0, 1258px 1566px #fc0, 1499px 1864px #fc0, 873px 153px #fc0, 394px 1913px #fc0, 494px 985px #fc0, 1447px 994px #fc0, 1238px 801px #fc0, 1142px 1346px #fc0, 98px 512px #fc0, 1041px 1019px #fc0, 1332px 287px #fc0, 678px 502px #fc0, 1182px 1195px #fc0, 274px 1408px #fc0, 648px 923px #fc0, 468px 1198px #fc0, 881px 1364px #fc0, 1516px 293px #fc0, 186px 312px #fc0, 209px 244px #fc0, 624px 1106px #fc0, 1536px 1811px #fc0, 1447px 749px #fc0, 1773px 492px #fc0, 1892px 1395px #fc0, 638px 1939px #fc0, 1227px 231px #fc0, 1299px 1251px #fc0, 453px 482px #fc0, 177px 1614px #fc0, 366px 567px #fc0, 267px 1268px #fc0, 478px 344px #fc0, 1827px 211px #fc0, 1884px 1178px #fc0, 418px 891px #fc0, 226px 444px #fc0, 95px 1931px #fc0, 1070px 862px #fc0, 355px 228px #fc0, 1480px 1068px #fc0, 803px 599px #fc0, 311px 1957px #fc0, 833px 1484px #fc0, 370px 1528px #fc0, 1525px 1606px #fc0, 1282px 511px #fc0, 1138px 1854px #fc0, 1158px 1865px #fc0, 72px 620px #fc0, 1390px 1754px #fc0, 1048px 1432px #fc0, 953px 1772px #fc0, 978px 1355px #fc0, 51px 153px #fc0, 1992px 577px #fc0, 1165px 1926px #fc0, 122px 1374px #fc0, 264px 1591px #fc0, 187px 37px #fc0, 627px 1738px #fc0, 516px 633px #fc0, 1203px 92px #fc0, 1384px 1485px #fc0, 682px 1664px #fc0, 979px 781px #fc0, 137px 1571px #fc0, 1427px 1092px #fc0, 1358px 968px #fc0, 1382px 1591px #fc0, 534px 418px #fc0, 912px 891px #fc0, 1511px 1387px #fc0, 813px 492px #fc0, 610px 1399px #fc0, 1195px 1543px #fc0, 919px 787px #fc0, 645px 632px #fc0, 139px 1553px #fc0, 50px 1079px #fc0, 1857px 659px #fc0, 1844px 465px #fc0, 932px 197px #fc0, 1816px 704px #fc0, 1779px 1873px #fc0, 825px 1217px #fc0, 812px 1561px #fc0, 22px 524px #fc0, 1407px 908px #fc0, 1353px 1343px #fc0, 1523px 767px #fc0, 1280px 1910px #fc0, 1226px 606px #fc0, 1148px 1352px #fc0, 1789px 1779px #fc0, 1191px 671px #fc0, 212px 309px #fc0, 135px 521px #fc0, 1662px 916px #fc0, 483px 735px #fc0, 1161px 1994px #fc0, 394px 1071px #fc0, 1811px 387px #fc0, 1059px 1720px #fc0, 1844px 920px #fc0, 1100px 1261px #fc0, 297px 1528px #fc0, 1202px 520px #fc0, 1874px 380px #fc0, 878px 249px #fc0, 229px 1517px #fc0, 1656px 1847px #fc0, 329px 1008px #fc0, 927px 1896px #fc0, 1656px 298px #fc0, 1212px 701px #fc0, 1060px 213px #fc0, 519px 982px #fc0, 855px 1085px #fc0, 189px 1828px #fc0, 1990px 708px #fc0, 1344px 1422px #fc0, 395px 1641px #fc0, 765px 584px #fc0, 1658px 1784px #fc0, 1794px 1477px #fc0, 1601px 587px #fc0, 158px 1669px #fc0, 320px 1978px #fc0, 933px 658px #fc0, 1964px 1123px #fc0, 1255px 77px #fc0, 1229px 107px #fc0, 430px 548px #fc0, 713px 1194px #fc0, 1239px 1274px #fc0, 1119px 382px #fc0, 189px 1279px #fc0, 1742px 93px #fc0, 981px 1414px #fc0, 693px 1271px #fc0, 329px 1495px #fc0, 1005px 1714px #fc0, 43px 1338px #fc0, 1043px 1800px #fc0, 565px 617px #fc0, 1912px 1306px #fc0, 514px 1486px #fc0, 824px 748px #fc0, 1682px 1844px #fc0, 766px 1624px #fc0, 640px 1241px #fc0, 1656px 1361px #fc0, 1101px 1014px #fc0, 1684px 1335px #fc0, 1633px 416px #fc0, 1172px 567px #fc0, 901px 1514px #fc0, 837px 1016px #fc0, 1588px 1300px #fc0, 432px 1167px #fc0, 887px 523px #fc0, 1049px 1916px #fc0, 1673px 1900px #fc0, 1760px 1905px #fc0, 1045px 1265px #fc0, 991px 207px #fc0, 778px 624px #fc0, 784px 1807px #fc0, 1449px 1931px #fc0, 862px 446px #fc0, 1627px 1758px #fc0, 1552px 1817px #fc0, 1703px 1254px #fc0, 1257px 1896px #fc0, 735px 1323px #fc0, 1368px 838px #fc0, 371px 1061px #fc0, 147px 1395px #fc0, 1939px 959px #fc0, 1774px 667px #fc0, 835px 290px #fc0, 1680px 1263px #fc0, 934px 1345px #fc0, 390px 1740px #fc0, 20px 536px #fc0, 954px 971px #fc0, 396px 936px #fc0, 1391px 752px #fc0, 1130px 269px #fc0, 1690px 680px #fc0, 1573px 1953px #fc0, 599px 1739px #fc0, 266px 524px #fc0, 1563px 1848px #fc0, 1648px 1263px #fc0, 1691px 83px #fc0, 235px 267px #fc0, 899px 1555px #fc0, 486px 67px #fc0, 1427px 1343px #fc0, 209px 1071px #fc0, 1430px 625px #fc0, 100px 720px #fc0, 1967px 899px #fc0, 94px 103px #fc0, 1680px 517px #fc0, 1769px 425px #fc0, 1693px 1892px #fc0, 1565px 472px #fc0, 411px 901px #fc0, 1785px 1266px #fc0, 550px 266px #fc0, 1463px 63px #fc0, 1998px 1176px #fc0, 1383px 838px #fc0, 1550px 948px #fc0, 1744px 117px #fc0, 1399px 1389px #fc0, 1650px 1133px #fc0, 961px 204px #fc0, 217px 70px #fc0, 1391px 328px #fc0, 539px 1019px #fc0, 261px 751px #fc0, 150px 100px #fc0, 1147px 480px #fc0, 338px 1551px #fc0, 1671px 1370px #fc0, 171px 1471px #fc0, 1413px 1237px #fc0, 504px 1024px #fc0, 672px 1035px #fc0, 1685px 1079px #fc0, 659px 714px #fc0, 1072px 644px #fc0, 959px 125px #fc0, 285px 1590px #fc0, 1907px 1044px #fc0, 1100px 255px #fc0, 584px 1511px #fc0, 1243px 1715px #fc0, 1422px 907px #fc0, 107px 599px #fc0, 107px 1536px #fc0, 1761px 794px #fc0, 1096px 1065px #fc0, 1187px 1201px #fc0, 1200px 1547px #fc0, 1849px 1168px #fc0, 868px 578px #fc0, 1957px 686px #fc0, 641px 1096px #fc0, 516px 1492px #fc0, 1678px 1566px #fc0, 1953px 1189px #fc0, 242px 1033px #fc0, 1882px 1033px #fc0, 1289px 1657px #fc0, 1094px 1228px #fc0, 118px 1547px #fc0, 185px 191px #fc0, 893px 420px #fc0, 1053px 677px #fc0, 859px 208px #fc0, 879px 587px #fc0, 1825px 548px #fc0, 1962px 1152px #fc0, 1294px 1780px #fc0, 505px 1939px #fc0, 1462px 1920px #fc0, 750px 984px #fc0, 1597px 586px #fc0, 243px 1775px #fc0, 668px 1900px #fc0, 1914px 1774px #fc0, 553px 1083px #fc0, 659px 1373px #fc0, 290px 179px #fc0, 690px 986px #fc0, 1247px 1223px #fc0, 336px 1880px #fc0, 1704px 1135px #fc0, 1930px 1008px #fc0, 93px 1283px #fc0, 182px 1893px #fc0, 907px 492px #fc0, 1686px 1876px #fc0, 1922px 1189px #fc0, 330px 228px #fc0, 1195px 1942px #fc0, 1340px 501px #fc0, 1043px 985px #fc0, 1910px 1473px #fc0, 503px 1597px #fc0, 492px 1596px #fc0, 1605px 1769px #fc0, 1937px 1160px #fc0, 1621px 955px #fc0, 169px 1205px #fc0, 97px 460px #fc0, 48px 639px #fc0, 1707px 666px #fc0, 1414px 190px #fc0, 1713px 929px #fc0, 93px 1944px #fc0, 947px 1884px #fc0, 854px 1454px #fc0, 821px 1023px #fc0, 78px 1713px #fc0, 1237px 959px #fc0, 683px 917px #fc0, 55px 1316px #fc0, 1903px 933px #fc0, 1911px 673px #fc0, 945px 1067px #fc0, 1998px 1409px #fc0, 872px 1291px #fc0, 764px 510px #fc0, 1201px 278px #fc0, 616px 608px #fc0, 1389px 1155px #fc0, 906px 1926px #fc0, 1919px 1401px #fc0, 1950px 325px #fc0, 853px 530px #fc0, 1309px 559px #fc0, 97px 1245px #fc0, 1507px 1773px #fc0, 1813px 1006px #fc0, 1231px 187px #fc0, 1802px 610px #fc0, 419px 1173px #fc0, 827px 679px #fc0, 1918px 1964px #fc0, 1050px 119px #fc0, 681px 763px #fc0, 226px 1564px #fc0, 70px 561px #fc0, 943px 18px #fc0, 802px 106px #fc0, 1293px 1206px #fc0, 158px 1162px #fc0, 898px 746px #fc0, 1399px 855px #fc0, 495px 418px #fc0, 1149px 604px #fc0, 1401px 1729px #fc0, 86px 1549px #fc0, 53px 438px #fc0, 972px 474px #fc0, 365px 908px #fc0, 6px 1054px #fc0, 736px 1814px #fc0, 787px 1683px #fc0, 1962px 688px #fc0, 1285px 749px #fc0, 964px 709px #fc0, 1283px 205px #fc0, 879px 1348px #fc0, 983px 304px #fc0, 462px 1199px #fc0, 1247px 844px #fc0, 1121px 646px #fc0, 1333px 1951px #fc0, 581px 88px #fc0, 1758px 1735px #fc0, 322px 1872px #fc0, 247px 1530px #fc0, 1360px 595px #fc0, 1682px 568px #fc0, 1182px 427px #fc0, 130px 637px #fc0, 1366px 491px #fc0, 1634px 432px #fc0, 464px 1300px #fc0, 706px 167px #fc0, 1470px 570px #fc0, 1342px 169px #fc0, 1570px 1521px #fc0, 108px 1707px #fc0, 288px 1922px #fc0, 596px 953px #fc0, 1292px 1868px #fc0, 446px 1222px #fc0, 949px 640px #fc0, 1120px 1971px #fc0, 297px 1840px #fc0, 187px 162px #fc0, 19px 1761px #fc0, 1454px 1821px #fc0, 1321px 1206px #fc0, 1687px 533px #fc0, 978px 445px #fc0, 1690px 410px #fc0, 683px 1799px #fc0, 1143px 1627px #fc0, 31px 150px #fc0, 805px 1830px #fc0, 252px 1445px #fc0, 338px 1921px #fc0, 1112px 517px #fc0, 850px 1766px #fc0, 247px 780px #fc0, 26px 765px #fc0, 1189px 178px #fc0, 1025px 1462px #fc0, 578px 1617px #fc0, 1836px 629px #fc0, 968px 1833px #fc0, 81px 1548px #fc0, 1067px 1646px #fc0, 1892px 95px #fc0, 524px 1888px #fc0, 584px 423px #fc0, 1672px 1797px #fc0, 1601px 1329px #fc0, 424px 487px #fc0, 953px 1656px #fc0, 1550px 1864px #fc0, 701px 526px #fc0, 57px 1552px #fc0, 85px 1579px #fc0, 1373px 659px #fc0, 192px 1314px #fc0, 1796px 644px #fc0, 146px 494px #fc0, 1302px 1316px #fc0, 987px 1687px #fc0, 1178px 87px #fc0, 483px 487px #fc0, 1626px 1069px #fc0, 1305px 1066px #fc0, 423px 1684px #fc0, 779px 1977px #fc0, 652px 1317px #fc0, 1736px 487px #fc0, 754px 952px #fc0, 280px 273px #fc0, 429px 1428px #fc0, 752px 724px #fc0, 1823px 1027px #fc0, 856px 608px #fc0, 1156px 698px #fc0, 1592px 1085px #fc0, 1290px 276px #fc0, 1131px 1192px #fc0, 1704px 1357px #fc0, 1203px 306px #fc0, 1609px 1650px #fc0, 508px 661px #fc0, 358px 321px #fc0, 1190px 778px #fc0, 1467px 1482px #fc0, 1830px 1031px #fc0, 51px 426px #fc0, 892px 1839px #fc0, 1703px 1300px #fc0, 977px 92px #fc0, 1796px 1963px #fc0, 1185px 22px #fc0, 293px 527px #fc0, 780px 634px #fc0, 1339px 181px #fc0, 1844px 1030px #fc0, 68px 42px #fc0, 497px 256px #fc0, 867px 1658px #fc0, 1262px 1069px #fc0, 797px 559px #fc0, 102px 848px #fc0, 1413px 694px #fc0, 1686px 267px #fc0, 1839px 971px #fc0, 73px 314px #fc0, 41px 1273px #fc0, 1020px 1311px #fc0, 1200px 1874px #fc0, 1542px 301px #fc0, 1761px 609px #fc0, 1222px 728px #fc0, 1378px 479px #fc0, 1384px 460px #fc0, 1302px 1966px #fc0, 989px 743px #fc0, 1269px 1243px #fc0, 209px 1427px #fc0, 1309px 1292px #fc0, 1753px 480px #fc0, 608px 1523px #fc0, 1821px 1439px #fc0, 981px 1700px #fc0, 767px 267px #fc0, 1507px 154px #fc0, 286px 1292px #fc0, 227px 1391px #fc0, 306px 1392px #fc0, 802px 153px #fc0, 1709px 98px #fc0, 632px 1106px #fc0, 1096px 1839px #fc0, 1579px 388px #fc0, 852px 1801px #fc0, 609px 1097px #fc0, 795px 1039px #fc0, 979px 1127px #fc0, 1987px 668px #fc0, 674px 386px #fc0, 1043px 1349px #fc0, 360px 1851px #fc0, 185px 192px #fc0, 1372px 17px #fc0, 1812px 1733px #fc0, 1828px 147px #fc0, 1807px 1489px #fc0, 913px 425px #fc0, 1965px 1668px #fc0, 288px 1394px #fc0, 1873px 1010px #fc0, 1456px 352px #fc0, 136px 255px #fc0, 213px 1044px #fc0, 470px 757px #fc0, 1360px 116px #fc0, 86px 293px #fc0, 1201px 1330px #fc0, 1031px 1980px #fc0, 1856px 352px #fc0, 1656px 1450px #fc0, 1907px 1993px #fc0, 806px 1500px #fc0, 392px 400px #fc0, 308px 1592px #fc0, 374px 806px #fc0, 290px 171px #fc0, 627px 839px #fc0, 976px 637px #fc0, 1579px 1947px #fc0, 1070px 441px #fc0, 1460px 379px #fc0, 1409px 1327px #fc0, 178px 16px #fc0, 624px 296px #fc0, 103px 1795px #fc0, 920px 1168px #fc0, 1224px 259px #fc0, 1020px 1575px #fc0, 680px 814px #fc0, 1901px 1966px #fc0, 1661px 1274px #fc0, 326px 1492px #fc0, 340px 1936px #fc0, 758px 353px #fc0, 1159px 1179px #fc0, 1203px 974px #fc0, 1075px 1201px #fc0, 810px 974px #fc0, 456px 1703px #fc0, 44px 1660px #fc0, 244px 207px #fc0, 1081px 1478px #fc0, 993px 589px #fc0, 523px 1329px #fc0, 511px 773px #fc0, 1903px 1268px #fc0, 719px 146px #fc0, 170px 1446px #fc0, 381px 50px #fc0, 394px 1629px #fc0, 709px 1990px #fc0, 1557px 498px #fc0, 793px 509px #fc0, 1880px 383px #fc0, 284px 1723px #fc0, 1384px 886px #fc0, 400px 885px #fc0, 1722px 1623px #fc0, 1034px 350px #fc0, 405px 1236px #fc0, 538px 1095px #fc0, 562px 808px #fc0, 471px 826px #fc0, 46px 494px #fc0, 134px 1480px #fc0, 1775px 409px #fc0, 404px 1338px #fc0, 1098px 870px #fc0, 981px 1051px #fc0, 536px 1763px #fc0, 1087px 71px #fc0, 184px 1280px #fc0, 713px 280px #fc0, 524px 1974px #fc0, 582px 864px #fc0, 712px 1629px #fc0, 602px 1527px #fc0, 1246px 1130px #fc0, 1307px 895px #fc0, 616px 1057px #fc0, 1249px 1838px #fc0, 1088px 456px #fc0, 1293px 143px #fc0, 1158px 59px #fc0, 1870px 286px #fc0, 602px 1980px #fc0, 201px 1959px #fc0, 1818px 856px #fc0, 1466px 1521px #fc0, 1325px 310px #fc0, 317px 546px #fc0, 772px 624px #fc0, 1855px 1178px #fc0, 951px 1457px #fc0, 309px 1572px #fc0, 997px 660px #fc0, 883px 323px #fc0, 1337px 153px #fc0, 167px 34px #fc0, 1242px 1385px #fc0, 313px 1616px #fc0, 1252px 1495px #fc0, 1863px 1559px #fc0, 709px 521px #fc0, 1436px 1932px #fc0, 139px 956px #fc0, 371px 1468px #fc0, 1750px 454px #fc0, 1342px 480px #fc0, 1681px 1839px #fc0, 672px 117px #fc0, 567px 650px #fc0, 644px 1073px #fc0, 534px 1695px #fc0, 370px 1537px #fc0, 1416px 369px #fc0, 414px 973px #fc0, 1012px 40px #fc0, 858px 1026px #fc0, 753px 494px #fc0, 542px 1797px #fc0, 293px 1876px #fc0, 801px 827px #fc0, 1817px 1288px #fc0, 968px 135px #fc0, 1682px 581px #fc0, 1274px 79px #fc0, 1630px 1190px #fc0, 1311px 1455px #fc0, 51px 939px #fc0, 183px 1321px #fc0, 479px 270px #fc0, 223px 1842px #fc0, 515px 478px #fc0, 1315px 33px #fc0, 1859px 1448px #fc0, 481px 1320px #fc0, 1572px 1716px #fc0, 579px 127px #fc0, 936px 927px #fc0, 748px 758px #fc0, 703px 1639px #fc0, 626px 801px #fc0, 876px 1447px #fc0, 476px 1478px #fc0, 1853px 1256px #fc0, 1528px 913px #fc0, 741px 345px #fc0, 90px 1566px #fc0, 1302px 1331px #fc0, 1390px 1879px #fc0, 763px 319px #fc0, 168px 419px #fc0, 1243px 1339px #fc0, 266px 1716px #fc0, 16px 1888px #fc0, 1418px 1880px #fc0, 1404px 231px #fc0, 1901px 1376px #fc0, 635px 1351px #fc0, 503px 1436px #fc0, 979px 1998px #fc0, 83px 717px #fc0, 1132px 1125px #fc0, 854px 1703px #fc0, 269px 424px #fc0, 345px 1885px #fc0, 1203px 240px #fc0, 299px 60px #fc0, 1589px 512px #fc0, 1695px 307px #fc0, 194px 1767px #fc0, 1601px 1358px #fc0, 1425px 579px #fc0, 958px 1665px #fc0, 1551px 626px #fc0, 1272px 1485px #fc0, 1934px 471px #fc0, 406px 98px #fc0, 1350px 1368px #fc0, 1416px 1108px #fc0, 768px 408px #fc0, 1717px 1227px #fc0, 1044px 1911px #fc0, 618px 447px #fc0, 1374px 546px #fc0, 1219px 1040px #fc0, 1881px 1585px #fc0, 529px 1881px #fc0, 230px 360px #fc0, 687px 1050px #fc0, 1975px 29px #fc0, 679px 1648px #fc0, 361px 1130px #fc0, 634px 301px #fc0, 1143px 1168px #fc0, 1555px 1822px #fc0, 693px 1130px #fc0, 201px 216px #fc0, 1739px 626px #fc0, 1953px 1150px #fc0, 508px 1805px #fc0, 701px 1784px #fc0, 1880px 1958px #fc0, 1706px 1779px #fc0, 1150px 1685px #fc0, 1317px 617px #fc0, 882px 604px #fc0, 1932px 1911px #fc0, 1033px 454px #fc0, 36px 96px #fc0, 1385px 511px #fc0, 524px 462px #fc0, 952px 1081px #fc0, 1852px 439px #fc0, 1538px 906px #fc0, 400px 1009px #fc0, 980px 608px #fc0, 1551px 1129px #fc0, 1347px 793px #fc0, 1202px 82px #fc0, 965px 1579px #fc0, 351px 1545px #fc0, 1247px 260px #fc0, 118px 1809px #fc0, 318px 1440px #fc0, 1392px 1489px #fc0, 417px 1005px #fc0, 1839px 345px #fc0, 1342px 244px #fc0, 1832px 1504px #fc0, 1645px 555px #fc0, 1119px 1753px #fc0, 1158px 110px #fc0, 1102px 771px #fc0, 631px 1055px #fc0, 989px 1712px #fc0, 1310px 490px #fc0, 1996px 1870px #fc0, 963px 1883px #fc0, 854px 1446px #fc0, 1645px 1878px #fc0, 1749px 1622px #fc0, 28px 1848px #fc0, 717px 254px #fc0, 1170px 786px #fc0, 1490px 1692px #fc0, 1890px 145px #fc0, 291px 348px #fc0, 856px 899px #fc0, 1776px 521px #fc0, 606px 1623px #fc0, 246px 543px #fc0, 1683px 1332px #fc0, 1586px 1481px #fc0, 1628px 1808px #fc0, 1393px 889px #fc0, 1493px 189px #fc0, 633px 1818px #fc0, 1447px 8px #fc0, 8px 1809px #fc0, 1466px 978px #fc0, 941px 408px #fc0, 1435px 1519px #fc0, 200px 1332px #fc0, 1035px 957px #fc0, 535px 8px #fc0, 438px 1047px #fc0, 145px 243px #fc0, 1328px 794px #fc0, 1978px 1261px #fc0, 710px 559px #fc0, 1521px 1054px #fc0, 1925px 253px #fc0, 623px 894px #fc0, 1923px 831px #fc0, 1060px 224px #fc0, 903px 181px #fc0, 1035px 1354px #fc0, 1686px 1370px #fc0, 733px 1019px #fc0, 133px 1565px #fc0, 1206px 1033px #fc0, 1312px 222px #fc0, 789px 704px #fc0, 438px 729px #fc0, 681px 435px #fc0, 306px 858px #fc0, 962px 348px #fc0, 965px 1020px #fc0, 1231px 1973px #fc0, 1981px 824px #fc0, 1171px 1650px #fc0, 868px 598px #fc0, 1946px 22px #fc0, 1503px 58px #fc0, 958px 1785px #fc0, 1245px 372px #fc0, 428px 424px #fc0, 906px 8px #fc0, 784px 959px #fc0, 439px 886px #fc0, 95px 80px #fc0, 1458px 1918px #fc0, 1240px 521px #fc0, 28px 54px #fc0, 56px 254px #fc0, 895px 796px #fc0, 4px 858px #fc0, 1854px 769px #fc0, 1092px 1271px #fc0, 1777px 1275px #fc0, 1547px 824px #fc0, 1079px 1026px #fc0, 846px 66px #fc0, 913px 645px #fc0, 351px 1295px #fc0, 1583px 1495px #fc0, 858px 1775px #fc0, 1647px 177px #fc0, 660px 670px #fc0, 1784px 925px #fc0, 189px 1172px #fc0, 1898px 820px #fc0, 1619px 1931px #fc0, 85px 1467px #fc0, 1273px 136px #fc0, 938px 412px #fc0, 847px 1725px #fc0, 855px 656px #fc0, 1009px 212px #fc0, 1609px 749px #fc0, 356px 1830px #fc0, 462px 1638px #fc0, 1743px 879px #fc0, 634px 1882px #fc0, 1710px 1595px #fc0, 1160px 987px #fc0, 1513px 1542px #fc0, 284px 1852px #fc0, 113px 1052px #fc0, 599px 1551px #fc0, 474px 1800px #fc0, 264px 477px #fc0, 888px 1198px #fc0, 624px 926px #fc0, 621px 44px #fc0, 356px 751px #fc0, 130px 542px #fc0, 1772px 1066px #fc0, 1520px 1836px #fc0, 972px 957px #fc0, 1851px 1675px #fc0, 1669px 482px #fc0, 859px 108px #fc0, 1788px 1573px #fc0, 1140px 1676px #fc0, 413px 495px #fc0, 1015px 579px #fc0, 504px 861px #fc0, 919px 129px #fc0, 795px 1478px #fc0, 1101px 576px #fc0, 99px 847px #fc0, 1936px 709px #fc0, 1304px 130px #fc0, 1231px 921px #fc0, 223px 848px #fc0, 179px 948px #fc0, 1620px 972px #fc0, 66px 798px #fc0, 17px 1957px #fc0, 316px 779px #fc0
}

.x-register-card-footer #stars:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars2 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars2,
.x-register-card-footer #stars2:after {
    width: 3px;
    height: 3px;
    background: 0 0;
    box-shadow: 400px 549px #fc0, 1825px 1995px #fc0, 1042px 1046px #fc0, 24px 1956px #fc0, 1733px 636px #fc0, 1220px 849px #fc0, 1590px 860px #fc0, 113px 321px #fc0, 182px 140px #fc0, 81px 1498px #fc0, 905px 22px #fc0, 1510px 24px #fc0, 1686px 1792px #fc0, 1074px 1760px #fc0, 390px 103px #fc0, 1644px 1682px #fc0, 225px 1238px #fc0, 66px 110px #fc0, 1156px 1011px #fc0, 1922px 218px #fc0, 553px 1801px #fc0, 17px 1012px #fc0, 1966px 26px #fc0, 829px 1227px #fc0, 673px 630px #fc0, 1710px 1040px #fc0, 1800px 86px #fc0, 1218px 725px #fc0, 695px 1880px #fc0, 1004px 1730px #fc0, 1002px 1049px #fc0, 960px 90px #fc0, 349px 1437px #fc0, 402px 31px #fc0, 209px 1927px #fc0, 1789px 1805px #fc0, 409px 1713px #fc0, 172px 1370px #fc0, 1207px 926px #fc0, 1709px 1899px #fc0, 208px 798px #fc0, 1776px 380px #fc0, 1748px 1288px #fc0, 1527px 712px #fc0, 1238px 536px #fc0, 293px 1993px #fc0, 1442px 1273px #fc0, 323px 1430px #fc0, 1100px 426px #fc0, 702px 589px #fc0, 1578px 871px #fc0, 693px 118px #fc0, 1118px 1913px #fc0, 598px 1142px #fc0, 175px 706px #fc0, 1783px 417px #fc0, 1542px 1539px #fc0, 455px 1382px #fc0, 751px 816px #fc0, 1655px 156px #fc0, 1701px 529px #fc0, 1289px 1745px #fc0, 1647px 1930px #fc0, 769px 768px #fc0, 1341px 209px #fc0, 1656px 187px #fc0, 464px 610px #fc0, 1250px 27px #fc0, 1863px 1666px #fc0, 16px 1492px #fc0, 952px 1220px #fc0, 1364px 687px #fc0, 1975px 1932px #fc0, 353px 1268px #fc0, 346px 1687px #fc0, 141px 164px #fc0, 209px 171px #fc0, 1946px 316px #fc0, 1955px 1531px #fc0, 182px 1611px #fc0, 102px 1482px #fc0, 625px 1876px #fc0, 1285px 352px #fc0, 1119px 162px #fc0, 1236px 542px #fc0, 787px 1987px #fc0, 285px 1383px #fc0, 25px 1979px #fc0, 979px 1382px #fc0, 1286px 1169px #fc0, 1902px 886px #fc0, 941px 920px #fc0, 61px 1655px #fc0, 1101px 710px #fc0, 1001px 1105px #fc0, 796px 832px #fc0, 1806px 1273px #fc0, 1017px 27px #fc0, 247px 889px #fc0, 191px 29px #fc0, 1307px 348px #fc0, 1702px 80px #fc0, 1744px 1322px #fc0, 1499px 1426px #fc0, 1614px 171px #fc0, 725px 632px #fc0, 746px 1501px #fc0, 1199px 1485px #fc0, 1908px 587px #fc0, 1914px 206px #fc0, 748px 1609px #fc0, 282px 1214px #fc0, 459px 431px #fc0, 1307px 455px #fc0, 797px 1032px #fc0, 1279px 1983px #fc0, 1154px 1382px #fc0, 522px 1794px #fc0, 1357px 393px #fc0, 38px 55px #fc0, 1938px 758px #fc0, 1588px 986px #fc0, 1162px 827px #fc0, 695px 213px #fc0, 619px 783px #fc0, 1249px 1277px #fc0, 581px 1204px #fc0, 877px 1502px #fc0, 1204px 1535px #fc0, 1686px 703px #fc0, 1453px 1542px #fc0, 562px 391px #fc0, 290px 1717px #fc0, 1046px 39px #fc0, 1728px 1252px #fc0, 547px 542px #fc0, 1790px 543px #fc0, 917px 541px #fc0, 1494px 1096px #fc0, 1927px 769px #fc0, 1660px 34px #fc0, 834px 1254px #fc0, 1205px 599px #fc0, 202px 1508px #fc0, 646px 497px #fc0, 1571px 1473px #fc0, 368px 1275px #fc0, 83px 1534px #fc0, 233px 171px #fc0, 1818px 935px #fc0, 936px 1294px #fc0, 239px 291px #fc0, 1873px 1958px #fc0, 552px 1726px #fc0, 1118px 906px #fc0, 1998px 1792px #fc0, 230px 521px #fc0, 851px 1991px #fc0, 950px 537px #fc0, 249px 1363px #fc0, 500px 222px #fc0, 488px 909px #fc0, 611px 1366px #fc0, 1278px 860px #fc0, 41px 542px #fc0, 1552px 1150px #fc0, 420px 1675px #fc0, 1365px 256px #fc0, 1690px 1534px #fc0, 1644px 110px #fc0, 469px 1629px #fc0, 265px 1553px #fc0, 1473px 534px #fc0, 1770px 1271px #fc0, 1489px 1720px #fc0, 1624px 1597px #fc0, 1255px 1635px #fc0, 1193px 485px #fc0, 839px 1424px #fc0, 1005px 992px #fc0, 1782px 134px #fc0, 1130px 1203px #fc0, 1208px 1117px #fc0, 871px 1196px #fc0, 1822px 414px #fc0, 846px 681px #fc0, 482px 326px #fc0, 578px 667px #fc0, 1518px 871px #fc0, 1165px 1757px #fc0, 1517px 863px #fc0, 1061px 531px #fc0, 1978px 441px #fc0, 1125px 1284px #fc0, 1513px 475px #fc0, 506px 756px #fc0, 207px 1420px #fc0, 592px 513px #fc0, 571px 379px #fc0, 291px 115px #fc0, 767px 1001px #fc0, 1089px 1221px #fc0, 1661px 159px #fc0, 883px 1133px #fc0, 583px 1730px #fc0, 1386px 52px #fc0, 1766px 511px #fc0, 140px 1447px #fc0, 1832px 1894px #fc0, 1096px 1279px #fc0, 1746px 1459px #fc0, 1338px 150px #fc0, 1579px 10px #fc0, 335px 318px #fc0, 1119px 1249px #fc0, 491px 1412px #fc0, 1286px 1225px #fc0, 1499px 823px #fc0, 1745px 1069px #fc0, 469px 1082px #fc0, 881px 1345px #fc0, 1509px 840px #fc0, 199px 1358px #fc0, 1353px 760px #fc0, 1326px 336px #fc0, 1967px 422px #fc0, 1132px 1340px #fc0, 1895px 1087px #fc0, 252px 1210px #fc0, 1298px 1553px #fc0, 1805px 1066px #fc0, 1517px 607px #fc0, 1023px 1955px #fc0, 1527px 194px #fc0, 533px 597px #fc0, 1673px 1115px #fc0, 1704px 1878px #fc0, 490px 699px #fc0, 200px 931px #fc0, 510px 588px #fc0, 1145px 1302px #fc0, 590px 1146px #fc0, 556px 1452px #fc0, 416px 1247px #fc0, 1182px 1733px #fc0, 373px 1402px #fc0, 1666px 986px #fc0, 1380px 1705px #fc0, 484px 875px #fc0, 1943px 1867px #fc0, 7px 770px #fc0, 1836px 993px #fc0, 1618px 296px #fc0, 290px 1076px #fc0, 1145px 731px #fc0, 1647px 1339px #fc0, 1053px 238px #fc0, 349px 614px #fc0, 1156px 1613px #fc0, 1697px 27px #fc0, 1256px 1786px #fc0, 1092px 712px #fc0, 1824px 1364px #fc0, 1195px 254px #fc0, 596px 51px #fc0, 148px 1652px #fc0, 134px 490px #fc0, 1823px 457px #fc0, 921px 488px #fc0, 1124px 93px #fc0, 723px 1670px #fc0, 1047px 804px #fc0, 554px 79px #fc0, 581px 641px #fc0, 47px 654px #fc0, 899px 1355px #fc0, 431px 1208px #fc0, 68px 1392px #fc0, 1087px 1293px #fc0, 356px 310px #fc0, 40px 1205px #fc0, 1813px 356px #fc0, 1164px 1755px #fc0, 253px 676px #fc0, 536px 693px #fc0, 828px 1658px #fc0, 119px 1483px #fc0, 1628px 1135px #fc0, 1561px 58px #fc0, 1723px 1983px #fc0, 1264px 1573px #fc0, 1252px 986px #fc0, 722px 1862px #fc0, 1295px 1270px #fc0, 1823px 1658px #fc0, 1538px 1781px #fc0, 108px 489px #fc0, 1106px 240px #fc0, 1306px 1356px #fc0, 1143px 506px #fc0, 1352px 1547px #fc0, 1942px 290px #fc0, 1001px 1889px #fc0, 1304px 184px #fc0, 1079px 1857px #fc0, 1005px 498px #fc0, 1973px 1244px #fc0, 1571px 599px #fc0, 234px 1967px #fc0, 625px 1349px #fc0, 907px 1176px #fc0, 521px 160px #fc0, 477px 1136px #fc0, 252px 1589px #fc0, 1706px 507px #fc0, 701px 216px #fc0, 395px 1775px #fc0, 736px 1672px #fc0, 715px 1225px #fc0, 185px 1742px #fc0, 1692px 1163px #fc0, 141px 539px #fc0, 183px 511px #fc0, 1585px 1160px #fc0, 1783px 598px #fc0, 1693px 46px #fc0, 992px 1840px #fc0, 225px 262px #fc0, 1939px 254px #fc0, 577px 1355px #fc0, 1539px 278px #fc0, 459px 228px #fc0, 1182px 689px #fc0, 726px 1299px #fc0, 215px 1915px #fc0, 403px 774px #fc0, 1304px 1828px #fc0, 1674px 517px #fc0, 1515px 1150px #fc0, 1387px 1732px #fc0, 293px 356px #fc0, 434px 402px #fc0, 441px 1697px #fc0, 218px 1521px #fc0, 1358px 1170px #fc0, 727px 1147px #fc0, 162px 1212px #fc0, 248px 996px #fc0, 713px 1362px #fc0, 746px 1237px #fc0, 1770px 864px #fc0, 469px 1642px #fc0, 1967px 1249px #fc0, 465px 34px #fc0, 141px 1464px #fc0, 1001px 1644px #fc0, 607px 690px #fc0, 146px 1946px #fc0, 1492px 1386px #fc0, 92px 990px #fc0, 425px 1964px #fc0, 229px 1430px #fc0, 1553px 1542px #fc0, 1051px 199px #fc0, 1105px 1746px #fc0, 584px 1835px #fc0, 1105px 1875px #fc0, 752px 1560px #fc0, 762px 1472px #fc0, 583px 1596px #fc0, 38px 1671px #fc0, 400px 1657px #fc0, 452px 1562px #fc0, 289px 6px #fc0, 1263px 158px #fc0, 1875px 1088px #fc0, 1617px 752px #fc0, 464px 953px #fc0, 1142px 1142px #fc0, 175px 1464px #fc0, 290px 243px #fc0, 583px 1818px #fc0, 1339px 1589px #fc0, 1135px 392px #fc0, 510px 757px #fc0, 192px 1615px #fc0, 902px 1421px #fc0, 580px 211px #fc0, 1787px 1869px #fc0, 604px 1827px #fc0, 1880px 1250px #fc0, 918px 940px #fc0, 1483px 664px #fc0, 84px 1637px #fc0, 1954px 940px #fc0, 974px 849px #fc0, 448px 171px #fc0, 1150px 1022px #fc0, 1613px 110px #fc0, 1465px 298px #fc0, 495px 1611px #fc0, 410px 811px #fc0, 1389px 1517px #fc0, 1102px 571px #fc0, 814px 259px #fc0, 1124px 1454px #fc0, 903px 153px #fc0, 862px 1850px #fc0, 1145px 1558px #fc0, 949px 288px #fc0, 1140px 1154px #fc0, 918px 467px #fc0, 1484px 1684px #fc0, 847px 519px #fc0, 1399px 206px #fc0, 527px 448px #fc0, 1844px 1632px #fc0, 1099px 1148px #fc0, 709px 723px #fc0, 387px 1635px #fc0, 781px 373px #fc0, 1861px 1324px #fc0, 271px 1014px #fc0, 805px 1023px #fc0, 1280px 1368px #fc0, 932px 16px #fc0, 1695px 66px #fc0, 1964px 945px #fc0, 532px 408px #fc0, 1036px 584px #fc0, 1386px 1568px #fc0, 1637px 1592px #fc0, 494px 354px #fc0, 294px 1709px #fc0, 1392px 905px #fc0, 632px 945px #fc0, 826px 450px #fc0, 432px 1948px #fc0, 53px 31px #fc0, 289px 1715px #fc0, 426px 1883px #fc0, 1812px 366px #fc0, 67px 631px #fc0, 29px 1529px #fc0, 1933px 577px #fc0, 1014px 1243px #fc0, 1793px 474px #fc0, 1075px 1704px #fc0, 1580px 922px #fc0, 1033px 1193px #fc0, 162px 1557px #fc0, 1964px 1731px #fc0, 1597px 1071px #fc0, 478px 176px #fc0, 735px 1942px #fc0, 21px 1742px #fc0, 702px 624px #fc0, 737px 1400px #fc0, 1441px 1574px #fc0, 1677px 310px #fc0, 2000px 1963px #fc0, 1722px 312px #fc0, 1892px 102px #fc0, 373px 1988px #fc0, 482px 981px #fc0, 545px 650px #fc0, 1828px 832px #fc0, 1097px 1489px #fc0, 603px 200px #fc0, 111px 1664px #fc0, 66px 873px #fc0, 923px 1306px #fc0, 23px 852px #fc0, 1388px 1226px #fc0, 17px 1240px #fc0, 370px 1519px #fc0, 339px 1701px #fc0, 61px 331px #fc0, 523px 1655px #fc0, 1977px 87px #fc0, 1265px 218px #fc0, 831px 70px #fc0, 744px 674px #fc0, 1301px 1070px #fc0, 1463px 1367px #fc0, 1226px 1482px #fc0, 582px 1986px #fc0, 1917px 1865px #fc0, 1612px 784px #fc0, 513px 932px #fc0, 1561px 516px #fc0, 1745px 9px #fc0, 666px 1597px #fc0, 1799px 1324px #fc0, 1888px 1407px #fc0, 803px 893px #fc0, 1743px 331px #fc0, 332px 1870px #fc0, 540px 622px #fc0, 390px 1159px #fc0
}

.x-register-card-footer #stars2:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars3 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars3,
.x-register-card-footer #stars3:after {
    width: 5px;
    height: 5px;
    background: 0 0;
    box-shadow: 1107px 14866px #fc0, 1806px 814px #fc0, 1083px 791px #fc0, 1161px 1869px #fc0, 1572px 1842px #fc0, 118px 96px #fc0, 123px 323px #fc0, 1553px 1670px #fc0, 271px 884px #fc0, 1828px 468px #fc0, 1886px 749px #fc0, 1570px 5px #fc0, 1630px 975px #fc0, 321px 875px #fc0, 972px 1125px #fc0, 1851px 106px #fc0, 575px 1628px #fc0, 101px 969px #fc0, 1683px 1065px #fc0, 922px 428px #fc0, 1954px 1262px #fc0, 372px 925px #fc0, 160px 17px #fc0, 1790px 1832px #fc0, 1764px 1447px #fc0, 1033px 934px #fc0, 862px 1846px #fc0, 580px 1131px #fc0, 1060px 1052px #fc0, 279px 1356px #fc0, 1620px 801px #fc0, 1837px 1965px #fc0, 1671px 1720px #fc0, 528px 1023px #fc0, 1198px 1954px #fc0, 751px 1075px #fc0, 429px 926px #fc0, 283px 1127px #fc0, 801px 1873px #fc0, 1898px 1607px #fc0, 1754px 1052px #fc0, 1402px 1147px #fc0, 264px 789px #fc0, 1347px 909px #fc0, 1553px 465px #fc0, 744px 476px #fc0, 624px 1432px #fc0, 1221px 1402px #fc0, 453px 1874px #fc0, 296px 730px #fc0, 471px 1157px #fc0, 1527px 1999px #fc0, 864px 121px #fc0, 1427px 147px #fc0, 298px 1905px #fc0, 246px 1115px #fc0, 1295px 1996px #fc0, 670px 1728px #fc0, 442px 1620px #fc0, 1668px 1971px #fc0, 1718px 57px #fc0, 1185px 413px #fc0, 428px 1958px #fc0, 888px 1098px #fc0, 1268px 1383px #fc0, 1192px 865px #fc0, 1440px 854px #fc0, 640px 1578px #fc0, 1819px 1357px #fc0, 1453px 283px #fc0, 491px 1146px #fc0, 1198px 1160px #fc0, 363px 6px #fc0, 90px 860px #fc0, 751px 1543px #fc0, 1652px 1691px #fc0, 708px 861px #fc0, 28px 1180px #fc0, 1425px 1283px #fc0, 1981px 1985px #fc0, 1102px 1198px #fc0, 1787px 1423px #fc0, 1310px 1497px #fc0, 182px 19px #fc0, 573px 1848px #fc0, 1557px 1725px #fc0, 974px 394px #fc0, 799px 1337px #fc0, 1770px 1297px #fc0, 893px 1602px #fc0, 385px 3px #fc0, 176px 1966px #fc0, 413px 1348px #fc0, 1698px 1540px #fc0, 641px 593px #fc0, 857px 1122px #fc0, 657px 1201px #fc0, 1636px 1593px #fc0, 634px 1239px #fc0, 291px 1686px #fc0, 1275px 1644px #fc0, 955px 54px #fc0, 496px 811px #fc0, 1100px 658px #fc0, 1567px 1058px #fc0, 1582px 1328px #fc0, 145px 240px #fc0, 1140px 521px #fc0, 1659px 1996px #fc0, 1790px 1565px #fc0, 730px 615px #fc0, 331px 115px #fc0, 1615px 1936px #fc0, 1472px 1403px #fc0, 932px 1512px #fc0, 776px 29px #fc0, 829px 183px #fc0, 1756px 1641px #fc0, 1292px 589px #fc0, 689px 245px #fc0, 721px 105px #fc0, 1276px 1573px #fc0, 723px 1837px #fc0, 105px 1610px #fc0, 74px 855px #fc0, 146px 1108px #fc0, 1131px 442px #fc0, 1009px 1360px #fc0, 224px 1928px #fc0, 839px 1345px #fc0, 828px 440px #fc0, 1658px 1524px #fc0, 759px 1503px #fc0, 153px 1166px #fc0, 27px 1657px #fc0, 240px 1234px #fc0, 1624px 1430px #fc0, 1860px 1785px #fc0, 321px 983px #fc0, 103px 628px #fc0, 1273px 129px #fc0, 1196px 798px #fc0, 679px 1765px #fc0, 933px 1739px #fc0, 1099px 1664px #fc0, 356px 115px #fc0, 691px 816px #fc0, 1118px 851px #fc0, 960px 1398px #fc0, 1316px 1252px #fc0, 1305px 141px #fc0, 750px 249px #fc0, 1892px 1335px #fc0, 407px 356px #fc0, 623px 428px #fc0, 1410px 660px #fc0, 133px 1461px #fc0, 1782px 174px #fc0, 1210px 736px #fc0, 1686px 1846px #fc0, 455px 560px #fc0, 1532px 189px #fc0, 761px 619px #fc0, 1069px 315px #fc0, 953px 1461px #fc0, 752px 1819px #fc0, 782px 622px #fc0, 1705px 1012px #fc0, 502px 924px #fc0, 798px 1301px #fc0, 1302px 1502px #fc0, 1158px 196px #fc0, 1339px 133px #fc0, 980px 891px #fc0, 590px 957px #fc0, 480px 1409px #fc0, 297px 1906px #fc0, 196px 503px #fc0, 381px 1928px #fc0, 728px 1636px #fc0, 319px 715px #fc0, 554px 1775px #fc0, 1700px 1212px #fc0, 113px 680px #fc0, 844px 770px #fc0, 1879px 646px #fc0, 1519px 1297px #fc0, 1412px 1453px #fc0, 1677px 1988px #fc0, 689px 1271px #fc0, 537px 948px #fc0, 474px 393px #fc0, 563px 1663px #fc0, 736px 1329px #fc0, 1482px 90px #fc0, 408px 481px #fc0, 179px 1134px #fc0, 204px 512px #fc0, 102px 1417px #fc0, 1641px 1724px #fc0
}

.x-register-card-footer #stars3:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars4 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars4,
.x-register-card-footer #stars4:after {
    width: 7px;
    height: 7px;
    background: 0 0;
    box-shadow: 1768px 11485px #fc0, 519px 1855px #fc0, 679px 1466px #fc0, 776px 871px #fc0, 688px 239px #fc0, 632px 1098px #fc0, 10px 1872px #fc0, 1674px 766px #fc0, 752px 828px #fc0, 1212px 1290px #fc0, 392px 1889px #fc0, 1130px 1979px #fc0, 1524px 1675px #fc0, 203px 1403px #fc0, 660px 87px #fc0, 1840px 691px #fc0, 1455px 577px #fc0, 781px 1771px #fc0, 1978px 1426px #fc0, 1479px 1962px #fc0, 1266px 1528px #fc0, 46px 355px #fc0, 1413px 592px #fc0, 773px 899px #fc0, 1958px 1266px #fc0, 16px 1869px #fc0, 830px 1454px #fc0, 1954px 93px #fc0, 1735px 873px #fc0, 1656px 539px #fc0, 549px 1708px #fc0, 186px 629px #fc0, 1965px 1327px #fc0, 1416px 1759px #fc0, 1212px 1994px #fc0, 1053px 1005px #fc0, 1628px 1103px #fc0, 1927px 631px #fc0, 610px 263px #fc0, 116px 1211px #fc0, 1061px 811px #fc0, 78px 1984px #fc0, 794px 1940px #fc0, 1970px 641px #fc0, 1032px 1726px #fc0, 1233px 90px #fc0, 808px 66px #fc0, 1570px 784px #fc0, 1189px 423px #fc0, 1061px 1574px #fc0, 718px 1924px #fc0, 1896px 590px #fc0, 295px 678px #fc0, 950px 289px #fc0, 263px 1813px #fc0, 1450px 1091px #fc0, 363px 349px #fc0, 23px 1810px #fc0, 400px 983px #fc0, 1317px 318px #fc0, 1293px 1486px #fc0, 1671px 1382px #fc0, 1494px 1559px #fc0, 61px 1516px #fc0, 1729px 1889px #fc0, 1818px 225px #fc0, 1337px 1789px #fc0, 507px 1046px #fc0, 1486px 1665px #fc0, 1256px 1872px #fc0, 669px 1376px #fc0, 442px 357px #fc0, 1685px 1630px #fc0, 1888px 304px #fc0, 403px 281px #fc0, 1173px 1131px #fc0, 1235px 1729px #fc0, 797px 916px #fc0, 796px 1767px #fc0, 1370px 1179px #fc0, 1105px 1794px #fc0, 1573px 365px #fc0, 523px 1269px #fc0, 697px 556px #fc0, 241px 1035px #fc0, 164px 320px #fc0, 1259px 1099px #fc0, 1637px 1496px #fc0, 583px 339px #fc0, 979px 65px #fc0, 924px 1196px #fc0, 849px 1567px #fc0, 43px 1766px #fc0, 1264px 783px #fc0, 1598px 1132px #fc0, 1000px 1492px #fc0, 1784px 753px #fc0, 468px 1301px #fc0, 1933px 1593px #fc0, 1504px 1141px #fc0
}

.x-register-card-footer #stars4:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars5 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars5,
.x-register-card-footer #stars5:after {
    width: 9px;
    height: 9px;
    background: 0 0;
    box-shadow: 179px 11535px #fc0, 220px 1477px #fc0, 515px 1723px #fc0, 1192px 1659px #fc0, 929px 200px #fc0, 1997px 620px #fc0, 1312px 677px #fc0, 1332px 1430px #fc0, 686px 192px #fc0, 1640px 398px #fc0, 1298px 614px #fc0, 635px 626px #fc0, 432px 685px #fc0, 378px 138px #fc0, 1530px 1914px #fc0, 1041px 1449px #fc0, 1962px 1063px #fc0, 672px 1914px #fc0, 1622px 1402px #fc0, 1969px 597px #fc0, 1324px 1231px #fc0, 93px 1354px #fc0, 376px 467px #fc0, 1689px 946px #fc0, 466px 1914px #fc0, 469px 479px #fc0, 873px 633px #fc0, 319px 608px #fc0, 705px 974px #fc0, 1536px 1007px #fc0, 699px 1946px #fc0, 1694px 490px #fc0, 1397px 392px #fc0, 893px 1060px #fc0, 1267px 271px #fc0, 1242px 1634px #fc0, 155px 1472px #fc0, 1258px 136px #fc0, 1648px 206px #fc0, 1897px 748px #fc0, 483px 231px #fc0, 1346px 1295px #fc0, 1910px 1334px #fc0, 1959px 467px #fc0, 972px 1217px #fc0, 1132px 451px #fc0, 1618px 918px #fc0, 479px 471px #fc0, 555px 1737px #fc0, 296px 1164px #fc0
}

.x-register-card-footer #stars5:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars6 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars6,
.x-register-card-footer #stars6:after {
    width: 4px;
    height: 4px;
    background: 0 0;
    box-shadow: 450px 11365px #fc0, 547px 1420px #fc0, 18px 244px #fc0, 319px 602px #fc0, 1779px 1116px #fc0, 1278px 362px #fc0, 1897px 782px #fc0, 1095px 656px #fc0, 1369px 59px #fc0, 1420px 848px #fc0, 632px 210px #fc0, 1705px 1642px #fc0, 1230px 1565px #fc0, 1962px 818px #fc0, 1144px 843px #fc0, 784px 118px #fc0, 1609px 1835px #fc0, 389px 1777px #fc0, 1360px 579px #fc0, 780px 814px #fc0, 1512px 1777px #fc0, 1910px 1345px #fc0, 292px 1951px #fc0, 363px 1908px #fc0, 1239px 1968px #fc0, 102px 985px #fc0, 641px 906px #fc0, 147px 650px #fc0, 1375px 225px #fc0, 306px 1481px #fc0, 1186px 374px #fc0, 1482px 1135px #fc0, 573px 1931px #fc0, 717px 802px #fc0, 1415px 1917px #fc0, 729px 153px #fc0, 438px 456px #fc0, 1245px 1791px #fc0, 1963px 430px #fc0, 190px 1316px #fc0, 868px 1222px #fc0, 1263px 1920px #fc0, 1252px 427px #fc0, 1341px 170px #fc0, 431px 524px #fc0, 609px 1192px #fc0, 584px 1607px #fc0, 431px 1603px #fc0, 421px 1493px #fc0, 241px 728px #fc0, 675px 65px #fc0, 1620px 1368px #fc0, 854px 964px #fc0, 739px 658px #fc0, 441px 308px #fc0, 717px 808px #fc0, 1776px 123px #fc0, 11px 1517px #fc0, 1186px 1541px #fc0, 1285px 1327px #fc0, 1678px 41px #fc0, 438px 1753px #fc0, 93px 1105px #fc0, 42px 540px #fc0, 21px 301px #fc0, 915px 1594px #fc0, 1325px 1650px #fc0, 752px 1839px #fc0, 1361px 1338px #fc0, 1577px 494px #fc0, 1502px 1163px #fc0, 1099px 628px #fc0, 263px 613px #fc0, 802px 712px #fc0, 496px 1033px #fc0, 15px 857px #fc0, 1952px 1727px #fc0, 517px 1153px #fc0, 656px 1733px #fc0, 1813px 434px #fc0, 333px 155px #fc0, 201px 816px #fc0, 744px 783px #fc0, 1321px 1867px #fc0, 1482px 593px #fc0, 883px 1676px #fc0, 1997px 725px #fc0, 1119px 439px #fc0, 525px 1296px #fc0, 1314px 1103px #fc0, 505px 1919px #fc0, 1876px 689px #fc0, 772px 1571px #fc0, 1681px 1698px #fc0, 1807px 1371px #fc0, 1590px 1107px #fc0, 287px 1975px #fc0, 1859px 1555px #fc0, 876px 1518px #fc0, 497px 1306px #fc0, 1500px 405px #fc0, 1835px 153px #fc0, 1677px 761px #fc0, 214px 1917px #fc0, 588px 587px #fc0, 68px 1023px #fc0, 254px 1343px #fc0, 481px 283px #fc0, 223px 1684px #fc0, 640px 1577px #fc0, 1831px 1957px #fc0, 293px 1169px #fc0, 1661px 1168px #fc0, 4px 1530px #fc0, 1113px 1200px #fc0, 1688px 938px #fc0, 1429px 1549px #fc0, 173px 1902px #fc0, 317px 1519px #fc0, 644px 43px #fc0, 1799px 1471px #fc0, 799px 1351px #fc0, 225px 1613px #fc0, 1364px 1456px #fc0, 1961px 21px #fc0, 1156px 1887px #fc0, 1697px 123px #fc0, 1763px 232px #fc0, 1487px 508px #fc0, 895px 1722px #fc0, 1759px 1249px #fc0, 1306px 1310px #fc0, 952px 1797px #fc0, 265px 366px #fc0, 765px 1404px #fc0, 716px 1389px #fc0, 260px 991px #fc0, 1634px 288px #fc0, 1344px 1757px #fc0, 114px 1858px #fc0, 1851px 1497px #fc0, 1391px 235px #fc0, 766px 1551px #fc0, 1820px 384px #fc0, 801px 1401px #fc0, 671px 602px #fc0, 1646px 917px #fc0, 1991px 1660px #fc0, 1834px 1180px #fc0, 624px 1089px #fc0, 1174px 300px #fc0, 360px 1671px #fc0, 693px 363px #fc0, 828px 737px #fc0, 1787px 1529px #fc0, 1696px 564px #fc0, 449px 96px #fc0, 1003px 398px #fc0, 1739px 998px #fc0, 1294px 1711px #fc0, 668px 1762px #fc0, 1058px 1967px #fc0, 8px 845px #fc0, 1663px 1417px #fc0, 1613px 939px #fc0, 918px 1152px #fc0, 1421px 855px #fc0, 654px 569px #fc0, 1873px 1542px #fc0, 770px 876px #fc0, 141px 552px #fc0, 1965px 1235px #fc0, 424px 1937px #fc0, 1408px 1383px #fc0, 1386px 480px #fc0, 224px 308px #fc0, 326px 152px #fc0, 1817px 409px #fc0, 638px 1419px #fc0, 1493px 1634px #fc0, 781px 739px #fc0, 871px 1014px #fc0, 1595px 1981px #fc0, 1934px 1560px #fc0, 1041px 1223px #fc0, 1373px 96px #fc0, 1215px 1832px #fc0, 110px 758px #fc0, 1139px 1117px #fc0, 1300px 386px #fc0, 1983px 651px #fc0, 1431px 1227px #fc0, 1045px 1188px #fc0, 918px 1012px #fc0, 1269px 1350px #fc0, 482px 595px #fc0, 478px 1612px #fc0, 1705px 951px #fc0, 1324px 511px #fc0, 934px 1850px #fc0, 912px 48px #fc0, 624px 842px #fc0, 903px 1117px #fc0, 13px 1942px #fc0, 704px 1853px #fc0, 1778px 753px #fc0, 1432px 1504px #fc0, 504px 586px #fc0, 157px 1758px #fc0, 270px 1308px #fc0, 955px 1633px #fc0, 1161px 485px #fc0, 465px 1207px #fc0, 563px 972px #fc0, 1498px 1493px #fc0, 682px 1089px #fc0, 1048px 936px #fc0, 1951px 297px #fc0, 281px 1708px #fc0, 1746px 875px #fc0, 1205px 1747px #fc0, 1502px 707px #fc0, 1220px 1152px #fc0, 551px 192px #fc0, 1505px 765px #fc0, 967px 370px #fc0, 1295px 682px #fc0, 1912px 844px #fc0, 1876px 1410px #fc0, 70px 510px #fc0, 760px 1130px #fc0, 1924px 844px #fc0, 1151px 928px #fc0, 1573px 413px #fc0, 1704px 561px #fc0, 585px 292px #fc0, 1164px 1030px #fc0, 1436px 198px #fc0, 1181px 436px #fc0, 434px 348px #fc0, 386px 221px #fc0, 941px 637px #fc0, 280px 1878px #fc0, 1648px 252px #fc0, 1957px 1465px #fc0, 83px 429px #fc0, 1489px 1024px #fc0, 1696px 925px #fc0, 1954px 210px #fc0, 1060px 634px #fc0, 393px 1617px #fc0, 1637px 194px #fc0, 1239px 530px #fc0, 1288px 1854px #fc0, 628px 1309px #fc0, 1972px 1842px #fc0, 978px 657px #fc0, 422px 1211px #fc0, 1095px 1788px #fc0, 1786px 270px #fc0, 1523px 1761px #fc0, 817px 1626px #fc0, 931px 947px #fc0, 1511px 1195px #fc0, 1625px 826px #fc0, 1470px 1179px #fc0, 899px 535px #fc0, 850px 792px #fc0, 714px 1060px #fc0, 1880px 447px #fc0, 413px 1967px #fc0, 578px 462px #fc0, 771px 1815px #fc0, 105px 804px #fc0, 861px 1598px #fc0, 1542px 1626px #fc0, 1757px 1265px #fc0, 90px 225px #fc0, 1632px 44px #fc0, 1772px 1800px #fc0, 1511px 1725px #fc0, 1014px 1585px #fc0, 191px 1671px #fc0, 552px 1164px #fc0, 796px 379px #fc0, 55px 763px #fc0, 916px 157px #fc0, 242px 1655px #fc0, 947px 1828px #fc0, 601px 1895px #fc0, 364px 1790px #fc0, 597px 1467px #fc0, 1145px 501px #fc0, 707px 105px #fc0, 191px 917px #fc0, 775px 1250px #fc0, 1250px 729px #fc0, 1260px 1969px #fc0, 1980px 1809px #fc0, 703px 1127px #fc0, 775px 450px #fc0, 170px 1049px #fc0, 472px 1808px #fc0, 1972px 1982px #fc0, 1643px 162px #fc0, 302px 1138px #fc0, 549px 1509px #fc0, 736px 469px #fc0, 8px 191px #fc0, 587px 385px #fc0, 288px 1082px #fc0, 623px 1926px #fc0, 1968px 1101px #fc0, 1456px 976px #fc0, 1918px 1454px #fc0, 615px 1314px #fc0, 820px 1467px #fc0, 217px 240px #fc0, 166px 1346px #fc0, 181px 188px #fc0, 1129px 1060px #fc0, 1903px 1652px #fc0, 775px 1333px #fc0, 1626px 309px #fc0, 1663px 1757px #fc0, 1343px 1163px #fc0, 135px 1529px #fc0, 122px 333px #fc0, 499px 1296px #fc0, 1563px 288px #fc0, 744px 1182px #fc0, 543px 305px #fc0, 1345px 1969px #fc0, 1814px 1092px #fc0, 415px 1390px #fc0, 1572px 1389px #fc0, 1460px 54px #fc0, 570px 542px #fc0, 1462px 464px #fc0, 1378px 696px #fc0, 451px 1956px #fc0, 1740px 1189px #fc0, 1392px 1890px #fc0, 1816px 526px #fc0, 924px 1013px #fc0, 1725px 1206px #fc0, 645px 1753px #fc0, 904px 1901px #fc0, 83px 1442px #fc0, 1985px 700px #fc0, 1283px 1961px #fc0, 1772px 953px #fc0, 1507px 1516px #fc0, 373px 1811px #fc0, 1466px 1596px #fc0, 1524px 1931px #fc0, 1684px 1503px #fc0, 744px 1940px #fc0, 1862px 814px #fc0, 340px 1446px #fc0, 1994px 1828px #fc0, 1608px 2000px #fc0, 1572px 1429px #fc0, 1142px 478px #fc0, 1109px 1201px #fc0, 484px 716px #fc0, 1609px 781px #fc0, 698px 218px #fc0, 1875px 206px #fc0, 1700px 1590px #fc0, 1300px 1559px #fc0, 276px 315px #fc0, 1844px 277px #fc0, 1145px 79px #fc0, 1487px 835px #fc0, 1459px 1269px #fc0, 1240px 1198px #fc0, 15px 1978px #fc0, 1425px 536px #fc0, 1471px 1039px #fc0, 399px 1193px #fc0, 1262px 934px #fc0, 1219px 291px #fc0, 718px 1772px #fc0, 1114px 1711px #fc0, 1513px 91px #fc0, 518px 429px #fc0, 442px 880px #fc0, 596px 1419px #fc0, 1776px 849px #fc0, 1253px 89px #fc0, 1764px 1175px #fc0, 1495px 1402px #fc0, 1420px 195px #fc0, 1794px 1540px #fc0, 1832px 62px #fc0, 312px 795px #fc0, 591px 437px #fc0, 1240px 1318px #fc0, 311px 990px #fc0, 579px 833px #fc0, 1933px 125px #fc0, 413px 265px #fc0, 1339px 729px #fc0, 1930px 919px #fc0, 1256px 1976px #fc0, 1594px 535px #fc0, 1735px 1248px #fc0, 1407px 1108px #fc0, 345px 154px #fc0, 692px 1968px #fc0, 695px 1889px #fc0, 1472px 578px #fc0, 1261px 1594px #fc0, 1712px 211px #fc0, 880px 927px #fc0, 1460px 1066px #fc0, 710px 622px #fc0, 1631px 33px #fc0, 1030px 991px #fc0, 562px 972px #fc0, 1797px 1491px #fc0, 1369px 1726px #fc0, 244px 64px #fc0, 242px 535px #fc0, 984px 390px #fc0, 524px 51px #fc0, 1806px 260px #fc0, 1259px 823px #fc0, 524px 694px #fc0, 1524px 466px #fc0, 1655px 1746px #fc0, 157px 1551px #fc0, 1535px 1979px #fc0, 1802px 1672px #fc0, 27px 438px #fc0, 853px 1597px #fc0, 28px 1393px #fc0, 1949px 1194px #fc0, 517px 1268px #fc0, 1827px 1509px #fc0, 1860px 394px #fc0, 582px 1479px #fc0, 58px 487px #fc0, 452px 8px #fc0, 1728px 30px #fc0, 1682px 1113px #fc0, 880px 1618px #fc0, 1144px 1689px #fc0, 460px 1726px #fc0, 501px 1227px #fc0, 1497px 318px #fc0, 333px 1400px #fc0, 1753px 1416px #fc0, 1034px 639px #fc0, 554px 669px #fc0, 1214px 1156px #fc0, 1871px 217px #fc0, 1711px 1199px #fc0, 1659px 711px #fc0, 523px 1619px #fc0, 1462px 144px #fc0, 214px 1868px #fc0, 1842px 1991px #fc0, 1159px 1857px #fc0, 1324px 1526px #fc0, 1984px 1111px #fc0, 794px 638px #fc0, 1506px 1398px #fc0, 329px 1776px #fc0, 139px 1755px #fc0, 1838px 1698px #fc0, 1800px 924px #fc0, 515px 124px #fc0, 1363px 551px #fc0, 1751px 1194px #fc0, 954px 608px #fc0, 164px 611px #fc0, 1991px 1683px #fc0, 1417px 827px #fc0, 251px 276px #fc0, 1862px 556px #fc0, 574px 221px #fc0, 1131px 1645px #fc0, 973px 990px #fc0, 841px 1032px #fc0, 421px 260px #fc0, 437px 1471px #fc0, 638px 890px #fc0, 894px 1148px #fc0, 1444px 756px #fc0, 607px 370px #fc0, 458px 424px #fc0, 314px 62px #fc0, 693px 686px #fc0, 387px 75px #fc0, 1758px 1285px #fc0, 1665px 424px #fc0, 648px 1010px #fc0, 1260px 1663px #fc0, 1776px 1633px #fc0, 462px 1869px #fc0, 1752px 1066px #fc0, 960px 1384px #fc0, 742px 937px #fc0, 641px 600px #fc0, 1966px 74px #fc0, 1232px 361px #fc0, 1935px 403px #fc0, 309px 643px #fc0, 150px 1501px #fc0, 1434px 849px #fc0, 217px 1896px #fc0, 516px 13px #fc0, 1574px 1279px #fc0, 1310px 904px #fc0, 1104px 1715px #fc0, 1884px 1139px #fc0, 1870px 1721px #fc0, 239px 106px #fc0, 921px 1450px #fc0, 3px 997px #fc0, 1481px 1296px #fc0, 1662px 1392px #fc0, 1957px 667px #fc0, 158px 1244px #fc0, 1150px 1471px #fc0, 1648px 152px #fc0, 773px 449px #fc0, 799px 1633px #fc0, 480px 1530px #fc0, 274px 363px #fc0, 850px 834px #fc0, 1316px 880px #fc0, 1710px 1099px #fc0, 220px 530px #fc0, 1760px 216px #fc0, 273px 560px #fc0, 1081px 1191px #fc0, 1196px 1734px #fc0, 432px 1139px #fc0, 380px 104px #fc0, 1980px 1214px #fc0, 1328px 147px #fc0, 1526px 1464px #fc0, 942px 1738px #fc0, 566px 233px #fc0, 1344px 1419px #fc0, 621px 938px #fc0, 1522px 1892px #fc0, 1072px 408px #fc0, 212px 819px #fc0, 799px 1450px #fc0, 97px 8px #fc0, 615px 1102px #fc0, 1102px 1018px #fc0, 665px 302px #fc0, 1753px 667px #fc0, 1129px 1400px #fc0, 1843px 293px #fc0, 1014px 1924px #fc0, 1695px 248px #fc0, 157px 1623px #fc0, 200px 1649px #fc0, 1365px 97px #fc0, 1221px 478px #fc0, 1181px 919px #fc0, 134px 1441px #fc0, 159px 1373px #fc0, 1433px 393px #fc0, 1040px 759px #fc0, 1497px 1851px #fc0, 382px 469px #fc0, 1689px 1971px #fc0, 59px 13px #fc0, 644px 761px #fc0, 241px 317px #fc0, 721px 1837px #fc0, 329px 48px #fc0, 1578px 1774px #fc0, 485px 1000px #fc0, 1118px 1636px #fc0, 1645px 844px #fc0, 1403px 320px #fc0, 1272px 475px #fc0, 1050px 1067px #fc0, 1257px 1120px #fc0, 1450px 141px #fc0, 1285px 1507px #fc0, 1892px 322px #fc0, 1019px 151px #fc0, 1692px 674px #fc0, 1256px 775px #fc0, 1075px 458px #fc0, 1719px 1437px #fc0, 246px 1560px #fc0, 1437px 1883px #fc0, 1832px 873px #fc0, 1835px 362px #fc0, 1327px 2000px #fc0, 1240px 1608px #fc0, 608px 1545px #fc0, 692px 776px #fc0, 266px 1463px #fc0, 1783px 626px #fc0, 161px 432px #fc0, 882px 1515px #fc0, 1090px 1689px #fc0, 1584px 1392px #fc0, 80px 1821px #fc0, 1545px 1516px #fc0, 1352px 1681px #fc0, 474px 1113px #fc0, 1357px 1991px #fc0, 1183px 1961px #fc0, 33px 1033px #fc0, 111px 1393px #fc0, 293px 411px #fc0, 1450px 1740px #fc0, 417px 1086px #fc0, 1227px 397px #fc0, 1386px 1451px #fc0, 1145px 1585px #fc0, 577px 179px #fc0, 1461px 1608px #fc0, 541px 1421px #fc0, 1253px 118px #fc0, 1040px 600px #fc0, 1335px 42px #fc0, 387px 164px #fc0, 1133px 208px #fc0, 1940px 620px #fc0, 1078px 185px #fc0, 160px 866px #fc0, 1349px 411px #fc0, 1758px 1151px #fc0, 1572px 521px #fc0, 994px 1204px #fc0, 231px 1433px #fc0, 49px 375px #fc0, 1228px 310px #fc0, 1293px 318px #fc0, 94px 1033px #fc0, 293px 498px #fc0, 1326px 146px #fc0, 149px 1334px #fc0, 1079px 398px #fc0, 933px 112px #fc0, 1907px 85px #fc0, 1966px 837px #fc0, 1161px 216px #fc0, 1330px 732px #fc0, 1132px 103px #fc0, 717px 698px #fc0, 1729px 434px #fc0, 1998px 87px #fc0, 1566px 1034px #fc0, 1889px 1405px #fc0, 1873px 1746px #fc0, 1613px 1412px #fc0, 1622px 1954px #fc0, 230px 1652px #fc0, 1968px 340px #fc0, 1937px 1738px #fc0, 96px 142px #fc0, 1977px 1086px #fc0, 1877px 464px #fc0, 975px 1263px #fc0, 1010px 18px #fc0, 535px 748px #fc0, 2000px 1838px #fc0, 1365px 421px #fc0, 581px 721px #fc0, 330px 421px #fc0, 444px 1043px #fc0, 1644px 839px #fc0, 515px 204px #fc0, 1347px 554px #fc0, 1680px 1180px #fc0, 1705px 57px #fc0, 1317px 1953px #fc0, 1734px 1461px #fc0, 1206px 849px #fc0, 322px 236px #fc0, 1520px 1763px #fc0, 1556px 1501px #fc0, 1117px 1564px #fc0, 1013px 15px #fc0, 1736px 1623px #fc0, 1191px 1980px #fc0, 290px 910px #fc0, 1805px 1533px #fc0, 99px 548px #fc0, 391px 1291px #fc0, 1226px 779px #fc0, 1179px 752px #fc0, 1632px 1292px #fc0, 1723px 318px #fc0, 165px 710px #fc0, 550px 246px #fc0
}

.x-register-card-footer #stars6:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars7 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars7,
.x-register-card-footer #stars7:after {
    width: 2px;
    height: 2px;
    background: 0 0;
    box-shadow: 1721px 11132px #fc0, 862px 257px #fc0, 1373px 1472px #fc0, 1671px 444px #fc0, 176px 393px #fc0, 1249px 1351px #fc0, 1332px 1037px #fc0, 1386px 248px #fc0, 762px 1791px #fc0, 263px 1747px #fc0, 775px 1001px #fc0, 308px 1845px #fc0, 659px 463px #fc0, 849px 275px #fc0, 1075px 789px #fc0, 1787px 1987px #fc0, 1234px 198px #fc0, 92px 1904px #fc0, 1841px 1777px #fc0, 1254px 631px #fc0, 792px 715px #fc0, 905px 1668px #fc0, 24px 977px #fc0, 95px 1351px #fc0, 595px 1348px #fc0, 488px 648px #fc0, 234px 76px #fc0, 628px 991px #fc0, 1708px 44px #fc0, 639px 1352px #fc0, 298px 551px #fc0, 532px 1401px #fc0, 856px 1429px #fc0, 1981px 126px #fc0, 899px 1741px #fc0, 318px 1892px #fc0, 1717px 448px #fc0, 1951px 751px #fc0, 1662px 1768px #fc0, 654px 1178px #fc0, 1150px 537px #fc0, 1810px 1794px #fc0, 243px 555px #fc0, 256px 1373px #fc0, 1857px 1336px #fc0, 771px 1314px #fc0, 1854px 1737px #fc0, 1258px 1300px #fc0, 1299px 193px #fc0, 292px 674px #fc0, 1674px 229px #fc0, 1515px 701px #fc0, 921px 1131px #fc0, 1917px 705px #fc0, 181px 319px #fc0, 1817px 1631px #fc0, 1761px 655px #fc0, 1058px 1469px #fc0, 1976px 1984px #fc0, 1854px 541px #fc0, 157px 929px #fc0, 718px 1047px #fc0, 931px 1490px #fc0, 356px 1017px #fc0, 1712px 1769px #fc0, 1550px 307px #fc0, 1544px 1933px #fc0, 652px 1077px #fc0, 1493px 304px #fc0, 78px 846px #fc0, 287px 359px #fc0, 311px 193px #fc0, 1208px 1405px #fc0, 757px 1359px #fc0, 322px 416px #fc0, 1387px 1514px #fc0, 1863px 548px #fc0, 1950px 430px #fc0, 1647px 631px #fc0, 939px 1397px #fc0, 1802px 1514px #fc0, 151px 1805px #fc0, 1383px 1128px #fc0, 1676px 440px #fc0, 1176px 1328px #fc0, 1124px 816px #fc0, 268px 933px #fc0, 1762px 351px #fc0, 15px 1128px #fc0, 1656px 900px #fc0, 999px 758px #fc0, 1422px 574px #fc0, 1623px 1414px #fc0, 1332px 38px #fc0, 941px 97px #fc0, 1600px 245px #fc0, 1565px 850px #fc0, 111px 1422px #fc0, 788px 321px #fc0, 1786px 1689px #fc0, 1354px 677px #fc0, 1921px 1751px #fc0, 494px 1360px #fc0, 291px 1352px #fc0, 348px 762px #fc0, 566px 791px #fc0, 1020px 1833px #fc0, 1193px 1481px #fc0, 1080px 651px #fc0, 915px 90px #fc0, 264px 880px #fc0, 1421px 141px #fc0, 1311px 465px #fc0, 1103px 131px #fc0, 972px 797px #fc0, 1700px 733px #fc0, 309px 465px #fc0, 909px 1801px #fc0, 392px 1788px #fc0, 73px 1728px #fc0, 971px 575px #fc0, 487px 548px #fc0, 1514px 62px #fc0, 1867px 1532px #fc0, 192px 1228px #fc0, 972px 1665px #fc0, 1203px 1580px #fc0, 1232px 876px #fc0, 1587px 159px #fc0, 1264px 1967px #fc0, 1811px 1468px #fc0, 624px 94px #fc0, 1018px 1818px #fc0, 1819px 1446px #fc0, 960px 1486px #fc0, 580px 26px #fc0, 1455px 1777px #fc0, 1853px 433px #fc0, 139px 1886px #fc0, 1568px 303px #fc0, 68px 1425px #fc0, 1373px 1087px #fc0, 1204px 465px #fc0, 1117px 1122px #fc0, 358px 761px #fc0, 961px 1195px #fc0, 1848px 1161px #fc0, 643px 1323px #fc0, 1397px 588px #fc0, 1037px 1731px #fc0, 16px 438px #fc0, 891px 127px #fc0, 1000px 1391px #fc0, 173px 1289px #fc0, 615px 395px #fc0, 766px 242px #fc0, 1311px 1590px #fc0, 1301px 1772px #fc0, 491px 1915px #fc0, 1641px 84px #fc0, 1886px 827px #fc0, 911px 1035px #fc0, 297px 1594px #fc0, 325px 197px #fc0, 1007px 1055px #fc0, 1978px 564px #fc0, 961px 608px #fc0, 665px 1411px #fc0, 1490px 869px #fc0, 1829px 1198px #fc0, 860px 1550px #fc0, 1px 1924px #fc0, 1795px 603px #fc0, 1244px 646px #fc0, 1101px 224px #fc0, 333px 322px #fc0, 219px 1190px #fc0, 1899px 1141px #fc0, 1596px 1691px #fc0, 1040px 153px #fc0, 1451px 440px #fc0, 299px 620px #fc0, 304px 893px #fc0, 1669px 430px #fc0, 1240px 549px #fc0, 1038px 682px #fc0, 907px 1625px #fc0, 841px 1440px #fc0, 305px 1740px #fc0, 107px 596px #fc0, 1168px 1672px #fc0, 978px 788px #fc0, 421px 1722px #fc0, 659px 1270px #fc0, 918px 560px #fc0, 1052px 1352px #fc0, 1736px 255px #fc0, 1536px 1494px #fc0, 1417px 1977px #fc0, 1141px 881px #fc0, 1332px 745px #fc0, 1336px 1188px #fc0, 34px 32px #fc0, 462px 2px #fc0, 543px 643px #fc0, 523px 1695px #fc0, 1758px 439px #fc0, 306px 806px #fc0, 1269px 68px #fc0, 1414px 1280px #fc0, 1118px 23px #fc0, 1368px 1313px #fc0, 1222px 702px #fc0, 356px 1774px #fc0, 1934px 547px #fc0, 1187px 1493px #fc0, 1562px 439px #fc0, 600px 1731px #fc0, 1346px 152px #fc0, 680px 940px #fc0, 1453px 1014px #fc0, 1347px 1664px #fc0, 1041px 53px #fc0, 416px 573px #fc0, 1895px 486px #fc0, 993px 767px #fc0, 1962px 244px #fc0, 508px 294px #fc0, 852px 1703px #fc0, 1558px 1573px #fc0, 1457px 1763px #fc0, 418px 1792px #fc0, 1693px 714px #fc0, 488px 215px #fc0, 1876px 668px #fc0, 594px 815px #fc0, 764px 1545px #fc0, 1693px 1679px #fc0, 86px 35px #fc0, 1873px 40px #fc0, 718px 481px #fc0, 1431px 209px #fc0, 1825px 154px #fc0, 1625px 1750px #fc0, 1946px 729px #fc0, 1708px 1313px #fc0, 228px 300px #fc0, 823px 108px #fc0, 1938px 1526px #fc0, 1819px 1080px #fc0, 1990px 1695px #fc0, 910px 902px #fc0, 221px 1183px #fc0, 556px 1255px #fc0, 1091px 158px #fc0, 527px 438px #fc0, 456px 318px #fc0, 1285px 576px #fc0, 1406px 1749px #fc0, 133px 1382px #fc0, 1781px 760px #fc0, 548px 1893px #fc0, 1222px 1640px #fc0, 28px 1986px #fc0, 800px 1015px #fc0, 763px 512px #fc0, 1957px 1795px #fc0, 1090px 476px #fc0, 873px 1949px #fc0, 1630px 1317px #fc0, 1207px 1665px #fc0, 573px 1675px #fc0, 26px 1873px #fc0, 498px 571px #fc0, 465px 853px #fc0, 1115px 517px #fc0, 186px 1605px #fc0, 1620px 404px #fc0, 467px 1636px #fc0, 506px 1641px #fc0, 1734px 1525px #fc0, 828px 100px #fc0, 1357px 296px #fc0, 3px 519px #fc0, 295px 338px #fc0, 619px 1973px #fc0, 269px 1905px #fc0, 820px 713px #fc0, 1490px 195px #fc0, 692px 1666px #fc0, 1267px 605px #fc0, 1276px 1173px #fc0, 12px 96px #fc0, 1004px 1411px #fc0, 1006px 1351px #fc0, 1072px 950px #fc0, 336px 1603px #fc0, 1933px 337px #fc0, 509px 16px #fc0, 1157px 212px #fc0
}

.x-register-card-footer #stars7:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars9 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars9,
.x-register-card-footer #stars9:after {
    width: 3px;
    height: 3px;
    background: 0 0;
    box-shadow: 400px 549px #fc0, 1825px 1995px #fc0, 1042px 1046px #fc0, 24px 1956px #fc0, 1733px 636px #fc0, 1220px 849px #fc0, 1590px 860px #fc0, 113px 321px #fc0, 182px 140px #fc0, 81px 1498px #fc0, 905px 22px #fc0, 1510px 24px #fc0, 1686px 1792px #fc0, 1074px 1760px #fc0, 390px 103px #fc0, 1644px 1682px #fc0, 225px 1238px #fc0, 66px 110px #fc0, 1156px 1011px #fc0, 1922px 218px #fc0, 553px 1801px #fc0, 17px 1012px #fc0, 1966px 26px #fc0, 829px 1227px #fc0, 673px 630px #fc0, 1710px 1040px #fc0, 1800px 86px #fc0, 1218px 725px #fc0, 695px 1880px #fc0, 1004px 1730px #fc0, 1002px 1049px #fc0, 960px 90px #fc0, 349px 1437px #fc0, 402px 31px #fc0, 209px 1927px #fc0, 1789px 1805px #fc0, 409px 1713px #fc0, 172px 1370px #fc0, 1207px 926px #fc0, 1709px 1899px #fc0, 208px 798px #fc0, 1776px 380px #fc0, 1748px 1288px #fc0, 1527px 712px #fc0, 1238px 536px #fc0, 293px 1993px #fc0, 1442px 1273px #fc0, 323px 1430px #fc0, 1100px 426px #fc0, 702px 589px #fc0, 1578px 871px #fc0, 693px 118px #fc0, 1118px 1913px #fc0, 598px 1142px #fc0, 175px 706px #fc0, 1783px 417px #fc0, 1542px 1539px #fc0, 455px 1382px #fc0, 751px 816px #fc0, 1655px 156px #fc0, 1701px 529px #fc0, 1289px 1745px #fc0, 1647px 1930px #fc0, 769px 768px #fc0, 1341px 209px #fc0, 1656px 187px #fc0, 464px 610px #fc0, 1250px 27px #fc0, 1863px 1666px #fc0, 16px 1492px #fc0, 952px 1220px #fc0, 1364px 687px #fc0, 1975px 1932px #fc0, 353px 1268px #fc0, 346px 1687px #fc0, 141px 164px #fc0, 209px 171px #fc0, 1946px 316px #fc0, 1955px 1531px #fc0, 182px 1611px #fc0, 102px 1482px #fc0, 625px 1876px #fc0, 1285px 352px #fc0, 1119px 162px #fc0, 1236px 542px #fc0, 787px 1987px #fc0, 285px 1383px #fc0, 25px 1979px #fc0, 979px 1382px #fc0, 1286px 1169px #fc0, 1902px 886px #fc0, 941px 920px #fc0, 61px 1655px #fc0, 1101px 710px #fc0, 1001px 1105px #fc0, 796px 832px #fc0, 1806px 1273px #fc0, 1017px 27px #fc0, 247px 889px #fc0, 191px 29px #fc0, 1307px 348px #fc0, 1702px 80px #fc0, 1744px 1322px #fc0, 1499px 1426px #fc0, 1614px 171px #fc0, 725px 632px #fc0, 746px 1501px #fc0, 1199px 1485px #fc0, 1908px 587px #fc0, 1914px 206px #fc0, 748px 1609px #fc0, 282px 1214px #fc0, 459px 431px #fc0, 1307px 455px #fc0, 797px 1032px #fc0, 1279px 1983px #fc0, 1154px 1382px #fc0, 522px 1794px #fc0, 1357px 393px #fc0, 38px 55px #fc0, 1938px 758px #fc0, 1588px 986px #fc0, 1162px 827px #fc0, 695px 213px #fc0, 619px 783px #fc0, 1249px 1277px #fc0, 581px 1204px #fc0, 877px 1502px #fc0, 1204px 1535px #fc0, 1686px 703px #fc0, 1453px 1542px #fc0, 562px 391px #fc0, 290px 1717px #fc0, 1046px 39px #fc0, 1728px 1252px #fc0, 547px 542px #fc0, 1790px 543px #fc0, 917px 541px #fc0, 1494px 1096px #fc0, 1927px 769px #fc0, 1660px 34px #fc0, 834px 1254px #fc0, 1205px 599px #fc0, 202px 1508px #fc0, 646px 497px #fc0, 1571px 1473px #fc0, 368px 1275px #fc0, 83px 1534px #fc0, 233px 171px #fc0, 1818px 935px #fc0, 936px 1294px #fc0, 239px 291px #fc0, 1873px 1958px #fc0, 552px 1726px #fc0, 1118px 906px #fc0, 1998px 1792px #fc0, 230px 521px #fc0, 851px 1991px #fc0, 950px 537px #fc0, 249px 1363px #fc0, 500px 222px #fc0, 488px 909px #fc0, 611px 1366px #fc0, 1278px 860px #fc0, 41px 542px #fc0, 1552px 1150px #fc0, 420px 1675px #fc0, 1365px 256px #fc0, 1690px 1534px #fc0, 1644px 110px #fc0, 469px 1629px #fc0, 265px 1553px #fc0, 1473px 534px #fc0, 1770px 1271px #fc0, 1489px 1720px #fc0, 1624px 1597px #fc0, 1255px 1635px #fc0, 1193px 485px #fc0, 839px 1424px #fc0, 1005px 992px #fc0, 1782px 134px #fc0, 1130px 1203px #fc0, 1208px 1117px #fc0, 871px 1196px #fc0, 1822px 414px #fc0, 846px 681px #fc0, 482px 326px #fc0, 578px 667px #fc0, 1518px 871px #fc0, 1165px 1757px #fc0, 1517px 863px #fc0, 1061px 531px #fc0, 1978px 441px #fc0, 1125px 1284px #fc0, 1513px 475px #fc0, 506px 756px #fc0, 207px 1420px #fc0, 592px 513px #fc0, 571px 379px #fc0, 291px 115px #fc0, 767px 1001px #fc0, 1089px 1221px #fc0, 1661px 159px #fc0, 883px 1133px #fc0, 583px 1730px #fc0, 1386px 52px #fc0, 1766px 511px #fc0, 140px 1447px #fc0, 1832px 1894px #fc0, 1096px 1279px #fc0, 1746px 1459px #fc0, 1338px 150px #fc0, 1579px 10px #fc0, 335px 318px #fc0, 1119px 1249px #fc0, 491px 1412px #fc0, 1286px 1225px #fc0, 1499px 823px #fc0, 1745px 1069px #fc0, 469px 1082px #fc0, 881px 1345px #fc0, 1509px 840px #fc0, 199px 1358px #fc0, 1353px 760px #fc0, 1326px 336px #fc0, 1967px 422px #fc0, 1132px 1340px #fc0, 1895px 1087px #fc0, 252px 1210px #fc0, 1298px 1553px #fc0, 1805px 1066px #fc0, 1517px 607px #fc0, 1023px 1955px #fc0, 1527px 194px #fc0, 533px 597px #fc0, 1673px 1115px #fc0, 1704px 1878px #fc0, 490px 699px #fc0, 200px 931px #fc0, 510px 588px #fc0, 1145px 1302px #fc0, 590px 1146px #fc0, 556px 1452px #fc0, 416px 1247px #fc0, 1182px 1733px #fc0, 373px 1402px #fc0, 1666px 986px #fc0, 1380px 1705px #fc0, 484px 875px #fc0, 1943px 1867px #fc0, 7px 770px #fc0, 1836px 993px #fc0, 1618px 296px #fc0, 290px 1076px #fc0, 1145px 731px #fc0, 1647px 1339px #fc0, 1053px 238px #fc0, 349px 614px #fc0, 1156px 1613px #fc0, 1697px 27px #fc0, 1256px 1786px #fc0, 1092px 712px #fc0, 1824px 1364px #fc0, 1195px 254px #fc0, 596px 51px #fc0, 148px 1652px #fc0, 134px 490px #fc0, 1823px 457px #fc0, 921px 488px #fc0, 1124px 93px #fc0, 723px 1670px #fc0, 1047px 804px #fc0, 554px 79px #fc0, 581px 641px #fc0, 47px 654px #fc0, 899px 1355px #fc0, 431px 1208px #fc0, 68px 1392px #fc0, 1087px 1293px #fc0, 356px 310px #fc0, 40px 1205px #fc0, 1813px 356px #fc0, 1164px 1755px #fc0, 253px 676px #fc0, 536px 693px #fc0, 828px 1658px #fc0, 119px 1483px #fc0, 1628px 1135px #fc0, 1561px 58px #fc0, 1723px 1983px #fc0, 1264px 1573px #fc0, 1252px 986px #fc0, 722px 1862px #fc0, 1295px 1270px #fc0, 1823px 1658px #fc0, 1538px 1781px #fc0, 108px 489px #fc0, 1106px 240px #fc0, 1306px 1356px #fc0, 1143px 506px #fc0, 1352px 1547px #fc0, 1942px 290px #fc0, 1001px 1889px #fc0, 1304px 184px #fc0, 1079px 1857px #fc0, 1005px 498px #fc0, 1973px 1244px #fc0, 1571px 599px #fc0, 234px 1967px #fc0, 625px 1349px #fc0, 907px 1176px #fc0, 521px 160px #fc0, 477px 1136px #fc0, 252px 1589px #fc0, 1706px 507px #fc0, 701px 216px #fc0, 395px 1775px #fc0, 736px 1672px #fc0, 715px 1225px #fc0, 185px 1742px #fc0, 1692px 1163px #fc0, 141px 539px #fc0, 183px 511px #fc0, 1585px 1160px #fc0, 1783px 598px #fc0, 1693px 46px #fc0, 992px 1840px #fc0, 225px 262px #fc0, 1939px 254px #fc0, 577px 1355px #fc0, 1539px 278px #fc0, 459px 228px #fc0, 1182px 689px #fc0, 726px 1299px #fc0, 215px 1915px #fc0, 403px 774px #fc0, 1304px 1828px #fc0, 1674px 517px #fc0, 1515px 1150px #fc0, 1387px 1732px #fc0, 293px 356px #fc0, 434px 402px #fc0, 441px 1697px #fc0, 218px 1521px #fc0, 1358px 1170px #fc0, 727px 1147px #fc0, 162px 1212px #fc0, 248px 996px #fc0, 713px 1362px #fc0, 746px 1237px #fc0, 1770px 864px #fc0, 469px 1642px #fc0, 1967px 1249px #fc0, 465px 34px #fc0, 141px 1464px #fc0, 1001px 1644px #fc0, 607px 690px #fc0, 146px 1946px #fc0, 1492px 1386px #fc0, 92px 990px #fc0, 425px 1964px #fc0, 229px 1430px #fc0, 1553px 1542px #fc0, 1051px 199px #fc0, 1105px 1746px #fc0, 584px 1835px #fc0, 1105px 1875px #fc0, 752px 1560px #fc0, 762px 1472px #fc0, 583px 1596px #fc0, 38px 1671px #fc0, 400px 1657px #fc0, 452px 1562px #fc0, 289px 6px #fc0, 1263px 158px #fc0, 1875px 1088px #fc0, 1617px 752px #fc0, 464px 953px #fc0, 1142px 1142px #fc0, 175px 1464px #fc0, 290px 243px #fc0, 583px 1818px #fc0, 1339px 1589px #fc0, 1135px 392px #fc0, 510px 757px #fc0, 192px 1615px #fc0, 902px 1421px #fc0, 580px 211px #fc0, 1787px 1869px #fc0, 604px 1827px #fc0, 1880px 1250px #fc0, 918px 940px #fc0, 1483px 664px #fc0, 84px 1637px #fc0, 1954px 940px #fc0, 974px 849px #fc0, 448px 171px #fc0, 1150px 1022px #fc0, 1613px 110px #fc0, 1465px 298px #fc0, 495px 1611px #fc0, 410px 811px #fc0, 1389px 1517px #fc0, 1102px 571px #fc0, 814px 259px #fc0, 1124px 1454px #fc0, 903px 153px #fc0, 862px 1850px #fc0, 1145px 1558px #fc0, 949px 288px #fc0, 1140px 1154px #fc0, 918px 467px #fc0, 1484px 1684px #fc0, 847px 519px #fc0, 1399px 206px #fc0, 527px 448px #fc0, 1844px 1632px #fc0, 1099px 1148px #fc0, 709px 723px #fc0, 387px 1635px #fc0, 781px 373px #fc0, 1861px 1324px #fc0, 271px 1014px #fc0, 805px 1023px #fc0, 1280px 1368px #fc0, 932px 16px #fc0, 1695px 66px #fc0, 1964px 945px #fc0, 532px 408px #fc0, 1036px 584px #fc0, 1386px 1568px #fc0, 1637px 1592px #fc0, 494px 354px #fc0, 294px 1709px #fc0, 1392px 905px #fc0, 632px 945px #fc0, 826px 450px #fc0, 432px 1948px #fc0, 53px 31px #fc0, 289px 1715px #fc0, 426px 1883px #fc0, 1812px 366px #fc0, 67px 631px #fc0, 29px 1529px #fc0, 1933px 577px #fc0, 1014px 1243px #fc0, 1793px 474px #fc0, 1075px 1704px #fc0, 1580px 922px #fc0, 1033px 1193px #fc0, 162px 1557px #fc0, 1964px 1731px #fc0, 1597px 1071px #fc0, 478px 176px #fc0, 735px 1942px #fc0, 21px 1742px #fc0, 702px 624px #fc0, 737px 1400px #fc0, 1441px 1574px #fc0, 1677px 310px #fc0, 2000px 1963px #fc0, 1722px 312px #fc0, 1892px 102px #fc0, 373px 1988px #fc0, 482px 981px #fc0, 545px 650px #fc0, 1828px 832px #fc0, 1097px 1489px #fc0, 603px 200px #fc0, 111px 1664px #fc0, 66px 873px #fc0, 923px 1306px #fc0, 23px 852px #fc0, 1388px 1226px #fc0, 17px 1240px #fc0, 370px 1519px #fc0, 339px 1701px #fc0, 61px 331px #fc0, 523px 1655px #fc0, 1977px 87px #fc0, 1265px 218px #fc0, 831px 70px #fc0, 744px 674px #fc0, 1301px 1070px #fc0, 1463px 1367px #fc0, 1226px 1482px #fc0, 582px 1986px #fc0, 1917px 1865px #fc0, 1612px 784px #fc0, 513px 932px #fc0, 1561px 516px #fc0, 1745px 9px #fc0, 666px 1597px #fc0, 1799px 1324px #fc0, 1888px 1407px #fc0, 803px 893px #fc0, 1743px 331px #fc0, 332px 1870px #fc0, 540px 622px #fc0, 390px 1159px #fc0
}

.x-register-card-footer #stars9:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars10 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars10,
.x-register-card-footer #stars10:after {
    width: 5px;
    height: 5px;
    background: 0 0;
    box-shadow: 1721px 11132px #fc0, 862px 257px #fc0, 1373px 1472px #fc0, 1671px 444px #fc0, 176px 393px #fc0, 1249px 1351px #fc0, 1332px 1037px #fc0, 1386px 248px #fc0, 762px 1791px #fc0, 263px 1747px #fc0, 775px 1001px #fc0, 308px 1845px #fc0, 659px 463px #fc0, 849px 275px #fc0, 1075px 789px #fc0, 1787px 1987px #fc0, 1234px 198px #fc0, 92px 1904px #fc0, 1841px 1777px #fc0, 1254px 631px #fc0, 792px 715px #fc0, 905px 1668px #fc0, 24px 977px #fc0, 95px 1351px #fc0, 595px 1348px #fc0, 488px 648px #fc0, 234px 76px #fc0, 628px 991px #fc0, 1708px 44px #fc0, 639px 1352px #fc0, 298px 551px #fc0, 532px 1401px #fc0, 856px 1429px #fc0, 1981px 126px #fc0, 899px 1741px #fc0, 318px 1892px #fc0, 1717px 448px #fc0, 1951px 751px #fc0, 1662px 1768px #fc0, 654px 1178px #fc0, 1150px 537px #fc0, 1810px 1794px #fc0, 243px 555px #fc0, 256px 1373px #fc0, 1857px 1336px #fc0, 771px 1314px #fc0, 1854px 1737px #fc0, 1258px 1300px #fc0, 1299px 193px #fc0, 292px 674px #fc0, 1674px 229px #fc0, 1515px 701px #fc0, 921px 1131px #fc0, 1917px 705px #fc0, 181px 319px #fc0, 1817px 1631px #fc0, 1761px 655px #fc0, 1058px 1469px #fc0, 1976px 1984px #fc0, 1854px 541px #fc0, 157px 929px #fc0, 718px 1047px #fc0, 931px 1490px #fc0, 356px 1017px #fc0, 1712px 1769px #fc0, 1550px 307px #fc0, 1544px 1933px #fc0, 652px 1077px #fc0, 1493px 304px #fc0, 78px 846px #fc0, 287px 359px #fc0, 311px 193px #fc0, 1208px 1405px #fc0, 757px 1359px #fc0, 322px 416px #fc0, 1387px 1514px #fc0, 1863px 548px #fc0, 1950px 430px #fc0, 1647px 631px #fc0, 939px 1397px #fc0, 1802px 1514px #fc0, 151px 1805px #fc0, 1383px 1128px #fc0, 1676px 440px #fc0, 1176px 1328px #fc0, 1124px 816px #fc0, 268px 933px #fc0, 1762px 351px #fc0, 15px 1128px #fc0, 1656px 900px #fc0, 999px 758px #fc0, 1422px 574px #fc0, 1623px 1414px #fc0, 1332px 38px #fc0, 941px 97px #fc0, 1600px 245px #fc0, 1565px 850px #fc0, 111px 1422px #fc0, 788px 321px #fc0, 1786px 1689px #fc0, 1354px 677px #fc0, 1921px 1751px #fc0, 494px 1360px #fc0, 291px 1352px #fc0, 348px 762px #fc0, 566px 791px #fc0, 1020px 1833px #fc0, 1193px 1481px #fc0, 1080px 651px #fc0, 915px 90px #fc0, 264px 880px #fc0, 1421px 141px #fc0, 1311px 465px #fc0, 1103px 131px #fc0, 972px 797px #fc0, 1700px 733px #fc0, 309px 465px #fc0, 909px 1801px #fc0, 392px 1788px #fc0, 73px 1728px #fc0, 971px 575px #fc0, 487px 548px #fc0, 1514px 62px #fc0, 1867px 1532px #fc0, 192px 1228px #fc0, 972px 1665px #fc0, 1203px 1580px #fc0, 1232px 876px #fc0, 1587px 159px #fc0, 1264px 1967px #fc0, 1811px 1468px #fc0, 624px 94px #fc0, 1018px 1818px #fc0, 1819px 1446px #fc0, 960px 1486px #fc0, 580px 26px #fc0, 1455px 1777px #fc0, 1853px 433px #fc0, 139px 1886px #fc0, 1568px 303px #fc0, 68px 1425px #fc0, 1373px 1087px #fc0, 1204px 465px #fc0, 1117px 1122px #fc0, 358px 761px #fc0, 961px 1195px #fc0, 1848px 1161px #fc0, 643px 1323px #fc0, 1397px 588px #fc0, 1037px 1731px #fc0, 16px 438px #fc0, 891px 127px #fc0, 1000px 1391px #fc0, 173px 1289px #fc0, 615px 395px #fc0, 766px 242px #fc0, 1311px 1590px #fc0, 1301px 1772px #fc0, 491px 1915px #fc0, 1641px 84px #fc0, 1886px 827px #fc0, 911px 1035px #fc0, 297px 1594px #fc0, 325px 197px #fc0, 1007px 1055px #fc0, 1978px 564px #fc0, 961px 608px #fc0, 665px 1411px #fc0, 1490px 869px #fc0, 1829px 1198px #fc0, 860px 1550px #fc0, 1px 1924px #fc0, 1795px 603px #fc0, 1244px 646px #fc0, 1101px 224px #fc0, 333px 322px #fc0, 219px 1190px #fc0, 1899px 1141px #fc0, 1596px 1691px #fc0, 1040px 153px #fc0, 1451px 440px #fc0, 299px 620px #fc0, 304px 893px #fc0, 1669px 430px #fc0, 1240px 549px #fc0, 1038px 682px #fc0, 907px 1625px #fc0, 841px 1440px #fc0, 305px 1740px #fc0, 107px 596px #fc0, 1168px 1672px #fc0, 978px 788px #fc0, 421px 1722px #fc0, 659px 1270px #fc0, 918px 560px #fc0, 1052px 1352px #fc0, 1736px 255px #fc0, 1536px 1494px #fc0, 1417px 1977px #fc0, 1141px 881px #fc0, 1332px 745px #fc0, 1336px 1188px #fc0, 34px 32px #fc0, 462px 2px #fc0, 543px 643px #fc0, 523px 1695px #fc0, 1758px 439px #fc0, 306px 806px #fc0, 1269px 68px #fc0, 1414px 1280px #fc0, 1118px 23px #fc0, 1368px 1313px #fc0, 1222px 702px #fc0, 356px 1774px #fc0, 1934px 547px #fc0, 1187px 1493px #fc0, 1562px 439px #fc0, 600px 1731px #fc0, 1346px 152px #fc0, 680px 940px #fc0, 1453px 1014px #fc0, 1347px 1664px #fc0, 1041px 53px #fc0, 416px 573px #fc0, 1895px 486px #fc0, 993px 767px #fc0, 1962px 244px #fc0, 508px 294px #fc0, 852px 1703px #fc0, 1558px 1573px #fc0, 1457px 1763px #fc0, 418px 1792px #fc0, 1693px 714px #fc0, 488px 215px #fc0, 1876px 668px #fc0, 594px 815px #fc0, 764px 1545px #fc0, 1693px 1679px #fc0, 86px 35px #fc0, 1873px 40px #fc0, 718px 481px #fc0, 1431px 209px #fc0, 1825px 154px #fc0, 1625px 1750px #fc0, 1946px 729px #fc0, 1708px 1313px #fc0, 228px 300px #fc0, 823px 108px #fc0, 1938px 1526px #fc0, 1819px 1080px #fc0, 1990px 1695px #fc0, 910px 902px #fc0, 221px 1183px #fc0, 556px 1255px #fc0, 1091px 158px #fc0, 527px 438px #fc0, 456px 318px #fc0, 1285px 576px #fc0, 1406px 1749px #fc0, 133px 1382px #fc0, 1781px 760px #fc0, 548px 1893px #fc0, 1222px 1640px #fc0, 28px 1986px #fc0, 800px 1015px #fc0, 763px 512px #fc0, 1957px 1795px #fc0, 1090px 476px #fc0, 873px 1949px #fc0, 1630px 1317px #fc0, 1207px 1665px #fc0, 573px 1675px #fc0, 26px 1873px #fc0, 498px 571px #fc0, 465px 853px #fc0, 1115px 517px #fc0, 186px 1605px #fc0, 1620px 404px #fc0, 467px 1636px #fc0, 506px 1641px #fc0, 1734px 1525px #fc0, 828px 100px #fc0, 1357px 296px #fc0, 3px 519px #fc0, 295px 338px #fc0, 619px 1973px #fc0, 269px 1905px #fc0, 820px 713px #fc0, 1490px 195px #fc0, 692px 1666px #fc0, 1267px 605px #fc0, 1276px 1173px #fc0, 12px 96px #fc0, 1004px 1411px #fc0, 1006px 1351px #fc0, 1072px 950px #fc0, 336px 1603px #fc0, 1933px 337px #fc0, 509px 16px #fc0, 1157px 212px #fc0
}

.x-register-card-footer #stars10:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-credit-free-bottom-container .x-hr-border-glow {
    width: 25%;
    margin-top: 0
}

.x-progress-bar {
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 1rem 1rem !important;
    background-color: #62a59b !important;
    -webkit-animation: x-progress-bar-stripes 1s linear infinite;
    animation: x-progress-bar-stripes 1s linear infinite;
    border-radius: 10px
}

.x-progress-bar:before {
    content: " ";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 40%, rgba(170, 255, 250, .4) 60%, rgba(170, 255, 250, .8))
}

#notificationCenterModal .-modal-content .modal-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 1.5rem !important
}

@media(max-width:991.98px) {
    #notificationCenterModal .-modal-content .modal-header {
        padding-bottom: 2.5rem !important
    }
}

#notificationCenterModal .-modal-content .modal-header .-outer-wrapper {
    position: relative;
    margin: auto
}

#notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
    width: 300px;
    height: auto;
    -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .75));
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .75))
}

@media(max-width:575.98px) {
    #notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
        width: 260px
    }
}

@media screen and (max-width:360px) {
    #notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
        width: 250px
    }
}

#notificationCenterModal .-modal-content .modal-body {
    overflow: hidden;
    padding-right: 1rem;
    padding-left: 1rem
}

#notificationCenterModal .x-title-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

#notificationCenterModal .x-title-modal .-ic-title {
    width: 40px;
    height: auto;
    -webkit-filter: drop-shadow(4px 2px 6px rgba(0, 0, 0, .75));
    filter: drop-shadow(4px 2px 6px rgba(0, 0, 0, .75))
}

@media(max-width:767.98px) {
    #notificationCenterModal .x-title-modal .-ic-title {
        width: 30px
    }
}

#notificationCenterModal .x-title-modal .-text {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    background: radial-gradient(#ffe18c, #e6c361);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(2px 2px 2px #000);
    filter: drop-shadow(2px 2px 2px #000000);
    top: 6px
}

@media(max-width:767.98px) {
    #notificationCenterModal .x-title-modal .-text {
        font-size: 1.8rem
    }
}

.x-notification-center-render-container {
    position: relative
}

.x-notification-center-render-container .-no-result-with-reload {
    text-align: center
}

.x-notification-center-render-container .-delete-all-btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    background: 0 0;
    border: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-notification-center-render-container .-delete-all-btn:focus {
    outline: none
}

@media(max-width:991.98px) {
    .x-notification-center-render-container .-delete-all-btn {
        position: fixed;
        top: 80px;
        bottom: unset;
        right: 2rem;
        left: unset;
        -webkit-transform: unset;
        transform: unset;
        z-index: 0
    }
}

.x-notification-center-render-container .-delete-all-btn .fas {
    font-size: 1rem;
    background: linear-gradient(180deg, #e6c361, #b39952);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-center-render-container .-delete-all-btn .-text {
    display: inline-block;
    font-size: 1.2rem;
    background: linear-gradient(180deg, #e6c361, #b39952);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-center-render-container .-delete-all-btn:hover .-text,
.x-notification-center-render-container .-delete-all-btn:hover .fas {
    background: linear-gradient(180deg, #edd48d, #c3ae75);
    -webkit-background-clip: text
}

.x-notification-history-list-container {
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 1rem
}

.x-notification-history-list-container::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 5px
}

.x-notification-history-list-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px
}

.x-notification-history-list-container::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px
}

@media(max-width:991.98px) {
    .x-notification-history-list-container {
        max-height: 75vh
    }
}

@media(max-width:575.98px) {
    .x-notification-history-list-container {
        padding-bottom: 3rem
    }
}

.x-notification-history-list-container .-loading-wrapper {
    margin-top: 1rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .2s
}

.x-notification-history-list-container .-loading-wrapper.-visible {
    opacity: 1;
    visibility: visible
}

.x-notification-history-list-container .wg-more {
    display: none
}

.x-notification-list-item-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem 1rem .5rem;
    background: hsla(0, 0%, 83.9%, .08);
    border-radius: 1rem
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper {
        padding: 1rem .5rem .5rem
    }
}

.x-notification-list-item-wrapper:not(:first-child) {
    margin-top: 1rem
}

.x-notification-list-item-wrapper.-unread {
    background: hsla(0, 0%, 83.9%, .3)
}

.x-notification-list-item-wrapper.-unread .-details-wrapper {
    opacity: 1
}

.x-notification-list-item-wrapper .-badge {
    position: absolute;
    top: 18px;
    left: 0;
    padding: 8px 15px 0 10px;
    font-size: 1.08rem;
    font-weight: 600;
    color: #fff;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media(max-width:767.98px) {
    .x-notification-list-item-wrapper .-badge {
        padding: 8px 10px 0 8px;
        font-size: 1.05rem
    }
}

.x-notification-list-item-wrapper .-badge.-new {
    background: #db2e29
}

.x-notification-list-item-wrapper .-ic-img {
    width: 70px;
    height: auto
}

@media(max-width:575.98px) {
    .x-notification-list-item-wrapper .-ic-img {
        width: 60px
    }
}

.x-notification-list-item-wrapper .-details-wrapper {
    flex: 1 1 auto;
    padding-left: 1rem;
    opacity: .7
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper .-details-wrapper {
        padding-left: .5rem
    }
}

.x-notification-list-item-wrapper .-details-wrapper .-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e6c361
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper .-details-wrapper .-title {
        font-size: 1.44rem
    }
}

.x-notification-list-item-wrapper .-details-wrapper .-description {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1;
    color: #e6e6e6
}

.x-notification-list-item-wrapper .-details-wrapper .-datetime {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #e6e6e6;
    font-size: 1.2rem
}

.x-notification-list-item-wrapper .-details-wrapper .-apply-promotion-btn {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 10px 0;
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(180deg, #db2e29 28%, #a50500);
    border: none
}

@media(max-width:575.98px) {
    .x-notification-list-item-wrapper .-details-wrapper .-apply-promotion-btn {
        padding: 8px 8px 0
    }
}

.x-notification-list-item-wrapper .-actions-wrapper {
    text-align: right;
    flex: 0 0 25px
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn {
    padding: 0 .25rem
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn .fas {
    font-size: 1rem;
    background: linear-gradient(180deg, #e6c361, #b39952);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn:hover .fas {
    background: linear-gradient(180deg, #edd48d, #c3ae75);
    -webkit-background-clip: text
}

.x-notification-badge-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    font-size: 1.2rem;
    font-weight: 700;
    background: linear-gradient(180deg, #e60000 28%, #a70000);
    border-radius: 50%
}

.x-notification-badge-container .-text {
    position: relative;
    top: 4px;
    color: #fff
}

@media(max-width:767.98px) {
    .x-slide-left-content-term {
        transition: all 0s !important;
        padding: 0
    }
}

.x-slide-left-content-term.-hide .-submit {
    display: none
}

.x-term-and-condition.-home {
    padding-top: 10rem
}

@media(max-width:991.98px) {
    .x-term-and-condition.-home {
        padding-top: 5rem
    }
}

.x-term-and-condition.-home .-notice-box {
    position: relative;
    margin-top: 6rem;
    border: 1px solid #fc0;
    border-radius: 20px
}

@media(max-width:991.98px) {
    .x-term-and-condition.-home .-notice-box {
        margin-top: 3rem
    }
}

.x-term-and-condition.-home .-notice-box .-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #000;
    text-align: center
}

.x-term-and-condition.-home .-notice-box .-title img {
    width: 160px
}

@media(max-width:991.98px) {
    .x-term-and-condition.-home .-notice-box .-block-content-term-and-condition .-detail {
        font-size: 1.3rem
    }
}

@media(max-width:575.98px) {
    .x-term-and-condition .-block-content-term-and-condition {
        padding-left: 15px;
        padding-right: 15px
    }
}

.x-term-and-condition .-block-content-term-and-condition h4 {
    margin-top: 1.5rem
}

.x-term-and-condition .-block-content-term-and-condition ul {
    list-style-type: none;
    padding: 0
}

.x-term-and-condition .-block-content-term-and-condition ul.-detail li {
    display: flex
}

.x-term-and-condition .-block-content-term-and-condition ul.-detail li:before {
    content: "-";
    margin-right: .5rem;
    display: block
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal h2,
.x-term-and-condition .-block-content-term-and-condition.-register-modal h4 {
    font-size: 1.4rem;
    margin-top: 0
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal hr {
    display: none
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal ul {
    text-align: left;
    font-size: 1.08rem
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal ul.-detail li {
    margin-bottom: .2rem
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal p {
    font-size: 1.08rem
}

.x-zean-notify-content-class-container {
    margin-top: 0 !important
}

.x-zean-notify-content-class-container .-main-content {
    padding-top: 8rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media(max-width:767.98px) {
    .x-zean-notify-content-class-container .-main-content {
        padding-bottom: 3rem
    }
}

.x-zean-notify-content-class-container .-table-btn {
    position: relative;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    color: #fff;
    background: linear-gradient(180deg, #ffd733 0, #d2872d);
    border: none;
    border-radius: 5px
}

.x-zean-notify-content-class-container .-table-btn:after,
.x-zean-notify-content-class-container .-table-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 1;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-zean-notify-content-class-container .-table-btn:before {
    top: 0
}

.x-zean-notify-content-class-container .-table-btn:after {
    bottom: 0
}

.x-zean-notify-content-class-container .-coin {
    position: absolute;
    -webkit-animation: x-floating 6s ease-in-out infinite;
    animation: x-floating 6s ease-in-out infinite
}

.x-zean-notify-content-class-container .-coin.-item-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    bottom: -90px;
    right: -80px;
    width: 250px;
    height: auto
}

@media(max-width:1199.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        right: -40px;
        width: 200px
    }
}

@media(max-width:991.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        bottom: -70px;
        width: 160px
    }
}

@media(max-width:767.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        bottom: -60px;
        width: 120px
    }
}

@media(max-width:575.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        bottom: -40px;
        width: 20%;
        right: 10px
    }
}

.x-zean-notify-content-class-container .-coin.-item-2 {
    top: -20px;
    left: -80px;
    width: 200px
}

@media(max-width:1199.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        left: -40px;
        width: 180px
    }
}

@media(max-width:991.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        top: 0;
        width: 120px
    }
}

@media(max-width:767.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        top: -20px;
        left: -60px;
        width: 80px
    }
}

@media(max-width:575.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        top: unset;
        bottom: -10px;
        left: 10px;
        width: 16%
    }
}

.x-zean-notify-content-class-container .-navbar-container {
    margin-top: 2rem;
    padding: 2rem 1rem 1rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

@media(max-width:575.98px) {
    .x-zean-notify-content-class-container .-navbar-container {
        padding: .5rem .25rem 1rem
    }
}

.x-zean-notify-content-class-container .-navbar-container .nav-item {
    width: 25%;
    margin-top: 1rem;
    padding: 0 .5rem
}

@media(max-width:1199.98px) {
    .x-zean-notify-content-class-container .-navbar-container .nav-item {
        width: 33.33333%
    }
}

@media(max-width:767.98px) {
    .x-zean-notify-content-class-container .-navbar-container .nav-item {
        width: 50%
    }
}

.x-zean-notify-content-class-container .-title-img {
    width: 500px;
    height: auto
}

@media(max-width:991.98px) {
    .x-zean-notify-content-class-container .-title-img {
        width: 450px
    }
}

@media(max-width:575.98px) {
    .x-zean-notify-content-class-container .-title-img {
        width: 100%;
        max-width: 350px
    }
}

.x-zean-card-item {
    height: 100%;
    text-align: center;
    line-height: 1.2
}

.x-zean-card-item .-title {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #fff
}

@media(max-width:991.98px) {
    .x-zean-card-item .-title {
        font-size: 1.8rem
    }
}

@media(max-width:767.98px) {
    .x-zean-card-item .-title {
        font-size: 1.5rem
    }
}

.x-zean-card-item .-score-rank {
    color: #f1c423;
    background-size: contain;
    width: 250px;
    height: 30px;
    margin: 0 auto .875rem;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    font-size: 1.2rem;
    padding-top: 7px
}

.x-zean-card-item .-score-rank .-left,
.x-zean-card-item .-score-rank .-right {
    flex-grow: 1
}

.x-zean-card-item .-score-rank .-right {
    text-align: left
}

.x-zean-card-item .-score-rank .-left {
    text-align: right
}

.x-zean-card-item .-score-rank .-percent {
    color: #69430b;
    font-size: 1.44rem;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0
}

@media(max-width:991.98px) {
    .x-zean-card-item .-score-rank {
        width: 200px;
        height: 30px
    }

    .x-zean-card-item .-score-rank .-percent {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media(max-width:575.98px) {
    .x-zean-card-item .-score-rank {
        width: 165px;
        height: 30px;
        font-size: .96rem
    }

    .x-zean-card-item .-score-rank .-percent {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 1.2rem
    }
}

.x-zean-card-item .-description {
    font-size: 1.44rem
}

@media(max-width:991.98px) {
    .x-zean-card-item .-description {
        font-size: 1.32rem
    }
}

@media(max-width:767.98px) {
    .x-zean-card-item .-description {
        font-size: 1.2rem
    }
}

.x-zean-card-item .-profile-img-wrapper {
    position: relative
}

.x-zean-card-item .-profile-img-wrapper .-img {
    width: 90%;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

@media(max-width:991.98px) {
    .x-zean-card-item .-profile-img-wrapper .-img {
        max-width: 180px
    }
}

.x-zean-card-item .-rank-ic {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 1;
    width: 70px;
    height: auto
}

@media(max-width:1199.98px) {
    .x-zean-card-item .-rank-ic {
        left: -20px
    }
}

@media(max-width:991.98px) {
    .x-zean-card-item .-rank-ic {
        left: -10px
    }
}

@media(max-width:767.98px) {
    .x-zean-card-item .-rank-ic {
        top: -10px;
        left: -20px
    }
}

@media(max-width:575.98px) {
    .x-zean-card-item .-rank-ic {
        left: -5px;
        width: 60px
    }
}

.x-zean-card-item .-join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 140px;
    padding: 8px 1rem;
    font-size: 1.44rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #43e279, #22a045);
    border-radius: 6px;
    transition: all .2s;
    text-decoration: none
}

.x-zean-card-item .-join-btn .-line-ic {
    margin-right: 5px
}

.x-zean-card-item .-join-btn .-text {
    position: relative;
    top: 4px
}

.x-zean-card-item .-join-btn:hover {
    background: linear-gradient(180deg, #22dd61, #1b8037)
}

@media(min-width:992px) {
    .x-zean-card-item .-join-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, calc(-50% + 10px));
        transform: translate(-50%, calc(-50% + 10px))
    }
}

@media(max-width:991.98px) {
    .x-zean-card-item .-join-btn {
        margin: auto
    }
}

@media(max-width:575.98px) {
    .x-zean-card-item .-join-btn {
        font-size: 1.2rem
    }
}

.x-zean-card-item:hover .-profile-img-wrapper .-img {
    -webkit-filter: drop-shadow(0 0 15px rgba(255, 204, 0, .75));
    filter: drop-shadow(0 0 15px rgba(255, 204, 0, .75))
}

@media(min-width:992px) {
    .x-zean-card-item:hover .-join-btn {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.x-bet-limit-updater-container {
    text-align: center
}

@media(max-width:575.98px) {
    .x-bet-limit-updater-container.-transfer .-img-container {
        margin-bottom: 2rem
    }
}

.x-bet-limit-updater-container.-transfer .-img-container .-splitter-line {
    border-color: #fc0
}

.x-bet-limit-updater-container.-transfer .-submit,
.x-bet-limit-updater-container.-transfer .x-admin-contact,
.x-bet-limit-updater-container.-transfer form[name=bet_limit_group_choice] select {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:991.98px) {

    .x-bet-limit-updater-container.-transfer .-submit,
    .x-bet-limit-updater-container.-transfer .x-admin-contact,
    .x-bet-limit-updater-container.-transfer form[name=bet_limit_group_choice] select {
        width: 100%
    }
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] {
    margin-top: 1rem
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] select {
    width: 100%;
    height: calc(1.2em + 1.6rem + 2px);
    padding: 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #d2d2d2;
    background: #242118;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBmaWxsPSd3aGl0ZScgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center right 7.5px
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] select:focus {
    outline: none;
    box-shadow: none
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] select option {
    color: #000
}

.x-deposit-bank-maintenance {
    width: 90%;
    margin: 0 auto 1rem;
    border: 1px solid #fc0
}

@media(max-width:991.98px) {
    .x-deposit-bank-maintenance {
        margin: 0 auto 2rem
    }
}

@media(max-width:767.98px) {
    .x-deposit-bank-maintenance {
        width: 100%
    }
}

.x-deposit-bank-maintenance .-text {
    margin-bottom: 0;
    padding: 18px 1rem 10px;
    font-size: 1.4rem
}

.x-no-result-component {
    padding: 2rem 1rem;
    text-align: center
}

@media(max-width:767.98px) {
    .x-no-result-component {
        padding: 1rem
    }
}

.x-no-result-component .-icon {
    width: 70px;
    height: auto;
    margin-bottom: 1rem
}

@media(max-width:767.98px) {
    .x-no-result-component .-icon {
        width: 50px
    }
}

.x-no-result-component .-title {
    font-size: 2.4rem;
    font-weight: 600
}

@media(max-width:767.98px) {
    .x-no-result-component .-title {
        font-size: 1.8rem
    }
}

.x-no-result-component .-description {
    margin-bottom: 0;
    font-size: 1.56rem
}

@media(max-width:767.98px) {
    .x-no-result-component .-description {
        font-size: 1.32rem
    }
}

.x-text-with-link-component {
    font-size: 1.38rem
}

.x-text-with-link-component .-link-message {
    color: #fc0;
    opacity: .75
}

.x-text-with-link-component .-text-message {
    margin: 0;
    opacity: .75
}

@media(max-width:991.98px) {
    .x-text-with-link-component {
        font-size: 1.4rem
    }
}

.x-select-amount {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 2rem
}

@media(max-width:991.98px) {
    .x-select-amount {
        width: 400px;
        margin: 2rem auto 0
    }
}

@media(max-width:575.98px) {
    .x-select-amount {
        width: 100%;
        justify-content: space-between
    }
}

.x-select-amount .-amount-container {
    width: 30%;
    margin-bottom: 1rem
}

@media(max-width:575.98px) {
    .x-select-amount .-amount-container {
        width: 31.5%
    }
}

.x-select-amount .-amount-container .-btn-select-amount {
    position: relative;
    border-radius: 10px;
    padding: 0
}

.x-select-amount .-amount-container .-btn-select-amount:focus {
    outline: none;
    box-shadow: none
}

.x-select-amount .-amount-container .-btn-select-amount .-no {
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-select-amount .-amount-container .-btn-select-amount .-default {
    display: inline-block;
    width: 100%
}

.x-select-amount .-amount-container .-btn-select-amount .-hover {
    display: none;
    width: 97%
}

.x-select-amount .-amount-container .-btn-select-amount .-effect {
    display: none
}

@media(min-width:992px) {
    .x-select-amount .-amount-container .-btn-select-amount:hover {
        background: radial-gradient(circle, rgba(236, 189, 123, .5) 0, rgba(120, 100, 52, .5) 100%);
        box-shadow: 0 0 10px #7e6938
    }

    .x-select-amount .-amount-container .-btn-select-amount:hover .-default {
        display: none
    }

    .x-select-amount .-amount-container .-btn-select-amount:hover .-hover {
        display: inline-block;
        border-radius: 12px
    }

    .x-select-amount .-amount-container .-btn-select-amount:hover .-effect {
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 50%;
        width: 55px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.x-select-amount .-amount-container .-btn-select-amount.active {
    background: radial-gradient(circle, rgba(236, 189, 123, .5) 0, rgba(120, 100, 52, .5) 100%);
    box-shadow: 0 0 10px #7e6938
}

.x-select-amount .-amount-container .-btn-select-amount.active .-default {
    display: none
}

.x-select-amount .-amount-container .-btn-select-amount.active .-hover {
    display: inline-block;
    border-radius: 12px
}

.x-select-amount .-amount-container .-btn-select-amount.active .-effect {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 50%;
    width: 55px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:991.98px) {
    .x-select-amount .-amount-container .-btn-select-amount {
        font-size: 1.5rem
    }

    .x-select-amount .-amount-container .-btn-select-amount .-hover {
        width: 97%
    }

    .x-select-amount .-amount-container .-btn-select-amount .-no {
        top: 20px
    }

    .x-select-amount .-amount-container .-btn-select-amount.active .-effect {
        top: -6px;
        width: 70px
    }
}

@media(max-width:575.98px) {
    .x-select-amount .-amount-container .-btn-select-amount {
        font-size: 1.3rem
    }

    .x-select-amount .-amount-container .-btn-select-amount .-no {
        top: 58%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .x-select-amount .-amount-container .-btn-select-amount.active .-effect {
        width: 60%
    }
}

.x-entrance-sood {
    width: 200px;
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 2;
    cursor: pointer
}

@media(max-width:991.98px) {
    .x-entrance-sood {
        display: none
    }
}

.x-entrance-sood .-img-pattern {
    width: 100%
}

.x-entrance-sood .-btn-sood {
    border: none;
    position: absolute;
    bottom: -38px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
    width: 100px;
    border-radius: 15px
}

.x-button-actions-v2 {
    display: none
}

@media(max-width:991.98px) {
    .x-button-actions-v2 {
        display: block
    }

    .x-button-actions-v2:before {
        content: "";
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #cbaf63, #725108)
    }

    .x-button-actions-v2 .-menu-wrapper {
        display: flex
    }

    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container {
        position: relative;
        flex: 1;
        display: flex
    }

    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container .-lists-child-container {
        background: linear-gradient(180deg, #161616, #3d2b00);
        position: absolute;
        top: 0;
        z-index: -1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: all .4s;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container .-lists-child-container.open {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 0;
        visibility: visible;
        opacity: 1
    }

    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container .-lists-child-container .-btn-item {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-item {
        flex: 1;
        height: 70px;
        border-radius: 0;
        background: linear-gradient(180deg, #161615, #342500);
        font-size: 1.3rem;
        border: none;
        border-right: 1px solid hsla(0, 0%, 100%, .1);
        padding: 0
    }
}

@media screen and (max-width:991.98px) and (max-width:360px) {
    .x-button-actions-v2 .-menu-wrapper .-btn-item {
        font-size: 1.2rem
    }
}

@media(max-width:991.98px) {
    .x-button-actions-v2 .-menu-wrapper .-btn-item .-btn-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        height: 100%;
        color: #fff
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-item .-btn-wrapper .-typo {
        margin-top: 5px
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-item:last-child {
        border-right: none
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-item:hover {
        text-decoration: none
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-item:focus {
        outline: none
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-event-container .-ic-img {
        width: 32px
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-login-container .-ic-img {
        width: 30px;
        -webkit-animation: x-rotate-item 1s infinite;
        animation: x-rotate-item 1s infinite
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-register-container .-ic-img {
        width: 30px
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-lobby-container .-ic-img {
        width: 32px
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-sood-container .-ic-img {
        width: 34px
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-deposit-container .-ic-img,
    .x-button-actions-v2 .-menu-wrapper .-btn-withdraw-container .-ic-img {
        width: 36px
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-competition-container .-ic-img,
    .x-button-actions-v2 .-menu-wrapper .-btn-ranking-win-amount-container .-ic-img,
    .x-button-actions-v2 .-menu-wrapper .-btn-ranking-win-rate-container .-ic-img {
        width: 32px
    }

    .x-button-actions-v2 .-menu-wrapper .-btn-zean-wrapper .-ic-img {
        width: 30px
    }
}

.x-contact-us-v2 .-link-item {
    display: block;
    padding-right: 10px;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 204, 0, .3));
    filter: drop-shadow(0 0 10px rgba(255, 204, 0, .3));
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.x-contact-us-v2 .-link-item .-img {
    width: 120px;
    height: auto
}

@media(max-width:991.98px) {
    .x-contact-us-v2 .-link-item .-img {
        width: 100px
    }
}

@media(max-width:767.98px) {
    .x-contact-us-v2 .-link-item .-img {
        width: 90px
    }
}

.x-contact-us-v2 .-link-item:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 204, 0, .6));
    filter: drop-shadow(0 0 10px rgba(255, 204, 0, .6))
}

.x-anon-container-v2 .-login-btn {
    border-radius: 30px;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #171715, #342501), linear-gradient(90deg, #b38e43 7.14%, #ebcf63 54.32%, #b38e43);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    position: relative;
    height: 34px
}

.x-anon-container-v2 .-login-btn:active,
.x-anon-container-v2 .-login-btn:focus {
    text-decoration: none;
    outline: none
}

.x-anon-container-v2 .-login-btn .-ic-login {
    position: absolute;
    width: 35px;
    left: 0;
    top: 0;
    -webkit-transform: translate(-16px, -4px);
    transform: translate(-16px, -4px)
}

.x-anon-container-v2 .-login-btn .-text-btn {
    color: #f6f6f6;
    margin-top: 6px
}

.x-modal.-alert-modal {
    padding-right: 0 !important
}

.x-modal.-alert-modal .modal-dialog {
    margin: 1.75rem 1rem 1.75rem auto !important;
    color: #fff;
    width: 350px;
    transition: .6s linear
}

@media(max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog {
        height: 80px;
        right: 0
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content {
    max-width: 350px;
    margin-left: auto;
    transition: all .7s ease;
    overflow: hidden;
    min-height: auto;
    background: linear-gradient(180deg, #473e2d, #1a1810);
    border: 1px solid transparent
}

@media(max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content {
        border-radius: 8px;
        max-width: 270px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .close {
    font-size: 2.25rem !important;
    border: none;
    border-radius: 0;
    top: 20px;
    right: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ecbd7b
}

@media(max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .close {
        top: 16px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .close span {
    width: 100%;
    padding-top: 5px
}

.x-modal.-alert-modal .modal-dialog .-modal-content:before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #afafaf;
    transition: 2.4s linear 1s
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body {
    padding: 1rem;
    display: flex;
    align-items: center
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body.-modal-body {
    margin: 0;
    background-color: transparent
}

@media(max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body.-modal-body {
        bottom: 0
    }
}

@media(max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body {
        padding: 0 1rem
    }
}

@media(min-width:992px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body {
        padding-right: 1.2rem
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper {
    margin: auto
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper .-img-alert {
    width: 47px;
    border-radius: 8px
}

@media(max-width:575.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper .-img-alert {
        width: 42px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title {
    color: #d1aa73
}

.x-modal.-alert-modal.show .modal-dialog .-modal-content:before {
    left: 0
}

.x-modal.-alert-modal.-hide-alert .modal-dialog .-modal-content {
    -webkit-transform: translate(105%);
    transform: translate(105%)
}

.x-ranking-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-ranking-entrance .-ic {
    width: 70px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-ranking-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-competition-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-competition-entrance .-ic {
    width: 70px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-competition-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-notification-entrance-container {
    margin-right: 8px;
    margin-bottom: 10px
}

.x-notification-entrance-container .-link-wrapper {
    position: relative;
    display: inline-block
}

.x-notification-entrance-container .-link-wrapper .-img {
    width: 56px;
    height: auto;
    transition: .2s
}

.x-notification-entrance-container .-link-wrapper:hover .-img {
    -webkit-transform: scale(1.075) rotate(5deg);
    transform: scale(1.075) rotate(5deg)
}

.x-notification-entrance-container .-link-wrapper.-shake .-img-wrapper {
    -webkit-animation: x-rotate-item .8s infinite;
    animation: x-rotate-item .8s infinite
}

.x-notification-entrance-container .x-notification-badge-container {
    position: absolute;
    top: 0;
    right: -4px
}

.x-ios-os .x-block-time .-figure .-top,
.x-ios-os .x-block-time .-figure .-top-back,
.x-safari-browser .x-block-time .-figure .-top,
.x-safari-browser .x-block-time .-figure .-top-back {
    overflow: unset
}

.x-windows-os .x-block-time .-figure>span {
    line-height: .9
}

@media(max-width:575.98px) {
    .x-windows-os .x-block-time .-figure>span {
        line-height: .8
    }
}

.x-timer-flip-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 390px;
    margin: -1rem auto 2rem
}

@media(max-width:991.98px) {
    .x-timer-flip-wrapper {
        width: 320px
    }
}

@media(max-width:767.98px) {
    .x-timer-flip-wrapper {
        margin-top: -.25rem;
        margin-bottom: 1rem
    }
}

@media(max-width:575.98px) {
    .x-timer-flip-wrapper {
        width: 240px;
        margin-top: -.75rem
    }
}

.x-timer-flip-wrapper .-inner-wrapper {
    flex: 1 1 25%;
    margin-right: 8px
}

.x-timer-flip-wrapper .-inner-wrapper:last-child {
    margin-right: 0
}

@media(max-width:575.98px) {
    .x-timer-flip-wrapper .-inner-wrapper {
        margin-right: 4px
    }
}

.x-timer-flip-wrapper .-count-title {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 1.2rem
}

@media(max-width:575.98px) {
    .x-timer-flip-wrapper .-count-title {
        font-size: 1rem;
        margin-top: 4px
    }
}

.x-block-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    border: 2px solid #3b3b3b;
    background: linear-gradient(180deg, #141414, #333)
}

.x-block-time .-figure {
    position: relative;
    float: left;
    width: calc(50% - 2px);
    background: linear-gradient(180deg, #212121, #393939);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    height: 60px
}

.x-block-time .-figure>span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #de4848;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width:991.98px) {
    .x-block-time .-figure {
        height: 46px
    }

    .x-block-time .-figure>span {
        font-size: 3.5rem
    }
}

@media(max-width:575.98px) {
    .x-block-time .-figure {
        height: 32px
    }

    .x-block-time .-figure>span {
        font-size: 2.5rem
    }
}

.x-block-time .-figure:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 2px;
    background: #212121;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-block-time .-figure .-top {
    z-index: 3;
    color: #cbcbcb;
    background: linear-gradient(180deg, #212121 0, #393939 200%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.x-block-time .-figure .-bottom {
    z-index: 1;
    color: #f6f6f6
}

.x-block-time .-figure .-bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background: linear-gradient(180deg, #212121 0, #393939 200%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.x-block-time .-figure .-bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #cbcbcb
}

.x-block-time .-figure .-top,
.x-block-time .-figure .-top-back {
    height: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.x-block-time .-figure .-top-back {
    z-index: 4;
    bottom: 0;
    background: linear-gradient(180deg, #212121 -100%, #393939);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.x-block-time .-figure .-top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    color: #f6f6f6
}

.x-zean-notify-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-zean-notify-entrance .-ic {
    width: 70px;
    height: auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-zean-notify-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-lobby-v2-body-main-container {
    font-family: DBHelvethaicaMonX, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    background-color: #000
}

.x-lobby-v2-body-main-container #main__content {
    margin-top: 0
}

.x-lobby-v2-content-container {
    width: 100%;
    height: auto;
    min-height: 500px;
    position: relative;
    overflow: hidden
}

.x-covid-19 {
    position: relative;
    pointer-events: none;
    cursor: not-allowed
}

.x-covid-19:before {
    content: "ปิดชั่วคราว \a Covid-19";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background: #8c0d0d;
    z-index: 2;
    width: 88%;
    color: #fff;
    font-weight: 700;
    white-space: pre;
    border-radius: 4px;
    padding: 10px 0 5px
}

@media(max-width:767.98px) {
    .x-covid-19:before {
        font-size: .9em
    }
}

.x-covid-19 a {
    display: inline-block;
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5
}

.x-covid-19 a:hover img {
    -webkit-transform: none !important;
    transform: none !important
}

.x-footer-lobby.-lobby-v2 {
    padding-bottom: 30px
}

.x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags {
    margin-top: 0;
    border-top: none
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags .vex-dialog-button,
.x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags .btn,
.x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding: 4px 10px 0;
    font-size: 1.09375rem;
    font-weight: 300;
    border-radius: 4px
}

.x-lobby-v2-recently-game {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 1.5rem 0;
    position: relative
}

.x-lobby-v2-recently-game:after,
.x-lobby-v2-recently-game:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-lobby-v2-recently-game:before {
    top: -1px
}

.x-lobby-v2-recently-game:after,
.x-lobby-v2-recently-game:before {
    background: linear-gradient(90deg, rgba(190, 163, 124, 0), #d9c699 51.04%, rgba(184, 158, 125, 0))
}

.x-lobby-v2-recently-game:after {
    bottom: -1px
}

.x-component-recently-games-container .-title-recently-games {
    font-weight: 500;
    color: #f6f6f6;
    margin-bottom: 1rem
}

@media(min-width:768px) {
    .x-component-recently-games-container .-recently-inner-wrapper {
        padding: 0 6px
    }
}

@media(max-width:575.98px) {
    .x-component-recently-games-container .-recently-inner-wrapper {
        overflow-x: auto
    }
}

.x-component-recently-games-container .-recently-inner-wrapper .navbar-nav {
    flex-direction: row
}

.x-component-recently-games-container .-recently-inner-wrapper .navbar-nav .nav-item {
    width: 146px
}

@media(max-width:575.98px) {
    .x-component-recently-games-container .-recently-inner-wrapper .navbar-nav .nav-item {
        min-width: 33.33333%
    }
}

.x-component-recently-games-container .-recently-inner-wrapper .navbar-nav .nav-item:not(last-child) {
    margin-right: .75rem
}

.x-component-recently-games-container .-recently-inner-wrapper .-inner-wrapper .-wrapper-container .-btn.-btn-demo,
.x-component-recently-games-container .-recently-inner-wrapper .-inner-wrapper .-wrapper-container .-btn.-btn-play {
    font-size: 1.09375rem !important
}

.x-game-badge-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    overflow: hidden
}

.x-game-badge-image .-img,
.x-game-badge-image:before {
    position: absolute;
    top: 32%;
    left: 32%
}

.x-game-badge-image .-img {
    z-index: 1;
    width: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-game-badge-image:before {
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110px;
    height: 28px;
    background: rgba(0, 0, 0, .4)
}

.x-game-badge-image.-normal .-img {
    width: 14px
}

.x-game-badge-image.-normal:before {
    height: 24px
}

.x-lobby-v2-element-container .-element-01,
.x-lobby-v2-element-container .-element-02 {
    position: absolute
}

.x-lobby-v2-element-container .-element-01,
.x-lobby-v2-element-container .-element-02 {
    -webkit-animation: x-bg-1 8s ease infinite;
    animation: x-bg-1 8s ease infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.x-lobby-v2-element-container.-anon .-element-01 {
    right: -150px;
    bottom: -50px;
    z-index: 0;
    width: 400px;
    opacity: .6
}

@media(max-width:991.98px) {
    .x-lobby-v2-element-container.-anon .-element-01 {
        width: 280px;
        bottom: -100px
    }
}

.x-lobby-v2-element-container.-anon .-element-02 {
    top: 250px;
    left: 5%;
    width: 500px
}

@media(max-width:1199.98px) {
    .x-lobby-v2-element-container.-anon .-element-02 {
        left: 0
    }
}

.x-lobby-v2-element-container.-logged .-element-01 {
    right: -150px;
    bottom: -50px;
    z-index: 1;
    width: 400px
}

@media(max-width:1199.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 300px;
        right: -100px
    }
}

@media(max-width:991.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 280px;
        opacity: .6
    }
}

@media(max-width:767.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 220px
    }
}

@media(max-width:575.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 200px;
        right: -80px
    }
}

@media(max-width:350px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 180px;
        right: -70px
    }
}

.x-lobby-v2-element-container.-logged .-element-02 {
    top: 250px;
    left: 5%;
    width: 500px
}

@media(max-width:1199.98px) {
    .x-lobby-v2-element-container.-logged .-element-02 {
        left: 0
    }
}

.x-game-list-item-macro {
    position: relative
}

.x-game-list-item-macro.-cannot-entry .-btn-play {
    cursor: none;
    pointer-events: none
}

.x-game-list-item-macro.-cannot-entry:not(.-untestable):hover .-inner-wrapper .-overlay,
.x-game-list-item-macro.-cannot-entry:not(.-untestable):hover .-inner-wrapper .-overlay .-btn-play {
    display: none
}

.x-game-list-item-macro.-cannot-entry.x-covid-19 .-inner-wrapper:before {
    content: unset
}

.x-game-list-item-macro.-cannot-entry .-inner-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 5px 5px
}

.x-game-list-item-macro.-cannot-entry.-ma .-inner-wrapper:before {
    content: "ปิดปรับปรุง"
}

.x-game-list-item-macro.-cannot-entry.-untestable .-inner-wrapper:before {
    display: none
}

.x-game-list-item-macro.-cannot-entry.-untestable .-btn-play {
    cursor: pointer;
    pointer-events: auto
}

.x-game-list-item-macro.-cannot-entry.-coming-soon .-inner-wrapper:before {
    content: "Coming Soon"
}

.x-game-list-item-macro.-cannot-entry.-in-condition .-inner-wrapper:before {
    content: "ไม่เข้าร่วมโปร"
}

.x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner {
    top: 50%
}

@media(max-width:1500px) {
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 110px;
        padding: 6px
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 100px;
        padding: 6px
    }

    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-demo {
        min-width: 100px
    }
}

@media(max-width:575.98px) {
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 90px;
        padding: 6px
    }

    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-demo {
        min-width: 90px
    }
}

.x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner {
    top: 70%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%)
}

@media(min-width:1200px) {

    .x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner,
    .x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 140px
    }
}

.x-game-list-item-macro .-inner-wrapper {
    position: relative;
    padding: 0;
    border-radius: 15px;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #fff 60%, rgba(0, 0, 0, .1) 90%), linear-gradient(180deg, #bababa, rgba(0, 0, 0, .1) 80%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-game-list-item-macro .-inner-wrapper .-cover-img {
    width: 100%;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    border-radius: 14px
}

.x-game-list-item-macro .-inner-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    transition: all .2s;
    border-radius: 15px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:575.98px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        padding: 8px
    }
}

@media(max-width:350px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
        padding: 4px
    }
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container {
    display: flex;
    flex-direction: column;
    margin: auto
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    min-width: 120px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .4s;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

@media(max-width:375px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        padding: 6px
    }
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn,
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    position: relative;
    z-index: 2
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn {
    margin-top: 5px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    top: 1px;
    margin-right: 8px;
    font-size: 12px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
    padding: 8px;
    position: relative;
    color: #2f2f2f;
    background: linear-gradient(180deg, #fce595, #a37826 136.11%);
    overflow: hidden;
    font-weight: 500
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #fbdf7c, #8e6921);
    transition: all .4s
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:before {
    opacity: 0
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:after {
    opacity: 1
}

@media(max-width:575.98px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
        font-size: 1.09375rem;
        padding: 5px
    }

    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play .fas {
        top: 0;
        font-size: 10px
    }
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
    padding: 8px;
    margin-bottom: .75rem;
    color: #f6f6f6;
    background: rgba(255, 255, 186, .2);
    border: 1px solid rgba(238, 184, 89, .5);
    box-sizing: border-box;
    font-size: 1.25rem;
    font-weight: 500
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo:hover {
    background: rgba(255, 255, 84, .2);
    text-decoration: none
}

@media(max-width:575.98px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
        font-size: 1.09375rem;
        padding: 5px
    }
}

.x-game-list-item-macro .-title {
    color: #f6f6f6;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .75rem;
    margin-bottom: 0;
    padding: 0 4px
}

@media(max-width:767.98px) {
    .x-game-list-item-macro .-title {
        margin-top: .5rem;
        font-size: 1.09375rem
    }
}

@media(min-width:992px) {
    .x-game-list-item-macro:hover .-inner-wrapper .-overlay {
        opacity: 1;
        visibility: visible
    }

    .x-game-list-item-macro:hover .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay {
    z-index: 2;
    opacity: 1;
    visibility: visible
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.x-lobby-v2-tab-menu-container {
    background-color: #141414;
    border-top: 1px solid rgba(63, 63, 63, .65);
    border-bottom: 1px solid rgba(63, 63, 63, .65)
}

.x-lobby-tab-menu .-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.x-lobby-tab-menu .-link .-ic {
    width: 46px
}

.x-lobby-tab-menu .-link .-text {
    margin-left: .5rem;
    margin-top: 5px
}

@media(max-width:767.98px) {
    .x-lobby-tab-menu .-link .-text {
        display: none
    }
}

.x-lobby-tab-menu .-link .-text-mobile {
    display: none;
    margin-top: 5px
}

@media(max-width:767.98px) {
    .x-lobby-tab-menu .-link .-text-mobile {
        margin-left: .5rem;
        display: block
    }
}

@media(max-width:350px) {
    .x-lobby-tab-menu .-link .-text-mobile {
        margin-left: .25rem
    }
}

.x-lobby-tab-menu .nav-item {
    width: 200px;
    display: flex
}

@media(max-width:767.98px) {
    .x-lobby-tab-menu .nav-item {
        width: 33.33333%;
        justify-content: center
    }
}

@media(max-width:575.98px) {
    .x-lobby-tab-menu .nav-item {
        border: 1px solid #000
    }

    .x-lobby-tab-menu .nav-item:first-child {
        border-left: none
    }

    .x-lobby-tab-menu .nav-item:last-child {
        border-right: none
    }
}

.x-lobby-tab-menu .nav-link {
    padding: .5rem 0;
    color: hsla(0, 0%, 100%, .5);
    transition: all .4s;
    font-size: 1.25rem;
    border-radius: 0;
    background: 0 0
}

@media(max-width:575.98px) {
    .x-lobby-tab-menu .nav-link {
        background: hsla(0, 0%, 100%, .15);
        width: 100%
    }
}

.x-lobby-tab-menu .nav-link .-ic {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 222, 136, 0)) grayscale(.6);
    filter: drop-shadow(0 0 4px rgba(255, 222, 136, 0)) grayscale(.6)
}

.x-lobby-tab-menu .nav-link.active {
    color: #fff;
    background-color: transparent;
    position: relative;
    transition: all .4s
}

@media(max-width:575.98px) {
    .x-lobby-tab-menu .nav-link.active {
        background-color: hsla(0, 0%, 100%, .05)
    }
}

.x-lobby-tab-menu .nav-link.active:after {
    content: "";
    background: linear-gradient(90deg, rgba(190, 163, 124, 0), #d9c699 51.04%, rgba(184, 158, 125, 0));
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px
}

.x-lobby-tab-menu .nav-link.active .-ic {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 222, 136, .8)) grayscale(0);
    filter: drop-shadow(0 0 4px rgba(255, 222, 136, .8)) grayscale(0)
}

@media(min-width:992px) {
    .x-lobby-tab-menu .nav-link:hover {
        color: #fff
    }

    .x-lobby-tab-menu .nav-link:hover .-ic {
        -webkit-filter: drop-shadow(0 0 15px rgba(255, 222, 136, .8)) grayscale(0);
        filter: drop-shadow(0 0 15px rgba(255, 222, 136, .8)) grayscale(0)
    }
}

.x-lobby-v2-tab-content-container {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.x-lobby-tab {
    padding: 2.5rem 0
}

.x-lobby-tab.-tab-sport .-row-wrapper {
    justify-content: flex-start
}

.x-lobby-tab.-tab-sport .-row-wrapper .x-game-list-item-macro {
    margin-right: .75rem;
    width: 28.56%
}

@media(max-width:767.98px) {
    .x-lobby-tab.-tab-sport .-row-wrapper .x-game-list-item-macro {
        margin-right: 0
    }
}

.x-lobby-tab .-row-wrapper {
    display: flex
}

.x-lobby-tab .-row-wrapper .-column-left {
    width: 42.84%;
    display: flex
}

.x-lobby-tab .-row-wrapper .-column-left .-column-big {
    width: 66.66%
}

.x-lobby-tab .-row-wrapper .-column-left .-column-small {
    width: 33.33%
}

.x-lobby-tab .-row-wrapper .-column-left .-column-small .x-game-list-item-macro {
    padding: 0 8px
}

.x-lobby-tab .-row-wrapper .-column-right {
    width: 57.12%;
    display: flex
}

.x-lobby-tab .-row-wrapper .-column-right .-column-big {
    width: 50%
}

.x-lobby-tab .-row-wrapper .-column-right .-column-small {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 6px
}

.x-lobby-tab .-row-wrapper .-column-right .-column-small .x-game-list-item-macro {
    padding: 0 6px;
    width: 50%
}

.x-lobby-tab .-row-wrapper .x-game-list-item-macro .-title {
    margin-bottom: 5px
}

.x-lobby-tab .-row-wrapper.-new-line {
    margin-top: .5rem;
    display: flex;
    width: 100%
}

.x-lobby-tab .-row-wrapper.-new-line .-column-left .-column-big {
    width: 66.66%;
    display: flex
}

.x-lobby-tab .-row-wrapper.-new-line .-column-left .-column-big .x-game-list-item-macro {
    padding: 0 6px;
    width: 50%
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right {
    width: 57.12%;
    display: flex
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right .-column-big {
    display: flex
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right .-column-big .x-game-list-item-macro {
    padding: 0 6px
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-big {
    width: 66.66%
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-big .x-game-list-item-macro {
    padding: 0 2px;
    width: 100%
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-small {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-small .x-game-list-item-macro {
    padding: 0 6px 0 8px;
    width: 100%
}

.x-lobby-tab .-row-wrapper.-mobile-view.-new-line {
    flex-wrap: wrap
}

.x-lobby-tab .-row-wrapper.-mobile-view.-new-line .x-game-list-item-macro {
    width: 33.33%;
    padding: 0 6px
}

.x-base-cover-v2-container {
    position: relative;
    width: 100%;
    height: 350px;
    padding-top: 60px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media(max-width:991.98px) {
    .x-base-cover-v2-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5))
    }
}

@media(max-width:767.98px) {
    .x-base-cover-v2-container {
        height: 260px
    }
}

.x-base-cover-v2-container .-outer-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%
}

.x-base-cover-v2-container .-cannot-entry.-play-button {
    -webkit-filter: brightness(.4);
    filter: brightness(.4);
    cursor: none;
    pointer-events: none
}

@media(max-width:991.98px) {
    .x-base-cover-v2-container .-custom-container {
        text-align: center
    }
}

.x-base-cover-v2-container .-heading-title {
    font-size: 2.5rem
}

@media(max-width:767.98px) {
    .x-base-cover-v2-container .-heading-title {
        font-size: 1.875rem
    }
}

.x-base-cover-v2-container .-heading-sub-title {
    margin-bottom: 0;
    font-size: 1.40625rem;
    font-weight: 300
}

@media(max-width:767.98px) {
    .x-base-cover-v2-container .-heading-sub-title {
        font-size: 1.25rem
    }
}

.x-lobby-v2-header-base-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 60px;
    padding: 0;
    background: rgba(0, 0, 0, .8)
}

.x-lobby-v2-header-base-container .-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.x-lobby-v2-header-base-container .-menu-list {
    flex-direction: row
}

.x-lobby-v2-header-base-container .-menu-list .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .75rem
}

@media(max-width:991.98px) {
    .x-lobby-v2-header-base-container .-menu-list .nav-link {
        margin: 0 .5rem
    }
}

.x-lobby-v2-header-base-container .-menu-list .nav-link .-img {
    width: 22px;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-lobby-v2-header-base-container .-menu-list .nav-link .-text {
    margin-left: 10px;
    font-size: 1.09375rem;
    color: #fff;
    transition: color .2s;
    padding-top: 8px
}

.x-lobby-v2-header-base-container .-menu-list .nav-link:hover .-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-lobby-v2-header-base-container .-menu-list .nav-link:hover .-text {
    color: #ccc
}

.x-lobby-v2-header-base-container .-menu-list button.nav-link {
    background: 0 0;
    border: none
}

.x-lobby-v2-header-base-container .-menu-list button.nav-link:active,
.x-lobby-v2-header-base-container .-menu-list button.nav-link:focus {
    outline: none;
    text-decoration: none
}

.x-lobby-v2-header-base-container .-menu-list .-info-wrapper {
    margin: 0 .5rem;
    font-size: 1.09375rem;
    text-align: right;
    color: #fff
}

.x-lobby-header-sa-gaming-container-v2 .-logo {
    width: 120px;
    height: auto
}

.x-footer-bank-logo .-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.x-footer-bank-logo .-wrapper .-ic {
    width: 50px;
    height: 50px;
    margin: .25rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: 194px !important;
    background-position: 4px 4px !important;
    background-repeat: no-repeat !important;
    transition: all .2s
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(2) {
    background-position: -46px 4px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(3) {
    background-position: -96px 4px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(4) {
    background-position: -146px 4px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(5) {
    background-position: 6px -44px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(6) {
    background-position: -46px -44px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(7) {
    background-position: -96px -44px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(8) {
    background-position: -146px -44px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(9) {
    background-position: 6px -92px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(10) {
    background-position: -46px -92px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(11) {
    background-position: -96px -92px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(12) {
    background-position: -146px -92px !important
}

.x-footer-bank-logo .-wrapper .-ic:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media(max-width:767.98px) {
    .x-footer-bank-logo .-wrapper .-ic {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container,
.x-footer-lobby-logo .-slot-wrapper .-nav-container,
.x-footer-lobby-logo .-sport-wrapper .-nav-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item,
.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item,
.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item {
    padding: 5px;
    text-align: center
}

@media(max-width:767.98px) {
    .x-footer-lobby-logo .-casino-wrapper .-nav-container {
        justify-content: center
    }
}

@media(max-width:767.98px) {
    .x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item {
        width: 25% !important
    }

    .x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item.-width-mobile {
        width: 20% !important
    }
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item .-logo-circle {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item:hover .-logo-circle {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media(max-width:767.98px) {
    .x-footer-lobby-logo .-slot-wrapper .-nav-container {
        justify-content: center
    }
}

@media(max-width:767.98px) {
    .x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item {
        width: 25% !important
    }

    .x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item.-width-mobile {
        width: 20% !important
    }
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item .-cv-box {
    position: relative;
    overflow: hidden
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item .-cv-box .-cover-vertical {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item .-logo-horizontal {
    width: 80%
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item:hover .-cv-box .-cover-vertical {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media(max-width:767.98px) {
    .x-footer-lobby-logo .-sport-wrapper .-nav-container {
        justify-content: center
    }
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item {
    width: 14.28571%
}

@media(max-width:767.98px) {
    .x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item {
        width: 25% !important
    }
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item .-cv-box {
    position: relative;
    overflow: hidden
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item .-cv-box .-cover-vertical {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item .-logo-horizontal {
    width: 80%
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item:hover .-cv-box .-cover-vertical {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-footer-lobby-seo .-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #353535
}

@media(max-width:767.98px) {
    .x-footer-lobby-seo .-tags {
        justify-content: flex-start
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-lobby-seo .-tags .vex-dialog-button,
.x-footer-lobby-seo .-tags .btn,
.x-footer-lobby-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 10px;
    border-radius: 7px;
    color: #8e8e8e;
    background: #12151c;
    font-size: 1rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-lobby-seo .-tags .vex-dialog-button:hover,
.x-footer-lobby-seo .-tags .btn:hover,
.x-footer-lobby-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    background: #1d212a
}

.x-header.-sticky .-logged-container {
    -webkit-transform: translateY(99%);
    transform: translateY(99%)
}

@media(max-width:991.98px) {
    .x-header.-sticky .-logged-container {
        -webkit-transform: translateY(104%);
        transform: translateY(104%)
    }
}

@media(max-width:767.98px) {
    .x-header.-sticky .-logged-container {
        -webkit-transform: translateY(98%);
        transform: translateY(98%)
    }
}

.x-header .x-hamburger span {
    background: #fc0
}

.x-header #headerBrand {
    height: 76px
}

.x-header #headerBrand .navbar-brand .-logo {
    top: 14px;
    width: 100px
}

@media(max-width:991.98px) {
    .x-header #headerBrand {
        height: 80px
    }
}

@media(max-width:767.98px) {
    .x-header #headerBrand {
        height: 70px
    }

    .x-header #headerBrand .navbar-brand .-logo {
        top: 5px;
        width: 90px
    }
}

.x-header.-anon #headerContent .navbar-nav a {
    margin-right: 0 !important;
    transition: opacity .2s ease-out
}

.x-header.-anon #headerContent .navbar-nav a .fas {
    display: none
}

.x-header.-anon #headerContent .navbar-nav .-btn-play-demo,
.x-header.-anon #headerContent .navbar-nav .-header-login-btn {
    font-size: 1.3rem;
    color: #fff;
    background: 0 0;
    box-shadow: none
}

.x-header.-logged #headerContent .x-logged {
    position: absolute;
    top: 0;
    right: 0
}

.x-header.-logged #headerContent .-pending-approved .fas.fa-times {
    position: relative;
    top: 1px;
    font-size: 16px
}

@media(max-width:767.98px) {
    .x-header.-logged #headerContent .-pending-approved {
        font-size: 1.1rem
    }

    .x-header.-logged #headerContent .-pending-approved .fas.fa-spinner,
    .x-header.-logged #headerContent .-pending-approved .fas.fa-times {
        top: 1px;
        margin-right: 0;
        font-size: 14px
    }
}

@media(max-width:991.98px) {
    .x-header.-logged #headerContent .-logged-container .--profile-detail {
        margin-top: 10px !important
    }
}

.x-header.-logged #headerContent .-logged-container .--profile {
    background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f);
    padding: .7rem 1rem .7rem 10px !important
}

@media(max-width:991.98px) {
    .x-header.-logged #headerContent .-logged-container .--profile {
        padding: .7rem 1rem .7rem 10px !important
    }
}

.x-header.-logged #headerContent .-logged-container .--profile .bh-logged-name {
    font-size: 1.3rem !important
}

.x-header.-logged #headerContent .-logged-container .--profile #customer-balance {
    font-size: 1.4rem !important
}

.x-header.-logged #headerContent .-logged-container .--profile .dropdown-content {
    z-index: -1
}

.x-header.-logged #headerContent .-logged-container .--profile .dropdown-content .x-profile-dropdown-menu {
    position: relative;
    top: -7px;
    padding-top: 10px;
    background: linear-gradient(180deg, #473e2d, #232017 70%, #18160f);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.x-header.-logged #headerContent .-logged-container .--profile .dropdown-content .x-profile-dropdown-menu a {
    color: #d0cfcf
}

.x-header.-logged #headerContent .-logged-container .--profile .dropdown-content .x-profile-dropdown-menu a:hover {
    color: #fff
}

.x-header.-logged #headerContent .-logged-container .--deposit a>div,
.x-header.-logged #headerContent .-logged-container .--withdraw a>div {
    align-items: center
}

.x-header.-logged #headerContent .-logged-container .--deposit a>div div,
.x-header.-logged #headerContent .-logged-container .--withdraw a>div div {
    margin-top: .5rem !important;
    font-size: 1.3rem !important
}

.x-header.-logged #headerContent .-logged-container .--deposit:hover a,
.x-header.-logged #headerContent .-logged-container .--withdraw:hover a {
    text-decoration: none
}

.x-header.-logged #headerContent .-logged-container .--deposit {
    background: linear-gradient(180deg, #d8ba79 0, #bd9448 40%, #9d6d17)
}

.x-header.-logged #headerContent .-logged-container .--withdraw {
    background: linear-gradient(180deg, #cb3636, #b23232, #761313)
}

.x-profile-dropdown-menu .navbar-nav .nav-item {
    padding: 5px 0
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link span {
    position: relative;
    top: 2px
}

@media(max-width:991.98px) {
    .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link span {
        top: 5px
    }
}

.x-footer .-inner-wrapper {
    border-top: none
}

.x-footer .-inner-wrapper .-term-btn {
    display: inline-block;
    color: #fc0 !important;
    text-decoration: underline;
    transition: all .2s
}

@media(min-width:992px) {
    .x-footer .-inner-wrapper .-term-btn:hover {
        color: #7f6600 !important
    }
}

.form-control {
    border: 1px solid #807c76;
    border-radius: 30px
}

.form-control:focus {
    border: 1px solid #e6c361;
    border-radius: 30px;
    box-shadow: 0 2px 5px #e6c361
}

.x-checkbox-primary .form-check .form-check-label:before {
    border-color: #e6c361 !important
}

.x-checkbox-primary .x-text-with-link-component .-text-message {
    color: #fff
}

.x-checkbox-primary .x-text-with-link-component .-link-message {
    color: #e6c361
}

.vex.vex-theme-plain .vex-content {
    background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f);
    border-radius: 2px
}

.vex.vex-theme-plain .vex-content .vex-dialog-message {
    color: #fff
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding: 15px 20px 5px;
    border-radius: 0 !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
    background: linear-gradient(180deg, #d8ba79 0, #bd9448 40%, #9d6d17)
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary {
    color: #fff;
    background: linear-gradient(180deg, #cb3636, #b23232, #761313)
}

#x-video-dragon {
    text-align: center
}

#real-canvas-vdo {
    left: 0;
    top: -100px !important;
    width: auto !important;
    height: 550px !important
}

@media(min-width:992px) and (max-width:1199.98px) {
    #real-canvas-vdo {
        left: -50px
    }
}

@media(max-width:991.98px) {
    #real-canvas-vdo {
        width: auto !important;
        height: 350px !important;
        top: 0 !important;
        left: 50%;
        -webkit-transform: translateX(-36%);
        transform: translateX(-36%);
        margin-top: -5rem !important
    }
}

@media(max-width:575.98px) {
    #real-canvas-vdo {
        top: -5px !important
    }
}

.x-index-top-container {
    background-position: top
}

.x-index-top-container .-bg-container {
    display: block
}

.x-index-top-container .-bg-container .-bg-1 {
    width: 50%;
    left: 25%;
    top: 15%
}

.x-index-top-container .-bg-container .-bg-2 {
    width: 400px;
    left: unset;
    right: 18%;
    top: 43%
}

.x-index-top-container .-bg-container .-bg-3 {
    width: 50%;
    left: 15%;
    top: 15%
}

.x-index-top-container .-bg-container .-bg-4 {
    position: absolute;
    right: 20%;
    top: 30%;
    z-index: 0;
    width: 50%;
    -webkit-animation: x-bg-3 8s ease infinite;
    animation: x-bg-3 8s ease infinite
}

@media(max-width:1199.98px) {
    .x-index-top-container .-bg-container .-bg-2 {
        right: 5%
    }
}

@media(max-width:991.98px) {
    .x-index-top-container .-bg-container .-bg-1 {
        width: 60%;
        left: 20%
    }

    .x-index-top-container .-bg-container .-bg-2 {
        width: 300px;
        right: 3%;
        top: 62%
    }

    .x-index-top-container .-bg-container .-bg-3 {
        width: 60%;
        left: 35%;
        top: 12%
    }

    .x-index-top-container .-bg-container .-bg-4 {
        right: 24%;
        top: 15%;
        width: 500px
    }
}

@media(max-width:767.98px) {
    .x-index-top-container .-bg-container .-bg-1 {
        top: 20%;
        left: 15%
    }

    .x-index-top-container .-bg-container .-bg-4 {
        right: 5%;
        top: 18%
    }
}

@media(max-width:575.98px) {

    .x-index-top-container .-bg-container .-bg-1,
    .x-index-top-container .-bg-container .-bg-3 {
        width: 320px
    }
}

@media(max-width:991.98px) {
    .x-index-top-container .-inner-wrapper {
        padding-top: 8rem
    }
}

.x-index-top-container .-inner-wrapper .-left-container {
    z-index: 0
}

.x-index-top-container .-inner-wrapper .-right-container {
    text-align: center
}

.x-index-top-container .-inner-wrapper .-right-container .-title {
    width: 400px
}

.x-index-top-container .-inner-wrapper .-right-container .-sub-title {
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: 200;
    color: #fff
}

.x-index-top-container .-inner-wrapper .-right-container .-button-actions {
    display: flex;
    justify-content: center;
    align-items: center
}

.x-index-top-container .-inner-wrapper .-right-container .-button-actions .-register-btn,
.x-index-top-container .-inner-wrapper .-right-container .-button-actions .x-btn-play {
    position: relative;
    padding: 0
}

.x-index-top-container .-inner-wrapper .-right-container .-button-actions .-register-btn span,
.x-index-top-container .-inner-wrapper .-right-container .-button-actions .x-btn-play span {
    display: block;
    position: absolute;
    left: 50%;
    top: 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.5rem;
    color: #fff
}

.x-index-top-container .-inner-wrapper .-right-container .-button-actions .-register-btn:focus,
.x-index-top-container .-inner-wrapper .-right-container .-button-actions .x-btn-play:focus {
    box-shadow: none
}

.x-index-top-container .-inner-wrapper .-right-container .-button-actions .-register-btn .-default,
.x-index-top-container .-inner-wrapper .-right-container .-button-actions .-register-btn .-hover {
    width: 250px
}

.x-index-top-container .-inner-wrapper .-right-container .-button-actions .x-btn-play {
    width: auto
}

.x-index-top-container .-inner-wrapper .-right-container .-button-actions .x-btn-play .-default,
.x-index-top-container .-inner-wrapper .-right-container .-button-actions .x-btn-play .-hover {
    width: 250px
}

@media(max-width:991.98px) {
    .x-index-top-container .-inner-wrapper .-right-container {
        margin-top: 12rem
    }
}

@media(max-width:767.98px) {
    .x-index-top-container .-inner-wrapper .-right-container .-title {
        width: 300px
    }

    .x-index-top-container .-inner-wrapper .-right-container .-sub-title {
        font-size: 1.6rem
    }

    .x-index-top-container .-inner-wrapper .-right-container .-button-actions .-play-btn .-default,
    .x-index-top-container .-inner-wrapper .-right-container .-button-actions .-play-btn .-hover,
    .x-index-top-container .-inner-wrapper .-right-container .-button-actions .-register-btn .-default,
    .x-index-top-container .-inner-wrapper .-right-container .-button-actions .-register-btn .-hover {
        width: 230px
    }
}

@media(max-width:575.98px) {
    .x-index-top-container .-inner-wrapper .-right-container .-title {
        width: 260px
    }

    .x-index-top-container .-inner-wrapper .-right-container .-sub-title {
        font-size: 1.3rem
    }
}

.x-index-top-container .x-service-wrapper .-box h3 {
    color: #fc0 !important
}

.x-index-top-container .x-service-wrapper .-box span {
    color: #fff !important
}

.x-index-top-container .x-service-wrapper .-box .x-hr-border-glow {
    display: none
}

.x-index-tab-container .x-tab-hr {
    margin: 0;
    border: none;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #e6c361 50%, transparent)
}

.x-index-tab-container .-tab-outer-wrapper {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media(max-width:767.98px) {
    .x-index-tab-container .-tab-outer-wrapper .x-tab {
        align-items: flex-end
    }
}

.x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
    background-color: transparent
}

.x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link .x-tab-active-hr {
    display: none;
    margin: 0 auto;
    width: 120px;
    height: 5px;
    border: none;
    background: linear-gradient(90deg, transparent 10%, #e6c361 50%, transparent 90%)
}

.x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link.active .x-tab-active-hr {
    display: block
}

@media(max-width:767.98px) {
    .x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link {
        position: relative
    }

    .x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item .nav-link .x-tab-active-hr {
        width: 70px;
        position: absolute;
        left: 50%;
        bottom: 20px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item:first-child .nav-link {
        padding: 1.5rem .4rem
    }

    .x-index-tab-container .-tab-outer-wrapper .x-tab .nav-item:first-child .nav-link .-ic {
        height: 32px;
        margin-bottom: 6px
    }
}

.x-index-tab-container .tab-content .tab-pane {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.x-landing #main__content {
    margin-top: 0
}

.x-landing .x-index-top-container {
    padding-top: 0;
    padding-bottom: 0
}

@media(max-width:991.98px) {
    .x-landing .x-index-top-container .-bg-container .-bg-1 {
        width: 80%;
        left: 20%;
        top: 20%
    }

    .x-landing .x-index-top-container .-bg-container .-bg-2 {
        width: 50%
    }

    .x-landing .x-index-top-container .-bg-container .-bg-3 {
        width: 70%;
        left: 10%;
        top: 20%
    }

    .x-landing .x-index-top-container .-bg-container .-bg-4 {
        right: 0;
        top: 45%;
        width: 60%
    }
}

.x-landing .x-index-top-container .-top-inner-wrapper {
    position: relative;
    overflow: hidden;
    padding: 2rem 0 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%
}

.x-landing .x-index-top-container .-top-inner-wrapper .-logo {
    width: 120px
}

@media(max-width:991.98px) {
    .x-landing .x-index-top-container .-top-inner-wrapper {
        padding: 2rem 0 1rem
    }

    .x-landing .x-index-top-container .-top-inner-wrapper .-logo {
        width: 100px
    }
}

.x-landing .x-index-top-container .-bottom-inner-wrapper {
    padding: 2rem 0 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.x-landing .x-index-top-container .-bottom-inner-wrapper .x-footer-copyright-bg {
    padding: 10px 0
}

@media(max-width:991.98px) {
    .x-landing .x-index-top-container .-bottom-inner-wrapper {
        padding: 2rem 15px 0
    }
}

@media(max-width:991.98px) {
    .x-landing .x-index-top-container .x-footer-copyright-bg {
        padding: 12px 0 5px
    }
}

.x-landing .x-index-top-container .-btn-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media(max-width:991.98px) {
    .x-landing .x-index-top-container .-btn-image-container {
        margin-top: 3rem !important
    }
}

@media(max-width:767.98px) {
    .x-landing .x-index-top-container .-btn-image-container {
        margin-top: 3rem !important;
        flex-direction: column
    }
}

.x-landing .x-index-top-container .-btn-image-container .-login-btn,
.x-landing .x-index-top-container .-btn-image-container .-register-btn {
    margin: 0 10px;
    padding: 0
}

.x-landing .x-index-top-container .-btn-image-container .-login-btn .-default,
.x-landing .x-index-top-container .-btn-image-container .-login-btn .-hover,
.x-landing .x-index-top-container .-btn-image-container .-register-btn .-default,
.x-landing .x-index-top-container .-btn-image-container .-register-btn .-hover {
    width: 180px
}

.x-landing .x-index-top-container .-btn-image-container .-login-btn .-hover,
.x-landing .x-index-top-container .-btn-image-container .-register-btn .-hover {
    display: none
}

@media(min-width:992px) {

    .x-landing .x-index-top-container .-btn-image-container .-login-btn:hover .-default,
    .x-landing .x-index-top-container .-btn-image-container .-register-btn:hover .-default {
        display: none
    }

    .x-landing .x-index-top-container .-btn-image-container .-login-btn:hover .-hover,
    .x-landing .x-index-top-container .-btn-image-container .-register-btn:hover .-hover {
        display: inline-block
    }
}

@media(max-width:991.98px) {

    .x-landing .x-index-top-container .-btn-image-container .-login-btn .-default,
    .x-landing .x-index-top-container .-btn-image-container .-login-btn .-hover,
    .x-landing .x-index-top-container .-btn-image-container .-register-btn .-default,
    .x-landing .x-index-top-container .-btn-image-container .-register-btn .-hover {
        width: 200px
    }
}

@media(max-width:575.98px) {

    .x-landing .x-index-top-container .-btn-image-container .-login-btn .-default,
    .x-landing .x-index-top-container .-btn-image-container .-login-btn .-hover,
    .x-landing .x-index-top-container .-btn-image-container .-register-btn .-default,
    .x-landing .x-index-top-container .-btn-image-container .-register-btn .-hover {
        width: 180px
    }
}

@media(max-width:767.98px) {
    .x-landing .x-index-top-container .-btn-image-container .-login-btn {
        margin-top: 1.5rem
    }
}

.x-landing .x-hr-divider {
    width: 100%;
    height: 6px;
    border-top: none;
    background: linear-gradient(90deg, transparent, #b58500 50%, transparent)
}

.x-landing .x-register-card-landing .card {
    border: 1px solid #432e14;
    background: rgba(50, 38, 23, .2)
}

@media(max-width:991.98px) {
    .x-landing .x-register-card-landing .card {
        border: none;
        background: hsla(0, 0%, 100%, .1);
        border-radius: 10px
    }
}

@media(min-width:992px) {
    .x-landing .x-register-card-landing .card .card-body {
        padding-bottom: 3rem !important
    }
}

@media(max-width:991.98px) {
    .x-landing .x-register-card-landing .card .card-body {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

.x-landing .x-register-card-landing .card .card-body .-logo-title {
    width: 100%
}

.x-landing .x-register-card-landing .card .card-body .-promotion-title {
    margin-top: 1rem;
    font-size: 2rem
}

.x-landing .x-register-card-landing .card .card-body .-promotion-description {
    color: #fff !important;
    font-size: 1.7rem
}

.x-landing .x-register-card-landing .card .card-body .-promotion-description u {
    color: #fc0 !important
}

@media(max-width:1199.98px) {
    .x-landing .x-register-card-landing .card .card-body .-promotion-description {
        font-size: 1.5rem
    }
}

.x-base-ranking-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0
}

@media(max-width:767.98px) {
    .x-base-ranking-container {
        background-position: 50%
    }
}

.x-select-amount .-amount-container .-btn-select-amount .-no {
    top: 11px;
    left: 65%
}

.x-select-amount .-amount-container .-btn-select-amount .-hover {
    width: 100%
}

@media(min-width:992px) {
    .x-select-amount .-amount-container .-btn-select-amount:hover {
        box-shadow: none;
        background: 0 0
    }

    .x-select-amount .-amount-container .-btn-select-amount:hover .-effect {
        display: none
    }
}

.x-select-amount .-amount-container .-btn-select-amount.active {
    box-shadow: none;
    background: 0 0
}

.x-select-amount .-amount-container .-btn-select-amount.active .-effect {
    display: none
}

@media(max-width:991.98px) {
    .x-select-amount .-amount-container .-btn-select-amount .-no {
        top: 17px;
        left: 66%
    }
}

@media(max-width:575.98px) {
    .x-select-amount .-amount-container .-btn-select-amount .-no {
        top: 55%
    }
}

.x-tab-index .-top-lower,
.x-tab-index .-top-upper {
    background-repeat: no-repeat;
    background-size: cover
}

.x-tab-index .-top-lower .-row-wrapper,
.x-tab-index .-top-upper .-row-wrapper {
    text-align: center
}

.x-tab-index .-top-lower .x-title,
.x-tab-index .-top-upper .x-title {
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 500;
    color: #fc0
}

@media(max-width:575.98px) {

    .x-tab-index .-top-lower .x-title,
    .x-tab-index .-top-upper .x-title {
        font-size: 2.25rem
    }
}

.x-tab-index .-top-lower .x-title .letter,
.x-tab-index .-top-upper .x-title .letter {
    display: inline-block;
    line-height: 1em
}

.x-tab-index .-top-lower .x-description,
.x-tab-index .-top-upper .x-description {
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #fff
}

@media(max-width:1199.98px) {

    .x-tab-index .-top-lower .x-description,
    .x-tab-index .-top-upper .x-description {
        padding: 0 2rem;
        font-size: 1.5rem
    }
}

@media(max-width:991.98px) {

    .x-tab-index .-top-lower .x-description,
    .x-tab-index .-top-upper .x-description {
        font-size: 1.4rem
    }
}

@media(max-width:575.98px) {

    .x-tab-index .-top-lower .x-description,
    .x-tab-index .-top-upper .x-description {
        padding: 0;
        font-size: 1.3rem
    }
}

.x-tab-index .-top-upper {
    padding: 3rem 0;
    min-height: 800px;
    background-position: 100% 0
}

.x-tab-index .-top-upper .x-title {
    margin-top: 5rem
}

@media(max-width:1199.98px) {
    .x-tab-index .-top-upper .x-title {
        margin-top: 2rem
    }
}

@media(max-width:991.98px) {
    .x-tab-index .-top-upper {
        min-height: unset;
        background-size: 1000px
    }

    .x-tab-index .-top-upper .-row-wrapper {
        margin-top: 14rem
    }
}

@media(max-width:575.98px) {
    .x-tab-index .-top-upper {
        min-height: unset;
        background-size: 800px;
        background-position: top right -50px
    }

    .x-tab-index .-top-upper .-row-wrapper {
        margin-top: 12rem
    }
}

.x-tab-index .-top-lower {
    padding: 4rem 0 0;
    min-height: 500px;
    background-position: bottom
}

.x-tab-index .-top-lower .-row-wrapper {
    position: relative;
    justify-content: flex-end;
    align-items: center
}

.x-tab-index .-top-lower .-row-wrapper .-mobile {
    position: absolute;
    top: -8rem;
    left: 0
}

@media(max-width:991.98px) {
    .x-tab-index .-top-lower {
        padding: 0 0 4rem;
        min-height: unset
    }

    .x-tab-index .-top-lower .-row-wrapper {
        justify-content: center
    }

    .x-tab-index .-top-lower .-row-wrapper .-mobile {
        position: relative;
        top: 0;
        width: 70%
    }

    .x-tab-index .-top-lower .-row-wrapper .x-title {
        margin-top: 2rem
    }
}

@media(max-width:575.98px) {
    .x-tab-index .-top-lower .-row-wrapper .-mobile {
        width: 90%
    }

    .x-tab-index .-top-lower .-row-wrapper .x-title {
        margin-top: 2rem
    }
}

.x-tab-index .-video-section .-vdo {
    display: block;
    width: 100%
}

.x-tab-index .-device-section {
    position: relative;
    padding: 2rem 0;
    overflow-y: hidden;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.x-tab-index .-device-section .-title {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-weight: 700
}

.x-tab-index .-device-section .-inner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3
}

.x-tab-index .-device-section .-inner-wrapper .-iphone {
    width: 160px;
    margin: 0 10px
}

.x-tab-index .-device-section .-inner-wrapper .-ipad {
    width: 220px;
    margin: 0 10px
}

.x-tab-index .-device-section .-inner-wrapper .-computer {
    width: 360px;
    margin: 0 10px
}

.x-tab-index .-device-section .-girl-left {
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.x-tab-index .-device-section .-girl-right {
    position: absolute;
    top: 40px;
    right: 0;
    width: 240px
}

@media(max-width:1199.98px) {
    .x-tab-index .-device-section .-inner-wrapper .-iphone {
        width: 120px
    }

    .x-tab-index .-device-section .-inner-wrapper .-ipad {
        width: 180px
    }

    .x-tab-index .-device-section .-inner-wrapper .-computer {
        width: 280px
    }

    .x-tab-index .-device-section .-girl-left {
        width: 250px
    }

    .x-tab-index .-device-section .-girl-right {
        width: 180px
    }
}

@media(max-width:991.98px) {

    .x-tab-index .-device-section .-girl-left,
    .x-tab-index .-device-section .-girl-right {
        display: none
    }
}

@media(max-width:767.98px) {
    .x-tab-index .-device-section .-title {
        font-size: 2rem;
        color: #fff;
        text-align: center;
        font-weight: 700
    }

    .x-tab-index .-device-section .-inner-wrapper .-ipad {
        width: 100px;
        width: 140px
    }

    .x-tab-index .-device-section .-inner-wrapper .-computer {
        width: 240px
    }
}

@media(max-width:575.98px) {
    .x-tab-index .-device-section .-inner-wrapper .-iphone {
        width: 20%;
        margin: 0
    }

    .x-tab-index .-device-section .-inner-wrapper .-ipad {
        width: 30%;
        margin: 0
    }

    .x-tab-index .-device-section .-inner-wrapper .-computer {
        width: 50%;
        margin: 0
    }
}

.x-tab-index .-lobby-section {
    padding: 2rem 0 0
}

.x-tab-index .-lobby-section .-lobby-header {
    margin-bottom: 1rem
}

.x-tab-index .-lobby-section .-lobby-header .x-title-inner {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700
}

.x-tab-index .-lobby-section .-lobby-header .x-title-inner:hover {
    text-decoration: none
}

@media(max-width:575.98px) {
    .x-tab-index .-lobby-section .-lobby-header .x-title-inner {
        font-size: 2rem
    }
}

.x-tab-index .-lobby-section .-lobby-header .x-sub-title-inner {
    font-size: 1.3rem;
    color: #fff
}

.x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
    font-size: 1.4rem;
    color: #fc0;
    background: 0 0 !important
}

.x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link.active {
    color: #fff !important;
    background: 0 0 !important
}

.x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link.active .-divider-active {
    position: relative;
    width: 90px;
    height: 3px;
    margin: 0 auto;
    border: none;
    background: linear-gradient(90deg, transparent, #e6c361 50%, transparent)
}

.x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link.active .-divider-active:before {
    content: "";
    position: absolute;
    background: 0 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    box-shadow: 0 2px 8px 1px #e6c361
}

@media(max-width:991.98px) {
    .x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-box {
        margin-top: 1rem
    }
}

@media(max-width:767.98px) {
    .x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-ic-wrapper {
        width: 90px
    }
}

.x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-ic-wrapper .-ic-bank,
.x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-ic-wrapper .-ic-otp,
.x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-ic-wrapper .-ic-register {
    margin-bottom: 1rem
}

@media(max-width:767.98px) {

    .x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-ic-wrapper .-ic-bank,
    .x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-ic-wrapper .-ic-otp,
    .x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-ic-wrapper .-ic-register {
        width: 90px
    }
}

.x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-ic-wrapper .-ic {
    width: 100px
}

@media(max-width:767.98px) {
    .x-tab-manual .-container-wrapper .tab-content .x-service-wrapper .-ic-wrapper .-ic {
        width: 90px
    }
}

.x-tab-manual .-container-wrapper .tab-content .x-service-wrapper h3 {
    color: #fff !important
}

.x-tab-manual .x-hr-border-glow {
    display: none
}

#tab-content-event .x-tab-event-container .-event-tab-info-container .-copy-btn {
    background: linear-gradient(180deg, #d8ba79 0, #bd9448 40%, #9d6d17)
}

#tab-content-event .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn-plain-secondary-landing {
    font-size: 1.3rem;
    border-radius: 5px;
    color: #fff;
    background: #e6c361
}

@media(min-width:992px) {
    #tab-content-event .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn-plain-secondary-landing:hover {
        background: linear-gradient(180deg, #cda651 0, #9a7838 40%, #714e10)
    }
}

#tab-content-event .x-tab-event-container .-event-tab-form-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
#tab-content-event .x-tab-event-container .-event-tab-form-container .btn-primary,
#tab-content-event .x-tab-event-container .-event-tab-form-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
#tab-content-event .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-event-tab-form-container .-copy-btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons #tab-content-event .x-tab-event-container .-event-tab-form-container .vex-dialog-button.vex-dialog-button-primary {
    color: #fff;
    background: #e6c361
}

#tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container {
    background: hsla(0, 0%, 100%, .1)
}

#tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .form-control.is-valid {
    border: 2px solid #28a745
}

#tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
#tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .btn-primary,
#tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
#tab-content-event .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-event-tab-form-container .-form-container .-copy-btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons #tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .vex-dialog-button.vex-dialog-button-primary {
    width: 340px
}

@media(max-width:1199.98px) {

    #tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
    #tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .btn-primary,
    #tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
    #tab-content-event .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-event-tab-form-container .-form-container .-copy-btn,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons #tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .vex-dialog-button.vex-dialog-button-primary {
        width: 360px
    }
}

@media(max-width:767.98px) {

    #tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
    #tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .btn-primary,
    #tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
    #tab-content-event .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-event-tab-form-container .-form-container .-copy-btn,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons #tab-content-event .x-tab-event-container .-event-tab-form-container .-form-container .vex-dialog-button.vex-dialog-button-primary {
        width: 90%
    }
}

.x-modal .close {
    color: #e6c361;
    font-weight: 400;
    display: block !important
}

.x-modal .x-dg-hr-line {
    position: relative;
    width: 250px;
    display: block;
    top: -10px
}

@media(max-width:991.98px) {
    .x-modal .-modal-size {
        max-width: 100%
    }
}

@media(max-width:575.98px) {
    .x-modal {
        padding-left: 0 !important
    }
}

@media(min-width:992px) {
    .x-modal .-modal-big .x-admin-contact {
        width: 100% !important;
        left: 0 !important
    }
}

.x-modal .modal-content {
    border: none
}

@media(max-width:991.98px) {
    .x-modal .modal-content {
        border: none
    }
}

.x-modal .modal-content .x-title-modal {
    text-align: center;
    font-weight: 400 !important
}

.x-modal .modal-content .x-hr-border-glow {
    display: none
}

.x-modal .modal-content .modal-header h3 {
    font-weight: 400 !important
}

.x-modal .modal-content .modal-body .x-reset-pw-text-container {
    margin-top: 1rem !important
}

.x-modal .modal-content .modal-body .x-reset-pw-text-container a {
    color: #e6c361 !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .btn-primary.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button,
.x-modal .modal-content .modal-body .btn.btn-primary,
.x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-primary.vex-dialog-button,
.x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn.vex-dialog-button,
.x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .btn.-copy-btn,
.x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-copy-btn.vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .btn.-copy-btn {
    color: #000;
    background: #e6c361;
    border-radius: 30px
}

@media(max-width:991.98px) {

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .btn-primary.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .vex-dialog-button.vex-dialog-button-primary,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button,
    .x-modal .modal-content .modal-body .btn.btn-primary,
    .x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-primary.vex-dialog-button,
    .x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
    .x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn.vex-dialog-button,
    .x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .btn.-copy-btn,
    .x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-copy-btn.vex-dialog-button,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .btn.-copy-btn {
        border-radius: 0
    }
}

@media(min-width:992px) {

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .btn-primary.vex-dialog-button:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .vex-dialog-button.vex-dialog-button-primary:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button:hover,
    .x-modal .modal-content .modal-body .btn.btn-primary:hover,
    .x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-primary.vex-dialog-button:hover,
    .x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:hover,
    .x-modal .modal-content .modal-body .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn.vex-dialog-button:hover,
    .x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .btn.-copy-btn:hover,
    .x-modal .modal-content .modal-body .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-copy-btn.vex-dialog-button:hover,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-modal .modal-content .modal-body .-copy-btn.vex-dialog-button:hover,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-modal .modal-content .modal-body .btn.-copy-btn:hover {
        background: #dfb235
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title {
    font-size: 1.2rem
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title .text-primary {
    color: #d1aa73 !important
}

#depositModal .form-control,
#withdrawModal .form-control {
    background: #242118
}

@media(min-width:992px) {
    #depositModal .x-admin-contact {
        top: 5px
    }
}

.x-term-and-condition.-home .-notice-box .-title {
    top: -50px
}

.x-term-and-condition.-home .-notice-box .-title img {
    width: 140px
}

@media(max-width:991.98px) {
    .x-term-and-condition.-home .-notice-box .-title {
        top: -40px
    }

    .x-term-and-condition.-home .-notice-box .-title img {
        width: 120px
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .vex-dialog-button,
.x-apple-os .btn,
.x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px
}

@media(max-width:991.98px) {

    .x-apple-os #ads .-submit,
    .x-apple-os #depositModal .x-deposit-promotion .-submit {
        padding-top: 22px
    }
}

@media(min-width:768px) and (max-width:991.98px) {

    .x-apple-os .x-btn-image.-play-btn .-text-btn-image,
    .x-apple-os .x-btn-image.-register-btn .-text-btn-image {
        top: 33px !important
    }
}

@media(max-width:767.98px) {

    .x-apple-os .x-btn-image.-play-btn .-text-btn-image,
    .x-apple-os .x-btn-image.-register-btn .-text-btn-image {
        top: 29px !important
    }
}

.x-windows-os #resetPasswordModal a.-submit,
.x-windows-os .x-bank-account-form a.-submit,
.x-windows-os .x-deposit-form a.-submit,
.x-windows-os .x-form-register a.-submit,
.x-windows-os .x-login-form a.-submit,
.x-windows-os .x-pending a.-submit,
.x-windows-os .x-withdraw-form a.-submit,
.x-windows-os form[name=coupon] a.-submit {
    padding-top: 15px
}

.x-windows-os .x-pending .x-mini-copy {
    line-height: 18px
}

.x-windows-os .form-check input[type=checkbox]+label:after {
    top: 9px !important
}

.x-windows-os .x-pending .-fake-input {
    padding: 10px .675rem 8px
}

.x-windows-os .x-pending .x-slide-left-content .media b {
    font-size: 1.6rem !important
}

.x-windows-os .x-modal .close {
    top: 0
}

.x-windows-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding: 8px 20px 5px
}

.x-windows-os .x-tab-event-container .-event-tab-form-container .-back-btn {
    padding: 6px 30px 4px
}

.x-windows-os .x-btn-image .-text-btn-image {
    line-height: 18px
}

.x-windows-os .x-admin-contact {
    padding: 6px 10px
}

.x-windows-os .x-footer-seo .-tags a {
    padding: 5px 10px
}

.x-windows-os .x-select-amount .-amount-container .-btn-select-amount .-no {
    top: 6px
}

@media(max-width:991.98px) {
    .x-windows-os .x-select-amount .-amount-container .-btn-select-amount .-no {
        top: 10px
    }
}

.x-ios-os #resetPasswordModal .-submit,
.x-ios-os .x-bank-account-form .-submit,
.x-ios-os .x-deposit-form .-submit,
.x-ios-os .x-form-register .-submit,
.x-ios-os .x-login-form .-submit,
.x-ios-os .x-pending .-submit,
.x-ios-os .x-withdraw-form .-submit,
.x-ios-os form[name=coupon] .-submit {
    padding-top: 15px
}

.x-ios-os #resetPasswordModal a.-submit,
.x-ios-os .x-bank-account-form a.-submit,
.x-ios-os .x-deposit-form a.-submit,
.x-ios-os .x-form-register a.-submit,
.x-ios-os .x-login-form a.-submit,
.x-ios-os .x-pending a.-submit,
.x-ios-os .x-withdraw-form a.-submit,
.x-ios-os form[name=coupon] a.-submit {
    padding-top: 20px
}

.x-ios-os .x-btn-image.-play-btn .-text-btn-image {
    line-height: 34px
}

.x-ios-os .x-account-profile .-bank-info .media-body {
    margin-top: .3rem !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-ios-os .x-intro-promotion .vex-dialog-button.vex-dialog-button-primary,
.x-ios-os .x-intro-promotion .btn-primary,
.x-ios-os .x-intro-promotion .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-ios-os .x-intro-promotion .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-ios-os .x-intro-promotion .-copy-btn {
    padding-top: 12px;
    padding-bottom: 2px
}

.x-android-os #resetPasswordModal .-submit,
.x-android-os .x-bank-account-form .-submit,
.x-android-os .x-deposit-form .-submit,
.x-android-os .x-form-register .-submit,
.x-android-os .x-login-form .-submit,
.x-android-os .x-pending .-submit,
.x-android-os .x-withdraw-form .-submit,
.x-android-os form[name=coupon] .-submit {
    padding-top: 15px
}

.x-android-os #resetPasswordModal a.-submit,
.x-android-os .x-bank-account-form a.-submit,
.x-android-os .x-deposit-form a.-submit,
.x-android-os .x-form-register a.-submit,
.x-android-os .x-login-form a.-submit,
.x-android-os .x-pending a.-submit,
.x-android-os .x-withdraw-form a.-submit,
.x-android-os form[name=coupon] a.-submit {
    padding-top: 20px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-android-os .x-intro-promotion .vex-dialog-button.vex-dialog-button-primary,
.x-android-os .x-intro-promotion .btn-primary,
.x-android-os .x-intro-promotion .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-android-os .x-intro-promotion .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-android-os .x-intro-promotion .-copy-btn {
    padding-top: 12px;
    padding-bottom: 4px
}

.x-dream-cover-v2-container .-heading-title {
    background: linear-gradient(180deg, #fea 0, #b27e22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-dream-cover-v2-container .-play-button {
    display: inline-block;
    position: relative;
    margin-top: 1.25rem;
    background: 0 0;
    border-radius: 5px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.x-dream-cover-v2-container .-play-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #b27e22;
    border-radius: 5px;
    box-shadow: 0 0 10px #b27e22;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-animation: x-button-glow-shadow-zoom-in-out 1.25s ease-in-out infinite alternate;
    animation: x-button-glow-shadow-zoom-in-out 1.25s ease-in-out infinite alternate;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 92%;
    border-radius: 30px
}

.x-dream-cover-v2-container .-play-button .-img {
    position: relative;
    margin: auto;
    width: 200px;
    height: auto;
    border-radius: 5px
}

@media(max-width:767.98px) {
    .x-dream-cover-v2-container .-play-button .-img {
        width: 170px
    }
}

.x-dream-cover-v2-container .-play-button .-title {
    display: block;
    position: absolute;
    top: 46%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 5px #000;
    text-align: center;
    margin-top: 5px
}

@media(max-width:767.98px) {
    .x-dream-cover-v2-container .-play-button .-title {
        font-size: 1.09375rem
    }
}

.x-dream-cover-v2-container .-play-button .-text-ma {
    display: none
}

.x-dream-cover-v2-container .-play-button:hover {
    -webkit-filter: saturate(2);
    filter: saturate(2)
}

.x-dream-cover-v2-container .-play-button.-cannot-entry.-coming-soon .-title,
.x-dream-cover-v2-container .-play-button.-cannot-entry.-in-condition .-title,
.x-dream-cover-v2-container .-play-button.-cannot-entry.-ma .-title,
.x-dream-cover-v2-container .-play-button.-cannot-entry.-untestable .-title,
.x-dream-cover-v2-container .-play-button.-cannot-entry.x-covid-19 .-title {
    display: none
}

.x-dream-cover-v2-container .-play-button.-cannot-entry.-coming-soon .-text-ma,
.x-dream-cover-v2-container .-play-button.-cannot-entry.-in-condition .-text-ma,
.x-dream-cover-v2-container .-play-button.-cannot-entry.-ma .-text-ma,
.x-dream-cover-v2-container .-play-button.-cannot-entry.-untestable .-text-ma,
.x-dream-cover-v2-container .-play-button.-cannot-entry.x-covid-19 .-text-ma {
    display: block
}

.x-lobby-header-dream-container-v2 {
    background: #252118
}

.x-lobby-header-dream-container-v2 .-logo {
    width: 110px;
    height: auto
}

#tab-content-promotion {
    padding: 2rem 0 0
}

#tab-content-promotion .btn-primary,
#tab-content-promotion .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
#tab-content-promotion .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons #tab-content-promotion .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper #tab-content-promotion .-copy-btn {
    font-size: 1.3rem;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(180deg, #fc0, #b58500)
}

@media(min-width:992px) {

    #tab-content-promotion .btn-primary:hover,
    #tab-content-promotion .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:hover,
    #tab-content-promotion .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons #tab-content-promotion .vex-dialog-button.vex-dialog-button-primary:hover,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper #tab-content-promotion .-copy-btn:hover {
        background: linear-gradient(180deg, #7f6600, #5b4300)
    }
}

.-x-input-icon .-icon {
    top: 16px;
    height: auto;
    width: 12px;
    left: 16px
}

.x-form-register img.-ic-lock,
.x-form-register img.-ic-register {
    width: 90px
}

.x-form-register .-x-input-icon .-icon {
    width: 9px
}

.x-form-register button[disabled] {
    opacity: .6
}

.x-bank-account-form .-x-input-icon:nth-child(2) .-icon {
    top: 18px;
    width: 14px
}

.x-bank-account-form .-x-input-icon:nth-child(3) .-icon {
    width: 14px
}

.x-deposit-form hr {
    border-color: #b8b8b8 !important
}

.x-deposit-form .m-auto img {
    width: 200px
}

.x-deposit-form .-bg-promotion-active {
    background-image: none !important
}

.x-deposit-form .-bg-promotion-active .text-primary {
    color: #fff !important
}

.x-deposit-promotion .-img {
    border-radius: 0
}

.x-deposit-promotion .-img:hover {
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.x-deposit-promotion .-img.-active {
    border: 2px solid #fc0
}

@media(max-width:991.98px) {
    .x-deposit-promotion {
        background: 0 0
    }
}

.x-account-profile .-profile-container .-bank-info {
    background: hsla(0, 0%, 100%, .1)
}

.x-account-profile .-profile-container .-bank-info .media-body {
    margin: 0
}

@media(max-width:991.98px) {
    .x-account-profile {
        background: 0 0
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .btn-primary.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .vex-dialog-button.vex-dialog-button-primary,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-account-profile .-copy-btn.vex-dialog-button,
    .x-account-profile .btn.btn-primary,
    .x-account-profile .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-primary.vex-dialog-button,
    .x-account-profile .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
    .x-account-profile .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn.vex-dialog-button,
    .x-account-profile .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .btn.-copy-btn,
    .x-account-profile .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-copy-btn.vex-dialog-button,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-copy-btn.vex-dialog-button,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-account-profile .btn.-copy-btn {
        border-radius: 30px !important
    }

    .x-account-profile hr {
        border-top: 1px solid hsla(0, 0%, 72.2%, .4)
    }

    .x-promotion-active-header {
        background: 0 0
    }
}

#joinPromotionModal .-promotion .progress .progress-bar {
    background: #fc0;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #b58500), color-stop(100%, #fc0));
    background: linear-gradient(90deg, #b58500 0, #fc0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0)
}

.x-deposit-form input.x-form-control,
.x-deposit-form input:focus,
.x-withdraw-form input.x-form-control,
.x-withdraw-form input:focus {
    background: hsla(0, 0%, 100%, .15);
    color: #fc0
}

.x-deposit-form .-x-input-icon .-icon,
.x-withdraw-form .-x-input-icon .-icon {
    width: 17px;
    top: 14px
}

.x-pending .media {
    border: 2px solid #fff;
    padding: .7rem
}

.x-pending .media img {
    margin: auto
}

.x-pending .-fake-input {
    background: hsla(0, 0%, 100%, .15);
    border: 1px solid #fff;
    border-radius: 30px;
    width: 100% !important
}

.x-pending .-fake-input .fas {
    color: #b8b8b8
}

.x-pending .-pending-bg-promotion-active {
    background-image: none !important
}

.x-pending .-pending-bg-promotion-active .-title {
    color: #fff !important
}

.x-pending .-deposit-preview img {
    width: 200px
}

.x-pending .-deposit-preview hr {
    border-color: #b8b8b8 !important
}

.x-pending .-deposit-preview .text-gray-lighter {
    color: #fff !important
}

#tab-content-event {
    padding: 2rem 0 0
}

@media(max-width:991.98px) {

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-login.vex-dialog-button,
    .x-button-actions .btn.-btn-login,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-login.vex-dialog-button {
        color: #fff !important;
        background: linear-gradient(180deg, #fc0, #b58500)
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-login.-include-sood.vex-dialog-button,
    .x-button-actions .btn.-btn-login.-include-sood,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-login.-include-sood.vex-dialog-button {
        padding: 2px 0
    }

    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-login.vex-dialog-button .-typo,
    .x-button-actions .btn.-btn-login .-typo,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-login.vex-dialog-button .-typo {
        padding-top: 9px;
        padding-bottom: 4px
    }

    .x-button-actions .btn-plain-lobby,
    .x-button-actions .btn-plain-sood {
        border: none
    }
}

@media(max-width:991.98px) {
    .x-slide-left-content-term .-term-and-condition-content {
        padding: 1rem !important
    }
}

.x-form-register .-term-and-condition-content {
    padding: 0 !important;
    background: 0 0
}

@media(max-width:991.98px) {
    .x-step-register .-step-box-outer {
        background-color: transparent !important
    }
}

.x-step-register .-step-box-outer.step-active .--step-box-inner {
    color: #82631a;
    background-color: #b8b8b8
}

.x-admin-contact {
    border-top: none;
    border-radius: 20px;
    padding: 10px 10px 2px;
    bottom: 100px
}

@media(min-width:992px) {
    .x-admin-contact {
        width: 120%;
        top: 30px;
        left: -10%;
        background: hsla(0, 0%, 100%, .05)
    }
}

@media(min-width:992px) {
    .x-admin-contact .x-text-with-link-component {
        font-size: 1.2rem
    }
}

.x-admin-contact .x-text-with-link-component .-link-message {
    text-decoration: underline
}

.x-admin-contact .x-text-with-link-component .-text-message {
    color: #fff
}

.x-admin-contact .x-text-with-link-component .-link-message {
    color: #e6c361
}

.x-withdraw-pending .-fake-input {
    background: hsla(0, 0%, 100%, .15);
    border: 1px solid #fff;
    border-radius: 30px;
    width: 100% !important
}

.x-logged-sidebar-mobile .-inner-wrapper.show {
    background: linear-gradient(135deg, #473e2d, #232017 50%, #18160f)
}

.x-btn-image.-play-btn span,
.x-btn-image.-register-btn span {
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #e5a641), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    font-weight: 700;
    font-size: 50px;
    top: 34px !important
}

@media(max-width:991.98px) {

    .x-btn-image.-play-btn span,
    .x-btn-image.-register-btn span {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

.x-btn-image.-play-btn span:hover,
.x-btn-image.-register-btn span:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

@media(max-width:991.98px) {

    .x-btn-image.-play-btn span,
    .x-btn-image.-register-btn span {
        top: 29px !important
    }
}

.x-entrance-sood .-btn-sood {
    padding-top: 3px;
    background: linear-gradient(180deg, #d8ba79 0, #bd9448 40%, #9d6d17);
    color: #fff
}

@media(max-width:991.98px) {
    .x-promotion-return-by-user-container .-promotion-return-btn {
        border-radius: 30px !important
    }

    .x-promotion-return-by-user-container .x-admin-contact {
        border-radius: 0 !important
    }
}

@media(max-width:991.98px) {
    .x-account-verification-modal .x-admin-contact {
        position: relative;
        bottom: 0 !important;
        margin-top: .5rem;
        margin-bottom: 3rem
    }
}

@media(max-width:991.98px) {
    .x-wrapper-right-container .x-ranking-entrance {
        bottom: 300px
    }
}

.x-button-actions-v2 .-menu-wrapper .-btn-deposit-container .-ic-img,
.x-button-actions-v2 .-menu-wrapper .-btn-withdraw-container .-ic-img {
    top: 4px;
    position: relative
}