.my-swal-popup {
    font-family: 'Arial', sans-serif;
    border-radius: 15px;
}

.my-swal-title {
    color: #d54506;
    font-weight: bold;
}

.my-swal-content {
    color: #282828;
    font-size: 16px;
}
.swal2-html-container {
	color: #282828;
    font-size: 16px;
}

.my-swal-btn {
    background-color: #d54506 !important;
    color: white !important;
    border-radius: 8px !important;
	border: none !important; 
    font-size: 14px !important;
	padding: 10px 50px;
	outline: 3px solid #dbdbdb;
}
.my-swal-btn:hover,
.my-swal-btn:focus,
.my-swal-btn:focus-visible {
    border: none !important; 
	outline: 3px solid #dbdbdb;
}