.awrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 720px;
  margin: 100px auto 0;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.awrap .submit {
  padding-bottom: 0px;
  margin-top: 13px;
  padding-top: 0px;
}
.awrap .submit input {
  padding: 5px 12px !important;
  background: #4c1d95;
  border-radius: 20px;
}
.aw-license-input {
  border: 1px solid #d5d5d5 !important;
  height: 40px;
  border-radius: 20px !important;
  padding: 0 20px !important;
  margin: 10px 0 !important;
}
.mychat-step {
  margin: 6px 0;
  font-size: 14px;
}
.mychat-good {
  color: #28a745;
  font-weight: 600;
}
.mychat-bad {
  color: #dc3545;
  font-weight: 600;
}
.mychat-wait {
  color: #0073aa;
  font-weight: 600;
}
.buttons-row {
  margin-right: 15px !important;
}
.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
