<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.notification-in-header {
    position: relative;
}
#notification-header-count {
    position: absolute;
    z-index: 0;
    font-size: 12px;
    top: -10px;
    left: -10px;
    background-color: var(--primary-color);
    display: flex;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
}
.notification-in-header .icon-Shape72 {
    font-size: 19px;
}
.notification-title {
    margin-bottom: 10px;
    width: 100%;
}
.notification-content {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 2;
    font-size: var(--font-size-0);
}
.notification-content a {
    display: block !important;
    margin: 10px auto !important;
    background-color: var(--Button-tracking-black) !important;
    text-align: center !important;
}
.notification-in-list.seen {
    opacity: 0.6;
}
</pre></body></html>