.dashboard-label {
  font-size: 0.9rem;
  line-height: 1.3;
  color: rgba(112, 111, 111, 1);
  margin-bottom: 0.25rem;
}
.dashboard-input {
  font-size: 0.9rem;
  line-height: 1.3;
  color: rgba(112, 111, 111, 1);
  background-color: #ffffff;
  border-color: #DADADA !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  width: 100% !important;
  max-width: 100%;
  font-size: 1rem;
  padding: 1rem 1rem 0.75rem 1rem !important;
  box-sizing: border-box !important;
  outline: none !important;
  font-weight: 300;
  font-family: "Sarabun";
  margin-bottom: 0.5rem;
}
.dashboard-submit-container {
  margin-top: 1.5rem;
}
.dashboard-submit {
  font-size: 0.9rem !important;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  background-color: #55BEEC !important;
  color: #fff !important;
  border-style: none !important;
  border: none !important;
  border-radius: 5px 5px 5px 5px !important;
  margin-bottom: 0.5rem;
}
.dashboard-submit:hover {
    background-color: #AADFF6 !important;
    color: #fff !important;
}
.dashboard-generate {
  font-size: 1rem;
  padding: 0.75rem !important;
  background-color: #ffffff;
  border-color: #DADADA !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  margin-bottom: 0.5rem;
  color: rgba(112, 111, 111, 1) !important;
}
.dashboard-generate:hover {
  border-color: #55BEEC !important;
  color: #55BEEC !important;
}
.dashboard-txt {
  font-size: 0.9rem;
}
.dashboard-txt-error {
  background-color: #F5E0E3;
  color: #B23A48;
  padding: 0.75rem;
}
.dashboard-txt-success {
  background-color: #E2F3E7;
  color: #4CB86F;
  padding: 0.75rem;
}
