body.swal2-height-auto {
    height: 100vh !important;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
    color: #9A5C0F;
    border-radius: 50px;
	padding-top: 20px;
}
@media screen and (min-width:768px){
div:where(.swal2-container).swal2-center > .swal2-popup {width:80%;}
}
div:where(.swal2-container) h2:where(.swal2-title) {
    font-weight: 600;
    padding: 20px 0;
    line-height: 120%;
    font-size: 22px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm, div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #F5E354;
    color: #FF6D00;
    font-size: 1em;
    border: 8px solid #fff;
    border-radius: 50px;
    padding: 10px 50px;
    margin-top: 20px;
}

div:where(.swal2-container) div:where(.swal2-actions) {
    margin: auto;
	width:100%;
}

div:where(.swal2-container) img:where(.swal2-image){
    max-width: 100%;
	width:100%;
    padding-top: 20px;
	padding:20px;
	margin:auto;
	border-radius: 50px;
}

.swal2-popup.swal2-modal.swal2-show,
.swal2-popup.swal2-modal.swal2-icon-question.swal2-show {
	width: 90%;
}