a.mpfollowvendor-btn {
    font-size: 14px;
    position: relative;
    font-weight: 600;
    padding: 1px 10px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 10px;
    top: -5px;
    cursor: pointer;
}
a.mpfollowvendor-btn:hover {
    border: 1px solid #837f7f;
    background: black;
    color: #ffff !important;
    transition: 0.4s;
}
.sellershop, .sellershop_unfollow {
    font-size: 13px;
    position: relative;
    font-weight: 600;
    padding: 2px 13px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
}
a.sellershop_unfollow {
    margin: 5px;
}
.sellershop:hover, .sellershop_unfollow:hover {
    background: black;
    color: white !important;
}
.data.table.table-data-items .actionColumn {
    text-align: center;
}
