#htmlGameLists{
    justify-content: center;
    
}
#navbarProvider{
    width: 100%;
}
#htmlGameLists>div{
    margin-top: 5% !important;
    justify-content: center;
    width: 100%;
}
.gamelist-data>.nav-item{
    width: 14% !important;
}
.active-tabx{
    background: #1b03088c;
    color: #ffbd05;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.tabx{
    cursor: pointer;
    border-bottom: 2px solid #1b03088c;
    padding-top: 5px;
}
.tabx:hover,.tabx:focus{
    color: #ffbd05;
    background: #1b03088c;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.x-modal .-modal-content .-modal-body {
    bottom: auto;
    top: 14%;
}
.x-modal .-modal-content {
    background: linear-gradient(0deg,#000,#dc143c) !important;

    border: 4px solid rgb(147 147 147/96%) !important;
    -webkit-box-shadow: inset 0 0 15px #959595 !important;
    box-shadow: inset 0 0 15px #959595 !important;
}
#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;
    color: #FFF;
}

.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-top: .75rem;
    margin-bottom: 0;
    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))
}
.nav .nav-item.-game-casino-macro-container {
    padding: 0 .5rem;
    margin: 1rem 0 .25rem;
}
.nav-item.-game-casino-macro-container {
    padding: 0 0.5rem;
    margin: 1rem 0 0.25rem;
    width: 20%;
    display: inline-block;
}
#htmlLoadGames{
    display: inline-block;
    width: 100%;
}
.nav.nav-pills{
    justify-content: center;
}
.modal-content>.close{
    position: absolute;
    right: 8px;
    top: 5px;
    color: #FFF;
        z-index: 999;
}
.-img-container{
    justify-content: center;
    text-align: center;
}
.x-title-modal{
    color: #FFF;
    margin-top: 20px;
    margin-bottom:10px;
}
.-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
}
.x-login-container{
    justify-content: center;
    text-align: center;
}
.-text-message{
    color: #FFF;
}
.logologinmodal.div{
    margin-top: 20px;
    margin-bottom: 20px;
}
a,a:hover,a:focus{
    color: #ffac04;
    text-decoration: none;
}
.form-wraps input {
    width: 60px;
}
.form-wraps input {
    text-align: center;
    margin-right: 6px;
    margin-left: 6px;
}
.bank-option{
    cursor: pointer;
    opacity: 0.3;
    max-width: 62px;
    margin:5px 5px 5px 5px;
}
.bank-option:hover,.bank-option.active{
    cursor: pointer;
    opacity: 1;
}
.hd-h{
    color: #FFF;
}
.blogTxtx {
    line-height: 20px !important;
    padding: 10px !important;
}
.header-post {
    text-align: center;
    margin: 10px auto;
    width: 100%;
    max-width: 300px;
    padding: 10px 0;
    background: #0000007a;
    border-radius: 10px;
}
.header-post h1 {
    font-size: 25px;
    font-weight: 400;
    background: linear-gradient(180deg, #fcf9b1 20%, #fcf9ac 50%, #f3921a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
#hrmlMemberInfoPage .card,#hrmlDeposithistoryPage .card,#hrmlWithdrawhistoryPage .card,#hrmlAffiliatePage .card,#hrmlPromotionPage .card{
        background: linear-gradient(137.32deg,rgb(43 8 8 / 96%) .02%,rgb(102 45 0 / 96%) 99.96%);
    border-radius: 10px;
    border: 4px solid rgb(252 196 45 / 96%);
    -webkit-box-shadow: inset 0 0 15px #ebd577;
    box-shadow: inset 0 0 15px #ebd577;
}
#hrmlMemberInfoPage .card-header,#hrmlDeposithistoryPage .card-header,#hrmlWithdrawhistoryPage .card-header,#hrmlAffiliatePage .card-header,#hrmlPromotionPage .card-header{ 
    border-bottom: 1px solid rgb(255 254 254 / 59%);
}
#hrmlMemberInfoPage .card,#hrmlDeposithistoryPage .card,#hrmlWithdrawhistoryPage .card,#hrmlAffiliatePage .card,#hrmlPromotionPage .card{
    width: 100%;
}
.header-pages{
    margin-top: 3rem;
    margin-bottom: 20px;
}
#hrmlMemberInfoPage,#hrmlDeposithistoryPage,#hrmlWithdrawhistoryPage,#hrmlAffiliatePage,#hrmlPromotionPage{
    margin-bottom: 5rem;
}
.table-theme {
    border: 0px solid #f6d355;
    box-sizing: border-box;
    border-radius: 40px 40px 0px 0px;
}
.table-theme thead {
    border: 0px solid #f6d355;
    border-radius: 40px 40px 0px 0px;
}
.table-theme thead th {
    border: 0px solid #f6d355;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 0px 0px 0px 0px;
    font-size: 26px;
    background: transparent;
}
.table-theme tbody td {
    color: #FFF;
    font-size: 20px;
}
.n-mar{
    margin-left: 0px;
    margin-right: 0px;
}
.div-mobile{
    display: block !important;
}
.table-theme thead th {
    border-bottom: 1px solid #eee;
}
@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) {
    .table-theme thead th {
        font-size: 16px;
    }
    .table-theme tbody td {
        color: #fff;
        font-size: 14px;
    }
    .modal {
        top: 0 !important;
    }
    .-row-wrapper{
        margin: 0px;
    }
    .gamelist-data>.nav-item {
        width: 33.33% !important;
    }
    .tabx{
        display: grid;
        vertical-align: middle;
        align-items: center;
    }
    .tabx h4{
        font-size: 14px;
    }
    #htmlHeader>div>div{
        padding: 5px !important;
    }
}
@media (max-width:767.98px) {
    #htmlLoadGames .nav-item.-game-casino-macro-container {
        width: 50%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(3) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(6) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(9) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(12) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(15) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(18) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(21) {
        width: 100%
    }
}
@media (max-width:350px) {
     .nav .nav-item.-game-casino-macro-container {
        padding: 0 .25rem
    }
}

#setFoot{
        display: none;
    }
.wrap-footer {

   position: fixed;
   left: 0;
   top: calc(60% - (522px / 2));
   width: 81px;

   border-radius: 0 16px 16px 0;
   /*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-right: 2px solid #fff3cd;
   border-bottom: 2px solid #fff3cd;

   box-shadow: 1px 0px 11px -1px #faee87;
   z-index: 99999;
}
@media (max-width:991px) {
    #setFoot{
        display: none !important;
    }
}
.foot-content {
   display: flex;
   flex-direction: column;
}

.col-item {
   display: block;
   margin: 8px auto;
}

.foot-item {
   cursor: pointer;
}

.foot-item img {
   display: block;
   margin: 0 auto;
   /*width: 47px !important;*/
   height: 36px;
}

.foot-item span {
   color: #ffecb5;
   display: block;
   width: 100%;
   text-align: center;
   font-size: 14px;
   padding-top: 3px;
}

.active-tab-content {
   display: block;
}

.btn-with-draw {
   background: #00b900;
   border-color: #00b900 !important;
   color: #fff !important;
   padding: 0.7em 25px;
   height: auto;
   border-radius: 3px;
}

.alert-success hr, .alert-dark hr {
   /*border-top-color: #b1dfbb;*/
   border-top-color: #6c757d;
}

.badge-dark {
   color: #fff;
   background-color: #343a40;
}

.logout-button {
   background: linear-gradient(to bottom, #c30912 0, #7c050a 100%);
   border: 1px solid #dc3545;
   border-radius: 5px;
}

.badge-danger {
   color: #fff;
   background-color: #dc3545;
}

.badge-secondary {
   color: #fff;
   background-color: #6c757d;
}

.game-tab .nav-item {
   text-align: center;
   color: #fff;
   margin-right: 2%;
}

.aff-commission-list .nav-item button.active, .game-tab .nav-item button.active,
.redeem-tab .nav-item button.active {
   background: linear-gradient(180deg, #caae62, #eae0a5 21%, #f9f7c6 49%, #ecd68d 80%, #c19b50);
   color: #000 !important;
}

.aff-commission-list .nav-item button, .game-tab .nav-item button, .game-tab .tab-content a,
.redeem-tab .nav-item button {
   color: #e6cb91;
   text-decoration: none;
   cursor: pointer;
}

.aff-commission-list .nav-item button:hover , .game-tab .nav-item button:hover, .game-tab .tab-content a:hover {
   color: #faee87;
}

.item-redeem {
   display: block;
   padding: 8px;
   text-align: center;
   background: rgba(0,0,0,.7);
   margin: 8px;
   border: 1px solid;
   height: 380px;
   max-height: 380px;
   box-shadow: 1px 1px 8px;
}

.item-redeem img {
   width: 100%;
}

.item-redeem button {
   color: #adff2f;
   text-decoration: none;
   cursor: pointer;
}

.icon-item:hover img, .foot-item:hover img {
   filter: brightness(120%) saturate(120%);
   -webkit-animation: pulse 1.4s infinite;
}

.icon-item:hover span, .foot-item:hover span {
   color: #ffd700;
   font-weight: bold;
   -moz-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   transition: .5s;
   text-shadow: 2px 2px #000;
}

.foot-item:hover span {
   color: #fff;
}

.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: #3a86ff;
            border-radius: 50%;
        }
        @keyframes loader {
            0%{
                transform: rotate(0);
                background: conic-gradient(#3a86ff, transparent, transparent, transparent, transparent);
            }
            25%{
                background: conic-gradient(#ffba00, transparent, transparent, transparent);
            }
            50%{
                background: conic-gradient(#c9184a, transparent, transparent);
            }
            100%{
                transform: rotate(-360deg);
                background: conic-gradient(#480ca8, transparent, transparent);
            }
        }
/* Loading Meta */


#htmlGameLists{
    justify-content: center;
    
}
#navbarProvider{
    width: 100%;
}
#htmlGameLists>div{
    margin-top: 5% !important;
    justify-content: center;
    width: 100%;
}
.gamelist-data>.nav-item{
    width: 14% !important;
}
.active-tabx{
    background: #1b03088c;
    color: #ffbd05;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.tabx{
    cursor: pointer;
    border-bottom: 2px solid #1b03088c;
    padding-top: 5px;
}
.tabx:hover,.tabx:focus{
    color: #ffbd05;
    background: #1b03088c;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.x-modal .-modal-content .-modal-body {
    bottom: auto;
    top: 14%;
}
.x-modal .-modal-content {
    background: linear-gradient(0deg,#000,#dc143c) !important;

    border: 4px solid rgb(147 147 147/96%) !important;
    -webkit-box-shadow: inset 0 0 15px #959595 !important;
    box-shadow: inset 0 0 15px #959595 !important;
}
#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
        border: 1px solid black;
    border-radius: 15px;
    background: black
}

.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-top: .75rem;
    margin-bottom: 0;
    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))
}
.nav .nav-item.-game-casino-macro-container {
    padding: 0 .5rem;
    margin: 1rem 0 .25rem;
}
.nav-item.-game-casino-macro-container {
    padding: 0 0.5rem;
    margin: 1rem 0 0.25rem;
    width: 20%;
    display: inline-block;
}
#htmlLoadGames{
    display: inline-block;
    width: 100%;
}
.nav.nav-pills{
    justify-content: center;
}
.modal-content>.close{
    position: absolute;
    right: 8px;
    top: 5px;
    color: #FFF;
        z-index: 999;
}
.-img-container{
    justify-content: center;
    text-align: center;
}
.x-title-modal{
    color: #FFF;
    margin-top: 20px;
    margin-bottom:10px;
}
.-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
}
.x-login-container{
    justify-content: center;
    text-align: center;
}
.-text-message{
    color: #FFF;
}
.logologinmodal.div{
    margin-top: 20px;
    margin-bottom: 20px;
}
a,a:hover,a:focus{
    color: #ffac04;
    text-decoration: none;
}
.form-wraps input {
    width: 60px;
}
.form-wraps input {
    text-align: center;
    margin-right: 6px;
    margin-left: 6px;
}
.bank-option{
    cursor: pointer;
    opacity: 0.3;
    max-width: 62px;
    margin:5px 5px 5px 5px;
}
.bank-option:hover,.bank-option.active{
    cursor: pointer;
    opacity: 1;
}
.hd-h{
    color: #FFF;
}
.blogTxtx {
    line-height: 20px !important;
    padding: 10px !important;
}
.header-post {
    text-align: center;
    margin: 10px auto;
    width: 100%;
    max-width: 300px;
    padding: 10px 0;
    background: #0000007a;
    border-radius: 10px;
}
.header-post h1 {
    font-size: 25px;
    font-weight: 400;
    background: linear-gradient(180deg, #fcf9b1 20%, #fcf9ac 50%, #f3921a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
#hrmlMemberInfoPage .card,#hrmlDeposithistoryPage .card,#hrmlWithdrawhistoryPage .card,#hrmlAffiliatePage .card,#hrmlPromotionPage .card{
        background: linear-gradient(137.32deg,rgb(43 8 8 / 96%) .02%,rgb(102 45 0 / 96%) 99.96%);
    border-radius: 10px;
    border: 4px solid rgb(252 196 45 / 96%);
    -webkit-box-shadow: inset 0 0 15px #ebd577;
    box-shadow: inset 0 0 15px #ebd577;
}
#hrmlMemberInfoPage .card-header,#hrmlDeposithistoryPage .card-header,#hrmlWithdrawhistoryPage .card-header,#hrmlAffiliatePage .card-header,#hrmlPromotionPage .card-header{ 
    border-bottom: 1px solid rgb(255 254 254 / 59%);
}
#hrmlMemberInfoPage .card,#hrmlDeposithistoryPage .card,#hrmlWithdrawhistoryPage .card,#hrmlAffiliatePage .card,#hrmlPromotionPage .card{
    width: 100%;
}
.header-pages{
    margin-top: 3rem;
    margin-bottom: 20px;
}
#hrmlMemberInfoPage,#hrmlDeposithistoryPage,#hrmlWithdrawhistoryPage,#hrmlAffiliatePage,#hrmlPromotionPage{
    margin-bottom: 5rem;
}
.table-theme {
    border: 0px solid #f6d355;
    box-sizing: border-box;
    border-radius: 40px 40px 0px 0px;
}
.table-theme thead {
    border: 0px solid #f6d355;
    border-radius: 40px 40px 0px 0px;
}
.table-theme thead th {
    border: 0px solid #f6d355;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 0px 0px 0px 0px;
    font-size: 26px;
    background: transparent;
}
.table-theme tbody td {
    color: #FFF;
    font-size: 20px;
}
.n-mar{
    margin-left: 0px;
    margin-right: 0px;
}
.div-mobile{
    display: block !important;
}
.table-theme thead th {
    border-bottom: 1px solid #eee;
}
@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) {
    .table-theme thead th {
        font-size: 16px;
    }
    .table-theme tbody td {
        color: #fff;
        font-size: 14px;
    }
    .modal {
        top: 0 !important;
    }
    .-row-wrapper{
        margin: 0px;
    }
    .gamelist-data>.nav-item {
        width: 33.33% !important;
    }
    .tabx{
        display: grid;
        vertical-align: middle;
        align-items: center;
    }
    .tabx h4{
        font-size: 14px;
    }
    #htmlHeader>div>div{
        padding: 5px !important;
    }
}
@media (max-width:767.98px) {
    #htmlLoadGames .nav-item.-game-casino-macro-container {
        width: 50%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(3) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(6) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(9) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(12) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(15) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(18) {
        width: 100%
    }
    #htmlLoadGames .nav-item.-game-casino-macro-container:nth-child(21) {
        width: 100%
    }
}
@media (max-width:450px) {
    .nav-item.-game-casino-macro-container { 
        padding: 0 0.5rem;
        margin: 1rem 0 0.25rem;
        width: 33.33%;
        display: inline-block;
    }
}
@media (max-width:350px) {
     .nav .nav-item.-game-casino-macro-container {
        padding: 0 .25rem
    }
}
.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;
}
.btn-games.active,.btn-games:hover{
    background: linear-gradient(181deg,#ffd34e,#794909);
}
@media (max-width:991px) {
    .btn-games {
        width: 84px !important;
    }
    .section08 .tabsec05 .row .col{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .navbarstk img {
        margin-top: 11px !important;
    }
    .navbarstk img {
        width: 130px;
    }
    #htmlGameLists>pre {
        display: none !important;
    }
    #htmlGameLists .nav-item.-game-casino-macro-container {
        width: 50%
    }
     #htmlGameLists2 .nav-item.-game-casino-macro-container {
        width: 50%
    }
    #htmlGameLists .nav-item.-game-casino-macro-container.gamelist:nth-child(3) {
        width: 100%
    }
    #htmlGameLists .nav-item.-game-casino-macro-container.gamelist:nth-child(6) {
        width: 100%
    }
    #htmlGameLists .nav-item.-game-casino-macro-container.gamelist:nth-child(9) {
        width: 100%
    }
    #htmlGameLists .nav-item.-game-casino-macro-container.gamelist:nth-child(12) {
        width: 100%
    }
    #htmlGameLists .nav-item.-game-casino-macro-container.gamelist:nth-child(15) {
        width: 100%
    }
    #htmlGameLists .nav-item.-game-casino-macro-container.gamelist:nth-child(18) {
        width: 100%
    }
    #htmlGameLists .nav-item.-game-casino-macro-container.gamelist:nth-child(21) {
        width: 100%
    }

    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(3) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(6) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(9) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(12) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(15) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(18) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(21) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(24) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(27) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(30) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(33) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(36) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(39) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(42) {
        width: 100%
    }
    #htmlGameLists2 .nav-item.-game-casino-macro-container.gamelist:nth-child(45) {
        width: 100%
    }

    .x-game-list-item-macro .-inner-wrapper .-cover-img {
        width: 100%;
        border-radius: 5px;
    }
}
.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: #3a86ff;
            border-radius: 50%;
        }
        @keyframes loader {
            0%{
                transform: rotate(0);
                background: conic-gradient(#3a86ff, transparent, transparent, transparent, transparent);
            }
            25%{
                background: conic-gradient(#ffba00, transparent, transparent, transparent);
            }
            50%{
                background: conic-gradient(#c9184a, transparent, transparent);
            }
            100%{
                transform: rotate(-360deg);
                background: conic-gradient(#480ca8, transparent, transparent);
            }
        }
@media (max-width:415px) {
    .bgsec02 {
        display: none;
    }
}
@media (max-width:375px) {
    .btn-games {
    width: 70px !important;
}
    .tabsec05 .btn-games img {
        max-width: 35px !important;
    }
    .tabsec05 .btn-games .-title-mobile {
        font-size: 14px;
    }
}
/* width */
    ::-webkit-scrollbar {
      width: 8px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px #FFF; 
      border-radius: 5px;
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #000 ; 
      border-radius: 5px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #000 ; 
    }