input[type="date"] { 
  background: transparent;
  color-scheme: dark;
  color: #e9ebfc !important;
}

input[type="date"]:focus {
  background: #006079; 
  color: #e9ebfc !important; 
}
body {
    background-color: #2e303e;
    font-family: "Equinor";
    color: #e9ebfc !important;
  }
  .dropdown-item:hover {
    background-color: #006079;

    } 
    .dropdown-menu {
      background-color: #007079;
     
      } 
    .bg-light {
    background-color: #007079 !important;
    color: #FFF !important;
  }
   .bg-light a {
    color: #e9ebfc !important;
   }

  a { 
    color: #00a2ad !important;
  }
  table {
    color: #e9ebfc !important;
  }

  hr {
    border: 1px solid #e9ebfc !important;
  }

a:hover {
    text-decoration: underline !important;
}

.shits {
  color: #bebebe;
}



.pagebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 90vh;
  object-fit: contain;
  padding-top: 2%;
}

#currentliters {
  position: absolute;
  left: 35vw;
  padding-top: 4vw;
  /*top: 10%;*/
  width: 25vw;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  z-index: 100;
}

#shitstogo {
  position: absolute;
  padding-top: 15vw;
  left: 50vw;
  /*top: 18%;*/
  width: 30vw;
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  z-index: 100;
}

.tank1 {
  height: 25vw;
  width: 50vw;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: -15vw
}
.tank2 {
  height: 25vw;
  width: 50vw;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: -16vw;
  left: 2vw
}


/*.tankfill {
  background: linear-gradient(0deg, rgb(8, 18, 63) 0%, rgba(19,157,219,1) 0%, rgba(91,91,91,1) 1%, rgba(120,120,120,1) 100%);
}*/

.tankleftcap {
  height: 100%;
  width: 50%;
  
  border-radius: 50%;
  display: inline-block;
  border-style: solid;
  border-width: 3px;
  border-color: #3d3d3d;
  position: absolute;
  left: 0%;
}

.tankbody {
  height: 100%;
  width: 75%;
  /*background: linear-gradient(0deg, rgba(11,57,85,1) 0%, rgba(19,157,219,1) 60%, rgba(91,91,91,1) 61%, rgba(120,120,120,1) 100%);*/
  display: inline-block;
  border-style: solid;
  border-width: 3px 0px;
  border-color: #3d3d3d;
  position: absolute;
  left: 25%;
}

.tankrightcap {
  height: 100%;
  width: 50%;
  /*background: linear-gradient(0deg, rgba(11,57,85,1) 0%, rgba(19,157,219,1) 60%, rgba(91,91,91,1) 61%, rgba(120,120,120,1) 100%);*/
  border-radius: 50%;
  display: inline-block;
  border-style: solid;
  border-width: 3px;
  border-color: #3d3d3d;
  position: absolute;
  left: 75%;
}