.swal-modal {
    width: 350px;
}

.swal-button {
    background-color: #34465d;
    border-radius: 5px !important;
}

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

.swal-button--danger {
    background-color: #e64942;
}

.swal-button:active {
    background-color: #212529;
}

.swl-text {
    color: #212529;
}

/* icon style*/
.swal-icon {
    margin: 10px auto;
}

/** icon style ———— warning **/
.swal-icon:first-child {
    margin-top: 10px;
}

/*.swal-icon--warning__body {*/
/*top: 8px;*/
/*height: 15px;*/
/*}*/

/** icon style ———— success **/
/*.swal-icon--success__ring {*/
/*top: -18px;*/
/*}*/

/*.swal-icon--success__line--long {*/
/*width: 27px;*/
/*right: 2px;*/
/*top: 21px;*/
/*}*/

/*.swal-icon--success__line--tip {*/
/*width: 15px;*/
/*left: 4px;*/
/*top: 25px;*/
/*}*/

/*.swal-icon--success__hide-corners {*/
/*width: 5px;*/
/*height: 45px;*/
/*top: 6px;*/
/*left: 10px;*/
/*}*/

/*.swal-icon--success:before {*/
/*transform-origin: 30px 30px;*/
/*width: 30px;*/
/*height: 60px;*/
/*top: -32px;*/
/*left: -9px;*/
/*}*/

/*.swal-icon--success:after {*/
/*width: 35px;*/
/*height: 60px;*/
/*top: -11px;*/
/*left: 36px;*/
/*}*/

/** icon style ———— info **/
/*.swal-icon--info:before {*/
/*height: 17px;*/
/*bottom: 6px;*/
/*}*/

/*.swal-icon--info:after {*/
/*top: 8px;*/
/*}*/

/** icon style ———— error **/
/*.swal-icon--error__line {*/
/*width: 25px;*/
/*top: 18px;*/
/*}*/

/*.swal-icon--error__line--left {*/
/*left: 8px;*/
/*}*/

/*.swal-icon--error__line--right {*/
/*left: 8px;*/
/*}*/

.swal-footer {
    padding-top: 0;
}