.aman-dialog-popup { border-radius: 1rem; box-shadow: 0 1.25rem 3.5rem rgb(7 28 44 / 22%); font-family: inherit; }
.aman-dialog-title { color: #071c2c; font-size: 1.25rem; text-align: center; }
.aman-dialog-content { color: #465d6b; font-size: .94rem; line-height: 1.8; text-align: center; }
.aman-dialog-confirm { min-width: 7.25rem; border: 0; border-radius: .55rem; background: #0d7d77; color: #fff; padding: .68rem 1.15rem; font: inherit; font-weight: 800; cursor: pointer; }
.aman-dialog-confirm:hover, .aman-dialog-confirm:focus-visible { background: #0a625e; outline: 3px solid rgb(13 125 119 / 25%); outline-offset: 2px; }
.swal2-icon.swal2-success [class^='swal2-success-line'] { background-color: #0d7d77; }
.swal2-icon.swal2-success .swal2-success-ring { border-color: rgb(13 125 119 / 28%); }
@media (max-width: 520px) { .aman-dialog-popup { width: min(92vw, 31rem); } }
