@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;400&display=swap');
body {
    /* background: linear-gradient(180deg, #000000, #000000) !important; */
    /* background-image: url(img/bg.png?4);
     background-repeat-x: repeat;  */
/*background: rgb(230,230,230);
background: linear-gradient(0deg, rgb(113 113 113) 0%, rgb(49 47 47) 100%);
border-radius: 15px;*/
    background-size: cover;
    color: #333;
    font-family: 'Prompt', sans-serif;
    /*background-repeat: round;
    background-attachment: fixed;*/
    /* background-repeat: no-repeat;
    background-size: 100% 100%; */
    background: rgb(17,66,50);
background: linear-gradient(0deg, rgba(17,66,50,1) 0%, rgba(17,66,50,1) 100%);
 
}
body.body-page-main {
    background-image: url(img/bg.webp?4);
 
}
.container.text-center {
  min-height: calc(100vh - 1rem);
}
.-btn {

  box-shadow: none;
}
.form-control:focus {
    /* border-color: rgba(255,234,154,1); */
    box-shadow: 0 0 0 0.25rem rgba(255,234,154,.1);
}


/*slick*/

.slick-dots li button:before {
    color: #c5c5c5;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

.slick-dots li {
    margin: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 5px;
}


/*end slick*/

/*start swal*/
.swal2-show {
    background: #001420;
    color: #e7e8e8;
    border-radius: 20px;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] , div:where(.swal2-icon).swal2-success .swal2-success-fix
{
    background: #001420 !important;
}
/*end swal*/


.icon-event {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#main_content {
    /* max-width: 500px; */
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 110px;
}

.section-top {
    /* height: 80px; */
        background-repeat: no-repeat;
    background-size: 100% 100%;
    background: rgb(17,66,50);
background: linear-gradient(0deg, rgba(17,66,50,1) 0%, rgba(17,66,50,1) 100%);
}

.body-x
{
    padding-top: 255px;
}

.body-2{
    padding-top: 250px !important;
}

.credit-container {
    /* padding: 1px 5px; */
}

.credit-icon {
    margin-left: -10px;
}

.text-bluec-c{
    color: #00bcd5;
}

.cursor-pointer{
    cursor: pointer;
}

.section-body {
    height: auto;
    width: 100%;
}

.inner-body {
    min-height: 500px;
    width: 100%
}

.section-body #nav-tab {
    align-items: center;
    justify-content: center;
}

.section-body-tablist {
    margin: auto 7px;
    width: 22%;
    /* height: 50px; */
    box-sizing: border-box;
    border-radius: 15px;
    /*border: solid 3px #adb6d5;
    background: rgb(2, 0, 7);
    background: linear-gradient(0deg, rgba(2, 0, 7, 1) 0%, rgba(31, 3, 86, 1) 100%);*/
    /* background-image: url(img/bg-tab-icon.webp?4);
    background-repeat: no-repeat; */
    background-size: 100% 101%;
    color: #333;
    font-size: 1rem;
    border: unset;
}

/* ปกติจะโชว์ xc-icon */
.section-body-tablist .xc-icon {
    display: inline-block;
}

/* ปกติซ่อน xch-icon */
.section-body-tablist .xch-icon {
    display: none;
}

/* เมื่อ hover จะซ่อน xc-icon และโชว์ xch-icon */
.section-body-tablist:hover .xc-icon {
    display: none;
}

.section-body-tablist:hover .xch-icon {
    display: inline-block;
}

.section-body-tablist:hover,
.section-body-tablist.active {
    /*background: rgb(34, 118, 255);
    background: linear-gradient(0deg, rgba(34, 118, 255, 1) 26%, rgba(0, 179, 255, 1) 100%);*/
    /* background-image: url(img/bg-tab-icon-active.webp?4); */
    color: #fff;
    background: rgb(17,124,167);
background: linear-gradient(0deg,
rgba(17,124,167,1) 0%,
rgba(44,193,218,1) 100%,
rgba(44,191,219,1) 100%);
}

.section-body-tablist img.tablist-icon , img.tablist-icon {
    height: 51px;
    margin-bottom: 5px;
    width: auto;
}

.section-body-tablist:first-child {
    margin-left: 0;
}

.section-body-tablist:nth-child(4) {
    margin-right: 0;
}
#nav-ufa-tab {
  margin-top: 7px;
  width: 100%;
  background-image: url(img/bg-tab-pg.webp?7);
  height: 84px;
  border-radius: 30px;
}


.dw-icon{
    border-radius: 35px;
    width: 150px;
    padding: 5px 20px;
    margin: 0 15px;
} 
/* .border-d{
    border:solid #007f26 2px;
}
.border-w{
    border:solid #b82528 2px;
} */


.modal-content{
    border-radius: 20px;
}


.-deposit-coin{
    width: 25px;
}




@media screen and (min-width: 411px) {
  #nav-ufa-tab {

    height: 87px;
 
  }
}
@media screen and (min-width: 461px) {
  #nav-ufa-tab {

    height: 97px;
 
  }
}


@media screen and (max-width: 455px) {
    .section-top.section-top-main
    {
        padding-right: 25px;
    }
}

@media screen and (max-width: 420px) {
    .web-logo
    {
        max-width: 100px;
        height: auto;
        padding-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .section-top.section-top-main
    {
        padding-right: 25px;
    }
}

@media screen and (max-width: 355px) {
    .body-x {
        padding-top: 245px;
    }
}


#nav-ufa-tab:hover,
#nav-ufa-tab.active {
    background-image: url(img/bg-tab-pg-active.webp?7);

}

/* .section-body-tablist.main-tab-icon */

.main-tab-icon {
    margin: 0;
    width: 50%!important;
    font-size: 0.8rem;
    /* margin-bottom: 10px; */
    padding: 3px;
}

.main-tab-label{
    /* font-size: 1.2rem; */
}

.x-modal .-modal-content {
    /* background: linear-gradient(180deg, #a60404 7%, #000000 69%); */
/*    background-image: linear-gradient(0deg, rgba(2, 0, 7, 1) 0%, rgba(31, 3, 86, 1) 100%) !important;*/
/*background: rgb(230,230,230);
background: linear-gradient(0deg, rgb(113 113 113) 0%, rgb(49 47 47) 100%);
    background-size: cover;*/
	 /* background-image: url(img/bg.png?4); */
    background: rgb(5,40,27);
background: linear-gradient(0deg, rgba(5,40,27,1) 0%, rgba(5,40,27,1) 100%);
     color: #fff;
}

.game-icon {
    cursor: pointer;
}
.game-icon-hot {
    margin-top: -17px;
}

.section-foot {
    height: auto;
    position: fixed;
    bottom: 0;
    /* left: 10px; */
    width: calc(100% - 20px)!important;
    max-width: calc(500px - 0px)!important;
    width: 100%;
    height: 80px;
}

.home-icon {
    /* margin-top: -80px; */
}

.web-logo {
    width: 100%;
    /* margin-top: 11px;
    margin-left: 3px; */
}


.modal-backdrop {
    opacity: 0.85;
}

.section-foot .nav-footer {
    align-self: end;
}

.section-foot .inner-box {
    position: absolute;
    bottom: 0;
}

.nav-footer-1 {
    width: 35%;
}

.fixed-2 {
    position: fixed;
    width: 100%;
    max-width: 420px;
    z-index: 90;
}
@media screen and (min-width: 420px) {
    .nav-footer-1 {
        width: 33%;
    }
}

@media screen and (min-width: 480px) {
    .nav-footer-1 {
        width: 30%;
    }
}

.nav-footer-2 {
    width: 40%;
    width: 25%;
}

.bg-gradient1 {
    /* background: rgb(1,1,3);
    background: linear-gradient(0deg, rgba(1,1,3,1) 0%, rgba(23,3,69,1) 93%, rgba(69,51,107,1) 100%, rgba(69,51,107,1) 100%); */
    width: 100%;
    /* border-radius: 15px; */
/*    border: solid 2px #adb6d5;*/
    /*border: solid 2px rgb(204 204 204);*/
    /*background: rgb(2, 0, 7);
    background: linear-gradient(0deg, rgba(2, 0, 7, 1) 0%, rgba(31, 3, 86, 1) 100%);*/
    /*background: rgb(51,51,51);
    background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);*/
    /*background: rgb(230,230,230);
background: linear-gradient(0deg, rgb(113 113 113) 0%, rgb(49 47 47) 100%);*/
	  /* background-image: url(img/bg-bar.webp?4); */
      
}


.bg-gradient-main , .section-body-tablist , .bg-gradient-gcx,.table-rollback-balance{
    background: #d1deed;
    background: linear-gradient(90deg, rgba(209, 222, 237, 1) 0%, rgba(248, 250, 252, 1) 100%);
    box-shadow: 1px 1px black;

}

.bg-gradient-main{
    width: 100%;
    border-radius: 20px;
} 

.bg-gradient2 {
   /* background: rgb(1, 1, 3);
    background: linear-gradient(0deg, rgba(1, 1, 3, 1) 0%, rgba(27, 20, 96, 1) 100%);*/
    /*background: rgb(230,230,230);
background: linear-gradient(0deg, rgb(113 113 113) 0%, rgb(49 47 47) 100%);
    border-radius: 15px;*/
	 /* background-image: url(img/bg.png?4); */
/*    border: solid 2px #adb6d5;*/
/* border: solid 2px rgba(204, 204, 204); */
}

.bg-gradient3 {
   /* background: rgb(1, 1, 3);
    background: linear-gradient(0deg, rgba(1, 1, 3, 1) 0%, rgba(27, 20, 96, 1) 100%);*/
  /*margin-top: 7px;
  width: 100%;*/
  background-image: url(img/bg-bar.webp?4);
 /* height: 84px;*/
  /*border-radius: 30px;
	background-repeat-x: repeat; */
   /* background: rgb(230,230,230);
background: linear-gradient(0deg, rgb(113 113 113) 0%, rgb(49 47 47) 100%);
    border-radius: 15px;*/
/*    border: solid 2px #adb6d5;*/
/*border: solid 2px rgba(204, 204, 204);*/
}

.bg-gradient4 {
   /* background: rgb(1, 1, 3);
    background: linear-gradient(0deg, rgba(1, 1, 3, 1) 0%, rgba(27, 20, 96, 1) 100%);*/
    /*background: rgb(230,230,230);
background: linear-gradient(0deg, rgb(113 113 113) 0%, rgb(49 47 47) 100%);
    border-radius: 15px;*/
/*    border: solid 2px #adb6d5;*/
	 /*background-image: url(img/bg.png?4);*/
/*border: solid 2px rgba(204, 204, 204);*/
}
.bg-gradient5 {
background: rgb(230,230,230);
background: linear-gradient(0deg, rgb(113 113 113) 0%, rgb(49 47 47) 100%);
border-radius: 15px;
    background-size: cover;
}
.btn-sec-bg {
    /* height: 50px; */
    box-sizing: border-box;
    border: solid 3px #adb6d5;
    background: rgb(149, 89, 149);
    background: linear-gradient(0deg, rgba(1, 1, 1) 0%, rgba(31, 3, 86, 1) 100%);
    color: #fff;
    font-size: 0.8rem;
}

.btn-sec-bg:hover,
.btn-sec-bg.active {
    background: rgb(34, 118, 255);
    background: linear-gradient(0deg, rgba(34, 118, 255, 1) 26%, rgba(0, 179, 255, 1) 100%);
    color: #fff;
}

.-pure-deposit {
    border-radius: 10%;
}

.pro_promotion_name {
    font-size: 0.8rem;
}

.pro_promotion_name {
    font-size: 0.8rem;
    /* height: 50px;
    overflow-y: auto; */
}

.close-modal {
    top: -15px;
    text-align: right;
    background: transparent;
    position: absolute;
    right: 0;
    border: 0;
}

.rounded-bank {
    border-radius: 10px;
}

.webBank {
    background-image: url(img/bank-information.webp?5);
    color: #000;
    max-width: 330px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px;
    background-size: cover;
}

.hr-golde {
    border: solid 1px #e7aa43;
}

.deposit-u {
    /* background-color: #1a1c29; */
    background: #d1deed;
    background: linear-gradient(90deg, rgba(209, 222, 237, 1) 0%, rgba(248, 250, 252, 1) 100%);
    border-radius: 15px;
}


.withdraw-u-color{
    color: #e7aa43;
}

.deposit-u-color {
  
    color: #333;
}

.deposit-x-color {

    color: #fff;
}


.deposit-x{
    background :#003752;
    font-size: 0.8rem!important;
    border-radius: 25px;
}

#withdraw-confirm {
    background-image: unset;
}

.-amount-container {
    width: 30%;
    display: inline-block;
    color: #fff!important;
    /* background: rgb(45, 41, 78);
    background: linear-gradient(0deg, rgba(45, 41, 78, 1) 0%, rgba(39, 35, 73, 1) 25%, rgba(21, 18, 61, 1) 100%); */
    margin-bottom: 10px;
    border-radius: 20px;
    background: #003752;
}

.-amount-container:hover {
    color: #fff!important;
    background: rgb(40, 151, 216);
    background: linear-gradient(0deg, rgba(40, 151, 216, 1) 0%, rgba(40, 151, 216, 1) 25%, rgba(2, 114, 192, 1) 100%);
}

#withdraw_amount {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 20px;
}

#login-btn1,
.section-foot .depositChoosePromotion,
.section-foot .withdrawModal,
.x-btn-register,
.x-btn-login {
    transition: 0s 1s;
}

#login-btn1:active,
.section-foot .depositChoosePromotion:active,
.section-foot .withdrawModal:active,
.x-btn-register:active,
.x-btn-login:active {
    filter: brightness(60%);
    transition: 0s;
}


.game-title{
    font-size: 0.7rem;
    color: #ffffff;
}

/* .ellipsis {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
  }


.depodis-pro-select .ellipsis
{
    width: 160px;
} */

.search_title_box{
    background: #011f2b!important;
    color: #fff;
}

.field-search{
    float: right;
    margin-left: -25px;
    margin-top: -28px!important;
    position: relative;
    z-index: 2;
    padding-right: 30px!important;
}

.page-title{
    color: #fff;
    font-size: 1rem;
}

.page-title-icon{
    max-width: 30px;
    height: auto;
}

@media screen and (min-width: 768.98px) {
    /* .login_main {
        width: 400px;
        margin: auto;

    }

    .m-col-50 {
        width: 50%;
        margin: auto;
    }

    .btn.x-btn-register.-small:after,
    .btn.x-btn-register.-small:before {
        border-radius: 22px !important;
    } */
}

@media screen and (max-width: 460.98px) {
    .user-container {
        font-size: 0.7rem;
    }
    /* .section-body-tablist img.tablist-icon {
        width: 60px;
        height: 50px;
    } */
    .section-body-tablist img.tablist-icon {
        width: auto;
        height: 35px;
    }
    .main-tab-icon .section-body-tablist {
        font-size: 0.7rem;
    }
    .deposit-u,
    .-promotion-content,
    .-btn-select-amount,
    .wd_title_color,
    .f1-8 {
        font-size: 0.8rem;
    }
    .pro_title {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 410.98px) {
    .section-body-tablist {
        width: 23%;
        font-size: 0.7rem;
        margin: auto 3px;
    }
    .main-tab-icon .section-body-tablist {
        font-size: 0.65rem;
    }
}

@media screen and (max-width: 380.98px) {
    .main-tab-icon {
        padding: 2px;
        width: 33.33%;
    }
    .main-tab-icon .section-body-tablist {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 330.98px) {
    .section-body-tablist {
        font-size: 0.6rem;
    }
    .depodis-pro-select .ellipsis {
        width: 145px;
    }
    .-amount-container {
        width: 45%;
    }
}

.x-game-list-item-macro {
    position: relative;
}

.x-game-list-item-macro .-inner-wrapper {
    position: relative;
}

.x-game-list-item-macro .-inner-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(56, 54, 83, .7);
    transition: all .2s;
    border-radius: 16px;
}

.x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner {
    top: 50%;
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.x-game-list-item-macro .-inner-wrapper:hover .-overlay {
    opacity: 1;
    visibility: inherit;
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
    position: relative;
    color: #ffffff;
    background: linear-gradient(0deg, rgb(16 1 53) 0%, rgb(54 8 145) 100%);
    overflow: hidden;
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    min-width: 100px;
    padding: 10px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .2s;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-game-list-item-macro.-cannot-entry.-untestable .-btn-play {
    cursor: pointer;
    pointer-events: auto;
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:after {
    top: 0;
    opacity: 0;
    background: linear-gradient(0deg, rgb(26, 2, 88) 0%, rgb(67, 4, 194) 100%);
    color: #fff;
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:after,
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover {
    position: relative;
    color: #ffffff;
    background: linear-gradient(0deg, rgb(26, 2, 88) 0%, rgb(67, 4, 194) 100%);
    overflow: hidden;
}
#show-history-exchange-item, #member-game-transactions, .check-event-condition-point {
    cursor: pointer;
}
#details-before-exchange {
  align-items: center;
  justify-content: center;
  margin-left: 2px; 
}

#display-item-mall {
  margin-left: 2px;
}

#confirm-exchange-item .spent-img-block{
  height: 30px;
}

#details-before-exchange .redeem-item {
  font-size: 1rem;
}


.content-ufa {
  margin: 0 auto;
}
.btn.-btn-deposit {
  padding: 0.5em 1.5em;
  background: linear-gradient(180deg,#56ccf2,#2f80ed);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 1px 2px hsla(0,7.3%,92%,.24);
}
.btn.-btn-withdraw {
  padding: 0.5em 1.5em;
  background: linear-gradient(180deg,#fbc844,#f88012);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 1px 2px hsla(0,7.3%,92%,.24);
}
.-user-balance-ufa.js-user-balance-ufa {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.1rem 0.5rem 0.2rem 1.75rem;
  background: #424867;
  border-radius: 30px;

}
.-user-balance-ufa.js-user-balance-ufa.child-tab-ufa {
  display: block;
  padding: 4px 10px;
  text-align: right;
  padding-right: 10px;
  font-size: 1rem;

}
    
.-text-btn.-play-game-ufa {

  padding: 0.5em 1.5em;
  background: linear-gradient(180deg,#b67d43,#000);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 1px 2px hsla(0,7.3%,92%,.24);
  width: 100%;
  max-width: 300px;
  display: block;

}
/*#display_ufa {
  padding-left: 1rem;
}*/
.-deposit-to-ufa, .-withdraw-from-ufa, .-play-game-ufa {
  padding: 0;
  font-size: 0.66rem;
}

.-deposit-to-ufa.child-tab-ufa, .-withdraw-from-ufa.child-tab-ufa, .-play-game-ufa.child-tab-ufa {
  padding: 0;
  font-size: 1rem;
  padding: 10px 0px;
}
.-play-game-ufa.child-tab-ufa {
  max-width: 240px;
  margin: 0 auto;
}
.-user-balance-ufa.js-user-balance-ufa {
  padding-left: 1rem;
}

#vip-medal-pc {

  width: 45px;
  margin-left: 3px;
}

#vip-medal-modal-pc {
    width: 80px;
}
.media{
        display: flex;
    align-items: flex-start;
}

.member-info-condition {
    padding-left: 0;
    list-style: none;
}
.member-info-condition li.list a.link-click {
    color: #fcc129;
}

.-bank-info-container {
    width: 90%;
    background: unset;
}
.-bank-info-container .media img {
    margin-right: 15px;
}