div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
background-color:#019EE3 !important;
}
h2.swal2-title {
line-height:25px;
font-size:22px;
color: #019EE3;
}
.swal2-html-container {
font-size:15px;
}
@media (max-width: 767px) {
.swal2-html-container {
font-size:13px;
}
}