  .swal-modal {
    width: 280px;
  }

.swal-title {
	padding: 3px 6px; 
	font-size: 18px;
}

.swal-title:not(:last-child) {
    margin-bottom: 3px;
}

.swal-text {
    font-size: 14px;
}

.swal-icon:first-child {
	margin-top: 12px;
}

.swal-icon {
    width: 40px;
    height: 40px;
    border-width: 3px;
    margin: 0px auto;
  }

.swal-icon--warning__body {
    height: 14px;
    width: 4px;
    top: 9px;
}

.swal-icon--warning__dot {
    width: 5px;
    height: 5px;
    margin-left: -2px;
    bottom: -7px;
}
.swal-icon--success:after,
.swal-icon--success:before {
    content: none;
}

.swal-icon--success__line {
    height: 4px;
}

.swal-icon--success__line--long {
    width: 23px;
    right: 5px;
    top: 20px;
    -webkit-animation: none;
    animation: none;
}
.swal-icon--success__line--tip {
    width: 10px;
    left: 8px;
    top: 23px;
    -webkit-animation: none;
    animation: none;
}

.swal-icon--success__ring {
    width: 40px;
    height: 40px;
}

.swal-icon--success__hide-corners {
    width: 4px;
    height: 20px;
    left: 14px;
    top: 14px;
}

 .swal-icon--error__line {
     width: 22px;
     height: 4px;
     top: 19px;
 }

.swal-icon--error__line--right {
    right: 10px;
}
.swal-icon--error__line--left {
    left: 9px;
}
.swal-icon--info:before {
    height: 13px;
    width: 4px;
    bottom: 10px;
}

.swal-icon--info:after {
    height: 5px;
    width: 5px;
    top: 10px;
}

.swal-footer {
    margin-top: 0px;
    padding: 5px 5px;
}
.swal-button {
    padding: 7px 20px;
}