.resultreports-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.resultreports-pagination .resultsv2-list-reports-button {
    padding: 5px 10px;
    font-size: 0.9em;
}

.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--brand-accent);
    color: var(--white-color);
    text-decoration: none;
    margin-right: 10px;
}

.back-button:hover {
    opacity: 0.9;
}

.resultreports-search-button {
    background-color: var(--brand-accent);
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    color: white;
}