.wcfm-dashboard-page .ast-container {
    padding: 0;
}
@media (min-width: 922px) {
    .wcfm-dashboard-page .ast-container {
        max-width: 100%;
    }
}

/* Datatable */
#extension-wcfm-vendors th {
    font-weight: bold !important;
    color: #1c2b36 !important;
}
#extension-wcfm-vendors th,
#extension-wcfm-vendors td {
    text-align: left;
}
#extension-wcfm-vendors_wrapper .dataTables_processing {
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    inset: 0 !important;
    transform: translate(0);
    margin: 0 !important;
    width: 100%;
}