/*****************/
/** jNotify CSS **/
/*****************/
#jNotify {
	position: absolute;
	background: #2B2E33;
	color: #dadada;
	padding: 10px;
	padding-left: 10px;
	margin: 15px;
	z-index: 9999;
	border-radius: 4px;
	border: 1px solid #3f4248; /* ← Зөв формат */
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
}

#jNotify a {
	color: #35517c !important;
	text-decoration: none;
}


/******************/
/** jSuccess CSS **/
/******************/
#jSuccess {
	position: fixed !important;
	top: 100px !important;
	right: 20px !important;
	background: #B4F298 !important;
	color: #4F8A10 !important;
	padding: 10px 15px !important;
	margin: 0 !important;
	z-index: 9999 !important;
	border-radius: 30px !important;
	min-width: 300px !important;
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	display: block !important;
	opacity: 1 !important;
}
#jSuccess a {color:#eaeaea !important;text-decoration:none;}



/****************/
/** jError CSS **/
/****************/
#jError {
	position: fixed !important;
	top: 100px !important;
	right: 20px !important;
	display: block !important;
	opacity: 1 !important;
	z-index: 9999 !important;
	min-width: 300px;
	background-color: #FFBABA !important;
	color: #D8000C !important;
	padding: 10px 15px;
	border-radius: 30px;
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.jGrowl {
	position: fixed !important;
	bottom: 10px !important;
	right: 10px !important;
	left: auto !important;
	top: auto !important;
	z-index: 9999 !important;
}

.jGrowl-notification {
	width: 250px !important;
	height: 180px !important;
	overflow: hidden;
	white-space: normal;
	display: flex;
	align-items: center;
	font-size: 14px;
}


#jError a {color:#eaeaea !important;text-decoration:none;}

/** OVERLAY **/
#jOverlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9998
}