#aisp-safe-admin-modal{
	position:fixed;
	inset:0;
	background:rgba(0,0,0,.45);
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:999999;
}

.aisp-safe-box{
	background:#fff;
	border-radius:10px;
	padding:20px;
	max-width:420px;
	width:90%;
	text-align:center;
	box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.aisp-safe-box h3{
	margin-top:0;
}

.aisp-safe-actions{
	margin-top:15px;
}

.aisp-safe-actions button{
	margin:0 5px;
}
