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

.wrapper {
  width: 960px;
  margin: auto;
  background: #FFF;
}
.wrapper .title {
  display: flex;
  width: 737px;
  height: 95px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.wrapper .container {
  margin: auto;
  width: 46.0625rem;
  padding-bottom: 1rem;
  flex-shrink: 0;
  background: #FFE4E4;
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  border-radius: 50px;
}
.wrapper .container #resetBtn {
  display: flex;
  width: 5.0625rem;
  height: 2.25rem;
  margin: auto;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFFAFA;
  color: #F00;
  text-align: center;
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: 800;
  cursor: pointer;
}
.wrapper .container #resetBtn:hover {
  background-color: rgb(185, 181, 181);
}
.wrapper .container .faInput {
  width: 32.5rem;
  padding-bottom: 1rem;
  margin: auto;
  margin-top: 1rem;
  border: 1px solid #000;
  background: #FFF;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper .container .faInput #addTransition {
  padding: 0.5rem;
  margin: 1rem;
  background-color: lightblue;
  cursor: pointer;
}
.wrapper .container .faInput #transitions {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.wrapper .container .faInput #transitions table tr th,
.wrapper .container .faInput #transitions table tr td {
  width: 60px;
  height: 30px;
}
.wrapper .container .faInput #transitions table input {
  width: 60px;
  border: none;
  outline: none;
}
.wrapper .container .faInput .fa {
  display: flex;
  width: 24.3125rem;
  height: 2.91231rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-size: 1.25rem;
  font-family: Inter;
  font-weight: 800;
}
.wrapper .container .faInput .forInput {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.wrapper .container .faInput .forInput label {
  display: flex;
  width: 5.875rem;
  height: 1.98569rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: 500;
}
.wrapper .container .faInput .forInput input {
  display: flex;
  width: 12.75rem;
  height: 1.9195rem;
  padding-left: 0.2rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #000000;
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: 500;
}
.wrapper .container #transitions {
  margin: auto;
  margin-top: 0.8rem;
  width: 24.3125rem;
}
.wrapper .container #transitions input {
  width: 6.5rem;
}
.wrapper .container #transitions .new-production {
  display: flex;
  width: 100%;
  margin: auto;
}
.wrapper .container #new-transition,
.wrapper .container #visualization {
  margin: auto;
  margin-top: 1rem;
  width: 9.5625rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 10px;
  background: #5C7487;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: 800;
}
.wrapper .container .visual {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrapper .container #visualization {
  background: #60D989;
  color: #000000 !important;
}
.wrapper .container .typeofFA {
  margin: auto;
  width: 24.3125rem;
  height: 2rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #003B73;
  text-align: center;
  font-size: 1.25rem;
  font-family: Inter;
  font-weight: 800;
  margin-bottom: 1rem;
}
.wrapper .container .typeofFA span {
  color: red;
  margin-left: 0.5rem;
}
.wrapper .container .testString {
  margin: auto;
  width: 32.5rem;
  padding-bottom: 1rem;
  border-radius: 1rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  background-color: #FFF;
  position: relative;
}
.wrapper .container .testString #forTest {
  position: absolute;
  right: 80px;
  top: 55px;
  padding: 5px;
}
.wrapper .container .testString .test {
  margin-top: 1rem;
  width: 100%;
  color: #003B73;
  text-align: center;
  font-size: 1.25rem;
  font-family: Inter;
  font-weight: 800;
}
.wrapper .container .testString .inputString,
.wrapper .container .testString .result {
  margin: auto;
  width: 70%;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.wrapper .container .testString .inputString label,
.wrapper .container .testString .inputString p,
.wrapper .container .testString .result label,
.wrapper .container .testString .result p {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-family: Inter;
  font-weight: 600;
}
.wrapper .container .testString .inputString span,
.wrapper .container .testString .result span {
  margin-left: 0.5rem;
  font-weight: 600;
  color: #F00;
}
.wrapper .container .testString .inputString input,
.wrapper .container .testString .result input {
  height: 2rem;
  margin-left: 0.5rem;
  padding-left: 0.3rem;
  color: #000;
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: 600;
}
.wrapper .container .N2D,
.wrapper .container .Minamize {
  margin: auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.wrapper .container .N2D .output,
.wrapper .container .Minamize .output {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid gray;
  margin: 1rem;
  min-height: 100px;
}
.wrapper .container button {
  margin: auto;
  width: 9.5625rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 10px;
  background: #5C7487;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: 800;
  cursor: pointer;
}
.wrapper .container .btn:active {
  background-color: #f1f1f1 !important;
  color: black !important;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

tr th,
tr td {
  min-width: 60px;
  height: 30px;
}

.output {
  margin: auto;
  width: 32.5rem;
  padding-bottom: 1rem;
  border-radius: 1rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  background-color: #FFF;
  padding: 20px;
}/*# sourceMappingURL=input.css.map */