div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	background-color: #0C6EFD !important;
	color: #21252A !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
	background: #21252A  !important;
	color: #fff  !important; 
}

.colored-toast.swal2-icon-success {
	background-color: #21252A !important;
}

.colored-toast.swal2-icon-error {
	background-color: #dd4462 !important;
}

.colored-toast.swal2-icon-warning {
	background-color: #dd4462 !important;
}

.colored-toast.swal2-icon-info {
	background-color: #068bbf !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-html-container {
	color: white;
}