.swal-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.swal-modal {
    border-radius: 0;
    margin: 0;
    padding: 32px;
    width: 374px;
    position: relative;
}

.swal-title {
    margin: 0;
    padding: 0;
    color: #252b3a;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}


.swal-title:first-child {
    margin-top: 0;
}

.swal-title:not(:last-child) {
    margin-bottom: 0;
}

.swal-text {
    margin: 28px 0;
    font-size: 14px;
    color: #575d6c;
}

.swal-text:first-child {
    margin: 0;
    padding: 0;
}

.swal-footer {
    margin: 0;
    padding: 0;
    text-align: center;
}

.swal-footer .swal-button-container {
    margin: 0;
}

.swal-footer .swal-button-container:not(:last-child) {
    margin: 0;
    margin-right: 16px;
}

.swal-button {
    height: 32px;
    border-radius: 0;
    background-color: #c7000b;
    line-height: 32px;
    font-weight: normal;
    padding: 0 24px;
    margin: 0 auto;
}

.swal-button:focus {
    outline: none;
    box-shadow: 0 0 0;
}

.swal-button--cancel {
    color: #252b3a;
    background-color: transparent;
    border: 1px solid #252b3a;
}

.swal-button--cancel:not([disabled]):hover {
    background-color: transparent;
    border-color: #c7000b;
    color: #c7000b;
}

.swal-button:hover,
.swal-button--confirm:not([disabled]):hover {
    background-color: #D64A52;
}

.swal-content {
    margin: 0;
    padding: 0;
}

.swal-content p.warnTitle {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.swal-content .msg {
    margin: 28px 0;
    color: #575d6c;
    font-size: 14px;
}

.icon_close {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/clear.png") no-repeat center center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.icon_close:hover {
    background: url("../images/clear-hover.png") no-repeat center center;
}