.wpdt-wp-notification-success {
	background-color: #4CAF50;
}

.wpdt-wp-notification-error {
	background-color: #F44336;
}

.wpdt-wp-notification-alert {
	background-color: #FF9800;
}

.wpdt-wp-notification-close {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
