.headerRow {
    padding-bottom: 20px;
    display: flex;
    width: 100%;

    .headerItem {
        margin-right: 20px !important;
    }
}

.pagination {
    display: inline-flex;
    width: 100%;
    height: 32px;
    align-items: center;
    justify-content: flex-end;
}

.footerRow {
    padding-top: 20px;
    display: flex;
    width: 100%;
}
