#popup_container {
	height:227px !important;
	font-family: Arial, sans-serif;
	font-size:14px;
	min-width: 422px !important; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 0.5px #505051;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../../imagens/jquery.alerts/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../../imagensjquery.alerts/alert.png);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../../imagens/jquery.alerts/alert.png);
}

#popup_content.confirm {
	background-image: url(../../imagens/jquery.alerts/info.png);
}

#popup_content.prompt {
	background-image: url(../../imagens/jquery.alerts/erro.png);
}

#popup_message {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0.008em;
color: #505051;
margin-left:56px;
}

#popup_panel {
	display: flex;
    justify-content: center;
	margin-top:20px;
}

#popup_panel input[type="button"]{
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    width: 275px;
    height: 50px;
    background: #54E99C;
    border-radius: 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0A1D6F;
	border:none;
}

#popup_prompt {
	margin: .5em 0em;
}
