/* Reservation Account */
.tablepress-table-name-id-1 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 42px;
    color: #1b3b6b;
    max-width: 1440px;
    margin: auto;
    padding-top: 100px;
    margin-bottom: 30px;
}

.new-wrapper .dataTables_wrapper {
    max-width: 1440px;
    margin: auto;
}

table#tablepress-1 {
    max-width: 1440px;
    margin: auto;
}

table#tablepress-1 caption {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    display: none;
}

.new-wrapper table tbody td {
    font-size: 18px;
}

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

table#tablepress-1 .approved {
    color: green;
    font-weight: 700;
}

table#tablepress-1 .limit-reached {
    color: red;
    font-weight: 700;
}

table#tablepress-1 .pending {
    color: orange;
    font-weight: 700;
}

.new-wrapper label {
    font-size: 16px;
}

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

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

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

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

.new-wrapper table th {
    background: #1b3b6b;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #FFFFFF;
}

.new-wrapper .dataTables_info {
    margin-top: 50px;
    font-size: 18px;
}

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

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

.new-wrapper .dataTables_paginate a.previous,
.new-wrapper .dataTables_paginate a.next {
    font-size: 18px;
    color: #1b3b6b;
}


/* Responsiveness */
@media (max-width: 1440px) {
    table#tablepress-1 {
        max-width: 1300px;
    }

    .new-wrapper .dataTables_wrapper {
        max-width: 1300px;
    }

    .tablepress-table-name-id-1 {
        max-width: 1300px;
    }

    .new-wrapper table tbody td {
        font-size: 16px;
    }

    .new-wrapper table thead tr th {
        font-size: 16px;
    }

    .new-wrapper label {
        font-size: 14px;
    }

    .new-wrapper .dataTables_info {
        font-size: 14px;
    }

    .new-wrapper .dataTables_paginate a.previous,
    .new-wrapper .dataTables_paginate a.next {
        font-size: 14px;
    }

    .new-wrapper .dataTables_paginate a.previous::before,
    .new-wrapper .dataTables_paginate a.next::after {
        font-size: 12px !important;
    }
}

@media (max-width: 1340px) {
    .tablepress-table-name-id-1 {
        font-size: 38px;
        max-width: 1200px;
    }

    .new-wrapper .dataTables_wrapper {
        max-width: 1200px;
    }

    table#tablepress-1 {
        max-width: 1200px;
    }

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

    .new-wrapper label {
        font-size: 14px;
    }
}