.notify-bell.new-notify {
    position: relative;
}
.notify-bell.new-notify::after {
    content: "\2689";
    color: RED;
    top: 0.1rem;
    right: 0.8rem;
    position: absolute;
    font-size: 0.6rem;
}

.notify-bell ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: absolute;
    max-height: 0;
}

.notify-bell.opened ul {
    max-height: 30vh;
    overflow: auto;
}

.notify-bell ul li {
    padding: 0.3rem 0.5rem;
    min-width: 20vw;
    border-bottom: 1px solid #ccc;
}

.notify-bell ul li small {
    display: block;
}
