.elig-form {
  display: flex;
  justify-content: center;
}

.elig-form h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.form-field {
  margin-bottom: 1.5rem;
}

.form-field label {
  font-weight: 500;
}

.form-field input {
  width: 100%;
  border: 1px solid black;
  border-radius: 0.2em
}

.btn-container {
  text-align: right;
}

.btn {
  height: 44px;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  line-height: 16px;
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  border: 1px solid #00855f;
  background-color: #71c72e;
  color: #000;
  border-color: #57801e;
  font-weight: 600;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2)
}

.btn-secondary {
  background-color: #ffffff !important;
  border-color: #000
}

.alert-heading {
  color: black;
  font-weight: 600;
  margin-top: 4px;
}

.alert-description {
  color: black;
}

.border-error {
  border: 2px solid #DF2520;
  border-radius: 8px;
}

.border-info {
  border: 2px solid #808080;
  border-radius: 8px;
}

.info {
  padding: 15px;
  margin-bottom: 20px;
}

.error-small {
  padding: 0 2rem 0 0.5rem;
  width: fit-content;
  font-size: 12px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 26px;
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: #151515;
}

.chip-timezone {
  background-color: #e5f6ff;
  border-color: #1193d4;
}

.alert-open {
  background-color: #e8f5d6;
  border-color: #4f731c;
}

.check-icon {
  color: #4f731c;
}

.card-body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
