<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.alertify-notifier .ajs-message {
	background-color: #121212 !important;
    border-radius: 4px;
    border: none;
    padding: 20px 20px 20px 50px !important;
    width: 300px !important;
    bottom: 10px !important;
    color: #fff !important;
    background-repeat: no-repeat !important;
	background-position: left 15px center !important;
	min-height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}


.alertify-notifier .ajs-message.ajs-visible {
	right: 310px !important;
}


.ajs-error.ajs-message {
	   background-image: url( '/img/icon-error.svg' ) !important;
}

.ajs-warning.ajs-message {
	   background-image: url( '/img/icon-warning.svg' ) !important;
}

.ajs-success.ajs-message {
	   background-image: url( '/img/icon-success.svg' ) !important;
}

.ajs-notify.ajs-message {
	   background-image: url( '/img/icon-info.svg' ) !important;
}

.ajs-message {
	   background-image: url( '/img/icon-info.svg' ) !important;
	   
}</pre></body></html>