.colored-toast.swal2-icon-success {
	background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
	background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
	background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
	background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
	background-color: #87adbd !important;
}

.colored-toast .swal2-title {
	color: white;
}

.colored-toast .swal2-close {
	color: white;
}

.colored-toast .swal2-content {
	color: white;
}

.colored-toast {
	opacity: 0.9;
}

/* Custom Bootstrap 4 Theme */
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em;
  color: black;
  font-weight: bold;
}

.swal2-title {
    font-size: 1.2em;
    font-weight: 400;
}

.swal2-confirm {
    margin-right: 0.2em;
}