.title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 600;
}

.subtitle {
    font-size: 16px;
    color: #748A96;
}

.wallet_wrap {
    margin: 30px 0;
    background: linear-gradient(133deg,rgba(0, 25, 66, 1) 0%, rgba(43, 50, 152, 1) 100%);
    background-clip: content-box;
    border-radius: 27.22px;
    padding: 1px;
    position: relative;
}

.wallet_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 276deg, rgba(25, 36, 51, 1) 0%, rgba(35, 91, 151, 1) 70%, rgba(21, 44, 69, 1) 100%);
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    box-sizing: border-box;
}

.content_wallet_block {
    padding: 30px 20px 10px;
}

.header_wallet_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.header_wallet_block > .title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.history_btn {
    padding: 5px;
    border-radius: 10px;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff33;
}

.wallet_balance_block {
    display: flex;
    gap: 25px;
    align-items: center;
}

.total_balance {
    font-size: 34px;
    font-weight: 600;
}

.wallet_today_block {
}

.wallet_today_block > .title {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

.percent_block {
    font-size: 16px;
    color: #2E93FF;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.percent_text {
}

.wallet_buttons_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
}

.action_btn_block {
    position: relative;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(16, 18, 33, 1) 0%, rgba(10, 11, 20, 1) 100%);
    background-clip: content-box;
    display: flex;
    max-width: 200px;
    width: 100%;
}

.action_btn_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(221deg, rgba(25, 36, 51, 1) 0%, rgb(57 123 193) 50%, rgba(21, 44, 69, 1) 100%);
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    box-sizing: border-box;
}

.action_btn {
    background: linear-gradient(0deg,rgba(0, 1, 1, 1) 0%, rgba(13, 16, 36, 1) 100%);
    border-radius: 20px;
    width: 100%;
    color: #fff;
    display: flex;
    padding: 20px 35px;
    cursor: pointer;
    gap: 15px;
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 500;
    border: none;
    align-items: center;
    justify-content: center;
}

.assets_wrap {
    background: #001b731f;
    padding: 15px 20px;
    border-radius: 20px;
}

.assets_wrap > .title {
    color: #ACDBFF;
    font-size: 24px;
    margin: 0;
}

.main_coins_wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    gap: 20px;
}

.main_coin_block {
    position: relative;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(0deg,rgba(16, 18, 33, 1) 0%, rgba(10, 11, 20, 1) 100%);
    background-clip: content-box;
    display: flex;
    width: 100%;
}

.main_coin_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(221deg, rgba(25, 36, 51, 1) 0%, rgb(57 123 193) 50%, rgba(21, 44, 69, 1) 100%);
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    box-sizing: border-box;
}

.content_main_coin_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 15px;
}

.header_main_coin {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.ico_crypto {
    width: 45px;
    height: 45px;
}

.title_main_coin {
    display: flex;
    flex-direction: column;
}

.title_coin {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.code_coin {
    margin: 0;
    font-size: 13px;
    color: #707070;
}

.amount_coin {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.percent_text_coin {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1DD6B4;
}

.wrap_coins {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.coin_block {
    position: relative;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(0deg,rgba(16, 18, 33, 1) 0%, rgba(10, 11, 20, 1) 100%);
    background-clip: content-box;
    display: flex;
    width: 100%;
}

.coin_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(221deg, rgba(25, 36, 51, 1) 0%, rgb(57 123 193) 50%, rgba(21, 44, 69, 1) 100%);
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    box-sizing: border-box;
}

.content_coin_block {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 15px;
    align-items: center;
}

.coin_info_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}

.coin_info_block:nth-child(3) {
    margin-left: auto;
    align-items: flex-end;
}

.amount_crypto {
    margin: 0;
    color: #829CA8;
    font-size: 16px;
}

.total_balance_coin {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400;
}

.percent_coin {
    margin: 0;
    color: #3195FF;
}

/* History CSS */
.history_wrap {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    background: #001b731f;
    border-radius: 20px;
}

.header_history {
    display: flex;
    padding: 15px 20px;
    position: relative;
    z-index: 10;
}

.header_history_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.header_history_content > .title {
    font-size: 24px;
    font-weight: 500;
}

.header_history_btn {
    background: none;
    border: transparent;
    cursor: pointer;
}

.content_history {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 30px;
    gap: 10px;
}

.back_header_content_history {
    position: relative;
    border-radius: 13px;
    padding: 1px;
    background: linear-gradient(0deg,rgba(0, 1, 1, 1) 0%, rgba(9, 10, 18, 1) 100%);
    background-clip: content-box;
    display: flex;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.back_header_content_history::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(221deg, rgba(25, 36, 51, 1) 0%, rgb(57 123 193) 50%, rgba(21, 44, 69, 1) 100%);
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    box-sizing: border-box;
}

.back_block_transaction {
    position: relative;
    border-radius: 0;
    padding: 1px;
    background: linear-gradient(0deg,rgba(16, 18, 33, 1) 0%, rgba(10, 11, 20, 1) 100%);
    background-clip: content-box;
    display: flex;
    width: 100%;
}

.back_block_transaction::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(221deg, rgba(25, 36, 51, 1) 0%, rgb(57 123 193) 50%, rgba(21, 44, 69, 1) 100%);
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    box-sizing: border-box;
}

.header_content_history {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.icon_history_block {
    width: 100%;
    max-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trans_history_block {
    width: 100%;
    max-width: 200px;
}

.head_title {
    font-size: 18px;
    font-weight: 500;
}

.date_history_block {
    width: 100%;
    max-width: 200px;
}

.amount__history_block {
    width: 100%;
    max-width: 200px;
}

.status__history_block {
    width: 100%;
    max-width: 200px;
}

.main_content_history {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #06070C;
    z-index: 0;
}

.block_transaction {
    display: flex;
    background: linear-gradient(0deg,rgba(16, 18, 33, 1) 0%, rgba(10, 11, 20, 1) 100%);
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.text_trans {
    font-size: 16px;
    font-weight: 400;
}

.withdraw {
    color: #FE9D19;
}

.deposit {
    color: #00D0FF;
}

.mobile_wallet_buttons_wrap {
    display: none;
}

.mobile_transactions_wrap {
    display: none;
}

.filter-opt:hover {
    background: rgba(46, 147, 255, 0.1);
}

@media screen and (max-width: 860px) {
    .wallet_buttons_wrap {
        display: none;
    }

    .mobile_wallet_buttons_wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 30px;
    }

    .wallet_balance_block {
        flex-direction: column;
        align-items: start;
        gap: 10px;
        margin-bottom: 12px;
    }

    .action_btn_block {
        max-width: 350px;
        border-radius: 10px;
    }

    .action_btn_block:first-child {
        background: linear-gradient(261.22deg, #232E87 -27.9%, #001942 54.23%);
        background-clip: content-box;
    }

    .action_btn {
        font-size: 16px;
    }

    .action_btn#deposit {
        background: linear-gradient(261.22deg, #232E87 -27.9%, #001942 54.23%);
    }

    .main_coins_wrap {
        display: none;
    }

    .wrap_coins {
        margin: 30px 0 0;
    }

   .head_title {
    font-size: 14px;
   }

   .main_content_history {
    display: none;
   }


.back_header_content_history {
    display: none;
}

.mobile_transactions_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

 .mobile_referrals_list_block {
    background: linear-gradient(180deg, #101221 -2.63%, #0A0B14 100%);
    border: 1px solid #2c5b8d;
    border-radius: 16px;
    margin: 5px 0;
    display: flex;
}

.mobile_referrals_list_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}

.r_a_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.r_a_icon {
}

.r_a_icon > svg {
    padding: 8px;
}

.r_a_title {
}

.r_a_title > span {
    font-size: 16px;
    color: #fff;
}

.r_a_title > p {
    margin: 5px 0;
    color: #6B7280;
    font-size: 14px;
}

.r_a_amount_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.r_a_amount_block > span {
    color: #00D0FF;
}

.r_a_amount_block > span.withdraw {
    color: #FE9D19;
}

.r_a_amount_block > p {
    margin: 5px 0;
    color: #6B7280;
    font-size: 14px;
}

}
