.notification-dot {
	margin-left: 10px;
    background: red;
    color: white;
    border-radius: 100%;
    font-size: 11px;
    display: inline-flex;
    width: 17px;
    height: 17px;
    justify-content: center;
    align-items: center;
}

.popup-notification-modal-body-more {
	margin-bottom: 0px;
}