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

.message_center .BellAlarmRedMark {
    position: absolute;
    margin-left: 10px;
    background-color: #ff0000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    top: 6px;
    left: 12px;
}
</pre></body></html>