.sweet-overlay {
background-color: rgba(0, 0, 0, 0.4);
}
.sweet-alert {
background-color: rgb(0, 0, 0);
}
.sweet-alert .sa-icon.sa-error {
border-color: rgb(255, 255, 255); 
}
.sweet-alert .sa-icon.sa-error .sa-line {
background-color: rgb(255, 255, 255);
}
.sweet-alert h2 {
color: #fff;
}
.sweet-alert p {
color: #fff;
}
.sweet-alert p span{ color: rgb(255, 30, 30)!important; }
.sweet-alert p span span{ color: rgb(255, 30, 30)!important; }
.sweet-alert button {
background-color: rgb(255, 255, 255)!important;
color:#000!important;
}
.sweet-alert button:hover {
background-color: rgb(255, 255, 255)!important; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
background: rgb(0, 0, 0);
}
.sweet-alert .sa-icon.sa-success .sa-fix {
background-color: rgb(0, 0, 0);
}
.sweet-alert .sa-icon.sa-success .sa-line {
background-color: #fff;
}
.sweet-alert .sa-icon.sa-success {
border-color: #fff; 
}	
.sweet-alert .sa-icon.sa-success .sa-placeholder {
border: 4px solid rgba(255, 255, 255, 1);
}