.user-deposit-history {
    width: 100%;
    margin: 20px 0;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.responsive-table th, .responsive-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.responsive-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.responsive-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.responsive-table tr:hover {
    background-color: #f1f1f1;
}

.pagination {
    text-align: center;
    margin: 20px 0;
}

.pagination a {
    margin: 0 5px;
    padding: 8px 16px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}

.pagination a:hover {
    background-color: #005177;
}

@media screen and (max-width: 768px) {
    .responsive-table, .responsive-table th, .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table th, .responsive-table td {
        text-align: right;
        padding-left: 50%;
    }

    .responsive-table th::before, .responsive-table td::before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        font-weight: bold;
    }

    .responsive-table th, .responsive-table td {
        padding: 8px;
        border: none;
    }
}

/* Admin and User Interface Styles for Microjob Deposit */
#microjob-deposit-form {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#microjob-deposit-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#microjob-deposit-form input,
#microjob-deposit-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#microjob-deposit-form input[type="submit"] {
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

#microjob-deposit-form input[type="submit"]:hover {
    background-color: #005177;
}

.widefat {
    border: 1px solid #ddd;
}

.widefat th, .widefat td {
    padding: 10px;
    text-align: left;
    border-top: 1px solid #ddd;
}

.widefat th {
    background-color: #f1f1f1;
}

/* Deposit History Table */
.widefat {
    width: 100%;
    border-collapse: collapse;
    color:#555;
}

.widefat th,
.widefat td {
    border: 1px solid #ddd;
    padding: 8px;
    color:#555555;
}

.widefat th {
    background-color: #f4f4f4;
    text-align: left;
}

.widefat tr:nth-child(even) {
    background-color: #f9f9f9;
}

.widefat tr:hover {
    background-color: #f1f1f1;
}

.widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr td, .widefat thead tr th {
    color: #555;
}

/* Pagination Styles */
.pagination {
    margin-top: 20px;
}

.pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #0073aa;
    text-decoration: none;
}

.pagination a.active {
    background-color: #0073aa;
    color: #fff;
}

.pagination a:hover {
    background-color: #f1f1f1;
}
