/* ORDER SUBMISSION AND PAYMENT ERROR ALERTIFY MODAL ====================== */
.alertify .ajs-dialog{
	border-radius: 6px;
	border: none;
    font-family: inherit;
}
.alertify.ajs-basic .ajs-dialog{
	border: none;
	text-align:center;
	font-weight: 600;
	font-family: inherit;
	font-size: 1.5rem;
}
.alertify.ajs-basic .ajs-dialog .ajs-content svg{
	margin-top: 2rem;
}
.alertify.ajs-basic .ajs-dialog .refresh-warning{
	font-size: 1.1rem;
}


/* VALIDATION / ERROR ALERTIFY MODAL ====================== */
.alertify .ajs-header{
	font-family: inherit;
	border-radius: 6px 6px 0 0;
	padding: 0px 16px;
	margin: 0;
	border: none;
	background: none;
}
.alertify .ajs-body .ajs-content{
    font-family: 'Inter', sans-serif;
}
.alertify .ajs-footer{
	border: none;
	background: none;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary{
    padding-right: 24px;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{
    text-transform: none;
	border-radius: 5px;
	margin-bottom: 20px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok{
	color: white;
	background-color: #605b5b;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel{
    border: 1px solid #CCCCCC;
    margin-left: 1rem;
}