.notify-list_avatar {
    max-width: 80px;
    max-height: 80px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.message-noti {
    flex: 1;
}

.notice {
    background-color: #F3F3F3;
}

.read {
    background-color: #FDEDD7;
}

.notify-list_icon {
    width: 30px;
}