.svip-crowd-cell{
    background: rgb(255, 237, 236) !important;
    padding: 0.5rem 0.5rem !important;
    margin: 0 0.5rem !important;
    border-radius: 0.3rem !important;
}
.svip-crowd-cell .svip-crowd-span{
    background: -webkit-linear-gradient(left, rgba(255, 45, 59, 0.4), rgb(255, 45, 59)) !important;
    padding: 0.1rem 0.3rem !important;
    color: #fff !important;
}
.svip-crowd-cell .svip-crowd-info{
    color: rgb(255, 45, 59) !important;
    margin-left:0.3rem !important;
    font-size: 0.65rem !important;
    white-space: normal !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}