.notification-dropdown[style] {
    top: 45px !important;
}
.notification-dropdown {
    position: absolute;
    z-index: 600;
    top: 1px !important;
    /* margin-top: 128px; */
    min-width: 320px;
    max-width: 420px;
    border: 1px solid #D5D5D5;
    background: #fff;
    text-align: left;
    box-shadow: 2px 2px #D5D5D5;
    max-height: 365px;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media (max-width: 768px) {
    .notification-dropdown[style] {
        position: fixed !important;
        top: 60px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: 90vw;
        max-width: 420px;
    }
}

.n-bar {
    font-weight: 700;
    padding: 9px;
    font-size: 14px
}



.notice-pallete {
    padding: 5px;
    clear: both;
    border: 1px solid #d2d2d2;
    margin: 5px;
    min-height: 81px
}

.notice-img {
    display: inline-block;
    margin-right: 2px;
    float: left;
    width: 20%;
    height: 100%
}

.notice-text {
    display: inline-block;
    width: 76%;
    margin-left: 3%;
    height: 100%
}