.sign-up-logo h2 {
    color: #fff;
}


.play_game_sec .item.wining-loopdiv:nth-child(2) {
    display: none;
}

.sign-up {
    background-image: linear-gradient(180deg, #004EFF, #0098A6, #FFFFFF);
    min-height: 100vh;
    padding: 100px 20px 50px;
}

.sign-up-logo {
    text-align: center;
    margin-bottom: 50px;
}

.form-per-field input {
    border: 0;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
}

.form-per-field {
    margin-bottom: 10px;
}

.form-per-field input::placeholder {
    color: #000;
    font-size: 16px;
}

input.sign-btn {
    background: blue;
    color: #fff;
    width: 150px;
    font-size: 16px;
    text-transform: uppercase;
    margin: auto;
    display: block;
}

.form-per-field input:focus {
    outline: 0;
}

.already-accont p {
    margin: 0px 0px 10px;
    font-size: 16px;
    color: #000;
}
p.min-price {
    margin: 0px;
    color: red;
    font-size: 13px;
}

.already-accont {
    text-align: center;
    margin-top: 50px;
}

.already-accont a {
    color: #004ff7;
    font-size: 20px;
}

.signup-form {
    max-width: 400px;
    margin: auto;
}

.dash-header {
    background: linear-gradient(180deg, #00ffdd , #ff000091);
    display: flex;
    padding: 5px 15px;
    align-items: center;
}

.dash-h-l {
    width: 40%;
}

.dash-h-r {
    width: 60%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-arrow-icon {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.header-arrow-icon i {
    font-size: 20px;
    margin-right: 10px;
}

.wallet-sec {
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.wallet-sec i.fa-solid.fa-wallet {
    font-size: 15px;
    margin-right: 5px;
}

.wallet-sec i.fa-solid.fa-indian-rupee-sign {
    font-size: 12px;
    margin-right: 2px;
}

.profile-sec i {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.dashboar-main {
    background: linear-gradient(180deg, #0098A6, #fff);
    padding: 15px 5px 100px;
    min-height: 100vh;
}

.profile-main ul li {
    list-style: none;
    margin-bottom: 10px;
}

.profile-main ul {
    padding: 0px;
    margin: 0px;
}

.profile-main ul li a {
    background: linear-gradient(90deg, #0044e0, #fff);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-main ul li a i {
    color: #0073ff;
    font-size: 25px;
}

.pro-name-filed label {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.pro-name-filed p {
    margin: 0px 0px 0px;
    font-size: 20px;
}

.profile-name-sec {
    margin-bottom: 15px;
    background: linear-gradient(90deg, #00d0cb, #d794ff);
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}

.bank-details-form {
    background: linear-gradient(180deg, #93e000, #83fbab);
    padding: 15px;
    border-radius: 5px;
}

.bank-details-form h3 {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.fbank-field input {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 5px;
}

.fbank-field {
    margin-bottom: 15px;
}

.fbank-field input::placeholder {
    color: #000;
    font-size: 15px;
}

.fbank-field input:focus {
    outline: 0;
}

input.bank-btn {
    width: 150px;
    background: blue;
    border: 0;
    color: #fff;
    margin: auto !important;
    display: block;
}

.pro-name-filed h4 {
    font-size: 22px;
    color: #fff;
    margin: 0px;
}

.f-menu {
    position: fixed;
    bottom: 0;
    background: linear-gradient(90deg, #e00076, #480202);
    width: 100%;
    padding: 10px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 5px;
}

.f-menu-per {
    background: #3300ff;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    border: 0;
}

.f-menu-per i {
    display: block;
    font-size: 16px;
    position: relative;
    top: 3px;
}

.f-menu-per a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.send-money-sec img {
    width: 85px;
    height: 40px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}
marquee {
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    letter-spacing: 1px;
}
.send-money-sec {
text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
    background: #5c3535;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 0px #769cff;
}

.send-money-sec p {
    color: #fff;
    font-size: 20px;
    margin: 0px;
}

.send-money-sec h3 {
    color: #fff;
    font-size: 36px;
    margin: 0px;
    font-weight: 700;
}

.desposit-form {
    background: linear-gradient(180deg, #044ad0, #83fbab);
    padding: 15px;
    margin: 15px 0px;
}

.desposit-form h3 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 0px 0px 20px;
    text-transform: uppercase;
}

.df-field input {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 5px;
}

.df-field label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.df-field {
    margin-bottom: 15px;
}

.df-field input::placeholder {
    color: #000;
}

.df-field select {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 5px;
}

.df-field select:focus {
    outline: 0;
}

.df-field input:focus {
    outline: 0;
}

input.des-btn {
    background: blue;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}

.game-heading {
    background: linear-gradient(180deg, #93e000, #83fbab);
    border-radius: 5px;
    margin-bottom: 15px;
}

.game-heading h3 {
    margin: 0px;
    font-size: 20px;
    padding: 10px;
    color: red;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.per-game-box {
    display: flex;
    padding: 5px 10px;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 5px;
}

.all-game-list .per-game-box:nth-child(odd) {
    background: linear-gradient(90deg, #00d0cb, #d794ff);
}

.all-game-list .per-game-box:nth-child(even) {
    background: linear-gradient(90deg, #d794ff, #00d0cb);
}

.game-icon {
    width: 20%;
}

.game-btn {
    width: 40%;
}

.game-time {
    width: 40%;
}

.game-icon i {
    background: linear-gradient(180deg, #4A00E0, #ab83fb);

    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0e726;
    font-size: 20px;
}

.game-time h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
}

.game-time h5 {
    color: #131d9e;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
}

.game-time p {
    color: #cbf300;
    font-size: 20px;
    margin: 0px;
    font-weight: 700;
}

.game-btn button {
    background: green;
    color: #fff;
    border: 0;
    width: 100px;
    font-size: 17px;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
}

.game-btn {
    text-align: right;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.game-btn.closed button {
    background: red;
}

.fgame-box {
    display: flex;
    border-radius: 5px;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}

.fgame-box.game-two .fgame-name {
    color: #fff;
}

.fgame-box.game-four .fgame-name {
    color: #fff;
}

.four-game-page .fgame-box:nth-child(1){
     background: linear-gradient(90deg, #000000, #b1b0b0);
} 
.four-game-page .fgame-box:nth-child(2){
    background:linear-gradient(90deg, #000000, #04bf1c);
} 
.four-game-page .fgame-box:nth-child(3){
    background:linear-gradient(90deg, #000000, #f7fb83);
} 
.four-game-page .fgame-box:nth-child(4){
    background: linear-gradient(90deg, #000000, #a0f7c3);
} 


.fgame-box.game-three .fgame-name {
    color: #fff;
}

.fgame-icon {
    width: 15%;
}

.fgame-icon p {
    margin: 0px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.fgame-play {
    width: 25%;
}

.fgame-name {
    width: 60%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.fgame-play a {
    background: red;
    padding: 10px 8px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
}

.fagme-icon i {
    color: #9269cd;
    font-size: 150px;
}

.fagme-icon {
    text-align: center;
    margin-top: 30px;
}
.header-arrow-icon a {
    color: #fff;
    text-decoration: none;
}

.dash-cta-sec {
    background: linear-gradient(90deg, #004EFF, #fff);
    padding: 5px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cta-box p {
    margin: 0px;
    font-size: 10px;
    font-weight: 600;
}

.cta-box {
    text-align: center;
}

.cta-box i {
    font-size: 16px;
}
.cta-box.depsoit-cta {
    background:linear-gradient(180deg, #034cf2 , #3f74ec91);
    padding: 5px;
    border-radius: 10px;
}

.dash-cta-sec a {
    color: #fff;
    text-decoration: none;
}

.cta-box.depsoit-cta i {
    color: #fff;
}

.cta-box.depsoit-cta p {
    color: #fff;
}

.cta-box.width-cta {
    background: linear-gradient(100deg, #129db5, #1e7c3f);
    padding: 5px;
    border-radius: 10px;
}

.cta-box.width-cta i {
    color: #00ffed;
}
.cta-box.profile-cta {
    background: linear-gradient(180deg, #fff2d8, #e8860b);
    padding: 5px;
    border-radius: 10px;
}

.cta-box.profile-cta i {
    color: #ff7b00;
}

.cta-box.profile-cta p {
    color: #fff;
}
.form-per-field label {
    color: #fff;
    font-size: 11px;
    text-align: center;
    background: red;
    padding: 2px 10px;
}



/*Play Game css*/
.play_game_sec {
    background: linear-gradient(180deg, #0098A6, #fff);
    height: calc(100vh - 190px);
    padding: 30px 15px;
    overflow: scroll;
}

.play_game_sec h2 {
    color: #fff;
    font-size: 25px;
    margin: 0px;
}

.play_game_sec p {
    color: #fff;
    margin: 0px !important;
}
.play_game_sec_heading {
    background:linear-gradient(90deg, #000000, #b1b0b0);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
    .allnum {

display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 30px;
    grid-gap: 5px;
    background: linear-gradient(180deg, #93e000, #83fbab);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    
    }
    .num-box input {
    width: 100%;
}

a.all_game_play_btn {
    background: green;
    color: #fff;
    border: 0;
    width: 100px !important;
    font-size: 17px;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}



.num-box h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.num-box input {
    border: 1px solid #000;
    margin-bottom: 5px;
    padding: 10px 5px;
    border-radius: 6px;
    text-align:center;
}

.num-box input::placeholder {
    font-size: 13px;
    text-align: center;
    color: #000;
}
.play-game-sub-btn input {
    width: 100%;
    background: #3300ff;
    padding: 10px;
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 20px;
}
.alert.alert-danger.alert-dismissable {
    background: red;
    color: #fff;
    padding: 5px;
    margin-top: 15px;
      text-align: center;
}
.alert.alert-success.alert-dismissable {
    background: green;
    color: #fff;
    padding: 5px;
    margin-top: 15px;
    text-align: center;
}
a.myviewbid {
    background: green;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
}

/*Table Css*/
.table-section.dateallbid {
    margin-top: 20px;
}

.table-section.dateallbid table {
    border-collapse: collapse;
    width: 100%;
        background: linear-gradient(180deg, #93e000, #83fbab);
}
.table-section.dateallbid table tr {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.table-section.dateallbid table tr td {
    padding: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
        font-size: 10px;
}
td.tabhead {
    color: #fff;
    font-size: 12px !important;
    font-weight: 700;
}
td.tabdate {
color: #000;
    font-size: 12px;
    font-weight: 700;
}
.bidnum {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.amoundiv {
    font-size: 12px;
    font-weight: 700;
}
a.game-result-btn {
    background: green;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

h2.wining-data-cls {
    font-size: 10px;
}

.resultboxiall {
    display: grid;
    grid-template-columns: 55px 55px 55px 55px 55px 55px 55px 55px 55px 55px 55px 55px;
    grid-gap: 1px;
}

.resultboxi {
    padding: 2px 0px;
    border-radius: 0px;
    text-align: center;
    background:#93e000;
}

.resultboxi p {
    margin: 0px;
}

.datewisegameresult {
    background: linear-gradient(180deg, #fff2d8, #e8860b);
    padding: 5px;
    overflow: scroll;
    margin-bottom: 5px;
}


.item.wining-loopdiv {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    background: linear-gradient(180deg, #fff2d8, #e8860b);
    padding: 5px;
    margin-bottom: 5px;
    grid-gap: 5px;
}

p.windate {
    color: #fff;
    margin: 0px !important;
    font-size: 12px;
}

p.wingamename {
font-size: 10px;
    font-weight: 700;
}

p.wingametime {
    font-size: 10px;
}

.winni-per-box h3 {
    font-size: 12px;
    color: #fff;
}

.winni-per-box {
    text-align: center;
}
.winni-per-box h5 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin: 0px;
}


.whatsapp_icon {
    width: 50px;
    height: 50px;
    background: #03e703;
    z-index: 990;
    position: fixed;
    bottom: 75px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.profile-sec.refersh-icon i {
    border: 0;
    font-size: 22px;
}

.profile-sec.refersh-icon a {
    text-decoration: 0;
}

.profile-sec.refersh-icon i {
    margin-right: 0px;
}
.betmaqree marquee {
    position: relative;
    top: 2px;
}
label#amount-error {
    background: red;
    font-size: 13px;
    padding: 2px 10px;
}
div#msg_show .alert.alert-primary {
    background: green;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

.apkfiledowndwidth {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: auto;
    background: green;
    color: #fff;
    font-size: 18px;
}

.apkfiledownd {
    margin-top: 60px;
}

.apkfiledowndwidth i {
    margin-right: 10px;
}
.resudate p {
    margin-bottom: 5px;
    font-weight: 600;
}
.resultboxi p:nth-child(1) {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.resultboxi p {
    color: #000;
    font-size: 11px;
    font-weight: 700;
}
.numf h2 {
    display: none;
}

.numn h3 {
    display: none;
}


/*.resultboxiall.numf {*/
/*    grid-template-columns: 55px 55px 55px 55px 55px 55px 55px 55px 55px;*/
/*}*/

.resultboxiall.numf .resultboxi {
    background: #93e000;
    border-radius: 0;
}
.resultboxiall.numn .resultboxi {
    background: #93e000;
    border-radius: 0;
}
/*.resultboxiall.numn {*/
/*    grid-template-columns: 55px 55px 55px 55px 55px 55px 55px 55px 55px;*/
/*}*/

/*.multigamereuslt {*/
/*    width: 100%;*/
/*    overflow: scroll;*/
/*}*/
/*.datewisegameresult.pjodiresultf .resultboxiall.numf {*/
/*    width: 100% !important;*/
/*    overflow: hidden !important;*/
/*}*/
/*.datewisegameresult.pjodiresultf .resultboxiall.numn {*/
/*    width: 100% !important;*/
/*    overflow: hidden !important;*/
/*}*/

div#last-id-90 .num-box:nth-child(2) {
    display: none;
}
.resultboxiall.numn .resultboxi:last-child {
    display: none;
}
.cta-box.trans-cta {
    background: linear-gradient(100deg, #12b519, #8b8b8b);
    padding: 5px;
    border-radius: 10px;
}
.joddi-result-div a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    background: linear-gradient(180deg, #2f2105, #e8860b);
    text-transform: uppercase;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 10px;
}

.joddi-result-div {
    margin-bottom: 10px;
    text-align: center;
}
.joddi-result-div span {
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}

.four-game-page .fgame-box:nth-child(5) {
    background: linear-gradient(90deg, #590202, #195c34);
}


.alert.alert-danger.alert-dismissable {
    display: none;
}

.alert.alert-success.alert-dismissable {
    display: none;
}

.game-rules-cnt {
    background: linear-gradient(180deg, #0098A6, #fff);
    padding: 15px 5px 100px;
    min-height: 100vh;
}

.gamerules-first {
    background: linear-gradient(180deg, #fff2d8, #e8860b);
    padding: 10px;
    margin-bottom: 10px;
}

.gamerules-first h3 {
    font-size: 14px;
    font-weight: 800;
    color: red;
    text-align: center;
}

.gamerules-first h4 {
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    color: green;
    font-weight: 600;
    margin-bottom: 15px;
}

.gamerules-first ul li {
    list-style: none;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.gamerules-first ul {
    padding: 0px;
    margin: 0px;
}
.namewisegamerules {
    background: linear-gradient(100deg, #122ab5, #1e7c3f);
    padding: 10px;
    margin-bottom: 10px;
}

.namewisegamerules h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.namewisegamerules h4 {
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.namewisegamerules ul {
    padding: 0px;
    margin: 0px;
}

.namewisegamerules ul li {
    list-style: none;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
}

.namewisegamerules p {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}
.all-game-timing {
    background: linear-gradient(180deg, #0098A6, #fff);
    padding: 15px 5px 100px;
    min-height: 100vh;
}

.gametiming-box {
    background: linear-gradient(180deg, #fff2d8, #e8860b);
    padding: 10px;
    margin-bottom: 10px;
}

.gametiming-box h3 {
    color: #000;
    font-size: 23px;
    font-weight: 800;
    text-align: center;
}

.game-box-timign-leftright {
    display: grid;
    grid-template-columns: 50% 50%;
}

.last-palytime {
    font-size: 14px;
    font-weight: 800;
}

.bixresulttime {
    font-size: 14px;
    font-weight: 800;
}

.bajinum {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.reduktime {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}
.header-arrow-icon img {
    width: 55px;
}

.apkfiledownd a {
    text-decoration: none;
}
div#last-id-97 .num-box:nth-child(2) {
    display: none;
}



.four-game-page .fgame-box:nth-child(6) {
    background: linear-gradient(90deg, #18243c, #12301e);
}



.transec-row {
    display: grid;
    grid-template-columns: 30% 50% 20%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.tran-date {
    border-right: 1px solid #fff;
    font-size: 11px;

        padding: 5px;
}

.tran-cnt {
    border-right: 1px solid #fff;
    font-size: 11px;
        padding: 5px;

}
.tran-amount {
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.play_game_secnew{
    background: linear-gradient(90deg, #18243c, #12301e);
    height: calc(100vh - 190px);
    padding: 30px 15px;
    overflow: scroll;
}
.transec-row {
    color: #fff;
}
.transec-row.game {
    background: orange;
}

.transec-row.gamewining {
    background: red;
}

.transec-row.withdraw {
    background: blue;
}

.transec-row.deposite {
    background: green;
}


.four-game-page .fgame-box.game-one:nth-child(4) {     display: none; }