/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body.woocommerce-account:not(.logged-in) .woocommerce .d-flexLogin{
    padding-top: 0 !important;
}
body.woocommerce-account:not(.logged-in) .elementor-element-d3c689e{
    margin-top:30px !important;
}

.message-success{
    position: fixed;
    left: 50%;
    top: 50%;
    transition: .3s ease-in-out;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
    padding: 20px;
    min-height: 350px;
    background: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 0 500vh 500vh rgba(34, 31, 77, 0.651);
}
.current_ballance {
    max-width: 295px;
    padding: 14px 0;
    margin-bottom: 13px;
    color: white;
}
.proct-form-wrapper h2{
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation-link--proct-payment,
body.page-id-419 #page>div.wp-block.container>h1{
    display: none !important;
}
/* body.page-id-415  .dd-options {   
    border-radius: 12px;
    margin-top: 6px !important;
} */

.proct-form-wrapper {
    max-width: 650px;
    background: #1e1f292b;
    border-color: #60bcc7;
    border-radius: 18px;
    margin-bottom: 150px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#proct-withdrawal-form select,
body.page-id-415 #proct-withdrawal-form input{
    border-radius: 12px !important;
    background: #3f4574c2 !important;
    color: whitesmoke;
     outline: 2px solid transparent !important;
    border: 1px solid #4099e223 !important;
    transition: .2s ease-in-out;
}
body.page-id-415 #proct-withdrawal-form input:hover,
body.page-id-415 #proct-withdrawal-form input:focus{
    outline: 2px solid #86f5f552 !important;
    background:#4099e25d !important ;
}


body.page-id-415{
    min-height: 100vh;
}
body.page-id-415 #proct-withdrawal-form button{
    border-color: #6474da5e !important;
    color: white !important;
    margin-top: 20px !important;
    border-radius: 8px !important;
    background: #3651ff !important;
    transition: .3s ease-in-out;
}
body.page-id-415 #proct-withdrawal-form button:hover{
   transform: scale(.9);
    box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.185);
}
/* .dd-select{
    border-radius: 15px !important;
}
a.dd-option,
a.dd-selected {
    display: flex !important;
    justify-content: start;
    align-items: center;
}
a.dd-option img, 
a.dd-selected img{
    max-width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}
a.dd-option label, 
a.dd-selected label{
    line-height: 1 !important;
    margin-top: 5px !important;
    color: #1e1f29 !important;
} */
















#textCust p{
    color: #ffffffb3;
    margin-bottom: 8px;
}
#backbtn svg{
    transition: .3s ease-in-out;
}
#backbtn:hover svg{
    transform: translateX(6px);
}
#custText p,
#custText h5{
    color: rgb(247, 237, 237);
    margin: 0;
}
footer p a{
    font-size: 14px !important;
}
/* header{
    max-width: 1700px;
    width: 95% !important;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    position: fixed !important;
    top:15px;
} */
#custText>div>div>div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#custText>div>div>div p{
    font-size: 12px;
}
#custText>div>div>div p b{
    font-size: 18px;
    line-height: 18px;
}
#custText>div>div>div img{
    max-width: 33px;
    height: auto;
    width: 100%;
}
#custText>div>div>div p:first-of-type img{
    max-width: 25px;
    margin-right: 10px;
/*     height: auto;
    width: 100%; */
}
.d-flex-cust{
    display: flex;
    align-items: center;
}
@media (max-width:1242px) {
    #custText>div>div>div p b{
        font-size: 14px;
        line-height: 14px;
    }
    #custText h5{
        font-size: 16px;
    }
}
@media (max-width:950px) {
    #custText>div>div>div p:first-of-type{
        display: none;
    }
}
@media (max-width:790px) {
   /*  header{
        width: 100% !important;
        left: 0;
        transform: translateX(0);
        top:0;
        
    }
    header#masthead>div>div{
        width: 100% !important;
        border-radius: 0;
    } */
}
@media (max-width:767px) {
    #custText h5{
        font-size: 14px;
    }
}
@media (max-width:633px) {
    #custText h5{
       display: none;
    }
}
@media (max-width:569px) {
    #custText{
        max-width: 89px;
    }
}
@media (max-width:374px) {
    #custText{
      display: none;
    }
    /* header>div>div>div:first-of-type{
        width: 140px;
    } */
}


.info_all_balance{
    max-width: 221px;
    width: 100%;
    background: #000e6c;
    padding: 15px 10px;
    border-radius: 18px;
    color: #3e3e3e;
    margin-right: 45px;
}
#userBalance{
    margin-bottom: 10px;
}
.transferred_summ input,
.info_all_balance input{
    box-shadow: 0 !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 18px !important;
}
.transferred_summ input:hover,
.info_all_balance input:hover{
    box-shadow: none !important;
    border: 0 !important;
    cursor: default ;
}
.d-flex_cust{
    display: flex;
    flex-direction: column;
}
.d-flex_cust input{
    width: 57%;
    border:none;
    font-weight: 600;
    font-size: 21px;
    padding: 0;
    background: transparent !important;
    color: white;
    margin-top: -10px;
}
.d-flex_cust span {
    margin-right: 12px;
    font-weight: 700;
    padding-bottom: 5.5px;
    width: 125px;
    font-size: 15px !important;
       color: #4f8dff;
}
.from_transfer{
    display: flex;
    flex-wrap: wrap;
   /*  justify-content: space-between; */
   justify-content: flex-start;
    align-items: flex-start;
}
.transfer_input{
    width: 100%;
    max-width: 634px;
    position: relative;
}
body.woocommerce-account .woocommerce-MyAccount-content input.hideEmail {
    opacity: 0;
    display: none !important;
}
#add_transfer #userBalance:focus,
#add_transfer #userBalance:focus-visible,
#add_transfer #userBalance:focus-within,
#add_transfer #balance_summ:focus,
#add_transfer #to_sity_transfer_summ:focus,
#add_transfer #to_sity_transfer_summ:focus-visible,
#add_transfer #to_sity_transfer_summ:focus-within,
#add_transfer #balance_summ:focus-visible,
#add_transfer #balance_summ:focus-within{
    border: none;
    outline: none;
    border-radius: 0;
}
#add_transfer label{
/*     margin-top: 25px; */
    color: #1a1a1a;
    margin-bottom: 3px;
}
#add_transfer .label_cart{
    margin-top: 20px;
    width: 100%;
}
#add_transfer input[type="submit"]{
    margin-top: 43px;
    border-color: white;
    border:none;
    transition: .3s ease-in-out;
/*     background: #7d36ff !important; */
}
#add_transfer input[type="submit"]:hover{
    /* background: var(--e-global-color-primary); */
    transform: scale(.95);
}
#add_transfer select{
    color: white !important;
    background: rgba(13, 15, 28, 0.6) !important;
    cursor: pointer !important;
}
#add_transfer select option {
    background:#1a2f4a;
    cursor: pointer !important;
}
#add_transfer select,
#add_transfer input{
    border-radius: 8px !important;
}
#add_transfer input[type="submit"]{
    border-radius: 35px;
}
.transfer_summ{
    width: 100%;
    max-width: 671px;
}
.transfer_summ_label{
    width: 100%;
}
#Сardholder.error,
.transfer_cart.error,
.transfer_summ.error{
    border: 1px solid rgb(163, 31, 31);
    background: rgb(243 202 202);
}
#Сardholder.error::placeholder,
.transfer_cart.error::placeholder,
.transfer_summ.error::placeholder{
    color: #b92e4d;
}
.transfer_box{
    width: 70%;
    position: relative;
    margin-top:10px;
}
.error-Сardholder,
.error-transfer_cart,
.error-transfer_summ{
    position: absolute;
    left: -1px;
    top: -20px;
    padding: 10px;
    background: #b74c4c;
    border-radius: 6px;
    color: white;   
}
.error-transfer_cart{
    top: -4px;
}
.error-Сardholder{
    top: -10px;
}
.selectbox{
    display: flex;
    align-items: flex-start;
    margin-top: 21px;
    justify-content: space-between;
}  
.selectbox select{
    max-width: 300px;
    width: 100%;
    border-radius: 15px;
}
.selectbox div.flagsTO{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 13px;
    margin-top: -27px;
    overflow: hidden;
}

.selectbox.two{
    flex-wrap: wrap;
}
.selectbox.two label{
    width: 100%;
    color: white;
}
.selectbox.two div{
/*     margin-left: -10px; */
    margin-top: -4px;
}
.selectbox div.flagsTO  img.active{
    display: block;
   
}


.selectbox div.flagsTO img{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.selectbox select{
    max-width: 250px;
}
.selectbox.two .transferred_summ {
    max-width: 237px;
    width: 100%;
}
.flagsTO{
    margin-right: 63px;
}
#to_sity_transfer{
    margin-bottom: 30px;
    padding: 8px 10px !important;
}
#to_sity_transfer:hover,
#to_sity_transfer:focus{
    border-color: rgb(162 254 255 / 60%) !important;
    box-shadow: rgba(250, 167, 224, 0.2) 0px 0px 0px 2px !important;
    outline: none !important;
}
.transferred_summ label{
    margin-top: 0px !important;
}
.transferred_summ input{
    max-width: 200px;
    background: transparent;
    border: 0px;
    font-size: 31px !important;
    text-shadow: 1px 1px black;
    color: white;
    padding-left: 0;
    margin-top: -7px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.message-success{

    padding: 10px;
    border-radius: 15px;
    background: #3f4b87;
    border: 1px solid #0E3C9069;
    text-align: center;
    color: white;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 509px;
    height: 250px;
    width: 100%;
    box-shadow: 9px 9px 9px 1000vh #000000c7;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    transition: .3s ease-in-out;

}




/* myacc */

.BoxStatusAccount{
    padding: 20px 15px;
    border-radius: 15px;
    background: #b1092fa6;
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.BoxStatusAccount.pocessing{
    background: rgb(193 132 68 / 70%);
}

.BoxStatusAccount.verified{
    background: #293056;
}

.BoxStatusAccount p{
   /*  text-align: center; */
    margin-bottom: 0px;
    
}
.BoxStatusAccount p b{
    font-size: 24px;
}
.BoxStatusAccount.KYC {
    justify-content: center;
}
.BoxStatusAccount.KYC p{
     text-align: center; 
 }
a.TransferLK{
    padding: 10px 30px !important;
    border-radius: 30px !important;
    border: 1px solid white !important;
    cursor: not-allowed !important;
    color: white !important;
    opacity: .75 !important;
    background: rgb(105, 105, 105);
}
a.TransferLK.active{
    background: #0E3C90 !important;
    color: white !important;
    font-weight: 600;
    opacity: 1 !important;
    cursor: pointer !important;
    transition: .3s ease-in-out;
    border: none !important;
}
a.TransferLK.active:hover{
    transform: translateY(-6px);
    box-shadow: 0px 0px 12px 0px #3d7bee;
}

/* header svg path{
    fill: #FD6B00;
} */
body.woocommerce-account{
    min-height: 100vh !important;
 /*    background-color: #191b21; */
}
body.woocommerce-account{
    background-size: cover;
    background-repeat: no-repeat;
/*     background-image: url('https://remy.rukozhopov.net/wp-content/uploads/2024/11/background.png'); */
    background-position: center center;
}
form label{
    font-size: 14px;
    font-weight: 600;
    color: white !important;
}
form p input,
form input{
    background: rgba(13, 15, 28, 0.6) !important;
    transition: .3s ease-in-out;
    border:1px solid rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    padding: 10px !important;
    font-weight: 400 !important;
}
form input::placeholder{
    color: rgba(255, 255, 255, 0.281);
}
form input:focus,
form input:hover{
    border-color:  rgb(162 254 255 / 60%) !important;
    box-shadow: rgba(250, 167, 224, 0.2) 0px 0px 0px 2px !important;
    outline: none !important;
}
form p{
    color: white;
}
body>div#page>div p{
    color: white;
}
body>div#page>div p a{
    font-size: inherit;
}
form input[type="submit"],
form button[type="submit"]{
    background: #1b89db !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    transition: .3s ease-in-out;
    border-radius: 30px !important;
}
form input[type="submit"]:hover,
form button[type="submit"]:hover{
    transform: scale(.97);
    box-shadow: rgba(250, 167, 224, 0.4) 0px 0px 4px 2px !important;
}
body.woocommerce-account .woocommerce{
    overflow: hidden;
    padding: 10px;
}
body.logged-in.woocommerce-account .woocommerce{
    height: 100%;
    min-height:92vh;
    display: flex;
    justify-content: space-between;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: initial;
}
body.logged-in.woocommerce-account .woocommerce::before{
    content: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation{
    min-height: 92vh;
/*     background-color: #1e1f29; */
   /*  padding: 2rem; */
  /*   border-right: 1px solid #fd6b005e; */
    margin-right: 30px;
    max-width: 320px;
    width: 100% !important;
    z-index: 99999999999;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{
    position: sticky;
    top: 0px;
    list-style: none;
    padding: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    position: relative;
    margin-bottom: 10px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #34d835;
    background:#0E3C90;
    border-radius: 12px;
    border:1px solid #0E3C90;
    box-shadow: 0px 0px 12px 0px #1b89db;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color: white;
    font-family: var(--e-global-typography-primary-font-family);
    width: 100%;
    display: inline-block;
    padding: 10px 10px 10px 34px;
    border-radius: 12px;
    font-size: 18px;
    border:1px solid transparent;
    transition: .3s ease-in-out;
    border:1px solid rgba(255, 255, 255, 0.1);
    background: #3f4b87;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    color: white;
    background:#0E3C90;
    border-radius: 12px;
    border:1px solid #0E3C90;
    box-shadow: 0px 0px 12px 0px #1b89db;
}
body.woocommerce-account .woocommerce-MyAccount-content{
    /* margin-right: 30px; */
    width: 80% !important;
    margin: 0px 40px 130px 40px;
    padding: 60px 40px;
    background: #3f4b87;
    border-radius: 25px;
    color: white;
    font-family: var(--e-global-typography-primary-font-family);
    height: 100%;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
    color: #520f83 !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    border-top-color: #492474 !important;
    background-color: #9775db !important;
    color: #ffffff !important;
    border-radius: 13px !important;
}


body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--Affiliate a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--KYC a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
    content:'';
    width: 23px;
    height: 23px;
    background: url('https://remy.rukozhopov.net/wp-content/uploads/icon-005.png') no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-56%);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
    background: url('https://remy.rukozhopov.net/wp-content/uploads/exit.png') no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
    background: url('https://remy.rukozhopov.net/wp-content/uploads/icon-001.png') no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    margin-top: -2px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--KYC a::before{
    background: url('https://remy.rukozhopov.net/wp-content/uploads/icon-002.png') no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
    background: url('https://remy.rukozhopov.net/wp-content/uploads/icon-004.png') no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--Affiliate a::before{
    background: url('https://remy.rukozhopov.net/wp-content/uploads/icon-003.png') no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
}
.woocommerce-MyAccount-content .wpcf7-form {
    max-width: 550px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    max-width: 650px;
}
.woocommerce-MyAccount-content form .woocommerce-Button,
.woocommerce-MyAccount-content input{
    border-radius: 12px;
}
.woocommerce-MyAccount-content fieldset{
    margin-bottom: 30px;
    border-radius: 17px;
    border-color: #1b89db;
}
.woocommerce-MyAccount-content fieldset legend{
    padding: 0 14px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__header-order-actions,
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions{
    display: none !important;
}
.woocommerce-MyAccount-content .wpcf7-form p.textform{
    margin-top: -16px;
    margin-bottom: 31px;
    font-size: 13px;
    font-weight: 400;
}
.woocommerce-MyAccount-content .wpcf7-form p.textform b{
    color: #3eefd8;
}
.woocommerce-MyAccount-content .wpcf7-form .codedropz-upload-handler {
    border: 2px dashed #1b89db !important;
}
.woocommerce-account .needregistration .registercustbox {
    height: 0;
    overflow: hidden;
    transition: 1.3s ease-in-out;
    transform: translateY(800px);
}
.woocommerce-account .needregistration {
    width: 29%;
    padding: 0px 30px 35px 30px;
 /*    background-image: linear-gradient(135deg, #1e1f29 30%, #191b27 100%); */
    border-radius: 25px;
    overflow: hidden;
}
.woocommerce-account .needregistration .wekcomebox {
    height: auto;
    transition: .3s ease-in-out;
}
.woocommerce form.login, .woocommerce form.register {
    border: 1px solid #8aebff96;
    background: #3f4b87;
    border-radius: 25px;
}
.woocommerce-account .d-flexLogin {
    display: flex;
    justify-content: center;
    max-height: 1000px;
}
body.woocommerce-account .woocommerce .logincustwoo {
    width: 34% !important;
    margin-right: 25px;
    overflow: hidden;
    margin-bottom: 155px;
    transition: .6s ease-in-out;
}
.woocommerce-account .needregistration.active_register_form .registercustbox {
    height: 100%;
    transform: translateY(0px);
    transition: 1.4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce-account .woocommerce .custregister.active_register_form {
    width: 40%;
    height: auto;
    min-height: 420px;
    padding-bottom: 141px;
    transition: .6s ease-in-out;
    margin-left: 20px;
    margin-bottom: 80px;
    animation: regform 2.1s forwards;
}
@keyframes regform{
    0% {
        transform: translateX(1000px);
    }
    90% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(0px);
    }
}
body.woocommerce-account .woocommerce .logincustwoo.active_register_form {
    animation: loginform 1.2s forwards;
    width: 0% !important;
    margin-right: 0px;
    height: 0;
}
@keyframes loginform {
    0% {
        transform: translateX(0px);
    }
    90% {
        transform: translateX(-1800px);
    }
    100% {
        transform: translateX(-1800px);
    }
}
.woocommerce-account .needregistration.active_register_form {
    padding: 0px 30px 0px 30px;
    max-height: 522px;
}
.woocommerce-account .needregistration.active_register_form .wekcomebox {
 /*    transform: translateY(-500px); */
    opacity: 0;
    height: 0;
}
.woocommerce-account .needregistration .registercustbox {
    height: 0;
    overflow: hidden;
    transition: 1.3s ease-in-out;
    transform: translateY(800px);
}
.woocommerce-account .woocommerce .custregister {
    width: 0%;
    overflow: hidden;
    transition: .6s ease-in-out;
    height: 0px;
    transform: translateX(1000px);
}
.woocommerce-account .needregistration .registercustbox h2{
    margin-top: 0px;
}
.woocommerce-account .needregistration .registercustbox img {
    max-width:165px;
    transition: 1.8s ease-in-out;
    transform: translateY(800px);
}
.woocommerce-account .needregistration.active_register_form .registercustbox img {
    transform: translateY(-50px);
}
.bottom_cust{
    margin-bottom: 400px !important;
}

/* .custregister.active_register_form input{
    border-radius: 12px !important;
} */
 .lost_reset_password input{
    background: #155bdd42 !important;
    box-shadow: 0px 0px 4px 1px #98bcff42;
 }
.lost_reset_password .woocommerce-Button,
.logincustwoo .woocommerce-form-login__submit,
.needregistration #registerlogin,
.needregistration #registersingup,
.custregister.active_register_form .woocommerce-button{
    border-radius: 30px !important;
    transition: .3s ease-in-out;
    border:1px solid #0E3C90 !important;
    background: #1b89db !important;
    color: white;
}
.needregistration #registerlogin:hover,
.lost_reset_password .woocommerce-Button:hover,
.logincustwoo .woocommerce-form-login__submit:hover,
.needregistration #registersingup:hover,
.custregister.active_register_form .woocommerce-button:hover{
    transform: scale(0.98);
    color: white !important;
    background:#155bdd !important;
    border:1px solid #0E3C90;
    box-shadow: 0px 0px 12px 0px #1b89db;
}
.needregistration #registerlogin:hover{
    box-shadow: 0px 0px 3px 0px #1b89db;
}
.login_div_cust{
    margin-top: 45px;
}
/* .lost_reset_password input,
.logincustwoo form input{
    border-radius: 12px !important;
} */
.btn_cust {
    background-color: #7D36FF;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 9px 32px 9px 32px;
    display: inline-block;
    transition: .3s ease-in-out;
    border-radius: 12px;
}
.btn_cust:hover{
    transform: scale(0.95);
    color: white;
}
.custregister .woocommerce-form-register .date_of_birth{
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.woocommerce-MyAccount-content .get-link-user-btn{
    border-radius: 12px;
}

.link_two,
.referal__link-item .link_ref_text{
    display: none;
    margin: 0;
    font-size: 16px !important;
    color: #cae8ff !important;
}
/* .link_two{
    width: 100%;
    max-width: 615px;
    background: #3c3f64;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
} */
.get-link-user-btn{
    background:#1b89db !important;
    color: white !important;
    border: 0px !important;
    transition: .3s ease-in-out;
}
.get-link-user-btn:hover{
    transform: scale(.97);
    box-shadow: 0px 0px 6px 1px #4e99d3;
}
.woocommerce-MyAccount-content .referal__link-item {
    margin-top: 16px;
    background: #1b88db60;
    padding: 5px 10px;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    max-width: 567px;
    min-height: 37px;
}
.woocommerce-MyAccount-content .referal__link-item.two_link_box{
    max-width: 620px;
}

.copy_text_cust2,
.copy_text_cust{
    text-align: center;
    background: #0E3C90;
    color: white !important;
    padding: 12px 60px;
    border-radius: 16px;
    position: absolute;
    max-width: 500px;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: textcopy 1.6s forwards;
    
}
.referal__link p {
    font-size: 14px;
}
@keyframes textcopy {
    0%{
        bottom: 0;
        opacity: 0;
    }
    40%{
        bottom: 20%;
        opacity: 1;
    }80%{
        bottom: 20%;
        opacity: 1;
    }
    100%{
        bottom: 0%;
        opacity: 0;
    }

}
.text-m{
    margin-top: 10px;
    margin-bottom: 0px;
}
.text-mb{
    margin-bottom: 35px;
}
body.woocommerce-account #customer_login{
    padding-top: 200px;
}
body.woocommerce-account .lost_reset_password{
    max-width: 650px;
    padding: 40px;
    border-radius: 23px;
 /*    background: #1e1f29; */
    margin: 20px auto 160px auto;
}
body.woocommerce-account .woocommerce-notices-wrapper{
    max-width: 600px;
    position: absolute;
    top: 78px;
    padding-right: 10px;
}
body.woocommerce-account .woocommerce-notices-wrapper ul{
    border-radius: 20px;
    background: #4a3c64;
}
body.woocommerce-account .woocommerce-notices-wrapper ul li{
    color: white;
}
body.woocommerce-account .woocommerce-orders-table thead{
    font-size: 18px;
}
body.woocommerce-account .woocommerce-orders-table td,
body.woocommerce-account .woocommerce-orders-table th{
    border: none !important;
    padding:20px 5px;
}
@media (max-width: 1384px) {
    body.woocommerce-account .woocommerce .logincustwoo {
        max-width: 560px;
        width: 100% !important;
    }
    .woocommerce-account .needregistration, .needregistration.active_register_form {
        max-width: 400px;
        width: 100%;
    }
    .woocommerce-account .woocommerce .custregister.active_register_form {
        max-width: 560px;
        width: 100%;
    }
    .woocommerce-account .d-flexLogin {
        display: flex;
        justify-content: center;
        max-height: initial;
    }
}

@media (max-width:1080px) {
    body.woocommerce-account .woocommerce-MyAccount-navigation {
        max-width: 216px;
        width: 100% !important;
        padding: 3rem 11px;
        margin-right: 17px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 14px;
    }
    body.woocommerce-account .woocommerce-MyAccount-content {
        margin: 82px 20px 140px 3px;
        padding: 36px 15px;
    }
    body>div#page>div p{
        font-size: 14px !important;
    }
    body.woocommerce-account #customer_login {
        padding-top: 90px;
    }
}
@media (max-width: 842px) {
    .woocommerce-account .needregistration, .needregistration.active_register_form {
        max-width: 250px;
        width: 100%;
        padding: 15px 15px 0px 15px !important;
    }
    body.woocommerce-account .woocommerce .logincustwoo {
        max-width: 560px;
        width: 100% !important;
    }
}

@media (max-width:999px) {
    .transfer_input {
        width: 58%;
        max-width: 634px;
        position: relative;
    }
    .selectbox.two .transferred_summ {
        transform: translateX(-260px);
    }
}
@media (max-width: 842px) {
    .woocommerce-account .needregistration, .needregistration.active_register_form {
        max-width: 250px;
        width: 100%;
        padding: 15px 15px 0px 15px !important;
    }
}
@media (max-width:768px) {
    body.woocommerce-account .woocommerce-MyAccount-content tr.woocommerce-orders-table__row{
        margin-bottom: 40px;
    }
    body.woocommerce-account .woocommerce-orders-table td,
    body.woocommerce-account .woocommerce-orders-table th{
        border: none !important;
        padding:8px 8px;
    }
}
@media (max-width:706px) {
    .flagsTO {
        margin-right: 5px;
    }
}

@media (max-width:673px) {
    .selectbox.two .transferred_summ {
        transform: translateX(0px);
    }
    .info_all_balance {
        margin-top: -183px;
        transform: translateX(-10px);
        background: #3f4b87 !important;
    }
    .elementor-19 .elementor-element.elementor-element-c19f06b > .elementor-widget-container {
        padding: 20px 10px 20px 14px !important;
    }
    .transfer_input {
        width: 100%;
    }
    .flagsTO {
        margin-right: 20px;
    }
    .transfer_box {
        width: 100%;
    }


    body.woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        margin: 82px 14px 140px 14px;
        padding: 36px 15px;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation{
        position: fixed;
        height: auto;
        min-height: auto;
        bottom: 0;
        width: 100% !important;
        max-width: 100%;
        padding: 17px 10px 3px 10px;
        background-color: #3a3654;
        z-index: 100;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li{
        max-width: 85px;
        width: 100%;
        background: #3f4b87;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
        line-height: 11px;
        font-size: 12px;
        margin: 0;
        padding: 12px 2px;
        text-align: center;
        border: 0px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
   /*  body.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard{
        display: none;
    } */
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active{
        background: #0E3C90;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
        background: #0E3C90;
        box-shadow: inherit;
        border: 0px;
    }
   
    body.woocommerce-account .woocommerce-MyAccount-navigation ul{
        display: flex;
        justify-content: space-between;
        background: #3f4b87;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation{
        padding: 0;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li{
        margin-bottom: 0;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--Affiliate a::before, body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before, body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--KYC a::before, body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before, body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before, body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
        left: 50%;
        top: -15px;
        transform: translateX(-50%);
    }
}
@media (max-width: 654px) {
    .woocommerce-account .d-flexLogin {
        flex-wrap: wrap;
    }
    .woocommerce-account .woocommerce .custregister.active_register_form {
        max-width: 100%;
        width: 100%;
        margin-top: 45px;
        margin-left: 0px;
    }
    body.woocommerce-account .woocommerce .logincustwoo{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .woocommerce-account .needregistration, .needregistration.active_register_form {
        max-width: 100%;
        width: 100%;
        padding: 15px 15px 15px 15px !important;
        height: 100%;
    }
    .needregistration.active_register_form img {
        display: none;
    }
    body.woocommerce-account .lost_reset_password {
        max-width: 650px;
        padding: 20px 10px;
    }
    body.woocommerce-account #customer_login {
        padding-top: 18px;
    }
}

@media (max-width:590px) {
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
      /*   padding: 6px; */
     /*    margin: 0 4px; */
        text-align: center;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--Affiliate a::before, 
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before, 
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--KYC a::before,
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before,
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before,
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
        left: 50%;
        top: -13px;
        transform: translateX(-50%) translateY(0px);
        background-color: transparent;
        border-radius: 7px;
    }
    body.woocommerce-account .woocommerce-notices-wrapper ul{
        padding: 27px 9px;
    }
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
        top: 4px;
        left: 10px;
    }
   
}
@media (max-width:540px) {
    .woocommerce-MyAccount-content .referal__link-item{
        font-size: 12px;
/*         overflow: hidden; */
        max-width: 450px;
        width: 100%;
       /*  white-space: nowrap;  */
    }
    body>div#page .woocommerce-MyAccount-content .referal__link-item p.link_ref_text,
    body>div#page .woocommerce-MyAccount-content .referal__link-item p.link_two{
        font-size: 12px !important;
    }
    .woocommerce-MyAccount-content .link_two{
        font-size: 12px;
    }
    .woocommerce-MyAccount-content .referal__link-item .result{
        display: block;
    }
}
@media (max-width:460px) {
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
        max-width: 69px;
        width: 100%;
    }
 /*    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 13px;
        padding: 2px;
    } */
}
@media(max-width:424px){
      body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 10px;
      /*   padding: 2px; */
    }
}
@media (max-width:387px) {
    .flagsTO {
        margin-right: 2px;
    }
}
@media(max-width:374px){
    .selectbox select {
        max-width: 195px;
    }
    .selectbox div.flagsTO {
        width: 41px;
        height: 41px;
    }

 /*    body.woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 17px 2px 3px 2px;
    } */
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 9px;
    }
    .BoxStatusAccount {
        flex-direction: column;
    }
    .BoxStatusAccount a{
        margin-top: 12px;
    }
}