/* Add a loading overlay */
.loading-overlay {
    position: relative;
}

/* Loading overlay background with spinner */
.loading-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url('/wp-content/uploads/spin.gif') no-repeat center center;
    background-blend-mode: multiply;
    background-size: 80px;
    padding: 40px 0px;
    z-index: 9999; /* Ensure the overlay is on top of other content */
    opacity: 1; /* Adjust the opacity as needed */
}


.fa-wallet {margin-right: 5px;}

#user-table #filter-form {display: flex;align-content: center;align-items: center; gap: 30px;}
#filter-form {margin-bottom: 15px;}
.comisionesTable {width: 850px;}
.tablaSettings {width: 1200px;}

.referral-url span {display: block;max-width: 100%;overflow-wrap: anywhere;}

.tableTransactions th, .tableTransactions td { white-space: nowrap;}