.logo {
    width: 130px;
    height: 100px;
}

.profile-container {
    display: flex;
    flex-direction: column;
    background:  linear-gradient(to bottom, white 0%, white 30%, var(--color-base-color) 30%, var(--color-base-color) 100%); 
    align-items: center;
    gap: 10px;
    height: 100%;

}

.function-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.not-login-container a {
    text-decoration: underline;
    color: var(--color-red-gradient);
    font-weight: bold;
}

.logined-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.profile-top {
    display: flex;
    flex-direction: column;
    padding-inline: 24px;
    box-sizing: border-box;
    width: 100%;
    padding-block-start: 10px;
    padding-block-end: 20px;
    gap: 15px;
    border-radius: 0px 0px 15px 15px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.account-money-container {
    background: white;
    padding: 10px;
    display: flex;
    gap: 5px;
    flex-direction: row;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #169A42;
}

.account-money-container div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #52595D;
    font-weight: 600;
    font-size: 0.75rem;
}

.deposit-container {
    border: 1px solid #169A42;
    border-radius: 50%;
    width: 88px;
    justify-content: center;
}

.account-money-container .right {
    text-align: right;
}

.account-money-container .left {
    text-align: left;
}

.t-current-money,
.t-income {
    width: 100%;
}

.p-id,
.p-username {
    font-size: 0.625rem;
    color: #2A2A2A;
    font-weight: 700;
}

.p-id {
    text-align: right;
}

.s-function {
    color: #E5E4E2 !important;
    font-size: 15px;
    font-weight: 700;
}

.p-username {
    text-align: left;
}

.card-box-infomation {
    background: white;
    display: flex;
    flex-direction: column;
    padding-inline: 10px;
    gap: 9px;
}

.profile-title {
    display: flex;
    color: #52595D;
    flex-direction: row;
    gap: 5px;
    width: 90%;
    padding-left: 10px;
}

.profile-horizontal-divider {
    width: 3px;
    padding-block: 12px;
    background-color: var(--color-base);
}

.deposit-container {
    display: flex;
    flex-direction: row;
}

.deposit-container .divider {
    height: 1px;
    width: 100%;
    background: #52595D;
}

.deposit-container a {
    color: #52595D;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
}

.card-container {
    background-color: var(--color-base-color);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    color: white;
    box-sizing: border-box;
    border: 1px solid rgba(82, 89, 93, 0.40);;
    /* height: 250px; */
    gap: 9px;
    border-radius: 0px 0px 10px 10px;
}

.card-black-item {
    height: 7px;
    width: 40%;
    background-color: #000000;
}

.card-infomation {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    padding-block: 15px;
}

.card-infomation img {
    width: 70px;
    height: 55px;
    object-fit: contain;
}

.logo-card {
    width: 70px;
    height: 50px;
    object-fit: contain;
}

.p-digital {
    font-size: 8px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    padding-left: 21px;
}

.function-container {
    display: inline-grid;
    gap: 10px;
    border-radius: 20px;
    font-size: 0.875rem;
    padding: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.function-container a {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid var(--color-red-gradient); */
    color: white;
    border-radius: 8px;
    text-align: center;
    text-decoration: unset;
}

.text-title {
    color: var(--color-red-gradient);
}

.card-bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding-left: 21px;
}

.card-bottom {
    font-size: 9px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(82, 89, 93, 0.40);
    background: var(--color-background);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.digital-div{
    margin-bottom: 31px;
}
@media (max-width: 768px) {
    .card-container {
        /* height: 200px; */
    }

    .profile-container {
        height: 100%;
        width: 100%;
    }

    .account-money-container {
        text-align: center;
        gap: 10px;
    }



    .function-container {
        border: none;
    }

    .account-setting-container {
        width: 100%;
        height: 100%;
        padding-inline: 30px;
        border-radius: 0;
        box-sizing: border-box;
    }


    .main-content {
        /* min-width: 80%; */
        width: 100%;
        padding-inline: 20px;
        box-sizing: border-box;
        border-radius: 0;
        height: 100%;
        padding-top: 100px;
    }

    .login-container {
        padding-top: 0;
    }
}

@media (max-height: 668px) {
    .profile-container {
        height: 100%;
        width: 100%;
    }

   
    .logined-container{
        gap: 5px;
    }
    .header-container {
        gap: 5px;
    }

    .function-container {
        padding: 10px 20px;
    }

    .function-container a {
        font-size: 0.5rem;
        padding: 5px 10px;
    }
    .digital-div{
        margin-bottom: 0;
    }
    .deposit-container a {}
}