.tabulator .tabulator-header .tabulator-col {
    background-color: #4723d9;
    color: #ffffff;
}

.tabulator .tabulator-header .tabulator-col :hover {
    background-color: #4723d9;
    color: #ffffff;
}

.tabulator .tabulator-footer {
    background-color: #ffffff;
    color: #000000;
}

.tabulator .tabulator-tableholder::-webkit-scrollbar {
    display: none;
}

.tabulator .tabulator-tableholder {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right,
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
    border-left: 0 !important;
}
