@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Comfortaa&family=Bungee Hairline&family=Orbitron:wght@500&display=swap');

.areaFormDiv, .scenarioFormDiv {
  width: 90%;
  height: 100%;
  margin-left: 15px;
}

.areaForm, .scenarioForm {
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: left;
}

.formHeaderName {
  font-size: 45px;
  font-family: Bungee Hairline;
  font-weight: bold;
  line-height: 2em;
  max-width: 100%;
  margin: 25px 0;
  caret-color: #F6821F;
  border: 1px solid #1d1d1d;
}

.formHeaderName:active, .formHeaderName:focus {
  border: 1px solid #F6821F;
  outline: none;
  font-style: italic;
}

.formDesc {
  font-size: 20px;
  color: #0051c3;
  text-align: left;
  font-family: Bungee Hairline;
  font-weight: bold;
  padding-top: 10px;
  width: 100%;
  overflow-y: auto;
  resize: none;
  caret-color: #1d1d1d;
  margin: 25px 0;
  border: 1px solid #1d1d1d;
}

.formDesc:active, .formDesc:focus {
  border: 1px solid #F6821F;
  outline: none;
  font-style: italic;
}

.formDesc::-webkit-scrollbar {
  width: 10px;
}

.formDesc::-webkit-scrollbar-track {
  background: clear;
}

.formDesc::-webkit-scrollbar-thumb {
  background: #F6821F;
}

.formUrl {
  font-size: 16px;
  color: #F6821F;
  font-family: Orbitron;
  text-decoration: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  caret-color: #4693FF;
  margin: 15px 0;
  border: 1px solid #1d1d1d;
}

.formUrl:link, .formUrl:visited {
  text-decoration: none;
}

.formUrl:active, .formUrl:focus {
  border: 1px solid #F6821F;
  outline: none;
  font-style: italic;
}

.buttonDiv {
  display: inline;
}

.button {
  background: transparent;
  font-size: 22px;
  font-family: Bungee Hairline;
  font-weight: bold;
  border: none;
  outline: none;
  color: #F6821F; 
  text-shadow: 1px 1px 2px lightgrey; 
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 20px 20px 0 0;
  transition: all 0.5s;
  width: 130px;
  overflow: hidden;
}

.buttonRight {
  background: transparent;
  font-size: 22px;
  font-family: Bungee Hairline;
  font-weight: bold;
  border: none;
  outline: none;
  color: #F6821F; 
  text-shadow: 1px 1px 2px lightgrey; 
  text-align: center;
  position: relative;
  margin: 20px 20px 0 0;
  transition: all 0.5s;
  width: 130px;
  overflow: hidden;
  float: right;
  margin-right: 15px;
}

.button:hover, .button:focus, .buttonRight:hover, .buttonRight:focus {
  background: #F6821F;
  border: none;
  outline: none;
  color: white; 
  text-shadow: 0px white;
  box-shadow: 0px 0px 10px grey;
}

.button:active, .buttonRight:active {
  background: #F6821F;
  border: none;
  outline: none;
  color: transparent; 
  text-shadow: 0px white;
  box-shadow: 0px 0px 10px #606060;
  transform: translateY(5px);
}

.scenarioFormLabel {
  padding: 0px 0px 5px 0px;  
  color: 1d1d1d;
  font-family: Orbitron;
  font-size: 18px;
  color: #1d1d1d;
}

.formResources {
  font-size: 18px;
  color: #1d1d1d;
  text-align: left;
  font-family: ABeeZee;
  padding-top: 10px;
  width: 70%;
  overflow-y: auto;
  resize: none;
  caret-color: #F6821F;
  margin: 20px 0;
  border: 1px solid #F6821F;
}

.formResources:active, .formResources:focus {
  border: 1px solid #F6821F;
  outline: none;
  font-style: italic;
}

.formResources::-webkit-scrollbar {
  width: 10px;
}

.formResources::-webkit-scrollbar-track {
  background: clear;
}

.formResources::-webkit-scrollbar-thumb {
  background: #F6821F;
}

.formPassing {
  font-size: 16px;
  font-family: ABeeZee;
  color: #1d1d1d;
  text-align: left;
  padding-top: 10px;
  width: 70%;
  overflow-y: auto;
  resize: none;
  caret-color: #1d1d1d;
  margin: 20px 0;
  border: 1px solid #1d1d1d;
}

.formFailing {
  font-size: 16px;
  font-family: ABeeZee;
  color: #1d1d1d;
  text-align: left;
  padding-top: 10px;
  width: 70%;
  overflow-y: auto;
  resize: none;
  caret-color: #1d1d1d;
  margin: 20px 0;
  border: 1px solid #1d1d1d;
}

.formPassing::-webkit-scrollbar, .formFailing::-webkit-scrollbar  {
  width: 10px;
}

.formPassing::-webkit-scrollbar-track, .formFailing::-webkit-scrollbar-track {
  background: clear;
}

.formPassing::-webkit-scrollbar-thumb, .formFailing::-webkit-scrollbar-thumb  {
  background: #F6821F;
}

.newStepDiv {
  display: flex;
  margin: 25px 0 50px 0;
}

.newStep {
  font-size: 18px;
  color: #1d1d1d;
  text-align: left;
  font-family: ABeeZee;
  padding: 10px 0;
  margin-right: 10px;
  width: 55%;
  overflow-y: auto;
  resize: none;
  caret-color: #1d1d1d;
  border: 1px solid #F6821F;
}

.addNewStepBtn {
  background: transparent;
  font-size: 16px;
  font-family: Bungee Hairline;
  font-weight: bold;
  border: none;
  outline: none;
  color: #F6821F; 
  text-shadow: 1px 1px 2px lightgrey; 
  text-align: center;
  min-width: 15%;
  max-width: 15%;
  transition: all 0.5s;
}

.addNewStepBtn:hover, .addNewStepBtn:focus   {
  background: #F6821F;
  border: none;
  outline: none;
  color: white; 
  text-shadow: 0px white;
  box-shadow: 0px 0px 10px grey;
}

.addNewStepBtn:active {
  background: #F6821F;
  border: none;
  outline: none;
  color: transparent; 
  text-shadow: 0px white;
  box-shadow: 0px 0px 10px #606060;
  transform: translateY(5px);
}