.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;
}

.swal2-styled {
    padding: 0.5rem 1.5rem;
    font-size: .875rem !important;
}

.swal2-styled.swal2-confirm {
    background-color: #8A2BE2 !important;
}