.has-error {
    background-color: transparent;
    font-size: 1em;
    color: #a94442;
}

.input-container-flex {
    display: flex;
}

/* disable number-arrows */
/* Chrome, Safari, Edge, Opera */
.app-input-container input::-webkit-outer-spin-button,
.app-input-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.app-input-container input[type=number] {
    -moz-appearance: textfield;
}

.pattern-error {
    padding-bottom: 10px;
}
