

.c-navbar-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: calc(0.3125rem + env(safe-area-inset-top) + var(--status-bar-height)) 1rem 0.3125rem;
    background: url(./bg-ef6c940e.png) no-repeat center -3.125rem;
    background-size: 100% auto;
    z-index: var(--nav-bar-zindex);
}

.c-navbar-title{
    width: 100%;
    height: 2.125rem;
    line-height: 2.125rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
}

.container-user{
    padding: 0 0.8125rem;
    position: relative;
}

.flex-ac {
    display: flex;
    align-items: center!important;
    margin-top: 45px;
}

.flex-auto {
    padding: 0 0.9375rem;
    line-height: 1;
    flex: 1;
    min-width: 0;
}

.username{
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.avatar-user {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    border: 0.125rem solid #fff;
}


.user-id {
    color: rgba(255,255,255,.6);
    
}

.wallet-wrap {
    background: hsla(0,0%,100%,.8);
    border: 0.0625rem solid #fff;
    box-shadow: 0 0.0625rem 0.125rem rgba(0,0,0,.06);
    -webkit-backdrop-filter: blur(.19802rem);
    backdrop-filter: blur(0.19802rem);
    border-radius: 0.625rem;
    padding: 1.25rem;
    margin: 0.9375rem 0;
    line-height: 1;
    width: 100%;
}

.wallet-info {
    padding: 0 !important;
}

.wallet-name {
    color: #00ce8b;
    font-weight: 600;
}

.wallet-balance{
    font-size: 1.5rem;
    color: #333;
    line-height: 1.4375rem;
    font-weight: 700;
    margin-top: 0.625rem;
}

.nav-list{
    margin: 0 !important;
    background: #fff;
    border: 0.0625rem solid #fff;
    box-shadow: 0 0.0625rem 1.25rem rgba(0,0,0,.06);
    -webkit-backdrop-filter: blur(.19802rem);
    backdrop-filter: blur(0.19802rem);
    border-radius: 0.625rem;
}


.wallet-btn{
    display: flex;
    align-items: center;
    background: #00ce8b;
    border-radius: 2.5rem;
    height: 1.875rem;
    border: 0;
    color: #fff;
    padding: 0 0.9375rem;
}


.content-user {
    color: #333;
    background: #fff;
    border: 0.0625rem solid #fff;
    box-shadow: 0 0.0625rem 1.25rem rgba(0,0,0,.06);
    -webkit-backdrop-filter: blur(.19802rem);
    backdrop-filter: blur(0.19802rem);
    border-radius: 0.625rem;
}

.content-user span {
    font-weight: 700;
    font-size: 0.875rem;
}

.logout{
    font-weight: 700;
    border: 1px solid black;
    border-radius: 24px; 
    width: 100vw;
    color: black;
}

.record-item {
    background: #fff;
    border: 0.0625rem solid #fff;
    box-shadow: 0 0.06188rem 1.25rem rgba(0,0,0,.06);
    -webkit-backdrop-filter: blur(.625rem);
    backdrop-filter: blur(0.625rem);
    border-radius: 0.625rem;
    padding: 0.75rem;
    margin-top: 0.75rem;
    padding-top: 0;
}

.record-hd {
    border-bottom: 0.0625rem solid rgba(0,0,0,.05);
    padding: 0.75rem 0;
    margin-bottom: 0.75rem;
    background-size: auto 1.25rem;
    font-weight: 600;
}

.item-tittle {
    display: flex;
    justify-content: space-between;

    /* flex-direction: column; */
}



.button-item {
    background-color: #2979ff;
    border-color: #2979ff;
    color: #fff;
    padding: 2px 8px;
    width: 120px;
    border-radius: 24px;
    margin: 10px 0;
}

.form-box{
    background: #fff;
    border: 0.0625rem solid #fff;
    box-shadow: 0 0.0625rem 1.25rem rgba(0,0,0,.06);
    -webkit-backdrop-filter: blur(.625rem);
    backdrop-filter: blur(0.625rem);
    border-radius: 0.625rem;
    padding: 1rem;
    /* margin: 0.0625rem 0 0.875rem; */
    margin: 16px;
}

.send-pass {
    background: #00ce8b;
    /* border: 1px solid rgba(0,0,0,.2); */
   
    border-radius: 24px;
}

.amount-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.button1{
    width: 100%;
    padding: 0 5px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    background: #2979ff;
    border-radius: 24px;
    color: #fff;
    margin-right: 12px;
}
.button2{
    width: 100%;
    padding: 0 5px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    background: #f3a73f;
    border-radius: 24px;
    color: #fff;
}

.am-info {
    text-align: center;
    padding: 1.5rem 0 3.75rem;
    color: #fff;
    line-height: 1;
}

.am-num{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0.9375rem
}

.container-report {
    min-height: 100vh;
    background: url('../images/background-finance.png') no-repeat;
    background-size: 100% auto;
}

.am-item {
    background: #fff;
    box-shadow: 0 0.0625rem 1.25rem rgba(0,0,0,.06);
    -webkit-backdrop-filter: blur(.19802rem);
    backdrop-filter: blur(0.19802rem);
    border-radius: 0.625rem;
    margin: 0 0.625rem 0.75rem 0;
    width: 10.625rem;
    padding: 1.25rem 0.9375rem;
    line-height: .875rem;
    font-weight: 700;
}

.am-icon {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.am-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem 0 0;
}

.am-val {
    color: rgba(51,51,51,.5);
}

@media screen and (max-width: 750px) {
    .am-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
        margin-top: 16px;
        justify-items: center;
    }
}
