*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.wrapper{
    position: relative;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#block_loader{
    /*display: none;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: hidden;
    background-color: #000000;
}

.loader_img_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loader_img_wrap img{
    width: 100%;
    height: fit-content;
}


#block_mobile{
    position: relative;
    width: 100%;
    height: 100vh;
}

.main_menu_wrap{
    display: none;
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.main_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}








header{
    padding:10px ;
    background-color: rgba(22, 24, 44, 0.56);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 0 39px rgba(255, 255, 255, 0.05);
    border-radius: 0 0 20px 20px  ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.53);
}

main{
    padding: 20px;
    height: calc(100vh - (95px + 85px));
    overflow-y: scroll;
}
footer{
    width: 100%;
    padding: 12px;
    background-color: rgba(16, 18, 32);
}




.ava_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.info_ava_header {
    display: flex;
    flex-direction: column;

}
.info_ava_header h2{
    font-size: 15px;
    color: #CCCCCC;
    font-weight: 500;
    margin-bottom: 5px;

}
.sub_ava_header {
    display: flex;
    align-items: center;
}
.sub_ava_header p{
    margin-left: 5px;
    color: #8D8D8D;
}


.balance_info {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.ton_balance_header, .mtok_balance_header, .like_balance_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px #999999 solid;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: rgba(185, 185, 185, 0.07);
    color: #E5DBDB;
    margin: 5px;
    font-size: 12px;
    
}
.ton_balance_header img, .mtok_balance_header img, .like_balance_header img{
    margin-right: 5px;
}

.mtok_balance_header{
    width: max-content;
}



.switchBlock {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: rgba(4, 4, 4, 0.32);
    border-radius: 50px;
    color: #6A6A6A;
    overflow: hidden;
}

.switchBlock h2 {
    padding: 10px;
    font-size: 15px;
    width: 50%;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    z-index: 2;
    transition: color 0.3s;
}

.switchBlock .activeSwitch {
    color: #FFFFFF;
}

.switch-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #9F45ED, #DF51BA);
    border-radius: 50px;
    transition: transform 0.3s ease;
    z-index: 1;
}

.switchWrap{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 10px 0;
}
.hidden {
    display: none;
}



.switchBlock-triple {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: rgba(4, 4, 4, 0.32);
    border-radius: 50px;
    color: #6A6A6A;
    overflow: hidden;
}

.switchBlock-triple h2 {
    padding: 10px;
    font-size: 15px;
    width: 33.3333%;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    z-index: 2;
    transition: color 0.3s;
}

.switchBlock-triple .activeSwitch {
    color: #FFFFFF;
}

.switch-bg-triple {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3333%;
    height: 100%;
    background: linear-gradient(to right, #9F45ED, #DF51BA);
    border-radius: 50px;
    transition: transform 0.3s ease;
    z-index: 1;
}

.switchWrap-triple {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 10px 0;
}

.hidden {
    display: none;
}



.equipmentBlock{
    width: calc(50% - 10px);
    padding: 15px 10px;
    margin: 10px 0;
    border: 1px #999999 solid;
    border-radius: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.equipmentBlock img{
    width: 41%;
}
.equipmentBlock h2{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 5px 0;
}

.setting_buttons {
    width: 100%;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.prise_block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(38, 37, 48, 1);
    padding: 8px 5px ;
    border-radius: 50px;
    margin-bottom: 5px;
}
.prise_block p{
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 2px;
}
.prise_block img{
    width: 20px;
    margin-right: 5px;
}

.buy_buttons{
    width: 100%;
}
.buy_buttons button{
    width: 100%;
    padding: 6px 12px;
    background: linear-gradient(to right, #9F45ED, #DF51BA);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-size: 12px;
}




.footer_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.footer_block{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #3E3D50;
    border-radius: 14px;
}
.wrapImgFooter{
    display: flex;
    flex-direction: column;
    color: #828282;
    font-size: 10px;
    align-items: center;
}
.wrapImgFooter p{
    margin-top: 5px;
}
.footer_text{
    position: absolute;
    bottom: -30%;
    color: #828282;
    width: 100%;
    text-align: center;
    font-size: 10px;
}
.footer_text p{
    margin-left: 2%;
}

.left_footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    padding: 0 10px;
}
.center_footer_wrap {
    position: absolute;
    top: -17%;
    left: 39%;
    width: 80px;
    height: 80px;
    padding: 8px;
    border-radius: 50%;
    background-color: rgba(16, 18, 32);
    /* background-color: rgb(255, 0, 0); */

    display: flex;
    justify-content: center;
    align-items: center;
}
.center_footer_wrap img{
    width: 80%;
}
.right_footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    padding: 0 5px;
}






.tasks_menu_wrap{
    display: none;
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.tasks_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.task_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.task_block_content{
    display: flex;
    border-radius: 20px;
    padding: 10px;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.24);
}
.task_block_content h2{
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}
.task_block_content p{
    margin-top: 10px;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}
.task_block_content h2 span{
    font-weight: bold;
    color: #9F45ED;
}
.task_block_content ul{
    padding: 0 20px;
    margin: 10px 0;
}
.task_block_content li{
    color: #A44AE8;
    font-weight: bold;
}
.task_block_content input{
    padding: 10px;
    border-radius: 10px;
    border: none;
    outline: none;

}
.task_block_content button{
    padding: 10px;
    margin-top: 10px;
    border-radius: 50px;
    background: linear-gradient(to right, #A54AEA, #401E5A);
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}

.tasks_wrap_block{
    margin: 10px 0;
}


.tasks_block_wrap_giga{
    margin: 10px 0;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.24);
}
.task_block_giga{
    padding: 15px;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tasks_info_wrap{
    display: flex;
    margin-bottom: 10px;
}
.task_block_info_giga{
    color: #FFFFFF;
}

.task_block_img_giga{
    width: 30px;
    height: 30px;
}

.task_block_img_giga img{
    width: 100%;
    height: 100%;
}

.task_button_giga{
    margin-top: 10px;
    padding: 8px 15px;
    border-radius: 50px;
    background: linear-gradient(to right, #9F45ED, #DF51BA);
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}



.tasks_block_wrap_adsgram{
    margin: 10px 0;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.24);
}
.task_block_adsgram{
    padding: 15px;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.task_block_info_adsgram{
    color: #FFFFFF;
}

.task_block_img_adsgram{
    width: 30px;
    height: 30px;
}

.task_block_img_adsgram img{
    width: 100%;
    height: 100%;
}

.task_button_adsgram{
    margin-top: 10px;
    padding: 8px 15px;
    border-radius: 50px;
    background: linear-gradient(to right, #9F45ED, #DF51BA);
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}


.tasks_block_wrap{
    margin: 10px 0;
    padding: 2px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.24);
}
.task_block_isp{
    padding: 15px;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.task_block_info{
    color: #FFFFFF;
    margin: 10px 0;
}

.task_block_info p{
    font-size: 12px;
}

.task_block_info h3{
    margin-bottom: 10px;
    font-size: 12px;
    white-space: nowrap;     /* запрещает перенос строк */
    overflow: hidden;        /* скрывает лишний текст */
    text-overflow: ellipsis; /* добавляет "..." в конце */
    display: block;          /* гарантирует блочный контекст */
    max-width: 100%;
}

.task_block_img{
    width: 35px;
    height: 35px;
}

.task_block_img img{
    width: 100%;
    height: 100%;
}

.task_button{
    padding: 8px 15px;
    border-radius: 8px;
    backdrop-filter: blur(15px);
    background: #A54AEA;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}


.task_finish_btn {
    background: #DF51BA;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    margin: 8px 0;
    font-size: 14px;
    user-select: none;
}
.task_finish_btn[disabled] {
    opacity: 0.6;
    cursor: default;
}






.task_text_wrap {
    width: 70%;
    padding: 20px;
}

.task_text h4{
    color: #D1D1D1;
    font-weight: 600;
    font-size: 15px;
}
.task_text p{
    color: #D1D1D1;
    font-weight: 300;
    margin-top: 5px;
    font-size: 12px;
}

.quest_done_text{
    color: #FFFFFF;
}








.studio_menu_wrap{
    /*display: none;*/
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.studio_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.room_wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16; /* или нужные пропорции */
    background: url('../rooms/room/10.png') center/cover no-repeat;
    overflow: hidden;
}

.room_wrap img{
    user-select: none; 
    -webkit-user-drag: none;
}


.buttons_start_studio_wrap{
    /* display: none; */

}

/* .led_stena_wrap{
    display: none;
} */

.buttons_start_studio{
    cursor: pointer;
    position: absolute;
    bottom: 5%;
    left: 35%;
    display: flex;
    flex-direction: column;

}
.start_button {

    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #7B7B7B;
    color: #FFFFFF;
    border-radius: 24px;
}
.start_button p{
    padding: 10px 10px 10px 5px;
}

.categories_button {
    text-align: center;
    margin-top: 10px;
    padding: 8px 15px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 24px;
    background: linear-gradient(to right, #ED53AF, #9743F3);
}


.buttons_timer_studio_wrap {
    display: none;
}
.buttons_timer_studio {
    cursor: pointer;
    position: absolute;
    bottom: 5%;
    left: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.timer_block {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
}
.timer_block img{
    margin-right: 10px;
}
.timer_text {
    border-radius: 50px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
    margin-top: 10px;
    color: #FFFFFF;
}



.buttons_pubsh_studio_wrap {
    display: none;
}
.buttons_pubsh_studio {
    cursor: pointer;
    position: absolute;
    bottom: 5%;
    left: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pubsh_block {
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
    background: linear-gradient(to right, #ED53AF, #9743F3);
}
.pubsh_block img{
    margin-right: 5px;
}
.pubsh_text {
    border-radius: 50px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
    margin-bottom: 5px;
    color: #FFFFFF;
}





.list_categories_wrap {
    display: none;
}
.list_categories_block {
    position: absolute;
    width: 90%;
    bottom: 5%;
    left: 5%;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.49);
    border-radius: 27px;
}
.list_categories {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    padding-top: 40px;
}
.li_cat {
    cursor: pointer;
    margin: 5px;
    border-radius: 14px;
    padding: 15px;
    width: 71px;
    height: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(248, 248, 248, 0.07);
}
.li_cat img{
    width: 40px;
    height: 40px;
}
.li_cat p{
    color: rgba(255, 255, 255, 0.76);
    margin-top: 10px;
    font-size: 10px;
}

.list_categories_button {
    position: absolute;
    top: -5%;
    left: 32%;
    padding: 8px 15px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 24px;
    background: linear-gradient(to right, #ED53AF, #9743F3);
}
.x_list_categories{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;

}

.energies_wrap{
    position: absolute;
    bottom: 5%;
    right: 2%;
}
.energies_block{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottle_wrap{
    display: flex;
    flex-direction: column;

}
.bottle_wrap button{
    border-radius: 50px;
    padding: 5px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    color: #FFFFFF;
    cursor: pointer;
}

.line_energy_wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.line_energy_wrap img{
    width: 13px;
    height: 21px;
    margin-top: 10px;
}
.line_gray_block {
    position: relative;
    width: 8px;
    height: 100px;
    background-color: rgba(54, 54, 54, 0.308);
    backdrop-filter: blur(20px);
    border-radius: 10px;
}
.line_yellow_block {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 100px;
    background: linear-gradient(to top, #FDC737, #E49321);
    backdrop-filter: blur(20px);
    transition: height 0.3s ease; /* плавное уменьшение энергии */
}

.click-effect {
    position: fixed;
    color: #9743F3;
    font-weight: 700;
    font-size: 18px;
    pointer-events: none;
    animation: clickRise 1s ease-out forwards;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
    user-select: none;
    z-index: 9999;
}

@keyframes clickRise {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    70% {
        opacity: 0.8;
        transform: translateY(-40px) scale(1.2);
    }
    100% {
        opacity: 0;
        transform: translateY(-70px) scale(0.8);
    }
}


.trend_wins_wrap {
    display: none;
}

.wins_wrap {
    display: none;
}
.trend_wins_block {
    position: absolute;
    width: 90%;
    top:  25%;
    left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #424345;
    backdrop-filter: blur(20px);
    border-radius: 24px;
}
.trend_wins_block button{
    background: linear-gradient(to right, #ED53AF, #9743F3);
    padding: 5px 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #FFFFFF;
    margin-bottom: 20px;
    cursor: pointer;
}
.blockWinText {
    border-radius: 24px 24px 0 0;
    display: flex;
    position: relative;
    justify-content: end;
    align-items: center;
    background: linear-gradient(to right, #ED53AF, #9743F3);
    width: 100%;
    padding: 10px;
}
.blockWinTextImg {
    position: absolute;
    left: 0;
    bottom: -5%;
}
.winText {
    width: 60%;
}
.winText h2{
    color: #FFFFFF;
    font-size: 20px;
}
.vtrende_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(43, 43, 43, 0.66);
    padding: 5px 10px;
    border-radius: 50px;
    width: max-content;
}
.vtrende_block p{
    color: #FFFFFF;
    margin-left: 5px;
    font-size: 11px;
}
.counts_wins_block {
    display: flex;
    justify-content: left;
    align-items: start;
    margin: 10px 0 ;
    width: 90%;
}
.category_wins_block {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    background-color: rgba(9, 9, 9, 0.24);
    backdrop-filter: blur(20px);
    border-radius: 14px;
}
.like_wins_block {
    display: flex;
    margin: 5px;
}
.img_like_wins_block img{
    width: 25px;
    margin-right: 10px;
}
.like_wins_block h1{
    margin-right: 10px;
    font-size: 20px;
    color: #F2F2F2;
}
.like_wins_block p{
    margin-top: 8px;
    font-size: 12px;
    color: rgba(137, 137, 137, 1);
}
.sub_wins_block {
    display: flex;
    margin: 5px;
}
.img_sub_wins_block img{
    width: 25px;
    margin-right: 10px;
}
.sub_wins_block h1{
    margin-right: 10px;
    font-size: 20px;
    color: #F2F2F2;
}
.sub_wins_block p{
    margin-top: 8px;
    font-size: 10px;
    color: rgba(137, 137, 137, 1);
}

.mtok_wins_block {
    display: flex;
    margin: 5px;
}
.img_mtok_wins_block img{
    width: 25px;
    margin-right: 10px;
}
.mtok_wins_block h1{
    margin-right: 10px;
    font-size: 20px;
    color: #F2F2F2;
}
.mtok_wins_block p{
    margin-top: 8px;
    font-size: 10px;
    color: rgba(137, 137, 137, 1);
}


.noMusic_wrap{
    position: absolute;
    top: 5%;
    cursor: pointer;
    
}


.leaders_menu_wrap{
    display: none;
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.leaders_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leaders_wrap {
    width: 100%;
}
.leader_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 8px 0;
}

.leader_name_wrap{
    display: flex;
    align-items: center;
    width: 60%;
}
.leader_name_wrap h4{
    font-size: 15px;
    color: #D1D1D1;
}

#leader_first{
    background: linear-gradient(to right, #A54AEA, #401E5A);
}
#leader_two{
    background: linear-gradient(
    to right, 
        rgba(165, 74, 234, 0.6), /* фиолет с прозрачностью 70% */
        rgba(64, 30, 90, 0.6)    /* тёмный с прозрачностью 70% */
    );
}
#leader_three{
    background: linear-gradient(
    to right, 
        rgba(165, 74, 234, 0.3), /* фиолет с прозрачностью 70% */
        rgba(64, 30, 90, 0.3)    /* тёмный с прозрачностью 70% */
    );
}

#leader_first_count{
    background: #A44AE8;
    border: none;
}
#leader_two_count{
    background: #7A41AA;
    border: none;
}
#leader_three_count{
    background: #583976c3;
    border: none;
}

.leader_name {
    overflow-x: hidden;
    width: 100%;
    margin:0 12px;
    display: flex;
    align-items: center;
    border-radius: 26px;
    background-color: rgba(0, 0, 0, 0.24);
}
.leader_name h4{
    font-size: 16px;
    color: #D1D1D1;
    font-weight: 300;
    margin-left: 10px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    width: 70%;
}
.leader_name img{
    width: 34px;
    height: 34px;
}

.leader_count {
    width: 40%;
    border: 1px #999999 solid;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(185, 185, 185, 0.07) ;
    padding: 8px 18px;
}
.leader_count h4{
    color: #D1D1D1;
    font-weight: 200;
    margin-left: 5px;
}



.others_menu_wrap{
    display: none;
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.others_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.others_main_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.click_wrap_ref_window {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.24);
    border-radius: 26px;
    margin: 10px;
    border: 1px solid #656565;
    cursor: pointer;
}
.click_wrap_ref_window p{
    margin-top: 10px;
    color: #D9D8D9;
}
.click_wrap_wallet_window {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.24);
    border-radius: 26px;
    margin: 10px;
    border: 1px solid #656565;
    cursor: pointer;
}
.click_wrap_wallet_window p{
    margin-top: 15px;
    color: #D9D8D9;
}






.referrals_menu_wrap{
    display: none;
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.referrals_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.ref_info_wrap h2{
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}
.ref_info_block {
    margin-top: 15px;
    border-radius: 26px;
    padding: 5px 10px;
    text-align: center;
    background-color: rgba(112, 112, 112, 0.24);
    color: #C5C5C5;
}
.ref_info_block p{
    font-weight: 300;
    margin: 10px 0;
}
.ref_info_block span{
    font-weight: 500;
    margin-right: 5px;
}

.copy_ref_link{
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
    background: linear-gradient(to right, #9F45ED, #DF51BA);
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50px;
}




.level_ref_wrap {
    margin-top: 30px;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    border-radius: 26px;
    padding: 31px 20px 20px;
}
.text_level_ref_wrap {
    position: absolute;
    top: -12%;
    left: 33%;
    width: max-content;
    background-color: rgba(248, 248, 248, 0.07);
    border:1px solid #ffffff88;
    backdrop-filter: blur(20px);
    border-radius: 50px;
}
.text_level_ref_wrap h1{
    font-size: 15px;
    padding: 8px 15px;
    color: #D1D1D1;
    font-weight: normal;
}
.level_ref {
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.count_ref_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #828282;
    padding-right: 20px;
}
.count_ref_one h2{
    color: #828282;
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
}
.claim_ref_link {
    width: 60%;
}
.claim_ref_link button{
    cursor: pointer;
    margin-top: 10px;
    background: linear-gradient(to left, #A54AEA, #401E5A);
    padding: 5px 12px;
    border: none;
    color: #FFFFFF;
    border-radius: 50px;
}
.counts_claim_ref_link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.mtok_count_ref{
    display: flex;
    align-items: center;

}
.mtok_count_ref h2{
    font-size: 17px;
    color: #828282;
    font-weight: normal;
    margin-left: 5px;
}
.like_count_ref{
    display: flex;
    align-items: center;
}
.like_count_ref h2{
    font-size: 17px;
    color: #828282;
    font-weight: normal;
    margin-left: 5px;
}




.wallet_menu_wrap{
    display: none;
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.wallet_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.wallet_main_wrap{

    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;

    justify-content: center;

    background-repeat: no-repeat;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('../img/bg_wallet.png');
    
}



.balance_dollar_block{
    display: flex;
    justify-content: center;
    align-items: end;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.balance_dollar_block h1{
    font-size: 45px;
}

.balance_dollar_block span{
    margin-right: 10px;
    color: #393A49;
}


.buttons_wallet_wrap {
    display: flex;
    justify-content: center;
}
.wallet_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #E3E3E3;
    margin: 0 12px;
    cursor: pointer;
}

.wallet_button p{
    margin-top: 5px;
}

.all_balances_wrap {
    margin-top: 20px;
    width: 100%;
    background-color: #2C2B37;
    padding: 30px 20px;
    border-radius: 38px;
}

.all_balances_wrap hr{
    margin: 10px 0;
    border-color: rgba(143, 143, 143, 0.19);
}

.ton_balance_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mtok_balance_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.like_balance_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.all_balances_text {
    display: flex;
    align-items: center;
}
.all_balances_text img{
    margin-right: 10px;
}
.all_balances_text h2{
    color: #E3E3E3;
    font-size: 12px;
}
.all_balances_text p{
    color: #727272;
    font-size: 10px;
    padding-top: 5px;
}

.all_balance_cours {
    text-align: end;
}

.all_balance_cours h2{
    color: #E3E3E3;
    font-size: 12px;
}
.all_balance_cours p{
    padding-top: 5px;
    color: #727272;
    font-size: 10px;
}

.back_arrow {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5%;
    cursor: pointer;
    padding: 10px 0;
}

.back_arrow p{
    color: rgba(255, 255, 255, 0.39);
    font-size: 12px;
    margin-left: 10px;

}


.back_arrow_ref {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.back_arrow_ref p{
    color: rgba(255, 255, 255, 0.39);
    font-size: 12px;
    margin-left: 10px;

}





.deposit_menu_wrap{
    display: none;
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.deposit_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.deposit_block_wrap {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.deposit_block {
    margin: 5px;
    border: 1px solid #656565;
    cursor: pointer;
    border-radius: 20px;
    padding: 20px 8px;
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #dbdbdb2e, #75757519);
}
.deposit_block_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 6px;
}
.deposit_block_text p{
    font-size: 9px;
    color: #F2F2F2;
    
}
.deposit_block_text_balance {
    margin-top: 5px;
    display: flex;
    align-items: center;
    background-color: #524B58;
    padding: 5px 16px;
    border-radius: 50px;
}

.deposit_block_text_balance p{
    font-size: 12px;
    color: #F2F2F2;
    margin-left: 5px;
}




.withdraw_menu_wrap{
    display: none;
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.withdraw_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.withdraw_block_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.withdraw_block_wrap h2{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
}
.withdraw_block_wrap input{
    margin-top: 15px;
    height: 60px;
    width: 80%;
    padding: 20px;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 20px;
    background-color: rgba(50, 48, 67, 0.6);
    border: none;
    outline: none;
}
.withdraw_block_wrap button{
    background: linear-gradient(to left, #A54AEA, #401E5A);
    padding: 7px 26px;
    color: #FFFFFF;
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
}




.exchange_menu_wrap{
    display: none;
    background: linear-gradient(to bottom, #383646, #24232D);
    height: 100%;
}

.exchange_menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.exchange_block_wrap_main {
    text-align: center;
}
.exchange_block_wrap_main h2{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 10px;
}
.exchange_block_wrap_main button{
    background: linear-gradient(to left, #A54AEA, #401E5A);
    color: #FFFFFF;
    font-size: 14px;
    padding: 8px 12px;
    border: none;
    outline: none;
    border-radius: 100px;
    cursor: pointer;
    margin: 10px 0;

}
.exchange_block_wrap {
    border-radius: 38px;
    padding: 14px 24px;
    display: flex;
    flex-direction: column;
    background-color: #2F2E3E;
}
.exchange_block {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.exchange_block h1{
    color: rgba(133, 133, 133, 0.22);
}
.exchange_block_text {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 15px;
}
.exchange_block_text p{
    color: #858585;
    font-size: 10px;
}
.exchange_block_text input{
    width: 100%;
    font-size: 24px;
    border: none;
    outline: none;
    background-color: #2F2E3E;
    font-weight: bold;
    color: #FFFFFF;
}







.modal_window_wrap{
    display: none;
}
.modal_window_content{
    position: absolute;
    backdrop-filter: blur(5px);
    background-color: #1f1f1f79;
    height: 100vh;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.modal_window{
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_modal{
    position: relative;
    width: 90%;
    height: 195px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;

    background-color: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(20px);
    color: #FFFFFF;

    padding: 30px;
    border-radius: 30px;
    text-align: center;
}

.button_block button{
    padding: 5px 10px;
    color: #FFFFFF;
    background: linear-gradient(to right, #9F45ED, #DF51BA);
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
}   

.img_pos{
    top: -8%;
    position: absolute;
}
.block_modal_text{
    text-align: center;
}
.exit{
    position: absolute;
    top: 10%;
    right: 7%;
    z-index: 3;
}

.exit img{
    width: 25px;
}


.modal_energy_wrap {
    display: none;
}
.modal_energy_content {
    position: absolute;
    backdrop-filter: blur(5px);
    background-color: #1f1f1f79;
    height: 100vh;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.modal_energy {
    height: 100%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_energy {
    position: relative;
    width: 100%;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(20px);
    color: #FFFFFF;

    padding: 20px;
    border-radius: 30px;
    text-align: center;
}
.energy_count_block {
    display: flex;
    flex-direction: column;

}
.counts_energy_block {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(10, 7, 7, 0.45);
    backdrop-filter: blur(20px);
    border-radius: 50px;
}
.counts_energy_block p{
    padding: 5px 10px;
    cursor: pointer;
}

.energy_text {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.energy_text p{
    font-size: 11px;
    color: #D1D1D1;
    text-align: start;
}

.prise_energy {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prise_energy h2{
    margin-left: 5px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: normal;
}

.energy_text button{
    cursor: pointer;
    border: none;
    border-radius: 50px;
    padding: 10px;
    color: #FFFFFF;
    background: linear-gradient(to right, #9F45ED, #DF51BA);
}

.exitEnergy{
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 3;
}




.toModerButton{
    cursor: pointer;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 50px;
    background: linear-gradient(to right, #A54AEA, #401E5A);
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}
