.app-loading {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  display: flex;
  height: 100%;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  /* margin-block: auto; */
  /* top: 5em; */
}
.app-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.app-loading p {
  display: block;
  font-size: 1.17em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: normal;
}

.loader-success-text {
  font-size: clamp(20px, 2.12vw, 40px);
  color: #225356;
  font-weight: 600;
  letter-spacing: -0.58px;
  font-family: Roboto;
}

.loader-success-subtext {
  line-height: 1.63;
  /* font-size: 1.17vw; */
  font-size: clamp(12px, 1.17vw, 30px);
  letter-spacing: -0.25px;
  text-align: center;
  padding-top: 2.5vh;
  color: #868585;
  font-family: Roboto;
}

.jhipster-error-msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: 10vh;
}

.jhipster-error-button {
  background-color: #76be28;
  border: none;
  border-radius: 4px;
  width: 129px;
  height: 30px;
  color: white;
  cursor: pointer;
  font-size: 13px;
}

.jhipster-error-msg-content {
  display: inline-grid;
  justify-items: center;
}

.jhipster-error-msg-text {
  opacity: 0.8;
}

.loader-img {
  width: 18vw;
}

#jhipster-error {
  display: none;
  height: 100vh;
  /* background-color: white; */
}

.farm-main-body {
  height: 100vh;
  margin: 0;
  background-color: white;
  display: block;
}

html,
body {
  margin: 0;
  padding: 0;
}
