/* Billing Account */
.new-wrapper table {
    max-width: 1440px;
    margin: auto;
}

h2#tablepress-2-name {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 42px;
    color: #1b3b6b;
    max-width: 1440px;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 100px;
}

#tablepress-2_wrapper label {
    font-size: 16px;
}

#tablepress-2_wrapper label select {
    padding: 0 15px 0 10px;
    margin: unset;
    border: none;
    height: 53px;
    display: inline-block;
}

#tablepress-2_wrapper #tablepress-2_filter label input {
    border: solid 1px #1b3b6b;
    border-radius: 6px;
}

#tablepress-2_wrapper table#tablepress-2 caption {
    margin-top: 100px !important;
    display: none;
}

#tablepress-2_wrapper table#tablepress-2 caption a {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    background: #1b3c6f;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 100px;
    border-radius: 6px;
    text-decoration: none;
}

#tablepress-2_wrapper table#tablepress-2 thead th {
    background: #1b3b6b;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #FFFFFF;
}

#tablepress-2_wrapper table#tablepress-2 thead th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#tablepress-2_wrapper table#tablepress-2 thead th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#tablepress-2_wrapper table#tablepress-2 tbody td {
    font-size: 18px;
}

#tablepress-2_wrapper .dataTables_info {
    margin-top: 50px;
    font-size: 18px;
}

#tablepress-2_wrapper .dataTables_paginate {
    margin-top: 50px;
}

#tablepress-2_wrapper .dataTables_paginate a.previous::before,
#tablepress-2_wrapper .dataTables_paginate a.next::after {
    color: #1b3b6b;
    text-shadow: unset;
}

#tablepress-2_wrapper .dataTables_paginate a.previous,
#tablepress-2_wrapper .dataTables_paginate a.next {
    font-size: 18px;
    color: #1b3b6b;
}

/* Target the Status column with text "Unpaid" */
#tablepress-2 .column-7:contains('Unpaid') {
    color: red;
}

/* Target the Status column with text "Paid" */
#tablepress-2 .column-7:contains('Paid') {
    color: green;
}

@media (max-width: 1440px) {
    .new-wrapper table {
        max-width: 1300px;
    }

    h2#tablepress-2-name {
        max-width: 1300px;
    }

    #tablepress-2_wrapper label {
        font-size: 14px;
    }

    #tablepress-2_wrapper table#tablepress-2 thead th {
        font-size: 16px;
    }

    #tablepress-2_wrapper table#tablepress-2 tbody td {
        font-size: 16px;
    }

    #tablepress-2_wrapper table#tablepress-2 caption a {
        font-size: 14px;
    }

    #tablepress-2_wrapper .dataTables_info {
        font-size: 14px;
    }

    #tablepress-2_wrapper .dataTables_paginate a.previous,
    #tablepress-2_wrapper .dataTables_paginate a.next {
        font-size: 14px;
    }
}

@media (max-width: 1340px) {
    .new-wrapper table {
        max-width: 1200px;
    }

    h2#tablepress-2-name {
        max-width: 1200px;
        font-size: 38px;
    }
}