
.img_box{
    display: flex;
    gap: 15px;
    margin-top: 90px;
    direction: rtl;
    padding: 20px;
    align-items: center;
}

.profile_page{
    overflow: auto;
    width: 100%;
}
.img_box .photo{
    border-radius: 50%;
    width: 78px;
    height: 78px;
    border: 1px solid #aaa;
    padding: 5px;
}
.img_box .texts .name{
    color: #32343E;
    text-align: right;
    font-family: "iransans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.img_box .texts p{
    margin: 0;
    color: var(--countColor);
    text-align: right;
    font-family: "iransans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.profile_page .box1{
    border-radius: 16px;
    background: var(--white);
    padding: 18px 30px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;

    color: var(--dark);
    text-align: right;
    font-family: "iransans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.profile_page .box1 .itemList{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.profile_page .box1 .itemList .right_box{
    display: flex;
    gap: 10px;
    align-items: center;
}
.profile_page .box1 .itemList > img{
    transform: rotate(180deg);
    width: 15px;
    height: 15px;
}