<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.errorMessageNew {
    padding: 15px 15px 15px 45px;
    font-size: 14px;
    font-weight: 600 !important;
	color: #121212 !important;
    display: flex;
    margin: 15px;
    border-radius: 5px;
    background-color: #fbebeb;
    border: 1px solid #d93a3a;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background-image: url( '/img/icon-error.svg' ) !important;
    background-repeat: no-repeat !important;
	background-position: left 15px center !important;
	max-width: 700px;
}

[lang="ar"] div.errorMessageNew {
	padding: 15px 45px 15px 15px;
	background-position: right 15px center !important;
}

</pre></body></html>