/* ============= ICON FONT FIX ============= */
body .wpdt-icon-plus:before,
body .wpdt-icon-minus:before,
body [class^="wpdt-icon-"]:before,
body [class*=" wpdt-icon-"]:before,
body i[class^="wpdt-"]:before,
body i[class*=" wpdt-"]:before,
body .dashicons:before,
body .dashicons-before:before {
    font-family: wpDataTablesIcons, dashicons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
