/**
 * Auto-generated from AppTheme via formCss()
 * DO NOT EDIT MANUALLY
 *
 * To regenerate: ./gradlew server:generateThemeCss
 */

.hover\:bg-light-grey:hover {
    background-color: #f5f5f5;
}

.focus-within\:error:focus-within {
    outline: 1px solid #b33a2b;
    box-shadow: 0 0 0 3px #b33a2b80;
}

.focus-within\:warning:focus-within {
    outline: 1px solid #f2b82e;
    box-shadow: 0 0 0 3px #f2b82e80;
}

.focus-within\:input:focus-within {
    outline: 1px solid #ad815b;
    box-shadow: 0 0 0 3px #ad815b80;
}

form .fieldErrorText {
    color: #b33a2b;
    font-size: 1em;
    margin-top: 0.25em;
    line-height: 1.5em;
}

label {
    line-height: 1.5em;
    font-weight: 500;
    font-size: 1em;
    cursor: pointer;
}

input {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0.5em 0.75em;
    font-size: 1em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

input.error {
    border: 1px solid #b33a2b;
    color: #7d291e;
    background: #f9e9e7;
}

select {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0.5em 0.75em;
    font-size: 1em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

select.error {
    border: 1px solid #b33a2b;
    color: #7d291e;
}

textarea {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0.5em 0.75em;
    font-size: 1em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

textarea.error {
    border: 1px solid #b33a2b;
    background: #f9e9e7;
}

.errorAlert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #b33a2b;
    border-radius: .25rem;
    color: #7d291e;
    background-color: #f9e9e7;
}

.errorAlert a {
    font-weight: bold;
    color: #7d291e;
}

a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, input[type="checkbox"]:focus-visible, input[type="radio"]:focus-visible, label:focus-visible {
    outline: 1px solid #ad815b;
    box-shadow: 0 0 0 3px #ad815b80;
}
