.new-alert {
    display: flex; 
    justify-content: flex-start; 
    align-items: flex-start; 
    padding: 10px;
	/*width: 280px;*/
	height: 80px;
    overflow: hidden;
}

.k-notification-alert {
    border-color: #801201;
    color: #fff;
    background-color: #e91b00;
    overflow: hidden;
}