.swal2-container.swal2-shown {
	background-color: rgba(0, 0, 0, .5) !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
 overflow: scroll !important; 
}

.swal2-popup {
	width: 43em !important;
	border-radius: 0px !important;
	background: #FFF !important;
	padding-bottom: 35px !important;
}

.swal2-popup .swal2-header{
	display: none !important;
}
.swal2-popup .swal2-title {
	font-family: 'Source Sans Pro', sans-serif !important;
	color: #fff !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 25px 40px 20px !important;
}
.swal2-popup .swal2-content{
	font-size: 77% !important;
	color:#000 !important;
	line-height: 1.231em !important;
	margin: 0px !important;
	font-weight: bold !important;
}
.swal2-popup #swal2-content{
	text-align: left !important;
}
.HCP_popup.swal2-popup .swal2-content { margin: 0 !important; }
.HCP_popup.swal2-popup {
	border: 5px solid #035F67;
	width: 30em !important;
	padding: 35px 48px 30px !important;
}
.HCP_popup.swal2-popup #swal2-content {
	text-align: center !important;
}
.HCP_popup.swal2-popup .swal2-actions {
	align-items: center !important;
	justify-content: center !important;
}

.swal2-popup .swal2-actions {
	margin-top: 5px !important;
}

.swal2-popup .swal2-actions{
	align-items: left !important;
	justify-content: left !important;
	margin: 0 !important;
}
.swal2-popup .swal2-close, .swal2-popup .swal2-close:hover {
	-webkit-transform: none !important;
	transform: none !important;
	color: #FFF !important;
	font-weight:600 !important;
}

.swal2-popup .swal2-styled.swal2-confirm, .swal2-popup .swal2-styled.swal2-cancel {
	/*border-radius: 7px !important;*/
	font-size: 11px !important;
    font-weight: 600 !important;
    /*font-family: 'Source Sans Pro', sans-serif !important;*/
    /*background-color: #fff ;*/
    box-shadow: none !important;
    border: none !important;
    text-transform: uppercase !important;
    padding: 10px 0px !important;
    color:#CC3333 !important;
    background: url(../img/btn-arrow.gif) no-repeat -6px 3px !important;
    width: 113px;
    text-align: left;
	padding-left: 33px !important;
}



/*.HCP_popup.swal2-popup .swal2-styled.swal2-confirm, .HCP_popup.swal2-popup .swal2-styled.swal2-cancel {
	font-size: 16px !important;
	padding: 6px 20px 8px !important;
	line-height: 1.0em !important;
	text-transform: inherit !important;
}

.HCP_popup.swal2-popup .swal2-styled.swal2-cancel {
	background-color: #FFF !important;
	color: #d81048 !important;
	border:none !important;
	margin-right: 30px !important;
	
}

.HCP_popup.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #d81048 !important;
    color: #fff !important;
}*/
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background: url(../img/btn-arrow.gif) no-repeat -6px -39px !important;
}

@media screen and (max-width: 767px) {

  .swal2-popup .swal2-title { font-size: 21px !important; }

  .sweet-alert p { font-size:14px; }

  .HCP_popup.swal2-popup .swal2-styled.swal2-cancel { margin-right: 0px !important; }

  }