.tabulator {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    word-break: break-all;
}
.tabulator-row { 
    min-height:35px;
}
.tabulator-row .tabulator-cell {
    padding: 8px 5px;
    white-space: normal !important;
}
.tabulator .tabulator-header .tabulator-col{
    background-color: #2a3f54;
    color: #FFF;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{
    background-color: #182c40;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    padding-right:12px;
}
.tabulator-row .tabulator-responsive-collapse table {
    font-size: 13px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    white-space: normal !important;
}
.tabulator .tabulator-footer .tabulator-page.active {
    border-color: #007bff;
    background-color: #2A3F54;
}
.tabulator .tabulator-footer {
    background-color: #ffffff;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow { 
    border-top: 6px solid #00fffa;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 6px solid #00fffa;
}
.tabulator_link {
    color:#cc7400;
}
.tabulator-row.tabulator-selected{
    background-color: #d2f1ff !important;
}
.tabulator-row.tabulator-selected :hover{
    -webkit-filter: saturate(1.5);
}
.tabulator-editable {
    box-shadow: 0px 0px 6px 0px rgb(10 53 53 / 30%) inset;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(10 53 53 / 30%) inset;
    -moz-box-shadow: 0px 0px 6px 0px rgb(10 53 53 / 30%) inset;
    background: rgb(255 255 255);
    border-radius: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 20px !important;
    max-height:170px;
}

.tabulator-editable {
    scrollbar-width: auto;
    scrollbar-color: #e0e0e0 #e0e0e0;
    scrollbar-gutter: stable;
}

.tabulator-editable::-webkit-scrollbar {
    width: 6px;
}

.tabulator-editable::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.tabulator-editable::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 10px;
    border: 1px solid #878787;
}

.tabulator-editable:hover {
    overflow-y: overlay;
}

.tabulator-editable::after {
    content: '';
    position: absolute;
    right: 7px;
    top: calc(50% - 4px);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgb(31 63 98 / 60%);
    clear: both;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{
    background: #eef6ff!important;
}
.tabulator .tabulator-footer .tabulator-calcs-holder{
    box-sizing: border-box;
    width: calc(100% + 20px);
    text-align: left;
    background: #f3f3f3!important;
    border-bottom: unset;
    border-top: 2px solid #2a3f54;
    overflow: hidden;
}

.tabulator-col-title {
    text-align: center;
}