/*============================================================================	
	Nalytics

	Style Sheet for training html files
		Palette:
			Darkgray	#4D4D4D		Boarders and header	
			Darkgreen	#197519		Resources
			Gray		#F3F3F3		Log and Settings panes
			Orange		#FFA953		Emphasis & Contrast (textToolKit, Guide, Confirm, Feedback, Register)
			Yellow		#FFFFCC		Notes
			White		#FFFFFF		Background
			Black		#000000		Text
			Icons		Orange		
			Font		arial

	© Copyright Nalanda Technology Limited, 2013-2026. All rights reserved. 
=============================================================================== 
 Change History

 Created	NKF		27-Jan-2025


 ==============================================================================*/
 
 html {
    font-family: verdana;
 }

 img {
    max-width: 100%;
    height: auto;
 }

 .accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F3F5F8;
  color: #444;
  cursor: pointer;
  padding: 50px;
  width: 43%;
  border: none;
  border-radius: 5px;
  text-align: center;
  outline: none;
  font-family: verdana;
  font-size: 17px;
  transition: 0.4s;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.container{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 75%;
}

.accordion img {
    object-fit: contain;
    padding: 20px;
}

.active, .accordion:hover {
  background-color: #E6851D; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

#footer {
	display: block;
	text-align: center;
	padding-top: 160px;
}

.btn {
  background-color: #F3F5F8;
  border: none;
  color: black;
  padding: 16px 6px;
  text-align: center;
  font-family: verdana;
  font-size: 16px;
  margin: 2px 2px;
  border-radius: 5px;
  transition: 0.3s;
}

.btn:hover {
  background-color:  #E6851D;
  color: white;
  transition: all 150ms ease-in-out;
}

td {
  vertical-align:top;
}

th {
  text-align:left;
}

.highlight {
    color: #E6851D
}