.tabulator, .tabulator .tabulator-footer{
    background-color: #fff;
    border: none;
}
.tabulator .tabulator-header{
    border-bottom: none;
    background-color: var(--vz-light);
    padding: 8px 0px !important;
}
.tabulator .tabulator-header .tabulator-col{
    background-color: var(--vz-light);
    border-right: none;

}
.tabulator-row .tabulator-cell{
    height: 45px;
    border-right: none;
}
.tabulator .tabulator-footer .tabulator-page{
    color: var(--vz-link-color);
    text-decoration: none;
    background-color: var(--vz-card-bg);
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tabulator .tabulator-footer .tabulator-page.active{
    z-index: 3;
    color: #fff;
    background-color: #4b38b3;
    border-color: #4b38b3;
}
.tabulator .tabulator-footer{
    padding: 8px 0px;
}
.tabulator-row.tabulator-selectable:hover{
    background-color:rgba(75,56,179,.1);
}