.container{
    height: 100vh;
}
.container-account{
    padding:10px  20px 20px 20px !important;
    background-color: #010851;

}
.header-left{
    padding-top: 10px;
}
.left-container{
    width: 70%;
    display: flex;
    align-items: start;
}
header .icon-left{
    width: 70%;
    object-fit: cover;
}
.level-container .text-profile{
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
    margin-top: 5px ;
}
.list-achievement .item-achievement{
    display: flex;
    flex-direction: row;
    gap: 30px;
    background:  linear-gradient(to right, #131E74, #071C61);
    border: 1px solid #4655F5;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
}
.item-achievement .left-item{
    width: 22%;
}
.item-achievement img{
    width: 100%;
    display: block;
}
.item-achievement .right-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.right-item .point{
    color: #FFC300;
}
.right-item .rank{
    color: #FFC300;
}
@media screen and (max-width: 500px){
    .level-container .text-profile{
        margin-top: -2px !important;
    }
    .list-achievement .item-achievement{
        display: flex;
        flex-direction: row;
        gap: 15px;
        background:  linear-gradient(to right, #131E74, #071C61);
        border: 1px solid #4655F5;
        border-radius: 10px;
        padding: 10px;
        margin: 10px 0;
    }
    .item-achievement .right-item{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .item-achievement .left-item{
        width: 22%;
    }
    header .icon-left{
        width: 50%;
    }
}
@media screen and (max-width: 330px){
    .item-achievement .left-item{
        width: 28%;
    }
}
