@import url("https://fonts.googleapis.com/css?family=Oxanium:400,700|Inconsolata:900&display=swap");

.glow-background, #wheel #wheel-button, .is-modal:not(.secondary), .is-modal ul.table .flex-ele.large>div>div, .is-modal ul.table .flex-ele.small>div>div, .contact-us .info, .contact-us .label, label.for-file-input, .css-table-header.primary p, div.per-promo, div.per-card, div.per-card .dl .per-exe, div.per-card .create:hover, .primary-neon, ul#nav a, #promotions .per-promotion, #board #wallet #lucky-spins .label, #board #wallet #wallet-balance .label, #board #wallet #wallet-points .label {
    background-color: rgba(22, 149, 253, 0.15)
}

.glow-background-secondary, .is-modal.secondary, .css-table-header.secondary p, .secondary-neon {
    background-color: rgba(245, 20, 116, 0.15)
}

.glow-label, .is-modal:not(.secondary) ul .label, .is-modal ul.table .flex-ele.large p, .is-modal ul.table .flex-ele.small p, label.for-file-input p, .css-table-header.primary p, div.per-card .create, div.per-card .account p, div.per-card .account span:nth-of-type(2), .primary-neon, ul#nav a, .segment-desc, #user-info h5, #user-info-mobile h5, #board #jackpot-info #jackpot-label, #board #wallet #lucky-spins .label p, #board #wallet #wallet-balance .label p, #board #wallet #wallet-points .label p, .footer .per-fluff h1 {
    color: #e0f1ff;
    text-shadow: 0 0 5px #d4ae41, 0 6px 6px #1495ff;
    transition: text-shadow .25s
}

.glow-label-secondary, .is-modal.secondary ul .label, .css-table-header.secondary p, .secondary-neon {
    color: #fdd8e8;
    text-shadow: 0 0 5px #f51474, 0 6px 6px #ff0a73;
    transition: text-shadow .25s
}

.glow-header, #wheel #wheel-button p, .is-modal:not(.secondary) h1, div.per-card .account span:nth-of-type(2):hover, .primary-neon:hover, ul#nav a:hover, .segment-title h1, #promotions .per-promotion .content h1, #board #jackpot>h1, #board #wallet>h1, #board #leaderboard>h1, .copyright {
    text-shadow: 0 0 1vw #131313, 0 0 3vw #131313, 0 0 10vw #131313, 0 0 10vw #131313, 0 0 0.4vw #131313, 0.5vw 0.5vw 0.1vw #131313;
    color: #ddbe6d;
}

.glow-header-secondary, .is-modal.secondary h1, .secondary-neon:hover, #interested-wrapper h1 {
    text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #a71915, 0 0 10vw #FA1C16, 0 0 .4vw #ca489c, .5vw .5vw .1vw #8c1a9a;
    color: #fbaedc
}

.glow-border, #wheel #wheel-button, .is-modal:not(.secondary), .contact-us .info, .contact-us .label, div.per-promo, div.per-card .prev, div.per-card .dl .per-exe:hover, div.per-card .create, div.per-card .account p, .primary-neon:hover, ul#nav a:hover, #promotions .per-promotion, #promotions .per-promotion .preview-img, #stage, #board #jackpot {
    box-shadow: 0 0 15px 2px rgb(222 192 112 / 82%), inset 0 0 15px 2px rgb(221 191 111 / 72%), inset 0 0 0 1px #fff, 0 0 0 1px #fff;
}

.glow-border-secondary, .is-modal.secondary, .secondary-neon:hover {
    box-shadow: 0 0 15px 2px rgb(222 192 112 / 82%), inset 0 0 15px 2px rgb(221 191 111 / 72%), inset 0 0 0 1px #fff, 0 0 0 1px #fff;
}

#nav-wrapper {
    background-color: rgba(0, 0, 0, 0.95);
    transform: translateX(-100%);
    transition: transform .5s;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto
}

#nav-wrapper #controls-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: .5rem .5rem
}

#nav-wrapper #controls-mobile .per-control {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: center
}

#nav-wrapper #controls-mobile .per-control button {
    flex-grow: 1;
    flex-shrink: 1
}

@media (min-width: 1100px) {
    #nav-wrapper {
        background-color: transparent;
        transform: translateX(0%);
        position: unset;
        top: unset;
        left: unset;
        bottom: unset;
        overflow: unset
    }
}

#nav-wrapper.is-visible {
    transform: translateX(0%)
}

#nav-wrapper img {
    max-width: 15rem;
    margin: 1rem auto;
    max-height: 5rem
}

ul#actions-user-general {
    border-top: 1px solid #d4ae41;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 1rem;
    flex-wrap: nowrap;
    text-align: left
}

@media (min-width: 1100px) {
    ul#actions-user-general {
        flex-direction: row;
        text-align: center
    }
}

ul#actions-user-general li {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    display: block;
    width: 100%
}

@media (min-width: 1100px) {
    ul#actions-user-general li {
        display: flex
    }
}

ul#actions-user-general button {
    font-weight: 700;
    cursor: pointer;
    display: block;
    width: calc(100% - 1rem)
}

ul#nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: left;
    list-style: none;
    padding: 1rem 1rem
}

@media (min-width: 1100px) {
    ul#nav {
        flex-direction: row;
        text-align: center
    }
}

ul#nav li {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .5rem 0rem
}

@media (min-width: 1100px) {
    ul#nav li {
        padding: 0 0;
        flex-basis: 10rem
    }
}

@keyframes flicker {
    0% {
        opacity: 1;
        transform: translate(0, 0)
    }

    2% {
        opacity: 1;
        transform: translate(0, 0)
    }

    5% {
        opacity: .2;
        transform: translate(-5px, 2px)
    }

    8% {
        opacity: 1;
        transform: translate(5px, -2px)
    }

    9% {
        opacity: 1;
        transform: translate(0, 0)
    }

    40% {
        opacity: 1;
        transform: translate(0, 0)
    }

    43% {
        opacity: .5;
        transform: translate(5px, -2px)
    }

    46% {
        opacity: 1;
        transform: translate(0, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

ul#nav .icon:hover::before {
    animation: flicker 2s infinite
}

ul#nav .icon::before {
    opacity: .5;
    content: "";
    height: 1.5rem;
    margin: .25rem 0;
    margin-right: .5rem;
    width: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left
}

ul#nav .home::before {
    background-image: url("./asset/img/icon/home.svg")
}

ul#nav .livecasino::before {
    background-image: url("./asset/img/icon/livecasino.svg")
}

ul#nav .slots::before {
    background-image: url("./asset/img/icon/slots.svg")
}

ul#nav .sports::before {
    background-image: url("./asset/img/icon/sports.svg")
}

ul#nav .fourd::before {
    background-image: url("./asset/img/icon/fourd.svg")
}

ul#nav .promotions::before {
    background-image: url("./asset/img/icon/promotions.svg")
}

ul#nav .banking::before {
    background-image: url("./asset/img/icon/banking.svg")
}

ul#nav .contactus::before {
    background-image: url("./asset/img/icon/contactus.svg")
}

ul#nav a {
    font-weight: 700;
    text-decoration: none;
    margin: 0 .5rem;
    overflow: hidden;
    display: flex;
    padding: 0 1rem;
    height: 3rem;
    line-height: 3rem;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap
}

@media (min-width: 1100px) {
    ul#nav a {
        justify-content: center
    }
}

#nav-toggle {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    height: 3rem;
    width: 3rem;
    z-index: 9000;
    background-image: url("./asset/img/icon/menu.svg");
    background-size: 1.5rem 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.75)
}

@media (min-width: 1100px) {
    #nav-toggle {
        display: none
    }
}

#wheel {
    padding: .5rem .5rem;
    flex-basis: 30rem;
    flex-grow: 1;
    flex-shrink: 1;
    opacity: 0;
    transition: opacity .25s
}

#wheel.is-loaded {
    opacity: 1
}

#wheel #wheel-frame {
    position: relative;
    padding-top: 100%;
    width: 100%;
    transform: scale(0.9);
}
/* 
#wheel #canvas {
    display: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
} */


#wheel #canvas {
    display: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transform: scale(0.81) translateY(-61.5%) translateX(-61.5%);
}

#wheel #wheel-button {
    top: calc(50% - 3rem);
    left: calc(50% - 3rem);
    height: 6rem;
    width: 6rem;
    border-radius: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-image: url("../../../images/wheel/spinButton.png");
    background-size: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#wheel #wheel-button:hover {
    /* border: .75rem solid transparent */
}

#wheel #wheel-button:active {
    /* border: .5rem solid #fff;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 15px 2px rgba(22, 149, 253, 0.75), inset 0 0 15px 2px rgba(22, 149, 253, 0.75), inset 0 0 15px 5px #fff, 0 0 15px 5px #fff */
}

@media (min-width: 768px) {
    #wheel #wheel-button {
        top: calc(50% - 4.5rem);
        left: calc(50% - 4rem);
        height: 8rem;
        width: 8rem
    }
}

#wheel #wheel-button p {
    font-size: 1.5rem;
    font-weight: 700;
    user-select: none;
    pointer-events: none
}

@media (min-width: 768px) {
    #wheel #wheel-button p {
        font-size: 2.5rem
    }
}

#wheel #wheel-pointer {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    /* background-image: url("../../../images/wheel/pointer.png"); */
    background-size: contain;
    background-position: center
}

#wheel #wheel-border {
    position: absolute;
    z-index: 8;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    top: 50%;
    left: 50%;
    max-width: 680px;
    max-height: 680px;
    transform: translateY(-50%) translateX(-50%) scale(1);
    transition: transform .25s;
    border-radius: 100%;
    /* border: .25rem solid #fff; */
    /* box-shadow: inset 0 0 0.5rem 0.25rem rgb(255 255 255 / 50%), inset 0 0 1rem 0.5rem #d4ae41, 0 0 2rem 1rem #d4ae41, 0 0 0 5px #ffffff; */
    /* background-color: rgba(22, 149, 253, 0.15); */
    background-image: url("../../../images/wheel/background.png");
    background-size: cover;
}

#wheel #wheel-border.is-spinning {
    /* animation: isSpinning .5s infinite alternate */
}

@keyframes isSpinning {
    0% {
        box-shadow: inset 0 0 .5rem .25rem rgba(255, 255, 255, 0.5), inset 0 0 1rem .5rem #d4ae41, 0 0 2rem 1rem #d4ae41, 0 0 0 5px #fff;
        transform: translateY(-50%) translateX(-50%)
    }

    100% {
        box-shadow: inset 0 0 1rem .25rem rgba(255, 255, 255, 0.5), inset 0 0 1rem .25rem #d4ae41, 0 0 4rem 1rem #d4ae41, 0 0 .25rem 5px #fff;
        transform: translateY(-50%) translateX(-50%)
    }
}

.modal-wrappers {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("./asset/img/etc/close.png") calc(100% - 1rem) calc(0% + 1rem)/2rem auto no-repeat, linear-gradient(rgba(0, 0, 0, 0.85), #010000);
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 4rem
}

.modal-wrappers>.is-modal {
    max-width: 100%
}

.modal-wrappers form {
    max-width: 100%
}

.modal-wrappers.is-opened {
    display: flex
}

.basis-10 {
    flex-basis: 10
}

.flex-equal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.flex-equal>* {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1
}

.is-modal {
    max-width: 960px;
    max-height: 80%;
    max-height: 80vh;
    overflow: auto;
    min-width: auto;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 2rem 1rem;
    margin: 1rem 1rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 25px
}

.is-modal .full-width-minus-margins {
    width: calc(100% - 0.5rem);
    margin: .5rem .25rem
}

@media (min-width: 500px) {
    .is-modal {
        min-width: 400px
    }
}

.is-modal li {
    display: block
}

.is-modal li.scrollable {
    overflow-x: auto
}

@media (min-width: 768px) {
    .is-modal li.scrollable {
        overflow-x: auto
    }
}

.is-modal ul {
    list-style: none;
    text-align: left
}

.is-modal ul.table {
    margin: 1rem 0;
    padding: 1rem 1rem;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5)
}

.is-modal ul.table span {
    display: block;
    width: 100%
}

.is-modal ul.table .flex-ele {
    padding: 0 .5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.is-modal ul.table .flex-ele.large, .is-modal ul.table .flex-ele.small {
    align-items: stretch
}

.is-modal ul.table .flex-ele.large>div, .is-modal ul.table .flex-ele.small>div {
    padding: .25rem .25rem;
    flex-grow: 0
}

.is-modal ul.table .flex-ele.large>div>div, .is-modal ul.table .flex-ele.small>div>div {
    display: flex;
    padding: .5rem .5rem;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    transform: scale(1);
    transition: transform .5s
}

.is-modal ul.table .flex-ele.large>div>div:hover, .is-modal ul.table .flex-ele.small>div>div:hover {
    transform: scale(1.05)
}

.is-modal ul.table .flex-ele.large p, .is-modal ul.table .flex-ele.small p {
    height: 1rem;
    line-height: 1rem;
    font-size: .8rem;
    margin-top: .25rem;
    white-space: nowrap
}

.is-modal ul.table .flex-ele.large img, .is-modal ul.table .flex-ele.small img {
    max-width: 95%;
    margin: auto
}

.is-modal ul.table .flex-ele.small>div>div {
    height: 4.25rem;
    width: 6rem
}

.is-modal ul.table .flex-ele.small img {
    max-height: 2rem
}

.is-modal ul.table .flex-ele.large>div>div {
    height: auto;
    width: 100%
}

@media (min-width: 768px) {
    .is-modal ul.table .flex-ele.large>div>div {
        width: 16rem
    }
}

.is-modal ul.table .flex-ele.large img {
    max-height: 15rem
}

.is-modal ul.table .flex-ele div {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1
}

.is-modal ul.table .flex-ele input, .is-modal ul.table .flex-ele select {
    margin: .25rem .25rem;
    display: inline-block;
    width: calc(100% - 0.5rem)
}

.is-modal ul.table .value {
    padding: 0 .5rem;
    display: block
}

.is-modal ul.table .value:not(input) {
    color: #EEE
}

.is-modal ul.table .label {
    padding: .5rem .5rem;
    white-space: nowrap
}

.is-modal ul.table .label.transaction-status {
    white-space: normal;
    display: flex;
    align-items: center
}

.is-modal ul.table .label.top {
    vertical-align: top
}

@media (min-width: 600px) {
    .modal-announcement, .modal-promo {
        max-width: 600px !important
    }
}

.modal-announcement p, .modal-promo p {
    color: #EEE;
    line-height: 175%
}

.modal-announcement img, .modal-promo img {
    border-radius: 25px;
    width: 100%;
    max-width: 100%;
    height: auto
}

#modal-win {
    position: relative;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.5)
}

#modal-win .info p {
    color: #EEE;
    font-weight: 700
}

.bg-win {
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.contact-us {
    position: fixed;
    top: 50%;
    z-index: 8500;
    right: 100%;
    transform: translateY(-50%);
    transition: transform .25s
}

.contact-us:hover {
    transform: translateY(-50%) translateX(100%)
}

.contact-us .info-wrapper {
    padding: 0rem .5rem
}

.contact-us .info {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1rem 1rem
}

.contact-us .info h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0 .5rem
}

.contact-us .info h1, .contact-us .info span {
    white-space: nowrap
}

.contact-us .info .contact-info-label {
    display: flex;
    align-items: top;
    margin: .5rem 0;
    position: relative
}

.contact-us .info .values, .contact-us .info .actions {
    margin-left: 2rem
}

.contact-us .info img {
    max-height: 2rem;
    max-width: 1.5rem;
    margin: .25rem 0
}

.contact-us .info button {
    margin: .5rem 0
}

.contact-us .info button, .contact-us .info p {
    white-space: nowrap
}

.contact-us .label {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 1rem 1rem;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 5px
}

.contact-us .label img {
    max-width: 1rem
}

.world-card .card-border, .silver-card .card-border, .platinum-card .card-border, .diamond-card .card-border, .gold-card .card-border, .-card .card-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 5px
}

.vip-card {
    position: relative;
    padding: 3px
}

.vip-card:not(.-card) span {
    display: none !important
}

.vip-card .logo {
    height: 4rem;
    margin-bottom: 1rem
}

.vip-card .info {
    position: relative;
    z-index: 10;
    background: linear-gradient(rgba(0, 4, 20, 0.75), #000414), url("/asset/img/vip-rank/card-bg.jpg");
    background-size: cover;
    border-radius: 5px;
    padding: 2rem 1rem
}

.-card .info, .-card .card-border {
    display: none
}

.-card span {
    display: block
}

.world-card .card-border {
    background: linear-gradient(225deg, #2c2c2c, #e41766, #2c2c2c);
    background-size: 600% 600%;
    animation: WorldCard 3s ease infinite
}

@keyframes WorldCard {
    0% {
        background-position: 0% 90%
    }

    50% {
        background-position: 100% 11%
    }

    100% {
        background-position: 0% 90%
    }
}

.silver-card .card-border {
    background: linear-gradient(225deg, #2c2c2c, #a8bfc4, #2c2c2c);
    background-size: 600% 600%;
    animation: SilverCard 3s ease infinite
}

@keyframes SilverCard {
    0% {
        background-position: 0% 90%
    }

    50% {
        background-position: 100% 11%
    }

    100% {
        background-position: 0% 90%
    }
}

.diamond-card .card-border {
    background: linear-gradient(225deg, #2c2c2c, #16c4da, #2c2c2c);
    background-size: 600% 600%;
    animation: DiamondCard 3s ease infinite
}

@keyframes DiamondCard {
    0% {
        background-position: 0% 90%
    }

    50% {
        background-position: 100% 11%
    }

    100% {
        background-position: 0% 90%
    }
}

.platinum-card .card-border {
    background: linear-gradient(225deg, #2c2c2c, #8214e6, #2c2c2c);
    background-size: 600% 600%;
    animation: PlatinumCard 3s ease infinite
}

@keyframes PlatinumCard {
    0% {
        background-position: 0% 90%
    }

    50% {
        background-position: 100% 11%
    }

    100% {
        background-position: 0% 90%
    }
}

.gold-card .card-border {
    background: linear-gradient(225deg, #2c2c2c, #e69b14, #2c2c2c);
    background-size: 600% 600%;
    animation: GoldCard 3s ease infinite
}

@keyframes GoldCard {
    0% {
        background-position: 0% 90%
    }

    50% {
        background-position: 100% 11%
    }

    100% {
        background-position: 0% 90%
    }
}

body {
    background-color: #1d212a
}

button, input, select {
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.25)
}

button:not(.minimal).block, input:not(.minimal).block, select:not(.minimal).block {
    display: block;
    width: calc(100% - 1rem)
}

button.minimal, input.minimal, select.minimal {
    padding: .25rem .5rem;
    margin: .5rem .25rem
}

button.minimal.block, input.minimal.block, select.minimal.block {
    display: block;
    width: calc(100% - 0.5rem)
}

button.icon img, input.icon img, select.icon img {
    max-height: 1.5rem
}

label.for-file-input {
    display: block;
    padding: 1rem 1rem
}

input[type="file"] {
    display: none !important
}

button {
    font-weight: 800;
    transition: box-shadow .25s, background .25s
}


table tr, table th, table td {
    white-space: nowrap
}

table th, table td {
    padding: .25rem .25rem
}

table tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.25)
}

table td {
    color: #EEE
}

.css-table {
    table-layout: fixed;
    display: table;
    border-radius: 25px;
    overflow-x: auto;
    width: calc(100% - 0.5rem);
    margin: .5rem .25rem;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15)
}

.css-table-row {
    display: table-row
}

.css-table-row:nth-of-type(even) p {
    background-color: rgba(0, 0, 0, 0.25)
}

.css-table-row:nth-of-type(even):last-child p:first-child {
    border-bottom-left-radius: 25px
}

.css-table-row:nth-of-type(even):last-child p:last-child {
    border-bottom-right-radius: 25px
}

.css-table-row p {
    display: table-cell;
    text-align: center;
    font-size: .8rem;
    white-space: nowrap;
    padding: .5rem .25rem;
    color: #EEE
}

.css-table-header {
    display: table-row
}

.css-table-header p {
    display: table-cell;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    padding: .25rem .25rem
}

.css-table-header p:last-child {
    border-top-right-radius: 25px
}

.css-table-header p:first-child {
    border-top-left-radius: 25px
}

div.cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: top;
    margin-top: 2rem
}

div.per-promo, div.per-card {
    margin: .5rem .5rem;
    padding: .5rem .5rem;
    flex-basis: 25rem;
    flex-grow: 0;
    flex-shrink: 1
}

div.per-promo img, div.per-card img {
    width: 100%;
    max-width: 100%
}

div.per-promo {
    border-radius: 25px
}

div.per-promo img {
    border-radius: 25px
}

div.per-card {
    margin-top: 6rem;
    border-radius: 25px
}

div.per-card .prev {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 10rem;
    border-radius: 25px;
    position: relative
}

div.per-card img {
    position: absolute;
    bottom: 0;
    left: 0
}

div.per-card .dl {
    display: flex;
    justify-content: center;
    margin: .5rem .5rem
}

div.per-card .dl .per-exe {
    margin: .25rem .25rem;
    height: 4rem;
    width: 4rem;
    background-size: 3.5rem auto;
    background-repeat: no-repeat;
    background-position: center
}

div.per-card .dl .per-exe.android {
    background-image: url("./asset/img/icon/android.svg")
}

div.per-card .dl .per-exe.android-slots {
    background-image: url("./asset/img/icon/androidslots.svg")
}

div.per-card .dl .per-exe.android-live {
    background-image: url("./asset/img/icon/androidlive.svg")
}

div.per-card .dl .per-exe.apple {
    background-image: url("./asset/img/icon/apple.svg")
}

div.per-card .dl .per-exe.mobile {
    background-image: url("./asset/img/icon/mobile.svg")
}

div.per-card .dl .per-exe.pc {
    background-image: url("./asset/img/icon/pc.svg")
}

div.per-card .create {
    margin-top: .5rem;
    padding: 1rem .5rem;
    border-radius: 25px
}

div.per-card .account span[copy] {
    cursor: pointer
}

div.per-card .account p {
    margin-top: .5rem;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    line-height: 1.25rem;
    align-items: baseline;
    justify-content: space-between
}

div.per-card .account input {
    flex-basis: auto;
    flex-grow: 1
}

div.per-card .account span {
    padding: .5rem .5rem;
    color: #EEE;
    font-weight: 700;
    vertical-align: baseline
}

div.per-card .account span:nth-of-type(1) {
    font-size: .8rem;
    width: 5rem
}

div.per-card .account span:nth-of-type(2) {
    font-size: .8rem;
    padding: 0 1rem
}

.primary-button, .secondary-button {
    background-color: rgba(0, 0, 0, 0.75)
}

.primary-button.side-padding, .secondary-button.side-padding {
    padding: .5rem 2rem
}

.primary-button {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), #d4ae41;
    box-shadow: 0 0 10px 0 #d4ae41, inset 0 0 5px 0 #d4ae41, inset 0 0 5px 0 rgba(0, 0, 0, 0.75);
    color: #FFF
}

.primary-button:hover {
    box-shadow: 0 1px 5px 3px #d4ae41, inset 0 0 2px 2px #d4ae41, inset 0 0 5px 0 rgba(0, 0, 0, 0.75)
}

.primary-button:active {
    box-shadow: 0 0 5px 0 #d4ae41, inset 0 0 0 0 #d4ae41, inset 0 0 15px 0 rgba(0, 0, 0, 0.75)
}

.secondary-button {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), #f51474;
    box-shadow: 0 0 10px 0 #f51474, inset 0 0 5px 0 #f51474, inset 0 0 5px 0 rgba(0, 0, 0, 0.75);
    color: #FFF
}

.secondary-button:hover {
    box-shadow: 0 1px 5px 3px #f51474, inset 0 0 2px 2px #f51474, inset 0 0 5px 0 rgba(0, 0, 0, 0.75)
}

.secondary-button:active {
    box-shadow: 0 0 5px 0 #f51474, inset 0 0 0 0 #f51474, inset 0 0 15px 0 rgba(0, 0, 0, 0.75)
}

.primary-neon, ul#nav a {
    box-shadow: 0 0 0 1px #d4ae41;
    border-radius: 25px
}

.secondary-neon {
    box-shadow: 0 0 0 1px #f51474;
    border-radius: 25px
}

.segment-wrapper {
    opacity: 0;
    animation: 1s 1s fadeIn forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.sub-page {
    text-align: center;
    min-height: 100vh;
    padding: 2rem 1rem;
    background-color: #111
}

@media (min-width: 768px) {
    .sub-page {
        padding: 6rem 1rem
    }
}

.segment-desc {
    max-width: 30rem;
    margin: 1rem auto;
    font-weight: 700;
    line-height: 200%;
    font-size: .8rem
}

@media (min-width: 768px) {
    .segment-desc {
        font-size: 1rem
    }
}

.segment-header span {
    font-size: 2rem
}

@media (min-width: 768px) {
    .segment-header span {
        font-size: 5rem
    }
}

#casino-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("./asset/img/bg/livecasino.png")
}

#slots-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("./asset/img/bg/slots.png")
}

#sports-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("./asset/img/bg/sports.png")
}

#fourd-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("./asset/img/bg/fourd.png")
}

#promotions-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("./asset/img/bg/promotions.png")
}

#banking-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("./asset/img/bg/banking.png")
}

#contact-us-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("./asset/img/bg/contact-us.png")
}

#casino-wrapper, #slots-wrapper, #sports-wrapper, #fourd-wrapper, #promotions-wrapper, #banking-wrapper, #contact-us-wrapper {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top
}

#banking-wrapper table {
    text-align: center
}

#banking-wrapper table tr {
    line-height: 175%
}

#banking-wrapper .important-notes {
    text-align: left;
    margin: 1rem 0
}

#banking-wrapper .important-notes h1, #banking-wrapper .important-notes p {
    color: #EEE
}

#banking-wrapper .important-notes li {
    line-height: 175%
}

* {
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    box-sizing: border-box;
    font-family: "Oxanium", sans-serif
}

body.user .perm-user {
    display: inherit
}

body.user .perm-guest {
    display: none !important
}

body.guest .perm-user {
    display: none !important
}

body.guest .perm-guest {
    display: inherit
}

#click-wrapper {
    position: fixed;
    z-index: 7500;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none
}

#click-wrapper.clickable {
    pointer-events: auto
}

.scrollable {
    overflow-x: auto
}

.flex {
    display: flex;
    justify-content: center
}

.desktop-only {
    display: none !important
}

@media (min-width: 768px) and (orientation: landscape) {
    .desktop-only {
        display: inherit !important
    }
}

.mobile-only {
    display: inherit !important
}

@media (min-width: 768px) and (orientation: landscape) {
    .mobile-only {
        display: none !important
    }
}

.segment-title {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.segment-title div {
    margin-bottom: 2rem
}

.segment-title h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .segment-title h1 {
        font-weight: 400;
        font-size: 3rem
    }
}

.width-wrapper {
    width: 100%
}

.width-wrapper.vert-pad {
    padding: 4rem 0
}

.width-wrapper.primary-color-bg {
    background-color: #d4ae41
}

.width-wrapper.secondary-color-bg {
    background-color: #f51474
}

.width-wrapper.dark-color-bg {
    background-color: #171e29
}

.width-wrapper.plain-dark-color-bg {
    background-color: #111
}

.width-wrapper>div {
    max-width: 1280px;
    margin: auto
}

.text-on-dark {
    color: #FFF
}

#latest-promotions-wrapper {
    background-image: url("asset/img/featured-promotions.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

#promotions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center
}

#promotions .per-promotion {
    flex-basis: 15rem;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 5px;
    transform: translateY(0);
    max-width: 320px;
    padding: .5rem .5rem;
    text-align: center;
    margin: .5rem .5rem;
    transition: transform .25s
}

#promotions .per-promotion:hover {
    transform: translateY(-5px)
}

#promotions .per-promotion button {
    float: none
}

#promotions .per-promotion .preview-img {
    border-radius: 5px;
    display: block;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#promotions .per-promotion .content {
    padding: .5rem .5rem;
    text-align: left
}

#promotions .per-promotion .content p {
    line-height: 200%;
    font-size: .8rem
}

#promotions .per-promotion .content h1 {
    margin: .5rem 0;
    font-size: 1.5rem;
    line-height: 125%
}

.sticky-pos {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9000
}

.languages {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 .25rem
}

.languages .per-language:nth-of-type(even) {
    margin: 0 .5rem
}

.languages img {
    height: 2rem;
    width: 2.5rem;
    border-radius: 5px
}

#user-info, #user-info-mobile {
    display: flex;
    padding: .25rem .5rem;
    text-align: center;
    flex-direction: column
}

@media (min-width: 768px) {
    #user-info, #user-info-mobile {
        text-align: right
    }
}

#user-info p, #user-info h5, #user-info-mobile p, #user-info-mobile h5 {
    white-space: nowrap;
    color: #EEE
}

#user-info p, #user-info-mobile p {
    font-size: .8rem
}

#fixed-controls {
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 1px 0 0 #111;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .25rem
}

#fixed-controls #access-wrapper {
    display: flex;
    margin: 0 0;
    flex-grow: 0;
    flex-direction: row-reverse;
    align-items: center
}

#fixed-controls .control-wrapper {
    flex-grow: 0;
    margin: unset
}

#fixed-controls #controls {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row
}

@media (min-width: 768px) {
    #fixed-controls #controls {
        flex-grow: 0
    }
}

#fixed-controls #controls .per-control {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1
}

#fixed-controls #controls .per-control.actions {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: flex-end
}

#fixed-controls #controls .per-control.inputs {
    display: none
}

@media (min-width: 768px) {
    #fixed-controls #controls .per-control.inputs {
        display: block
    }
}

#announcements {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: hidden;
    padding: .25rem 0;
    background-color: #171e29
}

#announcements .marquee-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

#announcements p {
    color: #FFF;
    white-space: nowrap;
    padding: 0 1rem;
    font-size: .8rem
}

#mast {
    display: block;
    text-align: center;
    padding: 0 0;
    position: relative
}

#mast h1 {
    font-size: 2.5rem;
    display: inline-block;
    box-shadow: 0 1px 0 0 gold;
    margin-bottom: .5rem;
    color: gold;
    font-weight: 700
}

#mast h2 {
    font-size: 1.25rem;
    color: gold;
    margin: 0 0;
    text-shadow: 0 2px 5px gold;
    height: 1.5rem;
    display: block
}

#mast img {
    max-width: 20rem;
    margin: 0 auto;
    display: block
}

#wheel-wrapper {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 10rem, transparent 30rem), url("./asset/img/wheel-wrapper.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

#stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0.5rem 0.5rem;
    margin: 0 1rem;
    justify-content: center;
    background-color: rgb(35 37 44 / 88%);
    border-radius: 25px;
    text-align: center;
    height: calc(100vh - 80px);
    align-items: center;

}

#board {
    padding: .5rem .5rem;
    flex-basis: 20rem;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%
}

#board>div {
    margin-bottom: 1rem
}

#board #jackpot, #board #wallet, #board #leaderboard {
    padding: 1rem 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px
}

#board #jackpot>h1, #board #wallet>h1, #board #leaderboard>h1 {
    font-size: 1.25rem
}

#board #jackpot-info {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

#board #jackpot-info #jackpot-label, #board #jackpot-info #jackpot-odo span {
    font-size: 2rem;
    line-height: 3rem
}

@media (min-width: 500px) {
    #board #jackpot-info #jackpot-label, #board #jackpot-info #jackpot-odo span {
        font-size: 4rem;
        line-height: 6rem
    }
}

#board #jackpot-info #jackpot-label {
    font-family: "Inconsolata", monospace;
    letter-spacing: 10px
}

#board #wallet #wallet-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

#board #wallet #lucky-spins, #board #wallet #wallet-balance, #board #wallet #wallet-points {
    flex-basis: 12rem;
    flex-grow: 1;
    flex-shrink: 1
}

#board #wallet #lucky-spins .label, #board #wallet #lucky-spins .value, #board #wallet #wallet-balance .label, #board #wallet #wallet-balance .value, #board #wallet #wallet-points .label, #board #wallet #wallet-points .value {
    box-shadow: 0 0 0 1px #d4ae41, inset 0 0 5px 0 #d4ae41, 0 0 5px 0 #d4ae41
}

#board #wallet #lucky-spins .value, #board #wallet #wallet-balance .value, #board #wallet #wallet-points .value {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center
}

#board #wallet #lucky-spins .value p, #board #wallet #wallet-balance .value p, #board #wallet #wallet-points .value p {
    color: #EEE
}

#board #wallet #lucky-spins .value, #board #wallet #lucky-spins .label, #board #wallet #wallet-balance .value, #board #wallet #wallet-balance .label, #board #wallet #wallet-points .value, #board #wallet #wallet-points .label {
    flex-basis: 2rem;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .25rem .5rem;
    display: flex;
    justify-content: center;
    align-items: center
}

#board #wallet #lucky-spins .label, #board #wallet #wallet-balance .label, #board #wallet #wallet-points .label {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

#board #wallet #lucky-spins .label p, #board #wallet #wallet-balance .label p, #board #wallet #wallet-points .label p {
    font-size: .8rem
}

#board #wallet #win-submission-amount, #board #wallet #win-submission-action, #board #wallet #redeem-500, #board #wallet #redeem-1000 {
    flex-basis: 12rem;
    flex-grow: 1;
    flex-shrink: 1
}

#board #wallet #win-submission-amount .value, #board #wallet #win-submission-amount .label, #board #wallet #win-submission-action .value, #board #wallet #win-submission-action .label, #board #wallet #redeem-500 .value, #board #wallet #redeem-500 .label, #board #wallet #redeem-1000 .value, #board #wallet #redeem-1000 .label {
    flex-basis: 2rem;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

#board #wallet #win-submission-amount select {
    display: block;
    width: 100%;
    margin: 0 0
}

#board #wallet #win-submission-action button, #board #wallet #redeem-500 button, #board #wallet #redeem-1000 button {
    display: block;
    width: 100%;
    margin: 0 0
}

#board #wallet .per-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: .5rem .25rem;
    border-radius: 5px
}

#board #wallet .per-info p {
    white-space: nowrap;
    font-weight: 700
}

#interested-wrapper {
    background-color: #111;
    text-align: center;
    position: relative;
    box-shadow: 0px -10px 50px 0px #d4ae41;
    z-index: 10
}

#interested-wrapper #video-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100vw
}

#interested-wrapper #video-wrapper #fade, #interested-wrapper #video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%
}

#interested-wrapper #video-wrapper #fade {
    background: rgba(0, 0, 0, 0.75);
    z-index: 2
}

#interested-wrapper #video-wrapper video {
    z-index: 1
}

#interested-wrapper h1 {
    position: relative;
    z-index: 5;
    padding: 0 1rem
}

@media (min-width: 1000px) {
    #interested-wrapper h1 {
        max-width: 85%;
        font-size: 2rem;
        margin-left: auto;
        margin-right: 0
    }
}

#interested-wrapper #slots-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

#interested-wrapper .girl-wrapper {
    position: relative
}

#interested-wrapper .girl {
    position: absolute;
    z-index: 3;
    height: 110%;
    width: 25rem;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    left: 0;
    bottom: 0;
    background-position: left bottom;
    background-image: url("./asset/img/girl/1.png")
}

@media (min-width: 1000px) {
    #interested-wrapper .girl {
        display: block
    }
}

#interested-wrapper #get-register {
    position: relative;
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center
}

@media (min-width: 1000px) {
    #interested-wrapper #get-register {
        max-width: 80%;
        margin-left: auto;
        margin-right: 0
    }
}

#interested-wrapper #slots-segment {
    padding: 4rem 0;
    text-align: center
}

#interested-wrapper #providers {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem 1rem;
    justify-content: center
}

@media (min-width: 1000px) {
    #interested-wrapper #providers {
        max-width: 80%;
        margin-left: auto;
        margin-right: 0
    }
}

#interested-wrapper #providers div {
    background-color: rgba(23, 30, 41, 0.75);
    margin: .25rem .25rem;
    flex-basis: calc(50% - 0.5rem);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
    padding: .25rem .25rem
}

@media (min-width: 500px) {
    #interested-wrapper #providers div {
        flex-basis: calc(1/3*100% - 0.5rem)
    }
}

@media (min-width: 768px) {
    #interested-wrapper #providers div {
        flex-basis: calc(20% - 0.5rem)
    }
}

#interested-wrapper #providers img {
    max-width: 65%;
    max-height: 65%
}

#latest-promotions-wrapper {
    box-shadow: 0px -10px 50px 0px gold;
    position: relative;
    z-index: 10
}

#latest-promotions-wrapper .girl-wrapper {
    position: relative
}

#latest-promotions-wrapper .girl-wrapper .girl {
    position: absolute;
    z-index: 3;
    height: 110%;
    width: 25rem;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    right: 0;
    bottom: 0;
    background-position: left bottom;
    background-image: url("./asset/img/girl/2.png")
}

@media (min-width: 1000px) {
    #latest-promotions-wrapper .girl-wrapper .girl {
        display: block
    }
}

.flex-on-desktop .flex-large {
    padding: 4rem 0
}

@media (min-width: 1000px) {
    .flex-on-desktop {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row
    }

    .flex-on-desktop.reverse {
        flex-direction: row-reverse
    }

    .flex-on-desktop .flex-small, .flex-on-desktop .flex-large {
        flex-grow: 1;
        flex-shrink: 1
    }

    .flex-on-desktop .flex-small {
        flex-basis: 20%;
        align-self: stretch
    }

    .flex-on-desktop .flex-large {
        flex-basis: 80%
    }
}

#mast-logo img {
    max-height: 3rem;
    margin: .25rem 0
}

.copyright {
    background-color: rgba(22, 149, 253, 0.15);
    text-align: center;
    margin: 2rem auto;
    padding: 1rem 1rem
}

.footer .fluff {
    margin: 1rem auto;
    padding: 0 1rem;
    border-top: 1px solid #d4ae41;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width: 768px) {
    .footer .fluff {
        display: flex
    }
}

.footer .images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.footer .images div {
    flex-basis: 15rem;
    flex-grow: 1;
    flex-shrink: 1
}

.footer .per-fluff {
    flex-basis: 15rem;
    flex-grow: 1;
    flex-shrink: 1
}

.footer .per-fluff img {
    max-width: 100%;
    width: 100%
}

.footer .per-fluff div {
    padding: 1rem 1rem
}

.footer .per-fluff h1 {
    font-size: .75rem;
    line-height: 175%
}

.footer .per-fluff p {
    font-size: .65rem;
    color: #EEE;
    line-height: 175%
}

#featured-promotion .video-height-padder {
    padding-top: 56.25%;
    width: 100%;
    position: relative
}

#featured-promotion .video-height-padder iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}