a[rel="prev"] svg,
a[rel="next"] svg {
    display: none!important;
}

.h-20 {
    height: 50px;
}

span[data-name="filename"] {
    width: 400px;
}

/* styles for pagination links */
.pagination {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li+li {
    margin-left: 1rem;
}

.pagination a {
    text-decoration: none;
    padding: 0.2rem 0.4rem;
    color: black;
    border: 1px solid black;
    border-radius: 2px;
}

span[aria-current="page"],
.pagination a:hover {
    font-weight: bold;
    color: rgb(88, 233, 200);
}

nav[role="navigation"] svg {
    display: none!important;
}

a:disabled {
    cursor: not-allowed;
}

.btn__main {
    width: 300px;
}

.logos {
    display: none!important;
}

@media print {
    @page {
        size: landscape;
    }

    body {
        zoom: 0.75;
    }

    .container {
        max-width: 100%!important;
    }

    .show-for-print {
        display: inline!important;
    }

    .hide-for-print {
        display: none!important;
    }

    .style-for-print {
        margin-top: 200px;
    }

    .logos {
        display: inline!important;
        width: 200px;
    }

    .logos:nth-of-type(2) {
        position: relative;
        right: 0px;
        top: 10px;
    }

    .table-data--wide {
        display: inline-block;
        width: 400px;
    }
}