#noty_topRight_layout_container{
	width: 90% !important;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}


#noty_topRight_layout_container li{
	width: 100% !important;
}

.noty_message{
	text-align: center !important;
	color: white;
}


.noty_type_alert{
	background-color: #f56565;
    color: white;
    font-size: 17px;
}