form.nws-appointment label {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 12px 0;
}
form.nws-appointment label .frm_required {
  color: red;
  font-size: 16px;
  padding-inline-start: 3px;
}
form.nws-appointment .common, form.nws-appointment select, form.nws-appointment textarea, form.nws-appointment input[type=text], form.nws-appointment input[type=email], form.nws-appointment input[type=number], form.nws-appointment input[type=tel], form.nws-appointment input[type=password], form.nws-appointment input[type=search] {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 30px;
  max-width: 100%;
  padding-inline: 15px;
}
form.nws-appointment .common::-webkit-input-placeholder, form.nws-appointment select::-webkit-input-placeholder, form.nws-appointment textarea::-webkit-input-placeholder, form.nws-appointment input[type=text]::-webkit-input-placeholder, form.nws-appointment input[type=email]::-webkit-input-placeholder, form.nws-appointment input[type=number]::-webkit-input-placeholder, form.nws-appointment input[type=tel]::-webkit-input-placeholder, form.nws-appointment input[type=password]::-webkit-input-placeholder, form.nws-appointment input[type=search]::-webkit-input-placeholder, form.nws-appointment .common:-ms-input-placeholder, form.nws-appointment select:-ms-input-placeholder, form.nws-appointment textarea:-ms-input-placeholder, form.nws-appointment input[type=text]:-ms-input-placeholder, form.nws-appointment input[type=email]:-ms-input-placeholder, form.nws-appointment input[type=number]:-ms-input-placeholder, form.nws-appointment input[type=tel]:-ms-input-placeholder, form.nws-appointment input[type=password]:-ms-input-placeholder, form.nws-appointment input[type=search]:-ms-input-placeholder, form.nws-appointment .common::-moz-placeholder, form.nws-appointment select::-moz-placeholder, form.nws-appointment textarea::-moz-placeholder, form.nws-appointment input[type=text]::-moz-placeholder, form.nws-appointment input[type=email]::-moz-placeholder, form.nws-appointment input[type=number]::-moz-placeholder, form.nws-appointment input[type=tel]::-moz-placeholder, form.nws-appointment input[type=password]::-moz-placeholder, form.nws-appointment input[type=search]::-moz-placeholder, form.nws-appointment .common:-moz-placeholder, form.nws-appointment select:-moz-placeholder, form.nws-appointment textarea:-moz-placeholder, form.nws-appointment input[type=text]:-moz-placeholder, form.nws-appointment input[type=email]:-moz-placeholder, form.nws-appointment input[type=number]:-moz-placeholder, form.nws-appointment input[type=tel]:-moz-placeholder, form.nws-appointment input[type=password]:-moz-placeholder, form.nws-appointment input[type=search]:-moz-placeholder {
  font-size: 14px;
  color: #999 !important;
}
form.nws-appointment .common:focus, form.nws-appointment select:focus, form.nws-appointment textarea:focus, form.nws-appointment input[type=text]:focus, form.nws-appointment input[type=email]:focus, form.nws-appointment input[type=number]:focus, form.nws-appointment input[type=tel]:focus, form.nws-appointment input[type=password]:focus, form.nws-appointment input[type=search]:focus {
  border-color: #e6e6e6;
}
form.nws-appointment input[type=text], form.nws-appointment input[type=email], form.nws-appointment input[type=number], form.nws-appointment input[type=tel], form.nws-appointment input[type=password], form.nws-appointment input[type=search] {
  height: 50px;
  line-height: 50px;
}
form.nws-appointment textarea {
  min-height: 150px;
  padding-block: 11px;
}
form.nws-appointment select {
  height: 50px;
  line-height: 50px;
  appearance: none;
  background: url("../images/simple-form-arrow.min.png") no-repeat;
  padding-inline-end: 45px;
  background-position: 15px 50%;
}
form.nws-appointment .frm_submit {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
form.nws-appointment .frm_submit [type=submit] {
  display: table;
  min-width: 140px;
  max-width: 100%;
  padding: 10px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  margin: 0;
  background: #333;
  color: white;
}
form.nws-appointment .frm_submit [type=submit]:disabled {
  pointer-events: none;
  background: gray;
}
form.nws-appointment .frm_submit [type=submit]:hover {
  background: #4d4d4d;
}
form.nws-appointment input[type=tel]:-moz-placeholder {
  text-align: right;
}
form.nws-appointment input[type=tel]:-ms-input-placeholder {
  text-align: right;
}
form.nws-appointment input[type=tel]::-webkit-input-placeholder {
  text-align: right;
}

.tel_error {
  font-size: 14px;
  display: block;
  color: red;
  margin: 0 0 15px 0;
}

@media (max-width: 767px) {
  .table.tracking tbody tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .table.tracking tbody tr th {
    width: 100px;
  }
  .table.tracking tbody tr td {
    width: calc(100% - 100px);
  }
}

/*# sourceMappingURL=nws-appointment-form.css.map */
