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::placeholder, form.nws-appointment select::placeholder, form.nws-appointment textarea::placeholder, form.nws-appointment input[type=text]::placeholder, form.nws-appointment input[type=email]::placeholder, form.nws-appointment input[type=number]::placeholder, form.nws-appointment input[type=tel]::placeholder, form.nws-appointment input[type=password]::placeholder, form.nws-appointment input[type=search]::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]::placeholder {
  text-align: start;
}

.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);
  }
}
@media (min-width: 576px) {
  .row .col-sm-6 {
    grid-column: span 6;
  }
}

/*# sourceMappingURL=nws-appointment-form.css.map */
