#gameStage,
.core-pages-container,
.loading-container,
.lobby-overlay {
    height: 100%;
    width: 100%
}

#gameStageCanvas,
.core-pages-container,
html,
html body,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 400
}

html {
    height: 100vh;
    width: 100%;
    position: relative;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

@media (max-width:359px) {
    html {
        font-size: 10px
    }
}

@media (min-width:360px) {
    html {
        font-size: 11px
    }
}

@media (min-width:414px) {
    html {
        font-size: 12px
    }
}

@media (min-width:768px) {
    html {
        font-size: 13px
    }
}

@media (min-width:992px) {
    html {
        font-size: 13px
    }
}

@media (min-width:1200px) {
    html {
        font-size: 13px
    }
}

html.cordovaApp {
    height: 100vh;
    min-height: 100vh
}

html.cordovaApp body {
    height: 100vh
}

html.browserApp {
    max-height: -webkit-fill-available
}

html.browserApp body {
    max-height: -webkit-fill-available
}

html.pwaApp {
    max-height: 100%;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom)
}

html.pwaApp body {
    max-height: 100%
}

html body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-family: Kanit, Ubuntu, Helvetica, Arial;
    background: #080812;
    touch-action: manipulation;
    -webkit-overflow-scrolling: touch;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto
}

html body::-webkit-scrollbar {
    display: none
}

html body::-webkit-scrollbar-thumb {
    background: 0 0
}

html body::-webkit-input-placeholder {
    opacity: .7
}

html ::-webkit-scrollbar {
    width: 6px;
    height: 0
}

html ::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

html ::-webkit-scrollbar-thumb {
    background-color: #5bc377;
    background-clip: content-box;
    border: 1px solid transparent;
    border-width: 0 1px 0 1px;
    border-radius: 10px
}

html ::-webkit-scrollbar-thumb:hover {
    background-color: #fff
}

html ::-webkit-scrollbar-thumb:active {
    background-color: #fff
}

html ::-webkit-scrollbar-track {
    background: #3a3a3a;
    border: none;
    border-radius: 0
}

html ::-webkit-scrollbar-track:hover {
    background: #3a3a3a
}

html ::-webkit-scrollbar-track:active {
    background: #3a3a3a
}

html ::-webkit-scrollbar-corner {
    background: 0 0
}

html a,
html li {
    -webkit-tap-highlight-color: transparent
}

html a:active,
html a:hover,
html a:link,
html a:visited {
    text-decoration: none;
    color: #fff
}

html input {
    display: block;
    width: 100%;
    outline: 0;
    border: 1px solid #111;
    border-radius: 3px;
    padding: .5rem;
    color: #999;
    text-align: center;
    font-size: 1rem;
    font-family: Ubuntu-R;
    text-indent: 0;
    background: #000
}

html input::-webkit-input-placeholder {
    color: #999;
    opacity: .8
}

html input:-moz-placeholder {
    color: #999;
    opacity: .8
}

html input::-moz-placeholder {
    color: #999;
    opacity: .8
}

html input:-ms-input-placeholder {
    color: #999;
    opacity: .8
}

html textarea {
    border: 0;
    text-align: left;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .4), 0 -1px 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .1)
}

html button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Kanit;
    font-size: 1.142rem;
    font-weight: 500;
    text-align: center;
    color: #e0e0e0;
    cursor: pointer;
    padding: .5rem 1rem;
    margin: 1.5rem auto;
    border-radius: 6px;
    border: solid 1px #333;
    box-shadow: 0 0 0 1px #111;
    background: -moz-linear-gradient(bottom, #444 0, #999 100%);
    background: -webkit-linear-gradient(bottom, #444 0, #999 100%);
    background: -o-linear-gradient(bottom, #444 0, #999 100%);
    background: -ms-linear-gradient(bottom, #444 0, #999 100%);
    background: linear-gradient(bottom, #444 0, #999 100%)
}

html button.active {
    background: -moz-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: -webkit-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: -o-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: -ms-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: linear-gradient(bottom, #1f6432 0, #38c05f 100%)
}

html button.disabled {
    filter: grayscale(1);
    pointer-events: none
}

html .click-resize {
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
    transform: scale(.97)
}

html .click-resize2 {
    -webkit-transition: all 50ms ease-in;
    -moz-transition: all 50ms ease-in;
    -ms-transition: all 50ms ease-in;
    -o-transition: all 50ms ease-in;
    transition: all 50ms ease-in;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

html .positive {
    color: #8bec44 !important
}

html .negative {
    color: #ff4a4a !important
}

html .neutral {
    color: #ddd !important
}

.no-flick {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.upper {
    text-transform: uppercase
}

.lower {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.loading-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: rgba(0, 0, 0, .2);
    z-index: 999
}

.loading-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 60px;
    margin: auto
}

.core-pages-container {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 640px;
    margin: 0 auto;
    padding: 6.5rem 1.214rem 6rem 1.214rem;
    overflow: hidden
}

@media (min-width:768px) {
    .core-pages-container {
        max-width: unset;
        padding: 7.25rem 1.214rem
    }
}

.hrLine-or {
    color: #aaa
}

.cc-credits {
    width: 100%;
    position: absolute;
    bottom: 1rem;
    font-size: .75rem;
    text-align: center;
    color: #ddd
}

.field-input-area {
    width: 97%;
    position: relative;
    margin: .75rem auto
}

.field-input-area .icon-lock2,
.field-input-area .icon-mail2,
.field-input-area .icon-mobile,
.field-input-area .icon-quote,
.field-input-area .icon-shield,
.field-input-area .icon-user2 {
    font-size: 1.25rem;
    color: #ddd;
    position: absolute;
    top: .875rem;
    left: 1.25rem
}

.field-input-area .icon-cross2 {
    font-size: 1rem;
    color: #aaa;
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    display: none
}

.field-input-area.disable-field .icon-cross2 {
    display: none
}

.field-input-area.disable-field .icon-lock2,
.field-input-area.disable-field .icon-mail2,
.field-input-area.disable-field .icon-mobile,
.field-input-area.disable-field .icon-quote,
.field-input-area.disable-field .icon-shield,
.field-input-area.disable-field .icon-user2 {
    color: #666
}

.carousel-indicators {
    bottom: -.5rem
}

.carousel-indicators li {
    width: 2rem;
    height: .25rem;
    border: 0;
    background-color: #ddd;
    opacity: .8;
    margin: 0 .125rem;
    border-radius: 0
}

.carousel-indicators li.active {
    width: 2rem;
    height: .25rem;
    margin: 0 .125rem;
    background-color: #20c44e
}

.left.carousel-control,
.right.carousel-control {
    opacity: .01
}

.carousel-inner {
    height: 100%
}

.carousel-inner img {
    width: 100%
}

.cc-pages-container {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background: url(../images/variation-img/lobby_images/big_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

.lobby-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
    z-index: 10
}

.popup-modal-div {
    width: 100%;
    text-align: center;
    padding-top: 1rem
}

.popup-modal-div .icon-info2,
.popup-modal-div .icon-tick2 {
    position: relative;
    background-color: #000;
    border-radius: 50%;
    font-size: 4rem
}

.popup-modal-div .icon-tick2 {
    color: #8bec44
}

.popup-modal-div .icon-info2 {
    color: #ff4a4a
}

.popup-modal-div .modal-text {
    width: 100%;
    padding: 1rem;
    margin: 0;
    font-size: 1.125rem;
    text-align: center;
    color: #fff
}

.marquee {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    height: 20px;
    display: none;
    overflow: hidden;
    width: 95%;
    margin: auto;
    border: none;
    background-color: #0b0b0b;
    color: #fff;
    z-index: 999;
    white-space: nowrap
}

.marquee div {
    font-size: 12px;
    line-height: 20px
}

.gamescreen .marquee {
    width: 75%;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    right: 0;
    left: auto
}

.browser-ipad.gamescreen .marquee,
.real-ipad.gamescreen .marquee {
    width: 80%
}

.opk-page-header {
    margin: 0 auto
}

.opk-page-header h4 {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #999;
    font-weight: bolder;
    font-style: italic
}

.resizeItem:active {
    transform: scale(.95);
    transition: transform 50ms ease
}

img {
    -webkit-touch-callout: none
}

.title-wrap {
    display: flex;
    margin: 1.142rem auto 0 auto;
    width: 100%
}

.title-wrap .sideL,
.title-wrap .sideR {
    width: 1.785rem;
    background: no-repeat center top/100% 100%;
    background-image: url(../images/variation-img/lobby_images/line_L.png)
}

.title-wrap .sideR {
    background-image: url(../images/variation-img/lobby_images/line_R.png)
}

.title-wrap .lineL,
.title-wrap .lineR {
    width: 30%;
    background: url(../images/variation-img/lobby_images/line_center.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center top;
    flex: 1 1
}

.title-wrap div.title-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/variation-img/lobby_images/title_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding: 3px 2rem;
    min-width: 12rem;
    max-width: 90%;
    min-height: 1.785rem;
    height: max-content;
    transform: translateY(-30%);
    text-transform: uppercase
}

.title-wrap div.title-bg h2.title {
    color: #fff;
    font-size: 1.142rem;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    word-break: break-word;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 4px
}

.common-page-container {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.common-page-container .page-header {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    border: none
}

.common-page-container .page-header>.title-wrap {
    width: 70%
}

.common-page-container .page-header>.tabs-wrap {
    width: 100%
}

.common-page-container .page-header .tabs-wrap {
    height: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.common-page-container .page-header .tabs-wrap .tab.active,
.common-page-container .page-header .tabs-wrap .tab:active {
    color: #fff
}

.common-page-container .page-header .tabs-wrap .tab.active,
.common-page-container .page-header .tabs-wrap .tab.active::after,
.common-page-container .page-header .tabs-wrap .tab.active::before,
.common-page-container .page-header .tabs-wrap .tab:active,
.common-page-container .page-header .tabs-wrap .tab:active::after,
.common-page-container .page-header .tabs-wrap .tab:active::before {
    background: linear-gradient(180deg, #38c05f, #1f6432) !important
}

.common-page-container .page-header .tabs-wrap .tab {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 1rem;
    text-transform: uppercase;
    border: 1px solid #12161b;
    border-width: 1px 0 1px 0;
    background: linear-gradient(0deg, #12161b, #4a586a);
    cursor: pointer
}

.common-page-container .page-header .tabs-wrap .tab+.tab {
    border-left: 1px solid #12161b
}

.common-page-container .page-header .tabs-wrap .tab:first-child {
    position: relative;
    margin-left: 10px
}

.common-page-container .page-header .tabs-wrap .tab:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 0;
    width: 20px;
    height: calc(100% + 2px);
    overflow: hidden;
    pointer-events: none;
    border: 1px solid #12161b;
    border-width: 1px 0 1px 1px;
    transform: skewX(-20deg) translateX(calc(-100% + 15px));
    background: linear-gradient(0deg, #12161b, #4a586a)
}

.common-page-container .page-header .tabs-wrap .tab:last-child {
    position: relative;
    margin-right: 10px
}

.common-page-container .page-header .tabs-wrap .tab:last-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 0;
    width: 20px;
    height: calc(100% + 2px);
    overflow: hidden;
    pointer-events: none;
    border: 1px solid #12161b;
    border-width: 1px 1px 1px 0;
    transform: skewX(20deg) translateX(calc(100% - 15px));
    background: linear-gradient(0deg, #12161b, #4a586a)
}

.common-page-container .page-header .tabs-wrap .tab:only-child {
    pointer-events: none
}

.common-page-container .page-body {
    position: relative;
    top: -1px;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    background: linear-gradient(to bottom, #29313b, #191e24 100%);
    border: 1px solid #111
}

.common-page-container .page-footer {
    width: 85%;
    margin: 0 auto
}

.common-page-container .page-footer .footer-block {
    position: relative;
    top: -2px;
    height: 30px;
    border: 1px solid #12161b;
    border-width: 1px 0 1px 0;
    background: linear-gradient(180deg, #12161b, #4a586a);
    position: relative;
    margin-left: 10px;
    position: relative;
    margin-right: 10px
}

.common-page-container .page-footer .footer-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 0;
    width: 20px;
    height: calc(100% + 2px);
    overflow: hidden;
    pointer-events: none;
    border: 1px solid #12161b;
    border-width: 1px 0 1px 1px;
    transform: skewX(20deg) translateX(calc(-100% + 15px));
    background: linear-gradient(180deg, #12161b, #4a586a)
}

.common-page-container .page-footer .footer-block::after {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 0;
    width: 20px;
    height: calc(100% + 2px);
    overflow: hidden;
    pointer-events: none;
    border: 1px solid #12161b;
    border-width: 1px 1px 1px 0;
    transform: skewX(-20deg) translateX(calc(100% - 15px));
    background: linear-gradient(180deg, #12161b, #4a586a)
}

.common-page-container.full-height .page-body {
    flex-grow: 1
}

.common-page-container.bordered .page-body {
    border: 1px solid #111
}

.common-page-container.rounded .page-body {
    border-radius: 6px
}

.common-page-container.fill-background .page-body {
    background: linear-gradient(to bottom, #29313b, #191e24 100%)
}

@media (min-width:768px) {
    .common-page-container {
        max-width: 80%
    }
}

span.pill {
    border-radius: 4px;
    background: linear-gradient(to bottom, #49535b 0, #0c1026);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .5), inset 0 1px 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 1px 0 rgba(0, 0, 0, .4);
    padding: .25rem .5rem;
    font-size: .642rem;
    font-family: Kanit;
    line-height: 1;
    white-space: nowrap
}

span.pill:not(:last-child) {
    margin-right: .428rem
}

.common-input {
    display: block;
    width: 100%;
    outline: 0;
    border: 1px solid #111;
    border-radius: 3px;
    padding: .5rem;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: Ubuntu;
    text-indent: 0;
    background: #191e24
}

.common-input::-webkit-input-placeholder {
    color: #999;
    opacity: .8;
    text-transform: capitalize !important
}

.common-input:-moz-placeholder {
    color: #999;
    opacity: .8;
    text-transform: capitalize !important
}

.common-input::-moz-placeholder {
    color: #999;
    opacity: .8;
    text-transform: capitalize !important
}

.common-input:-ms-input-placeholder {
    color: #999;
    opacity: .8;
    text-transform: capitalize !important
}

.common-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Kanit;
    font-size: 1.142rem;
    font-weight: 500;
    text-align: center;
    color: #e0e0e0;
    cursor: pointer;
    padding: .5rem 1rem;
    margin: 1.5rem auto;
    border-radius: 6px;
    border: solid 1px #333;
    box-shadow: 0 0 0 1px #111;
    background: -moz-linear-gradient(bottom, #444 0, #999 100%);
    background: -webkit-linear-gradient(bottom, #444 0, #999 100%);
    background: -o-linear-gradient(bottom, #444 0, #999 100%);
    background: -ms-linear-gradient(bottom, #444 0, #999 100%);
    background: linear-gradient(bottom, #444 0, #999 100%)
}

.common-btn.active {
    background: -moz-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: -webkit-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: -o-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: -ms-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: linear-gradient(bottom, #1f6432 0, #38c05f 100%)
}

.common-btn.disabled {
    filter: grayscale(1);
    pointer-events: none
}

.avatar-circle {
    position: relative;
    width: 100%;
    max-width: 100px;
    border: 1px solid #333;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #111;
    margin: 0 auto;
    background: linear-gradient(to bottom, #000, #13161b 100%);
    overflow: hidden
}

.avatar-circle::before {
    content: '';
    display: block;
    padding-top: 100%
}

.avatar-circle>:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87% !important;
    height: 87% !important;
    padding: 0 !important;
    margin: 0 !important;
    background-size: cover;
    background-position: 50% 50%;
    border: 1px solid #333;
    border-radius: 50%
}

.avatar-circle>:first-child~* {
    display: none
}

.promptBox {
    text-align: center;
    font-size: 1rem;
    padding: .875rem
}

.vue-toggle {
    position: absolute;
    top: .562rem;
    right: 1rem;
    display: inline-block;
    height: 2rem;
    width: 4rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 3px;
    overflow: hidden;
    border: 0
}

.vue-toggle .btn {
    display: flex;
    align-items: center
}

.vue-toggle .toggle-off,
.vue-toggle .toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.vue-toggle .toggle-on {
    left: 0;
    right: 50%
}

.vue-toggle .toggle-off {
    left: 50%;
    right: 0
}

.vue-toggle.off .toggle-group {
    left: -100%
}

.vue-toggle.on span.toggle-handle {
    background: linear-gradient(to bottom, #20c44e, #0e5b24)
}

.cc-main-page-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cc-main-page-container .home-container {
    height: 100%;
    display: flex;
    flex-flow: column nowrap
}

.cc-main-page-container .home-container>div {
    display: flex;
    align-items: center;
    justify-content: center
}

.cc-main-page-container .home-container .top {
    align-items: flex-end;
    flex: 3
}

.cc-main-page-container .home-container .mid {
    align-items: center;
    flex-direction: column;
    flex: 4
}

.cc-main-page-container .home-container .bottom {
    flex: 1
}

.cc-main-page-container .home-container .home-title {
    font-family: Helvetica;
    font-size: 2.142rem;
    text-align: center;
    color: #fff;
    padding-bottom: 1em
}

.cc-main-page-container .home-container .home-image {
    max-width: 70%;
    margin: 0 auto
}

.cc-main-page-container .home-container .home-image img.logo {
    width: 100%
}

.cc-main-page-container .home-container .form-section {
    width: 90%;
    max-width: 280px;
    margin: 0 auto
}

.cc-main-page-container .home-container .form-section .input-account,
.cc-main-page-container .home-container .form-section .input-password {
    height: 2.857rem;
    padding: .5rem
}

.cc-main-page-container .home-container .form-section .input-account::-webkit-input-placeholder,
.cc-main-page-container .home-container .form-section .input-password::-webkit-input-placeholder {
    color: #999;
    text-transform: uppercase;
    opacity: .8
}

.cc-main-page-container .home-container .form-section .input-account:-moz-placeholder,
.cc-main-page-container .home-container .form-section .input-password:-moz-placeholder {
    color: #999;
    text-transform: uppercase;
    opacity: .8
}

.cc-main-page-container .home-container .form-section .input-account::-moz-placeholder,
.cc-main-page-container .home-container .form-section .input-password::-moz-placeholder {
    color: #999;
    text-transform: uppercase;
    opacity: .8
}

.cc-main-page-container .home-container .form-section .input-account:-ms-input-placeholder,
.cc-main-page-container .home-container .form-section .input-password:-ms-input-placeholder {
    color: #999;
    text-transform: uppercase;
    opacity: .8
}

.cc-main-page-container .home-container .form-section .input-password {
    margin-top: 1.428rem
}

.cc-main-page-container .home-container .form-section .forgot-pwd,
.cc-main-page-container .home-container .form-section .remember-me {
    font-family: Ubuntu;
    font-size: 1rem;
    font-style: italic;
    letter-spacing: 1px;
    text-align: center;
    color: #999
}

.cc-main-page-container .home-container .form-section .remember-me {
    border-bottom: 1px solid #999
}

.cc-main-page-container .home-container .form-section .btn-login {
    height: 2.857rem;
    width: 100%;
    margin: auto;
    background: -moz-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: -webkit-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: -o-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: -ms-linear-gradient(bottom, #1f6432 0, #38c05f 100%);
    background: linear-gradient(bottom, #1f6432 0, #38c05f 100%)
}

.cc-main-page-container .home-container .home-credits {
    text-align: center;
    color: #999;
    line-height: 1.6;
    font-family: Ubuntu;
    font-size: .714rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.cc-main-page-container label.custom-checkbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400
}

.cc-main-page-container label.custom-checkbox>input[type=checkbox] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0
}

.cc-main-page-container label.custom-checkbox>input[type=checkbox]:checked~.mark:after {
    opacity: 1;
    transform: scale(1) rotate(45deg)
}

.cc-main-page-container label.custom-checkbox .mark {
    position: relative;
    border: 2px solid #999;
    border-radius: 4px;
    height: 16px;
    width: 16px;
    margin-right: .5rem;
    background-color: transparent
}

.cc-main-page-container label.custom-checkbox .mark::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: scale(0) rotate(45deg);
    transition: all 150ms ease
}

.cc-main-page-container label.custom-checkbox.rounded .mark {
    padding: 3px;
    border-width: 1px;
    border-radius: 100px
}

.cc-main-page-container label.custom-checkbox.rounded .mark::after {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: #fff;
    border: none
}

.cc-main-page-container .gemPoker-one-label {
    display: none;
    background-color: #0f1115;
    border-radius: 3px;
    margin-top: 2rem;
    padding: .5rem 1rem
}

.cc-main-page-container .gemPoker-one-label p.label {
    display: block;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: .25rem 0;
    margin: 0
}

.cc-main-page-container .gemPoker-one-label p.label a {
    font-size: 1rem;
    color: #20c44e;
    text-decoration: underline
}

#gameStage {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#gameStageCanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.minimizeTopLeft {
    transform-origin: top left;
    transform: scale(.5, .5);
    transition: all 5ms ease-in-out
}

.minimizeTopRight {
    transform: scale(.5, .5);
    transform-origin: top right;
    transition: all 5ms ease-in-out
}

.minimizeBottomLeft {
    transform: scale(.5, .5);
    transform-origin: bottom left;
    transition: all 5ms ease-in-out
}

.minimizeBottomRight {
    transform: scale(.5, .5);
    transform-origin: bottom right;
    transition: all 5ms ease-in-out
}

.throwIcon-1 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-1::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 0 0;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-1::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-10 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-10::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 0 33.333333333333336%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-10::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-11 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-11::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 0 66.66666666666667%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-11::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-12 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-12::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 0 100%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-12::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-13 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-13::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 33.333333333333336% 0;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-13::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-14 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-14::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 66.66666666666667% 0;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-14::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-15 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-15::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 100% 0;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-15::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-16 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-16::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 33.333333333333336% 33.333333333333336%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-16::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-2 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-2::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 33.333333333333336% 66.66666666666667%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-2::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-3 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-3::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 33.333333333333336% 100%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-3::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-4 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-4::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 66.66666666666667% 33.333333333333336%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-4::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-5 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-5::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 100% 33.333333333333336%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-5::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-6 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-6::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 66.66666666666667% 66.66666666666667%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-6::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-7 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-7::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 66.66666666666667% 100%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-7::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-8 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-8::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 100% 66.66666666666667%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-8::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

.throwIcon-9 {
    max-width: 150px;
    max-height: 150px
}

.throwIcon-9::after {
    content: '\00a0';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 100% 100%;
    background-size: 400% 400%;
    background-image: url(../images/game_sprites/sprite_throwEmojiIcons.png);
    padding: 0
}

div.throwIcon-9::after {
    max-width: 150px;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0
}

/*# sourceMappingURL=index.css.map */