.sweet-overlay {
   background-color: rgba(0, 0, 0, 0.7);
   }

.sweet-alert {
   background-color: rgb(255, 193, 40);
   }
.sweet-alert .sa-icon.sa-error {
   border-color: rgb(1, 13, 0); 
   }
.sweet-alert .sa-icon.sa-error .sa-line {
    background-color: rgb(1, 13, 0);
	}
.sweet-alert h2 {
    color: #000;
	}
.sweet-alert p {
    color: #000;
	}
.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(1, 13, 0)!important;
    }
.sweet-alert button:hover {
    background-color: rgb(0, 0, 0)!important; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
    background: rgba(52, 73, 94, 0);
    }
.sweet-alert .sa-icon.sa-success .sa-fix {
    background-color: rgba(52, 73, 94, 0);
    }
.sweet-alert .sa-icon.sa-success {
  border-color: #010d00;
}
.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #010d00;
}
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        border: 4px solid rgba(1, 13, 0, 1);
		}