.vnd-note {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: #ff5656;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.has-error {
  border-color: #ff5656 !important;
  color: #ff5656 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.modal-body {
  min-height: 180px;
}

.form_label em {
  color: #ff5656 !important;
}

a {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.main-content .sidebar .widget .card-body {
  border-bottom: 1px solid #353340;
  padding: 7px 0;
}

.slec_c_win_2 {
  padding: 0 5px;
}

.select::after {
  right: 10px;
}

.wrap_mn_profile {
  padding-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
  .win_2 .tab_win_2 {
    margin-left: auto;
    margin-right: auto;
  }

  .win_2 .tab_win_2 a:not(:last-child) {
    margin-right: 5px;
  }
}

/* Custom css header */
#header .hea_logged li.message:hover .card-profile-wrapper,
#header .hea_logged li.profile:hover .card-profile-wrapper {
  display: block;
}

#header .hea_logged .card-profile-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 5px;
  left: -22px;
  z-index: 9999;
}

#header .hea_logged .card {
  display: block;
  position: relative;
  left: 50%;
  margin-top: 0;
}

/* ------------------------- */

/* Custom deposit bank label */
#wrap_bg .wrap_in .deposit-bank-label-1,
#wrap_bg .wrap_in .deposit-bank-label-2 {
  color: #a9a9a9;
  margin-bottom: 5px;
}

.deposit-form-group.wrap-deposit-bank-label-1 label {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .r_c_win_2_bank {
    margin-top: 20px;
  }

  .deposit-form-group.wrap-deposit-bank-label-1 {
    line-height: 0;
    margin-bottom: 10px;
  }

  .deposit-form-group.wrap-deposit-bank-label-1 label {
    display: block;
  }

  .deposit-form-group .deposit-bank-label-1 {
    margin-top: 0 !important;
    line-height: 1.4;
  }

  #wrap_bg .wrap_in form small.deposit-bank-label-1,
  #wrap_bg .wrap_in form small.deposit-bank-label-2 {
    color: #f4c73f !important;
  }
}

/* ------------------------- */

/* Custom deposit bank info */
.form-label.info-bank-label {
  display: none;
}

.ipt_wrap-info-bank {
  border: 1px dashed #f4c73f;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ipt_wrap-info-bank ul.ul_info-bank {
  margin-top: 0;
}

.ul_info-bank .btn {
  margin-top: 5px;

  border-radius: 5px;
  padding: 0 20px;
  line-height: 30px;
  display: inline-block;
  font-size: 13px;
  background: #f4c73f;
  border: none;
  width: auto;

  align-self: flex-end;
}

.ul_info-bank .btn:active {
  background: #caa020;
}

.ul_info-bank li {
  display: flex;
  flex-direction: column;
}

.ul_info-bank li:not(:last-child) {
  margin-bottom: 12px;
}

.ul_info-bank li div:first-child {
  font-weight: 700;
}

.ul_info-bank li div:last-child {
  display: flex;
  flex-direction: column;
  padding: 5px;
  border-radius: 5px;

  background-color: #ececec;
}

@media only screen and (min-width: 1024px) {
  .form-label.info-bank-label {
    display: inline-block;
  }

  .ipt_wrap-info-bank {
    border: 1px dashed #f4c73f;
    border-radius: 5px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 10px;

    color: #a9a9a9;
  }

  .ipt_wrap-info-bank ul.ul_info-bank {
    margin-top: 0;
  }

  .ul_info-bank .btn {
    margin-top: 0;
    margin-left: 5px;
  }

  .ul_info-bank .btn:hover {
    background: #caa020;
  }

  .ul_info-bank .btn:active {
    background: #f4c73f;
  }

  .ul_info-bank li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .ul_info-bank li:not(:last-child) {
    margin-bottom: 0;
  }

  .ul_info-bank li div:first-child {
    font-weight: 400;
    flex-basis: 150px;
    min-width: 150px;
  }

  .ul_info-bank li div:last-child {
    flex-grow: 1;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding: 5px 5px 5px 10px;
    border-radius: 5px;

    color: #dbdbdb;
    background-color: #343243;
  }
}

/* ------------------------- */

/* Custom deposit bank attention */
.deposit-bank-attention-group i {
  color: #f4c73f;
  width: 20px;
}

.deposit-bank-attention-group .ipt_wrap {
  color: #ffffff;
  border: 1px solid #ff4747;
  border-radius: 5px;
  padding: 10px;
  background: rgba(41, 39, 54, 0.8);
}

.deposit-bank-attention-mobile {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .deposit-bank-attention-group .ipt_wrap {
    color: #f4c73f;
    border-style: dashed;
    background: transparent;
  }

  .deposit-bank-attention-mobile {
    display: flex;
  }
}

/* ------------------------- */

/* Custom transaction report detail */
@media only screen and (min-width: 1024px) {
  .ul_Transaction_rp_D strong::after {
    content: ":";
  }

  .ul_Transaction_rp_D p {
    display: inline-block;
    margin-left: 5px;
    padding-bottom: 0;
  }

  .ul_Transaction_rp_D p,
  .ul_Transaction_rp_D strong {
    font-size: 15px;
  }

  .wrap_Transaction_rp_D .t_win_2 {
    font-size: 18px;
  }

  .r_kq_Transaction_rp_D {
    font-size: 20px;
    font-weight: 700;
    color: #555;
    line-height: 20px;
    margin: 20px 0 20px 0;
  }

  .r_kq_Transaction_rp_D p {
    padding-bottom: 10px;
  }

  .r_kq_Transaction_rp_D strong {
    display: block;
    font-size: 40px;
    line-height: 46px;
  }

  .r1_kq_Transaction_rp_D {
    color: #555;
  }

  .r2_kq_Transaction_rp_D {
    color: #6e8bf8;
  }

  .r3_kq_Transaction_rp_D {
    color: #de3e42;
  }
}

/* ------------------------- */

/* Custom not found page */
#wrap_bg .wrap_in .top_wrap_in .icon_wrap_in.nf_icon_wrap_in {
  color: #f4c73f;
  border-color: currentColor;
}

@media only screen and (min-width: 1024px) {
  .nf_wrap_in {
    text-align: center;
  }

  #wrap_bg .wrap_in .top_wrap_in .icon_wrap_in.nf_icon_wrap_in {
    border-radius: 50%;
    margin: 10px auto 20px auto;
    width: 80px;
    height: 80px;
    border: 2px solid currentColor;
    text-align: center;
    line-height: 80px;
    display: block;
    font-size: 30px;
    color: #f4c73f;
  }

  #wrap_bg .wrap_in .top_wrap_in {
    font-size: 18px;
    line-height: 1.6;
  }

  #wrap_bg .nf_wrap_in .btn {
    margin-top: 5px;
    font-size: 18px !important;
    height: auto !important;
    padding-top: 5px;
  }
}

/* ------------------------- */

/* Custom content page */
.wrap_in_Promotions {
  padding-bottom: 72px;
}

/* ------------------------- */

/* Custom new badge */
.game_type_1_new,
.game_type_2_new {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;

  width: 40px;
  height: 40px;
}

.game_type_1_new img,
.game_type_2_new img {
  width: 100%;
  height: 100%;
}

.game_type_1_new {
  overflow: hidden;
  border-radius: 0 5px 0 0;

  /* width: 40px;
  height: 40px; */
}

.nav-menu-item-new {
  top: 0;
  right: 0;
  position: absolute;

  display: flex;
  align-items: flex-start;

  width: 25px;
  height: 25px;
}

/* ------------------------- */

/* Custom game type */
.n_game_type_2s {
  padding-bottom: 5px;
  bottom: 0;
  text-align: center;
}

/* ------------------------- */

/* Custom menu */
@media only screen and (min-width: 1024px) {
  .nav-menu.only-desktop.stick {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
  }

  .nav-menu ul li.nav-menu-item .grid-sub-menu {
    background: rgba(41, 39, 54, 0.8);
  }

  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a .inner {
    padding: 15px 55px 5px;
  }

  #header.stick {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a .inner {
    padding: 15px 22px 5px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a .inner {
    padding: 15px 27.5px 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-menu ul li.nav-menu-item .grid-sub-menu-item a:hover {
    background: rgba(244, 199, 63, 0.5);
  }
}

/* ------------------------- */

/* Custom Modal */
@media only screen and (min-width: 1024px) {
  .modal {
    z-index: 999;
    position: fixed;
  }
}

/* ------------------------- */

/* Custom Deposit tab_win_2 */
.deposit .deposit-title {
  margin-bottom: 30px;
  text-align: center;
}

.deposit .deposit-title h2 {
  font-size: 17px;
}

@media only screen and (min-width: 1024px) {
  .win_2 .tab_win_2.tab_win_2_group a,
  .win_2 .tab_win_2.tab_win_2_subgroup a {
    border-radius: 0;
    margin: 0;
    border: 1px solid #413f4c;
  }

  .win_2 .tab_win_2.tab_win_2_group a:not(:last-child),
  .win_2 .tab_win_2.tab_win_2_subgroup a:not(:last-child) {
    border-right: 1px solid #413f4c;
  }

  .win_2 .tab_win_2.tab_win_2_group a:first-child,
  .win_2 .tab_win_2.tab_win_2_subgroup a:first-child {
    border-radius: 15px 0 0 15px;
  }

  .win_2 .tab_win_2.tab_win_2_group a:last-child,
  .win_2 .tab_win_2.tab_win_2_subgroup a:last-child {
    border-radius: 0 15px 15px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .tab_win_2.tab_win_2_group {
    border: 1px solid #f4c73f;
    display: flex;
  }

  .tab_win_2.tab_win_2_group a {
    width: 100%;
    font-size: 12px;
  }

  .tab_win_2.tab_win_2_group a:not(:last-child) {
    border-right: 1px solid #f4c73f;
  }

  .tab_win_2.tab_win_2_subgroup {
    position: relative;
    top: 40px;
    margin: auto;
    margin-bottom: 10px;
    width: 95%;
    border: 1px solid #f4c73f;
    display: flex;
  }

  .tab_win_2.tab_win_2_subgroup a:not(:last-child) {
    border-right: 1px solid #f4c73f;
  }
}

.deposit .coming-soon {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 20px;
  color: #f4c73f;
}

/* ------------------------- */

/* Custom Version */
.footer-version {
  color: #f4c73f;
}

.top_menu_rwd {
  position: relative;
}

.top_menu_rwd > .version_menu_rwd {
  color: #f4c73f;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
}

/* ------------------------- */

/* Custom SK Payment */
.sk-wrap {
  height: 1300px;
  border: none;
  border-radius: 10px;
  background: white;
}

.sk-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

@media only screen and (min-width: 1024px) {
  .sk-wrap {
    height: 1200px;
  }
}

/* Custom QuickPay Payment */
.qp-wrap {
  height: 2700px;
  border: none;
  border-radius: 10px;
  background: white;
}

.qp-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

@media only screen and (min-width: 1024px) {
  .qp-wrap {
    height: 1500px;
  }
}

/* Custom Redirect Payment */
.redirect-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 0 10px;
}

.redirect-title {
  font-size: 18px;
  font-weight: bold;
}

/* ------------------------- */

/* Custom Withdraw Limit Message */
#wrap_bg .wrap_in .win_2 .c_win_2 form .deposit-form-group small.limit-message {
  color: #ff5656 !important;
}

@media only screen and (min-width: 1024px) {
  #wrap_bg
    .wrap_in
    .win_2
    .c_win_2
    form
    .deposit-form-group
    small.limit-message {
    color: #f4c73f !important;
  }
}

/* ------------------------- */

/* Custom reject button Deposit Withdraw history */
@media only screen and (max-width: 1023px) {
  a.btn.btn-reject-trans {
    display: inline-block;
    padding: 5px 15px;
    margin-top: 10px;
    border-radius: 50px;
    color: #ffffff;
    border-color: #f91545;
    background: #f91545;
  }
}

@media only screen and (min-width: 1024px) {
  a.btn.btn-reject-trans {
    padding: 0px 20px;
    margin-top: 10px;
    color: #f91545;
    border-color: #f91545;
    background: transparent;
  }
  a.btn.btn-reject-trans:hover {
    background: #f91545;
    color: #ffffff;
  }
}
/* ------------------------- */
