.user-badge{
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    top: 0px;
    right: 0px;
    z-index: 9;
    border: 2px #FFF solid;
}
.p-absolute{
    position: absolute;
}
.p-relative{
    position:relative;
}
.loadmore{
    margin: 0 auto;
    margin-top: 10px;
    background-color: #adafca;
    padding:10px;
    border-radius: 5px;
    color: #FFF;
    font-size: 0.7rem;
    font-weight: 600;
}
.loadmore:hover{
    opacity:0.7;
    cursor: pointer;
}