:root {
    --theme-color-1: #1B1464;
    --theme-color-2: #ec008c;
    --theme-color-3: #d10b80;
    --theme-color-1-7: rgba(140, 88, 47, .7);
    --theme-color-2-7: rgba(51, 51, 51, .7);
    --theme-font-color-1: #f9957e;
    --theme-font-color-3: #916c3a;
    --theme-font-color-2: #0773c3;
    --theme-bg-1: #f8f4ec;
    --theme-bg-2: #f9f9f9;
    --theme-bg-3: rgba(248, 244, 236, .5);
    --theme-bg-line-1: linear-gradient(114deg, #3498db 0%, #861be7 100%);
    --theme-bg-line-2: linear-gradient(212deg, #0d2c50 0%, #2e87ff 100%);
    --bgcolor: #f8f8f8;
    --gs0: linear-gradient(304deg, #eeeeee 3.03%, #f0f0f0 27.62%, #ffffff 76.39%, #f0f0f0 112.44%);
    --gs1: linear-gradient(125deg, var(--a_1) 0%, var(--a_2) 80%, var(--a_3) 150%);
    --gs2: linear-gradient( 304deg, var(--black0) 3.03%, var(--black1) 27.62%, var(--black1) 76.39%, var(--black2) 112.44% );
    --inputBG: rgb(246, 246, 246);
    --black0: #0e0e0e;
    --black1: #2a415c;
    --black2: #818393;
    --black3: #cfd0d9;
    --black4: #f5f5f5;
    --black5: #fbfbff;
    --a_1: #af8923;
    --a_1_1: rgba(175, 138, 35, .8);
    --a_1_2: rgba(175, 138, 35, .5);
    --a_2: #d7b148;
    --a_3: #fcdb88;
    --a_4: #fce8a6;
    --a_5: #fff9e6;
    --b_1: #0e0e0e;
    --b_1_1: rgba(14, 14, 14, .8);
    --b_1_2: rgba(14, 14, 14, .5);
    --b_2: #383838;
    --b_3: #383838;
    --b_4: #383838;
    --b_5: #707070;
    --r_0: rgba(52, 86, 255, .9);
    --r_1: rgba(75, 169, 88, .9);
    --r_2: rgb(248, 166, 1, .9);
    --r_3: rgba(255, 40, 51, .9);
    --r_3_1: rgba(255, 40, 51, .05);
    --r_4: rgba(179, 179, 179, .9);
    --v00: rgba(228, 240, 240, .8);
    --v0: rgba(176, 184, 184, .8);
    --v1: rgba(173, 196, 238, .8);
    --v2: rgba(166, 222, 255, .8);
    --v3: rgba(243, 208, 143, .8);
    --v4: rgba(168, 146, 201, .8);
    --v5: rgba(154, 216, 166, .8);
    --v6: rgba(253, 197, 186, .8);
    --v7: rgba(234, 202, 205, .8);
    --v8: rgba(167, 242, 173, .8);
    --v9: rgba(255, 202, 159, .8)
}

body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Libre Franklin", sans-serif;
    background-color: #dfe6e9;
}
a{
    text-decoration:none;
}
.hero img{
    width: 100%;
    max-width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 30px;
}
.hero-section__main-heading{
    font-weight: 700;
    font-size: 250%;
    color:var(--theme-color-1);    
}
.hero-section-button-box a{
    text-decoration: none;
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.hero-section-button-box span{
    border: 1px solid #000;
    padding: 0px 12px 0px 12px;
    border-radius: 65px;
    text-align: center;
}
.hero-section-exchange__btn span{
    border-color: var(--theme-color-1);
    padding-bottom: 4px;
    padding-top: 3px;
    background: var(--theme-color-1);
}
.hero-section-exchange__btn a{
    color: #fff;
}
.middle-box-heading{
    text-align:center;
    line-height: 1;
}
.middle-box-heading h2{
    text-wrap: nowrap;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0.5px;
    margin-bottom: 0.5px;
    color: #bdb5b5;
}
.middle-box-heading p{
    font-weight: 700;
    font-size: 22px;
    color:#fff;
}
.middle-box{
    background: var(--theme-bg-line-1);
    border-radius: 28px;
    position: relative;
}
.middle-box::after{
    content: '';
    width: 93%;
    height: 100%;
    display: block;
    background: var(--theme-color-2);
    position: absolute;
    top: 15px;
    border-radius: 25px;
    z-index: -1;
    left: 3%; 
}
.middle-box::before{
    content: '';
    width: 87%;
    height: 100%;
    display: block;
    background: var(--theme-color-3);
    position: absolute;
    top: 30px;
    border-radius: 25px;
    z-index: -3;
    left: 5%;
}
.owl-carousel .owl-item img{
    height: 9.375rem;
}
.modal-box--text{
    text-align: left;
   
}
.modal-box--text p{
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 1.8;
}
.modal-box--text h3{
    margin: 0;
    font-size: 19px;
    color: #000;
    font-weight: 600;
}
.modal-bottom__image{
    max-width: 80px;
    width: 100%;
}
.back-button-box img{
    width: 18px;
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background:#fff;
    z-index: 11;
}
.content p {
    font-size: 15px;
    font-weight: 600;
    color: gray;
}
.content-bottom__text-box p{
    color:var(--theme-color-1)
}
.heading-box--text{
    background: #f8f8f8;
}
.heading-box--text h3{
    color: #000;
    font-weight: 700;
    font-size: 110%;
}
.heading-box--text img{
    width: 3.375rem;
    height: 3.375rem;
}
.heading-box h2{
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 700;
    font-size: 120%;
}
.quantity-box{
    background: #f8f8f8;
}
.quantity__rupee{
    color:var(--theme-color-1);
}
.quantity-box img{
    margin-left: 1.5rem;
    width: 3.875rem;
}
.quantiy-box-top p{
    color: #000;
    font-size: 15px;
    font-weight: 800;
    padding-left:5px;
}
.quantiy-box--log h3{
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 0;
    color: #000;
}
.quantiy-box--log h3:first-child{
    margin-top: 10px;
}
.quantiy-box--log img {
    width: 100%;
    max-width: 32px;
    margin: auto;
}
.quantiy-box--link h4{
    margin-top: .75rem;
    font-weight: 700;
    text-align: center;
    color: var(--black1);
    font-size: 1rem;
    margin-bottom: 1rem;
    text-wrap:wrap;
}
.quantity-box--main-btn{
    background: var(--theme-color-1);
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.quantity-box--main-btn a{
    text-decoration: none;
    color:#fff;
    display: inline-block;
    padding: 10px;
    font-weight: 600;
}
.download-app-box h4{
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.download-app-box h3{
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    margin-top: 8px;
}
.download-app-box p{
    color: var(--theme-color-1);
    font-weight: 700;
}
.download-app-box button{
    background: var(--theme-color-1);
    color: #fff;
    border-color: #fff;
    padding: 4px 18px;
    border-radius: 20px;
    font-weight: 700;
}
.footer-logo--box-size{
    height: 24px;
    width: 24px;
}
.footer-logo--box-size img{
    background: #f6f6f6;
    padding: 3px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    filter:drop-shadow(2px 2px 2px black);
}
.deposit-button-box{
    flex: 0 0 27.3%;
    text-align: center;
    width: 100%;
    margin: 15px 8px;
    padding: 15px 18px;
    border-radius: 10px;
    background: #f9f9f9;
    font-weight: 700;
    font-size: 15px;
}
.input-box-section input{
    width: 100%;
    padding: 13px;
    border-radius: 48px;
    border: 0.3px solid gray;
}
.modal-content{
    border-radius:20px;
}
#exchangeModel{
    background: #1B1464;
    border: navajowhite;
    color: #fff;
    font-weight: 700;
}
#exchangeInput{
    width: 100%;
    padding: 15px 10px;
    margin-top: 20px;
    border-radius: 20px;
    border-width: 0;
    background: #f9f9f9;
    font-size: 14px;
    font-weight: 800;
    opacity: 0.6;
}
/* login css start*/
.login-box{
    padding: 2rem 1rem;
    box-sizing: border-box;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(180deg, #3498db 0%, #3a99c3 100%);
}
.register-box{
    padding: 1rem 1rem;
    box-sizing: border-box;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(180deg, #3498db 0%, #3a99c3 100%);
}
.login-box_input input{
    letter-spacing: 1.3px;
    font-weight: 600;
    padding: 10px 5px;
    border-radius: 10px;
}
.login-box_input label{
    font-weight:700;
}
.login-box_input .form-control:focus,  .register-box_input .form-control:focus{
    border:none;
    box-shadow:none;
}
.login-btn__now{
    border-radius: 30px;
    border: none;
    background-color: var(--theme-color-1);
    color: #fff;
    font-weight: 600;
    text-shadow: 0.5px 0.5px 0px black;
}
.login-bottom_box a{
    text-decoration: none;
    color: #feac28;
    font-weight: 700;
    display: inline-block;
    padding-top: 9px;
    font-size: 14px;
}
.register-box_input label{
    opacity: 0.9;
    font-size: 13px;
    font-weight: 600;
}
.register-box_input input{
    font-weight: 600;
    padding: 11px 8px;
    border-radius: 10px;
}
.forget-hero__sub-text{
    line-height:1.3;
    font-weight: 700;
    opacity: 0.9;
}
.level-hero-text h4{
    font-size:14px;
    font-weight: 600;
    opacity: 0.9;
}
.level-hero-text h3{
    font-size: 14px !important;
    font-weight: 500;
    margin: 0;
    margin-top: 11px;
}
.level-box__sub{
    font-weight:700;
}
.level-box__sub-text{
    color:var(--theme-color-1);
    font-size: 18px;
    padding-left: 3px;
}
.card-level__box{
    border:none;
    background: #f8f8f8;
}

.level-box--inner h3{
    font-size: 15px;
    font-weight: 600;
    opacity: 0.6;
}
.card-box--level{
    background: linear-gradient(114deg, #3498db 0%, #861be7 100%);
    padding: 10px 14px;
    margin: 7px 12px;
    border-radius: 12px;
    min-height:84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.level-ratio{
    border: 4px solid #c1b9b982;
    padding: 16px;
    border-radius: 100%;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 12px;
    font-weight: 700;
    text-wrap-mode: nowrap;
}
/* login css end */
.hero-setting img{
    width: 22px;
    max-width: 30px;
    margin-left: 11px;
    margin-top: -4px;
}
.hero-setting{
    margin-bottom: 19px;
    padding-top: 12px;
}
.hero-setting h1{
    font-size: 21px;
    font-weight: 800;
    font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
}
.setting-hero-text h3{
    font-size: 18px;
    font-weight: 700;
    margin-top: 7px;
}
.setting-hero-text h4{
    font-size: 13px;
    font-weight: 700;
}
.card-setting-right-text h3{
    font-size: 15px;
    font-weight: 700;
}
.card-setting-right-text p{
    opacity: 0.8;
    font-size: 14px;
    font-weight: 800;
}
.card-setting-right-text{
    font-weight: 600;
}
.main-setting-text {
    font-size: 15px;
    font-weight: 700;
    position:relative;
    display: inline-block;
}
.main-setting-text::after{
    content: '';
    width: 20%;
    height: 3px;
    display: block;
    background: rgb(223, 34, 87);
    margin: 5px auto;
    text-align: center;    
}
.setting-card img {
    width: 30px;
    display: inline;
}
.setting__card-image-arrow {
    height: 25px;
    margin-top: 5px;
}
.setting-card h3{
    font-weight: 400;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size:16px;
}
.setting-card{
    background: #f8f8f8;
    border: 0;
    border-radius: 13px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}
.card-setting__card--box {
    display: flex;
    align-items: center;
    max-width: 70%;
}
.Withdraw-box_input label{
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.Withdraw-box_input input, .Withdraw-box_input select{
    background: rgb(239, 239, 242);
    margin-top: 6px;
    font-weight: 700;
    padding: 11px;
    border-radius: 10px;
    white-space: pre;
}
.Withdraw-box_input p{
    font-size: 12px;
    font-weight: 700;
    color: blue;
    margin-top: 5px;
}
.purchased-box-hero__text h6{
    font-weight: 700;
    font-size: 15px;
    color:#000;
    line-height: 1.3;
}

.purchased-icon-box01, .purchased-icon-box02, .purchased-icon-box03{
    text-align:center;
}
.purchased-icon-box01 img, .purchased-icon-box02 img, .purchased-icon-box03 img{
    width: 100%;
    max-width: 30px;
}
.purchased-icon-box h5{
    font-size: 13px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.8;
}
.purchased-icon-box h5 span{
    color:#000;
    font-weight: 800;
}
.purchased-box-hero__text p{
    opacity: 0.6;
    font-weight:700;
}
.purchased-quantity-box h4, .invest-box h4{
    font-size: 17px;
    font-weight: 700;
}
.quantiy-box button {
    width: 27px;
    height: 31px;
    border: 0;
    font-size: 33px;
    color: #ffff;
    padding: 0;
    margin: 0 12px;
    background: #1B1464;
    line-height: 0.9;
}
.invest-box h5{
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    opacity: 0.7;

}
.invest-box p{
    font-size: 20px;
    color: #1B1464;
    font-weight: 600;
}
.invest-box .invest-text-box{
    background:#f3f3f3;padding: 8px 0px;margin-bottom: 21px;
}

.user-details_page p{
    background: #fff;
    padding: 7px;
    border-radius: 7px;
}
.user-details_page p b{
    
}
.card-setting__box a{
    color:black;
}
.container__fixed, footer .container-fluid{
    max-width: 922px;
    width: 100%;
}
.slider_image__box{
    margin-top:5px;
}
.slider_image__box span{
    display: block;
    flex: 0 0 48%;
    margin-left: 4px;
    margin-top: 5px;
}
.slider_image__box span img {
    max-width: 100%;
    width: 100%;
    height: 180px;
    border-radius:5px;
}
.tr_slider_bottom--image{
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}
#marketTable {
    font-size: 1rem;
    padding-top: 14px;
    padding-left: 6px;
    width: 100%;
}
#marketTable td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #a9a9a9a3;
    border-top: 1px dotted #a9a9a9a3;
    padding-left: 7px;
}
.market_dashboard-table {
    background-color: #ffffff;
    padding-bottom: 7px;
    margin-bottom: 90px;
    border-radius: 10px;
}
.market_table--box{
    background: #fff;
    margin-top: 70px;
    padding-top: 10px;
}
#marketTable tr th {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9rem;
}
#marketTable td:nth-child(3) {
    color: #fff;
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
}
#marketTable .negative {
    background: #e74c3c;
}
#marketTable .positive{
    background: #2ecc71;
}
 td:nth-child(2):has(.positive) {
 color:rgba(46, 204, 113,1.0)!important;
}

.market__heading{
    background: #3498db;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    color: #fff !important;
    width: -webkit-fill-available;
    z-index: 99;
    max-width: 100%;
    top: 0;
    text-align: center;
}
.table_logo img {
    width: 28px;
    padding-right: 3px;
}
.footer-logo--box{
    /* background: #3498db; */
    padding-top: 9px;
    padding-bottom: 26px;
    border-radius: 5px 5px 0px 0px;
}
.fx__team-box{
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(114deg, #3498db 0%, #861be7 100%);
}
.fx__team-box .fx__team-text{
    display: inline-block;
    flex: 0 0 50%;
    max-width: 100%;
    text-align: center;
}
.fx__team-box .fx__team-text h2{
    font-size: 1rem;
    color:#ffffff
}
.fx__team-box .fx__team-text a{
    padding-top: 13px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.assets-section-col img {
    width: 50px;
    max-width: 100%;
}

.assets-section-box {
    display: flex;
}
.assets-section-col {
    flex: 0 0 33.33%;
    max-width: 100%;
    text-align: center;
}
.assets-section-box h2{
    font-size: 16px;
    padding-top: 6px;
    color:#0e0e0e;
}
.assets-card--right img {
    width: 50px;
}
.assets-card {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 6px;
    background: #1B1464;
    padding-left: 10px;
    color: #fff;
    border-radius: 20px;
}
.assets-card__row{
    flex: 0 0 97%;
}
.card--footer--text {
    font-size: 18px;
}
.card--footer--number {
    font-size: 22px;
}
.card--footer--col {
    flex: 0 0 50%;
    text-align: center;
    max-width: 100%;
}
.assets-section{
    margin-top: 20px;
}
span.footer-logo--box-size a {
    font-size: 12px;
    color: #101010;
    text-align: center;
    display: inline-block;
}
.acc-box__input-section--text {
    margin-bottom: 6px;
    font-size: 18px !important;
}
.acc-box__input-section--text span{
    font-size: 18px !important;
}
.footer-logo--box-size.changebg img{
    filter: invert(1);
}
.recharge__card-details{
    cursor: pointer;
}
.recharge_usdt--tab__box{
    display:flex;
    flex-wrap: wrap;
}
.recharge_usdt--tab__left{
    flex: 0 0 90%;
    max-width: 90%;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
.recharge_usdt--tab__right .fa-regular{
    font-size: 24px;
    cursor:pointer;
    padding-left:5px;
}
.usdt-box ~ .usdt__box--relation-tab{
    display: none;
}
.usdt-box.select-recharge ~ .usdt__box--relation-tab {
    display:block;
}
.recharge__box--level .recharge__level--box{
    cursor: pointer;
}
.userwithdraw__card--tab-heading, .userwithdraw__card--tab-fee{
    font-size: 14px !important;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 3px;
}
.level-hero-text{
    background: #6ab04c;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 3px gray);
}
 /* Custom Language Selector Dropdown */
 .custom-language-selector {
    position: fixed;
    top: 13px;
    right: 10px;
    z-index: 1000;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }

  select {
    padding: 0px 0px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    background-color: #ffffff;
  }

  h1 {
    color: #0077b6;
  }

  p {
    font-size: 16px;
  }
  body{
    top:0px!important;
  }
.translated-ltr iframe{
    display:none;

}
  /* Hide default Google branding */
  .goog-logo-link {
    display: none !important;
  }

  .goog-te-gadget span {
    display: none !important;
  }

  /* Hide translation toolbar */
  .goog-te-banner-frame.skiptranslate {
    display: none !important;
  }
  .setting__user__details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
    margin-bottom: 20px;
}
.setting__user__details-box {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
    margin-top: 8px;
}
.setting__user__details-box--heading {
    font-size: 13px !important;
    margin-bottom: 0;
}
.setting__user__details-text {
    font-size: 20px !important;
    margin-bottom: 5px;
}
.setting__user__details-box:nth-child(odd) {
    border-right: 1px solid darkgray;
}
.referral_link--box {
    display: flex;
    justify-content: center;
}
.referral_link--icon {
    max-width: 100%;
    font-size: 23px;
    color: #121212;
    background: #fff;
    text-align: center;
    height: 43px;
    width: 43px;
    padding-top: 5px;
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px gray);
    cursor: pointer;
    margin-left: 5px;
}
@media (max-width:750px) {
    .market__heading{
        position: fixed;
    }
    .assets-section{
        margin-top: 80px;
    }
    h1, h2, h3, h4, h5, h6{
        font-size: 16px!important;
    }
    p, span{
        font-size: 14px!important;
    }
    #marketTable td{
        font-size:13px;
    }
    .footer-logo--box-size span{
        font-size:12px!important;
    }
    .acc-box__input-section--text {
        margin-bottom: 6px;
        font-size: 18px !important;
    }
    .acc-box__input-section--text span{
        font-size: 18px !important;
    }
    .slider_image__box span img{
        height: 80px;
    }
    .recharge_card--details__text {
        padding-right: 7px;
    }
  
}
@media (max-width:500px) { 

    .recharge__card-details > .fa-solid.fa-circle-check {
        display: block;
        width: 100%;
        text-align: right;
        margin-bottom: 5px;
        position: absolute;
        top: 0px;
        right: 0;
    }
    .recharge__card-details{
        flex-wrap: wrap;
        position: relative;
    }
    .userwidthdraw_usdt--tab--input {
        margin-left: 6px;
       max-width: 109%;
        width: 100%;
    }
    .userwidthdraw__input{
        width: 100%;
        max-width: 74%;
    }
}