@charset "UTF-8";
.schedule-widget.schedule-widget {
  /* Custom arrow */
  /* Focus */
}
.schedule-widget.schedule-widget > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.schedule-widget.schedule-widget .nextpatient-box {
  width: auto !important;
}
.schedule-widget.schedule-widget .time-preview-box {
  background-color: white !important;
  color: rgb(var(--colƒor-primary));
}
.schedule-widget.schedule-widget .nextpatient-reason-select,
.schedule-widget.schedule-widget .nextpatient-criteria-input {
  position: relative;
  width: 100%;
  max-width: 320px;
}
.schedule-widget.schedule-widget .nextpatient-criteria-input select,
.schedule-widget.schedule-widget .nextpatient-reason-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0.75rem 2.75rem 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  background: #fff;
  color: rgb(var(--color-primary));
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  height: auto;
}
.schedule-widget.schedule-widget .nextpatient-criteria-input::after,
.schedule-widget.schedule-widget .nextpatient-reason-select::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid rgb(var(--color-primary));
}
.schedule-widget.schedule-widget .nextpatient-reason-select select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
.schedule-widget.schedule-widget .nextpatient-box {
  max-width: none;
}
.schedule-widget.schedule-widget .nextpatient-provider {
  background: transparent;
  border: 0;
  color: rgb(var(--color-primary));
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgb(var(--color-primary));
  padding: 40px 0 20px;
  -ms-flex-align: center;
      align-items: center;
}
.schedule-widget.schedule-widget .nextpatient-provider:last-of-type {
  border-bottom: 0;
}
.schedule-widget.schedule-widget .nextpatient-provider-image-cell {
  border-radius: 50%;
  overflow: hidden;
  height: 150px;
  width: 150px;
  display: block;
  background-position: center;
  border: 1px solid rgb(var(--color-primary));
  margin-right: 30px;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.schedule-widget.schedule-widget .nextpatient-provider-image-cell img {
  width: 100%;
  height: 100%;
}
.schedule-widget.schedule-widget .nextpatient-slot-time {
  background: rgb(var(--color-primary));
}
.schedule-widget.schedule-widget .nextpatient-box a.nextpatient-slot-time,
.schedule-widget.schedule-widget .nextpatient-box a.nextpatient-slot-time:visited {
  color: white;
}
