@charset "UTF-8";



.certification_box{
    position: absolute;
    width: 100px;
    position: fixed;
    top: calc(45vh - -75px);
    right: 30px;
    z-index: 3;
}

.certification_box img{
    width: 100%;
    animation: c_auto 5s infinite;
    transform:rotate(30deg);
}

@-webkit-keyframes c_auto {


    50%{
        transform:rotate(30deg);
    }
    65%{
        transform:rotate(20deg);
    }
    80%{
        transform:rotate(30deg);
    }

}


.text-blue-dark {
    color: #00090f;
}

.text-blue-middle {
    color: #071b33;
}

.text-deep-blue {
    color: #071b33;
}

.text-blue-light {
    color: #1cbcf9;
}

.text-green-middle {
    color: #124f4c;
}

.text-green-dark {
    color: #0c353f;
}

.text-green-light {
    color: #008d66;
}

.text-purple {
    color: #858ee5;
}

.text-white {
    color: #FFF;
}

.text-red {
    color: #d32f2f;
}

.text-amber {
    color: #fb8c00;
}

.text-muted {
    color: #a1aab2;
}

.bg-blue-dark {
    background: #00090f;
}

.bg-deep-blue {
    background: #071b33;
}

.bg-blue-middle {
    background: #071b33;
}

.bg-blue-light {
    background: #1cbcf9;
}

.bg-green-middle {
    background: #124f4c;
}

.bg-green-light {
    background: #008d66;
}

.bg-green-dark {
    background: #0c353f;
}

.bg-purple {
    background: #858ee5;
}

.bg-white {
    background: #FFF;
}

.bg-muted {
    background: #a1aab2;
}

.bg-red {
    background: #d32f2f;
}

.bg-amber {
    background: #fb8c00;
}

.border-white {
    border-color: #FFF !important;
}

.border-green {
    border-color: #008d66 !important;
}

.border-red {
    border-color: #d32f2f !important;
}

.main-gradient-blue,
.btn-main-gradient-blue {
    background: #008d66;
    background: -moz-linear-gradient(left, #00a1de 0%, #1cbcf9 100%);
    background: -webkit-linear-gradient(left, #00a1de 0%, #1cbcf9 100%);
    background: linear-gradient(to right, #00a1de 0%, #1cbcf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1de', endColorstr='#1cbcf9', GradientType=1);
}

.main-gradient,
.btn-main-gradient {
    background: #008d66;
    background: -moz-linear-gradient(left, #008d66 0%, #17bea0 100%);
    background: -webkit-linear-gradient(left, #008d66 0%, #17bea0 100%);
    background: linear-gradient(to right, #008d66 0%, #17bea0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$main-light', endColorstr='#17bea0', GradientType=1);
}

.light-gradient,
.btn-light-gradient {
    background: #1cbcf9;
    background: -moz-linear-gradient(left, #1cbcf9 0%, #858ee5 100%);
    background: -webkit-linear-gradient(left, #1cbcf9 0%, #858ee5 100%);
    background: linear-gradient(to right, #1cbcf9 0%, #858ee5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$main-blue-light', endColorstr='$color-purple', GradientType=1);
}

/*btn bg*/

.btn.disabled,
.btn:disabled {
    background: #3b444b;
    color: #6e7f8d;
    pointer-events: none;
}

.btn-light-gradient:hover {
    opacity: 0.8;
}

.btn-main-gradient:hover {
    opacity: 0.8;
}

.btn-main-gradient-blue:hover {
    opacity: 0.8;
}

.btn-purple {
    background: #858ee5;
}

.btn-purple:hover {
    background: #00a174;
}

.btn-green-light {
    background: #008d66;
}

.btn-green-light:hover {
    background: #00a174;
}

.btn-red {
    background: #d32f2f;
}

.btn-red:hover {
    background: #e13b3b;
}

.btn-muted {
    background: #a1aab2;
    color: #333;
}

.btn-muted:hover {
    opacity: 0.8;
}

/*btn bg*/

.notSelect,
.custom-control-label::before,
.btn,
aside .navLink,
.QRcodeWrap .tag,
.pageTabsWrap ul.pageTab li,
.topTabs,
.bannerWrap .bannerTitle,
.bannerWrap .bannerDesc,
.bannerWrap .bannerBtn,
footer .helpersWrap .helperBtn,
footer .linkWrap ul.quickLinks li,
.nodata {
    user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a,
aside .navLink,
.QRcodeWrap,
.pageTabsWrap ul.pageTab li,
.hotGameWrap .hotGameDesc .playnowBtn,
footer .helpersWrap .helperBtn,
.homeRankContent .tabList .tab {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.borderBox,
.form-group .form-control,
.pageRight .content,
.pageTabsWrap,
.topTabs>div,
footer,
footer .helpersWrap .helperBtn,
footer .brandWrap,
footer .linkWrap,
.idCardWrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.valignWrapper,
footer .maintenanceTimeWrap .maintenanceGroup .maintenanceContent,
.nodata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.white-space-nowrap {
    white-space: nowrap;
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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;
}

.mlr-auto {
    margin-right: auto !important;
    margin-left: auto !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;
}

.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;
}

.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;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.gird-12 {
    width: 100%;
}

.gird-10 {
    width: 83.3333333333%;
}

.gird-9 {
    width: 75%;
}

.gird-8 {
    width: 66.6666666667%;
}

.gird-7 {
    width: 58.3333333333%;
}

.gird-6 {
    width: 50%;
}

.gird-5 {
    width: 41.6666666667%;
}

.gird-4 {
    width: 33.3333333333%;
}

.gird-3 {
    width: 25%;
}

.gird-2 {
    width: 16.6666666666%;
}

.gird-1 {
    width: 8.3333333333%;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.flex-6 {
    flex: 6;
}

.flex-7 {
    flex: 7;
}

.flex-8 {
    flex: 8;
}

.flex-9 {
    flex: 9;
}

.flex-10 {
    flex: 10;
}

.colTable {
    display: table;
}

.colTr {
    display: table-row;
}

.colTd {
    display: table-cell;
}

@media screen and (min-width: 993px) {
    .lg-hide {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .md-hide {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .sm-hide {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {
    .xs-hide {
        display: none !important;
    }
}

.font-size-small {
    font-size: 12px !important;
    line-height: 14px !important;
}

.font-size-regular {
    font-size: 14px !important;
    line-height: 16px !important;
}

.font-size-x-regular {
    font-size: 16px !important;
    line-height: 18px !important;
}

.font-size-xx-regular {
    font-size: 20px !important;
    line-height: 22px !important;
}

.font-size-large {
    font-size: 24px !important;
    line-height: 26px !important;
}

.font-size-x-large {
    font-size: 32px !important;
    line-height: 34px !important;
}

.font-size-xx-large {
    font-size: 48px !important;
    line-height: 50px !important;
}

.font-size-xxx-large {
    font-size: 64px !important;
    line-height: 66px !important;
}

.font-size-xxxx-large {
    font-size: 96px !important;
    line-height: 98px !important;
}

.font-weight-bold {
    font-weight: 800 !important;
}

.font-weight-regular {
    font-weight: 400 !important;
}

.font-weight-light {
    font-weight: 200 !important;
}

/*form*/

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.form-group .form-control {
    display: block;
    background-color: #0c353f;
    color: #FFF;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border: 1px solid #0c353f;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group .form-control:focus {
    outline: none;
}

.form-group label {
    line-height: 35px;
    vertical-align: middle;
}

.form-check {
    position: relative;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label::after,
.custom-control-label::before {
    /*top:.15rem;*/
    top: 0;
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-label::before {
    background-color: #6c757d;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-control-label::before {
    pointer-events: none;
    background-color: #dee2e6;
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    content: '';
    left: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #2962FF;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #2962FF;
    color: #FFF;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.input-group-append-right,
.input-group-prepend,
.input-group-append-left {
    display: flex;
}

.input-group-append-right,
.input-group-append-left {
    margin-left: -1px;
    position: absolute;
    top: 0;
}

.input-group-append-right {
    right: 0;
}

.input-group-append-left {
    left: 0;
}

.input-group-append-right>.btn,
.input-group-append-right>select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append-left>.btn,
.input-group-append-left>select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 0.7;
}

.input-group .custom-file,
.input-group .custom-select,
.input-group .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.helpText {
    display: block;
    font-size: 13px;
    line-height: 15px;
    margin-top: .25rem;
    color: #a1aab2;
}

.form-group.error .form-control {
    border-color: #d32f2f;
}

.form-group.error .input-error-field {
    color: #d32f2f;
}

/*form*/

/*button*/

.btn:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled),
summary,
button.btn {
    cursor: pointer;
}

.input-group-append-left .btn,
.input-group-prepend .btn,
.input-group-append-right .btn {
    position: relative;
    z-index: 2;
}

.button-group .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px;
    white-space: nowrap;
    outline: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn.disabled {
    opacity: .5;
    cursor: default;
}

/*button*/

/*a tag*/

/*a tag*/

/*select*/

select.form-control:not([size]):not([multiple]) {
    height: calc(2.0625rem + 2px);
}

/*.form-group .form-control.input-append-left ,.form-group .form-control.input-append-right {
    width:auto !important;
}*/

.form-group .form-control.input-append-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-group .form-control.input-append-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*select*/

/*table*/

.responseTable table {
    width: 100%;
}

table td,
table th {
    padding: 1rem;
    vertical-align: middle;
}

td.tdMinWidth,
th.tdMinWidth {
    min-width: 200px;
}

@media screen and (max-width: 500px) {
    table td,
    table th {
        padding: 0.3rem;
        vertical-align: middle;
    }
}

/*table*/

/*select*/

select.form-control:not([size]):not([multiple]) {
    height: calc(2.0625rem + 2px);
}

/*select*/

/*select + input */

.selectInput {
    display: flex;
}

.selectInput select {
    width: auto !important;
}

.selectInput .appendLeft {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.selectInput .appendRight {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*badge*/

.badge {
    font-weight: 300;
    line-height: normal;
    display: inline-block;
    padding: .25em .4em;
    text-align: center;
    vertical-align: baseline;
    border-radius: 2px;
    font-size: 75%;
    white-space: nowrap;
}

/*badge*/

/*table*/

.overflowTable {
    overflow: auto;
    max-width: 100%;
}

.overflowTable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #124f4c;
}

.overflowTable::-webkit-scrollbar {
    height: 5px;
    background-color: #124f4c;
}

.overflowTable::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #008d66;
}

th.minWidth80,
td.minWidth80 {
    min-width: 80px;
}

.responsiveTable {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (max-width: 992px) {
    .responsiveTable {
        width: 100%;
        display: block;
        border-collapse: collapse;
        border-spacing: 0;
        position: relative;
    }
    table.responsiveTable tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        width: calc(100% - 101px);
    }
    table.responsiveTable tbody tr {
        display: inline-block;
        vertical-align: top;
    }
    table.responsiveTable td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    table.responsiveTable thead {
        display: block;
        float: left;
        border: 0;
        /*@extend %border-box;*/
        width: 100px;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }
    table.responsiveTable thead tr {
        display: block;
        padding: 0 10px 0 0;
        border-bottom: none;
    }
    table.responsiveTable th {
        display: block;
        text-align: right;
    }
}

/*table*/

#ajax_loading_box {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    top: 0;
    left: 0;
}

#ajax_loading_box #ajax_loading_box_close {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% + 30px);
}

#ajax_loading_box #ajax_loading_box_close .fa-times {
    margin-top: 12px;
}

#ajax_loading_box .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

#ajax_loading_box .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#ajax_loading_box .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

#ajax_loading_box .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

#ajax_loading_box .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

#ajax_loading_box .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

body {
    background: #00090f;
    font-family: 'Roboto-Regular', 微軟正黑體, "Microsoft JhengHei" !important;
    font-size: 16px;
    color: #FFF;
    position: relative;
    min-width: 1280px;
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

::selection {
    background: #008d66;
    color: #FFF;
}

::-moz-selection {
    background: #008d66;
    color: #FFF;
}

a {
    text-decoration: none;
    color: #FFF;
}

.scrollbarContent {
    max-height: 400px;
    overflow: auto;
}

.scrollbarContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #071b33;
}

.scrollbarContent::-webkit-scrollbar {
    width: 5px;
    background-color: #071b33;
}

.scrollbarContent::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #124f4c;
}

header,
footer,
.contentWrap,
.hotGameContent,
.helpersWrap {
    width: 100%;
}

.contentWrap {
    padding-top: 100px;
}

.contentWrap-left {
    padding-left: 100px;
}

.pageContent {
    padding-top: 50px;
}

.pageContent .finance {
    width: 100%;
    height: auto;
}

body[data-page="home"] .pageContent {
    padding-top: 0;
}

aside {
    width: 100px;
    background: #FFF;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    overflow: auto;
}

aside::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #FFF;
}

aside::-webkit-scrollbar {
    width: 5px;
    background-color: #071b33;
}

aside::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    background-color: #CCC;
}

aside .navLink:hover {
    opacity: 0.8;
}

aside .navLink a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

aside .navLink a img {
    display: block;
    margin: 20px auto;
}

.mainContent {
    width: 1299px;
    overflow: hidden;
    border-right: 1px solid #071b33;
}

header {
    height: 56px;
    position: relative;
    z-index: 2;
    width: 1300px;
    padding: 4px 0;
}

header .logoWrap img {
    max-width: 180px;
    max-height: 56px;
    padding-top: 4px;
}

header .logoWrap .valignWrapper,
header .userInfoWrap .valignWrapper {
    height: 56px;
}

header .inlineHeight {
    height: 35px;
    display: inline-flex;
    align-items: center;
}

header .loginRules {
    color: #fff;
    border-radius: 3px;
}

header .loginRules.tooltip {
    position: relative;
    display: inline-block;
}

header .loginRules.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

header .loginRules.tooltip .tooltiptext {
    opacity: 0;
    transition: opacity 1s;
    visibility: hidden;
    min-width: 280px;
    background-color: #525b9b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 0;
    z-index: 5;
    position: absolute;
    top: 60px;
}

header .loginRules.tooltip .tooltiptext::before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #525b9b transparent;
}

header .loginRules .custom-control {
    min-height: inherit;
}

header .loginRules a {
    color: #858ee5;
    text-decoration: none;
    opacity: 1;
}

header .loginRules a:hover {
    opacity: .8;
}

header .loginBtn,
header .registerBtn {
    min-width: 70px;
}

header .loginBtn {
    background: #3fc2b1;
}

header .loginBtn:hover {
    background: #1bb5a1;
}

header .registerBtn {
    background: rgba(255, 255, 255, 0.1);
}

header .registerBtn:hover {
    background: rgba(255, 255, 255, 0.3);
}

header .forgetPwdBtn {
    color: #858ee5;
    text-decoration: none;
    opacity: 1;
}

header .forgetPwdBtn:hover {
    opacity: .8;
}

header .select {
    /*margin-left: 1em;*/
    padding: .25em;
    border: 0;
    letter-spacing: .15em;
    border-radius: 0;
    background-color: transparent;
    color: #FFF;
    outline: none;
}

header .select option {
    color: #124f4c;
}

.QRcodeWrap {
    position: fixed;
    top: calc(45vh - 222px);
    right: 0;
    z-index: 2;
    width: 150px;
}

.QRcodeWrap .QRcodeBg {
    border-radius: 0px 0px 0px 8px;
    background: #1BB5A1;
    min-width: 100px;
    min-height: 100px;
    max-width: 120px;
    /*max-height:120px;*/
    margin-left: auto;
    margin-right: auto;
}

.QRcodeWrap .QRcodeBg>div {
    min-height: 118px;
}

.QRcodeWrap .QRcodeBg img {
    width: 100%;
}

.QRcodeWrap .QRcontent {
    overflow: auto;
    max-height: 500px;
}

.QRcodeWrap .QRcontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #FFF;
}

.QRcodeWrap .QRcontent::-webkit-scrollbar {
    width: 5px;
    background-color: #071b33;
}

.QRcodeWrap .QRcontent::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    background-color: #CCC;
}

.QRcodeWrap .tag {
    width: 20px;
    top: 45px;
    position: absolute;
    left: -29px;
    background: #1BB5A1;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 8px 0px 0px 8px;
}

.QRcodeWrap .tag>div {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.QRcodeWrap.hide {
    right: -150px;
}

.userInput,
.passwordInput,
.verificationInput {
    position: relative;
    width: 150px;
    background: #00090f;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px;
}

.verificationInput {
    padding: 0 0 0 .75rem;
    display: inline-flex;
    align-items: stretch;
}

.loginWrap .userInput,
.loginWrap .passwordInput,
.loginWrap .verificationInput {
    float: left;
}

.verificationInput {
    width: auto;
    height: 34px;
}

.verificationInput .veriticationImg {
    display: inline-block;
    width: 70px;
}

.verificationInput .veriticationImg img {
    width: 100%;
    height: 100%;
}

.verificationInput a {
    color: #FFF;
}

.verificationInput a:hover {
    opacity: .8;
}

.passwordInput {
    width: 100px;
}

.passwordInput a {
    color: #1cbcf9;
}

.passwordInput a:hover {
    opacity: .8;
}

.userInput input,
.passwordInput input,
.verificationInput input {
    background-color: transparent;
    width: 100%;
    color: #FFF;
    border: none;
    outline: none;
    padding: 0;
    font-size: .875rem;
    line-height: 1.5;
}

.verificationInput input {
    width: 50px;
}

.icon-p {
    border-radius: 10px;
    width: 20px;
    display: inline-block;
    height: 20px;
    background: #858ee5;
    color: #FFF;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.announceWrap {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    padding: 15px;
    z-index: 2;
}

.announceWrap .textContent {
    padding-left: 25px;
    width: calc(100% - 25px);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.announceWrap .textContent .fontIcon {
    position: absolute;
    left: 2px;
    top: 0;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

/*for home page*/

[data-page="home"] .fullHeight {
    /*height:calc(100vh - 100px);*/
    height: auto;
    position: relative;
}

.fullHeight {
    height: calc(100% - 425px);
    position: relative;
}

/*for the other page*/

/*page layout*/

.pageRight {
    width: calc(100% - 169px);
    min-height: calc(100vh - 425px);
}

.pageRight .content {
    padding: 20px;
    background-color: transparent;
}

.pageRight .content.green {
    background: rgba(18, 79, 76, 0.3);
}

.pageRight .content .valignWrapper {
    min-height: calc(100vh - 490px);
}

.pageRight .bottomPic img {
    width: 100%;
}

.pageRight .content.mailbox,
.pageRight .content.announce {
    padding-top: 0;
    padding-bottom: 0;
}

.pageRight .content.history {
    background: none !important;
    background-color: transparent !important;
}

.pageRight .dataTableWrap {
    width: 100%;
}

.pageRight .dataTableWrap .tableTitle {
    width: calc(100% - 30px);
    display: block;
    min-height: 40px;
    background: rgba(0, 141, 102, 0.5);
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.pageRight .dataTableWrap table tr th {
    border-bottom: 1px solid #008d66;
    color: #008d66;
}

.pageRight .dataTableWrap table tfoot td {
    border-top: 1px solid #008d66;
}

.pageTabsWrap {
    width: 180px;
    /*min-height:calc(100vh - 425px);*/
    border-right: 1px solid #008d66;
}

.pageTabsWrap ul.pageTab li {
    cursor: pointer;
    padding: 20px 10px;
    border-bottom: 1px solid #008d66;
}

.pageTabsWrap ul.pageTab li .totalPoint {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.pageTabsWrap ul.pageTab li:hover {
    background: rgba(0, 141, 102, 0.2);
}

.pageTabsWrap ul.pageTab li.active {
    background: rgba(0, 141, 102, 0.1);
}

.pageTabsWrap ul.pageTab li:last-child {
    border-bottom: none;
}

.pageTabsWrap ul.pageTab li .reloadBtn:hover {
    opacity: 0.8;
}

.pageTabsWrap ul.pageTab.financeTab li:first-child {
    cursor: default;
}

.pageTabsWrap ul.pageTab.financeTab li:first-child:hover {
    background-color: transparent;
}

.topTabs {
    border-collapse: collapse;
}

.topTabs>div {
    padding: 10px;
    cursor: pointer;
    background: rgba(0, 141, 102, 0.1);
    border: 1px solid #008d66;
}

.topTabs>div.active {
    background: rgba(0, 141, 102, 0.3);
}

.topTabs div+div {
    border-left: none;
}

/*page layout*/

.bellaBtn {
    position: relative;
}

.bellaBtn .mail-sum {
    position: absolute;
    background: #ff5252;
    font-size: 12px;
    border-radius: 20px;
    line-height: 24px;
    padding: 0 5px;
    min-width: 15px;
    right: -10px;
    top: -7px;
}

.loginWrap {
    width: 100%;
}

.logoutWrap .infoBtn,
.logoutWrap .bellaBtn {
    /*background:rgba($color-black,.3);*/
    background: #1c345a;
}

.logoutWrap .infoBtn:hover,
.logoutWrap .bellaBtn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.financeBtn {
    /*background:rgba($color-black,.3);*/
    background: #1c345a;
}

.financeBtn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.hotGameWrap {
    width: 65%;
    background: rgba(2, 16, 27, 0.9);
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.hotGameWrap .gameitem.hotGame {
    height: 70px;
}

.hotGameWrap .hotGame {
    position: relative;
    cursor: pointer;
}

.hotGameWrap .hotGameDesc {
    background: #ee354a;
    background: -moz-linear-gradient(-45deg, #ee354a 0%, #2e0000 100%);
    background: -webkit-linear-gradient(-45deg, #ee354a 0%, #2e0000 100%);
    background: linear-gradient(135deg, #ee354a 0%, #2e0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee354a', endColorstr='#2e0000', GradientType=1);
    position: absolute;
    color: #FFF;
    bottom: 0;
    left: 0;
    width: calc(90% - 20px);
    height: 200px;
    border-radius: 8px;
    padding: 15px 10px;
    display: none;
}

.hotGameWrap .hotGameDesc .playnowBtn {
    border: 1px solid #FFF;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    width: 30%;
    position: absolute;
    bottom: 15px;
}

.hotGameWrap .hotGameDesc .playnowBtn:hover {
    opacity: .8;
}

.hotGameWrap .hotGameDesc img {
    position: absolute;
    right: -10px;
    bottom: 0;
}

.hotGameWrap .hotGameDesc h2 {
    font-size: 20px;
    width: 60%;
    line-height: 26px;
}

.hotGameWrap .hotGameDesc p {
    font-size: 16px;
    width: 60%;
    line-height: 20px;
}

.hotGameWrap .hotGame:last-child .hotGameDesc {
    width: calc(100% - 20px);
}

.hotGameWrap .hotGame:hover .hotGameDesc {
    display: block;
}

.hotGameWrap .fontIcon {
    cursor: pointer;
}

.carouselWrap,
.bannerWrap {
    height: 600px;
    overflow: hidden;
}

.carouselWrap::before,
.bannerWrap::before {
    content: '';
    background: -moz-linear-gradient(top, rgba(12, 23, 73, 0.4) 0%, rgba(12, 23, 73, 0) 60%);
    background: -webkit-linear-gradient(top, rgba(12, 23, 73, 0.4) 0%, rgba(12, 23, 73, 0) 60%);
    background: linear-gradient(to bottom, rgba(12, 23, 73, 0.4) 0%, rgba(12, 23, 73, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800c1749', endColorstr='#000c1749', GradientType=0);
    position: absolute;
    top: 0;
    height: 200px;
    z-index: 1;
    width: 100%;
}

.carouselWrap .owl-item {
    overflow: hidden;
}

.carouselWrap .owl-item img {
    transform-origin: 80% 50%;
    -ms-transform-origin: 800% 50%;
    -webkit-transform-origin: 80% 50%;
    -moz-transform-origin: 80% 50%;
    -o-transform-origin: 80% 50%;
}

.carouselWrap .owl-stage-outer,
.carouselWrap .owl-stage,
.carouselWrap .owl-item {
    height: 100%;
}

.bannerWrap {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerWrap .item.allleft .bannerTitle,
.bannerWrap .item.allleft .bannerDesc,
.bannerWrap .item.allleft .bannerBtn {
    left: 6%;
    text-align: left;
}

.bannerWrap .item.allright .bannerTitle,
.bannerWrap .item.allright .bannerDesc,
.bannerWrap .item.allright .bannerBtn {
    right: 6%;
    text-align: right;
}

.bannerWrap .item.allcenter .bannerTitle,
.bannerWrap .item.allcenter .bannerDesc,
.bannerWrap .item.allcenter .bannerBtn {
    width: 100%;
    left: 0%;
    text-align: center;
}

.bannerWrap .bannerTitle,
.bannerWrap .bannerDesc,
.bannerWrap .bannerBtn {
    position: absolute;
    color: #FFF;
}

.bannerWrap .bannerTitle {
    top: 28%;
    font-size: 60px;
    line-height: 60px;
    text-shadow: 0px 1px 4px #000;
}

.bannerWrap .allleft .bannerDesc,
.bannerWrap .allright .bannerDesc {
    width: 50%;
}

.bannerWrap .allcenter .bannerDesc {
    width: auto;
}

.bannerWrap .bannerDesc {
    top: 43%;
    width: 30%;
    font-size: 22px;
    line-height: 28px;
    text-shadow: 0px 1px 4px #000;
}

.bannerWrap .bannerBtn {
    top: 63%;
    font-size: 22px;
    line-height: 28px;
    text-shadow: 0px 1px 4px #000;
}

footer {
    width: 100%;
    float: left;
    background: #00090f;
}

footer .helpersWrap {
    border-top: 1px solid #071b33;
    border-bottom: 1px solid #071b33;
}

footer .helpersWrap .helperBtn {
    padding: 20px 0;
    text-decoration: none;
    color: #FFF;
}

footer .helpersWrap .helperBtn:hover {
    background: rgba(18, 79, 76, 0.2);
    color: #FFF;
}

footer .helpersWrap .helperBtn+.helperBtn {
    border-left: 1px solid #071b33;
}

footer .linkWrap {
    border-left: 1px solid #071b33;
}

footer .maintenanceTimeWrap {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer .maintenanceTimeWrap .maintenanceGroup {
    margin-bottom: 16px;
    width: 25%;
    float: left;
}

footer .maintenanceTimeWrap .maintenanceGroup .maintenanceContent {
    padding: 0 0.5rem;
    border-radius: 5px;
    min-height: 75px;
    height: 110px;
    border: 1px solid #071b33;
    color: #FFF;
    font-size: 14px;
    line-height: 1.4;
}

footer .brandWrap,
footer .linkWrap {
    width: 40%;
}

footer .brandWrap .valignWrapper {
    height: 200px;
}

footer .brandWrap .brandLogo img {
    margin: 0 auto;
    display: block;
    max-width: 150px;
    max-height: 65px;
}

footer .linkWrap ul.quickLinks {
    width: 110px;
    margin: 20px auto;
}

footer .linkWrap ul.quickLinks li {
    margin-bottom: 15px;
    color: #FFF;
}

footer .linkWrap ul.quickLinks li a {
    text-decoration: none;
    color: #FFF;
}

footer .linkWrap ul.quickLinks li a:hover {
    color: #008d66;
}

footer .linkWrap ul.quickLinks li:first-child {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 22px;
    font-weight: 800;
}

.featureWrap {
    position: relative;
    background: #02101b;
    width: 100%;
    float: left;
}

.featureWrap .featureContent {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 60px 0;
}

.featureWrap .gird-3:nth-child(1) h4 {
    border-top: 3px solid #9cff97;
}

.featureWrap .gird-3:nth-child(2) h4 {
    border-top: 3px solid #858ee5;
}

.featureWrap .gird-3:nth-child(3) h4 {
    border-top: 3px solid #ffd994;
}

.featureWrap .gird-3:nth-child(4) h4 {
    border-top: 3px solid #fdabff;
}

.featureWrap .features {
    margin: 0 auto;
    width: 200px;
}

.featureWrap .features h4 {
    text-align: left;
    font-size: 22px;
    line-height: 24px;
}

.featureWrap .features p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.featureWrap .features img {
    margin-top: 50px;
    padding-bottom: 50px;
}

.gradient-divide {
    position: relative;
}

.gradient-divide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top, #042e30 0%, #042e30 1%, rgba(4, 46, 48, 0) 100%);
    background: -webkit-linear-gradient(top, #042e30 0%, #042e30 1%, rgba(4, 46, 48, 0) 100%);
    background: linear-gradient(to bottom, #042e30 0%, #042e30 1%, rgba(4, 46, 48, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042e30', endColorstr='#00042e30', GradientType=0);
}

.homeRankContent {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 60px 0;
    position: relative;
}

.homeRankContent .tabList {
    text-align: right;
}

.homeRankContent .tabList .tab {
    color: #EEE;
    display: inline-block;
}

.homeRankContent .tabList .tab a {
    color: #CCC;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.homeRankContent .tabList .tab a:hover {
    color: #FFF;
}

.homeRankContent .tabList .tab.active {
    color: #FFF;
    border-bottom: 3px solid #3fc2b1;
}

.homeRankContent .tabList .tab+.tab {
    margin-left: 16px;
}

.homeRankContent .group1 {
    background: url(bg-1.jpg) center -20px no-repeat;
}

.homeRankContent .group2 {
    background: url(bg-2.jpg) center -20px no-repeat;
}

.homeRankContent .group3 {
    background: url(bg-3.jpg) center -20px no-repeat;
}

.homeRankContent .group4 {
    background: url(bg-4.jpg) center -20px no-repeat;
}

.homeRankContent .rankGroup {
    text-align: center;
}

.homeRankContent .rankGroup .rankTitle {
    font-size: 20px;
    margin-bottom: 26px;
}

.homeRankContent .rankGroup .rankBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.homeRankContent .rankGroup .rankBox table {
    width: 100%;
}

.homeRankContent .rankGroup .rankBox table img {
    width: 25px;
    height: 25px;
}

.homeRankContent .rankGroup .rankBox table td,
.homeRankContent .rankGroup .rankBox table th {
    padding: 0.4rem 0.3rem;
}

.homeRankContent .rankGroup .rankBox table tr {
    border-bottom: 1px solid #222;
}

.homeRankContent .rankGroup .rankBox .userRank {
    background: #1bb5a1;
}

/*info*/

.uploadPic .zoomin {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.uploadPic .zoomin img {
    height: 40px;
    cursor: pointer;
    margin-right: 20px;
}

.uploadPic .error {
    font-size: small;
    color: #d32f2f;
}

.uploadPic small {
    font-size: small;
    color: #888;
}

.uploadPic .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.uploadPic .inputstyle+label {
    border: 1px solid #008d66;
    border-color: rgba(255, 255, 255, 0.3);
    color: #008d66;
    max-width: 100%;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0;
}

.uploadPic .inputstyle+label span {
    min-height: 1em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.uploadPic .inputstyle+label span.file-name {
    width: 300px;
    padding: 0 5px;
}

.uploadPic .inputstyle+label:hover strong {
    background-color: #00a174;
}

.uploadPic .inputstyle+label strong {
    padding: 0.625rem 1.25rem;
    height: 100%;
    color: #FFF;
    background-color: #008d66;
    display: inline-block;
}

@media screen and (max-height: 780px) {
    .featureWrap .featureContent {
        height: auto;
    }
    .featureWrap .featureContent .gird-3 {
        margin-bottom: 3rem !important;
    }
}

.idCardWrap {
    border-radius: 5px;
    border: 1px solid #008d66;
}

/* lightbox style*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
    background: rgba(0, 9, 15, 0.7);
}

.modal-lg {
    max-width: 800px;
}

.modal-md {
    max-width: 800px;
}

.modal-sm {
    max-width: 800px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-dialog.greenModal .modal-content {
    background-color: #124f4c;
}

.modal-dialog.greenModal .modal-content .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #124f4c;
}

.modal-dialog.greenModal .modal-content .modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: #124f4c;
}

.modal-dialog.greenModal .modal-content .modal-body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #008d66;
}

.modal-dialog.whiteModal .modal-content {
    background-color: #FFF;
}

.modal-dialog.whiteModal .modal-content .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #FFF;
}

.modal-dialog.whiteModal .modal-content .modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: #071b33;
}

.modal-dialog.whiteModal .modal-content .modal-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    background-color: #CCC;
}

.modal-dialog .closeBtn {
    cursor: pointer;
}

.modal-dialog.greenModal .closeBtn {
    color: #FFF;
}

.modal-dialog.greenModal .closeBtn:hover {
    opacity: .8;
}

.modal-dialog.whiteModal .closeBtn {
    color: #a1aab2;
}

.modal-dialog.whiteModal .closeBtn:hover {
    opacity: .8;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.modal-header.border {
    border-bottom: 1px solid #e9ecef;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: calc(100vh - 25rem);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.modal-body a:hover {
    opacity: 0.8;
}

.promoteLightbox .modal-content .modal-body {
    max-height: calc(100vh - 400px);
    overflow: auto;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem 1rem;
}

.modal-footer.border {
    border-top: 1px solid #e9ecef;
}

/*no data*/

.nodata {
    min-height: 300px;
    opacity: 0.5;
}

.nodata .fontIcon {
    width: 100px;
    margin: 0 auto;
}

.nodata .fontIcon img {
    width: 100%;
}

/*no data*/

/*upload*/

@media screen and (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

@media screen and (min-width: 576px) {
    .modal-dialog.greenModal,
    .modal-dialog.whiteModal {
        max-width: 500px;
        margin: 6rem auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}

/* lightbox style*/

@media screen and (min-width: 1650px) {
    .container.response {
        width: 1400px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1649px) {
    header .container {
        width: 100%;
    }
    header .logoWrap {
        /*width:40%;*/
    }
    header .userInfoWrap {
        /*width:calc(50% - 15px);*/
        padding-right: 15px;
    }
    .container.response {
        width: 1400px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1450px) {
    .bannerWrap {
        background-position: initial;
    }
    .bannerWrap .bannerDesc {
        width: 50%;
    }
    .hotGameWrap {
        width: 80%;
    }
    header .logoWrap {
        /*width:30%;*/
    }
    header .userInfoWrap {
        /*width:calc(60% - 15px);*/
        padding-right: 15px;
    }
    .featureWrap .features {
        width: 150px;
    }
}

@media screen and (max-width: 1350px) {
    .pageRight .dataTableWrap {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    header .logoWrap {
        /*width:40%;*/
    }
    header .userInfoWrap {
        /*width:calc(50% - 30px);*/
        padding-right: 15px;
        padding-left: 15px;
    }
    header .userInput,
    header .passwordInput,
    header .verificationInput {
        width: 120px;
    }
    .container.response {
        width: 100%;
    }
    aside {
        width: 100px;
    }
    .mainContent {
        padding-left: 0;
    }
}

/*# sourceMappingURL=style.css.map */