#pageBody {
    gap: 32px;
}

#uploadForm {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#searchForm {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 16px;
}

#searchFormInput {
    flex: 1;
}

.cardsTableRowColumnRedeemedAt {
    color: var(--disabled);
    display: block;
    font-size: 12px;
}

#cardsPagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}
