/* -------------------------------------------------------- */
body {
	padding: 1% 0%;
  background-color: rgb(170, 187, 204, 0.05);
  color: rgb(52, 58, 64);
	/* overflow: hidden; */
}

#outer_container {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  /* border-radius: 4px; */
  max-width: 1280px;
}

/* -------------- Header ------------------------------------------ */
#header {
  background-color: #ffffff;
  border-bottom: 4px solid rgb(224, 224, 224);
}
#controls a {
  display: inline-block;
}
#controls a i {
  color: rgb(52, 58, 64);
}

/* -------------- Welcome Alert (popup) ------------------------------------------ */
#intro_alert {
  position: absolute;
  left: 0;
  top: 14%;
  width: 80%;
  max-width: 500px;
  z-index: 100;
  color: #0f0f0f;
  background-color: rgb(137, 139, 248);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
}
.icon-style {
  color:#0f0f0f;
  border-radius: 8px;
  padding: 0px 2px;
}
.icon-style:hover {
  color:#0f0f0f;
  box-shadow: 0 0 0 0.25rem rgba(187, 187, 255, 0.25);
  transition: 0.3s;
}

/* -------------- Help Screen (popup) ------------------------------------------ */
#link-ggb {
	text-decoration: none;
	border: none;
  color: #023a40; /* same color to download.svg too */
	padding: 10px;
}
#link-ggb:hover {
	border: none;
}

/* -------------------------------------------------------- */
button:active,
a:active,
#intro_alert:active {
  transform: translateY(4px);
  transition: 0.3s;
}
.button-style {
  border: none;
  outline: none;
  padding: 10px 20px;
}
.text-just {
  text-align: justify;
}

/* -------------- Scroll Bars ------------------------------------------ */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgb(109, 117, 125, 0.7);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(109, 117, 125, 0.8);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgb(109, 117, 125);
}

/*
.purple {
  color: rgb(99, 19, 201);
}
*/
