/* Bootstrap 3 sets html { font-size: 10px }, which shrinks SweetAlert2 (rem-based). */
.swal2-popup {
    font-size: 16px !important;
    width: 32em !important;
    max-width: calc(100% - 2rem) !important;
    padding: 1.25em 1.5em 1.5em !important;
}

.swal2-title {
    font-size: 1.5em !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.swal2-html-container,
.swal2-content {
    font-size: 1.0625em !important;
    line-height: 1.5 !important;
}

.swal2-actions .swal2-styled {
    font-size: 1em !important;
    padding: 0.55em 1.6em !important;
}

.swal2-icon {
    width: 5em !important;
    height: 5em !important;
    margin: 1.25em auto 1em !important;
}

.swal2-icon-content {
    font-size: 3.75em !important;
}

.swal2-toast {
    font-size: 14px !important;
}

.swal2-toast .swal2-title {
    font-size: 1.1em !important;
}

.swal2-toast .swal2-html-container {
    font-size: 1em !important;
}
