.swal2-popup button.swal2-styled {
    padding: 0.6rem 4rem !important;
    border-radius: 30px !important;
    outline: none !important;
    font-weight: normal !important;
    margin: 0.5rem !important;
}

.swal2-popup button:hover, .swal2-popup button:active, .swal2-popup button:focus {
    box-shadow: none !important;
    background-image: none !important;
}

.swal2-popup button.swal2-styled.swal2-confirm {
    background: #327bdb !important;
    color: #fff !important;
    border: none !important;
}

.swal2-popup button.swal2-styled.swal2-cancel {
    background: #fff !important;
    color: #8e8e8e !important;
    border: 1px solid #e7eafa !important;
}

.swal2-icon.swal2-warning {
    color: #ffc400 !important;
    border-color: #ffc400 !important;
}

.swal2-icon.swal2-success {
    color: #327bdb !important;
    border-color: #327bdb !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #327bdb !important;
}

*::before ::after {
    --tw-ring-color: #327bdb !important;
    border-color: #327bdb !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid #327bdb !important;
}

.swal2-popup.swal2-modal.swal2-show {
    border-radius: 15px;
    padding: 0;
}

.swal2-header {
    padding: 1.25rem;
}

#swal2-content {
    font-weight: bold;
}

.swal2-actions {
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.swal2-container.swal2-shown {
    background-color: rgba(250, 250, 250, 0.9) !important;
    backdrop-filter: blur(6px);
}