.j3u-subscriptions-wrapper {
    margin-top: 20px;
}

.j3u-subscriptions-table {
    width: 100%;
    border-collapse: collapse;
}

.j3u-subscriptions-table th {
    text-align: left;
    padding: 12px;
    background: #f5f5f5;
    font-weight: 600;
}

.j3u-subscriptions-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.status-active {
    color: #28a745;
    font-weight: 600;
}

.status-cancelled {
    color: #dc3545;
    font-weight: 600;
}

.j3u-cancel-btn {
    padding: 6px 12px;
    background: #dc3545;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

a.op-re-sub-btn:hover{
    color: #fff;
}

a.op-re-sub-btn {
    padding: 6px 12px;
    background: #dc3545;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-family: inherit;
    font-size: 15px;
    background-color: var(--bb-primary-button-background-regular);
    color: var(--bb-primary-button-text-regular);
    border: 1px solid var(--bb-primary-button-border-regular);
    border-radius: var(--bb-button-radius);
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.j3u-cancel-btn:hover {
    opacity: 0.8;
}
.j3u-pagination {
    margin-top: 20px;
}

.j3u-pagination a {
    padding: 6px 10px;
    margin-right: 5px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.j3u-pagination a.active {
    background: #333;
    color: #fff;
}
.op-usr-table td , .op-usr-table th {
    font-size: 15px;
}
.op-usr-table td.op-usr-no-subscription-products {
    text-align: center;
}