.message {
    margin-bottom: 20px;
}

.progress-meter {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.progress-meter progress {
    flex: 1;
}

.progress-meter .tag-select {
    flex: content;
    min-width: fit-content;
}

.filters {
    margin-top: 20px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.filters .tag-select {
    width: fit-content;
}

.pagination {
    margin-top: 20px;
}

.messages {
    text-align: right;
}