<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.field-validation-error {
    color: red;
}

.card {
    margin-bottom: 0px;
}

.box {
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    background: #9d9d9d7d;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
}

.control-label{
    font-weight:bold;
}
</pre></body></html>