.modaldiv .col-8,.modaldiv h1,.modaldiv h2,.modaldiv h3{
    color: #FFF;
}
.display-d{
    display: block !important;
}
.display-m{
    display: none !important;
}
.btn.btn-primary,.btn.btn-primary:hover{
    border-color: #107809;
}

#setFoot .wrap-footer {
   position: fixed;
   right:  0;
   top: calc(52% - (522px / 2));
   width: 110px;
   border-radius:16px 0px 0px 16px;
   justify-content: center;
   text-align: center;
   /*background: radial-gradient(at top center, #777777 -93%, #000003 86%) !important;*/
   background:
           linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
           linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
           linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
           linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
           linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
           linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
   background-color: #131313;
   background-size: 17px 17px;
   border-top: 2px solid #fff3cd;
   border-left: 2px solid #fff3cd;
   border-bottom: 2px solid #fff3cd;
   box-shadow: 1px 0px 11px -1px #faee87;
   z-index: 99999;
}
#setFoot .wrap-footer .foot-content{
  position: relative;
}

.foot-content {
   display: flex;
   flex-direction: column;
}

.col-item {
   display: block;
   margin: 3px auto;
}

.foot-item {
   cursor: pointer;
}

.foot-item img {
   display: block;
   margin: 0 auto;
   /*width: 47px !important;*/
   height: 60px;
}

.foot-item span {
   color: #ffecb5;
   color: #f4d301;
   display: block;
   width: 100%;
   text-align: center;
   font-size: 14px;
   padding-top: 3px;
}
.foot-content >.fas.fa-cog.fa-spin{
  font-size: 30px;
    color: #fff3cd;
    position: absolute;
    top: -23px;
    left: -15px;
}
.x-step-register{
  padding-top: 15px;
}
.-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
}
.-step-box-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40px;
    height: 8px;
    background-color: #393854;
    margin: 0 1px
}

.-step-box-outer:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.-step-box-outer:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.-step-box-outer.step-active {
    background: #9be1ff
}
.blog-change{
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  background: #161615;
  padding: 10px;
  cursor: pointer;
}
.blog-change>img{
    margin: 0px !important;
    width: 42px !important;
    border-radius: 40px !important;
    
   
       
}
.headerblogx h2{
  background: linear-gradient(135deg, rgb(0 0 0) 0%, rgb(86 80 80) 50%, rgb(131 120 120) 51%, rgb(54 50 50) 71%, rgb(0 0 0) 100%) !important;
    box-shadow: 5px 5px 10px #000 !important;
    line-height: 60px !important;
    border-radius: 5px !important;
    padding: 2px 7px !important;
    color: gold !important;
    margin-bottom: 10px !important;
}
.headerblogx h4,.headerblogx h3,.headerblogx h5,.headerblogx h6{
  background: linear-gradient(135deg, rgb(0 0 0) 0%, rgb(86 80 80) 50%, rgb(131 120 120) 51%, rgb(54 50 50) 71%, rgb(0 0 0) 100%) !important;
    box-shadow: 5px 5px 10px #000 !important;
    line-height: 60px !important;
    border-radius: 5px !important;
    padding: 2px 7px !important;
    color: gold !important;
    margin-bottom: 10px !important;
}
.blog-change:hover{
background: #8b6f0b !important;
}
.blog-change>span{
  padding-left: 15px;
}
.blog-change.active{
  background: #8b6f0b !important;
}
#btn-withdraw-his,#btn-deposit-his{
  width: 100%;
  font-size: 1.5rem;
  background-color: black;
}
#btn-withdraw-his{
  border: 1px solid #dc3545;
}
#btn-deposit-his{
  border: 1px solid #28a745;
}
#btn-withdraw-his.active,#btn-withdraw-his:hover{
  background-color: #dc3545 !important;
  color: #FFF !important;
}
#btn-deposit-his.active,#btn-deposit-his:hover{
  background-color: #28a745 !important;
  color: #FFF !important;
}
#tab-deposit,#tab-withdraw{
  width: 100%;
  margin-top: 15px;
}
.form-wraps input {
    width: 60px !important;
}
.form-wraps input {
    text-align: center;
    margin-right: 6px;
    margin-left: 6px;
}
.bank-option{
    cursor: pointer;
    display: inline-block !important;
    opacity: 0.3;
    max-width: 62px !important;
    margin: 5px 5px 5px 5px !important;
}
.bank-option:hover,.bank-option.active{
    cursor: pointer;
    opacity: 1;
}
.hd-h{
    color: #FFF;
}
.blogTxtx {
    line-height: 20px !important;
    padding: 10px !important;
}
.headerplat{
  justify-content: center;
  text-align: center;
}
.btn-games{
        margin: 0;
    padding: 7px 10px;
    background: linear-gradient(155deg, #424242, #101010);
    position: relative;
    box-shadow: 0 5px 10px #000000b0;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s;
    font-size: 16px;
    position: relative;
    color: #FFF;
    width: 100%;
    border:0px;
    width: 150px;
}
.btn-games.active,.btn-games:hover{
    background: linear-gradient(181deg,#ffd34e,#794909);
}
.btn-games img{
  width: 100px;
}
#htmlGameList{
    justify-content: center;
}
#htmlGameList>div{
    justify-content: center;
    width: 100%;
}
.gamelist{
  background: #0000005e;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
#htmlGameLists{
    /*background: #0000007a;*/
    border-radius: 5px;
}
.-row-wrapper{
    width: 100%;
}
.x-game-list-item-macro {
    position: relative
}

.x-game-list-item-macro .-inner-wrapper {
    position: relative
}

.x-game-list-item-macro .-inner-wrapper .-cover-img {
    width: 100%;
    border-radius: 15px
}

.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);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 15px;
    z-index: 3
}

.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%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn {
    position: relative;
    z-index: 2;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    position: relative;
    z-index: 2;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    top: 1px;
    margin-right: 8px;
    font-size: 12px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
    position: relative;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbc844), to(#f88012));
    background: -webkit-linear-gradient(top, #fbc844, #f88012);
    background: -o-linear-gradient(top, #fbc844, #f88012);
    background: linear-gradient(180deg, #fbc844, #f88012);
    overflow: hidden
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    top: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcd776), to(#f99b44));
    background: -webkit-linear-gradient(top, #fcd776, #f99b44);
    background: -o-linear-gradient(top, #fcd776, #f99b44);
    background: linear-gradient(180deg, #fcd776, #f99b44)
}

.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%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    top: 0;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbc844), to(#f88012));
    background: -webkit-linear-gradient(top, #fbc844, #f88012);
    background: -o-linear-gradient(top, #fbc844, #f88012);
    background: linear-gradient(180deg, #fbc844, #f88012)
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover {
    color: #fff;
    text-decoration: none
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:before {
    opacity: 0
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:after {
    opacity: 1
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
    margin-top: .75rem;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .8)
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo:hover {
    background: rgba(0, 0, 0, .75);
    text-decoration: none
}

.x-game-list-item-macro .-title {
    color: #fff;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom:  .75rem;
    text-align: center;
}

.x-game-list-item-macro.-cannot-entry .-btn-play {
    cursor: none;
    pointer-events: none
}

.x-game-list-item-macro.-cannot-entry:not(.-untestable):hover .-inner-wrapper .-overlay {
    display: none
}

.x-game-list-item-macro.-cannot-entry:not(.-untestable):hover .-inner-wrapper .-overlay .-btn-play {
    display: none
}

.x-game-list-item-macro.-cannot-entry .-inner-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 8px 5px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #f3f3f3;
    background: rgba(199, 0, 0, .6);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-game-list-item-macro.-cannot-entry.-ma .-cover-img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.x-game-list-item-macro.-cannot-entry.-ma .-inner-wrapper:before {
    content: "à¸›à¸´à¸”à¸›à¸£à¸±à¸šà¸›à¸£à¸¸à¸‡"
}

.x-game-list-item-macro.-cannot-entry.-untestable .-inner-wrapper:before {
    display: none
}

.x-game-list-item-macro.-cannot-entry.-untestable .-btn-play {
    cursor: pointer;
    pointer-events: auto
}

.x-game-list-item-macro.-cannot-entry.-coming-soon .-inner-wrapper:before {
    content: "Coming Soon"
}

.x-game-list-item-macro.-cannot-entry.-in-condition .-inner-wrapper:before {
    content: "à¹„à¸¡à¹ˆà¹€à¸‚à¹‰à¸²à¸£à¹ˆà¸§à¸¡à¹‚à¸›à¸£"
}

.x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner {
    top: 50%
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay {
    z-index: 2;
    opacity: 1;
    visibility: visible
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.x-game-list-heading-macro .-inner-wrapper {
    position: relative;
    overflow: hidden
}

.x-game-list-heading-macro .-inner-wrapper .-cover-img {
    width: 100%;
    border-radius: 15px
}

.x-game-list-heading-macro .-inner-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 17, 51, .9)), to(rgba(251, 200, 68, .9)));
    background: -webkit-linear-gradient(top, rgba(19, 17, 51, .9), rgba(251, 200, 68, .9));
    background: -o-linear-gradient(top, rgba(19, 17, 51, .9), rgba(251, 200, 68, .9));
    background: linear-gradient(180deg, rgba(19, 17, 51, .9), rgba(251, 200, 68, .9));
    border-radius: 15px
}

.x-game-list-heading-macro .-inner-wrapper .-overlay .-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center
}

.x-game-list-heading-macro.-recently .-inner-wrapper .-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 0, 29, .9)), to(rgba(245, 40, 103, .9)));
    background: -webkit-linear-gradient(rgba(191, 0, 29, .9), rgba(245, 40, 103, .9));
    background: -o-linear-gradient(rgba(191, 0, 29, .9), rgba(245, 40, 103, .9));
    background: linear-gradient(rgba(191, 0, 29, .9), rgba(245, 40, 103, .9))
}

.x-game-list-heading-macro.-best .-inner-wrapper .-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 114, 250, .9)), to(rgba(128, 0, 195, .9)));
    background: -webkit-linear-gradient(rgba(208, 114, 250, .9), rgba(128, 0, 195, .9));
    background: -o-linear-gradient(rgba(208, 114, 250, .9), rgba(128, 0, 195, .9));
    background: linear-gradient(rgba(208, 114, 250, .9), rgba(128, 0, 195, .9))
}

.x-game-list-heading-macro.-new .-inner-wrapper .-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 138, 2, .9)), to(rgba(255, 232, 103, .9)));
    background: -webkit-linear-gradient(rgba(254, 138, 2, .9), rgba(255, 232, 103, .9));
    background: -o-linear-gradient(rgba(254, 138, 2, .9), rgba(255, 232, 103, .9));
    background: linear-gradient(rgba(254, 138, 2, .9), rgba(255, 232, 103, .9))
}

.x-game-list-heading-macro.-live-casino .-inner-wrapper .-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 179, 2, .9)), color-stop(rgba(86, 216, 76, .9)), to(rgba(145, 242, 127, .9)));
    background: -webkit-linear-gradient(bottom, rgba(0, 179, 2, .9), rgba(86, 216, 76, .9), rgba(145, 242, 127, .9));
    background: -o-linear-gradient(bottom, rgba(0, 179, 2, .9), rgba(86, 216, 76, .9), rgba(145, 242, 127, .9));
    background: linear-gradient(0deg, rgba(0, 179, 2, .9), rgba(86, 216, 76, .9), rgba(145, 242, 127, .9))
}

.x-game-list-heading-macro.-sport .-inner-wrapper .-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 0, 29, .9)), to(rgba(245, 40, 103, .9)));
    background: -webkit-linear-gradient(rgba(191, 0, 29, .9), rgba(245, 40, 103, .9));
    background: -o-linear-gradient(rgba(191, 0, 29, .9), rgba(245, 40, 103, .9));
    background: linear-gradient(rgba(191, 0, 29, .9), rgba(245, 40, 103, .9))
}
.blog-aff {
    font-size: 1.3rem;
    padding: 10px 0 10px 0;
}
.blog-aff i{
    font-size: 3rem;
}
.blog-aff-link{
    border: 2px solid #d1b218;
    border-radius: 20px;
    padding: 40px 20px 40px 20px;
    font-size: 1.5rem;
    display: flex;
    margin-top: 15px;
    margin-bottom:  15px;
}
.blog-aff-link input{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
}
.blog-aff-w{
    margin-top: 15px;
    font-size: 1.5rem;
}
.blog-aff-report{
    padding: 20px 0px 20px 0px;
    font-size: 1.2rem;
    background: #1c0101;
    border: 1px solid #818181;
    border-radius: 10px;
    cursor: pointer;
}
.blog-aff-report-txt{
    font-size: 1.2rem;
    padding: 10px;
}
.loginmodaldiv,
.registermodaldiv {
  display: none;
  overflow: auto;
}
.modaldiv {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  padding: 0 10px;
  overflow: auto;
  z-index: 9999;
}
.contentmodal {
  width: 100%;
  max-width: 550px;
  height: auto;
  z-index: 2;
  position: relative;
  margin: 20px auto;
  margin-top: 30px;
  background: linear-gradient(180deg, #1c1c1c, #0f0e0a);
  border-radius: 20px;
  padding: 10px;
  margin-inline: auto;
  transition: all .3s;
  box-shadow: 0 0 15px black;
  padding-bottom: 25px;
}
@media (max-width:767px) {
  .contentmodal {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    max-width: 100%;
    margin: 0;
    padding-top: 50px;
  }
}
.contentmodal iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.closepopup {
  position: absolute;
  right: 2px;
  top: -10px;
  border-radius: 50px;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  background: #ff4c4c;
  padding: 0;
}
@media (max-width:767px) {
  .closepopup {
    top: 10px;
    right: 10px;
  }
}
.closepopup i {
  display: block;
  margin: 0 auto;
  color: white;
}
.overlaymodal {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: #00000070;
  z-index: -1;
}
.contentmodal.animate__animated.animate__bounceInDown {
  --animate-duration: .6s;
}
.contentmodal .login h1 {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
.contentmodal .login h1 img {
  width: 30px;
  height: auto;
}
.contentmodal .login {
  padding: 0 20px;
}
.contentmodal .login .logopopup img {
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}
.contentmodal .login input,
.contentmodal .login select {
  background: #0a0a0a;
  width: 100%;
  border-radius: 9px;
  border: none;
  padding: 10px;
  outline: none;
  color: white;
  box-shadow: 0 0 2px white, 0 0 15px #0000009e;
}
.btnLogin {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  background: linear-gradient(180deg, #ff3a3a, #6a1a1a);
  display: block;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
  color: white;
  border: none;
}
.modalspanbox {
  text-align: center;
  font-weight: 200;
  padding: 10px 0;
  padding-top: 0px;
}
.modalspanbox a {
  font-weight: 500;
}
/* LOGIN MODAL */
.modaldiv{
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right:0;
  top: 0%;
  left: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  padding: 0 10px;
}
.contentmodal{
  width: 100%;
  max-width: 500px;
  height: auto;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(137deg,#3b3b3bed,#030303);
  border-radius: 20px;
  padding: 10px;
}
.contentmodal iframe{
  height: 100%;
  width: 100%;
  border: none;
}
.contentmodal>button{
  position: absolute;
  right: 2px;
  top: 0px;
  border-radius: 50px;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  background:#ff4c4c;
  padding: 0;
}
.contentmodal button i{
  display:block;
  margin:0 auto;
  color:white;
}
.overlaymodal{
  position: fixed;
  bottom: 0;
  right:0;
  top: 0;
  left: 0;
  background: #00000070;
  z-index: -1;
}
.contentmodal.animate__animated.animate__bounceInDown {
  --animate-duration: .6s;
}
.contentmodal .login h1{
  text-align:center;
  font-size:20px;
  margin-top:10px;
}
.contentmodal .login{
    padding: 0 20px;
}
.contentmodal .login img{
  width:100%;
  max-width:200px;
  height:auto;
  margin:0 auto;
  display:block;
  margin-top:15px;
}
.contentmodal .login input{
    background: #0a0a0a96;
    width:100%;
    border-radius: 9px;
    border: none;
    padding: 10px;
    outline: none;
    color: white;
    box-shadow: 0 0 2px white,0 0 15px #0000009e;
}
.contentmodal .login a.btnLogin{
    width:100%;
    max-width:200px;
    padding:10px;
    background: linear-gradient(181deg,#ffd34e,#794909);
    display:block;
    margin:20px auto;
    text-align:center;
    border-radius:20px;
}
.contentmodal .login a{
  text-decoration:none;
  color:white;
}
@media (min-width:992px) {
    .x-game-list-item-macro:hover .-inner-wrapper .-overlay {
        opacity: 1;
        visibility: visible
    }
    .x-game-list-item-macro:hover .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
@media (max-width:991px) {
    #htmlHeader{
        width: 100%;
        justify-content: center;
    }
    .fixed {
        position: fixed;
        top: 0;
        left: 0px;
        width: 100%;
        display: flex;
        z-index: 9;

    }
    .facebook-mobile{
       display: none !important;
    }
    .display-d{
        display: none !important;
    }
    .display-m{
        display: block !important;
    }
    .btn-games{
        width: 100%;
    }
    #btn-withdraw-his{
        font-size: 1.2rem;
    }
    #btn-deposit-his{
        font-size: 1.2rem;
    }
    #setFoot .wrap-footer {
        top: auto;
        bottom: 72px;
        width: 60px;
    }
    #setFoot .wrap-footer .footer-deposit, #setFoot .wrap-footer .footer-withdraw, #setFoot .wrap-footer .footer-aff, #setFoot .wrap-footer .footer-his{
        display: none;
    }
    .foot-item img {
        display: block;
        margin: 0px auto;
        height: 40px;
    }
    .foot-content >.fas.fa-cog.fa-spin {
        font-size: 30px;
        color: #e3b011;
        position: absolute;
        top: -23px;
        left: -15px;
        cursor: pointer;
    }
    .footer-m-w{
        width: 200px !important;
        transition: 0.2s;
    }
    .footer-m-w .col-item{
        display: inline-block;
    }
    .footer-m-w .foot-content {
        display: flex;
        flex-direction: unset;
    }
    .headerplat .col{
        padding: 0 5px 0 5px;
    }
    .elementor-element-3419fa0 .elementor-widget-wrap.elementor-element-populated{
        justify-content: center;
        text-align: center;
    }
    .btn-games img {
        width: 46px;
    }
    .gamelist>.col-4 {
        padding: 0px 7px 0px 7px;
    }
    .elementor-element-4ed23b5 .elementor-widget-wrap.elementor-element-populated{
        justify-content: center;
        text-align: center;
    }
    .btn-www,.btn-ddd{
        padding: 0px 5px 0px 5px !important;
        font-size: 14px !important;
        color: #FFF !important;
        width: 100px !important;
    }
    #setFoot .wrap-footer {
        top: auto;
        bottom: 72px;
        width: 60px;
        right: 0;
        left: auto;
        height: 90px;
    }
    .linefixed{
        display: none;
    }
    .elementor-element-4f8cd60>div,.elementor-element-e040917>div{
        justify-content: center !important;
    }
    .-selecteds{
        transition: all .4s;
        background-size: 450px;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        background-position: 0 0;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        background: linear-gradient(180deg, #b9a9a9, #4c4c4c);
    }
}
@media (max-width:375px) {
    .btn-www,.btn-ddd{
        padding: 0px 5px 0px 5px !important;
        font-size: 10px !important;
    }
    .btn-games {
        width: 75px !important;
    }
    .tabsec05 .btn-games img {
        max-width: 35px !important;
    }
    .tabsec05 .btn-games .-title-mobile {
        font-size: 14px;
    }
}
body {
  background:#000;
}
.loadercontain{
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position:fixed;
    z-index:11111;
    width:100%;
    overflow: hidden;
}
.loadercontain img{
  position:fixed;
  top:50%;
  left:0;
  right: 0;
  display: block;
  margin: 0 auto;
  margin-top: -115px;
  max-width: 217px;
  height: auto;
  transform: scale(1);
  animation: logotopanimate 10s ease 0s infinite normal none;

  z-index: 1;
}
#loadmeta {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow:visible;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
    position:fixed;
    background: #000000ba;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

@keyframes logotopanimate {
 0.0%{
   transform: scale(1);
}
50.0%{
  transform: scale(1.3);
}
   100.0%{
   transform: scale(1);
}
}
#loadmeta span{
  text-align: center;display: block;
  
  
  
  
}
#loadmeta div {
  width: 100%;
  height: auto;
  opacity:1;
  font-family:Helvetica, Arial, sans-serif;
  color: #ffffff;
   animation:textzoom 2s linear infinite;
  -o-animation:movetextzoom2s linear infinite;
  -moz-animation:textzoom 2s linear infinite;
  -webkit-animation:textzoom 2s linear infinite;
  text-shadow: 0 0 10px white, 0 0 20px #28a0fb, 0 0 20px #fb4141, 0 0 20px #fb4141, 0 0 10px #ffffff;
text-align: center;}
@keyframes textzoom {
 0.0%{
   transform: scale(1);
}
50.0%{
  transform: scale(1.3);
}
   100.0%{
   transform: scale(1);
}
}

#loadmeta div:nth-child(2) {
  animation-delay:0.2s;
  -o-animation-delay:0.2s;
  -moz-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
}
#loadmeta div:nth-child(3) {
  animation-delay:0.4s;
  -o-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
}
#loadmeta div:nth-child(4) {
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
#loadmeta div:nth-child(5) {
  animation-delay:0.8s;
  -o-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
}
#loadmeta div:nth-child(6) {
  animation-delay:1s;
  -o-animation-delay:1s;
  -moz-animation-delay:1s;
  -webkit-animation-delay:1s;
}
#loadmeta div:nth-child(7) {
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}

.spincontain{
  
position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);margin-top: 10px;z-index: 1;}
        .boxload{
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: conic-gradient(#3a86ff, transparent, transparent, transparent, transparent);
            position: relative;
            display: grid;
            place-items: center;
            animation: loader 0.7s linear infinite;
        z-index: 1;}
        .boxload::before,
        .boxload::after{
            content: '';
            position: absolute;
        }
        .boxload::before{
            width: 80%;
            height: 80%;
            border-radius: 50%;
            background: #03071eab;
        }
        .boxload::after{
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 8px;
            height: 8px;
            background: #fb4141;
            border-radius: 50%;
        }
        @keyframes loader {
            0%{
                transform: rotate(0);
                background: conic-gradient(#fb4141, transparent, transparent, transparent, transparent);
            }
            25%{
                background: conic-gradient(#fb4141, transparent, transparent, transparent);
            }
            50%{
                background: conic-gradient(#fb4141, transparent, transparent);
            }
            100%{
                transform: rotate(-360deg);
                background: conic-gradient(#fb4141, transparent, transparent);
            }
        }
/* Loading Meta */
