#message-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: none; /* Initially hidden */
    z-index: 9999;
}

#message-container.processing {
    background-color: #007bff; /* Blue for processing */
}

#message-container.success {
    background-color: #28a745; /* Green for success */
}

#message-container.error {
    background-color: #dc3545; /* Red for error */
}

.veriPAYE_Bold {
    font-weight: bold;
}

/* Control the row height in the table */
.wpdt-c.wdt-skin-dark .wpDataTablesWrapper table.wpDataTable tbody tr {
    height: 35px; /* Set a specific row height */
    line-height: 35px; /* Match line-height to the row height for single-line vertical alignment */
}

table.wpDataTable tbody tr {
    height: 35px; /* Set a specific row height */
    line-height: 35px; /* Match line-height to the row height for single-line vertical alignment */
}



/* Remove the advertising crap from WordFence 2FA  */
.wfls-block-footer {
  display: none; }
#wfls-management-embedded > p,
#additional-element-selector > p {
    display: none;
}
/* Hide the specific paragraph */
#wfls-management-embedded > p {
    display: none;
}
