#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
/* 	border: solid 5px #999; */
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*-----------box shadow ---------*/
	
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.45);
 	box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.45);
}
@media (max-width : 992px){
	#popup_container{
		left: 50px !important;
		right: 50px !important;
	}
	
}


#popup_title {
/* margin-left: -300px; */
font-family: var(--bs-body-font-family);
font-size: 16px;
    letter-spacing: 1px;
    /* color: #566a7f; */
    text-transform: uppercase;
    /* font-weight: bold; */

	/* font-size: 16px;
	text-transform: uppercase; */
	/* font-weight: bold; */
	text-align: center;
	line-height: 2em;
	color: #ffffff;
	background: linear-gradient(to bottom right, #4294E3, #8F12FD);
/* 	background: #CCC url(images/title.gif) top repeat-x; */
	/* background: url(../images/logo_vidyatm_new.png) 8px 0 no-repeat; */
/* 	border: solid 1px #FFF; */
/* 	border-bottom: solid 1px #999; */
	cursor: default;
	/* padding: 0em; */
	/* margin: 0.5em; */
	border-radius: 5px;
	/* -moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius:  5px 5px 0 0;
	border-radius:  5px 5px 0 0; */
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
    /* letter-spacing: 1px; */
	font-family: var(--bs-body-font-family);
	/* font-size: 15px; */
	color:rgba(3, 3, 3, 0.986);
	/* font-size: 18px; */
	font-weight: bold;
	/* border: 1px solid #ababaf; */
	text-align: center;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius:  0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#popup_message {
	/* 	padding-left: 48px; */
		padding: 10px 5px;
	}
/* 
#popup_content.alert {
	background-image: url('images/info.gif);
} */

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
	
}



#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
#popup_ok {
	height: 45px;
	width: 60px;
	color: #fff;
/* 	font-weight: bold; */
	font-size: 12px;
/* 	border: 1px solid #e1e0df; */
	outline: none;
}