.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #364a63;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}
button.swal2-confirm, button.swal2-cancel, button.swal2-cancel {
    font-size: .75em;
}
.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #8094ae;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}
.swal2-actions {
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem auto 0;
}
.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #5a7ca7;
    font-size: 1em;
}
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 480px;
    max-width: 100%;
    padding: 2.75rem 2.5rem;
    border: none;
    border-radius: 4px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}
.swal2-progress-steps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600;
}
.swal2-icon.swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error {
    border-color: #e85347;
    color: #e85347;
}
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: -0.5rem auto 1.5rem;
    border: 0.25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
    transform: scale(0.5);
}
.swal2-icon.swal2-question {
    border-color: #8798b5;
    color: #526484;
}
.swal2-icon.swal2-warning {
    border-color: #f6c630;
    color: #f4bd0e;
}
.swal2-icon.swal2-info {
    border-color: #55e3f8;
    color: #09c2de;
}
.swal2-icon.swal2-success {
    border-color: #1ee0ac;
    color: #1ee0ac;
}
.swal2-image {
    max-width: 100%;
    margin: 0 auto 1.5rem;
}
.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: transparent;
    color: #f7f8fa;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
}
.swal2-html-container {
    margin-bottom: 1rem !important;
    font-size: 1rem !important;
    padding: 0 !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #e85347;
}
