body{

}

.status-inactive {
    background-color: #E7C2BF !important;
    width: 62px;
    height: 29px;
    padding: 3px;
    letter-spacing: 0px;
    color: #DA291C;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px/17px;
    justify-content: center;
}

.status-active {
    background-color: #D0EBDD !important;
    width: 62px;
    height: 29px;
    padding: 3px;
    letter-spacing: 0px;
    color: #04B86C;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px/17px;
    justify-content: center;
}

.status-others {
    background-color: #7bb7d1;
    width: 100%;
    height: 29px;
    padding: 3px;
    letter-spacing: 0px;
    color: #222221;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px/17px;
    justify-content: center;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}