@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Comfortaa&family=Bungee Hairline&family=Orbitron:wght@500&display=swap');


.body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.body::-webkit-scrollbar {
  width: 10px;
}

.body::-webkit-scrollbar-track {
  background: clear;
}

.body::-webkit-scrollbar-thumb {
  background: #F6821F;
}

.content {
  margin-left: 280px;
  margin-right: 0px;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: 1200px;
  max-width: calc(100% - 280px);
}

.homeHeaderDiv {
  margin: 10px 0px 0px 15px;
}

.areaDiv, .scenarioDiv {
  display: flex;
  text-align: left;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 10px 0px 0px 15px;
}

.areaTopDiv {
  display: flex;
  flex-direction: column;
}

.headerName {
  font-size: 45px;
  font-family: Bungee Hairline;
  font-weight: bold;
  border: none; 
  line-height: 1em;
  max-width: 70%;
  padding-bottom: 10px;
}

.areaDesc, .scenarioDesc {
  font-size: 20px;
  color: #0051c3;
  border: none; 
  text-align: left;
  font-family: Bungee Hairline;
  font-weight: bold;
  line-height: 1em;
  max-width: 70%;
  padding-bottom: 30px;
}

.areaDetailsDiv, .scenarioDetailsDiv {
  text-align: right;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: absolute;
  min-width: 250px;
  max-width: 300px;
  right: 10px;
  top: 10px;
}

.details {
  font-size: 12px;
  font-family: Comfortaa;
  list-style: none;
  color: black;
}

li {
  line-height: 1.5;
}

.miscLabel {
  padding: 5px 0px 0px 0px;  
  color: 1d1d1d;
  font-family: Bungee Hairline;
  font-weight: bold;
  font-size: 20px;
}

.miscLabelBigger {
  padding: 0px 0px 5px 0px;  
  color: 1d1d1d;
  font-family: Orbitron;
  font-size: 18px;
  color: #1d1d1d;
  margin-left: 25px;
}

.url {
  padding: 0px 0px 15px 0px;
  color: #F6821F;
  font-family: Comfortaa;
  text-decoration: none;
}

.editUrl {
  color: #F6821F;
  text-decoration: none;
}

.areaLink {
  color: #0051c3;
  text-decoration: none;
}

.url:link, .url:visited, .editUrl:link, .editUrl:visited, .areaLink:link, .areaLink:visited {
  text-decoration: none;
}

.url:hover, .editUrl:hover, .areaLink:hover {
  color: #0051c3;
  text-decoration: underline;
  text-decoration-color: #0051c3;
}

.url:active, .editUrl:active, .areaLink:active {
  color: #0051c3;
  text-decoration: underline;
  text-decoration-line: #0051c3;
}

.subheaderName {
  font-size: 36px;
  font-family: Bungee Hairline;
  font-weight: bold;
  border: none;
  resize: none;
  margin-left: 10px;
}

.cardRow {
  margin-left: 5px;
  display: table;
  justify-content: center;
}

.cardColumn {
  float: left;
  width: 25%;
  padding: 15px 32px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  vertical-align: middle;
  background-color: transparent;
  height: 100px;
  width: 100%;
  border: 1px solid black;
  overflow: hidden;
}

.card:hover {
  color: #F6821F;
  background-color: transparent;
  text-decoration: none;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
}

.cardLink {
  font-family: Bungee Hairline;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
  color: #1d1d1d;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
}

.cardLink:hover {
  color: #F6821F;
  background-color: transparent;
  text-decoration: none;
}

#tabsDiv {
  margin: 75px 50px 0 15px;
}

.tabLinksDiv {
  overflow: hidden;
  border: none;
  background-color: transparent;
  text-align: center;
  display: flex;
}

.tabLinks {
  background-color: transparent;
  border: 1px solid #F6821F;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Comfortaa';
  color: #1d1d1d;
  width: calc(100% / 3);
  padding: 10px;
}

.tabLinks:hover {
  color: #F6821F;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
}

.tabLinks.active {
  /* color: #F6821F; */
  background-color: #F6821F;
  color: white;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
}

.tabContent {
  display: none; 
  border: 1px solid #F6821F;
  border-top: none;
  background-color: transparent;
  color: #1d1d1d;
  padding: 15px 0 0 20px;
}

.resLabelBigger {
  margin-top: 100px;
  padding: 0px 0px 5px 0px;  
  margin-left: 25px;
  color: #1d1d1d;
  font-family: Orbitron;
  font-size: 18px;
}

.resList {
  font-size: 16px;
  font-family: Comfortaa;
  border: none;
  resize: none;
  padding: 10px 0;
  list-style: none;
}

.resList::-webkit-scrollbar {
  width: 10px;
}

.resList::-webkit-scrollbar-track {
  background: clear;
}

.resList::-webkit-scrollbar-thumb {
  background: #F6821F;
}

.stepsList {
  font-size: 16px;
  font-family: Comfortaa;
  resize: none;
  padding: 0 0 0 5px;
  list-style: none;
  counter-reset: li;
}

.stepsItem {
  counter-increment: li;
  list-style-position: inside;
  padding: 5px;
}

.stepsItem::before {
  content: counter(li); 
  color: #F6821F;
  font-family: Orbitron;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5em; 
  text-align: center; 
  direction: rtl;
}

.passfail {
  font-size: 16px;
  color: #1d1d1d;
  border: none; 
  text-align: left;
  font-family: Comfortaa;
  padding: 0; 
}

.buildInfoForm {
  overflow: hidden;
  border: none;
  background-color: transparent;
}

.buildInfoFormItemLabel {
  font-size: 16px;
  border: none; 
  font-family: Comfortaa;
  padding: 15px 0px 15px 0px;
  width: calc(100% / 6);
}

.buildInfoFormItem {
  font-size: 14px;
  font-family: Comfortaa;
  padding: 5px;
  margin: 0 20px 0 5px;
  width: calc(100% / 6);
  border: 1px solid #F6821F; 
}

.resPlatformList {
  font-size: 14px;
  text-align: left;
  font-family: Comfortaa;
  padding: 5px;
  margin: 0 10px 0 10px;
  width: calc(100% / 6);
  border: 1px solid #F6821F; 
}

.resultsForm {
  overflow: hidden;
  border: none;
  background-color: transparent;
}

.addNewBugBtn {
  background: transparent;
  font-size: 14px;
  font-family: Comfortaa;
  font-weight: bold;
  border: none;
  outline: none;
  color: #F6821F; 
  /* text-shadow: 1px 1px 2px lightgrey;  */
  text-align: center;
  transition: all 0.5s;
  padding: 8px 20px;
}

.addNewBugBtn:hover, .addNewBugBtn:focus   {
  background: #F6821F;
  border: none;
  outline: none;
  color: white; 
  /* text-shadow: 0px white; */
  box-shadow: 0px 0px 10px grey;
}

.addNewBugBtn:active {
  background: #F6821F;
  border: none;
  outline: none;
  color: transparent; 
  /* text-shadow: 0px white; */
  box-shadow: 0px 0px 10px #606060;
  transform: translateY(5px);
}

.bugsFoundLabel {
  font-size: 16px;
  border: none; 
  font-family: Comfortaa;
  padding: 15px 0px 15px 50px;
  width: calc(100% / 6);
}