
.notification-container[data-v-355d9541] {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.notification-badge[data-v-355d9541] {
    height: 17px;
    min-width: 22px;
    padding: 0 2px 0 6px;
    background-color: #FFA800;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-arrow[data-v-355d9541] {
    width: 8px;
    height: 17px;
    transform: translateX(-.2px);
    background-color: #FFA800;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.notification-badge span[data-v-355d9541] {
    position: relative;
    z-index: 2;
    line-height: 1;
    padding-right: 3px;
}
