.cpappbheadermth,.cpappbheadermtd { 
background-color: #68bcb7 !important; 
}

.cpappbth { 
background-color: #a4d7d4 !important; 
} 

#confirmationMessage {
	display: none;
	padding: 20px;
	background-color: #4CAF50;
	color: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
} 