
table.dyg-datatable.dataTable {
    width: inherit;
    margin:inherit;
}
div.dyg-datatable {
    margin-top: 50px;
    margin-left: 50px;
    width: fit-content;
    background-color: white;
    padding: 25px;
    border-left: 10px solid var(--dygiphy-theme-color);
    border-radius: 5px;
    display: inline-block;
}
.dygfs-undo-count {
    font-size: 19px;
    position: absolute;
    top: -3px;
    left: 32px;
}
.dygfs-filter {
    background-color: white;
    color:  var(--dygiphy-theme-color);
    border: none;
    border-left: 7px solid var(--dygiphy-theme-color);
    border-right: 7px solid white;
    padding: 12px 7px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    border-radius: 5px;
}
.dygfs-filter-disabled {
    background-color: var(--dygiphy-theme-color);
    color:  white;
    border-left: 7px solid var(--dygiphy-theme-color);
    border-right: 7px solid var(--dygiphy-theme-color);
}
.dygfs-filter-wrapper {
    margin: 50px 0px 0px 50px;
    display: flex;
    align-items: center;
}
.dygfs-filter-wrapper .fa-filter {
    color:  var(--dygiphy-theme-color);
    font-size: 35px;
}