body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: left;
  background-color: #f7f8f9;
}

.card {
  min-height: calc(100vh - 70px) !important;
}

.jsonform-error-cleaner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.75rem 1.25rem;
  @media (max-width: 768px) {
    display: block;
    width: 100%;
  }
  width: 50%;
}
.jsonform-error-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.75rem 1.25rem;
  @media (max-width: 768px) {
    display: block;
    width: 100%;
  }
  width: 50%;
}
.jsonform-error-email {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.75rem 1.25rem;
  @media (max-width: 768px) {
    display: block;
    width: 100%;
  }
  width: 75%;
}
.jsonform-error-submitted {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.75rem 1.25rem;
  @media (max-width: 768px) {
    display: block;
    width: 100%;
  }
  width: 50%;
}
.jsonform-error-Cleans {
  width: 100%;
}

.controls {
  padding: 0.75rem 1.25rem;
}
.form-container {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  @media (max-width: 768px) {
    flex-direction: column;
    width: 100%;
  }
}

.formgroup-array {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  @media (max-width: 768px) {
    display: block;
  }
}
._jsonform-array-buttons {
  border-bottom: lightgray;
  width: 100%;
  display: block;
  border-bottom-style: dashed;
  padding-bottom: 8px;
}
.calculated {
  display: flex;
  flex-direction: row;

  padding: 0.75rem 1.25rem;
}
