.sweet-overlay {
   background-color: rgba(52, 73, 94, 0.4);
   }

.sweet-alert {
   background-color: rgb(52, 73, 94);
   }
.sweet-alert .sa-icon.sa-error {
   border-color: rgb(231, 76, 60); 
   }
 .sweet-alert .sa-icon.sa-error .sa-line {
    background-color: rgb(231, 76, 60);
	}
      .sweet-alert .sa-icon.sa-success .sa-line {
        background-color: #27ae60;
		}

.sweet-alert h2 {
    color: #fff;
	}
.sweet-alert p {
    color: #fff;
	}
.sweet-alert button {
    background-color: rgb(39, 174, 96)!important;
    }
.sweet-alert button:hover {
    background-color: rgb(46, 204, 113)!important; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
    background: rgb(52, 73, 94);
    }
.sweet-alert .sa-icon.sa-success .sa-fix {
    background-color: rgb(52, 73, 94);
    }
    .sweet-alert .sa-icon.sa-success {
      border-color: #27ae60; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        border: 4px solid rgba(39, 174, 96, 1);
		}