#wpcontent {
    color: #6d7c91 !important;
    background-color: #f8f9fd !important;
}
.wpwrap {
    color: #6d7c91 !important;
    background-color: #f8f9fd !important;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.text-danger {
    color: rgba(220,53,69, 1) !important;
}
#verifyEmailResult {
    margin-top: 10px;
    width: 100%;
}
#verifyEmailResult td, #verifyEmailResult th {
    border: 1px solid #edf6fb;
    padding: 5px;
}
#verifyEmailResult tr:nth-child(even){
    background-color: #f2f2f2;
}
#verifyEmailResult tr:hover {
    background-color: #edf6fb;
}
.email-form-input {
    width: 70%;
}
.btn-warning {
    background-color: #fbdd46 !important;
}
.fw-bold {
    font-weight: 500 !important;
}
.link-secondary {
    color: #5f2781 !important;
}
#zb-current-credits {
    color: #1e8bc2 !important;
}
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
#settings_form tr td input[type=text] {
    max-width: 100%;
    width: 350px;
}

.zerobounce-bulk-validator label {
    font-size: 12px;
}

.zerobounce-upload-section {
    width: 100%;
    border: 2px dashed #2271b1;
    text-align: center;
    border-radius: .25rem;
}

.zerobounce-upload-section label {
    text-align: center;
    padding: .5rem 2rem;
    color: white;
    font-weight: bold;
    background-color: #2271b1;
    border-radius: .25rem;
    cursor: pointer;
}

.zerobounce-upload-section .remove-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-left: .5rem;
    color: red;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1rem;
}

.zerobounce-bulk-validator-results {

}

.zb-loader-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent overlay */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure the overlay is on top */
}

.zb-loader {
    margin: 13% auto;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#bulk-validation-form {
    position: relative;
}

.error-header {
    background-color: #dc3545;
    color: white;
}

.success-header {
    background-color: #28a745;
    color: white;
}

.modal-footer.bulk {
    border-top: 0;
}

.small-pagination .page-link {
    font-size: 12px; /* Reduce font size */
    padding: 4px 8px; /* Smaller padding for buttons */
}

.small-pagination .page-item {
    margin: 0 2px; /* Smaller gap between buttons */
}