.headerRow {
padding-bottom: 20px;
display: flex;
width: 100%;
.headerItem {
margin-right: 20px !important;
}
}
.row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 15px;
}
.input {
padding: 10px;
width: 100%;
}
.buttons {
padding-top: 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 15px;
}
.pagination {
display: inline-flex;
width: 100%;
height: 32px;
align-items: center;
justify-content: flex-end;
}
.footerRow {
padding-top: 20px;
display: flex;
width: 100%;
}