.swal-icon--success__line {

    background-color: #eb0000;

}
.swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsl(31deg 7% 25%);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.swal-title {
color: #cd0505; }

.swal-text {

color: #140b01; 

}

.swal-icon--info:after, .swal-icon--info:before {
    content: "";
    position: absolute;
    left: 50%;
    background-color: #cf9455;
}

.swal-icon--info {
    border-color: #cf9455;
}
.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #cf9455;
  font-size: 15px;
  border: 1px solid #db640f;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button:not([disabled]):hover {
    background-color: #cf9455;
}

.swal-button--cancel {
    color: #fff;
   background-color: #cf9455;
}

.swal-button:not([disabled]):hover {
    background-color: #df790c;
}