/* .themed-grid-col {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(112.520718, 44.062154, 249.437846, .15);
  border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
}

.themed-container {
  padding: .75rem;
  margin-bottom: 1.5rem;
  background-color: rgba(112.520718, 44.062154, 249.437846, .15);
  border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
} */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999; /* Adjust as needed */
}


@media screen and (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
      font-size: 3.5rem;
  }
}

body {
	background: #fafdfa;
  
}

[id]::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}



nav {
  top: 0;
  left: 0;
  width: 100%;
}

ul {
	margin-left: 5%;
}

.logoo {
  margin-right: 1%;
}

#GAgx {
	height: 75px;
}

.div {
  margin-bottom: 40px;
}

main {
  margin-top: 4%;
}

.scrollable-navbar {
  overflow-x: auto;
  white-space: nowrap;
}


.content p {
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 3%;
	width: 95%;
}

.container p {
  width: 95%;
  
}

.container {
	margin-left: 4%;
}



/* .main {
	content: "";
	display: table;
	clear: both;
	float: left;
	padding: 0 1px;
} */




.img {
	height: 15%;
	width: 40%;
	padding: 15 5%;
	position: absolute;
	top: 1px;
	right: 70px;
}

.copyright {
	color: #fcfbfa;
	font-family: 'Source Sans Pro', sans-serif;
}



.link {
	color: #fcfbfa;
	font-family: 'Source Sans Pro', sans-serif;
}

table {
	border-collapse: collapse;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

th,
td {
	border: 1px solid black;
	padding: 10px;
	text-align: left;
}

th {
	background-color: #20b93f;
	font-weight: bold;
	text-align-last: center;
}


td {
	background-color: #ffffff;
}

tr:nth-child(even) td {
	background-color: #f9f9f9;
}

#csvTable {
	margin-top: 20px;
	margin-bottom: 50px;

}

#csvTable1 {
	height: 500px;
	margin-top: 20px;
	margin-bottom: 50px;
	overflow-y: scroll;

}

#csvTable2 {
	height: 500px;
	margin-top: 20px;
	margin-bottom: 50px;
	overflow: auto;
	white-space: nowrap;
	overflow-y: scroll;


}

#csvTable3 {
	height: 500px;
	margin-top: 20px;
	margin-bottom: 50px;
	overflow: auto;
	white-space: nowrap;
	overflow-y: scroll;

}

#csvTable4 {
	height: 500px;
	margin-top: 20px;
	margin-bottom: 50px;
	overflow: auto;
	white-space: nowrap;
	overflow-y: scroll;
}


.MQC {
	color: red;
	font: 500 1.5em 'Source Sans Pro', Helvetica, Arial, sans-serif;


}

*,
:before,
:after {
	box-sizing: border-box;
}

.unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}

.unstyled a {
	text-decoration: none;
}

.list-inline {
	overflow: hidden;
}

.list-inline li {
	float: left;
}


.logo {
	text-transform: lowercase;
	font: 300 2em 'Source Sans Pro', Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}

.logo a {
	display: block;
	padding: 1em 0;
	color: #dfdbd9;
	text-decoration: none;
	transition: 0.15s linear color;
	text-transform: capitalize;

}

.logo a:hover {
	color: #fff;
}

.logo a:hover span {
	color: #178a2e;
}

.logo span {
	font-weight: 700;
	transition: 0.15s linear color;
}

.main-nav ul {
	border-top: solid 1px #3c3735;
}

.main-nav li {
	border-bottom: solid 1px #3c3735;
}

.main-nav a {
	padding: 1.1em 0;
	color: #dfdbd9;
	font: 400 1.125em 'Source Sans Pro', Helvetica, Arial, sans-serif;
	text-align: left;
	padding-left: 9px;
}

.unstyled list-hover-slide {
	text-transform: capitalize;

}

.main-nav a:hover {
	color: #088b19;
}
/* 
.list-hover-slide li {
	position: relative;
	overflow: hidden;
}

.list-hover-slide a {
	display: block;
	position: relative;
	z-index: 1;
	transition: 0.35s ease color;
}

.list-hover-slide a:before {
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	border-right: solid 5px #20b93f;
	background: #3c3735;
	transition: 0.75s ease left;
}

.list-hover-slide a.is-current:before,
.list-hover-slide a:hover:before {
	left: 0;
} */

.content {
	margin-left: 15%;

}

.container h1 {
	display: block;
	color: #178a2e;
	font: 700 2em 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-bottom: 1%;
}




/* Style the tab */
#tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 94%;
}

/* Style the buttons that are used to open the tab content */
#tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
#tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
#tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tab-content {
	display: none;
	width: 94%;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
	animation: fadeEffect 1s;
	margin-bottom: 4%;
	overflow-y: auto;

}

.tab-content :hover {
	background-color: #a19d9d;
}



.tabcontent2 {
	display: none;
	overflow-y: auto;
	width: 94%;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
	animation: fadeEffect 1s;
	margin-bottom: 4%;
	text-align: center;
	padding: 14px;
	text-decoration: none;

}

.tabcontent2 :hover {
	background-color: #777;
}


.tabcontent3 {
	display: none;
	overflow-y: auto;
	width: 94%;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
	animation: fadeEffect 1s;
	margin-bottom: 4%;
	text-align: center;
	padding: 14px;
	text-decoration: none;

}




#Summary {
	width: 94%;
}

/* img {
	max-width: 100%;
	height: auto;
} */


@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}


