/* 
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 */
.info_all_balance{
    max-width: 221px;
    width: 100%;
    background: #2d2f46;
    padding: 15px 10px;
    border-radius: 18px;
    color: #c3c3c3;
    margin-right: 45px;
}
#userBalance{
    margin-bottom: 10px;
}
.d-flex_cust{
   /*  display: flex;
    align-items: end; */
}
.d-flex_cust input{
    width: 57%;
    border:none;
    font-weight: 600;
    font-size: 21px;
    padding: 0;
    background: transparent !important;
    color: white;
}
.d-flex_cust span{
    margin-right: 12px;
    font-weight: 700;
    padding-bottom: 1.5px;
    width: 110px;
}
.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: white;
    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,
#add_transfer input{
    border-radius: 15px;
}
#add_transfer input[type="submit"]{
    border-radius: 35px;
}
.transfer_summ{
    width: 100%;
    max-width: 671px;
}
.transfer_summ_label{
    width: 100%;
}
.transfer_cart.error,
.transfer_summ.error{
    border: 1px solid rgb(163, 31, 31);
    background: rgb(243 202 202);
}
.transfer_cart.error::placeholder,
.transfer_summ.error::placeholder{
    color: #b92e4d;
}
.transfer_box{
    width: 70%;
    position: relative;
}

.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;
}
.selectbox{
    display: flex;
    align-items: flex-start;
    margin-top: 21px;
}  
.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: 236px;
    width: 100%;
}
.flagsTO{
    margin-right: 63px;
}
#to_sity_transfer{
    margin-bottom: 30px;
}
.transferred_summ label{
    margin-top: 0px !important;
}
.transferred_summ input{
    max-width: 200px;
    background: transparent;
    border: 0px;
    font-size: 31px;
    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: #411c86;
    text-align: center;


    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;

}




/* myacc */

.BoxStatusAccount{
    padding: 20px 15px;
    border-radius: 15px;
    background: #b92e4d;
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.BoxStatusAccount.pocessing{
    background: rgb(193 156 0);
}
.BoxStatusAccount.verified{
    background: rgb(50, 139, 180);
}

.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: transparent !important;
    opacity: 1!important;
    cursor: pointer !important;
    transition: .3s ease-in-out;
}
a.TransferLK.active:hover{
    background: var(--e-global-color-primary) !important;
}


body.woocommerce-account{
    min-height: 100vh !important;
    background-color: #191b21;
}
body.woocommerce-account{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/10/background-1.png');
    background-position: center center;
}
body.woocommerce-account .woocommerce{
    overflow: hidden;
    padding: 10px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--proct-payment{
    display: none !important;
}
body.logged-in.woocommerce-account .woocommerce{
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/10/background-1.png');
    background-position: center center;
    padding: 0;
    overflow: initial;
}
body.logged-in.woocommerce-account .woocommerce::before{
    content: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation{
    min-height: 100vh;
    background-color: #1e1f29;
    padding: 2rem;
    border-right: 1px solid #ffffff14;
    margin-right: 30px;
    max-width: 320px;
    width: 100% !important;
    z-index: 99999999999;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{
    position: sticky;
    top: 50px;
    list-style: none;
    padding: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    position: relative;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    
    background:#303342;
}
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;
    transition: .3s ease-in-out;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    background:#22242e;
}
body.woocommerce-account .woocommerce-MyAccount-content{
    /* margin-right: 30px; */
    width: 80% !important;
    margin: 140px 40px 140px 40px;
    padding: 60px 40px;
    background: #1e1f29;
    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://account.games-planet.org/wp-content/uploads/2024/12/user-1.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://account.games-planet.org/wp-content/uploads/2024/12/exit-1.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://account.games-planet.org/wp-content/uploads/2024/12/dashboard-1.png') no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--KYC a::before{
    background: url('https://account.games-planet.org/wp-content/uploads/2024/12/doc-1.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://account.games-planet.org/wp-content/uploads/2024/12/card-1.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://account.games-planet.org/wp-content/uploads/2024/12/affiliate-1.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;
}
.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-account .needregistration .registercustbox {
    height: 0;
    overflow: hidden;
    transition: 1.3s ease-in-out;
    transform: translateY(800px);
}
.woocommerce-account .needregistration {
    width: 29%;
    padding: 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 var(--e-global-color-secondary);
    background: #1e1f29;
    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;
    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;
    transition: .6s ease-in-out;
    margin-left: 20px;
    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: 35px 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 img {
    max-width: 270px;
    transition: 1.8s ease-in-out;
    transform: translateY(800px);
}
.woocommerce-account .needregistration.active_register_form .registercustbox img {
    transform: translateY(-60px);
}


.custregister.active_register_form input{
    border-radius: 12px !important;
}
.lost_reset_password .woocommerce-Button,
.logincustwoo .woocommerce-form-login__submit,
.needregistration #registersingup,
.custregister.active_register_form .woocommerce-button{
    border-radius: 12px !important;
    transition: .3s ease-in-out;
}
.lost_reset_password .woocommerce-Button,
.logincustwoo .woocommerce-form-login__submit,
.needregistration #registersingup,
.custregister.active_register_form .woocommerce-button:hover{
    transform: scale(0.98);
}
.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;
}
/* .link_two{
    width: 100%;
    max-width: 615px;
    background: #3c3f64;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
} */

.woocommerce-MyAccount-content .referal__link-item {
    margin-top: 16px;
    background: #2f3250;
    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: #513289;
    padding: 8px 10px;
    border-radius: 16px;
    position: absolute;
    max-width: 500px;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    animation: textcopy 1.6s forwards;
    
}

@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: 200px auto 120px 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;
}
@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;
    }
}
@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;
    }
}
@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);
    }
    .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: 56px;
        width: 100%;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
        line-height: 11px;
        margin: 8px 0 0 0;
    }
   /*  body.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard{
        display: none;
    } */
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
        background: #444e83;
    }
   
    body.woocommerce-account .woocommerce-MyAccount-navigation ul{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}
@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;
    }
    .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;
    }
}

@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; 
    }
    .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;
    }
}