body {
  background-color: #8f8f8f;
  overflow: hidden;
  /* Hide scrollbars */
}
#spinner {
  position: absolute;
  top: 50%;
  /* right: ; */
}

#grid-container {
  display: grid;
}

#plot-div,
#main-div {
  grid-area: 1 / 1;
}
#myip {
  position: absolute;
  left: 5%;
  top: 90%;
}
#logo {
  /* height: 60px; */
  /* width: auto; */
  position: absolute;
  left: 70%;
  top: 80%;
}
/* The animation code */
@keyframes mouse {
  0% {
    opacity: 0.25;
  }
  /* 25% {
    opacity: 0.25;
  } */
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
#mouse_icon {
  height: 50px;
  width: auto;
  position: absolute;
  left: 90%;
  top: 40%;
  animation-name: mouse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#mouse_svg {
  height: 100%;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* /node/public/css/main/style.css */
#waterhammer-div {
  position: absolute;
  left: 5%;
  top: 3%;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.container1 {
  background-color: #f6f6f6;
  right: 0;
  position: absolute;
  left: 0;
  height: 90%;
  width: 90%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  text-align: center;
  margin: 30px;
  border-radius: 10px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2);
}

.uploadButton {
  text-decoration: none;
  border: none;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 35px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white;
  color: black;
  border: 2px solid #1e73be;
  margin-top: 16px;
}

.uploadButton:hover {
  background-color: #1e73be;
  color: white;
}

.text-input {
  border: 2px solid #1e73be;
  margin: 4px 2px;
  border-radius: 35px;
  text-align: center;
  text-decoration: none;
  font-size: small;
  padding: 10px;
} /*# sourceMappingURL=style.css.map */
