/* Toastify Custom CSS */
.toast-danger{
	color:white;
    background: red;
    border-radius: 20px;
}
.toast-success{
	color:white;
    background: green;
    border-radius: 20px;
}
.toastify{
    position: fixed;
    right: 10px;
    padding: 5px 20px;
    z-index:9999;
}
.toast-close{
	margin-left:5px;
    margin-right:-5px;
    padding: 10px;
}
/* Toastify Custom CSS */