/* body {
  position: ;
  background: aliceblue;
  font-family: sans-serif;
  display: flex;
  align-items: left;
  justify-content: center;
  min-height: 100px;
  height: 100%;
} */

.fixed .content-wrapper {
  margin-top: 0px;
}

h4 {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /* margin-bottom: 20px; */
}

.shadow {
  border-radius: 20px;
  box-shadow: 0 8px 20px -7;
}
.upper-fuel {
  position: relative;
  display: inline-block;
}

.upper-fuel h3 {
  position: absolute;
  color: #26a0fc;
  font-size: 17px;
  font-weight: 700;
  z-index: 999;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 70%;
}

.temp {
  position: absolute;
  color: #26a0fc;
  font-weight: 700;
  font-size: 15px;
  z-index: 999;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 100%;
  bottom: 148%;
  display: inline;
}

.tempp temppp {
  font-size: 15px;
  /* font-weight: 500; */
}

.form {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  z-index: 999;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 3%;
}

.resizedTextbox {
  width: 80px;
  height: 25px;
}
.img.fluid {
  max-width: 100%;
  height: auto;
}

.upper .img {
  vertical-align: middle;
  border-style: auto;
}

.empty-side {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fuel-side {
  position: absolute;
  bottom: 0;
  background-color: #fcba39;
  width: 100%;
  z-index: -1;
  animation-name: mymove;
  animation-duration: mymove 3.5s;
  animation-fill-mode: both;
  animation-delay: 2s;
  -webkit-animation: mymove 2.5s;
}

@-webkit-keyframes mymove {
  /* from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(700px);
  } */
  from {
    height: 0px;
  }
  to {
    height: 100px;
  }
}

.volume {
  position: absolute;
  z-index: 999;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 35%;
  /* bottom: 100%; */
  display: inline;
}

.vol-high {
  font-weight: 100;
  font-size: 100%;
  margin-bottom: 0px;
}

.vol-temp {
  font-weight: 100;
  font-size: 100%;
  margin-bottom: 0px;
}

.vol-satuan {
  font-weight: 500;
  font-size: 15px;
  font-style: italic;
}

.tank-fuel {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: blanchedalmond;
}

.vol-number {
  font-weight: 700;
  font-size: 100%;
  margin-bottom: 0px;
}

.vol-satuan {
  font-weight: 500;
  font-size: 90%;
  font-style: italic;
}

.level {
  position: absolute;
  z-index: 999;
  margin: auto;
  padding-left: 35px;
  left: 0;
  right: 0;
  text-align: left;
  top: 35%;
  /* bottom: 100%; */
  display: inline;
}

.level-height {
  font-weight: 100;
  font-size: 100%;
  margin-bottom: 0px;
}

.level-satuan {
  font-weight: 500;
  font-size: 15px;
}

.col-md-12 {
  padding-right: 15px;
}

h2 {
  font-size: 20px;
  /* font-weight: 700;
  text-align: left;
  border-radius: 5px; */
  color: #000000;
  /* margin-top: 3px;
  margin-bottom: 10px; */
}
