.ReportResults {
    display: flex;
    flex-direction: column;
}

.ReportResults-table {
    flex-shrink: 1;
    min-height: 20vh;
}

.ReportResults-table-claimantsCell .claim-btn {
    min-width: 65px;
}

.ReportResults-table-claimantsCell .unclaim-btn {
    min-width: 80px;
}

.ReportResults-modal-selection-error {
    color: var(--danger);
}

.ReportResults-modal-selection-warning {
    color: var(--warning);
}

#report-modal-wrapper .ReportResults {
    height: 100%;
}
