#horeka-modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
}

.hm-box{
    background:#fff;
    max-width:400px;
    margin:80px auto;
    padding:20px;
    border-radius:10px;
}

.hm-avatar{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:10px;
}