
/* body */
body{
    padding: 0;
    margin: 0;
    /* font-family: "Playfair Display", serif !important; */
    font-family: "Roboto Slab", serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
}
/* home index */
#home{
    background-image: url(assets/home-bg3.jpg);
    background-size: cover;
    min-height: 100vh;
}
.index-home{
    max-width: 1000px !important;
}
/* header-common */
.header-content{
    background-image: url(assets/home-bg1.jpg);
    min-height: 20vh;
    background-size: cover;
}
.default-gamer{
    height: 50px; 
    width: 50px;
}
.amount-icon{
    width: 5%;
}
@media (max-width:540px) {
    .amount-icon{
        width: 10%;
    }
}
/* index-body */
.body-content{
    background-image: url(assets/home-bg-2.jpg);
    background-size: cover;
}
.body-content .card{
    background-color: #6B0404 !important;
    box-shadow: 12px 12px 17px rgba(0, 0, 0, 0.55);
}
/* footer-content */
.footer-content{
    background: rgba(128, 0, 128, 0.852);
    position: sticky;
    bottom: 0;
}
.wallet-amount-head{
    background-color: rgba(240, 232, 0, 0.863);
    margin-top: -25px;
    border-radius: 0 0 10px 10px ;
}
.wallet-amount-head i{
    color: rgb(0, 204, 0);
}

/* login page */
#login-home{
    background-image: url(../assets/login-bg.jpg);
    background-size: cover;
    min-height: 100vh;
}
.login-card{
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.2) !important; 
    backdrop-filter: blur(10px); 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
}
.bg-purple{
    background-color: #401450 !important;
    color: white !important;
}
.bg-purple::placeholder {
    color: white !important;
}
/* wallet */
.wallet-content{
    background-image: url(assets/home-bg-2.jpg);
    background-size: cover;
}
.wallet-content-row{
    min-height: 80vh;
}
.wallet-content .card{
    background-color: rgb(255, 255, 145) !important;
    box-shadow: 12px 12px 17px rgba(0, 0, 0, 0.55);
}
.wallet-card .card-body{
    display: none;
}
/* refer */
.refer-content{
    background-image: url(assets/home-bg-2.jpg);
    background-size: cover;
}
.refer-content-row{
    min-height: 80vh;
}
.refer-content .card{
    background-color: rgb(255, 255, 145) !important;
    box-shadow: 12px 12px 17px rgba(0, 0, 0, 0.55);
}



/* body */
body{
    padding: 0;
    margin: 0;
    /* font-family: "Playfair Display", serif !important; */
    font-family: "Roboto Slab", serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    overflow-x: hidden;
}
/* home index */
#home{
    background-image: url(assets/home-bg3.jpg);
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}
.index-home{
    max-width: 1000px !important;
}
/* header-common */
.header-content{
    background-image: url(assets/home-bg1.jpg);
    min-height: 15vh;
    background-size: cover;
}
.default-gamer{
    height: 50px; 
    width: 50px;
}
.amount-icon{
    width: 5%;
}
@media (max-width:540px) {
    .amount-icon{
        width: 10%;
    }
}
/* index-body */
.body-content{
    background-image: url(assets/home-bg-2.jpg);
    background-size: cover;
}
.body-content .card{
    background-color: #6B0404 !important;
    box-shadow: 12px 12px 17px rgba(0, 0, 0, 0.55);
}
/* footer-content */
.footer-content{
    background: rgba(128, 0, 128, 0.852);
    position: sticky;
    bottom: 0;
}
.wallet-amount-head{
    background-color: rgba(240, 232, 0, 0.863);
    margin-top: -25px;
    border-radius: 0 0 10px 10px ;
}
.wallet-amount-head i{
    color: rgb(0, 204, 0);
}

/* login page */
#login-home{
    background-image: url(../assets/login-bg.jpg);
    background-size: cover;
    min-height: 100vh;
}
.login-card{
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.2) !important; 
    backdrop-filter: blur(10px); 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 

}
.bg-purple{
    background-color: #401450 !important;
    color: white !important;
}
.bg-purple::placeholder {
    color: white !important;
}
/* wallet */
.wallet-content{
    background-image: url(assets/home-bg-2.jpg);
    background-size: cover;
}
.wallet-content-row{
    min-height: 80vh;
}
.wallet-content .card{
    background-color: rgb(255, 255, 145) !important;
    box-shadow: 12px 12px 17px rgba(0, 0, 0, 0.55);
}
.wallet-card .card-body{
    display: none;
}
/* refer */
.refer-content{
    background-image: url(assets/home-bg-2.jpg);
    background-size: cover;
}
.refer-content-row{
    min-height: 80vh;
}
.refer-content .card{
    background-color: rgb(255, 255, 145) !important;
    box-shadow: 12px 12px 17px rgba(0, 0, 0, 0.55);
}

/* color prediction game */
.color-game-parent{
    background-image: url(assets/game-bg.jpg);
    background-size: cover;
}
.color-game-child{
    min-height: 80vh;
}
.timer-col{
    background-color: #964800;
}
.clock{
    background-color: #FF8A00;
}
.active-timer-col{
    background-color: #401450;
}
.clock-img{
    width: 60px;
    height: 60px;
    margin-top: -20px;
    border: 5px solid #FF8A00;
}
.yellow-bg{
    background-color: #964800 !important;
    border: 3px solid #FF8A00 !important;
    color: white !important;
}
.active-color{
    border: 5px solid #00ffee !important;
}
.btn-danger-purple {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.btn-danger-purple:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(220, 53, 69); /* First color */
}

.btn-danger-purple:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-color: #401450; /* Second color */
}
.btn-success-purple {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.btn-success-purple span ,.btn-danger-purple span{
    position: relative;
    z-index: 1;
    color: white;
}
.btn-success-purple:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #198754; /* First color */
}

.btn-success-purple:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-color: #401450; /* Second color */
}
.light-yellow-bg{
    background-color: rgb(255, 249, 171) !important;
}
.scrolling-table{
    overflow-x: scroll;
    white-space: nowrap;
}
::-webkit-scrollbar {
    display: none;
  }

.color-modal{
    max-width: 10rem !important;
}
.text-Purple{
    color: #401450 !important;
}

/* spinner */
.scrolling-img{
    width: 25px;
    height: 25px;
}
.scrolling-div{
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
}
.win-div{
    background-color: rgba(255, 255, 0, 0.532);
    padding: 5px 10px;
    border-radius: 5px;
}
.color-game-spinner{
    background-image: url(/assets/spinner-bg.jpg);
    background-size: cover;
}
.color-spinner-child{
    min-height: 80vh;
    overflow-x: hidden;
}

#spinner-parent{
    margin-bottom: 50px !important;
}
.spin-main{
    position: relative;
    width: 40%;
}
.spin-pointer{
    width: 45px;
    height: 50px;
    position: relative;
    top: 50px;
    z-index: 10;
}
.spinner-history {
    background-color: #abc3ffa9 !important;
}
@media (max-width:530px) {
    .scrolling-img{
        width: 15px;
        height: 15px;
    }
    .spin-main{
        position: relative;
        width: 100%;
    }
    .spin-pointer{
        width: 42px;
        height: 39px;
        position: relative;
        top: 39px;
        z-index: 10;
    }
}