@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 "style-v5.css";
@import "responsive.css";
/*@import "fontawesome.css";*/
/* @import "solid.css"; */
 @import "global.css"; 
@import "header.css";
@import "footer.css";
@import "home.css";
@import "page.css";
@import "bonus.css";
@import "account.css";
@import "odometer-theme-default.css";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

/*iframe#chat-widget{
    display: none;
}*/

.modal-header,
.nav-pills>li>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.form .fill .button:hover,
.form .fill .button,
.button1,
.button1:hover,
.form p.title {
    /*background: linear-gradient(to right, #AE8625, #F7EF8A, #D2AC47, #EDC967);*/
}

.flex-column {
    flex-direction: column;
    align-items: center
}

.form,
.content {
    background: rgba(0, 0, 0, 0.5);
}

.bg-black {
    background: rgb(38 38 38);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ul,
.nav-pills>li,
.nav-pills>li a,
.form .fill .link,
td .dlbk i,
td .edbk i,
.content p {
    color: white;
}

a:hover,
.form .fill p,
.content .link a {
    color: gold;
}

.form .fill input, .form .fill select{
    color: gold;
}

html::-webkit-scrollbar {
    display: none;
}

body {
    color: white;
}

.bottoms a {
    color: gold !important;
}

.form p.done {
    color: white
}

.wallet-desc {
    /*color: black;*/
    color: white;
}

#logo {
    /*position: absolute;*/
}

.frontend.myPagination strong {
    padding: 5px 10px;
    /*background-color:#0279ff; */
    color: #fff;
    /*border:1px solid #0279ff;*/
    border-radius: 3px;
}

.frontend.myPagination a {
    border: 1px solid #ebedf2;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.frontend.myPagination a:hover {
    color: #fff;
    text-decoration: none;
    /*background-color:#0279ff; */
    /*border:1px solid #0279ff;*/
}

.footer-list {
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
}

.footer-list li {
    margin-top: 8px;
    display: inline-flex;
}

.footer-list li a {
    padding: 0 8px;
    color: white;
    border-right: 1px solid white;
    text-transform: uppercase;
}

.footer-list li:last-child a {
    border-right: none;
}

.login-header-list {
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
}

.login-header-list li {
    margin-top: 10px;
    display: inline-flex;
}

.login-header-list li a {
    padding: 0 10px;
    color: white;
    border-right: 1px solid white;
}

.account-title {
    border-bottom: 1px dashed yellow;
}

#language-menu {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.mobile-login-panel {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.validationScreenLoader,
.screenLoader {
    position: absolute;
    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;
}

.full-width {
    width: 100%;
}

.btn-custom1,
.btn-custom2 {
    border: 1px solid white;
    background: black;
    color: white;
    font-weight: 800;
}

.btn-custom2:hover {
    /* background-image: linear-gradient(rgba(160,120,60), rgba(230,207,160), rgba(160,120,60)); */
    color: #00FF00;
    /* font-weight: 800; */
}

.btn-gold {
    background: linear-gradient(#f5d778, #68491b);
    color: black;
}

.btn-gold.active {
    background: linear-gradient(#f8ba2e, #823c1c) !important;
    color: black;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.bg-header-custom {
    background: linear-gradient(to bottom, #a97a0e, #f7eb82, #a97a0e);
}

.side_qr {
    text-align: center;
    display: inline-block;
    padding: 15px;
    border: 2px solid #b67f23;
    background: #b67f23;
    position: fixed;
    top: 25%;
    right: -210px;
    width: 210px;
    /*z-index: 999;*/
    z-index: 2;
    transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -webkit-transition: right 0.4s ease;
}

.side_qr .qr_button {
    position: absolute;
    top: -1px;
    left: -43px;
    display: inline-block;
    width: 50px;
}

.side_qr table {
    margin: 0;
}

.nav .select:hover .nav-icon {
    margin-top: -10px;
    transition: all 0.4s ease;
}

.bg-custom {
    background-image: linear-gradient(rgba(252, 242, 138), rgba(107, 64, 22));
}

.bg-red {
    background-color: red;
}

.bg-gold {
    background-color: gold;
}

.bg-whatsapp {
    background-color: #25D366 !important;
}

.bg-telegram {
    background-color: #00B2FF !important;
}

.dropdown .dropdown-menu {
    background-color: #181818;
}

.nav-menu {
    border-top: 1px solid #fac23c;
    border-bottom: 2px solid #fac23c;
    background: linear-gradient(to right, rgba(115, 80, 28), rgba(154, 129, 51), rgba(241, 228, 99), rgba(154, 129, 51), rgba(115, 80, 28));
    text-align: right;
}

.progress-status {
    height: 40px;
    border-radius: 20px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
}

.progress-animation {
    background-color: gold;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.progress-animation.bronzeProgress {
    width: 10%
}

.progress-animation.silverProgress {
    width: 24%
}

.progress-animation.goldProgress {
    width: 50%
}

.progress-animation.platinumProgress {
    width: 75%
}

.progress-animation.diamondProgress {
    width: 100%;
    border-radius: 20px;
}

.progress-status .bar-separator:nth-child(2) {
    margin-left: 5%;
}

.progress-status .bar-separator:nth-child(3) {
    margin-left: 19%;
}

.progress-status .bar-separator:nth-child(4) {
    margin-left: 45%;
}

.progress-status .bar-separator:nth-child(5) {
    margin-left: 70%;
}

.progress-status .bar-separator {
    position: absolute;
    top: 0;
    left: 5%;
    width: 6px;
    height: 40px;
    background-color: #000;
}

.progress-deposit {
    margin-left: 4%;
}

.progress-deposit .treasure-box {
    margin-left: -15px;
}

.progress-deposit .treasure-box.active {
    animation: createBox 2s infinite;
}

@keyframes createBox {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
    }
}

.progress-deposit:nth-child(2) {
    margin-left: 1%;
}

.progress-deposit:nth-child(3) {
    margin-left: 5%;
}

.progress-deposit:nth-child(4) {
    margin-left: 15%;
}

.progress-deposit:nth-child(5) {
    margin-left: 14%;
}

.progress-deposit:last-child {
    margin-left: 11%;
    margin-right: 20px;
}

.progress-balance {
    height: 30px;
    border: 2px solid gold;
}

.rl {
    font-size: 18px;
    cursor: pointer;
}

.d-flex {
    display: flex;
}

.text-white {
    color: white;
}

.text-black {
    color: black !important;
}

.text-red {
    color: red;
}

.text-gold {
    color: #a0783c !important;
}

.lang-dropdown img {
    width: 34px;
}

.dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 3px 20px;
    color: white;
}

.ann,
.wallet {
    display: none;
}

.blocker {
    z-index: 2;
}

.modal {
    background: none;
    box-shadow: 0 0 10px #000;
    overflow: initial;
    top: -10%;
    position: relative;
}

.modal-dialog {
    width: auto !important;
    margin: 0px;
}

#balanceModal .modal-dialog {
    width: auto !important;
    margin: 0px;
}

.youtube_iframe {
    background: url(../../images/project/tv-frame_2.png) no-repeat center;
    background-size: contain;
    position: relative;
    height: 100%;
}

.youtube_iframe .youtube .fluid-width-video-wrapper {
    padding-top: 56% !important;
}

.youtube_iframe .youtube {
    height: 400px;
    width: 98%;
    margin: auto;
    padding-top: 5px;
}

/*SWIPER*/
.swiper-pagination-bullet {
    background: #823c1c !important;
}

.swiper-pagination-bullet-active {
    background: #f7eb82 !important;
}

/*END SWIPER*/

.spark_light {
    display: block;
    position: absolute;
    z-index: 1;
    width: 35%;
    height: 70px;
    margin: -20px 0 0 0px;
}

.spark_light1 {
    left: 0;
    top: 0;
}

.spark_light2 {
    right: 0;
    top: 0;
}

.spark_light3 {
    width: 100%;
    bottom: 0;
    left: 0%;
}

.casino_light {
    display: block;
    position: absolute;
    z-index: 1;
    width: 10%;
    transform: rotate(90deg);
}

.casino_light2 {
    top: 37px;
    margin-top: -14%;
    animation: 2500ms linear 0ms infinite normal none running light_right;
}

.casino_light1 {
    top: 0;
    margin-top: -14%;
    animation: 2500ms linear 0ms infinite normal none running light_left;
}

#section-member-panel {
    border-top: 5px solid #fff159;
    border-bottom: 5px solid #fff159;
    padding: 40px 0;
    background-position: 50%;
    background-repeat: repeat-x;
}

.ineligible {
    filter: brightness(0.3);
    /* opacity: 0.6; */
}

.home-circle {
    background: black;
    color: gold;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 10px;
    text-align: center;
}

.home-circle.active {
    background: linear-gradient(#f8ba2e, #823c1c);
    color: black;
}

.home-gamebtn {
    color: white;
    border-radius: 50px;
    padding: 10% 2%;
    font-size: 18px;
    font-weight:700;
    text-align: center;
}

.home-gamebtn.active {
    color: yellow;
}

@media (min-width: 992px) {
    #header-wrap>.container {
        display: flex;
        align-items: baseline;
        align-items: center;
        justify-content: center;
        height: 140px;
    }
}

@media (max-width: 1200px) {
    .text-center {
        text-align: center !important;
    }

    .youtube_iframe .youtube {
        width: 97%;
        height: 380px;
    }

}

@media (max-width: 991px) {
    .lang {
        position: absolute;
        top: 22px;
        left: auto;
        right: 15px;
        margin: 30px 0;
    }

    #logo {
        height: 90px;
        position: relative;
    }

    .dropdown-menu.language {
        right: 0;
        left: initial;
    }

    #header-wrap>.container {
        height: auto;
    }

    #section-member-panel {
        border-top: 2px solid #fff159;
        border-bottom: 2px solid #fff159;
    }
}

@media (max-width: 979px) {}

@media (max-width: 767px) {

    /*#chat-widget-container{
		bottom: 50px!important;
	}*/
    .progress-deposit {
        font-size: 12px;
    }

    .progress-status .bar-separator:nth-child(2) {
        margin-left: 10%;
    }

    .progress-status .bar-separator:nth-child(3) {
        margin-left: 26%;
    }

    .progress-status .bar-separator:nth-child(4) {
        margin-left: 45%;
    }

    .progress-status .bar-separator:nth-child(5) {
        margin-left: 70%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 1%;
    }

    .progress-deposit:nth-child(4) {
        margin-left: 4%;
    }

    .progress-deposit:nth-child(5) {
        margin-left: 10%;
    }

    .progress-deposit:last-child {
        margin-left: 3%;
    }

    .progress-animation.bronzeProgress {
        width: 15%
    }

    .progress-animation.silverProgress {
        width: 31%
    }

    .progress-animation.goldProgress {
        width: 50%
    }

    .progress-animation.platinumProgress {
        width: 75%
    }

    .progress-animation.diamondProgress {
        width: 100%;
        border-radius: 20px;
    }

}

@media (max-width: 480px) {}

@media (max-width: 320px) {
    .progress-deposit {
        font-size: 10px;
    }
}

@keyframes light_left {
    0% {
        left: 10%;
        opacity: 0;
        filter: blur(2px)
    }

    20% {
        opacity: .9;
        filter: none
    }

    80% {
        opacity: .9;
        filter: none
    }

    100% {
        left: 80%;
        opacity: 0;
        filter: blur(2px)
    }
}

@-webkit-keyframes light_left {
    0% {
        left: 10%;
        opacity: 0;
        filter: blur(2px)
    }

    20% {
        opacity: .9;
        filter: none
    }

    80% {
        opacity: .9;
        filter: none
    }

    100% {
        left: 80%;
        opacity: 0;
        filter: blur(2px)
    }
}

@keyframes light_right {
    0% {
        left: 80%;
        opacity: 0;
        filter: blur(2px)
    }

    20% {
        opacity: .9;
        filter: none
    }

    80% {
        opacity: .9;
        filter: none
    }

    100% {
        left: 10%;
        opacity: 0;
        filter: blur(2px)
    }
}

@-webkit-keyframes light_right {
    0% {
        left: 80%;
        opacity: 0;
        filter: blur(2px)
    }

    20% {
        opacity: .9;
        filter: none
    }

    80% {
        opacity: .9;
        filter: none
    }

    100% {
        left: 10%;
        opacity: 0;
        filter: blur(2px)
    }
}

@-webkit-keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(2px, 0, 0)
    }
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(2px, 0, 0)
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: .15
    }
}

@keyframes blink {
    50% {
        opacity: .15
    }
}

@-webkit-keyframes zoom-angpow {
    50% {
        padding: 0px 13% 2%;
    }
}

@keyframes zoom-angpow {
    50% {
        padding: 0px 13% 2%;
    }
}