*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/*.back_ground_1{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: 2;
    background-image: url("../img/back1.png");
    background-size: cover;
}*/
.pages{
    display: none;
}
.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4); /* затемнение + полупрозрачность */
    z-index: 10;
    display: none;
}
.reward_bonus {
     width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
     max-width: 420px;
     border-radius: 16px;
     border: 1px solid #333333;
     background: #161616;
     padding: 25px 7px 7px 7px;
     position: fixed;
     top: 50%;
     left: 50%;
     overflow: hidden;
     transform: translate(-50%, -50%);
     z-index: 11;
     display: none;
}
.referal_section {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    bottom: 5%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.referal_section button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.reward_box {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.reward_box h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.reward_bonus .namire_logo {
    position: fixed;
    right: 0;
    top: -2px;
    z-index: -1;
}
.reward_box .namire_logo {
    position: fixed;
    right: 0;
    top: -2px;
    z-index: -1;
}
.reward_bonus h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.reward_box h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.reward_bonus p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.reward_box p{
    color: #898989;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.reward_bonus h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.reward_box h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.invest_box {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.invest_box h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.invest_box .namire_logo {
    position: fixed;
    right: 0;
    top: -2px;
    z-index: -1;
}
.invest_box h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.invest_box p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.invest_box h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.invest_box button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.invest_success_box {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.invest_success_box h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.invest_success_box .namire_logo {
    position: fixed;
    right: 0;
    top: -2px;
    z-index: -1;
}
.invest_success_box h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.invest_success_box p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.invest_success_box h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.invest_success_box button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.all_friends_box {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.all_friends_box h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.all_friends_box .namire_logo {
    position: fixed;
    right: 0;
    top: -2px;
    z-index: -1;
}
.all_friends_box h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.all_friends_box p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.all_friends_box h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.all_friends_box button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.reward_bonus button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.reward_box button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.reward_box_moderation {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.reward_box_moderation h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.reward_box_moderation .namire_logo {
    position: fixed;
    right: 0;
    top: -2px;
    z-index: -1;
}
.reward_box_moderation h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.reward_box_moderation p{
    color: #898989;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.reward_box_moderation h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.reward_box_moderation button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.reward_box_overfulfillment {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.reward_box_overfulfillment h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.reward_box_overfulfillment .namire_logo {
    position: fixed;
    right: 0;
    top: -2px;
    z-index: -1;
}
.reward_box_overfulfillment h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.reward_box_overfulfillment p{
    color: #898989;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.reward_box_overfulfillment h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.reward_box_overfulfillment button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.reward_box_in_moderation {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.reward_box_in_moderation h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.reward_box_in_moderation .namire_logo {
    position: fixed;
    right: 0;
    top: -2px;
    z-index: -1;
}
.reward_box_in_moderation h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.reward_box_in_moderation p{
    color: #898989;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.reward_box_in_moderation h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.reward_box_in_moderation button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.withdraw_section {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.withdraw_section h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.withdraw_section h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.withdraw_section p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.withdraw_section h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.withdraw_section button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.withdraw_section input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: #898989;
    margin-bottom: 10px;
}
.withdraw_section select {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
    padding-right: 10px;
    margin-bottom: 10px;
}
.transactions_filter {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    width: 100%; /* чтобы занимало всю ширину */
    box-sizing: border-box;
}

.transactions_filter select {
    width: 50%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none !important;
    font-size: 18px;
    padding: 0 10px;
    color: white;
    margin: 10px 0;
}
.transaction{
    margin-top: 10px;
    border-bottom: 1px solid #898989;
    padding-bottom: 15px;
}
.transaction p{
    font-family: 'Gilroy-Medium', sans-serif;
    color: #898989;
    font-size: 14px;
}
.withdraw_section_confirm {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.withdraw_section_confirm h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.withdraw_section_confirm h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.withdraw_section_confirm p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.withdraw_section_confirm h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.withdraw_section_confirm button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.withdraw_section_confirm input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: #898989;
    margin-bottom: 10px;
}
.withdraw_section_confirm select {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
    padding-right: 10px;
    margin-bottom: 10px;
}
.deposit_section_confirm {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.deposit_section_confirm h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.deposit_section_confirm h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.deposit_section_confirm p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.deposit_section_confirm h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.deposit_section_confirm button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.deposit_section_confirm input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: #898989;
    margin-bottom: 10px;
}
.deposit_section_confirm select {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
    padding-right: 10px;
    margin-bottom: 10px;
}
.connect_wallet_box {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.connect_wallet_box h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.connect_wallet_box h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.connect_wallet_box p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.connect_wallet_box h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.connect_wallet_box button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.connect_wallet_box input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: #898989;
    margin-bottom: 10px;
}
.connect_wallet_box select {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
    padding-right: 10px;
    margin-bottom: 10px;
}
.witdhraw_section_successfull {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.witdhraw_section_successfull h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.witdhraw_section_successfull h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.witdhraw_section_successfull p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.witdhraw_section_successfull h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.witdhraw_section_successfull button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.witdhraw_section_successfull input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: #898989;
    margin-bottom: 10px;
}
.witdhraw_section_successfull select {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
    padding-right: 10px;
    margin-bottom: 10px;
}
.witdhraw_section_successfull .namire_logo {
    position: fixed;
    right: 0;
    top: -2px;
    z-index: -1;
}
.section_crpyto_address, .deposit_crpyto_address{
    width: 100%;
    height: 40px;
    border-radius: 22px;
    display: flex;
    color: white;
    align-items: center;
    background: #2B2B2B;
    justify-content: center;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 17px;
}
.withdraw_text_section, .wallet_text_section, .deposit_text_section{
    display: flex;
    align-items: center;
    font-family: 'Gilroy-Medium', sans-serif;
    border-bottom: 1px solid #898989;
    padding-bottom: 9px;
    padding-top: 9px;
    box-sizing: border-box; /* важно, если ты работаешь с размерами */
    transform: translateZ(0);
    padding-right: 5px;
    cursor: pointer;
}
.deposit_section {
    width: calc(100% - 14px); /* 100% ширина минус 7px слева и 7px справа */
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #333333;
    background: #161616;
    padding: 25px 7px 7px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}
.deposit_section h4{
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-top: 15px;
}
.deposit_section h2{
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-size: 21px;
    text-align: center;
}
.deposit_section p{
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.deposit_section h3{
    text-align: center;
    color: #25E874;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.deposit_section button{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 50px;
    border-radius: 26px;
    color: black;
    border: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}
.deposit_section input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: #898989;
    margin-bottom: 10px;
}
.deposit_section select {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
    padding-right: 10px;
    margin-bottom: 10px;
}
.day_bonus{
    border: 1px solid white;
    border-radius: 12px;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: center; /* по горизонтали */
    align-items: center;
}
.time_section_box{
    /*display: flex;*/
    margin-top: 10px;
    display: none;
}
.time_section_box p{
    color: white;
    font-family: 'Gilroy-Regular', sans-serif;
}
.time_box{
    background: #313131;
    border: 1px solid #575757;
    border-radius: 22px;
    width: 150px;
    height: 40px;
    margin-left: auto;
    display: flex;
    justify-content: center;
}
.text_open_box{
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 24px;
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; margin-top: 10px;
}
.day_bonus p{
    font-size: 22px;
    color: white;
    margin: 0;
    font-family: 'Gilroy-Bold', sans-serif;
}
.start_background_1{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: 100;
    background-image: url("../img/back1.png");
    background-size: cover;
    display: none;
}
.loader{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: 100;
    background-image: url("../img/back1.png");
    background-size: cover;
    display: block;
}
.start_background_2{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: 100;
    background-image: url("../img/back1.png");
    background-size: cover;
}
.next_line {
    width: 100px;
    height: 5px;
    border-radius: 8px;
    border: none;
    background: #5B5B5B;
}
.start_background_1 .next_line.active{
    background: white;
}
.logo_loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.logo_start{
    text-align: center;
    margin-top: 40px;
}
.start_section_text{
    max-width: 420px; margin: 0 auto; position: relative; padding: 30px 40px 40px 40px;
}
.start_section_text h1{
    font-family: 'Gilroy-Bold', sans-serif;
    color: #25E874;
    font-size: 26px;
}
.start_section_text p{
    font-family: 'Gilroy-Regular', sans-serif;
    color: white;
    font-size: 15px;
    margin-top: 20px;
}
.start_section_text ol {
    padding: 15px;
}
.start_section_text ol li{
    font-family: 'Gilroy-Regular', sans-serif;
    color: white;
    font-size: 15px;
    margin-top: 20px;
}
.start_section_text button{
    width: 100%;
    height: 43px;
    background: #303030;
    border: 2px solid #393A39;
    border-radius: 22px;
    color: white;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 17px;
    margin-top: 20px;
    bottom: 15px;
}
.bg_st{
    display: none;
}
.back_ground_2{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: 1;
    background-position: center;
    background-image: url("../img/back2.jpg");
    background-size: cover;
}
.section_withdraw{
    background: #434A44;
    max-width: 420px;
    margin: 0 auto;
    padding: 7px;
    margin-top: 10px;
    border-radius: 33px;
}
.section_deposit_ads{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    max-width: 420px;
    margin: 0 auto;
    padding: 7px;
    margin-top: 10px;
    border-radius: 33px;
    display: none;
}
.logo_section{
    text-align: center;
    margin-top: 20px;
}
.settings_section {
    position: absolute;
    top: -70px;   /* отступ сверху */
    right: 0; /* отступ справа */
    text-align: right;
}
.settings_section button {
    background: #464647;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin-top: 9px;
    border: 1px solid #5A5D5B;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.settings_section button img {
    width: 24px;
    height: 24px;
}
.bottom_section{
    width: 100%;
    max-width: 400px;
    background: #1E1E1E;
    height: 70px;
    position: absolute;
    bottom: 0px;
    padding: 5px 0px;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(244, 244, 244, 0.10);
    border-image: linear-gradient(
            to right,
            rgba(37, 232, 116, 0.1) 0%,
            rgba(37, 232, 116, 0.6) 50%,
            rgba(37, 232, 116, 0.1) 100%
    );
    border-image-slice: 1;
}
.btm_sct{
    flex: 1; padding: 6px 2px 6px 2px; text-align: center
}
.section_text{
    color: white;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.active_section .section_text{
    opacity: 1;
    color: #25E874;
}
.active_section .section_img{
    opacity: 1;
}
.active_img {
    display: none;
}
.active_section .active_img{
    display: inline-block;
}
.active_section .passive_img{
    display: none;
}
.ad_section{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    height: 110px;
    overflow: hidden;
    border-radius: 22px;
    display: flex;
    padding-right: 20px;
}
.ad_section .invest_section{
    font-family: 'Gilroy-Medium', sans-serif;
    text-align: center;
    margin-left: auto;
    margin-top: 15px;
}
.ad_section button{
    background: #161616;
    border: none;
    height: 40px;
    width: 150px;
    color: white;
    border-radius: 22px;
    margin-top: 10px;
    font-family: 'Gilroy-Bold', sans-serif;
}
.box{
    background: #303331;
    border: 1px solid #585858;
    width: 100px;
    height: 110px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs, .tabs_invest {
    display: flex;
    backdrop-filter: blur(5px);
    font-family: 'Gilroy-Bold', sans-serif;
}

.tab, .tab_invest {
    flex: 1;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05); /* легкий фон */
    color: rgba(91, 91, 91, 1); /* неактивный цвет текста */
}
.tab.inactive {
    background-color: rgba(91, 91, 91, 0.3);
    border-bottom: 1px solid #5B5B5B;
}

.tab_invest.inactive{
    background-color: rgba(91, 91, 91, 0.3);
    border-bottom: 1px solid #5B5B5B;
}

.tab.active {
    background-color: rgba(242, 242, 242, 0.3);
    color: white;
    border-bottom: 1px solid #F2F2F2;
}
.tab_invest.active{
    background-color: rgba(242, 242, 242, 0.3);
    color: white;
    border-bottom: 1px solid #F2F2F2;
}
.section_new_missions{
    background: rgba(205,205,205,0.2); padding: 15px; border-radius: 12px; border-left: 1px solid #25E874; width: 100%; height: 100px; backdrop-filter: blur(8px); max-width: 420px;
    margin: 0 auto; margin-top: 8px;     position: relative;
}
.section_new_missions p{
    color: white;
    font-family: 'Gilroy-Bold', sans-serif;
}
.mission_text a{
    color: #25E874;
}
.mission_text_moderation a{
    color: #25E874;
}
.mission_text_moderation a{
    color: #25E874;
}
.mission_text_in_moderation a{
    color: #25E874;
}
.completed_missions{
    background: #25E874;
    color: black;
    width: 100%;
    height: 30px;
    display: flex;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 8px;
}
.completed_missions p{
    color: black;
    padding-left: 15px;
    font-family: 'Gilroy-Bold', sans-serif;
}
.moderation_missions{
    background: #F2DB2C;
    color: black;
    width: 100%;
    height: 30px;
    display: flex;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.moderation_missions p{
    color: black;
    padding-left: 15px;
    font-family: 'Gilroy-Bold', sans-serif;
}
.archive_missions{
    background: #5B5B5B;
    color: black;
    width: 100%;
    height: 30px;
    display: flex;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.archive_missions p{
    color: black;
    padding-left: 15px;
    font-family: 'Gilroy-Bold', sans-serif;
}
button{
    cursor: pointer;
}
.input_send_moderation, .input_summ_invest, .input_address_wallet, .input_send_moderation2{
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: #898989;
    margin-bottom: 10px;
}
.rbm_section button {
    width: 100%;
    height: 40px;
    background: #F2F2F2;
    color: #13BC57;
    border-bottom: 1px solid #25E874;
    outline: none!important;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.rbm_section textarea {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 16px;
    padding-left: 5px;
    margin-top: 10px;
    color: #898989;
    border-radius: 12px;
    margin-bottom: 10px;
}
.rbm_section2 button {
    width: 100%;
    height: 40px;
    background: #F2F2F2;
    color: #13BC57;
    border-bottom: 1px solid #25E874;
    outline: none!important;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.rbm_section2 textarea {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #25E874;
    background: #1E1E1E;
    outline: none!important;
    font-size: 16px;
    padding-left: 5px;
    margin-top: 10px;
    color: #898989;
    border-radius: 12px;
    margin-bottom: 10px;
}
.input_address_wallet2{
    width: 100%;
    height: 40px;
    border-radius: 22px;
    border: none;
    background: #1E1E1E;
    outline: none!important;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 10px;
    color: #898989;
    margin-bottom: 10px;
}
.input_address_wallet2::placeholder {
    color: #898989;
    font-family: 'Gilroy-Medium', sans-serif;
}
.input_send_moderation::placeholder {
    color: #898989;
    font-family: 'Gilroy-Medium', sans-serif;
}
.input_address_wallet::placeholder {
    color: #898989;
    font-family: 'Gilroy-Medium', sans-serif;
}
.input_summ_invest::placeholder {
    color: #898989;
    font-family: 'Gilroy-Medium', sans-serif;
}
.setting_nickname{
    color: white;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 18px;
}
.settings_name_section{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.setting_image{
    border: 3px solid #A6B3AB;
    background: rgba(255,255,255,0.1);
    width: 85px;
    height: 85px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.setting_image_2{
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.setting_userid{
    background: #181E1A;
    border-radius: 22px;
    padding: 7px 12px;
    color: white;
    display: flex
;
    align-items: center;
    font-family: 'Gilroy-Bold', sans-serif;
    justify-content: center;
    margin-top: 10px;
}
.setting_section, .transactions_section{
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
    padding: 15px;
    overflow: auto;
    height: calc(100vh - 157px);
}
.button_main_setting{
    width: 100%;
    height: 40px;
    color: white;
    background: rgba(244, 244, 244, 0.2);
    font-family: 'Gilroy-Medium', sans-serif;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.main_setting_section{
    margin-top: 10px;
}
.setting_section_button {
    font-family: 'Gilroy-Bold', sans-serif;
    color: black;
    font-size: 17px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 47px;
    border-radius: 22px;
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    border: none;
}
.friends_section{
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
    padding: 15px;
}
.friends_section h3{
    color: white;
    text-align: center;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 28px;
}
.friends_section h2{
    color: #25E874;
    font-size: 40px;
    font-family: 'Gilroy-Bold', sans-serif;
}
.friends_section p{
    color: white;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 14px;
    margin-top: 20px;
}
.friends_section button{
    background: #25E874;
    color: black;
    border: none;
    border-radius: 16px;
    width: 120px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 17px;
    height: 35px;
}
.friends_section button.active{
    background: #25E874;
    color: black;
}
.referals_buttons {
    display: flex;
    margin-top: 15px;
    gap: 12px;
}

.referals_buttons button {
    flex: 1;
    height: 23px;
    font-size: 14px;
    background: rgba(244,244,244, 0.2);
    color: white;
    border: none; /* по желанию */
    cursor: pointer; /* по желанию */
}

.referals_buttons button.active {
    background: #F2F2F2;
    color: #13BC57;
}
.friends_count{
    width: 100%;
    background: rgba(244,244,244, 0.2);
    border-radius: 6px;
    display: flex;
    height: 25px;
    align-items: center;
    margin-top: 20px;
}
.friends_count button{
    background: #F2F2F2;
    color: black;
    width: 110px;
    height: 31px;
    margin-right: 10px;
    border-radius: 22px;
    margin-left: auto;
}
.friends_count p{
    margin: 0;
    color: white;
    font-family: 'Gilroy-Bold', sans-serif;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.main_sect{
    padding: 15px; max-width: 420px; position:absolute; width: 100%; left: 50%;
    transform: translateX(-50%); bottom: 80px;
}
.actual_investments{
    max-width: 420px;
    margin: 0 auto;
    overflow: auto;
    height: calc(100vh - 360px);
    padding: 0px 15px 15px 15px;
}
.friends1_list, .friends2_list, .friends3_list{
    max-width: 420px;
    margin: 0 auto;
    overflow: auto;
    height: calc(100vh - 523px);
}
.friends_all_list{
    max-width: 420px;
    margin: 0 auto;
    overflow: auto;
    height: calc(100vh - 499px);
}
.friends2_list, .friends3_list{
    display: none;
}
.my_investments{
    max-width: 420px;
    margin: 0 auto;
    overflow: auto;
    height: calc(100vh - 360px);
    padding: 0px 15px 15px 15px;
}

.friend_styles{
    display: flex;
    padding-left: 10px;
    margin-top: 15px;
    /*border-left: 3px solid #25E874;*/
}
.friend_styles p{
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 16px;
    color: white;
}
.investments{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px;
}
.investments h3{
    font-family: 'Gilroy-Bold', sans-serif;
}
.investments p{
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 14px;
    margin-top: 5px;
}
.investments button {
    background: #161616;
    color: white;
    font-family: 'Gilroy-Bold', sans-serif;
    border: none;
    border-radius: 22px;
    width: 140px;
    height: 40px;
    font-size: 18px;
    margin-top: 20px;
}
.my_investment{
    background: linear-gradient(90deg, #59EEFF 0%, #25E874 100%);
    width: 100%;
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px;
}
.my_investment h3{
    font-family: 'Gilroy-Bold', sans-serif;
}
.my_investment p{
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 14px;
    margin-top: 5px;
}
.my_investment button {
    background: #161616;
    color: white;
    font-family: 'Gilroy-Bold', sans-serif;
    border: none;
    border-radius: 22px;
    width: 140px;
    height: 40px;
    font-size: 18px;
    margin-top: 20px;
}
.copied_text{
    color: white;
    text-align: center;
    font-family: 'Gilroy-Bold', sans-serif;
    justify-content: center;
    gap: 10px;
    align-items: center;
    display: none;
}
.status_user{
   background: linear-gradient(
            to right,
            rgba(166, 179, 171, 0) 0%,
            rgba(166, 179, 171, 1) 40%,
            rgba(166, 179, 171, 1) 60%,
            rgba(166, 179, 171, 0) 100%
    );
    font-family: 'Gilroy-Bold', sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 35px;
    width: 100%;
}
.friends1_count{
    padding-right: 5px;
}
.friends2_count, .friends3_count{
    display: none;
    padding-right: 5px;
}
.report_section{
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.report_section button.active {
    background: #F2F2F2;
    color: #13BC57;
}
.report_section button {
    flex: 1;
    height: 23px;
    font-size: 14px;
    background: rgba(244, 244, 244, 0.2);
    color: white;
    border: none;
    cursor: pointer;
}
@media (max-height: 700px) {
    .main_sect{
        bottom: 65px;
    }
}
@media (max-width: 349px) {
    .time_box{
        width: 130px;
    }
}