.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;
}

.btn-main-gradient-blue, .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 );
}

.homeRankContent .rankTitle, .btn-main-gradient, .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 );
}

.btn-light-gradient, .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*/
.nodata, .topTabs, footer .helpersWrap .helperBtn, .bannerWrap .bannerTitle, .bannerWrap .bannerDesc, .bannerWrap .bannerBtn, .btn, .custom-control-label::before, .notSelect {
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

footer .helpersWrap .helperBtn, .homeRankContent .tabList .tab, a {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.topTabs > div, .sidebar-header .loginWrap .mailBtn, .sidebar-header .loginWrap .infoBtn, footer .helpersWrap .helperBtn, footer, .hotGamesWrap .games, .hotGamesWrap .gamesFull, .hotGamesWrap, .bonusWrap, .homeRankContent, .maintenanceTimeWrap, .homeLoginWrap, .joinusWrap, .navLinkWrap, .form-group .form-control, .borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.maintenanceTimeWrap .maintenanceGroup .maintenanceContent, .valignWrapper {
  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;
}

.bannerWrap .allleft .bannerDesc, .bannerWrap .allright .bannerDesc, .owl-carousel-bulletin .modal-header .modal-title, .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nodata, .topTabs, footer .helpersWrap .helperBtn, .bannerWrap .bannerTitle, .bannerWrap .bannerDesc, .bannerWrap .bannerBtn, .btn, .custom-control-label::before, .notSelect {
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

footer .helpersWrap .helperBtn, .homeRankContent .tabList .tab, a {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.topTabs > div, .sidebar-header .loginWrap .mailBtn, .sidebar-header .loginWrap .infoBtn, footer .helpersWrap .helperBtn, footer, .hotGamesWrap .games, .hotGamesWrap .gamesFull, .hotGamesWrap, .bonusWrap, .homeRankContent, .maintenanceTimeWrap, .homeLoginWrap, .joinusWrap, .navLinkWrap, .form-group .form-control, .borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.maintenanceTimeWrap .maintenanceGroup .maintenanceContent, .valignWrapper {
  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;
}

.bannerWrap .allleft .bannerDesc, .bannerWrap .allright .bannerDesc, .owl-carousel-bulletin .modal-header .modal-title, .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clearfix {
  clear: both;
}

.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;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.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: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #0c353f;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.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: 0.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: -2px;
}

.input-group-append-right {
  right: -2px;
}

.input-group-append-left {
  left: -2px;
}

.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: 0.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: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
  white-space: nowrap;
  outline: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.disabled {
  opacity: 0.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: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  border-radius: 2px;
  font-size: 75%;
  white-space: nowrap;
}

/*member level badge colors*/
/*member level badge colors*/
.badge-primary {
  color: #fff !important;
  background-color: #007bff !important;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff !important;
  background-color: #6610f2 !important;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #510bc4;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(102, 16, 242, 0.5);
}

.badge-success {
  color: #fff !important;
  background-color: #e83e8c !important;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #d91a72;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(232, 62, 140, 0.5);
}

.badge-info {
  color: #fff !important;
  background-color: #28a745 !important;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.5);
}

.badge-warning {
  color: #333 !important;
  background-color: #ffc107 !important;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #333;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #fff !important;
  background-color: #17a2b8 !important;
}
a.badge-light:hover, a.badge-light:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.badge-dark {
  color: #fff !important;
  background-color: #333 !important;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.5);
}

.badge-vip {
  color: #fff !important;
  background-color: #00a778 !important;
}
a.badge-vip:hover, a.badge-vip:focus {
  color: #fff;
  background-color: #007454;
}
a.badge-vip:focus, a.badge-vip.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 167, 120, 0.5);
}

/*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;
  display: flex;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  /*align-items:stretch;*/
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button, select, input, lable {
  font-family: "Roboto-Regular", "Microsoft JhengHei" !important;
}

a {
  text-decoration: none;
  color: #FFF;
}

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

header, footer, .contentWrap, .carouselWrap, .bannerWrap, .gameList,
.navLinkWrap, .hotGamesWrap, .notLoginWrap, .loginWrap, .helpersWrap,
.copyrightWrap, .pageContent, .maintenanceTimeWrap {
  width: 100%;
}

.pageContent {
  min-height: calc(100vh - 100px);
}

.carouselWrap .owl-stage-outer, .carouselWrap .owl-stage, .carouselWrap .owl-item {
  height: 100%;
}

.announceWrap {
  /*position: absolute;
  top: 0;*/
  width: calc(100% - 30px);
  padding: 15px;
}
.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;
}

header, header > div {
  height: 50px;
}

.carouselWrap {
  height: 56.5vw;
  position: relative;
}
.carouselWrap .carouselControl {
  width: 30%;
  max-width: 300px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  float: left;
}
.carouselWrap .carouselControl ul {
  float: right;
  text-align: right;
}
.carouselWrap .carouselControl ul li {
  float: left;
  width: 18px;
  height: 4px;
  margin-right: 8px;
  background: rgba(255, 255, 255, 0.4);
}
.carouselWrap .carouselControl ul li.active {
  background: rgba(255, 255, 255, 0.9);
}
.carouselWrap .carouselControl ul li:last-child {
  margin-right: 0px;
}

.carouselWrap .owl-carousel .owl-item {
  overflow: hidden;
}

/*modal*/
.owl-carousel-bulletin .modal-header {
  background: rgb(0, 141, 102);
  background: -moz-linear-gradient(-45deg, rgb(0, 141, 102) 0%, rgb(18, 79, 76) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(0, 141, 102) 0%, rgb(18, 79, 76) 100%);
  background: linear-gradient(135deg, rgb(0, 141, 102) 0%, rgb(18, 79, 76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#008d66", endColorstr="#124f4c",GradientType=1 );
}
.owl-carousel-bulletin .owl-dots {
  margin-top: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto !important;
}
.owl-carousel-bulletin .owl-dots .owl-dot {
  display: inline-block;
  border: none;
  cursor: pointer;
}
.owl-carousel-bulletin .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-carousel-bulletin .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.owl-carousel-bulletin .owl-dots .owl-dot.active span, .owl-carousel-bulletin .owl-dots .owl-dot:hover span {
  background: white;
  border: 2px solid #63b8b4;
}

/*modal*/
.bannerWrap {
  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: calc(100% - 60px);
  left: 0%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.bannerWrap .bannerTitle, .bannerWrap .bannerDesc, .bannerWrap .bannerBtn {
  position: absolute;
  color: #FFF;
}
.bannerWrap .bannerTitle {
  top: 20%;
  font-size: 28px;
  line-height: 38px;
  text-shadow: 0px 1px 4px #000;
}
.bannerWrap .allleft .bannerDesc, .bannerWrap .allright .bannerDesc {
  width: 50%;
}
.bannerWrap .allcenter .bannerDesc {
  width: auto;
}
.bannerWrap .bannerDesc {
  top: 43%;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0px 1px 4px #000;
}
.bannerWrap .bannerBtn {
  top: 77%;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 0px 1px 4px #000;
}

.gameList {
  background: #124f4c;
}

.navLinkWrap {
  background: #124f4c;
  padding: 0px 10px;
  height: 70px;
  overflow: hidden;
}
.navLinkWrap .navLinks {
  width: auto;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.navLinkWrap .navLinks .navLink {
  /*width:80px;*/
  padding-top: 9px;
  padding-bottom: 3px;
  text-align: center;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.navLinkWrap .navLinks .navLink img {
  /*width:50%;*/
  max-height: 32px;
  margin-bottom: 6px;
  display: block;
}
.navLinkWrap .navLinks .navLink span {
  font-size: 14px;
  line-height: 16px;
}
.navLinkWrap .navLinks .navLink img, .navLinkWrap .navLinks .navLink span {
  margin-left: auto;
  margin-right: auto;
}
.navLinkWrap .navLinks .navLink.active {
  border-bottom: 3px solid #008d66;
}

.joinusWrap {
  position: relative;
  height: 70px;
  margin: 20px 10px;
  border-radius: 8px;
  background: #00194F;
  background: -moz-linear-gradient(128deg, #00194F 55%, #0F3589 100%);
  background: -webkit-linear-gradient(128deg, #00194F 55%, #0F3589 100%);
  background: -o-linear-gradient(128deg, #00194F 55%, #0F3589 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00194F", endColorstr="#0F3589",GradientType=1 );
}
.joinusWrap h5 {
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.joinusWrap img {
  position: absolute;
  top: -16px;
  right: 0;
}

.btn-login {
  background: rgba(0, 141, 102, 0.5);
}
.btn-login:hover {
  background: #00a174;
}

.homeLoginWrap {
  position: relative;
  height: 70px;
  margin: 20px 10px;
  border-radius: 8px;
  width: calc(100% - 20px);
  background: rgb(0, 105, 135);
  background: -moz-linear-gradient(left, rgb(0, 105, 135) 0%, rgb(7, 89, 88) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 105, 135) 0%, rgb(7, 89, 88) 100%);
  background: linear-gradient(to right, rgb(0, 105, 135) 0%, rgb(7, 89, 88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#006987", endColorstr="#075958",GradientType=1 );
}
.homeLoginWrap h5 {
  text-align: right;
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
.homeLoginWrap img {
  position: absolute;
  bottom: 0;
  left: 5px;
  max-width: 130px;
}

.maintenanceTimeWrap {
  padding: 16px 10px;
}
.maintenanceTimeWrap .maintenanceGroup {
  padding: 0.5rem 0;
  border-top: 1px solid #071b33;
  border-bottom: 1px solid #071b33;
}
.maintenanceTimeWrap .maintenanceGroup .maintenanceContent {
  line-height: 1.4;
}

.homeRankContent {
  padding: 16px 10px;
  width: 100%;
}
.homeRankContent .rankTitle {
  border-radius: 8px;
  height: 100px;
}
.homeRankContent .rankTitle .centerWrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.homeRankContent .rankTitle .pic {
  position: absolute;
  left: 3px;
  bottom: 0;
}
.homeRankContent .rankTitle .rankControl {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60%;
}
.homeRankContent .rankBox table {
  width: 100%;
}
.homeRankContent .rankBox table tr {
  border-bottom: 1px solid #222;
}
.homeRankContent .rankBox .userRank {
  background: #1bb5a1;
}
.homeRankContent .rankBox img {
  width: 25px;
  height: 25px;
}
.homeRankContent .tabList {
  text-align: right;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.homeRankContent .tabList .tab {
  color: #EEE;
  width: 32.33333%;
  display: inline-block;
}
.homeRankContent .tabList .tab a {
  text-align: center;
  padding: 16px 0;
  color: #CCC;
  width: 100%;
  display: inline-block;
}
.homeRankContent .tabList .tab a:hover {
  color: #FFF;
}
.homeRankContent .tabList .tab.active {
  color: #FFF;
  border-bottom: 3px solid #3fc2b1;
}

.bonusWrap {
  padding: 16px 10px;
}
.bonusWrap .moreBonusBtn {
  background: rgba(255, 255, 255, 0.3);
}
.bonusWrap .title {
  text-align: center;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.hotGamesWrap {
  padding: 16px 10px;
}
.hotGamesWrap .moreGameBtn {
  background: rgba(255, 255, 255, 0.3);
}
.hotGamesWrap .games:nth-child(2n) {
  margin-left: 16px;
}
.hotGamesWrap .gamesFull {
  position: relative;
  height: 100px;
  margin-top: 20px;
  border-radius: 8px;
  padding-left: 10px;
  padding-top: 20px;
  width: 100%;
  float: left;
}
.hotGamesWrap .gamesFull.casinoTemplate9 {
  background: rgb(237, 141, 146);
  background: -moz-linear-gradient(-45deg, rgb(237, 141, 146) 0%, rgb(211, 46, 64) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(237, 141, 146) 0%, rgb(211, 46, 64) 100%);
  background: linear-gradient(135deg, rgb(237, 141, 146) 0%, rgb(211, 46, 64) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ed8d92", endColorstr="#d32e40",GradientType=1 );
}
.hotGamesWrap .gamesFull.casinoTemplate9 img {
  height: 120px;
  right: 50px;
}
.hotGamesWrap .gamesFull .board-warp {
  position: absolute;
  height: 100px;
  border-radius: 8px;
  width: 80%;
  right: 10px;
  bottom: 0;
  overflow: hidden;
}
.hotGamesWrap .gamesFull .playBtn {
  position: absolute;
  bottom: -5px;
  left: 10px;
  font-weight: bold;
}
.hotGamesWrap .gamesFull img {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.hotGamesWrap .games {
  position: relative;
  height: 100px;
  margin-top: 20px;
  border-radius: 8px;
  padding-left: 10px;
  padding-top: 20px;
  width: calc(50% - 8px);
  float: left;
}
.hotGamesWrap .games .playBtn {
  position: absolute;
  bottom: -5px;
  left: 10px;
  font-weight: bold;
}
.hotGamesWrap .games img {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.hotGamesWrap .games.sport {
  background: rgb(0, 141, 102);
  background: -moz-linear-gradient(-45deg, rgb(0, 141, 102) 0%, rgb(23, 190, 160) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(0, 141, 102) 0%, rgb(23, 190, 160) 100%);
  background: linear-gradient(135deg, rgb(0, 141, 102) 0%, rgb(23, 190, 160) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#008d66", endColorstr="#17bea0",GradientType=1 );
}
.hotGamesWrap .games.casino {
  background: rgb(237, 141, 146);
  background: -moz-linear-gradient(-45deg, rgb(237, 141, 146) 0%, rgb(211, 46, 64) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(237, 141, 146) 0%, rgb(211, 46, 64) 100%);
  background: linear-gradient(135deg, rgb(237, 141, 146) 0%, rgb(211, 46, 64) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ed8d92", endColorstr="#d32e40",GradientType=1 );
}
.hotGamesWrap .games.slot {
  background: rgb(80, 132, 212);
  background: -moz-linear-gradient(-45deg, rgb(80, 132, 212) 0%, rgb(1, 57, 168) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(80, 132, 212) 0%, rgb(1, 57, 168) 100%);
  background: linear-gradient(135deg, rgb(80, 132, 212) 0%, rgb(1, 57, 168) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5084d4", endColorstr="#0139a8",GradientType=1 );
}
.hotGamesWrap .games.lottery {
  background: rgb(176, 141, 240);
  background: -moz-linear-gradient(-45deg, rgb(176, 141, 240) 0%, rgb(116, 55, 148) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(176, 141, 240) 0%, rgb(116, 55, 148) 100%);
  background: linear-gradient(135deg, rgb(176, 141, 240) 0%, rgb(116, 55, 148) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b08df0", endColorstr="#743794",GradientType=1 );
}
.hotGamesWrap .gamesFull.board {
  background: #814020;
  background: -moz-linear-gradient(-45deg, #814020 0%, #481802 100%);
  background: -webkit-linear-gradient(-45deg, #814020 0%, #481802 100%);
  background: linear-gradient(135deg, #814020 0%, #481802 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#814020", endColorstr="#481802",GradientType=1 );
}
.hotGamesWrap .gamesFull.blockchain {
  background: rgb(138, 63, 214);
  background: linear-gradient(90deg, rgb(138, 63, 214) 0%, rgb(180, 71, 216) 100%);
}

footer .helpersWrap {
  margin-top: 16px;
  margin-bottom: 6px;
  border-top: 1px solid #071b33;
  border-bottom: 1px solid #071b33;
}
footer .helpersWrap .helperBtn {
  padding: 10px 0;
  text-decoration: none;
  color: #008d66;
}
footer .helpersWrap .helperBtn:hover {
  background: rgba(18, 79, 76, 0.2);
  color: #FFF;
}
footer .helpersWrap .helperBtn + .helperBtn {
  border-left: 1px solid #071b33;
}
footer .csQrcode {
  width: 100%;
}
footer .csQrcode .container {
  max-width: 600px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
footer .csQrcode .container .box .qrBox {
  height: 110px;
}
footer .csQrcode .container .box + .box {
  margin-left: 16px;
}
footer .csQrcode img {
  width: 110px;
}

/* sidemenu start */
.iconsize img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.sideMenu {
  max-height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mail-sum {
  position: absolute;
  background: #ff5252;
  font-size: 12px;
  border-radius: 20px;
  line-height: 24px;
  padding: 0 5px;
  min-width: 15px;
  right: -8px;
  top: -5px;
}

.icon-p {
  border-radius: 10px;
  width: 20px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2;
  will-change: opacity;
}

#sidenav-overlay.active {
  display: block;
}

#sidebar {
  position: fixed;
  overflow: hidden;
  left: -280px;
  z-index: 999999;
  height: 100%;
  min-height: 100vh;
  will-change: left;
  min-width: 280px;
  max-width: 280px;
  background: #7386d5;
  color: #FFF;
  display: block;
  transition: all 0.3s;
  overflow: auto;
  background: #008d66;
}
#sidebar.active {
  left: 0px;
}
#sidebar .select {
  padding: 0.25em;
  border: 0;
  font-size: inherit;
  letter-spacing: 0.15em;
  border-radius: 0;
  background-color: transparent;
  color: #FFF;
  outline: none;
}
#sidebar .select option {
  color: #0c353f;
}
#sidebar .logoutBtn {
  background: rgba(255, 255, 255, 0.3);
}
#sidebar .gotoChatroomBtn {
  background: rgb(0, 105, 135);
}

.sidebar-header {
  padding: 20px;
}
.sidebar-header .notLoginWrap {
  display: inline-flex;
}
.sidebar-header .notLoginWrap .userIcon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-header .notLoginWrap .userIcon > div {
  height: 50px;
}
.sidebar-header .notLoginWrap .userIcon .fontIcon {
  line-height: 60px;
  height: 60px;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.sidebar-header .loginWrap {
  display: inline-flex;
}
.sidebar-header .loginWrap .mailBtn, .sidebar-header .loginWrap .infoBtn {
  width: 44px;
  height: 44px;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid #FFF;
  margin: 0 auto 10px auto;
}
.sidebar-header .loginWrap .mailBtn {
  position: relative;
}
.sidebar-header .loginWrap .mailBtn .badge {
  padding: 0;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.sidebar-header .loginWrap .userIcon {
  border-radius: 50%;
  width: 124px;
  height: 124px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-header .loginWrap .userIcon img {
  width: 60%;
}
.sidebar-header .loginWrap .userIcon > div {
  height: 62px;
}
.sidebar-header .loginWrap .userIcon .fontIcon {
  line-height: 60px;
  height: 60px;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.sidebar-header .loginWrap .userIcon .vipOld {
  font-size: 8px;
  margin-top: 0.5rem;
}
.sidebar-header .loginWrap .userIcon .vipOld .vip_icon {
  background-image: url(../../images/m/vip_icon.png);
  color: #124f4c;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  font-weight: 800;
}
.sidebar-header .btn-border {
  border-radius: 16px;
  border: 1px solid #FFF;
  background-color: transparent !important;
  color: #FFF;
  padding: 0.275rem 0.8rem !important;
}

/*.vip {
    font-size: 8px;
    & .vip_icon {
        background-image: url(../../images/m/vip_icon.png);
        color: #124f4c;
        display: inline-block;
        line-height: 20px;
        text-align: center;
        width: 20px;
        height: 20px;
        font-weight: 800;
    }
}*/
.getTotal {
  width: 100%;
}
.getTotal .value {
  position: absolute;
  left: 8px;
  top: 8px;
}
.getTotal .amount {
  text-align: right;
  min-width: 75px;
  display: inline-block;
}
.getTotal .form-group {
  position: relative;
}
.getTotal input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.QRcodeWrap {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
}
.QRcodeWrap .openBtn {
  width: 48px;
  height: 48px;
  background: #1BB5A1;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.3);
}

#sidebar ul li.active > a, #sidebar ul a[aria-expanded=true] {
  color: #FFF;
}
#sidebar ul li a {
  padding: 16px;
  font-size: 1.1em;
  display: block;
  color: #FFF;
}
#sidebar ul li a[data-toggle=collapse] {
  position: relative;
}
#sidebar ul.components {
  padding: 0;
}
#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}
#sidebar ul .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar ul .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#sidebar ul .collapse:not(.show) {
  display: none;
}
#sidebar ul .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#sidebar ul li .badge-vip {
  border: 1px solid #b3ff59;
}

#sidebar ul li a:hover, #sidebar ul li.active > a, a[aria-expanded=true] {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  #sidebar {
    left: -280px;
  }
  #sidebar.active {
    left: 0px;
  }
  #sidebarCollapse span {
    display: none;
  }
}
/* sidemenu end */
/* lightbox style start */
.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;
  /*overflow:auto;*/
  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: 0.5rem 0.5rem 0.5rem 0.5rem;
  pointer-events: none;
  height: calc(100vh - 4rem);
}
@media screen and (max-height: 550px) {
  .modal-dialog .modal-dialog {
    height: calc(100vh - 100px);
  }
}
.modal-dialog .modal-content {
  height: 100%;
}
.modal-dialog.greenModal .modal-content {
  background-color: #124f4c;
}
.modal-dialog.whiteModal .modal-content {
  background-color: #FFF;
}
.modal-dialog .closeBtn {
  cursor: pointer;
}
.modal-dialog.greenModal .closeBtn {
  color: #FFF;
}
.modal-dialog.greenModal .closeBtn:hover {
  opacity: 0.8;
}
.modal-dialog.whiteModal .closeBtn {
  color: #a1aab2;
}
.modal-dialog.whiteModal .closeBtn:hover {
  opacity: 0.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;
}

.owl-carousel-bulletin .modal-body {
  max-height: calc(100vh - 19rem) !important;
}

@supports (-webkit-appearance: none) {
  /*safari only*/
  .owl-carousel-bulletin .modal-body {
    max-height: calc(100vh - 22rem) !important;
  }
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  /*max-height:calc(100vh - 14rem);*/
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.modal-body .qrcode {
  min-width: 120px;
  min-height: 120px;
  max-width: 150px;
  max-height: 150px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem 3rem 1rem;
}
.modal-footer .btn {
  margin-bottom: 10px !important;
}

.modal-footer.border {
  border-top: 1px solid #e9ecef;
}

@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 end */
.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);
}

/*no data*/
.nodata {
  opacity: 0.5;
  min-height: calc(100vh - 270px);
}
.nodata .fontIcon {
  width: 100px;
  margin: 0 auto;
}
.nodata .fontIcon img {
  width: 100%;
}

/*no data*/
/*table*/
.dataTableWrap table tr th {
  border-bottom: 1px solid #008d66;
  color: #008d66;
}
.dataTableWrap table tfoot tr td {
  border-top: 1px solid #008d66;
}
.dataTableWrap table tfoot tr td {
  padding: 0.5rem;
}

/*table*/
/*page layout*/
.pageContent .mailbox, .pageContent .announce, .pageContent .history {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dataTableWrap {
  width: 100%;
}
.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;
}

/*page layout*/
@media screen and (max-width: 1350px) {
  .dataTableWrap {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  carouselWrap {
    height: 300px;
  }
  .hotGamesWrap .games {
    width: calc(25% - 6px);
    padding-left: 30px;
    margin-top: 30px;
  }
  .hotGamesWrap .games img {
    width: 55%;
    right: 5%;
  }
  .hotGamesWrap .games .playBtn {
    left: 30px;
  }
  .hotGamesWrap .games:nth-child(3), .hotGamesWrap .games:nth-child(2n) {
    margin-left: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  carouselWrap {
    height: 280px;
  }
  .hotGamesWrap .games {
    padding-left: 50px;
    margin-top: 50px;
  }
  .hotGamesWrap .games img {
    width: 40%;
    right: 15%;
  }
  .hotGamesWrap .games .playBtn {
    left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .navLinkWrap .navLinks .navLink img {
    width: 45%;
  }
  .maintenanceTimeWrap .maintenanceGroup {
    float: left;
    width: 50%;
    height: 80px;
  }
  .maintenanceTimeWrap .maintenanceGroup > div {
    height: 100%;
  }
  .rankWrap .rankTitle .centerWrap {
    width: 70%;
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .hotGamesWrap .games {
    padding-left: 30px;
  }
  .hotGamesWrap .games img {
    width: 45%;
    right: 10%;
  }
  .hotGamesWrap .games .playBtn {
    left: 30px;
  }
}
@media screen and (min-width: 501px) {
  .navLinkWrap {
    text-align: center;
  }
  carouselWrap {
    height: 250px;
  }
  .textDate {
    max-width: 80px;
  }
  .pageContent .mailbox, .pageContent .announce, .pageContent .history {
    width: 90%;
  }
  .list-group .list-group-item .action {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (min-width: 321px) and (max-width: 500px) {
  .textDate {
    max-width: 60px;
  }
  .list-group .list-group-item.action {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .hotGamesWrap .games img {
    width: 60%;
  }
}
@media screen and (max-width: 375px) {
  .rankWrap .rankTitle .pic {
    width: 100%;
  }
  .rankWrap .rankTitle .rankControl {
    width: 65%;
  }
}
@media screen and (max-width: 320px) {
  .hotGamesWrap .games {
    padding-right: 10px;
  }
  .hotGamesWrap .games h3 {
    text-align: center;
  }
  .hotGamesWrap .games img {
    display: none;
  }
  .hotGamesWrap .games .playBtn {
    left: calc(50% - 30px);
  }
  .hotGamesWrap .gamesFull {
    padding-right: 10px;
  }
  .hotGamesWrap .gamesFull h3 {
    text-align: center;
  }
  .hotGamesWrap .gamesFull img {
    display: none;
  }
  .hotGamesWrap .gamesFull .playBtn {
    left: calc(50% - 30px);
  }
  .textDate {
    max-width: 55px;
  }
  .list-group .list-group-item.action {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .maintenanceTimeWrap .maintenanceGroup .maintenanceContent {
    margin-left: 15px;
  }
  .owl-carousel-bulletin .modal-footer .prevText, .owl-carousel-bulletin .modal-footer .nextText {
    display: none;
  }
}
/*icon style*/
svg.icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #fff;
  circle: #fff;
}

#sidebar ul li.active > a svg.icon {
  fill: #fff;
  circle: #fff;
}

svg.member {
  fill: #fff;
  width: 30px;
  height: 30px;
}

.navLink svg.icon {
  display: block;
  /*width: 50%;*/
  max-height: 32px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
}

.is-invalid {
    border: 1px solid #dd2222cc !important;
}

/*# sourceMappingURL=style.css.map */
