* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@import url("fonts/hurmegeosans-no2/stylesheet.css");

/* *:not(.modal-content h2) {
	content: "fonts/hurmegeosans-no2/stylesheet.css";
	font-family: 'Hurme Geometric Sans 2' !important;
} */

.ui-page {
	content: "fonts/hurmegeosans-no2/stylesheet.css" !important;
	font-family: 'Hurme Geometric Sans 2' !important;
}

.ui-btn {
	content: "fonts/hurmegeosans-no2/stylesheet.css" !important;
	font-family: 'Hurme Geometric Sans 2' !important;
}

.mainMenuHeader .ui-btn {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	top: 8px;
}

.ui-header .ui-title{
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow-x: auto;
}

#header {
	z-index: 100;
}

/* h1 {
	margin: 0 50px;
	overflow: visible !important;
	white-space: normal !important;
} */

/* #ado-logo {
    position: absolute;
	left: 1%;
} */

/* #ado-footer-logo {
	height: 1.5em;
	width: auto;
	position: absolute;
	left: 1%;
} */

.ui-header img {
	height: 1.5em;
	width: auto;
	padding-right: 5px;
}

#about-privacy {
	float: right;
}

.ui-header-fixed, .ui-footer-fixed {
	left: 0;
	right: 0;
	width: 100%;
	position: fixed;
	z-index: 1;
}

.ui-content .container img {
	width: 2.5em;
	height: auto;
}

.ui-content h4 {
	margin: 4px
}

.ui-content .ui-btn {
	border-radius: 0.5em;
}

.ui-btn {
	overflow: visible !important;
	white-space: normal !important;
}

.panelIndent {
	padding-left: 2em;
}

/* START OF MODAL CSS */
#positionWindow {
	margin: 23% 2%;
}

.ui-popup-container-active{
	overflow-y: scroll;
}

.modal-content {
	padding: 1rem;
}

#positionWindow #box2 h2 {
	padding: 0.5rem 0 !important;
	line-height: 1.5rem !important;
}

#positionWindow #box2 hr {
	margin: 0.5rem 0 !important;
}

#positionWindow #box2 p {
	padding-bottom: 1rem !important;
}

.justify {
	text-align:justify
}

.modal {
	padding-right: 10px;
}

/* SUPPORT ICONS - GCASH & PAYMAYA */
.gcash-icon {
	width: 80px;
	height: auto;
	margin-right: 10px;
	left: 0;
	display: inline;
	float: left;
}

.paymaya-icon {
	width: 30px;
	height: auto;
	margin-right: 10px;
	left: 0;
	display: inline;
	float: left;
	border-radius: 5px;
}

.paypal-icon {
	width: 80px;
	height: auto;
	margin-right: 10px;
	left: 0;
	display: inline;
	float: left;
}

.support {
	justify-content: center;
	justify-items: center;
	vertical-align: middle;
	padding-top: 3px;
}

.paypal-link {
	text-decoration: none;
	color: #000;
}

.paypal-link:hover {
	color: blue;
	text-decoration: underline;
}

.qr {
	text-decoration: none;
	color: black;
}

.qr:hover {
	color: blue;
	text-decoration: underline;
}

/* Mobile base UI */
/* .mainMenu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mainMenu .container h4 {
	font-size: 13px;
	text-align: center;
}
.mainMenu .container img {
	width: 2.5em;
	height: auto;
	justify-content: center;
	align-items: center;
}
.ui-content .ui-grid {
	width: 6em;
	height: 6em;	
	display: flex;
	flex-direction: column;	
	justify-content: center;
	align-items: center;
} */

.div .reaction-items .counts-visible{
	display: none !important;
}

#disqus_thread {
	padding:1% 5%;
	margin-top: 10%;
}

/* ipad Pro */
/* 1024 viewport */
@media all and (min-width: 64em){
	.ui-content { 
        padding:1% 15%;
		margin: 1rem 0;
    }

	#positionWindow {
		margin: 6% 10%;
		padding: 1rem 2rem;
		align-items: center;
		justify-content: center;
	}

	.mainMenu .ui-btn {
		height: 152px !important;
		padding: 15px 0px !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#disqus_thread {
		padding:5% 15% 0 15%;
		margin-top: 6%;
	}
}

/* Tablet (ipad) */
/* 768px viewport */
@media all and (min-width: 48em){

	#positionWindow {
		margin: 6% 10%;
		padding: 1rem 2rem;
		align-items: center;
		justify-content: center;
	}

	.ui-content { 
        padding:0 10%;
		margin: 2rem 0;
    }

	.mainMenu .ui-btn {
		height: 152px !important;
		padding: 15px 0px !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (min-width: 35.0625em){
	.ui-content { 
        padding:0 10%;
		margin: 2rem 0;
    }

	.mainMenu .ui-btn {
		height: 152px !important;
		padding: 15px 0px !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

/* 320px viewport */
@media all and (max-width: 20em){
	#ado-logo {
		height: 1.2em;
		width: auto;
	}
}

/* mainMenu styling */
/* 320px viewport */
/* @media all and (min-width: 20em){
	.mainMenu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mainMenu .container h4 {
		font-size: 13px;
		text-align: center;
	}
	.mainMenu .container img {
		width: 2.5em;
		height: auto;
		justify-content: center;
		align-items: center;
	}
	.mainMenu .container a {
		width: 6em;
		height: 6em;	
		display: flex;
		flex-direction: column;	
		justify-content: center;
		align-items: center;
	}
} */

/* 375px viewport */
/* @media all and (min-width: 23.4375em){
	.mainMenu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mainMenu .container h4 {
		font-size: 15px;
		text-align: center;
	}
	.mainMenu .container img {
		width: 3em;
		height: auto;
	}
	.mainMenu .container a {
		margin: 0.5em;
		width: 8em;
		height: 8em;	
		display: flex;
		flex-direction: column;	
		justify-content: center;
		align-items: center;
	}
} */

/* 425px viewport */
@media all and (max-width: 26.5625em){

	#positionWindow {
		margin: 28% 2%;
	}

	.gen-info {
		width: 95% !important;
	}

	.infoContainer {
		margin-bottom: 1rem !important;
	}

	.infoContent {
		line-height: 20px !important;
		text-shadow: none;
	}

	.infoLogo {
		margin: 5px !important;
	}

	.learnMore {
		font-family: "Hurme Geometric Sans 2" !important;
		padding: 0 10px;
		margin-top: 10px;
	}

	#ado-logo {
		left: 2%;
	}

	.content p{
		margin-left: 5px;
		margin-right: 5px;
	}

	.content ol{
		margin-left: 1.5rem !important;
	}

	.content ul{
		margin-left: 1.5rem !important;
	}


	/* .content .content2 ol{
		margin-left: 0 !important;
	}
	
	.content .content2 ul{
		margin-left: 0 !important;
	} */

	/* .mainMenu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mainMenu .container h4 {
		font-size: 16px;
		text-align: center;
	}
	.mainMenu .container img {
		width: 3em;
		height: auto;
	}
	.mainMenu .container a {
		margin: 0.5em;
		width: 8em;
		height: 8em;	
		display: flex;
		flex-direction: column;	
		justify-content: center;
		align-items: center;
	} */
}

#quiz-btn {
	background-color: #b2ffb2;
}

/* Important for showing 100% of Disqus comments thread */
.ui-page {
	height: 100vh;
}

.fa {
	margin-right: 10px;
}

/* #anatpanel, #physiopanel, #parapanel, #pathopanel, #mymapanel, #zootpanel, #micropanel, #medsurgpanel {
	height: 100vh;
}

.ui-panel {
	height: 100vh;
} */

.ui-panel {
	height: 100%;
}

.ui-panel-inner {
	height: 100%;
}

.infoContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.gen-info {
	display: inline-flex;
	background-color: #b2ffb2;
	border-left: solid 6px #0abd0a;
	/* border: solid 1px #0abd0a; */
	padding: 15px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	width: 60%;
}

.infoContent {
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

.learnMore {
	font-family: "Hurme Geometric Sans 2" !important;
	padding: 0 10px;
}

.infoLogo {
	height: 3rem;
	width: auto;
	margin-right: 2rem;
}

.about-vle-container {
	background-color: #f3f3f3;
	border: solid 1px #ddd;
	border-radius: 10px;
	padding: 2rem;
	height: fit-content;
	/* font-size: 18px; */
}

.navbar ul.ui-autocomplete {
	list-style: none;
  }

div .navigation {
	overflow: auto;
	white-space: nowrap;
	-ms-overflow-style: none !important; 
	scrollbar-width: none !important;
}

.navigation a{
	list-style-type: none !important;
	/* display: inline-flex; */
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 3px;
	line-height: 2.5rem;
	border-bottom: solid 3px transparent;
}

.navigation a:hover{
	background-color: #ddd;
	border-bottom: solid 3px #6b6868;
}

.navigation a.active{
	border-bottom: solid 3px #6b6868;
}

.content {
	margin-top: 2rem;
}

.subcontent {
	margin-top: 2rem;
}

.content h2 {
	line-height: 1.5rem;
	background-color: #ddd;
	border-radius: 5px;
	padding: 10px 10px;
}

.content h3 {
	line-height: 2.5rem;
}

.indent1 {
	margin-left: 2.5rem;
}

.indent2 {
	margin-left: 3.5rem;
}

.content .content2 ol{
	margin-left: 3.5rem;
}

.content .content2 ul{
	margin-left: 3rem;
}

.first {
	background-color: #b2ffb2;
}
.second {
	background-color: #FFF6BD;
}
.third {
	background-color: #FFD4B2;
}

.content p, li{
	line-height: 1.8rem;
}

.content p{
	text-align: justify;
}

.content1 h4 {
	text-indent: 2.5rem;
}

.content1 ol{
	margin-left: 6.5rem;
}

 /* Center the table */
 table {
    margin: auto;
    border-collapse: collapse; /* Remove gaps between table cells */
	margin-top: 1rem;
  }

  /* Center the table cells */
  td, th {
    text-align: center;
    border: 1px solid black; /* Add a black border to each cell */
    padding: 10px; /* Add some space around the cell content */
  }

  th {
    background-color: #ddd; /* Use a light gray color for the header cells */
  }