@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@keyframes coin-x-axis {
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    to {
        left: calc(var(--coin-to-x) * 1.5);
    }
}

@keyframes coin-y-axis-and-flip {
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    to {
        transform: translateY(calc(var(--coin-to-y) * 1.5))
            rotate3d(1, 1, 1, 1080deg);
    }
}

:root {
    --themeBlue: #0353ff;
    --themeGreen: #03fd0a;
    --themeDarkGreen: #019706;
    --profilecardgreen: #016504;
    --profilecardblue: #6797ff;
    --bs-border-width: 2px !important;
}
html,
body {
    height: 100%;
    /* font-family: "Aclonica", sans-serif !important; */
    font-family: "Roboto", sans-serif !important;
}

.fs12px {
    font-size: 12px !important;
}
.fs14px {
    font-size: 14px !important;
}

.no-hover {
    box-shadow: none !important;
}

.br15 {
    border-radius: 15px !important;
}

.themeBackGround {
    /*background-color: #ffaa0a !important;*/
}

.themeYellowBtn {
    /*background-color: #ffaa0a !important;*/
    background-color: #0088CC !important;
    box-shadow: none !important;
}

.themeDepositBtn {
    background-color: #3b9b2a !important;
    color: #ffffff !important;
}
.themeWithdrawBtn {
    background-color: #c75757 !important;
    color: #ffffff !important;
}

.gradiant_BG {
   /* background-image: linear-gradient(
        270deg,
        var(--themeBlue),
        var(--themeDarkGreen)
    );*/
    /*background-image: linear-gradient(#0088CC, #2C3E50);*/
    background-image: linear-gradient(#00dfe4, #2aa2ef);
}
.gradiant_BG2 {
 
    background-image: linear-gradient(#0088CC, #2C3E50);
    /*background-color: #0088CC !important;*/
    
}

.robotFont {
    font-family: "Roboto", sans-serif !important;
}

/* .btn-theme {
    background-image: linear-gradient(
        270deg,
        var(--themeBlue),
        var(--themeDarkGreen)
    );
    color: #fff !important;
    border: unset !important;
    transition: all 1s !important;
} */
.btn-theme {
    /*background-color: #ffaa0a !important;*/
    color: #000000 !important;
    background-color: #0088CC  !important;
    /*color: #ffffff !important;*/
    border: unset !important;
    transition: all 1s !important;
}

/* .btn-theme:hover {
    background-image: linear-gradient(
        16deg,
        var(--themeBlue),
        var(--themeDarkGreen)
    );
} */

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    color: #000 !important;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    text-align: center;
    margin-bottom: 25px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cata {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 6px 25px;
}

.cata.new {
    background: var(--themeDarkGreen);
}

/* Preloder */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

/*------------------
  Header section
---------------------*/

.header-section {
    background: #131313;
    clear: both;
    padding: 10px 0;
}
.siteLogo {
    display: flex;
    align-items: center;
    height: 100%;
}

.site-logo img {
    width: 100% !important;
    max-width: 180px;
    height: auto !important;
}

#userPanel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.user-panel {
    float: right;
    font-weight: 500;
     padding: 8px; 
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.afterLogin {
    border: 1px solid #3ee1d0;
    border-radius: 5px;
    padding: 5px;
}

/*#loginBtn,*/
/*#registerBtn {*/
/*    color: #ffffff;*/
/*}*/

#loginBtn, #registerBtn {
    color: #ffffff;
    border: 1px solid #3ee1d0;
    border-radius: 50px;
}

#loginBtn:active,
#registerBtn:active {
    border: 1px solid transparent;
}

.modalHeader {
    position: relative;
}
.loginPopup {
    position: absolute;
    top: 8px;
    right: 8px;
}

.demoBG1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 13px;
    width: 80%;
    border-radius: 0 0 100px 100px;
}
.demoBG2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    height: 13px;
    width: 80%;
    border-radius: 100px 100px 0 0;
}

.getOtpBtnSet {
    gap: 10px;
}
.getOtpBtnSet button {
    font-size: 12px;
}

/*----------------------
  Recent Game Section
------------------------*/

.recent-game-section {
    background-color: #eef2f6;
    border-top: 1px solid #d6dee7;
    border-bottom: 1px solid #d6dee7;
    margin-bottom: 40px;
}

.recent-game-item .rgi-thumb {
    height: 204px;
    padding: 25px 28px;
}

.recent-game-item .rgi-content {
    padding: 34px 22px 20px;
    background: #fff;
    border: 1px solid #d6dee7;
    border-top: none;
    position: relative;
}

.recent-game-item .rgi-content h5 {
    margin-bottom: 20px;
    line-height: 1.5;
}

.recent-game-item .rgi-content .comment {
    font-size: 12px;
    color: #737373;
}

.recent-game-item .rgi-extra {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
}

.recent-game-item .rgi-extra .rgi-star,
.recent-game-item .rgi-extra .rgi-heart {
    height: 35px;
    width: 35px;
    float: left;
    display: block;
    padding: 6px 8px 0;
}

/*----------------------
  Footer top Section
------------------------*/

.footer-top-section {
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
    padding: 72px 0;
}

.footer-top-section .container {
    position: relative;
}

.footer-top-bg {
    position: absolute;
    left: -30px;
    bottom: -85px;
    z-index: 2;
}

.footer-logo img {
    margin-bottom: 35px;
}

/*----------------------
  Footer Section
------------------------*/

.footer-section {
    padding: 18px 0 16px;
    overflow: hidden;
    background: #252525;
}

.footer-menu {
    list-style: none;
    float: right;
}

.footer-menu li {
    display: inline;
}

.footer-menu li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    margin-left: 30px;
}

.copyright {
    margin-bottom: 0;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
.footer-logo img {
    max-width: 430px;
    width: 100%;
}

/* top section start */

.walletOuter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.walletInner {
    width: 100%;
    max-width: 600px;
    min-width: 400px;
    height: 100%;
    /* position: relative; */
    max-height: 320px;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.walletBalOuter {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    height: 300px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1;
}

.depositCash button {
    background-color: #fff !important;
    border-radius: 10px;
    height: 135px;
    width: 135px;
    padding-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.withdrawCash button {
    background-color: #fff !important;
    border-radius: 10px;
    height: 135px;
    width: 135px;
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.depositCash button img,
.withdrawCash button img {
    height: 50px;
}
.depositCash button p,
.withdrawCash button p {
    font-size: 20px;
    font-weight: 600;
}

.themeLogo img {
    width: 100%;
}
.walletAmmount {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.walletIcon {
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin: 0;
}
.walletImage {
    width: 20%;
    margin-bottom: 15px;
    height: auto;
}
.coinIcon {
    height: 20px;
    margin-right: 6px;
}
#walletBalance {
    font-size: 26px;
}
.walletAmmount p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}
/* top section end */

/* coin animation */

.wrap {
    width: fit-content;
}

.wallet {
    width: 64px;
    height: 64px;
    position: relative;
}

.icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 101;
}

.coin {
    position: absolute;
    top: var(--coin-from-x, 24px);
    left: var(--coin-from-y, 24px);
    z-index: 100;
    opacity: 0;
}

.coin::after {
    content: "$";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    font-size: 10px;
    color: rgb(237, 196, 107);
    background: rgb(227, 162, 23);
    border: 2px solid rgb(237, 196, 107);
    border-radius: 50%;
    opacity: 0;
}

.coin--animated,
.coin--animated::after {
    animation-delay: var(--coin-delay, 0s);
    animation-duration: var(--coin-duration, 1.5s);
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

.coin--animated {
    animation-name: coin-x-axis;
    animation-timing-function: ease-in;
}

.coin--animated::after {
    animation-name: coin-y-axis-and-flip;
    animation-timing-function: ease-out;
}

/* coin animation */

#depositAmount {
    background-color: #0000007a;
}
.modalBG {
    max-width: 400px;
    margin: auto;
    border-radius: 25px !important;
    width: 100% !important;
}
/* deposite and withdraw form style */
.paymentForm {
    max-width: 400px;
    padding: 20px;
    margin: auto;
}
.formLable {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.formInput {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px;
    padding-left: 10px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 7px;
}

.error {
    color: #cb0000;
    font-size: 0.9em;
}

.error1 {
    position: absolute;
    right: 0;
    font-size: 12px;
}
.star::after {
    content: "*";
    color: #cb0000;
    margin-left: 2px;
}
.formSubmition,
.formSubmition:hover {
    width: 100%;
    background-color: #88e4ff;
    padding: 10px;
}

.ammountSelectionSet {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ammountSelection {
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

.cashAmount {
    position: relative;
    background-color: #ddd;
    padding: 8px;
    border-radius: 5px;
    margin: 5px 0px 10px 0;
}

.cashAmountTitle {
    margin-bottom: 0;
    text-align: center;
}

.depositScrnBack {
    font-size: 20px !important;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0%, -50%);
}
.depositeACData {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
}

.bankDetails {
    background-color: #e8e8e8;
    padding: 10px;
    border-radius: 5px;
}

.bankName,
.bankHolder,
.bankACNumber,
.bankIFSC {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bankNameData,
.bankHolderData,
.bankACNumberData,
.bankIFSCData {
    display: flex;
    align-items: center;
}

.depositeACHR {
    border-top: 1px solid #ced4da !important;
    margin: 10px 0;
    opacity: 1;
}

.copyData {
    font-size: 12px !important;
    margin-left: 8px;
    padding: 0px !important;
    box-shadow: none !important;
}
.copyData i {
    font-size: 14px;
}

.viewSSBlock {
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.screenShotDelete {
    color: #ff0000;
    padding: 3px 10px;
    font-size: 12px;
    background-color: transparent;
    border: unset;
}
.ssImage {
    height: 50px;
}

.submitDeposit {
    display: none;
}

.floatLable {
    position: relative;
    margin-bottom: 30px;
}
.lableMove {
    font-size: 12px;
    position: absolute;
    margin: 0;
    left: 12px;
    top: 50%;
    transform: translate(0%, -50%);
    transition: all 0.4s ease;
    pointer-events: none;
}

.lableMove1 {
    left: 5px !important;
    top: 0% !important;
    transform: translate(0%, -100%) !important;
}

.orOption {
    position: relative;
    margin-bottom: 30px;
}
.orHR {
    opacity: 1;
    border-color: #ced4da;
}
.orTitle {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ced4da;
    background-color: #fff;
    margin: 0;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* deposite and withdraw form style */

/* login/registartion form */

.form-area .form-inner {
    width: 100%;
}

.intl-tel-input,
.iti {
    width: 100%;
}
.iti__country-list {
    width: 386px;
}

.otp-form {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 100%;
}

h2 {
    margin-bottom: 20px;
    color: #333;
}

/* OTP input styles */
.otp-container,
.email-otp-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.otp-input,
.email-otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

.otp-input:focus,
.email-otp-input:focus {
    border-color: #007bff;
}

#verificationCode,
#emailverificationCode {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

#verificationCode:focus,
#emailverificationCode:focus {
    border-color: #007bff;
}
.email-otp {
    margin-top: 25px;
}
/* Button styles */
.proceedBTN {
    margin-top: 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.proceedBTN:hover {
    background-color: #0056b3;
}
.resendMsg {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.resendBTN {
    border: 0;
    padding: 0;
    background-color: unset;
    font-size: 16px;
    font-weight: 500;
    color: dodgerblue;
    margin-left: 5px;
}

.userName {
    color: #ffffff;
    text-transform: capitalize;
}

.userToggle {
    display: flex !important;
    align-items: center;
}

.userToggle::after {
    color: #ffffff;
}

.userToggle i {
    font-size: 30px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginresendBTN {
    border: 0;
    padding: 0;
    background-color: unset;
    font-size: 16px;
    font-weight: 500;
    color: dodgerblue;
    margin-left: 5px;
}
/* login/registartion form */

/* website card */
.webCard {
    background-color: white;
    padding: 10px;
    margin: 8px;
    border-radius: 10px;
    border: 1px solid black;
}
.webCard1 {
    background-color: white;
    padding: 10px;
    margin: 8px;
    border-radius: 10px;
    border: 1px solid black;
}
.webCardInner {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.webData1 {
    margin-bottom: 5px;
}

.webImage {
    height: 45px;
    width: 45px;
    background-color: #000;
    border-radius: 5px;
    padding: 5px;
}
.webImage1 {
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
.webImage img {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
}
.webImage1 img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 100%;
}
.webDataInner {
    margin-left: 10px;
}
.webTitle h6 {
    text-wrap-mode: nowrap;
    margin: 0;
}
/* .webLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.webLink a {
    font-size: 12px;
}
.badgeIcon {
    color: var(--themeDarkGreen);
}
.badgeTitle {
    color: var(--themeDarkGreen);
    border: 1px solid var(--themeDarkGreen);
}

.webBtnSet {
    gap: 10px;
    flex-wrap: wrap;
}

/* website card */

.impNote {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.depositeScreen2 {
    display: none;
}

/* profile page design */
.userProfile {
    background-color: var(--themeBlue);
    padding: 15px;
    border-radius: 15px;
}
.userImage {
    aspect-ratio: 1/1;
    object-fit: contain;
    border: 1px solid #ffffff;
    border-radius: 500px;
    padding: 5px;
    height: 160px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

.userPhone {
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}
.walletB {
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 20px;
}
.walletTitle {
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
}
.walletBalnce {
    font-size: 35px;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
}

.userDetails {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 20px;
}

.flexLable {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.editLable {
    width: 25%;
    margin-bottom: 20px;
}

.editInput {
    width: 75% !important;
    margin-bottom: 30px;
}

.errorEdit {
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: translate(-2px, -70%);
    font-size: 12px;
    margin: 0;
}

.editIcon {
    position: absolute;
    right: 10px;
    top: 12%;
}
.editIcon i {
    cursor: pointer;
}

/* profile page design */

/* backend table style */

.sorting::before {
    margin-bottom: 0.5px;
}
.sorting::after {
    margin-top: 0.5px;
}

.themeMsg {
    padding: 10px;
    margin: 20px 0;
    border-radius: 15px;
    color: #ffffff;
}

.referalBtnSet {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.withReferal {
    display: none;
}
.referalScreen2 {
    display: none;
}
.withoutReferal {
    display: none;
}

.webCreatBtn {
        width: 100%;
        margin: auto;
        display: block;
    }
    .webCreat {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.qr_image{
    aspect-ratio: 1 / 1;
    /*width: 100px;*/
    width: 200px;
    object-fit: contain;
}
.mainBanner{
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

/* backend table style */
/*------------------
  Responsive
---------------------*/

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-logo {
        max-width: 130px;
    }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 768px) {
    .header-section {
        overflow: visible;
        padding: 10px 0;
    }
    .header-section .container {
        position: relative;
    }
    .footer-top-bg {
        display: none;
    }
    .footer-section {
        padding: 30px 0 20px;
        text-align: center;
    }
    .copyright {
        float: none;
    }
    .page-info-section .pi-content h2 {
        font-size: 50px;
    }
    /* ************ nirav*********** */
    .webCreatBtn {
        width: 120px;
    }
    .spad {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .section-title {
        margin-bottom: 0px;
    }
    .webWDbtn {
        font-size: 12px !important;
    }

    .webMobCard {
        display: flex;
        align-items: center;
    }
    .webData1 {
        margin: 0 8px;
    }

    .webCard1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .webImage1 img {
        aspect-ratio: 1/1;
    }
    .webImage1 {
        width: 55px;
        margin-bottom: 0;
    }

    .userProfile {
        margin-bottom: 15px;
        background-color: #000000;
    }
}

/* Medium Mobile :480px. */

@media only screen and (max-width: 576px) {
    .webWDbtn {
        font-size: 12px !important;
    }

    .walletBalOuter {
        height: 170px;
        width: 170px;
    }

    .depositCash button {
        height: 100px;
        width: 100px;
    }
    .withdrawCash button {
        height: 100px;
        width: 100px;
    }

    .depositCash button img,
    .withdrawCash button img {
        height: 28px;
    }
    .depositCash button p,
    .withdrawCash button p {
        font-size: 20px;
        font-weight: 600;
    }

    .themeLogo img {
        width: 100%;
    }
    .walletAmmount {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .walletIcon {
        font-size: 40px;
        color: #000000;
        text-align: center;
        margin: 0;
    }
    .walletImage {
        width: 20%;
        margin-bottom: 15px;
        height: auto;
    }
    .coinIcon {
        height: 20px;
        margin-right: 6px;
    }
    #walletBalance {
        font-size: 18px;
    }
    .walletAmmount p {
        text-align: center;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
    }
    /* top section end */
}
