/* Style for invalid input fields */
.is-invalid {
    border-color: red;
    background-color: #f8d7da;
}

/* Style for error message below the input field */
.error-message {
    margin-top: 5px;
    font-size: 12px;
    color: red;
}

.hide-replaced.ws-inputreplace {
    display: none !important;
}