.user-menu, .user-notification{
    z-index: 100;
}
.noti_drop_bottom_links {
    height: 20px;
    border-top: 1px solid #efefef;
    margin-top: 0px;
    text-align: right;
    padding-top: 0px;
    padding-right: 10px;
    font-size: 12px;
}
.noti_drop_bottom_links span:first-child {
    border-right: 1px solid #ddd;
    padding-right: 13px;
}
.noti_drop_bottom_links a {
    text-decoration: none;
    color: #5c2483;
    font-weight: bold;
}
img.notification-img{
    max-width: unset;
    width: 53px;
    height: 53px;
}
.custom-notification {
    position: absolute;
    /* right: auto; */
    top: 0px;
    background: red;
    width: auto;
    height: 18px;
    color: white !important;
    text-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}
#notificationscroll {
    padding: 15px 0;
    height: 350px;
    overflow: hidden;
}
#notification-icon{
    cursor: pointer;
}
.word-wrap-break{
    white-space: break-spaces;
    word-break: break-word;
}
.user-icon{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* header icon changes css */

.top-5 {
    top: 1.3rem;
}
a.flex.gap-2 i {
    min-width: 25px;
}

@media (max-width:575px) {
    #notification-icon {
        margin-right: -20px !important;
    }

    .user-icon {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        padding-top: 5px;
    }

    .noti_drop_bottom_links {
        text-align: unset !important;
        padding-right: 0px !important;
        display: flex;
    }

    .noti_drop_bottom_links a {
        line-height: 1;
    }
    .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column.fusion-no-medium-visibility.fusion-no-large-visibility.left-side.side-lable{
        display: none !important;
    }
    .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-center.fusion-content-layout-column.right-side.large-screen{
        align-items: center !important;
    }
}