.upgradesBox {
  display: flex;
  flex-direction: column;
}

#upgrades_data {
  overflow: hidden;
  height: 0;
  transition: height 1s;
}

.requirementsHeader {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.requirementsInDetail {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.requirementsItem {
  display: flex;
  flex-direction: column;
}

.requirementsItem img {
  width: 60px;
  height: 60px;
  margin: 0;
  border: 0;
  padding: 0;
}

.requirementsAmount {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0 0 0;
}

.singleUpgrade {
  border: 1px solid #777;
  background: #eee;
  border-radius: 5px;
  padding: 5px 0 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 2px 0 2px 0;
  /*flex: 150px 0;*/
}

.materialAndAmount {
  width: 100%;
  max-width: 100px;
  /*Ümargin: 0 10px 0 0;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}

.materialAndAmount img {
  width: 50px;
  height: 50px;
  margin: 0;
  border: 0;
  padding: 0;
}

.materialAmount {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.funnel img {
  width: 80px;
  height: 80px;
  margin: 0;
  border: 0;
  padding: 0;
  transform: rotate(90deg);
}

.allPrecursors {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.singlePrecursor {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.singlePrecursor img {
  width: 25px;
  height: 25px;
  margin: 0;
  border: 0;
  padding: 0;
}

.newValue {
  color: red;
  font-weight: 800;
}
