.soci-edit {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('/images/icons/edit_pencil_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: 2px;
}

.soci-plus {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/images/icons/plus_circle_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.soci-change-image {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/images/icons/change_image_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.soci-return-page {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/images/icons/return_page_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: 2px;
}
.soci-right_icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/images/icons/arrow_right_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: 2px;
}

.soci-logout {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/images/icons/logout_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: 2px;
}


