#my-account-section{
    width: 100%;
    height: auto;
    margin: 100px 0px;
}

#my-account-section .header{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

#my-account-section #photo-profile{
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 100%;
}

#my-account-section .header .content{
    padding: 19px;
}

#my-account-section .header .verified{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;

    color: #000000;
}

#my-account-section .header .name{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    color: #000000;
}

#my-account-section .header .verified{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;

    color: #000000;
}

#my-account-section .wrapper{
    width: 100% ;
    max-width: 374px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(238, 238, 238, 0.65) ;
    padding: 23px;
    cursor: pointer;
}

#my-account-section .gap{
    display: flex;
    justify-content: space-between;
}

#my-account-section img{
    width: 24px;
    height: 24px;
}

#my-account-section .title{
    padding-top: 5px;
    margin-left: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;

    color: #000000;
}

#my-account-section .saldo{
    padding-top: 3px;

    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    color: #00178F;
}

#my-account-section .arrow{
    margin-top: 5px;
    margin-left: 20px;
    width: 7.72px;
    height: 12.5px;
}

#btn-change-foto{
    width: 138px;
    height: 30px;

    background: linear-gradient(90.34deg, var(--primary) 21.28%, var(--secondary) 84.33%);
    border-radius: 5px;
    border: none;

    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    letter-spacing: -0.015em;

    color: #FFFFFF;
}

.wrapper-profile{
    width: 100%;
    height: 54px;

    max-width: 374px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    padding: 23px;
    cursor: pointer;
}

.label{
    display: flex;
    justify-content: flex-end;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 180%;
    /* identical to box height, or 22px */

    text-align: right;
    letter-spacing: 0.5px;

    /* Neutral/Grey */

    color: #9098B1;
}

.heading{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    color: #4D4D4D;
}

form .box select{
    width: 374px;
    height: 50px;
    margin-top: 3px;
    margin-bottom: 20px;
    left: 20px;
    top: 152px;
    padding: 10px;

    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 7px;
}

form .box input{
    width: 374px;
    height: 50px;
    margin-top: 3px;
    margin-bottom: 20px;
    left: 20px;
    top: 152px;
    padding: 10px;

    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 7px;
}

.btn-save {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    background: linear-gradient(90.34deg, var(--primary) 21.28%, var(--secondary) 84.33%);
    box-sizing: border-box;
    border: none;
    border-radius: 6px;

    color: #FFFFFF;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 10px
}

.btn-save:hover {
    border: 2px solid var(--main-color);
    background: #FFFFFF;
    color: var(--main-color);
}
