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

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

/*@import "bootstrap.css";
@import "style.css";
@import "dark.css";
@import "font-icons.css";
@import "animate.css";
@import "magnific-popup.css";
@import "style-v4.css";
@import "responsive.css";
@import "global.css";
@import "header.css";
@import "home.css";
@import "page.css";
@import "product.css";
@import "career.css";
@import "news.css";
@import "contact.css";
@import "account.css";
@import "roundabout.css";
@import "progress.css";
@import "footer.css";*/
:root {
    --custom-color: #0c7224 !important;
    /*--custom-color2: #FD0031 !important;*/
    --custom-color2: #048743 !important;
    --custom-color3: #FD0031 !important;
    /*--custom-color4: #470000 !important;*/
    --custom-color4: #005548 !important;
    --custom-color5: #00FFC2 !important;
    --custom-color6: #D88200 !important;
    --custom-color7: #FF0000 !important;
    /*--custom-gradient-color: linear-gradient(90deg, #B00022 0%, #FD0031 100%) !important;*/
    --custom-gradient-color: linear-gradient(90deg, #000000 0%, #006400 100%) !important;
    --custom-gradient-color2: linear-gradient(90deg, #000 0%, #FD0031 100%) !important;
    --custom-gradient-shade-color: linear-gradient(90deg, #001912 0%, #004c35 85%, #006647 100%) padding-box, linear-gradient(0deg, #80ffd9 0%, #008059 100%);
    --custom-background-color: #FD0031 !important;
    --custom-gradient-background-color: linear-gradient(90deg, #DD2E44 0%,#DD2E44 50%, #DD2E44 100%);
    --custom-radial-background-color: radial-gradient(farthest-corner at 0% 10%, #006400 0%, #000 50%), radial-gradient(farthest-corner at 50% 50%, #006400 0%, #000 50%) !important;
    --custom-radial-background-color-left: radial-gradient(farthest-corner at 0% 100%, #B00022 0%, #000 50%), radial-gradient(farthest-corner at 50% 50%, #B00022 0%, #000 50%) !important;
    --custom-footer-background-color: #048743 !important
}

body{
    --fc-event-border-color: #00FFD1 !important;
    --fc-event-bg-color: #00FFD1 !important;
    --fc-event-text-color: #FFFFFF;
    background: black !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.page-background1{
    background-image: url('../../../images/green-background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.page-background2{
    background-image: url('../../../images/green-background1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.page-background3{
    background-image: url('../../../images/green-background2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.page-background4{
    background-image: url('../../../images/green-background3.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.page-background5{
    background-image: url('../../../images/green-background4.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home_content{
/*    background: url('/images/bg.png'), 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;
}

.ml-lg-100{
    margin-left: 100px;
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-link-color) !important;
}

.vertical-align-middle{
    vertical-align: middle !important;
}
/*------------------ Custom Style --------------------*/
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered{
/*    color: white !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;
}

.swal2-container.swal2-center > .swal2-popup{
    background: var(--custom-swal-background) !important;
}
.swal2-popup .swal2-content, .swal2-popup .swal2-html-container {
    color: var(--custom-swal-color) !important;
}
.swal-custom-error .swal2-icon.swal2-error {
  width: 50px;
  height: 50px;
  font-size: 0; /* remove default font scaling */
  /*margin: 0 auto 10px;*/
  border: 3px solid #f27474;
}

.swal-custom-error .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 23px; /* adjust center lines for new size */
  width: 26px;
  height: 3px;
}

.swal-custom-error .swal2-icon.swal2-error .swal2-x-mark-line-left {
  transform: rotate(45deg);
  left: 12px !important;
}

.swal-custom-error .swal2-icon.swal2-error .swal2-x-mark-line-right {
  transform: rotate(-45deg);
  right: 12px !important;
}

.swal-custom-error.swal2-popup .swal2-actions {
    margin: 0 !important;
}
/*------------------ Header --------------------*/
#header-bar{
    /*background-size: cover;
    background-image: linear-gradient(120deg, #DFE317 0% 30%, #048743 20% 100%);*/
}
#header-bar #kt_header_nav a:hover{
    color: #00FFD1;
}
#header-bar #kt_header_nav a{
    color: white;
}
.aside.aside-dark {
    /*background: url('/images/project/bg.png') !important;*/
    /*background-size: contain !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: white !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-color);
}

/*------------------ 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;
}

.box-lang{
    overflow: hidden;
    border: 1px solid var(--custom-color) !important;
}

.box-lang .item-lang{
    position: relative;
    overflow: hidden;
    padding: 15px;
    font-size: 18px;
    /*font-weight: 700;*/
    display: block;
}

.box-lang .item-lang.active{
    border: 1px solid #DBE9F0;
    border-radius: 10px;
}
/*------------------ 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 );
}

/*------------------ Line Height --------------------*/
.lh-40{
    line-height: 40px !important;
}
/*------------------ Width --------------------*/
.w-20{
    width: 20% !important;
}
.w-40{
    width: 40% !important;
}
.w-45{
    width: 45% !important;
}
.w-80{
    width: 80% !important;
}
.w-110px{
    width: 110px !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-desc{
    color: var(--custom-description-color) !important;
}
.swal-custom-text{
    font-family: 'Poppins 14 regular';
    color: #606060 !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-transparent{
    background-color: transparent !important;
}
.bg-black-transparent{
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-grey{
    background-color: #222223 !important;
}
.bg-custom-gradient{
    background: var(--custom-gradient-color) !important;
}
.bg-custom-gradient3{
    /*background: var(--custom-gradient-color2) !important;*/
    background: var(--custom-gradient-color) !important;
}
.bg-custom-gradient2{
    background: var(--custom-gradient-background-color) !important;
}
.bg-custom-gradient2 .title-nav .nav-item a:not(.active){
    background: var(--custom-color4) !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-color: var(--custom-color) !important;
}
.bg-custom2{
    background-color: var(--custom-color2) !important;
}
.bg-custom3{
    background-color: var(--custom-color3) !important;
}
/*------------------ Border --------------------*/
.b-0{
    border: none !important;
}

.br-0{
    border-radius: 0 !important;
}
.br-5{
    border-radius: 5px !important;
}
.br-10{
    border-radius: 10px !important;
}
.br-25{
    border-radius: 25px !important;
}
.br-md-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;
}
/*------------------ Modal --------------------*/
.modal-body.bg-modal{
/*    background: var(--custom-radial-background-color-left) !important;*/
/*    border: 1px solid var(--custom-color3);*/
}
.modal-body.bg-modal select,
.modal-body.bg-modal .form-select,
.modal-body.bg-modal input{
    /*border-color: var(--custom-color) !important;
    color: white !important;*/
}
/*------------------ Footer --------------------*/
#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,
.bonus_box.ineligible .bonus_image{
    filter: grayscale(1);
}
.bonus_section_box .bonus_box{
    position: absolute;
/*    top: 30%;*/
    left: 0%;
}

.bonus_section .bonus_box{
/*    position: relative;*/
/*    background: url('/images/project/bonus_frame.png');*/
    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: white;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    align-content: center;
    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: white;
    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: white;
/*    background: var(--custom-color2);*/
    font-size: 7px;
    text-align: center;
    z-index: 1;
}
.bonus_claim{
    animation: grow 1s alternate infinite;
}

/*------------------ Deposit --------------------*/
.bank_div{
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
}
.bank_div.active{
/*    border: 3px solid var(--custom-color);*/
    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;
    /*background: url('../../../images/green-background3.png') center / cover no-repeat, lightgray;*/
    /*background-position: center;*/
    /*height: 50rem;
    overflow-y: scroll;*/
}
.game-nav-bar,
.provider-nav-bar{
    overflow-x: scroll;
}

.provider-nav{
    cursor: pointer;
}

.scroll-container {
    cursor: grab;
}

.scroll-container:active {
    cursor: grabbing;
}

@media (min-width: 991px) {
    [data-bs-theme='light']
    .provider-nav{
        padding: 10px;
        border-radius: 25px;
        background: #F3F5F6;
        margin-right: 5px;
        min-width: 185px;
        justify-content: center;
    }

    [data-bs-theme='dark']
    .provider-nav{
        padding: 10px;
        border-radius: 25px;
        background: #525B6A;
        margin-right: 5px;
        min-width: 185px;
        justify-content: center;
    }
    .provider-nav img{
        width: 35px;
    }
    .provider-nav.active{
        border: 3px solid var(--custom-border-color) !important;
    /*    border-bottom: 5px solid var(--custom-border-color) !important;*/
    }
}

@media (max-width: 991px) {
    .provider-nav{
        padding: 10px;
        border-radius: 10px;
        background: #E5E5E5;
        width: 75px;
        margin-right: 10px;
        background: var(--custom-game-nav-bg);
        flex-shrink: 0;
    }
    .provider-nav img{
        width: 100%;
    }
    .text-nav-custom{
        color: var(--custom-game-nav-active-bg) !important;
    }
    .provider-nav.active{
        background: var(--custom-game-nav-active-bg);
    }
}

.game-nav-bar{
    background: var(--custom-game-nav-bg);
}
[data-bs-theme='light']
.game-nav{
    padding: 10px 5px;
    color: var(--custom-game-nav-color);
    text-align: center;
}
[data-bs-theme='light']
.game-nav.active{
    color: var(--custom-game-nav-active-color);
    border: 3px solid var(--custom-game-nav-active-bg);
    font-weight: 700;
}

[data-bs-theme='dark']
.game-nav{
    padding: 10px 5px;
    color: var(--custom-game-nav-dark-color);
    text-align: center;
}
[data-bs-theme='dark']
.game-nav.active{
    color: var(--custom-game-nav-dark-active-color);
    border: 3px solid var(--custom-game-nav-active-bg);
    font-weight: 700;
}
.game-bg{
    background: rgba(0,0,0,0.5);
}
.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;
}

/*------------------ Game --------------------*/
.app_content .app-box{
    margin: 1rem;
}
.app_content .app-box img{
    width: 120px;
}
/*------------------ 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-gradient-color);*/
/*    border: 1px solid #00FFD1;*/
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: white !important;
    line-height: 2 !important;
    border: none;
}
.btn-custom-2{
    background: var(--custom-gradient-background-color) !important;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    color: black !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: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{
    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-color) !important;
}
.cardBorderBlue{
    border-radius: 20px !important;
    border: 1.5px solid #329DEB !important;
}
.card-custom{
    border: 1.5px solid var(--custom-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_div{
    width: calc(100% - 600px);
}

.marquee_container{
    background: var(--custom-marquee-content-background);
    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-marquee-title-background);
}
.marquee .announcement img{
    margin-left: 5px;
}
.marquee__content {
    white-space: nowrap;
    will-change: transform;
    line-height: 10px;  
    height: 30px;
    animation: marquee 20s 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;
    }
}

@keyframes grow {
    from {
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        transform: translate(-50%, -50%) scale(1.5);
    }
}

.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;
}

@keyframes moving-up-and-down
{
  0%
  {
    transform: translateY(0px);
  }
  100%
  {
    transform: translateY(-10px);
  }
}
/*------------------ Responsive --------------------*/
@media (max-width: 1200px) {
}

@media (max-width: 991.98px) {
    .br-md-25{
        border-radius: 0px !important;
    }
	.pc_view{
        display: none;
    }
    #kt_footer {
/*        height: 60px;*/
    }

    #kt_footer .fixed-footer{
        position: fixed;
        bottom: -1px;
        width: 100%;
        z-index: 2;
        background: var(--custom-footer-background-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-image: linear-gradient(120deg, #DFE317 0% 50%, #048743 50% 100%);*/
    }

    .ml-lg-100{
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .img-icon{
        width: 80% !important;
        text-align: center;
    }
    
    #kt_content_container{
/*        padding-top: 0px !important;*/
    }

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

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

    .app_content .app-box{
        margin: 0;
    }
    .app_content .app-box img{
        width: 100px;
    }
}

@media (max-width: 480px) {
    .single-center-box{
        padding: 0;
	}
}