.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{
	border-width: .25em !important;
    border-style: solid !important;
    border-radius: 100% !important;
    border-color: #59A4B0 rgba(0, 0, 0, 0) #59A4B0 rgba(0, 0, 0, 0) !important;
	padding: 0 !important;
	width: 2.2em !important;
    height: 2.2em !important;
    margin: 0 1.875em !important;
	text-indent: -9999px;
	overflow: hidden;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm:before{
	content: none;
}

@media only screen and (min-width: 1024px) {
	.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{
		border-width: .25em !important;
		border-style: solid !important;
		border-radius: 100% !important;
		border-color: #59A4B0 rgba(0, 0, 0, 0) #59A4B0 rgba(0, 0, 0, 0) !important;
		padding: 0 !important;
		width: 2.2em !important;
		height: 2.2em !important;
		margin: 0 1.875em !important;
	}
}