@charset "utf-8";
/* CSS Document */
.popup-header {
	background: #2c3e50;
	color: white;
	text-align: center !important;
	padding: 15px 10px;
}

.popup-college-name {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
	text-align: center !important;
}

.notice-title {
	background: #34495e;
	color: white;
	text-align: center;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.popup-content {
	padding: 15px;
}

.popup-admission-details {
	background: #ecf0f1;
	padding: 12px;
	border-radius: 4px;
	margin-bottom: 15px;
	text-align: center;
}

.popup-admission-details p {
	text-align:center !important;
}

.popup-admission-details h2 {
	color: #2c3e50;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 5px;
}

.popup-admission-details p {
	font-weight: bold;
	font-size: 14px;
}

.popup-documents-list {
	margin-top: 15px;
}

.popup-document-item {
	background: #f8f9fa;
	margin: 6px 0;
	padding: 10px;
	border-left: 3px solid #3498db;
	border-radius: 0 3px 3px 0;
	font-size: 14px;
}

.popup-document-item:nth-child(odd) {
	background: #ffffff;
}

.popup-document-number {
	font-weight: bold;
	color: #2c3e50;
	margin-right: 10px;
}

.popup-mandatory {
	background: #ffe6e6;
	border-left-color: #e74c3c;
}

.popup-conditional {
	background: #fff3cd;
	border-left-color: #f39c12;
}

.popup-note {
	font-style: italic;
	color: #7f8c8d;
	font-size: 12px;
	margin-top: 3px;
}

.popup-principal-info {
	background: #e8f5e8;
	padding: 8px;
	border-radius: 3px;
	margin: 5px 0;
	border-left: 3px solid #27ae60;
	font-size: 13px;
}

.popup-contact-info {
	font-weight: bold;
	color: #27ae60;
}

.popup-signature {
	text-align: right;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #bdc3c7;
}

.popup-signature p {
	font-weight: bold;
	font-size: 14px;
}

.popup-website-link {
	color: #3498db;
	text-decoration: none;
	font-weight: bold;
}

.popup-website-link:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.popup-college-name {
		font-size: 18px;
	}
	
	.popup-content {
		padding: 10px;
	}
	
	.popup-document-item {
		font-size: 13px;
		padding: 8px;
	}
}

