.tabulator {
    width: 100%;
    border-collapse: collapse;
    border: none;
    background-color: initial;   
}

.tabulator .tabulator-tableholder {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.tabulator .tabulator-cell.tabulator-editable {
    border: 1px solid rgb(215, 138, 138);
}

.tabulator .tabulator-tableholder::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.tabulator .tabulator-header,
.tabulator .tabulator-cell ,  .tabulator-col  {
    border: none!important;
}

 .tabulator .tabulator-header .tabulator-col {
    background-color: #f3f3f4;
    height: 50px;
    padding-top: 11px;
}

.tabulator-col-title {
    font-size: 1rem;
    color: black;
    font-weight: 400;
}

.tabulator .tabulator-row.tabulator-row-even {
    background-color: #f3f3f4;
}

.tabulator .tabulator-row {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.tabulator .tabulator-cell, .tabulator .tabulator-col-content {
    padding: 0 0 0 20px;
}

.tabulator .tabulator-row:hover, .tabulator-row.tabulator-selectable:hover {
    background-color: #e3e3e3;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{
    background-color:#e3e3e3;
}
