.appointment .appointment-field-time_wrapper {
  display: none;
}
.appointment .appointment-field-date_wrapper {
  display: none;
}
.appointment .form-check-group .form-check-inline {
  display: block;
}
.appointment .app-container .calendar {
  color: #000;
}
.appointment .app-container .calendar .ui-datepicker {
  background: #00363d;
  border-radius: 10px;
  padding: 30px 15px;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-header {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 15px;
  padding: 10px;
  cursor: pointer;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-header a:hover {
  opacity: 1;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
  height: 40px;
  line-height: 40px;
  color: #fff;
  opacity: 0.5;
  font-weight: 400;
  font-size: 15px;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  font-size: 15px;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 20px;
  font-weight: 400;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
  color: #fff;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar thead {
  color: #000;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar thead tr {
  color: #000;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar thead tr th {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar thead tr td span {
  color: #000;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar tbody {
  color: #000;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar tbody tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td {
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: isolate;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  position: relative;
  display: block;
  text-align: center;
  height: 50px;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 46px;
  color: #fff;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-highlight {
  color: #f44336;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active {
  background: #fff;
  color: #f44336;
}
.appointment .app-container .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable {
  opacity: 0.2;
}
.appointment .time-selection .duration-picker {
  margin-bottom: 25px;
}
.appointment .time-selection .duration-picker h6 {
  margin-bottom: 10px;
  font-weight: 500;
}
.appointment .time-selection .duration-picker span {
  text-align: center;
  display: block;
  background-color: #cbd6e2;
  border: 1px solid #7c98b6;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 400;
}
.appointment .time-selection .time-header {
  margin-bottom: 25px;
}
.appointment .time-selection .time-header p {
  font-weight: 400;
}
.appointment .time-selection .time-header h6 {
  margin-bottom: 10px;
  font-weight: 500;
  margin-bottom: 0;
}
.appointment .time-selection .time-header span {
  font-weight: 500;
}
.appointment .time-selection .time-options {
  max-height: 240px;
  overflow-y: scroll;
  padding: 10px;
}
.appointment .time-selection .time-options .time-option {
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.appointment .time-selection .time-options .time-option:hover {
  border-color: #f44336;
}
.appointment .time-selection .time-options .time-option span {
  font-weight: 500;
  font-size: 14px;
}
.appointment .appointment-content {
  display: none;
}
.appointment .appointment-content .appointment-content-box {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.0901960784);
  padding: 30px;
  border-radius: 10px;
}
.appointment .appointment-edit .appointment-edit-click {
  margin-left: 10px;
  color: #f44336;
}

.appointment-form * {
  box-sizing: border-box;
}
.appointment-form .button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}
.appointment-form .button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}
.appointment-form .button-loading:hover, .appointment-form .button-loading:focus, .appointment-form .button-loading:active {
  color: transparent;
}
.appointment-form .appointment-message {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eeeeee;
  border-radius: 0;
  display: none;
  width: 100%;
}
.appointment-form .appointment-message.appointment-success-message {
  background-color: #c0edf1;
  border-color: #58d0da;
  color: #000;
}
.appointment-form .appointment-message.appointment-error-message {
  background-color: #faeaa9;
  border-color: #f3cc31;
  color: #000;
}
.appointment-form .appointment-form-row {
  margin-right: -15px;
  margin-left: -15px;
}
.appointment-form .appointment-form-row:after, .appointment-form .appointment-form-row:before {
  box-sizing: border-box;
  display: table;
  content: " ";
}
.appointment-form .appointment-form-row:after {
  clear: both;
}
.appointment-form .appointment-form-group {
  margin-bottom: 15px;
  overflow: hidden;
}
.appointment-form .appointment-column-6,
.appointment-form .appointment-column-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.appointment-form .appointment-form-input-group {
  margin-bottom: 15px;
}
.appointment-form .appointment-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.appointment-form .appointment-label.required:after {
  content: " *";
  color: red;
}
.appointment-form .appointment-form-input[type=text], .appointment-form .appointment-form-input[type=email] {
  display: block;
  width: 100%;
  padding: 6px 12px;
  background-color: #ffffff;
  background-image: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.appointment-form .appointment-form-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.appointment-form .appointment-form-input:focus::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.appointment-form .appointment-form-input:focus:-ms-input-placeholder {
  color: #999999;
}
.appointment-form .appointment-form-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.appointment-form .appointment-form-input:focus::-ms-expand {
  background-color: transparent;
  border: 0;
}
.appointment-form textarea.appointment-form-input {
  height: auto;
}
.appointment-form .appointment-button {
  display: inline-block;
  padding: 15px 40px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 6px;
  color: #ffffff;
  background-color: #00363d;
  border: 0;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  margin-top: 30px;
}
.appointment-form .appointment-button svg {
  color: #92cbd2;
  transition-duration: 0.2s;
  height: 16px;
}
.appointment-form .appointment-button:hover, .appointment-form .appointment-button:focus {
  color: #ffffff;
  background-color: #ce2317;
}
.appointment-form .appointment-button:hover svg, .appointment-form .appointment-button:focus svg {
  transform: rotate(-45deg);
  transition-duration: 0.2s;
}
@media (min-width: 992px) {
  .appointment-form .appointment-column-6 {
    width: 50%;
    float: left;
  }
  .appointment-form .appointment-column-12 {
    width: 100%;
  }
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
