/* Pagination */
.pagination {
    margin-bottom: 0;
}

.pagination .page-item a {
    text-decoration: none;
}

.pagination .page-link {
    cursor: pointer;
}

ul.pagination>li:last-child,
ol li:last-child {
    margin-bottom: 0.3846153846rem !important;
}



/* Reports Wrapper*/
#free-reports-wrapper {
    position: relative;
    min-height: 300px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 40px;
}

/* No articles state container */
.no-reports-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    &>img {
        max-width: 300px;
    }

    &>p {
        font-size: 1.2rem;
        font-weight: 400;
        color: #6d6d6d;
    }
}