* {
  outline: none !important;
}
.custom-gutter > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 7px;
}
.show-on-desktop {
  display: block;
}
@media screen and (max-width: 1190px) {
  .show-on-desktop {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show-on-desktop {
    display: none;
  }
}
.show-on-mobile {
  display: none;
}
@media screen and (max-width: 1190px) {
  .show-on-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show-on-mobile {
    display: block;
  }
}
body,
html {
  font-family: "Prompt", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #000 url("../img/bg_1win1_1.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}
.container,
.container-fluid {
  margin: 0 auto;
  padding: 0;
}
.clearfix {
  clear: both !important;
  zoom: 0;
}
.nav-btn-menu img {
  max-width: 50px;
  height: auto;
}
.mgt-10 {
  margin-top: 10px !important;
}
.mgt-15 {
  margin-top: 15px !important;
}
.mgt-20 {
  margin-top: 20px !important;
}
.mgb-10 {
  margin-bottom: 10px !important;
}
.mgb-15 {
  margin-bottom: 15px !important;
}
.mgb-20 {
  margin-bottom: 20px !important;
}
.text-red {
  color: red;
}
.text-bold {
  font-weight: bold;
}
.text-success {
  color: green;
}
.badge.min {
  font-size: 12px;
  font-weight: normal;
}

.display-none {
  display: none;
}
.ht-container {
  position: relative;
  max-width: 600px;
  /* max-width: 478px; */
  /* border: 1px solid red; */
  /* height: 100%; */
}
.ht-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(8, 19, 85, 0.9);
  text-align: center;
  z-index: 9999;
}
.ht-loading .lds-ripple {
  top: 50%;
  margin-top: -35px;
  text-align: center;
  vertical-align: middle;
}
.ht-top-bg {
  /*background: transparent url("../img/bg_top_menu.jpg") bottom left repeat-x;*/
  /*background-size: contain;*/
  background: #194cab;
}
.navbar {
  display: block;
}
.ht-header {
  padding: 15px 0;
  background: rgb(0, 45, 133);
  background: linear-gradient(
    0deg,
    rgba(0, 45, 133, 1) 0%,
    rgba(0, 85, 250, 1) 100%
  );
}

.ht-header .logo {
  margin: 2px auto;
}

.ht-banner {
  border-bottom: 1px solid #79a3d3;
  background-color: #020435;
  text-align: center;
}
.ht-banner img {
  display: block;
  margin: auto;
  max-height: 160px;
}
.ht-maquee {
  clear: both;
  background-color: #040130;
  color: #ffffff;
  padding: 5px 0;
  margin: 0 auto;
}
.ht-maquee .marquee {
  line-height: 1.2;
  margin: 0 auto;
  padding: 0;
  padding-top: 5px;
}
.ht-body {
  position: relative;
  min-height: 85vh;
  padding: 0;
  margin: 0 auto;
  /*background: url("../img/bg_htbody.jpg") top center repeat;*/
  background-size: auto 100%;
  background-attachment: scroll;
  /* background-size: auto 100%;
  background-attachment: fixed; */

  background: #194cab;
  background-image: -webkit-linear-gradient(top, #194cab, #00205e);
  background-image: -moz-linear-gradient(top, #194cab, #00205e);
  background-image: -ms-linear-gradient(top, #194cab, #00205e);
  background-image: -o-linear-gradient(top, #194cab, #00205e);
  background-image: -webkit-gradient(to bottom, #194cab, #00205e);
}
.ht-body.long {
  position: relative;
  min-height: 80vh;
  padding: 0;
  margin: 0 auto;
  /*background-image: url("../img/bg_htbody.jpg");*/
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  background-attachment: fixed;
  /* background-size: auto 100%;
    background-attachment: fixed; */
}
.ht-body .ht-body-inner {
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 200px;
  padding-left: 10px;
  padding-right: 10px;
}
/* .ht-body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("../img/bg_htbody.jpg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */
/* @media screen and (max-width: 768px) {
  .ht-body {
    background-size: auto 100%;
    background-attachment: fixed;
  }
} */

.ht-form input[type="text"],
.ht-form input[type="email"],
.ht-form input[type="password"],
.ht-form input[type="number"],
.ht-form input[type="file"],
select {
  font-size: 14px;
  background: url("../img/bg_input.png") center center repeat-x;
  background-size: contain;
  border: 2px solid;
  border-image: linear-gradient(to bottom, #005bc3, #00ddd5);
  border-image-slice: 2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ht-form input.center {
  text-align: center !important;
}

.ht-form .help-block {
  font-size: 12px;
  font-weight: 300;
  margin: 5px auto;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

.ht-footer {
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
}

.ht-footer .ht-container {
  position: relative;
  /*background: url("../img/bg_footer.jpg") center center repeat-x;*/
  background: #194cab;
  background-image: -webkit-linear-gradient(top, #194cab, #00205e);
  background-image: -moz-linear-gradient(top, #194cab, #00205e);
  background-image: -ms-linear-gradient(top, #194cab, #00205e);
  background-image: -o-linear-gradient(top, #194cab, #00205e);
  background-image: -webkit-gradient(to bottom, #194cab, #00205e);
  z-index: 1;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #0ea4f9;
  border-radius: 20px 20px 0 0;
}
.ht-footer .ht-container .ht-f-homeicon {
  position: absolute;
  z-index: 2;
  width: 110px;
  height: 110px;
  left: 50%;
  right: auto;
  top: -40px;
  margin-left: -55px;
  background-size: contain;
}

@media screen and (max-width: 468px) {
  .ht-footer .ht-container .ht-f-homeicon {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    left: 50%;
    right: auto;
    top: -35px;
    margin-left: -30px;
    background-size: contain;
  }
}

.ht-footer .ht-container .ht-f-homeicon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.ht-form label {
  margin: 2px auto;
}

.ht-form label.required::after {
  content: "*";
  color: red;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

.ht-form .input-group-append .btn-checkb {
  padding: 2px 10px !important;
  outline: none;
  background: linear-gradient(
    180deg,
    rgba(100, 195, 208, 1) 1%,
    rgba(0, 90, 191, 1) 100%
  );
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.ht-form .input-group-append .btn-checkb:hover {
  color: rgba(255, 255, 255, 1);
}

.btn-login,
.btn-main {
  /* min-width: 138px; */
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #fff !important;
  background: url("../img/bg_btn.png") center center no-repeat;
  background-size: contain;
  border: none;
  margin-top: 15px;
  padding: 2px 10px;
  text-decoration: none !important;
}

.btn-main.btn-sm {
  display: inline;
  min-height: 30px;
  font-size: 14px;
  padding: 1px 5px;
}

.btn-register {
  /* min-width: 138px; */
  min-width: 100%;
  max-width: 100%;
  height: 38px;
  background: url("../img/register_btn.png") center center no-repeat;
  background-size: contain;
  border: none;
  margin: 10px auto;
}

@media screen and (max-width: 478px) {
  .ht-form .form-control {
    padding: 2px 5px !important;
    height: auto;
  }
  .btn-login {
    font-size: 14px;
  }
}

.ht-name {
  font-size: 16px;
  font-weight: 500;
}

.ht-name a {
  color: #fff;
  text-decoration: none;
}

.ht-name a:hover {
  text-decoration: underline;
}

.ht-money {
  border: 1px solid #7aa9f3;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 1px 12px;
  margin-left: 5px;
  /*margin-right: 15px;*/
  background: #194cab;
  background-image: -webkit-linear-gradient(top, #194cab, #00205e);
  background-image: -moz-linear-gradient(top, #194cab, #00205e);
  background-image: -ms-linear-gradient(top, #194cab, #00205e);
  background-image: -o-linear-gradient(top, #194cab, #00205e);
  background-image: -webkit-gradient(to bottom, #194cab, #00205e);
  vertical-align: middle;
  border-radius: 5px;
  -moz-borer-radius: 5px;
  -webkit-border-radius: 5px;
}
.ht-lastupdate {
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 0;
}
.ht-reload {
  margin: auto 0;
  margin-right: 2px;
  width: 22px;
  height: auto;
}
.ht-logout {
  margin: auto 0;
  width: 35px;
  height: auto;
}
.ht-logout img {
  max-width: 100%;
}
.logout-container {
  position: relative;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .logout-container {
    display: block;
    top: 2px;
  }
}
.logout-container a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-decoration: none;
}
.item-icon-set {
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-icon-set .icon-clover {
  position: relative;
  overflow: hidden;
}

.item-icon-set .icon-clover .icon-item {
  position: relative;
}

.item-icon-set .icon-clover .icon-item .game-name {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 16px;
  font-size: 13px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  text-align: center;
  padding: 20px 5px;
  z-index: 99;
}

.item-icon-set .show-credit {
  display: block;
  margin: 7px auto;
  text-align: center;
}

.item-icon-set .show-credit .show-credit-text {
  display: inline;
  background-color: rgb(12, 47, 141);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #13e0d1;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  padding: 1px 7px;
}
.item-icon-set .show-credit .reload-game-credit {
  display: inline;
}
@media screen and (max-width: 768px) {
  .item-icon-set .show-credit .show-credit-text {
    font-size: 14px;
  }
}
.item-icon-set .show-credit .reload-game-credit a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 300;
  vertical-align: baseline;
}
.item-icon-set .show-credit .reload-game-credit a:hover {
  -webkit-animation: spin 1s infinite;
  -moz-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

.item-icon-set .icon-item .text {
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 8px 10px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.item-icon-set .icon-item:hover .text {
  color: rgba(255, 255, 255, 1);
}

.item-icon-set .icon-item .text.tline {
  bottom: 10px;
}

.item-icon-set .icon-link {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  padding: 5px;
  background: rgba(4, 9, 46, 0.8);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.item-icon-set .icon-link.static {
  clear: both;
  display: block;
  position: relative;
  margin: 12px auto;
  background: none;
  padding: 8px;
  height: auto;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.item-icon-set .icon-maintain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  background: rgba(4, 9, 46, 0.8);
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 3;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.item-icon-set .icon-maintain .block-text {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
}
.item-icon-set .icon-maintain .block-text .text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .item-icon-set .icon-maintain .block-text {
    font-size: 12px;
  }
}
/* .item-icon-set:not(.disabled):hover .icon-link {
  display: block;
} */

.item-icon-set:hover .item-icon-setinner:not(.disabled) .icon-link {
  display: block;
}

.item-icon-set .item-icon-setinner.disabled {
  filter: grayscale(90%);
}

.disabled {
  filter: grayscale(90%);
}

.item-icon-set .icon-link .icon-link-inner {
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.item-icon-set .icon-link .item {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.item-icon-set .icon-link .item.item-1 {
  left: 18%;
}
.item-icon-set .icon-link .item.item-1 img {
  max-width: 100%;
}
.item-icon-set .icon-link .item.item-2 {
  right: 18%;
}
.item-icon-set .icon-link .item.item-3 {
  left: 0;
  right: 0;
}
.item-icon-set .icon-link .item.item-2 img {
  max-width: 100%;
}
.item-icon-set .icon-link .item.item-3 img {
  max-width: 100%;
}

@media screen and (max-width: 478px) {
  .item-icon-set .icon-link .item {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
  }
  .item-icon-set .icon-item .text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    bottom: 20px;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .item-icon-set .icon-item .text.tline {
    bottom: 5px;
  }
  .item-icon-set .icon-link .item.item-1 {
    left: 10%;
  }
  .item-icon-set .icon-link .item.item-2 {
    right: 10%;
  }
}

@media screen and (max-width: 330px) {
  .item-icon-set .icon-link .item {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .item-icon-set .icon-item .text.tline {
    bottom: 5px;
  }
  .item-icon-set .icon-link .item.item-1 {
    left: 8%;
  }
  .item-icon-set .icon-link .item.item-2 {
    right: 8%;
  }
}

.sync-wallet {
  cursor: pointer;
}

.image-rotate {
  -webkit-animation: spin 1s infinite;
  -moz-animation: spin 1s infinite;
  animation: spin 1s infinite;
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-header {
  position: relative;
  color: #fff;
  font-size: 1.8em;
  font-weight: 800;
  background: linear-gradient(
    180deg,
    rgba(100, 195, 208, 1) 1%,
    rgba(0, 90, 191, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 20px auto;
}

.form-lr {
  display: block;
  margin: 15px auto;
}

.form-lr .fm-item {
  display: block;
  margin: 0 auto;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.overbox-x .fm-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-lr .fm-item .help-block {
  color: red;
  font-size: 14px;
}
.form-lr .fm-item .fm-label {
  display: inline-block;
  width: 45%;
  text-align: left;
  vertical-align: middle;
}
.form-lr .fm-item .fm-label.top,
.form-lr .fm-item.size .fm-label.top {
  vertical-align: top;
}
.form-lr .fm-item .fm-label:not(.nocolon)::after {
  display: inline-block;
  width: 1px;
  content: ":";
  margin-left: 3px;
}
.form-lr .fm-item .fm-value {
  display: inline-block;
  width: 45%;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.form-lr .fm-item.size .fm-label {
  display: inline-block;
  width: 35%;
  text-align: left;
  vertical-align: top;
}
.form-lr .fm-item.size .fm-value {
  display: inline-block;
  width: 57%;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

.form-lr .fm-item.block .fm-label {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
  line-height: 35px;
}
.form-lr .fm-item.block .fm-value {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  line-height: 35px;
}

.form-lr .fm-item .fm-value p {
  margin: 0 auto;
  line-height: 25px;
}

@media screen and (max-width: 375px) {
  .form-lr .fm-item .fm-label {
    width: 100%;
  }
  .form-lr .fm-item .fm-value {
    width: 100%;
  }
}

.form-lr a {
  color: #f9c126;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.form-lr a:hover {
  color: #fff;
  text-decoration: underline;
}

.box-slash {
  display: table;
  margin: 0 auto 20px auto;
  border: 1px solid #104aab;
  border-collapse: collapse;
  width: 100%;
}

.box-slash.block {
  display: block;
}

.box-slash .box-head {
  line-height: 40px;
  background: rgb(12, 47, 141);
  background: linear-gradient(
    180deg,
    rgba(12, 47, 141, 1) 50%,
    rgba(8, 19, 85, 0.7) 100%
  );
  text-align: center;
  color: #fff;
}

.box-slash .box-left {
  display: table-cell;
  width: 50%;
  min-height: 100%;
  border: 1px solid #104aab;
}

.box-slash .box-right {
  display: table-cell;
  width: 50%;
  min-height: 100%;
  border: 1px solid #104aab;
}

.box-slash .box-width {
  display: table-cell;
  width: 100%;
  min-height: 100%;
  border: 1px solid #104aab;
}

.box-slash .box-block {
  display: block;
  width: 100%;
  min-height: 100%;
  border: 1px solid #104aab;
}

.box-slash .box-body {
  background: rgb(12, 47, 141);
  background: linear-gradient(
    180deg,
    rgba(12, 47, 141, 1) 50%,
    rgba(8, 19, 85, 0.7) 100%
  );
  vertical-align: middle;
  padding: 10px 25px;
  text-align: center;
}

.box-slash .box-body.min {
  padding: 7px;
}

.box-slash .box-body label.text-left {
  display: block;
  text-align: left !important;
}

.box-slash .box-detail {
  height: auto;
  min-height: 60px;
  background-color: #040a2e;
  color: #fff;
  padding: 7px 15px;
  text-align: center;
}
.box-slash .box-detail .credit {
  color: #13e0d1;
}

.box-slash .box-flex {
  display: flex;
  flex-basis: content;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.box-slash .box-flex .box-left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex: 1;
  border: 1px solid #104aab;
}

.box-slash .box-flex .box-right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex: 1;
  border: 1px solid #104aab;
}

.box-slash .box-flex .box-body {
  height: fit-content;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.box-slash .box-flex .box-body.content {
  padding: 20px;
}

.box-slash .box-flex .box-body.min {
  padding: 5px;
}

.box-slash .box-flex .box-detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex: 1;
  min-height: 60px;
  background-color: #040a2e;
  color: #fff;
  padding: 7px 15px;
  text-align: center;
}
.box-slash .box-flex .box-detail .credit {
  color: #13e0d1;
}

/* modal */
.modal.heartang .modal-content {
  background: rgb(12, 47, 141);
}
.modal.heartang .modal-header {
  padding: 8px 15px;
  border-bottom: 1px solid #104aab;
  background: rgb(12, 47, 141);
  background: linear-gradient(
    180deg,
    rgba(12, 47, 141, 1) 50%,
    rgba(8, 19, 85, 0.7) 100%
  );
  color: rgba(255, 255, 255, 0.6);
}
.modal.heartang .close {
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  margin: -0.7rem -1rem -1rem auto;
}
.modal.heartang .modal-body {
  background: rgb(12, 47, 141);
  background: linear-gradient(
    180deg,
    rgba(12, 47, 141, 1) 50%,
    rgba(8, 19, 85, 0.7) 100%
  );
}
.modal.heartang .modal-title {
  font-size: 18px;
}
.modal.heartang .modal-dialog {
}

/* loading */
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.friend-table {
  margin: 0 0;
  width: 100%;
  padding: 0;
}

.friend-table tbody tr {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  padding: 5px 0;
  font-size: 13px;
}
.friend-table tbody tr:last-child {
  border-bottom: none;
}

.friend-table thead th,
.friend-table tbody tr td {
  line-height: 30px;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  border: none;
  white-space: nowrap;
}

.htw-widget-wrap {
  background: rgba(2, 4, 53, 0.5);
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.8);
}

.htw-widget-wrap h3 {
  color: rgba(255, 255, 255, 1);
}

.col.no-padding {
  padding-left: 15px !important;
  padding-right: 0px !important;
}

.modal-show-usr {
  color: rgba(0, 0, 0, 0.6);
}

.modal-show-usr label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.btn {
  padding: 2px 10px !important;
  outline: none;
  background: linear-gradient(
    180deg,
    rgba(100, 195, 208, 1) 1%,
    rgba(0, 90, 191, 1) 100%
  );
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
}
.btn.btn-green {
  background: rgb(30, 203, 54);
  background: linear-gradient(
    180deg,
    rgba(30, 203, 54, 1) 52%,
    rgba(112, 223, 28, 1) 100%
  );
}
.btn.btn-red {
  background: rgb(228, 63, 29);
  background: linear-gradient(
    180deg,
    rgba(228, 63, 29, 1) 52%,
    rgba(194, 10, 10, 1) 100%
  );
}
.sbosh-title {
  display: table;
  width: 100%;
  text-align: left;
  margin: 15px auto;
  /*padding: 0 7px;*/
  /*padding-bottom: 8px;*/
  /*border-bottom: 2px solid rgba(255, 255, 255, 0.4);*/
}
.sbosh-title .st-text {
  display: table-cell;
  vertical-align: baseline;
  font-size: 20px;

  background: #0038a5;
  background-image: -webkit-linear-gradient(top, #0038a5, #00205e);
  background-image: -moz-linear-gradient(top, #0038a5, #00205e);
  background-image: -ms-linear-gradient(top, #0038a5, #00205e);
  background-image: -o-linear-gradient(top, #0038a5, #00205e);
  background-image: -webkit-gradient(to bottom, #0038a5, #00205e);
  border: solid #337fed 1px;
  border-left: none;
  position: relative;
  left: -10px;
  padding: 8px 20px;
  border-radius: 0 20px 20px 0;
}
.sbosh-title .st-all {
  display: table-cell;
  vertical-align: baseline;
  text-align: right;
}
.sbosh-title .st-all a {
  display: inline;
  font-size: 16px;
  padding: 4px 20px;
  position: relative;
  bottom: 2px;
  right: 10px;
  /* background-color: #005bc3;
  color: #fff;
  border: 1px solid #0ea4f9;
  padding: 2px 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none; */
}
.item-icon-set {
  padding: 5px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -5px;
  font-size: 32px !important;
}
.owl-carousel .owl-nav .owl-next {
  right: -5px;
  font-size: 32px !important;
}
.overbox-x {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #154aa6;
  padding: 20px 30px;
}
.overbox-x .fm-label {
  color: #154aa6 !important;
  font-weight: 500;
}
.overbox-x .fm-value {
  color: #154aa6 !important;
}
.overbox-x .fm-value.box {
  font-size: 14px;
  height: auto;
  background: url("../img/bg_input.png") center center repeat-x;
  background-size: cover;
  border: 2px solid;
  border-image: linear-gradient(to bottom, #005bc3, #00ddd5);
  border-image-slice: 2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 10px;
}
.overbox-x .fm-value.box p {
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .overbox-x {
    padding: 20px 15px;
  }
}

.deposit-amount {
  text-align: center;
  display: block;
  margin: 10px auto;
  background: #dddddd;
  padding: 10px 20px;
  text-align: left;
  box-shadow: 6px 8px 11px -5px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 6px 8px 11px -5px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 6px 8px 11px -5px rgba(0, 0, 0, 0.38);
}
.deposit-amount p {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

.deposit-auto-box,
.deposit-manual-box {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  .deposit-auto-box,
  .deposit-manual-box {
    padding: 20px 20px;
  }
}
.deposit-manual-box .box-body {
  background: #dddddd;
  color: #264577;
}
.deposit-auto-box .dab-time,
.deposit-box .dab-time {
  text-align: center;
  color: #264577;
  font-size: 18px;
  line-height: 25px;
}
.deposit-auto-box .dab-bank,
.deposit-box .dab-bank {
  display: block;
  margin: 10px auto;
  background: #dddddd;
  padding: 15px 20px;
  text-align: left;
  box-shadow: 6px 8px 11px -5px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 6px 8px 11px -5px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 6px 8px 11px -5px rgba(0, 0, 0, 0.38);
}
.deposit-auto-box .dab-bank p,
.deposit-box .dab-bank p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  color: #000;
}
.deposit-auto-box .dab-bank .btn-copy,
.deposit-box .dab-bank .btn-copy {
  margin: 8px auto 0 auto;
  background-color: #6a757e;
  color: #fff;
  padding: 2px 15px;
}
.deposit-auto-box .dab-note,
.deposit-box .dab-note {
  color: #264577;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.deposit-auto-box .dab-note .gray,
.deposit-box .dab-note .gray {
  color: #6a757e;
}
.menu-sec .menu-sec-inner {
  width: 50px;
  display: inline;
}

.menu-sec .menu-sec-inner img {
  max-width: 35px;
}

.menu-sec a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-decoration: none;
}

.menu-sec a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.nav-hamburg {
  position: relative;
}
@media screen and (max-width: 768px) {
  .deposit-auto-box {
    padding: 20px 20px;
  }
  .nav-hamburg {
    top: 5px;
  }
}
.nav-hamburg .nav-hamburg-inner {
  position: relative;
}
.nav-hamburg .nav-hamburg-inner > a {
  /* color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; */
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left {
  position: absolute;
  min-width: 240px;
  visibility: hidden;
  height: 0;
  min-height: 0;
  overflow-y: scroll;
  padding: 0;
  z-index: 9;
  border: 1.6px solid transparent;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 6px 8px 11px -5px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 6px 8px 11px -5px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 6px 8px 11px -5px rgba(0, 0, 0, 0.38);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.nav-hamburg .nav-hamburg-inner:focus .ht-panel-left,
.nav-hamburg .nav-hamburg-inner:active .ht-panel-left,
.nav-hamburg .nav-hamburg-inner:hover .ht-panel-left {
  visibility: visible;
  min-height: 450px;
  padding: 5px 15px 20px 15px;
  border: 2px solid #fff;
  background: rgb(58, 154, 229);
  background: radial-gradient(
    circle,
    rgba(58, 154, 229, 1) 0%,
    rgba(17, 69, 163, 1) 100%
  );
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left ul li {
  line-height: 25px;
  padding: 2px 10px 2px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left ul li:hover:not(.group-title) {
  background-color: #16a4f5;
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left ul li img {
  vertical-align: middle;
  margin-right: 5px;
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left ul li:last-child {
  border-bottom: none;
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left ul li.group-title {
  margin-top: 12px;
  padding: 2px 10px;
  font-weight: 600;
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left ul li:hover:not(.group-title) {
  padding-left: 28px;
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.nav-hamburg .nav-hamburg-inner .ht-panel-left a:hover {
  text-decoration: none;
}
.navbar-brand img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
/* .nav-hamburg .nav-hamburg-inner .ht-panel-left a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 7px;
  font-size: 12px;
} */

.fm-ins-item {
  line-height: 30px;
  border-bottom: 2px solid #005bc3;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 15px;
}
.fm-ins-item .inner {
  width: 200px;
}
.fm-ins-item .inner .fm-ins-item-label {
  display: inline-block;
  width: 120px;
}

.fm-ins-item .inner .fm-ins-item-value {
  display: inline-block;
  font-size: 14px;
  height: auto;
  background: url("../img/bg_input.png") center center repeat-x;
  background-size: cover;
  border: 2px solid;
  border-image: linear-gradient(to bottom, #005bc3, #00ddd5);
  border-image-slice: 2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2px 10px;
}
.btn-login {
  margin-top: 18px;
}
.forgot-password {
  line-height: 10px;
}
.forgot-password a {
  padding-left: 55px;
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .forgot-password a {
    padding-left: 25px;
  }
}
.forgot-password a:hover {
  text-decoration: none;
}

.howto-regis {
}

.howto-regis .htr-item {
  padding: 15px;
}
.howto-regis .htr-item .htr-img {
  text-align: center;
}
.howto-regis .htr-item .htr-img img {
  max-width: 100%;
  height: auto;
}
.howto-regis .htr-item .htr-detail {
  margin: 20px auto;
}
.scroll-box {
  max-height: 500px;
  overflow-y: auto;
}
.error-404 a {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.error-404 a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

a.btn-main:disabled,
input[type="submit"]:disabled,
.btn-main.disabled {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.btn-logingame {
  display: inline;
  color: #000;
  background: #fbd561;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #fbd561 0%,
    #fad657 7%,
    #8a6a0e 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #fbd561 0%,
    #fad657 7%,
    #8a6a0e 100%
  );
  background: radial-gradient(
    ellipse at center,
    #fbd561 0%,
    #fad657 7%,
    #8a6a0e 100%
  );
  margin-top: 2px;
  margin-right: 0%;
  border: 0;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  padding: 1px 10px;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .btn-logingame {
    font-size: 14px;
  }
}
@media screen and (max-width: 478px) {
  .btn-logingame {
    font-size: 12px;
  }
}

.btn-logingame.min {
  font-size: 12px;
  padding: 1px 5px;
}

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

.btn-logingame:hover {
  color: #333;
  text-decoration: none;
}
.pl-block {
  display: block;
  margin: 10px auto;
}
.pl-block .pl-item .pl-icon {
  display: inline-block;
  margin: 1px 2px;
}
.pl-block .pl-item .pl-icon > img {
  width: 35px;
}
@media screen and (max-width: 768px) {
  .pl-block .pl-item .pl-icon > img {
    width: 30px;
  }
}
.table-white {
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top: none;
}
.table-white > thead,
.table-white > tbody > tr:first-child > td {
  border-top: 0;
}
.input-qt {
  width: 120px;
  border: 1px solid #eab532;
  font-size: 18px;
  font-weight: 600;
  color: #f9c126;
  padding: 1px 12px;
  margin-left: 0;
  margin-right: 0;
  background: url("../img/bg_money.jpg") center center repeat-x;
  background-size: auto 100%;
  vertical-align: middle;
  appearance: none;
  border-radius: 5px;
  -moz-borer-radius: 5px;
  -webkit-border-radius: 5px;
}

.playgame-icon {
  display: inline-block;
}
.playgame-icon img {
  max-width: 25px;
  height: auto;
}
.playgame-icon.disabled {
  pointer-events: none !important;
  filter: grayscale(1) !important;
}
@media screen and (max-width: 768px) {
  .playgame-icon img {
    max-width: 26px;
    height: auto;
  }
}

/*Button*/
.btn-yellow-gold {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 20px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333 !important;
  text-decoration: none !important;
  text-shadow: 0px 1px 0px #ffee66;
}
.btn-yellow-gold:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
  text-decoration: none !important;
  color: #333333 !important;
}
.btn-yellow-gold:active {
  position: relative;
  top: 1px;
}
.btn-red-gold {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: rgb(228, 63, 29);
  background: linear-gradient(
    180deg,
    rgba(228, 63, 29, 1) 52%,
    rgba(194, 10, 10, 1) 100%
  );
  border-radius: 20px;
  border: 1px solid rgba(194, 10, 10, 1);
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.btn-red-gold:hover {
  background: rgb(228, 63, 29);
  background: linear-gradient(
    180deg,
    rgba(194, 10, 10, 1) 52%,
    rgba(228, 63, 29, 1) 100%
  );
  background-color: rgba(228, 63, 29, 1);
  text-decoration: none;
  color: #ffffff;
}
.btn-red-gold:active {
  position: relative;
  top: 1px;
}

.btn-blue-white {
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
  background-color: #33bdef;
  border-radius: 20px;
  border: 1px solid #057fd0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px -1px 0px #5b6178;
}
.btn-blue-white:hover {
  background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
  background-color: #019ad2;
  text-decoration: none;
  color: #ffffff;
}
.btn-blue-white:active {
  position: relative;
  top: 1px;
}

.btn-transfer {
  font-size: 14px;
  font-weight: 500;
  padding: 1px 10px;
  margin-bottom: 5px;
}

.btn-loadcredit {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px !important;
}

.ht-f-homeicon {
  background: #194cab;
  background-image: -webkit-linear-gradient(top, #194cab, #00205e);
  background-image: -moz-linear-gradient(top, #194cab, #00205e);
  background-image: -ms-linear-gradient(top, #194cab, #00205e);
  background-image: -o-linear-gradient(top, #194cab, #00205e);
  background-image: -webkit-gradient(to bottom, #194cab, #00205e);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 100;
  -webkit-box-shadow: 1px 1px 13px 0 #3dffdc;
  -moz-box-shadow: 1px 1px 13px 0 #3dffdc;
  box-shadow: 1px 1px 13px 0 #3dffdc;
  text-shadow: 1px 1px 20px #000000;
  border: solid #7aa9f3 2px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

/*.ht-f-homeicon:hover {*/
/*  border: solid #0059A0 1px;*/
/*  background: #00205E;*/
/*  background-image: -webkit-linear-gradient(top, #00205E, #194CAB);*/
/*  background-image: -moz-linear-gradient(top, #00205E, #194CAB);*/
/*  background-image: -ms-linear-gradient(top, #00205E, #194CAB);*/
/*  background-image: -o-linear-gradient(top, #00205E, #194CAB);*/
/*  background-image: -webkit-gradient(to bottom, #00205E, #194CAB);*/
/*  -webkit-border-radius: 100px;*/
/*  -moz-border-radius: 100px;*/
/*  border-radius: 100px;*/
/*  text-decoration: none;*/
/*}*/

.ht-footer .ht-container .ht-f-homeicon a img {
  max-width: 85px;
  width: auto;
  height: auto;
  /*transition: .4s;*/
}
.ht-footer .ht-container .ht-f-homeicon a:hover img {
  /*transform: scale(1.1);*/
  text-decoration: none;
}
.ht-footer .ht-container a span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  position: relative;
  bottom: 10px;
}
.ht-footer .ht-container a:hover span {
  color: #ffffff;
  text-decoration: none;
}

.ht-footer .foot-icon a {
  display: inline-grid;
}
.ht-footer .foot-icon a img {
  max-width: 85px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.data-info {
  background: #194cab;
  background-image: -webkit-linear-gradient(top, #194cab, #00205e);
  background-image: -moz-linear-gradient(top, #194cab, #00205e);
  background-image: -ms-linear-gradient(top, #194cab, #00205e);
  background-image: -o-linear-gradient(top, #194cab, #00205e);
  background-image: -webkit-gradient(to bottom, #194cab, #00205e);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  border: solid #7aa9f3 2px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sbosh-title .st-text {
    font-size: 18px;
    padding: 4px 20px;
  }
  .sbosh-title .st-all a {
    font-size: 14px;
  }
  .ht-body .ht-body-inner {
    padding-bottom: 130px;
  }
  .ht-footer .ht-container .ht-f-homeicon a span {
    font-size: 12px;
    bottom: 14px;
  }

  .ht-footer .ht-container .ht-f-homeicon {
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }
  .ht-footer .ht-container .ht-f-homeicon a img {
    max-width: 60px;
  }

  .ht-footer .foot-icon a img {
    max-width: 60px;
  }
  .ht-footer .foot-icon a span {
    font-size: 12px;
  }
  .ht-footer .foot-icon {
    padding: 0 10px;
  }
}

.wallet-box {
  margin: 15px auto;
  border: 2px solid #0057ff;
  background: rgb(1, 32, 95);
  background: linear-gradient(
    0deg,
    rgba(1, 32, 95, 1) 0%,
    rgba(0, 56, 163, 1) 100%
  );
  padding: 5px 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.member-level {
  display: block;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.member-level div {
  margin-top: 2px;
  margin-bottom: 2px;
}
.member-level img {
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .wallet-box {
    margin: 0 auto;
  }
  .social-text {
    font-size: 12px;
  }

  .member-level {
    font-size: 12px;
  }
  .social-list a img {
    max-width: 20px;
  }
}

@media screen and (max-width: 768px) {
  iframe#launcher {
    bottom: 80px !important;
  }
}

.sweet-alert {
  font-family: "Prompt", sans-serif;
  border: 2px solid #e1aa00;
  /* background: #134376;
  background-image: -webkit-linear-gradient(top, #134376, #05182b);
  background-image: -moz-linear-gradient(top, #134376, #05182b);
  background-image: -ms-linear-gradient(top, #134376, #05182b);
  background-image: -o-linear-gradient(top, #134376, #05182b);
  background-image: -webkit-gradient(to bottom, #134376, #05182b); */
  background: #194cab;
  background-image: -webkit-linear-gradient(top, #194cab, #00205e);
  background-image: -moz-linear-gradient(top, #194cab, #00205e);
  background-image: -ms-linear-gradient(top, #194cab, #00205e);
  background-image: -o-linear-gradient(top, #194cab, #00205e);
  background-image: -webkit-gradient(to bottom, #194cab, #00205e);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.sweet-alert h2 {
  color: #fff !important;
}
.sweet-alert p {
  color: #fff !important;
}
.sweet-alert button {
  cursor: pointer;
  background-color: #e1aa00 !important;
  color: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert .sa-icon.sa-success .sa-fix,
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  background: transparent;
}

.tournament-block {
  background: url(../img/tournament/tournament-bg.jpg) center center no-repeat;
}

.tournament-box {
  border: 1px solid #0038a5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
.tournament-box .tm-header {
  background: rgb(6, 105, 234);
  background: linear-gradient(
    180deg,
    rgba(6, 105, 234, 1) 28%,
    rgba(3, 34, 119, 1) 100%
  );
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.tournament-box .tm-body {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 10px 15px;
}

.tournament-box .tm-body.scroll {
  max-height: 500px;
  overflow-y: auto;
}

.tournament-box .tm-body .name-width {
  max-width: 180px;
}

.tournament-box .tm-body .tm-user-icon {
  position: relative;
}

.tournament-box .tm-body .tm-user-icon img {
  max-width: 30px;
  max-height: 30px;
}
.tournament-box .tm-body .text-overflow {
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .tournament-box .tm-body .tm-user-icon img {
    max-width: 17px;
    max-height: 17px;
  }
  .tournament-box .tm-body {
    font-size: 13px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 10px 5px;
  }
  .tournament-box .tm-body .name-width {
    max-width: 125px;
  }
}
.btn-yellow-gold.condition {
  min-width: 120px;
  margin: 15px auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-yellow-gold.with-green {
  border-color: rgba(0, 111, 35, 1);
  background: rgb(0, 111, 35);
  background: linear-gradient(
    180deg,
    rgba(0, 111, 35, 1) 11%,
    rgba(124, 215, 0, 1) 100%
  );
  box-shadow: 0px 1px 0px 0px rgba(124, 215, 0, 1);
  color: #fff !important;
}

.row.sh-gutter {
  margin-left: 7px;
  margin-right: 7px;
}

[class^="col"].sh-gutter,
[class*=" col"].sh-gutter {
  padding-left: 7px;
  padding-right: 7px;
}

@media screen and (max-width: 768px) {
  .row.sh-gutter {
    margin-left: 5px;
    margin-right: 5px;
  }

  [class^="col"].sh-gutter,
  [class*=" col"].sh-gutter {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.font-bank-name {
  font-size: 24px !important;
  color: #154aa6 !important;
}
.font-bank-no {
  word-wrap: break-word;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #154aa6 !important;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  .font-bank-name {
    font-size: 20px !important;
    color: #154aa6;
  }
  .font-bank-no {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #154aa6 !important;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 386px) {
  .font-bank-name {
    font-size: 20px !important;
    color: #154aa6;
  }
  .font-bank-no {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #154aa6 !important;
    letter-spacing: 3px;
  }
}

.stepbystep {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.stepbystep .n {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #292929;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.stepbystep .n span {
  position: absolute;
  left: -25px;
  height: 4px;
  width: 30px;
  z-index: 0;
  background-color: #292929;
}

.stepbystep .n.pass {
  background: rgb(12, 47, 141);
  background: linear-gradient(
    180deg,
    rgba(12, 47, 141, 1) 50%,
    rgba(8, 19, 85, 0.7) 100%
  );
  color: #fff;
}
.stepbystep .n.active {
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  color: #000000;
}

.stepbystep .n.active span {
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
}

[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -1em;
  opacity: 0;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  display: inline-block;
  line-height: 1.3;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  border: 2px solid rgba(0, 56, 163, 1);
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(0, 56, 163, 1);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.daily-event {
  background: url("../img/event/event-bg.jpg") center center no-repeat;
  background-size: cover;
}
.daily-event-quiz {
  height: 80px;
}
.daily-event-quiz .leauge-team {
  height: 50px;
  background: url("../img/event/vs-bars.png") top center no-repeat;
  background-size: 100% auto;
}

.daily-event-quiz .box-league-name {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: url("../img/event/league-bg.png") top center no-repeat;
  background-size: auto 100%;
}

.daily-event-quiz .box-team {
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  align-items: center;
}

.daily-event-quiz .box-team .box-team-name {
  max-width: 120px;
  height: 100%;
  line-height: 18px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  max-height: 36px; /* fallback */
}

@media screen and (max-width: 768px) {
  .daily-event-quiz .box-team .box-team-name {
    max-width: 80px;
    height: 100%;
    line-height: 14px;
  }
}

.daily-event-quiz .box-team .box-logo {
}

.daily-event-quiz .box-team .box-logo img {
  width: 40px;
  height: 40px;
}
.text-yellow {
  color: yellow;
}

@media screen and (max-width: 768px) {
  .daily-event-quiz .box-team {
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 3px;
  }

  .daily-event-quiz .box-team .box-logo img {
    width: 25px;
    height: 25px;
  }
}

.noti-bg-box {
  display: table;
  width: 100%;
  height: 350px;
  vertical-align: middle;
  text-align: center;
  /* background: url("../img/prize-gif-sh.gif") repeat center;
  background-repeat: repeat; */
  background-position: center center;
}

.noti-bg-box .text {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: white;
}

.noti-bg-box .popup-event-dialy {
  font-size: 24px;
  line-height: 30px;
}

.noti-bg-box .popup-event-dialy .event-reward {
  color: yellow;
  font-size: 30px;
  line-height: 34px;
}

/* .noti-bg-box .text div {
  display: block;
  color: yellow;
} */

.step3-table {
  margin: 0 0;
  width: 100%;
  padding: 0;
}

.step3-table tbody tr {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  padding: 5px 0;
  font-size: 13px;
}
.step3-table tbody tr:last-child {
  border-bottom: none;
}

.step3-table thead th,
.step3-table tbody tr td {
  line-height: 30px;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  border: none;
  white-space: nowrap;
}

.step3-table thead th.disabled,
.step3-table tbody tr.disabled td {
  filter: grayscale(90%);
  color: rgba(255, 255, 255, 0.3);
}

.step3-table tbody tr td .badge {
  font-size: 14px;
}

.step3-table tbody tr td .step-input {
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.daily-event-tab {
  height: auto;
  border-bottom: 2px solid #0057ff;
  margin: 10px auto;
}

.daily-event-tab .list-menu {
  padding: 0 15px;
}

.daily-event-tab .list-menu a {
  margin: 0 auto;
  display: inline-block;
  background: #194cab;
  background-image: -webkit-linear-gradient(top, #194cab, #00205e);
  background-image: -moz-linear-gradient(top, #194cab, #00205e);
  background-image: -ms-linear-gradient(top, #194cab, #00205e);
  background-image: -o-linear-gradient(top, #194cab, #00205e);
  background-image: -webkit-gradient(to bottom, #194cab, #00205e);
  padding: 7px 15px;
  color: #fff;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top: 1px solid #0057ff;
  border-left: 1px solid #0057ff;
  border-right: 1px solid #0057ff;
}
@media screen and (max-width: 768px) {
  .daily-event-tab .list-menu a {
    padding: 4px 10px;
  }
}

.daily-event-tab .list-menu a.active,
.daily-event-tab .list-menu a:hover,
.daily-event-tab .list-menu a:focus,
.daily-event-tab .list-menu a:active {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-color: #ffaa22;
  cursor: pointer;
  color: #333333 !important;
  text-decoration: none !important;
  text-shadow: 0px 1px 0px #ffee66;
}

.pp-button {
  /* Rectangle 7 */
  margin: 15px auto;
  box-sizing: border-box;
  width: 167px;
  height: 43px;

  background: linear-gradient(180deg, #0080dd 0%, #001f4d 100%);
  border: 1px solid #0043a7;
  border-radius: 10px;
  color: #fff;
}

.pp-line-btn {
  background: #04c800;
  border-radius: 10px;

  /* LINE ID : @SH11 */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #ffffff;
}

.pp-auto-box {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  padding: 0;
  overflow: hidden;
}
.pp-auto-box-header {
  /* Rectangle 2 */
  min-height: 50px;
  text-align: center;
  margin: auto;
  background: linear-gradient(180deg, #0080dd 0%, #001f4d 100%);
}
.pp-auto-box-header img {
  max-width: 100%;
  max-height: 70px;
  padding: 12px;
  text-align: center;
}
.pp-auto-box-body {
  padding: 10px;
}
.pp-auto-box-body.nopadding {
  padding: 0;
}
.pp-auto-box-body .alert {
  /* Rectangle 5 */

  box-sizing: border-box;
  background: #feffdf;
  border: 2px solid #e9eac5;
  border-radius: 12px;

  color: #333;
}
.pp-auto-box-body .deposit-promptpay {
  text-align: center;
}
.pp-auto-box-body .deposit-promptpay label {
  /* กรุณากรอกจำนวนเงินที่ต้องการฝาก */
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;

  color: #000000;
}
.pp-auto-box-body .deposit-promptpay .form-control {
  /* Rectangle 3 */
  margin: 5px auto;
  max-width: 400px;
  height: auto;
  font-size: 22px;
  padding: 9px 9px;
  box-sizing: border-box;
  background: #ffffff;
  border: 2px solid #c1c1c1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .pp-auto-box {
    padding: 0;
  }
  .pp-auto-box .btn-yellow-gold,
  .pp-auto-box .btn-red-gold {
    font-size: 13px;
  }
  .pp-auto-box-body .deposit-promptpay .form-control {
    max-width: 100%;
  }
}
