.sweet-overlay {
   background-color: rgba(0, 0, 0, 0.5);
   }

.sweet-alert {
   background-color: rgb(52, 152, 219);
   }
.sweet-alert .sa-icon.sa-error {
   border-color: rgb(243, 156, 18); 
   }
 .sweet-alert .sa-icon.sa-error .sa-line {
    background-color: rgb(243, 156, 18); 
	}
.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(243, 156, 18)!important;
    }
.sweet-alert button:hover {
    background-color: rgb(241, 196, 15)!important; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
    background: rgb(52, 152, 219);
    }
.sweet-alert .sa-icon.sa-success .sa-fix {
    background-color: rgb(52, 152, 219);
    }
      .sweet-alert .sa-icon.sa-success .sa-line {
        background-color: #f39c12;
		}
    .sweet-alert .sa-icon.sa-success {
      border-color: #f39c12; 
	  }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        border: 4px solid rgba(243, 156, 18, 1);
		}	