/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/*;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;*/

body{
    --fc-event-border-color: #00FFD1 !important;
    --fc-event-bg-color: #00FFD1 !important;
    --fc-event-text-color: #FFFFFF;
   /* background: var(--custom-radial-background-color) !important;*/
   background: black !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.page-background{
    background-image: var(--content-background);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home_content{
/*    background: url("data:,"), lightgray 50% / cover no-repeat !important;*/
/*    background-attachment: fixed !important;*/
}

a:hover{
/*    color: white !important;*/
}

#kt_content_container{
    padding-top: 20px !important;
}

.scrolltop{
    bottom: 50px !important;
}

#content{
    height: 100%;
}

.hd{
    display: none;
}
.equalHeight{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equalHeight:before,
.equalHeight:after{
    display: none;
}

.single-center-box{
    padding:20px;
    max-width:450px;
    margin:0 auto;"
}

.cursor-pointer{
    cursor: pointer;
}

#_creload{
    text-align: center;
    cursor: pointer;
}

.showPass{
    cursor: pointer;
    border-color: var(--custom-color) !important;
}

.p-100{
    padding: 100px;
}

.top-60px{
    top: 60px !important;
}

.offscreen{
    position: absolute;
    left: -999em;
}
/*------------------ Custom Style --------------------*/
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered{
    color: var(--custom-input-color) !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    /*background-color: var(--custom-color) !important;
    color: black !important;*/
}

.stepper-title{
    color: white !important;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon{
    background-color: var(--custom-color) !important;
}

.fw-700{
    font-weight: 700 !important;
}
.text-profile{
    text-shadow: 0 0 0.6em black;
}

/*------------------ Header --------------------*/
#header-bar{
/*    background: url("data:,") no-repeat;*/
    background-size: cover;
    background: white;
/*    background-image: var(--custom-sharp-gradient-color);*/
}
#header-bar #kt_header_nav a:hover{
    color: #00FFD1;
}
#header-bar #kt_header_nav a{
    color: white;
}
.aside.aside-dark {
    background: var(--sidebar-background);
    background-size: cover !important;
/*    background-color: black !important;*/
}
.aside.aside-dark .aside-logo{
    background-color: transparent !important;
}

.depost-amt-bg{
    background-color: var(--custom-color) !important;
}

.depost-amt{
    justify-content: center;
    text-align: center;
}

/*------------------ Toastr --------------------*/
.toast-top-center{
    top: 0;
    right: 0;
    width: 100%;
}
.toast-top-center .toastr{
    margin: auto !important;
}
/*------------------ Sidebar --------------------*/
#kt_aside .aside-menu .menu-icon{
    margin-right: 30px;
}
#kt_aside .aside-menu .menu-item a.menu-link{
    margin: 5px 10px;
    border-radius: 7px;
}
#kt_aside .aside-menu .menu-item a.menu-link .menu-title{
    color: var(--custom-color) !important;
}
#kt_aside .aside-menu .menu-item a.menu-link:hover,
#kt_aside .aside-menu .menu-item a.menu-link.active{
    border-radius: 7px;
    background: var(--custom-gradient-background-color2);
}
#kt_aside .aside-menu .menu-item a.menu-link:hover .menu-title,
#kt_aside .aside-menu .menu-item a.menu-link.active .menu-title{
    color: var(--custom-hover-text-color) !important;
}

/*------------------ Login Language Bar --------------------*/
.language-bar:active,
.language-bar:hover,
.language-bar {
    background: linear-gradient(90deg,#329deb -.1%,#141458 99.9%) !important;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.lang{
    position: absolute;
    top: 7px;
    left: auto;
    right: 20px;
    margin: 30px 0;
}
.lang-dropdown img{
    width: 20px;
    border-radius: 20px;
}
.dropdown-menu.language{
    right: 0;
    left: initial;
    border-radius: 20px;
}
.dropdown-menu.language .dropdown-item{
    border-bottom: 1px solid #DDD;
}
.dropdown-menu.language .dropdown-item:last-child{
    border-bottom: none;
}
.pc_view{
    display: block;
}

.log_view{
    font-size: 16px !important;
    margin-left: 5px;
}
/*------------------ Pagination --------------------*/
.reportPagination strong { 
    padding: 5px 10px; 
    /*background-color:#0279ff; */
    color: black; 
    /*border:1px solid #0279ff;*/
    border-radius: 3px;
}
.reportPagination a { 
    border: 1px solid #ebedf2; 
    padding: 5px 10px; 
    color: black; 
    border-radius: 3px;
}
.reportPagination a:hover { 
    color: white; 
    text-decoration:none; 
    background-color:#009EF7; 
    /*border:1px solid #0279ff;*/
}
.page-item.active .page-link {
    background-color: var(--custom-color) !important;
    color: black !important;
}
/*------------------ Loader --------------------*/
.screenLoader{
    position:fixed;
    z-index:99999;
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    padding:20px;
    margin: 0 auto;
    /*margin:-45px 0 0 -100px;*/
    text-align: center
}
.screenLoaderContent{
    position: fixed;
    top: 50%;
    left: 25%;
    right: 25%;
}

.screenLoaderContent img{
    width: 80px;
}

.label-square{
	height: 20px;
	width: 20px;
}

/*------------------ Sortable --------------------*/
ol.sortable, ol.sortable ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

ol.sortable {
    margin: 0px 0;
}

.sortable li {
    margin: 5px 0 0 0;
    padding: 0;
}
.sortable li div  {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    padding: 6px;
    margin: 0;
    cursor: move;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

/*------------------ Width --------------------*/
.w-20{
    width: 20% !important;
}
.w-40{
    width: 40% !important;
}
.w-45{
    width: 45% !important;
}
.w-80{
    width: 80% !important;
}
/*------------------ Font --------------------*/
.font-12{
    font-size: 12px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-22{
    font-size: 22px !important;
}
.font-24{
    font-size: 24px !important;
}
.font-25{
    font-size: 25px !important;
}
.font-30{
    font-size: 30px !important;
}
.font-50{
    font-size: 50px !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.font-weight-700{
    font-weight: 700 !important;
}
.font-weight-800{
    font-weight: 800 !important;
}
/*------------------ Text --------------------*/
.text-green{
	color: rgba(35,187,85,1) !important;
}
.text-white{
    color: white !important ;
}
.text-black{
    color: black !important;
}
.text-red{
	color: red !important;
}
.text-gold{
	color: gold !important;
}
.text-grey{
    color: grey !important;
}
.text-grey-1{
    color: #97A6B4 !important;
}
.text-right{
    text-align: right !important;
}
.text-primary{
    color: var(--primary-color-1) !important;
}
.text-black-1{
    color: #012060 !important;
}
.text-black-2 {
    color: #181818;
}
.text-blue{
    color: #1A237B !important;
}
.text-blue-1{
    color: #000063 !important;
}
.text-custom{
    color: var(--custom-color) !important;
}
.text-custom-2{
    color: var(--custom-text-color2) !important;
}
.text-custom-3{
    color: var(--custom-text-color3) !important;
}
.text-custom-4{
    color: var(--custom-text-color4) !important;
}
.text-validation{
    color: #7EFFBA !important;
}
.text-aqua{
    color: aqua !important;
}

.title-gradient {
    background: linear-gradient(90deg,#329deb -.1%,#141458 99.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.game-name{
    color: var(--custom-color) !important;
}
/*------------------ Background --------------------*/
.gs{
    filter: grayscale(1);
}

.bg-blue-1{
    background-color: #000063 !important;
}
.bg-green-1{
    background-color: #08AA43 !important;
}
.bg-red{
    background-color: #FF0801 !important;
}
.bg-red-1{
    background-color: #980400 !important;
}
.bg-transparent{
    background-color: transparent !important;
}
.bg-black-transparent{
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-yellow{
    background-color: yellow !important;
}
.bg-grey{
    background-color: #222223 !important;
}
.bg-white{
    background-color: white !important;
}
.bg-custom-gradient{
    background: var(--custom-gradient-color) !important;
}
.bg-custom-gradient2{
    background: var(--custom-gradient-background-color3) !important;
}
.bg-custom-gradient3{
    background: var(--custom-sharp-gradient-color) !important;
    color: var(--custom-color) !important;
}
.bg-custom-gradient2{
}
.bg-custom-gradient2 .title-nav .nav-item a:not(.active){
    background: var(--custom-color3) !important;
}
.bg-custom-gradient2 .bank-nav .nav-item a.active{
    background: black !important;
}
.bg-radial{
    background: var(--custom-radial-background-color) !important;
}
.bg-custom{
    background: var(--custom-color) !important;
}
.bg-custom2{
    background: var(--custom-color2) !important;
}
.bg-custom3{
    background: var(--custom-color3) !important;
}
.bg-border{
    background: var(--custom-border-color) !important;
}
.bg-profile{
    background: var(--custom-color3) !important;
}
.bg-profile .title-nav .nav-item a:not(.active){
    background: var(--custom-color4) !important;
}
.bg-profile .bank-nav .nav-item a.active{
    background: black !important;
}
/*------------------ Border --------------------*/
.br-0{
    border-radius: 0 !important;
}
.br-25{
    border-radius: 25px !important;
}
.br-top-25{
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}
.b-1-custom{
    border: 1px solid var(--custom-color) !important;
}
.b-1-custom3{
    /*border: 1px solid var(--custom-color3) !important;*/
    border: 1px solid var(--custom-color2) !important;
}
.b-2-yellow{
    border: 2px solid yellow !important;
}
.b-2-custom{
    border: 2px solid var(--custom-border-color) !important;
}
/*------------------ Modal --------------------*/
.modal-body.bg-modal{
    background: var(--custom-color5) !important;
    border: 1px solid var(--custom-color);
}
.modal-body.bg-modal select,
.modal-body.bg-modal .form-select,
.modal-body.bg-modal input{
    border-color: var(--custom-color) !important;
    color: var(--custom-text-color) !important;
    background: var(--custom-color5) !important;
}
.modal-body.bg-modal input.is-valid{
    padding-right: 0.8px !important;
}
/*------------------ Footer --------------------*/
#kt_footer{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
#kt_footer ul{
    padding-left: 0px;
}
#kt_footer ul li{
    display: inline;
    list-style: none;
    margin-bottom: 1rem;
}
#kt_footer .mobile-fixed-footer{
    height: 70px !important;
}
.footer-center-item{
    /*position: absolute;
    height: 80px;
    width: 80px;
    padding: 17px !important;
    border-radius: 50px !important;
    border: 3px solid #33363B !important;
    bottom: 5px;*/
    width: 50px !important;
    border-radius: 50px !important;
    padding: 10px !important;

}
/*------------------ Image --------------------*/
.img-icon{
    width: 25% !important;
}
/*------------------ Bonus --------------------*/
.bonus_section{
    display: flex;
    flex-flow: wrap;
    position: relative;
}
.bonus_section .bonus_box:not(.ineligible){
    cursor: pointer;
}
.bonus_section .bonus_box.ineligible:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
/*    background: rgba(0,0,0,.6);*/
    z-index: 1;
    border-radius: 25px;
}

.bonus_section_box{
    position: relative;
    margin-bottom: 10px;
}
.bonus_section_box img{
    width: 110px;
    margin-right: 2px;
}
.bonus_section_box img.ineligible:not(.lightup),
.bonus_box.ineligible:not(.lightup) .bonus_image{
    filter: grayscale(1);
}
.bonus_section_box .bonus_box{
    position: absolute;
/*    top: 30%;*/
    left: 0%;
}

.bonus_section .bonus_box{
/*    position: relative;*/
/*    background: url("data:,");*/
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 130px;
    padding: 5px;
    margin: auto 5px;
    margin-bottom: 5px;
    text-align: center;
}
.bonus_section .bonus_box .bonus_title{
    text-align: center;
    min-height: 60px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 0px;
    background: black;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    align-content: center;
    padding-top: 10px;
    line-height: 1;
}
.bonus_section .bonus_box .bonus_value{
    line-height: 1;
    min-height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 0px;
    background: black;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bonus_image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.bonus_image img {
    margin: 5% 0 auto;
    display: block;
    width: 100%;
    height: auto;
}
  
.bonus_image .bonus_claim {
    width: 7rem;
    border-radius: 20px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
/*    background: var(--custom-color2);*/
    font-size: 7px;
    text-align: center;
    z-index: 1;
}
.bonus_claim{
    animation: grow 1s alternate infinite;
}
.up-down {
    display: flex;
    align-items: center;
    position: relative;
    left: -55px;
}

.close-up {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

.bonus-img {
    z-index: 1;
    max-width: 100%!important;
}
.bonus-title{
    position: absolute;
    left: 140px;
    z-index: 1;
    font-size: 14px;
}

.up-down {
    z-index: 2;
}

.up-down img {
    position: relative;
/*    left: -30px;*/
}
/*------------------ Deposit --------------------*/
.bank_div{
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
}
.bank_div.active{
    border: 3px solid var(--custom-bank-border);
    transform: scale(1.2);
}
.deposit-card{
    box-shadow: 0 3px 8px #C1BDBD !important;
    -webkit-backdrop-filter: blur(21px) !important;
    backdrop-filter: blur(21px) !important;
    border-radius: 16px !important;
}
#_promo option{
    font-size: 16px;
}
/*------------------ Home --------------------*/
.live-icon{
    background: red;
    position: absolute;
    right: 5px;
    padding: 0 3px;
}
/* home page game section size */
.gameSection {
    border-radius: 10px;
    border: 2px solid var(--custom-color2);
    background: var(--game-background);
    background-position: center;
    /*background: black;*/
    height: 50rem;
    overflow-y: scroll;
}
.side-panel-icon{
    width: 80%;
    height: 70px;
    padding: 5px;
    text-align: center;
    border: 1px solid var(--custom-color3);
    margin-bottom: 10px;
}
.hot{
    width: 60px;
    top: -15px;
    right: -5px;
    position: absolute;
}

.cat-button {
    cursor: pointer;
    text-align: center;
}

.hot-button{
    cursor: pointer;
}

.hot-button.active {
    background: var(--custom-gradient-background-color) !important;
}

.home-selection-bar{
    text-align: center;
}

.hot-cat{
    padding: 1rem 5rem 1rem 5rem;
}
.ws-nw{
    white-space: nowrap !important;
}

.nav-home{
    background: transparent !important;
    border: none !important;
}
.nav-home span{
    margin-left: 80px !important;
}
.home-nav-icon{
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 1;
}

#home_min_deposit,
#home_min_withdrawal,
#home_max_withdrawal,
#clearBal {
    white-space: nowrap;
    width: 100%;
    margin-bottom: 3px;
}
.jackpot{
    position: relative;
}

.jackpot .odometer{
    position: absolute !important;
    left: 3%;
    width: 100%;
    text-align: center;
    height: 100%;
    background: transparent !important;
}

.jackpot .odometer.odometer-auto-theme{
    line-height: 4.5em !important;
    border: 0px !important;
}
.jackpot .odometer .odometer-inside{
    margin-top: 1%;
}
.jackpot .odometer.odometer-auto-theme .odometer-digit{
    width: 40px;
    margin-right: 5px;
}
.jackpot .odometer-formatting-mark{
    color: white !important;
}
.jackpot .odometer.odometer-auto-theme .odometer-value,
.jackpot .odometer-formatting-mark{
    font-size: 44px !important;
    width: 40px;
}
/*------------------ Game --------------------*/
.app_content .app-box{
    margin: 2rem;
}
.app_content .app-box img{
    width: 150px;
}
/*------------------ Transfer --------------------*/
.transfer-box{
    border: transparent 3px solid !important;
/*    background: var(--custom-gradient-shade-color) !important;*/
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}
.transfer-box-logo img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}
.transfer-box-name{
    height: 44px;
    font-size: 14px;
}
/*------------------ History --------------------*/
.rounded-pill-custom.active{
    border: 1px solid var(--custom-color);
}
.rounded-pill-custom.active{
    background-color: var(--custom-gradient-color) !important;
}
/*------------------ Buttons --------------------*/
.btn-custom{
    background: var(--custom-color);
    border: 1px solid var(--custom-color2) !important;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: var(--custom-color2) !important;
    line-height: 2 !important;
}
.btn-custom-2{
    background: var(--custom-color3) !important;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: white !important;
    line-height: 2 !important;
}
.btn-custom-3{
    background: var(--custom-gradient-color2);
    border: 1px solid #00FFD1;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: white !important;
    line-height: 2 !important;
    border: none;
}
.btn-custom-cancel{
    background: var(--custom-color3) !important;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: black !important;
    line-height: 2 !important;
}
.btn-custom-login{
    background: var(--custom-color2) !important;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: black !important;
    line-height: 2 !important;
}
.btn-top-bottom-gradient{
    background: var(--custom-gradient-background-color-top-bottom);
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: white !important;
    line-height: 2 !important;
}
.btn-mobile-login{
    background: var(--custom-color);
    border: 3px solid var(--custom-color) !important;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: var(--custom-color) !important;
    line-height: 2 !important;
    border: none;
}
.btn-modal{
    background: var(--custom-gradient-background-color4) !important;
    border: 2px solid var(--custom-border-color) !important;
    border-radius: 8px !important;
    width: 100%;
    height: 50px;
    color: white !important;
    line-height: 2 !important;
}
.btn-profile{
    background: var(--custom-gradient-background-color4) !important;
    color: white !important;
    font-weight: 700;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    line-height: 2 !important;
}
.btn-custom:hover,
.btn-custom.active{
    /*background: var(--custom-gradient-color);*/
    border-radius: 8px;
    border: 1px solid #00FFD1;
    /*color: black !important;*/
}

.btn-custom:not(.no-effect):active:before,
.btn-custom:not(.no-effect):hover:before{
    left: 100%;
}

.btn-active-custom,
.btn-active-light-custom:hover,
.btn-active-light-custom.active{
    background: var(--custom-color) !important;
}

.btn-transparent{
    background: btn-transparent;
    border-radius: 100px;
    width: 100%;
    height: 50px;
    color: black;
    border: 1px solid #EEE;
}

.btn-white{
    background: white;
    border-radius: 100px;
    width: 100%;
    height: 50px;
    color: black;
    border: 1px solid #EEE;
}
.btn-yellow{
    background: yellow !important;
    border: 1px solid #00FFD1;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: black !important;
    line-height: 2 !important;
    border: none;
}

/*------------------ Wallet --------------------*/
.cardBorder{
    border-radius: 10px !important;
    border: 1.5px solid var(--custom-border-color) !important;
}
.cardBorderBlue{
    border-radius: 20px !important;
    border: 1.5px solid #329DEB !important;
}
.card-custom{
    border: 1.5px solid var(--custom-border-color) !important;
    border-radius: 30px !important;
    transition: all 1s linear;
}
/*------------------ Promotion --------------------*/
.promo-box img{
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.promoType{
   background: var(--custom-radial-background-color-left) !important;
    border: 1px solid var(--custom-color3);
    border-radius: 20px;
}
.promo-table{
    padding: 0 20px;
    position: relative;
    margin-top: -15px;
    z-index: 2;
}
.promo-table table{
    margin-bottom: 0px;
}
.promo-table table tr,
.promo-table table tr td{
    background: black;
    text-align: center;
    border: 1px solid var(--custom-color3);
}

/*------------------ referral --------------------*/
.referral-card {
    box-shadow: 0 3px 8px #c1bdbd;
    border-radius: 16px;
}
.ref-input input{
    cursor: pointer;
    border-radius: 20px;
    border-right: none;
}
.ref-input span{
    border-radius: 20px;
    background: white;
    border-left: none;
}
/*------------------ tree --------------------*/
.card-black{
    background: #fff;
    box-shadow: 0 3px 8px #C1BDBD !important;
    border-radius: 16px !important;
    transition: all 1s linear;
}
.tree, .tree ul{
    display: table;
}
.tree{
    text-align: center;
    margin: auto;
}
.tree, .tree li, .tree ul{
    list-style: none;
    margin: auto;
    padding: 0;
    position: relative;
}
.tree>li:after, .tree>li:before, .tree>li>code:before, .tree>li>span:before {
    outline: none;
}
.tree li:before {
    outline: 1px solid #329deb;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.tree li:last-child:before {
    right: 50%;
}
.tree li:first-child:before {
    left: 50%;
}
.tree li {
    display: table-cell;
    padding: 0.5em 0;
    vertical-align: top;
}
.tree code, .tree span {
    border-radius: 0.2em;
    display: inline-block;
    padding: 0.2em 0.5em;
    position: relative;
    background: transparent !important;
    box-shadow: none !important;
}
.tree code:before, .tree span:before {
    top: -0.55em;
}
.tree code:before, .tree ul:before {
    outline: 1px solid #329deb;
    content: "";
    height: 1em;
    left: 50%;
    position: absolute;
}
.tree-avatar-container {
    background: #329deb;
    border-radius: 50px;
    display: inline-block;
    height: 7em;
    width: 7em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-tree-card-bg {
    background: #f8f8f8;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    border: 1.5px solid #329deb;
    border-radius: 15px;
    width: 420px;
    margin: auto;
}
.tree-card-bg {
    position: relative;
    background: #f8f8f8!important;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    border: 1.5px solid #329deb;
    border-radius: 15px;
    display: block;
    width: 24em;
}
.tree ul:before {
    top: -1em;
}
.mobile-team-tree input[type=checkbox] {
    display: none;
}
.mobile-team-tree label {
    border-radius: 5px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 25px;
    color: #fff;
    margin-bottom: 0!important;
}
.mobile-team-tree input[type=checkbox]+label:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    margin-left: -5%;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    text-align: center;
    color: #aaafab;
    position: absolute;
    margin-top: 5px;
}
.mobile-team-tree li {
    margin: 10px;
    border-radius: 5px;
}
/*------------------ nft --------------------*/
.collection-banner{
    padding-bottom: 32.55%;
    border-radius: 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.collection-footer{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 20px;
}
.collection-img{
    height: 64px;
    width: 64px;
    min-height: 64px;
    min-width: 64px;
    border-radius: 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.collection-desc{
    padding-left: 16px;
}
.nft-token-img img{
    display: block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
}
/*------------------ password --------------------*/
.setting-icon {
    width: 27%;
    right: 80px;
    top: 20px;
    position: absolute;
    opacity: 0.2;
}
.setting-img {
    width: 20%;
}
.settingText{
    color: grey;
    font-size: 14px;
}
.passwordBox .card{
    background: white;
    cursor: pointer;
}
.passwordBox:hover .card,
.passwordBox:active .card{
    background: #000063;
}
.passwordBox:hover .settingText,
.passwordBox:active .settingText{
    color: white;
}

/*------------------ Marquee --------------------*/
.marquee_container{
    background: var(--custom-color4);
    z-index: 2;
    width: 100%;
    position: fixed;
}
.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.marquee .announcement{
    position: absolute;
    z-index: 1;
    background: var(--custom-color4);
}
.marquee .announcement img{
    margin-left: 5px;
}
.marquee__content {
    white-space: nowrap;
    will-change: transform;
    line-height: 10px;  
    height: 30px;
    animation: marquee 60s linear infinite forwards;
}
.marquee__content:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}
/*------------------ Floating Icon -----------------*/
.floating{
    position: fixed;
    bottom: 80px;
    right: 10px;
    border-radius: 50px;
    z-index: 2;
    width: 60px;
    height: 60px;
    padding: 5px;
}
.floating2{
    position: fixed;
    bottom: 150px;
    right: 10px;
    border-radius: 50px;
    z-index: 2;
    width: 60px;
    height: 60px;
    padding: 5px;
}
/*------------------ Animation --------------------*/
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
      visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
}

.grow-shrink{
    animation: grow-shrink 0.4s alternate infinite;
    transform-origin: center;
}

.grow-shrink img{
    animation: grow-shrink 0.4s alternate infinite;
    transform-origin: center;
}
@keyframes grow {
    from {
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        transform: translate(-50%, -50%) scale(1.5);
    }
}
@keyframes grow-shrink {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.7);
    }
}

.shake svg{
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.up-down{
    animation: moving-up-and-down 0.4s alternate infinite;
}

.header-ani{
    animation: header-move 0.2s alternate infinite;
}

@keyframes moving-up-and-down
{
  0%
  {
    transform: translateY(0px);
  }
  100%
  {
    transform: translateY(-10px);
  }
}

@keyframes header-move
{
  0%
  {
    transform: translateY(0px);
  }
  100%
  {
    transform: translateY(-5px);
  }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-top {
    animation: slideInFromTop 0.5s ease-out;
}
/*------------------ Responsive --------------------*/
@media (max-width: 1200px) {
    .jackpot .odometer .odometer-inside {
        margin-top: 0;
    }
    .jackpot .odometer.odometer-auto-theme{
        line-height: 4em !important;
    }
}

@media (max-width: 991.98px) {
	.pc_view{
        display: none;
    }
    #kt_footer {
/*        height: 60px;*/
    }
    #kt_footer .fixed-footer{
        position: fixed;
        bottom: -1px;
        width: 100%;
        z-index: 10;
        background: var(--custom-footer-background-color);
        color: var(--custom-color);
        /*background: var(--custom-radial-background-color);*/
        /*border-top: 1px solid var(--custom-color);*/
    }
    .scrolltop{
        bottom: 80px !important;
    }

    #kt_content{
        margin-top: 20px;
    }
    
    .align-items-center.mobile-special {
        justify-content: flex-start !important;
    }
    
    #header-bar{
        background: white;
        /*background-image: var(--custom-sharp-gradient-color-m);*/
    }

    .jackpot .odometer.odometer-auto-theme{
        line-height: 3.5em !important;
    }
    .jackpot .odometer .odometer-inside {
        margin-top: 1%;
    }
    .jackpot .odometer.odometer-auto-theme .odometer-digit{
        width: 30px;
        margin-right: 5px;
    }
    .jackpot .odometer.odometer-auto-theme .odometer-value,
    .jackpot .odometer-formatting-mark{
        font-size: 30px !important;
        width: 30px;
    }
}

@media (max-width: 767px) {
    .img-icon{
        width: 80% !important;
        text-align: center;
    }
        
    .bg-custom-gradient3{
        background-image: var(--custom-sharp-gradient-color-m) !important;
        color: var(--custom-color) !important;
    }

    .bonus_section .bonus_box .bonus_value{
        font-size: 15px;
    }

    .game-name{
        font-size: 10px;
    }

    .bonus-title{
        left: 130px;
        font-size: 10px;
    }

    .jackpot .odometer.odometer-auto-theme{
        line-height: 2.5em !important;
    }
    .jackpot .odometer .odometer-inside {
        margin-top: 0;
    }
    .jackpot .odometer.odometer-auto-theme .odometer-digit{
        width: 25px;
        margin-right: 5px;
    }
    .jackpot .odometer.odometer-auto-theme .odometer-value,
    .jackpot .odometer-formatting-mark{
        font-size: 30px !important;
        width: 25px;
    }
}

@media (max-width: 560px) {
    .jackpot .odometer.odometer-auto-theme{
        line-height: 2em !important;
    }
    .jackpot .odometer .odometer-inside {
        margin-top: 0;
    }
    .jackpot .odometer.odometer-auto-theme .odometer-digit{
        width: 20px;
        margin-right: 3px;
    }
    .jackpot .odometer.odometer-auto-theme .odometer-value,
    .jackpot .odometer-formatting-mark{
        font-size: 20px !important;
        width: 20px;
    }
    .bonus-title{
        left: 110px;
    }
}

@media (max-width: 480px) {
    .single-center-box{
        padding: 0;
	}
    
    #home_min_deposit,
    #home_min_withdrawal,
    #home_max_withdrawal,
    #clearBal {
        font-size: 10px;
    }

    .jackpot .odometer.odometer-auto-theme{
        line-height: 1.5em !important;
    }
    .jackpot .odometer .odometer-inside {
        margin-top: 3px;
    }
    .jackpot .odometer.odometer-auto-theme .odometer-digit{
        width: 15px;
        margin-right: 0;
    }
    .jackpot .odometer.odometer-auto-theme .odometer-value,
    .jackpot .odometer-formatting-mark{
        font-size: 15px !important;
        width: 15px;
    }
}

@media (max-width: 376px) {
    .bonus-title{
        left: 95px;
    }
    .bonus-title{
        font-size: 10px;
    }
    .bonus_value{
        font-size: 14px;
        min-height: 25px;
    }
    .bonus_section .bonus_box {
        width: 90px !important;
        height: 120px !important;
    }
    .bonus_section_box img {
        width: 100px !important;
    }
}