.swal2-container {
    z-index: 9999;
}

.swal2-popup {
    width: 400px;
}

.swal-title,
.swal2-title {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #d9dee3;
}

.swal-html-container,
.swal2-html-container {
    font-size: 1rem;
    padding: 1.5rem 0;
    line-height: 1.4;
    word-break: keep-all;
}

.swal2-styled {
    padding: 0.5rem 2rem;
    font-size: 1rem !important;
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: none;
}

.swal2-styled.swal2-default-outline:focus {
    box-shadow: none;
}
