.appointment-form .text-muted.small {
  display: none !important;
}
.appointment-form fieldset {
  margin-top: 40px;
}
.appointment-form fieldset > h6 {
  margin-top: 40px;
  margin-bottom: 13px !important;
}
.appointment-form fieldset > div:nth-last-child(-n+2) {
  margin-top: 40px;
  margin-bottom: 0 !important;
}
.appointment-form label {
  font-weight: 600;
  color: #000;
}
.appointment-form label.label-sm {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}
.appointment-form label.label-lg {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
}
.appointment-form .form-control,
.appointment-form .form-select {
  border-radius: 0;
  border: 1px solid #dcdcdc;
  padding: 12px 15px;
  font-size: 14px;
  box-shadow: none;
}
.appointment-form .form-control:focus,
.appointment-form .form-select:focus {
  border-color: #000;
  box-shadow: none;
  outline: none;
}
.appointment-form .form-control::placeholder,
.appointment-form .form-select::placeholder {
  color: #c4c4c4 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
}
.appointment-form .form-control::-webkit-input-placeholder,
.appointment-form .form-select::-webkit-input-placeholder {
  color: #c4c4c4 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
.appointment-form .form-control:-moz-placeholder,
.appointment-form .form-select:-moz-placeholder {
  color: #c4c4c4 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
}
.appointment-form .form-control::-moz-placeholder,
.appointment-form .form-select::-moz-placeholder {
  color: #c4c4c4 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
}
.appointment-form .form-control:-ms-input-placeholder,
.appointment-form .form-select:-ms-input-placeholder {
  color: #c4c4c4 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}
.appointment-form .input-icon-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.appointment-form .input-icon-wrapper .custom-input-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 24px;
  height: 24px;
}
.appointment-form .input-icon-wrapper .custom-input-icon path {
  fill: #000;
}
.appointment-form .input-icon-wrapper select + .custom-input-icon {
  width: 24px;
  height: 24px;
}
.appointment-form .form-select {
  padding-right: 56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
}
.appointment-form .form-select::-ms-expand {
  display: none;
}
.appointment-form .form-select:invalid {
  color: #c4c4c4 !important;
}
.appointment-form input.flatpickr-input {
  padding-right: 56px;
  cursor: pointer;
  background-color: #fff !important;
}
.appointment-form input.flatpickr-input::placeholder {
  color: #000000 !important;
}
.appointment-form .form-check {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.appointment-form .form-check .form-check-input {
  border-radius: 0;
  border-color: #ccc;
  margin-top: 0.25rem;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.appointment-form .form-check .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
.appointment-form .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: #000;
}
.appointment-form .form-check .form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #000;
}
.appointment-form .form-check .form-check-label p {
  color: #000;
  margin-bottom: 0;
}
.appointment-form .form-check .form-check-label a {
  color: #000;
  text-decoration: underline;
}
.appointment-form .btn-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.appointment-form .btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
.appointment-form .btn-primary:disabled {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
}
.appointment-form .form-group,
.appointment-form .mb-3 {
  margin-bottom: 8px !important;
}
.appointment-form .form-actions {
  margin-top: 28px;
}
.appointment-form .form-actions button {
  margin-top: 0px;
  height: 40px;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  padding: 0;
}

/*# sourceMappingURL=view.css.map */
