/* Full app CSS */
body {
    background-color: #F0F0F0;
}

h1,
h2,
h3,
h4 {
    text-align: center;
    font-family: Calibri, Arial, 'sans serif';
    font-weight: normal;
}

h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

div {
    font-family: Calibri, Arial, 'sans serif';
}

p:has(.cautionIcon) {
    display: flex;
    align-items: center;
}


.italic {
    font-style: italic;
}

.content.container-fluid {
    margin-inline: auto;
    vertical-align: middle;
    max-width: fit-content;
}

.footer {
    min-height: 3em;
    width: 100%;
    background-color: lightgray;
    text-align: center;
}

tr>td {
    width: 70%;
    text-align: left;
}

.alert {
    text-align: center;
}

.btn-group {
    width: 100%;
    justify-content: center;
}

.flex-container.formValidationRight {
    display: flex;
    justify-content: right;
}

.flex-container.formValidationCenter {
    display: flex;
    justify-content: center;
}

.flex-container.formValidationSpaced {
    display: flex;
    justify-content: space-between;
}