.announce-indicator {
    width: 49px;
    height: 72px;
    padding: 16px 0px 16px 0px;
    gap: 8px;
    border-radius: 16px 0px 0px 16px;
    opacity: 1; /* Set opacity to make it visible */
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cmty-white);
    box-shadow: 0px 0.6px 1.8px 0px var(--cmty-neutrals-web-gray400);
    box-shadow: 0px 3.2px 7.2px 0px var(--cmty-neutrals-web-gray390);
    z-index: 9;
}

.announce-indicator .indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    opacity: 1; /* Set opacity to make it visible */
}

.announce-indicator .mega {
    width: 28px;
    height: 28px;
    padding: 1.49px 1.5px 2px 3px;
    gap: 0;
    opacity: 1; /* Set opacity to make it visible */
    position: relative;
}

.announce-indicator .shape {
    width: 23.5px;
    height: 24.51px;
    top: 1.5px;
    left: 3px;
    gap: 0;
    opacity: 1; /* Set opacity to make it visible */
    angle: -0 deg;
    position: relative;
}

.announce-indicator img {
    width: 100%;
    height:100% ;
   
}
.announce-indicator .unread-symbol{
    width:6px;
    height: 6px;
    border-radius: 50px;
    background: var(--cmty-error-red55);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}