.orcid {padding-left:16px;font-weight : normal;text-decoration:none;background: url('https://jag.journalagent.com/z4/img/mini-icon.png') no-repeat;background-size: 14px;}
A.orcid {font-weight : normal;text-decoration:none}
A.orcid:link {text-decoration:none}
A.orcid:visited {text-decoration:none}
A.orcid:active {text-decoration:none}
A.orcid:hover {color: #FFFFFF  ;text-decoration:none;background-color:#A8D039;}
		
.DisplayAuthors {
   position: absolute;
   top: -999px;
   left: -999px;
}

.DisplayAuthors:checked ~ .JAgAffiliations, .ShowAuth {
   display: none;
}

.DisplayAuthors:checked ~ .ShowAuth {
   display: unset;
}

.ShowAuth, .HideAuth { 
  font-family: Arial, Helvetica;
  font-size:11pt;
  cursor: pointer;
  background-color:#DBDBDB;
  padding: 3px;
}

/* Cite CSS */
.cite-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.cite-modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 600px;
	border-radius: 8px;
}

.cite-close {
	color: #aaa;
	float: right;
	font-size: 38px;
	font-weight: bold;
	cursor: pointer;
}

.cite-close:hover {
	color: #000;
}

.cite-tabs {
	display: flex;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.citetab {
	padding: 10px;
	margin-right: 5px;
	cursor: pointer;
	font-weight: bold;
}

.citetab.active {
	color: #fff;
	background-color: #007bff;
	border-radius: 5px 5px 0 0;
}

.cite-tab-content {
	display: none;
	padding: 10px;
	border-top: none;
}

.cite-tab-content.active {
	display: block;
}

#citeCopyBtn {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px;
}

#citeCopyBtn:hover {
	background-color: #0056b3;
}

.copied-message {
	display: none;
	color: green;
	margin-left: 10px;
}