﻿.reallocateHeader {
    font-family: 'Inter', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: bold;
    font-size: large;
    width: 700px;
    margin-bottom: 7px;
}

.formGrid {
    width: 90%;
    margin: 0.5em auto 1em auto;
    display: grid;
    grid-gap: 0.5em;
}

.formRow {
    margin-left: 2em;
    margin-bottom: 0.5em;
}

.reallocateLabel {
    grid-column-start: 1;
    text-align: right;
    margin-right: 0.5em;
}

.reallocateInput {
    grid-column-start: 2;
}

select.reallocateInput {
    min-width: 30em;
}

.buttonRow {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttonRow input[type=submit] {
    width: 10em;
}

.spinner {
    width: 30em;
    border: 1px solid dimgray;
    padding: 0.5em;
    background-color: lightyellow;
}

.spinnerImage {
    text-align: center;
}

.spinner img {
    height: 32px;
    width: 32px;
}

.errorMessage {
    margin-top: 1em;
    color: Red;
    font-weight: bold;
}
