@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #000000;
  max-width: 991px;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea {
  color: #666;
  width: 100%;
}

button {
  border: none;
}

/*modal*/
#modalLogin .modal-content,
#modalforgotpass .modal-content,
#modalcontact .modal-content {
  background-color: transparent;
  border: none;
  min-height: 100%;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-custom__nav-tabs {
  display: flex;
  width: 100%;
  background-color: #1b659d;
}

.modal-custom__nav-item {
  display: inline-block;
}

.modal-custom__nav-link {
  font-weight: 500;
  color: #fff;
  background: transparent;
  padding: 0.8rem 2rem;
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  transform: skew(-25deg);
  transform-origin: 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-custom__nav-link>* {
  transform: skew(25deg);
}

.modal-custom__nav-link.active {
  color: #1b659d;
  background: #ffffff;
}

.modal-custom__nav-link.active:before {
  content: "";
  background: url(../images/header/icon-tab-hover.png);
  width: 56px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#modalcontact .modal-header {
  background: #113d77;
  padding: 16px;
  justify-content: center;
  font-size: 21px;
}

.support__list {
  display: flex;
  justify-content: space-around;
  margin: 1rem 0;
}

.support__item {
  position: relative;
}

.support__item:before {
  content: "\2666";
  position: absolute;
  color: #fcdaab;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  font-size: 10px;
}

.support__item a {
  color: #cee9f2;
}

#modalLogin .modal-header,
#modalforgotpass .modal-header,
#modalmenu .modal-header {
  padding: 0;
  border: none;
}

#modalLogin .modal-header .close,
#modalforgotpass .modal-header .close,
#modalcontact .modal-header .close,
#modalmenu .modal-header .close {
  padding: 5px;
  margin: 0;
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 40px;
  z-index: 1;
  opacity: 1;
  top: 10px;
}

#modalLogin .modal-body,
#modalforgotpass .modal-body,
#modalcontact .modal-body {
  background: #e1f5ff;
  padding: 20px 30px;
}

#modalmenu .modal-body {
  background: #022234;
  padding: 20px 0px;
}

.header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: auto;
  background: linear-gradient(to bottom,
      rgba(255, 251, 52, 1) 1%,
      rgba(255, 206, 52, 1) 100%);
  color: #000;
  font-size: 17px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: 600;
  margin: auto;
  margin-top: 15px;
  text-transform: uppercase;
}

.header_btn a {
  color: #000;
}

.login_input_amend {
  align-items: center;
  font-size: 20px;
  border: 1px solid #1b659d;
  background-color: #1b659d;
  padding: 0px 15px;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.login_input_in_amend {
  border-left: none;
  padding-left: 0;
}

a.txt_forgot {
  color: #004056;
  text-decoration-line: underline;
}

.modal-custom__form .form__group {
  margin-bottom: 20px;
}

.input-box {
  display: flex;
  justify-content: space-between;
}

select.regis_sel {
  border: 1px solid #afafaf;
  margin-right: 5px;
  border-radius: 2px;
  color: #004056;
}

.modal_login_tick {
  color: #919191;
  text-align: center;
  font-size: 13px;
}

.modal.right .modal-dialog.modal-sm {
  width: 200px;
}

/*modalend*/
.body_main {
  padding-top: 61px;
}

.tit_main {
  background-color: #000000;
  padding-top: 0px;
}

.tit_main_bottom {
  margin-top: 10px;
}

.tit_main_bottom .index_tit {
  /* padding-bottom: 0px; */
}

.header-top {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 991px;
  z-index: 999;
  background: #000000;
}

.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  padding: 10px 30px;
  padding-right: 50px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  background: #000000;
}

.header_logo img {
  width: 80px;
}

.header_top_right {
  height: 100%;
  display: flex;
  align-items: center;
}

.register_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff200;
  color: #222;
  min-width: 68px;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 5px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 68px;
}

.login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000000;
  min-width: 68px;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 5px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
  max-width: 68px;
}

.login_btn img {
  max-height: 30px;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  width: auto;
  border-radius: 2px;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
}

.hamburger img {
  max-height: 30px;
}

ul.modal_menu_ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 20px;
}

ul.modal_menu_ul li {
  padding: 10px 15px;
  border-left: 5px solid transparent;
}

ul.modal_menu_ul li:hover {
  color: #fff200;
  border-left: 5px solid #fff200;
}

ul.modal_menu_ul li:hover img {
  filter: invert(88%) sepia(75%) saturate(995%) hue-rotate(344deg) brightness(97%) contrast(117%);
}

ul.modal_menu_ul li a {
  color: #ffffff;
  display: block;
}

ul.modal_menu_ul li a:hover {
  color: #fff;
}

ul.modal_menu_ul li a img {
  filter: invert(1);
  margin-right: 10px;
  max-height: 35px;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity 0.6s ease;
  transform: skew(-25deg);
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #fff200;
}

.carousel-indicators {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.marquee {
  color: #969696;
  display: flex;
  background: #111;
  padding: 10px 10px;
}

.marquee_icon {
  padding: 5px;
}

.index_tab ul {
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  box-shadow: 0px 2px 7px -1px rgb(0 0 0 / 10%);
  flex-wrap: nowrap;
  background-color: #1b659d;
  border: none;
  margin: 0px;
  text-align: center;
  display: flex;
  list-style: none;
  padding: 0;
}

.index_tab ul li {
  min-width: 75px;
}

.index_tab ul li {
  position: relative;
  padding: 10px 0px;
}

.index_tab ul li a {
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.index_tab ul li.active a img {
  filter: invert(88%) sepia(75%) saturate(995%) hue-rotate(344deg) brightness(97%) contrast(117%);
}

.index_tab ul li a img {
  width: 32px;
  filter: invert(1);
}

.index_tab ul li.active a {
  color: #fff200;
  background-color: transparent;
  border: none;
}

.index_tit {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background-color: #0c0c0c;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px;
  border-radius: 5px;
}

.tit_main .index_tit {
  margin: 0;
}

.index_tit_in {
  margin-bottom: 0;
  background: #0c0c0c;
}

.index_product_wrap {
  background-color: #000000;
  padding: 20px 0;
  padding-top: 0px;
}

.index_p_wrapper {
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  display: flex;
}

.index_p_main img {
  width: 150px;
}

.index_p_txt {
  font-size: 13px;
  background: #3d3d3d;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
}

.index_p_main {
  min-width: 150px;
  margin-right: 10px;
}

.index_con_bg {
  background-color: #111111;
  padding: 12px;
}

.index_con_warp01 {
  padding-top: 52px;
}

.countdown_main {
  position: relative;
  text-align: center;
}

.countdown_main02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  width: 90%;
  margin: auto;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
}

.countdown_main_wrap {
  position: relative;
}

.countdown_main_time {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  top: 0;
  font-size: 38px;
  line-height: 1.4;
}

.countdown_main_words {
  color: #dadada;
  font-size: 16px;
  font-weight: 500;
}

.countdown_main_wrap img {
  width: 63px;
}

.rank_wrap {
  display: flex;
  padding: 0px 10px 0px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.rank_wrap01 {
  background-color: #d19f22;
}

.rank_wrap02 {
  background-color: #828282;
}

.rank_wrap03 {
  background-color: #803410;
}

.rank_id {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.rank_price {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.rank_flag {
  position: relative;
}

.rank_flag_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff153;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.rank_tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 25px;
}

.index_con_title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

.view_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  color: #39b6f0;
}

.view_btn {
  background: linear-gradient(0deg, #c59b4d 31%, #ddc175);
  border: none;
  border-radius: 2px;
  font-weight: 700;
  min-width: 110px;
  height: 26px;
  font-size: 12px;
}

.view_more_txt {
  font-size: 11px;
  font-weight: bold;
}

.index_con_warp02 {
  margin-top: 0px;
  background: #111111;
}

.index_con_warp02 .nav-tabs {
  border-bottom: none;
  justify-content: space-between;
}

.index_con_warp02 .nav-tabs .nav-link {
  border: unset;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  padding: 0;
}

.index_con_warp02 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #38b5ef;
  background-color: transparent;
  border-color: unset;
}

/*.index_con_warp02 .nav-tabs .nav-item .nav-link:after{
    content: '';
    position: absolute;
    margin-left: 17px;
    width: 1px;
    height: 16px;
    background-color: #858585;
    top: 2px;
}
.index_con_warp02 .nav-tabs .nav-item:last-child .nav-link:after{
    content: '';
    position: absolute;
    margin-left: 24px;
    width: 0px;
    height: 0px;
    background-color: #858585;
    top: 15px;
}*/
.sliderhot_wraptop {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  align-items: center;
  padding: 10px;
  grid-gap: 10px;
}

.sliderhot_wrapbottom {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  align-items: center;
  padding: 10px;
  grid-gap: 10px;
  background: #1e1e1e;
}

.game_detail {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.detail-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
}

.detail_rate {
  display: flex;
  color: #fff200;
  margin-bottom: 20px;
}

.detail-provider {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #f5f5f5;
}

.detail-provider img {
  width: 24px;
  margin-right: 10px;
}

.game-btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.game-img {
  /* width: 100px; */
  border: 1px solid #cfb36b;
}

.btn-long,
.btn-normal,
.btn-normal-green {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 76px;
  height: auto;
  background: linear-gradient(to bottom,
      rgba(255, 251, 52, 1) 1%,
      rgba(255, 206, 52, 1) 100%);
  color: #222;
  font-size: 13px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-normal-green {
  background: #38b5ef;
  color: #000;
  white-space: nowrap;
  text-transform: uppercase;
}

.add-favourite {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-favourite i {
  color: #ffffff;
  font-size: 14px;
}

.add-txt {
  color: #ffffff;
  font-size: 10px;
}

.index_con_bg .tab-content .tab-pane {
  padding-top: 10px;
}

.index_con_bg .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 15%;
  list-style: none;
  top: -71px;
  height: fit-content;
}

.index_con_bg .carousel-indicators li {
  background-color: #e2dcde;
}

.index_con_bg .carousel-indicators .active {
  opacity: 1;
  background-color: #fff200;
}

.index_b_main {
  min-width: 300px;
  margin-right: 15px;
}

.index_b_txt {
  color: #fff;
  margin-top: 5px;
  font-size: 12px;
}

.slider_content_bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3d3d3d;
  padding: 5px;
}

.slider_content_bg span {
  color: #dec276;
  font-size: 12px;
  font-weight: 700;
}

.slider_content_bg img {
  width: 29px;
  margin: unset;
}

.inner_p_main {
  min-width: 200px;
  margin-right: 10px;
}

.footer_top {
  padding: 30px 0px;
}

.footer_top01 {
  display: flex;
  justify-content: space-between;
}

.footer_lic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.copyright {
  color: #ffffff;
  text-align: center;
  margin: 20px 0px;
  margin-bottom: 0;
}

.footer_lic ul li {
  margin-right: 10px;
  filter: grayscale(1) invert(0.7);
}

.footer_lic ul li:hover {
  filter: grayscale(0%);
}

.footer_lic ul li img {
  max-width: 69px;
  max-height: 25px;
}

.footer_tit {
  color: #1b659d;
  font-weight: bold;
}

.footer_link {
  display: flex;
  justify-content: space-between;
}

.footer_hr {
  border-top: 1px solid #808080;
}

.footer_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer_link ul li {
  margin-right: 9px;
}

.footer_link ul li a {
  color: #1b659d;
  font-size: 12px;
  font-weight: bold;
}

.footer_link ul li a:hover {
  text-decoration-line: underline;
}

.footer_wrap_index {
  background-color: #000000;
  padding-bottom: 50px;
}

.lang_ul_bg {
  background-color: #8f0000;
}

ul.lang_ul {
  margin: 0;
  padding: 5px 15px;
  list-style-type: none;
}

ul.lang_ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0px;
}

ul.lang_ul li img {
  width: 20px;
}

ul.lang_ul li a {
  color: #ffffff;
  font-size: 14px;
  margin: 0px 10px;
}

ul.lang_ul li a:after {
  content: "/";
  margin-left: 10px;
}

ul.lang_ul li a:last-child:after {
  content: "";
}

/*casino*/
.casino_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.casino_wrap a {
  position: relative;
}

.casino_wrap a .playnow-btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: linear-gradient(to bottom,
      rgba(255, 251, 52, 1) 1%,
      rgba(255, 206, 52, 1) 100%);
  border-radius: 5px;
  box-shadow: 1px 3px 16px 0px #000000ad;
  padding: 3px 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 8px;
}

/*slots*/
.slots_wrap {
  background-color: #3c0101;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slots_wrap_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding: 0px 20px;
}

.slots_wrap_main a {
  transform: skew(-20deg);
  max-width: 138px;
  margin: auto;
  min-width: 91px;
}

.slots_wrap img {
  max-width: 50px;
  transform: skew(20deg);
}

.slots_wrap_txt {
  background-color: #39b6f0;
  color: #fff;
  font-weight: bold;
}

.slots_wrap_txt span {
  transform: skew(20deg);
  display: block;
  font-size: 10px;
}

/*promotion*/

.filter-menu-bar {
  margin: 20px 0;
  background-color: #181818;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

.pmbox_1st {
  margin-left: -10px;
}

.pmbox {
  background: none;
  color: #38b5ef;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 12px;
  margin-right: 10px;
  cursor: pointer;
  min-width: 109px;
  text-align: center;
}

.pmbox.active {
  color: #fff;
  background: linear-gradient(0deg, #39b6f0 31%, #39b6f0);
  transform: skew(-25deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pmbox.active>* {
  transform: skew(25deg);
}

.promo-bx {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.p1_promo {
  margin-top: 0.45rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 12px;
}

.p2_promo {
  color: #fff;
  margin-bottom: 0;
  font-size: 10px;
}

.promo_btn {
  display: flex;
  margin-top: 10px;
  text-align: center;
  grid-gap: 5px;
}

.promo_box_con {
  padding: 10px;
}

.btn-red-promo {
  background-color: #6b0000;
  color: #fff;
  min-width: 100px;
}

.btn-redlight-promo {
  background-color: #ff0000;
  color: #fff;
  min-width: 100px;
}

.promo_modal_custom .modal-header {
  border-bottom: 2px solid #39b6f0;
  color: #ffffff;
  background: #39b6f0;
}

.promo_modal_custom .modal-body {
  background-color: #000000;
  color: #fff;
}

/*promotionend*/
/*vip*/
.vip {
  background: #000000 url(../images/vip/vip-bg.jpg) no-repeat top center;
  text-align: center;
  padding: 40px 0px;
  color: #cccccc;
  background-size: 100%;
}

.vip .container {
  max-width: 1366px;
}

.vip .intro {
  text-align: center;
  font-size: 14px;
  margin: 30px 0px;
  color: #ffffff;
  padding: 10px;
  /* margin-left: 40%; */
}

.vip .intro span {
  color: #ffcc2d;
  font-size: 28px;
}

.vip ol {
  text-align: left;
  font-size: 17px;
}

table.vip-tb td {
  border: 1px solid #6d5631;
  font-size: 17px;
  background: #000000;
  color: #ffd200;
}

table.vip-tb {
  color: #fac932;
  width: 100%;
}

.vip-tb thead td {
  color: #ffffff;
  font-size: 24px;
}

.vip-tb tr,
td {
  padding: 7px 0px !important;
}

.vip-level {
  font-size: 14px;
}

.vip-star {
  display: flex;
  justify-content: center;
}

.tnc-vip {
  background: linear-gradient(to bottom,
      rgba(80, 159, 245, 1) 0%,
      rgba(46, 98, 155, 1) 100%);
  border-radius: 8px;
  color: #fff !important;
  padding: 10px 15px;
  box-shadow: 0px 3px 1px #fff;
}

/*details*/
.share_con_bg {
  padding: 10px 0px;
  color: #fff;
}

.aff_title {
  color: #39b6f0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}

.faq-card,
.tnc-card {
  border-bottom: 1px solid #d3d3d3;
}

button.btn-tnc {
  background: #38b5ef;
  color: #ffffff;
  font-size: 16px;
  border: none;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 15px;
  position: relative;
}

button.btn-tnc.collapsed {
  background: none;
}

button.btn-tnc::after {
  content: ">";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 17px;
  top: 17px;
  transform: rotate(270deg);
  transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
  content: ">";
  transform: rotate(90deg);
  transition: all 0.3s;
}

.tnc-body {
  padding: 20px 15px;
  color: #8d8d8d;
}

ul.contact_us_ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding: 0;
  height: 100%;
}

ul.contact_us_ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 10px;
}

.contact_left {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #000;
  position: relative;
  height: 100%;
  width: 100%;
  border: 1px solid #38b5ef;
  color: #39b6f0;
  padding: 10px;
  cursor: pointer;
  height: 40px;
}

.contact_left img {
  width: 31px;
}

.contact_right {
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  width: 100%;
  text-align: center;
  border: 1px solid #39b6f0;
  padding: 10px;
  word-break: break-word;
  height: 40px;
}

.contact_left:hover .contact_right {
  display: block;
}

/*footer*/
.t-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}

.menu-btm {
  position: fixed;
  max-width: 991px;
  width: 90%;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  border-radius: 0;
  background: #1b659d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 99;
}

.menu-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  padding: 0px;
  box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 10%);
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.menu-wrapper a img {
  filter: invert(1);
  max-width: 100%;
  max-height: 32px;
  display: block;
  margin: auto;
}

.menu-wrapper a.active img {
  filter: invert(88%) sepia(75%) saturate(995%) hue-rotate(344deg) brightness(97%) contrast(117%);
  display: block;
  margin: auto;
}

.menu-wrapper a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 0px;
}

.menu-wrapper a.active {
  color: #fff200;
  background-color: transparent;
}

/*download*/
ul.download_tab {
  margin: 20px 0;
  background-color: #181818;
  display: flex;
  justify-content: start;
  overflow: hidden;
  border-bottom: 1px solid #2e0000;
}

ul.download_tab li {}

.nav-tabs.download_tab .nav-link.active>*,
.nav-tabs.download_tab .nav-link>* {
  transform: skew(25deg);
}

.nav-tabs.download_tab .nav-link {
  border: unset;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: none;
  color: #38b5ef;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  transform: skew(-25deg);
  justify-content: center;
  display: flex;
  margin-left: -6px;
}

.nav-tabs.download_tab .nav-link.active {
  color: #fff;
  background: #38b5ef;
  transform: skew(-25deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dl {
  max-width: 500px;
  margin: auto;
}

.dl table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.dl table th {
  border: 1px solid #d5d5d5;
  text-align: center;
  padding: 8px;
  background-color: rgba(129, 157, 187, 0.15);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.dl table td {
  text-align: left;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  color: #000000;
}

.share_con_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  grid-gap: 10px;
}

.share_con_inn_img {
  background-color: #38b5ef;
  padding: 10px;
  min-height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share_con_inn a img {
  max-width: 70px;
}

.share_con_inn_txt {
  background-color: #39b6f0;
  color: #fff;
  font-weight: bold;
}

.pm-title-wrapper {
  font-size: 20px;
  font-weight: 700;
  background: #39b6f0;
  color: #fff;
  padding: 10px;
}

button.close-promo {
  background: none;
  border: none;
  font-size: 23px;
  padding: 17px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}

.modal-content.promo {
  padding: 20px;
  border-radius: 0;
  border: none;
  background-color: #000000;
}

/*-----------------aferlogin------------------*/
.main_w {
  color: #ffffff;
  margin-left: 5px;
  font-size: 12px;
}

.wallet_p {
  color: #ffffff;
  margin-left: 5px;
  font-size: 12px;
}

.wallet_p i {
  color: #ffffff !important;
}

.restore {
  color: #ffffff;
  margin-left: 15px;
  font-size: 12px;
}

.head_i {
  margin: 0px 10px;
  font-size: 23px;
  margin-right: 0px;
  color: #012c42;
}

.fund_btn,
.fund_btn:hover {
  color: #ffffff;
  font-size: 12px;
}

.header_sidebar.afterlogin_bar .dropdown-menu {
  background: #001c31;
}

.header_sidebar.afterlogin_bar .dropdown-menu a {
  color: #ffffff;
  font-size: 14px;
}

.header_sidebar.afterlogin_bar .dropdown-menu a img {
  filter: invert(1);
  max-height: 30px;
  margin-right: 10px;
}

.header_sidebar.afterlogin_bar .dropdown-menu a:hover {
  color: #fff200;
  background: none;
}

.header_sidebar.afterlogin_bar .dropdown-menu a:hover img {
  filter: invert(88%) sepia(75%) saturate(995%) hue-rotate(344deg) brightness(97%) contrast(117%);
}

.header-top-after {
  position: fixed;
  top: 61px;
  width: 100%;
  max-width: 991px;
  z-index: 99;
  background: #1b659d;
}

.header_after-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_after_right {
  display: flex;
  align-items: center;
}

/*deposit*/
.afterlogin-header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
}

.afterlogin_head {
  margin-bottom: 10px;
  color: #39b6f0;
}

.afterlogin_head a {
  color: #39b6f0;
  margin-right: 30px;
}

.afterlogin_head .af_tit {
  color: #39b6f0;
  text-transform: uppercase;
}

.user_box {
  background: #050e24;
  padding: 10px 10px;
  color: #39b6f0;
  padding-bottom: 50px;
}

.user_box_wra {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
}

.af_amt {
  font-size: 20px;
  font-weight: 700;
}

.user_box_wra2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn_rest {
  background-color: #1b659d;
  border-radius: 2px;
  color: #fff;
  padding: 5px 15px;
  margin-top: 5px;
  text-transform: uppercase;
}

.msg_icon {
  color: #39b6f0;
  font-size: 20px;
}

.menu_box {
  background: #1b659d;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  margin-top: -39px;
  margin-bottom: 20px;
}

.menu_box_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}

.menu_box_wrapper a {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}

.menu_box_wrapper a.active {
  color: #fff200;
}

.menu_box_wrapper a.active img {}

.menu_box_wrapper a img {
  height: 45px;
  filter: invert(1);
}

.menu_box_wrapper a.active img {
  filter: invert(88%) sepia(75%) saturate(995%) hue-rotate(344deg) brightness(97%) contrast(117%);
}

.form-group label {
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
}

.nav-pills.afterlogin .nav-link.active,
.nav-pills.afterlogin .show>.nav-link {
  color: #fff;
  background: none;
  padding: 0;
  background-image: url(../images/afterlogin/tContent_depositContent_largeActive.png);
  background-repeat: no-repeat;
  background-position: 59px 41px;
  border-radius: 10px;
  z-index: 99;
  background-size: 50%;
}

.nav-pills.afterlogin .nav-link {
  color: #fff;
  padding: 0;
  border: none;
  min-width: 90px;
  font-size: 11px;
  margin-right: 10px;
}

.nav-pills.afterlogin .nav-link .option-img {
  color: #fff;
  background-color: #252525;
  border: 2px solid #ffffff;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 10px 5px;
  background-position: 16px 5px;
  border-radius: 5px;
  text-align: center;
}

.nav-pills.afterlogin .nav-link.active .ori_img {
  display: block;
}

.nav-pills.afterlogin .nav-link.active .grey_img {
  display: none;
}

.bank_select {
  display: flex;
  justify-content: left;
  font-size: 12px;
}

.bank_select_inner {
  display: flex;
  color: #858585;
  text-align: center;
  align-items: center;
  margin-right: 10px;
}

.bank_select_img {
  border: 1px solid #858585;
  border-radius: 5px;
  padding: 5px;
  margin: 8px 0;
  margin-left: 0;
}

.nav-pills.afterlogin_bank .nav-link.active,
.nav-pills.afterlogin_bank .show>.nav-link {
  color: #fff;
  background-color: #ffffff00;
  /* background-image: url(../images/afterlogin/deposit/tContent_depositContent_smallActive.png);
    background-position: 30% -25%;
    background-repeat: no-repeat; */
  padding: 0;
}

.nav-pills.afterlogin_bank .nav-link {
  padding: 0;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner {
  color: #39b6f0;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner .bank_select_img {
  border: 1px solid #fff200;
}

.ori_img {
  max-height: 30px;
  margin: 0 auto;
}

.nav-pills.afterlogin_bank .nav-link.active .ori_img {
  display: block;
}

.nav-pills.afterlogin_bank .nav-link.active .grey_img {
  display: none;
}

input.form-control {
  width: 100%;
  border-radius: 2px;
  padding: 10px 25px;
  font-size: 12px;
  height: 40px;
  margin-top: 0px;
  color: #272727;
  border: 1px solid #afafaf;
  background-color: #ffffff;
  opacity: 1;
  border-top: 1px solid #afafaf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}

.box-amount3 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-amount3 ul li {
  width: 100%;
}

.btn-amt {
  padding: 9px 0px;
  border-radius: 10px;
  font-size: 12px;
  color: #6d6d6d;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  width: 100%;
}

.submit_btn {
  margin-top: 10px;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 51, 1) 0%,
      rgba(255, 204, 51, 1) 100%);
  color: #000;
  cursor: pointer;
  font-size: inherit;
  border: none;
  text-transform: uppercase;
}

.afterlogin_form {
  margin-bottom: 20px;
}

.radio_bg {
  border: 1px solid #dfdfdf;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.radio-container {
  padding-left: 0.6rem;
  align-items: center;
  display: grid;
  grid-template-columns: auto;
}

.deposit-bank-account-grid {
  display: grid;
  grid-template-columns: 12% 17% auto;
  align-items: center;
}

.deposit_bank_img img {
  width: 40px;
}

.nav-pills .nav-link.btn-bankType {
  background-color: #222222;
  border-radius: 60px;
  width: 70px;
  height: 70px;
  padding: 11px;
  text-align: center;
}

.depositTable table {
  border: 1px solid #dfdfdf;
  color: #6d6d6d;
  font-size: 12px;
  margin-top: 10px;
  background-color: #fff;
}

.depositTable table tbody tr:first-child {
  border-bottom: 1px solid #dfdfdf;
  background-color: transparent;
  color: #6d6d6d;
}

.depositTable table tbody tr th {
  padding: 5px;
  border: 1px solid #dfdfdf;
}

.copy_dep.upload_btn {
  margin-top: 0px;
  margin-left: 10px;
  border-radius: 4px;
  width: 50px;
  height: 40px;
  background: #0062c9;
  background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
  background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
  background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
  color: #858585;
  cursor: pointer;
  font-size: inherit;
  border: 1px solid #e6e6e6;
}

.upload-file {
  display: flex;
  position: relative;
}

.btn-file {
  padding: 5px 20px;
  height: 40px;
  top: 0px;
  position: relative;
  margin-left: 10px;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  width: 30%;
  color: #fff;
  border: none;
  background: linear-gradient(180deg, #39b6f0, #be4848 79%, #fd4141);
}

.custom-file-input {
  position: absolute;
  z-index: 2;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

select.form-control {
  width: 100%;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 12px;
  height: 40px;
  margin-top: 5px;
  border: none;
  color: #40434b;
  background-color: #fff;
  border-top: 0.04rem solid #bfbfbf;
  border: 0.04rem solid #bfbfbf;
}

.dropdown_search {
  display: flex;
  align-items: flex-end;
}

.dropdown_search_btn {
  border: 1px solid #bfbfbf;
  background-color: white;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #a4a4a4;
  height: 38px;
}

.dropdown_search .dropdown-menu {
  border: 1px solid #acacac;
  background-color: #fff;
}

.dropdown_search .dropdown-menu a {
  color: #1b1b1b;
  background-color: #dddddd;
  margin: 10px auto;
  border-radius: 5px;
  width: 90%;
}

input.form-control.dropdown_search_form {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
  height: 38px;
  border: none;
}

.history-table {
  background: #fff;
  font-size: 12px;
  margin-top: 15px;
}

.history-table tr:nth-child(odd) {
  background: #f6f6f6;
}

.history-table tr th {
  border: 1px solid #000000;
  padding: 4px;
  background: #1b659d;
  text-align: center;
  color: #ffffff;
}

.history-table tr td {
  border: 1px solid #000000;
  padding: 10px 4px;
  text-align: center;
  color: #000000;
}

.history-table tr:nth-child(even) {
  background: #ffffff;
}

.inbox-list {
  background: #252525;
  font-weight: bold;
  flex: 0 0 auto;
}

.inbox-list.top_list ul {
  margin-bottom: 0px;
}

.top_list ul {
  background: #0066d1;
  list-style: none;
  padding: 0px;
}

.inbox-list ul li a {
  display: flex;
  color: #5f5f5f;
  width: 100%;
  padding-right: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.75rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.26);
  cursor: pointer;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
  -moz-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
  -ms-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
  -o-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
  transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
  justify-content: space-between;
}

.message-delete-checkbox {
  margin-right: 10px;
  padding-top: 10px;
}

.inbox-list-body {
  width: 70%;
}

.inbox-list ul p {
  max-width: 17.875rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
}

.inbox-list ul .time {
  font-size: 1rem;
  font-weight: normal;
  text-align: right;
}

.top_list ul .time {
  display: flex;
}

.inbox-list ul {
  background: #212121c9;
  list-style: none;
  padding: 0px;
}

.inbox-list ul .time img {
  width: 25px;
}

#inbox_msg .modal-header {
  border-bottom: 2px solid #39b6f0;
  color: #ffffff;
  background: #39b6f0;
}

.inbox-list.top_list ul li a {
  padding-top: 0;
  padding-bottom: 0;
  background: #012c42;
}

.rebate_qr {
  text-align: center;
}

.rebate_qr img {
  max-width: 150px;
}

.weekly {
  background: #e2e2e2;
  padding: 10px;
  margin-left: auto;
  margin-right: 0;
  color: #000;
  display: flex;
  border-radius: 5px;
}

.text_title_transfer {
  color: #bfbfbf;
  margin-top: 10px;
}

.transfer_game_main {
  font-size: 12px;
}

.transfer_box {
  display: flex;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #000000;
  padding: 3px;
  border-radius: 5px;
  border-top-right-radius: 5px;
}

.transfer_box strong {
  font-weight: 800;
  text-transform: uppercase;
}

.text-blue {
  color: #39b6f0;
}

.transfer_btn {
  height: 22px;
  width: 70%;
  border: none;
  color: #000000;
  background: linear-gradient(to bottom,
      rgba(255, 251, 52, 1) 1%,
      rgba(255, 206, 52, 1) 100%);
  border-radius: 5px;
  display: block;
}

.transfer_box_sec {
  color: #000000;
  padding: 0 2px;
  background-color: #e2e2e2;
  display: flex;
  min-height: 27px;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.row_trn_value {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}

@media only screen and (max-width: 360px) {
  .slots_wrap_main {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*27/12/2021*/
.lott-btn-top {
  text-align: center;
  display: flex;
  justify-content: center;
  bottom: 14%;
  left: 0;
  right: 0;
  margin-bottom: 20px;
}

button.payout-btn {
  background: #39b6f0;
  border: none;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  box-shadow: 0px 3px 5px #0000008c;
  margin: 0 10px;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.3s;
}

button.payout-btn2 {
  background: linear-gradient(0deg, #c59b4d 31%, #ddc175);
  border: none;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  margin: 0 10px;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.3s;
  box-shadow: 0px 3px 5px #0000008c;
}

button.payout-btn:hover,
button.payout-btn2:hover {
  transform: scale(0.97);
  transition: 0.3s;
}

.pm-title-wrapper {
  font-size: 20px;
  font-weight: 700;
  background: #39b6f0;
  color: #fff;
  padding: 10px;
}

.pmtable-wrapper {
  margin: 15px 0;
}

table.promo-table tr th {
  color: #fff;
  background: #39b6f0;
  padding: 4px;
  border: 1px solid #39b6f0;
}

table.promo-table tr td {
  border: 1px solid #39b6f0;
}

.gr-title {
  font-weight: 700;
  font-size: 16px;
}

.cry_wrap {
  width: 40%;

  text-align: center;

  border-radius: 5px;
}

.cry_wrap img {
  display: block;
}

.cry_txt {
  color: #000;
  font-weight: 900;
}

.link_cry {
  display: flex;
  align-items: center;
}

.copy_cry {
  color: #ffffff;
  font-size: 22px;
  background: #1b659d;
  margin-left: 10px;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cry_out_wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.warning_cry {
  color: #fff;
  font-size: 12px;
  margin: auto;
  text-align: left;
  margin-left: 10px;
}

.warning_cry_box {
  background: #eeeeee;
  padding: 10px;
  font-size: 12px;
}

.copy_cry {
  color: #ffffff;
  font-size: 18px;
}

.link_cry {
  display: flex;
  align-items: center;
}

.hotgame {
  background: #111111;
}

.footer_wrap {
  display: grid;
  grid-gap: 10px;
}

.control-label {
  color: #1b659d;
}

marquee {
  width: 90%;
  color: #fff;
}

.after_main {
  padding-top: 50px;
}

.bank_details_copy {
  background-color: #1b659d;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  justify-content: space-between;
  padding: 10px;
}

.depositBtn {
  width: 18%;
  height: 40px;
  background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f4f3f3, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f3f3, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f3f3, #e6e6e6);
  background-image: linear-gradient(top, #f4f3f3, #e6e6e6);
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid silver;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #858585;
  font-size: 14px;
}

.nav-pills.afterlogin .nav-link.active .option-img,
.nav-pills.afterlogin .show>.nav-link .option-img {
  color: #fff;
  background: url(../images/afterlogin/deposit/tContent_depositContent_largeActive.png);
  border: 2px solid #fff200;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 10px 5px;
  background-position: 39px 38px;
  border-radius: 5px;
  z-index: 99;
  background-size: 55%;
}

.upload_btn {
  margin-top: 10px;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  background: #0062c9;
  background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
  background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
  background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
  color: #000000;
  cursor: pointer;
  font-size: inherit;
  border: 1px solid #e6e6e6;
}

.btn-wrap {
  display: block;
}

.inputDeposit {
  border: 1px solid silver;
  background-color: #fff;
  color: #999;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 40px;
  width: 300px;
  padding: 10px;
}

.qr-code-save {
  background: #cdcdcd;
  margin-top: 10px;
  display: block;
  padding: 5px;
  border-radius: 5px;
}

.important-notice {
  background: #eeeeee;
  padding: 20px 20px 20px 20px;
  font-size: 12px;
  height: fit-content;
  margin-top: 30px;
}

.important-notice-title {
  color: #000000;
}

.important-notice-content {
  color: #858585;
}

.important-notice-content ol {
  padding: 0;
}

.aft-text {
  text-align: center;
}

.exchangeIcon {
  position: absolute;
  right: 25px;
  top: 93px;
}

.title_text {
  text-overflow: clip;
  margin: 10px 0;
}

.game-balance-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.refresh-btn {
  color: #fff !important;
}

.modal-body {
  background: #000;
}

.close {
  color: #fff !important;
  opacity: 1 !important;
}

.af_main {
  padding-top: 104px;
}

.header_top_right .msg_icon {
  font-size: 23px;
  color: #fff;
}

.vip {
  background: #000000 url(../images/vip/vip-bg.jpg) no-repeat top center;
  text-align: center;
  padding: 40px 0px;
  color: #cccccc;
  background-size: 160%;
  background-position-x: -70px;
  background-position-y: -5px;
}

.vip .container {
  max-width: 1366px;
}

.vip .intro span {
  color: #ffcc2d;
  font-size: 17px;
  text-transform: uppercase;
}

.vip ol {
  text-align: left;
  font-size: 17px;
}

table.vip-tb td {
  border: 1px solid #6d5631;
  font-size: 10px;
}

table.vip-tb {
  color: #fac932;
  width: 100%;
  overflow-x: auto;
}

.vip-tb thead td {
  color: #ffffff;
  font-size: 10px;
}

.vip-tb tr,
td {
  padding: 3px !important;
}

.vip-level {
  font-size: 9px;
}

.vip-star {
  display: flex;
  justify-content: center;
}

.tnc-vip {
  background: linear-gradient(to bottom,
      rgba(80, 159, 245, 1) 0%,
      rgba(46, 98, 155, 1) 100%);
  border-radius: 8px;
  color: #fff !important;
  padding: 10px 15px;
  box-shadow: 0px 3px 1px #fff;
}

#tnc .modal-content {
  background: #000000 url(../img/vip/bg-tnc-new.jpg) no-repeat top center;
}

#tnc .modal-dialog {
  max-width: 1366px;
  margin-top: 10%;
  border: 1px solid #38b5ef;
}

#tnc .close {
  text-shadow: 0 0 BLACK;
  opacity: 1;
  z-index: 99;
  position: absolute;
  right: 3px;
  top: 3px;
  border: 1px solid #38b5ef;
  border-radius: 50%;
  color: #38b5ef;
  background: #000;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

#tnc ol li {
  margin-left: 15px;
  font-size: 11px;
  color: #fff;
  padding: 0px 0px 0px 20px;
}

#tnc ul li {
  list-style: disc;
  margin-left: -10px;
  padding: 0px;
}

#tnc ol {
  padding-left: 10px;
}

#tnc h3 {
  margin-top: 8px;
  font-size: 16px;
}

.yellow {
  color: #ffcc2d;
}

table.liner {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 10px solid #000000;
  margin-bottom: 30px;
}

.liner tr,
td {
  padding: 10px;
}

.liner i {
  text-align: center;
}

.liner tr.title {
  color: #5bbff8;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.liner.title td {
  border: 0px !important;
}

.liner tr:nth-child(even) {
  background: rgba(46, 46, 46, 1);
}

.liner tr:nth-child(odd) {
  background: rgba(24, 24, 24, 0.9);
}

.liner td:last-child i {
  color: #ffffff;
}

.liner td:last-child a:hover i {
  color: #5bbff8;
}

table.liner tbody td {
  border-left: 1px solid #444444;
  border: 0px;
}

table.liner tbody td:first-child {
  border: 0px !important;
  text-align: left;
  color: #9f9c94;
  padding-left: 30px;
}

table.liner tbody td:last-child {
  color: #eddc90;
}

.vip-title-img {
  max-height: 85px;
  /* margin: 0 auto; */
  padding-left: 160px;
}

.vip-star img {
  max-width: 12px;
}

.index_b {
  right: 0;
  max-width: 50%;
  margin-left: 65%;
  margin-bottom: 0;
}

.second-select a {
  background: #38b5ef !important;
}

.profile_box_wrap {
  grid-template-columns: repeat(5, 1fr);
}

.address-input {
  background: #1b659d;
  color: #fff !important;
  border: none;
}

.address-input::placeholder {
  color: #fff;
}

.form-control:disabled,
.form-control[readonly] {
  background: #b8b8b8;
}

.maxLimit {
  color: #38b5ef;
  font-size: 10px;
}

.with-inner {
  display: grid;
  margin: 0;
}

.with-inner .bank_select_img {
  margin: 0;
  max-width: 65%;
  text-align: center;
}

.with-inner .ori_img {
  margin: 0 auto;
  max-height: 24px;
}

.with-bank {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 13px;
  max-width: 100%;
}

.with-bank .nav-link {
  width: 30%;
}

.with-inner .text-white {
  margin: 0;
  max-width: 65%;
}

.border-all {
  border-radius: 2px !important;
}

.catp {
  margin-left: 10px;
}

.wallet-res {
  text-align: right;
  line-height: 1;
  text-transform: uppercase;
}

.user-te {
  font-size: 12px;
  width: 30%;
}

.transfer_box .text-blue {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}

.input-group-addon {
  padding: 8px 15px;
  background: #cccccc;
  border: none;
  cursor: pointer;
  color: #666666;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.login_input_amend img {
  max-height: 25px;
}

.modal-header .close span {
  display: flex;
  align-items: center;
  height: 100%;
}

.modal-header .close img {
  max-height: 20px;
}

.date-input input {
  width: 80% !important;
}

.ann-bar {
  display: flex;
  align-items: center;
}

.ann-bar span {
  width: 10%;
}

.pmbox.active:first-child:after {
  background: #38b5ef;
  /* Fill color for first .pmbox active */
  position: absolute;
  top: -32px;
  left: -49px;
  content: "";
  width: 50px;
  height: 50px;
}

.pmbox.active:last-child:after {
  background: #38b5ef;
  /* Fill color for first .pmbox active */
  position: absolute;
  top: -12px;
  right: -32px;
  content: "";
  width: 50px;
  height: 50px;
}

.fund_btn img {
  filter: invert(1);
  max-width: 15px;
  margin-right: 5px;
}

.restore img {
  filter: invert(1);
  max-width: 15px;
  margin-right: 5px;
}

/* hghg */

/* 06072023 */

.dropdown-menu.dropdown_menu_right.show {
  text-transform: uppercase;
}

.forgot_pass {
  color: #38b5ef;
}

.crypto-currency .currency-btn {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 10px;
}

.crypto-currency.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle .show>.btn-secondary.dropdown-toggle {
  background-color: #1b659d;
}

.crypto-currency .dropdown-menu.show {
  display: block;
  width: 100%;
}

.crypto-currency .btn-secondary {
  color: #6c757d;
  /* background-color: #1b659d;
    border-color: #1b659d; */
  text-align: left;
  font-size: 12px;
  padding-left: 25px;
}

.crypto-currency .dropdown-toggle::after {
  display: inline-block;
  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;
  right: 3%;
  position: absolute;
  margin-top: 8px;
}

.crypto-currency .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1b659d;
  border-color: #1b659d;
}

.otp {
  display: flex;
  flex-direction: row;
}

.otp_btn {
  background: #1b659d;
  color: #fff;
  white-space: nowrap;
  padding: 0px 20px;
}

.title_text {
  display: flex;
  align-items: center;
}

.setting_text {
  color: #38b5ef;
}

.history_main {
  display: flex;
  align-items: center;
  padding-left: 10px;
  overflow: hidden;
  overflow-x: auto;
}

.history_btn.active {
  border: 1px solid #252525;
  border-radius: 4px;
  color: #000000;
  background: white;
  padding-left: 18px;
  padding-right: 18px;
  align-items: center;
}

.history_btn {
  border: none;
  padding: 5px;
  background-color: transparent;
  color: #858585;
  margin: 0 5px;
  white-space: nowrap;
}

.history_to {
  padding-left: 20px;
}

.refer-qrcode-wrapper {
  background: #000000;
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #38b5ef;
  color: #666;
  padding: 15px 20px;
  border-radius: 12px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}

.share-wrap {
  background: #1264a0;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 11px;
  margin-top: -40px;
  position: relative;
  background-size: cover;
  border: 1px solid #1264a0;
}

.qrcode-refer-img {
  max-width: 370px;
  margin: 20px auto 10px;
}

.qrcode-refer-img img {
  border: 1px solid #38b5ef;
  border-radius: 10px;
  padding: 5px;
  max-width: 50%;
}

.referrer-link {
  background: #ffffff;
  border: 1px solid #b0965f;
  position: relative;
  border-radius: 5px;
  padding: 3px 15px;
  font-weight: 600;
  color: #000000;
  height: 33px;
  display: flex;
  align-items: center;
  max-width: 100%;
}

button.copy-refer {
  background: linear-gradient(to bottom,
      rgba(255, 255, 51, 1) 0%,
      rgba(255, 204, 51, 1) 100%);
  color: #000;
  border: none;
  border-radius: 3px;
  padding: 4px 10px;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
}

/* 15/9/2023 */
.promo-ads {
  display: flex;
  grid-gap: 15px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.table-vip-top {
  background: linear-gradient(to bottom,
      rgba(198, 149, 70, 1) 0%,
      rgba(239, 222, 178, 1) 26%,
      rgba(244, 232, 205, 1) 50%,
      rgba(239, 222, 178, 1) 76%,
      rgba(198, 149, 70, 1) 100%);
  padding: 5px;
  overflow: auto;
}

.vip-top-wrap {
  display: flex;
  flex-direction: column-reverse;
}

.btn-vip-group {
  display: flex;
  justify-content: center;
  grid-gap: 15px;
  margin-bottom: 30px;
}

.btn-vip-group a {
  display: block;
  /* max-width: 50%; */
}

.vip-star i {
  font-size: 8px;
}

.vip-star .grey {
  color: #9c9c9c;
}

.vip-star .yellow {
  color: #ffd200;
}

/* LEADERBOARD */
.leader-body {}

.hf {
  /* float: left; */
  width: 100%;
}

.ns {
  width: 1150px;
  margin: 0 auto;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/* slick */
.slick-slide img {
  width: 100%;
}

.slick-slider,
.slick-dotted.slick-slider {
  margin-bottom: -6px;
}

.slick-next {
  right: 30px;
}

.slick-next {
  right: 30px;
}

.slick-prev {
  left: 30px;
  z-index: 1;
}

.slick-dots {
  bottom: 15px;
}

/* slick end */

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #1ba0fe;
}

.banner-mob {
  display: none;
}

#leaderboard .lb_cont {
  background: url(../images/leaderboard/lb_bg.jpg)no-repeat center;
  background-position: top center;
  padding-bottom: 60px;
  padding-top: 5px;
}

#leaderboard .lb_nav {
  background: #ffffff52;
  color: #1288cc;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
  margin: 20px 0;
  position: relative;
  font-size: 14px;
}

#leaderboard .lb_nav .lb_nav_item {
  border: 1px solid;
  padding: 5px 30px;
  border-radius: 30px;
  cursor: pointer;
}

#leaderboard .lb_nav .lb_nav_item.active {
  color: #000;
  font-weight: bold;
}

#leaderboard .accent_1 {
  left: 50%;
  margin-left: -620px;
  top: -139px;
}

#leaderboard .accent_2 {
  right: 50%;
  margin-right: -770px;
  top: -139px;
  display: none;
}

#leaderboard {
  overflow: hidden;
  /* padding-top: 111px; */
  background: #fff;
}

#leaderboard .lb_tbl_cont table {
  font-size: 14px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0 12px;
  color: #000;
  display: none;
}

#leaderboard .lb_tbl_cont table thead {
  font-weight: bold;
}

#leaderboard .lb_tbl_cont table.active {
  display: table;
}

.lb_tbl_cont table tbody tr td {
  background-color: #6ebfff;
}

.lb_tbl_cont table tbody tr td {
  padding: 5px 0;
}

.lb_tbl_cont table tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.lb_tbl_cont table tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.lb_tbl_cont table tbody tr td .numcont {
  font-size: 16px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 1.6;
  border-radius: 5px;
}

.lb_tbl_cont table tbody tr.top3 td {
  background: linear-gradient(0deg, #5c27d5, #2871fa);
  color: #fff;
}

.lb_tbl_cont table tbody tr td .numcont.one {
  background: linear-gradient(0deg, #ffc739, #f5ff9a);
  box-shadow: 0px 1px 2px 0px #00000059;
  color: #000;
}

.lb_tbl_cont table tbody tr td .numcont.two {
  background: linear-gradient(0deg, #dfdfdf, #ede9ea);
  box-shadow: 0px 1px 2px 0px #00000059;
  color: #000;
}

.lb_tbl_cont table tbody tr td .numcont.three {
  background: linear-gradient(0deg, #ff673a, #ffd698);
  box-shadow: 0px 1px 2px 0px #00000059;
  color: #000;
}

@media only screen and (max-width: 1150px) {
  .banner-mob {
    display: block;
  }

  .banner-desk {
    display: none;
  }

  #leaderboard .lb_nav .lb_nav_item {
    display: flex;
    align-items: center;
    text-align: center;
  }

  #leaderboard .lb_nav {
    padding: 10px;
    gap: 7px;
  }

  .ns {
    width: 100%;
  }

  #leaderboard .lb_tbl_cont table {
    padding: 0 4%;
  }
}

/* 14/10/2024 */
.promo-ads video {
  width: 100%;
  height: auto;
  /* Maintains the original aspect ratio */
  max-width: 100%;
  /* Ensures the video doesn't exceed the container's width */
}

.unread-count {
  position: absolute;
  top: 0px;
  right: -10px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 3px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  width: 15px;
  text-align: center;
  height: 15px;
  align-content: center;
}

.bold p {
  font-weight: 800 !important;
}

/* LIVESTREAM */
.content {
  padding-bottom: 60px;
}

#livestream-contet {
  margin: 0 auto;
  width: 100%;
}

#livestream-banner img,
.livestream-banner img,
.livestream-tab02 img {
  width: 100%;
}

.livestream-tab img {
  width: 60%;
}

.livestream-text-content {
  margin: 0 auto;
  width: 95%;
  padding: 50px 0px;
  font-size: 3vw;
}

.livestream-tab,
.livestream-tab02 {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 1% 2%;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}

.livestream-tab ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.livestream-tab li {
  padding: 5px 0px;
  font-size: 17px;
  color: #FFF;
}

.livestream-title01,
.livestream-title01 a {
  font-size: 20px;
  color: #39b6f0;
  text-align: center;
  font-weight: bold;
  padding: 40px 0px 40px 0px;
}

.livestream-title02 {
  font-size: 20px;
  color: #39b6f0;
  text-align: center;
  font-weight: bold;
  padding: 20px 0px 10px 0px;
  text-transform: uppercase;
}

.livestream-button {
  padding: 20px 0px;
}

.livestream-button a {
  font-size: 11px;
  background-color: #2aabe6;
  color: #000;
  text-align: center;
  padding: 8px 5px;
  border-radius: 20px;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
}

.livestream-hr img {
  width: 100%;
}

.livestreaming-title01 {
  font-size: 4vw;
  color: #39b6f0;
  text-align: center;
  font-weight: bold;
}


.livestreaming-content {
  margin: 0 auto;
  width: 100%;
}

.livestreaming-banner img {
  width: 100%;
}

.livestreaming-download,
.livestreaming-movie-list {
  /*border-bottom:5px solid #2aa6df;
    background: url(../images/livestreaming-hr.jpg) bottom center no-repeat;
    background-size: auto;*/
  padding: 40px 0px 80px 0px;
}

.livestreaming-hr img {
  width: 100%;
}

.livestreaming-download-content,
.livestreaming-movielist-content {
  margin: 0 auto;
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  text-align: center;
}

.livestreaming-title,
.livestreaming-title a {
  color: #39b6f0;
  text-align: center;
  font-weight: bold;
  padding-bottom: 40px;
}

.livestreaming-title01 {
  color: #39b6f0;
  text-align: center;
  font-weight: bold;
}

.livestreaming-title02 {
  color: #39b6f0;
  text-align: center;
  font-weight: bold;
}

.livestreaming-title03 {
  color: #39b6f0;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}

.livestreaming-title04 {
  color: #39b6f0;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}

.livestreaming-blue {
  color: #39b6f0;
}

.livestreaming-download-tab img {
  height: 50%;
  padding: 0px 0px 20px 0px;
}

.livestreaming-footer-tab img {
  height: 40%;
  padding: 0px 0px 20px 0px;
}


.livestreaming-button a {
  background-color: #2aabe6;
  color: #000;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
}

.livestreaming-download-tab,
.livestreaming-footer-tab {
  font-size: 1.2vw;
}

.livestreaming-download-tab ul {
  list-style: none;
  padding: 20px 0px 0px 0px;
  margin: 0px;
}

.livestreaming-movielist-tab img {
  width: 100%;
}

.livestreaming-footer-content {
  padding-top: 100px;
}

.livestreaming-tab-popup {
  background-color: #999;
  color: #FFF;
  padding: 5px 15px;
  border: none;
}

.livestreaming-tab-popup-blue {
  background-color: #3399cc;
}

.livestreamig-modal-content {
  padding: 0px 20px;
}

.modal-open .modal {
  overflow: auto;
}

.promo .pm-title-wrapper {
  padding-right: 30px;
  font-size: 15px;
}

.promo button.close-promo {
  padding: 11px 5px;
}

.promo-ads img {
  width: 100%;
}
.floating-gif{
  position: absolute;
  right: 0;
  filter: none!important;
}
.min-width{
  min-width: 50px;
}