

.dropdown .notif-item img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    padding-top: 0;
}

.dropdown .notif-head {
    width: 100%;
    margin-bottom: 6px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.dropdown .notif-head p {
    font-size: 10px;
    margin: 0px;
}

.dropdown .notif-item{
    color: #000000;
}

.dropdown .notif-content .title {
    font-weight: bold;
}

.dropdown .notif-content .description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.dropdown .dropdown-notif-footer{
    position: relative;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 12px 16px;
    height: 40px;
    flex: 0 0 auto;
    transition: height 0.4s ease 0s, padding 0.4s ease 0s;
    background-color: var(--N0,#FFFFFF);
    box-shadow: rgba(0, 0, 0, 0.12) 0px -2px 4px 0px;
}

.dropdown-notif-footer{
    margin: 0px;
    font-size: 12px;
    line-height: 1.33;
    display: block;
}
.dropdown-notif-footer a {
    text-decoration: none;
}

.dropdown .notif-items {
    max-height: 400px;
    overflow-y: auto;
}

.dropdown .notif-item:hover{
    background-color: #D8DADD !important;
    cursor: pointer;
}

.dropdown .notif-item.read{
    background-color: none;

}

.dropdown .notif-item.unread{
    background-color: #68A3D240;

}
