/* Copyright 2021-2022 Epic Systems Corporation */
.AllSpecialties {
  transform-origin: top;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  transform: translateZ(0);
}
.AllSpecialties h1 {
  text-align: left;
}
.AllSpecialties h2 {
  text-align: center;
}
.AllSpecialties ._OptionList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.AllSpecialties ul {
  justify-content: center;
}

.DeclineAppointmentWorkflow .ticketCardContainer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.DeclineAppointmentWorkflow .ticketCardContainer .SchedulingCard {
  flex-basis: 33.3%;
}
@media screen and (max-width: 1300px) {
  .DeclineAppointmentWorkflow .ticketCardContainer .SchedulingCard {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .DeclineAppointmentWorkflow .ticketCardContainer .SchedulingCard {
    flex-basis: 100%;
  }
}

.FavoriteAppointments > ._List {
  display: flex;
  flex-wrap: wrap;
}
.FavoriteAppointments > ._List > ._ListElement {
  flex-basis: 33.3%;
}
@media screen and (max-width: 1300px) {
  .FavoriteAppointments > ._List > ._ListElement {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .FavoriteAppointments > ._List > ._ListElement {
    flex-basis: 100%;
  }
}

.OneFavoriteAppointment {
  margin-left: 0.25rem;
}
.OneFavoriteAppointment[class][class] ._Text {
  margin: 0;
  padding: 0;
}
.OneFavoriteAppointment[class][class] div._Text:first-of-type {
  margin-top: 0.5rem;
}

.LandingPageReact .allSchedulingOptions {
  margin-top: 0.5rem;
}
.LandingPageReact .ticketsFavorites {
  position: relative;
  padding-bottom: 1rem;
}
.LandingPageReact .ticketsFavorites::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% + 9.5rem);
  margin-left: -4.25rem;
  background-color: rgba(40, 67, 132, 0.05);
}
@media only screen and (min-width: 769px) {
  .LandingPageReact .allOptions {
    display: flex;
  }
}
.LandingPageReact .allOptions > div:not(.separator) {
  margin: 1rem 0 1rem 0;
}
.LandingPageReact .separator {
  transform-origin: top;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  transform: translateZ(0);
  width: fit-content;
  max-width: 10%;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  color: #ffffff;
  padding: 2rem 0 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .LandingPageReact .separator {
    display: none;
  }
}
.LandingPageReact .separator::before {
  transform-origin: top;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  transform: translateZ(0);
  content: " ";
  position: absolute;
  top: 3.5rem;
  bottom: 0;
}
.LandingPageReact .separatorText {
  width: fit-content;
}
.LandingPageReact .separatorLine {
  height: -webkit-fill-available;
  width: 5px;
  position: absolute;
  left: 50%;
  border-left: 1px solid #dbdbdb;
}
.LandingPageReact .color1 {
  background-color: #258cdb;
}
.LandingPageReact .color2 {
  background-color: #2c9b39;
}
.LandingPageReact .color3 {
  background-color: #d057c6;
}
.LandingPageReact .color4 {
  background-color: #a46fd9;
}
.LandingPageReact .color5 {
  background-color: #009793;
}
.LandingPageReact .color6 {
  background-color: #ab8030;
}
.LandingPageReact .color7 {
  background-color: #d76720;
}
.LandingPageReact[class] .backToHome {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.5rem;
}

.LandingPagePostText {
  text-align: center;
  padding-top: 1rem;
  transform-origin: top;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  transform: translateZ(0);
}
.LandingPagePostText a {
  white-space: nowrap;
}
.LandingPagePostText .headerText {
  font-weight: bold;
  padding: 4px;
}
.LandingPagePostText .icon {
  vertical-align: text-top;
  /* rtl:raw: transform: scaleX(-1); */
}

.RootSchedulingOptions {
  transform-origin: top;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  transform: translateZ(0);
}
.RootSchedulingOptions > .SchedulingOptionsList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .RootSchedulingOptions > .SchedulingOptionsList {
    margin-left: 0.3rem;
  }
}
@media screen and (min-width: 769px) {
  .RootSchedulingOptions h2._heading {
    text-align: center;
  }
}

.ProviderList ~ .RootSchedulingOptions > .SchedulingOptionsList > ._ListElement {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .ProviderList ~ .RootSchedulingOptions > .SchedulingOptionsList > ._ListElement {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .ProviderList ~ .RootSchedulingOptions > .SchedulingOptionsList > ._ListElement {
    flex-basis: 100%;
  }
}

.ProviderList {
  transform-origin: top;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  transform: translateZ(0);
}
.ProviderList > ._List {
  display: flex;
  flex-wrap: wrap;
}
.ProviderList > ._List > ._ListElement {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .ProviderList > ._List > ._ListElement {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .ProviderList > ._List > ._ListElement {
    flex-basis: 100%;
  }
}
.ProviderList .SchedulingOption .SchedulingImage {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .ProviderList h2._heading {
    text-align: center;
  }
}

.SchedulingCard {
  z-index: 0;
  overflow: hidden;
  text-align: left;
}
.SchedulingCard ._Text,
.SchedulingCard ._PageHeading,
.SchedulingCard ._Command {
  word-break: break-word;
}
.SchedulingCard[class][class][class] {
  width: 100%;
  margin: 0;
  height: 100%;
}
@media screen and (forced-colors: active) {
  .SchedulingCard {
    border: 2px solid #363636;
  }
  .SchedulingCard .watermark {
    display: none;
  }
}
.SchedulingCard .SchedulingCardText {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.SchedulingCard .titleRow {
  display: flex;
}
.SchedulingCard .titleRow.withClose {
  width: calc(100% - 1.5rem);
}
.SchedulingCard .titleRow ._SvgSprite {
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.SchedulingCard .titleRow .titleContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.SchedulingCard .titleRow .titleContainer ._PageHeading {
  padding: 0 1rem 0 0;
  max-width: fit-content;
}
.SchedulingCard .titleRow .titleContainer .countBadge {
  padding: 0 0.5rem;
  margin-left: 0.25rem;
  background-color: #5e72a3;
  color: #ffffff;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
}
.SchedulingCard .titleRow .titleContainer .badge {
  max-width: fit-content;
  background-color: #e0f1ff;
  color: #003d7a;
  border: solid #003d7a;
  border-width: thin;
  border-radius: 1.2rem;
  padding: 0.1rem 0.8rem 0.2rem 0.8rem;
  margin: 0.2rem;
}
.SchedulingCard .titleRow .titleContainer .extraInfo {
  font-size: 0.875rem;
  color: #767676;
}
.SchedulingCard[class][class][class] .subtitle {
  margin: 0 0 0 0.25rem;
}
.SchedulingCard .cardContent {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  height: 100%;
}
.SchedulingCard .cardContent ._ContentTitle {
  padding: 0;
  margin-bottom: 0.5rem;
}
.SchedulingCard .watermark {
  z-index: -1;
  position: absolute;
  opacity: 0.3;
  bottom: -1.5rem;
  right: -1.5rem;
  height: 150px;
  width: 150px;
  transform: rotate(-15deg);
}
.SchedulingCard .watermark svg, .SchedulingCard .watermark img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.SchedulingCard .actionContainer {
  display: flex;
  justify-content: flex-end;
}
@media screen and (forced-colors: active) {
  .SchedulingCard .actionContainer .primary {
    border: 2px solid #363636;
  }
}
.SchedulingCard .closeAction {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.25rem;
}
.SchedulingCard .closeAction button {
  padding: 0.45rem 0.95rem;
  float: right;
  cursor: pointer;
  padding: 0.15rem 0.8rem;
}
.SchedulingCard .closeAction button:hover {
  margin-top: -0.3rem;
}
.SchedulingCard .closeAction button:hover .xButton {
  font-size: 1.75rem;
}

.CompositeIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.CompositeIcon svg,
.CompositeIcon img {
  position: absolute;
}

.SchedulingOption[class][class][class] {
  min-height: 3rem;
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.SchedulingOption .iconAndText {
  display: flex;
}
.SchedulingOption .action {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  padding: 0.5rem;
}
.SchedulingOption .action:hover {
  background-color: #eef0f5;
}
@media screen and (forced-colors: active) {
  .SchedulingOption .action {
    border: 2px solid #363636;
    border-radius: 6px;
  }
}
.SchedulingOption.addItem {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px dashed #cccccc;
  box-shadow: none;
}
.SchedulingOption.addItem:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-color: transparent;
}
.SchedulingOption.addItem .action:hover {
  background-color: #ffffff;
}
.SchedulingOption .autoadvance {
  /* rtl:raw: transform: scaleX(-1); */
  width: 24px;
  margin: auto;
  margin-left: 0.5rem;
  margin-right: calc(-0.5rem + 3px);
  flex-shrink: 0;
  fill: #989898;
}
.SchedulingOption .textContainer {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 0.5rem;
  margin-top: -0.1rem;
  justify-content: center;
  height: fit-content;
  min-height: 32px;
}
.SchedulingOption .textContainer .titleContainer ._Text {
  display: inline;
  font-size: 1.1rem;
}
.SchedulingOption .textContainer .titleContainer .countBadge {
  padding: 0 0.5rem;
  margin-left: 0.25rem;
  background-color: #5e72a3;
  color: #ffffff;
  border-radius: 0.5rem;
  font-size: 0.8rem;
}
.SchedulingOption .optionTitle {
  color: #284384;
  margin-bottom: 0;
  word-break: break-word;
}
.SchedulingOption .description {
  color: #767676;
  font-size: 0.8rem;
  word-break: break-word;
}
.SchedulingOption .iconContainer {
  width: auto;
}
.SchedulingOption .iconContainer:not(.promotedIconContainer) .SchedulingImage {
  flex: 0 0 32px;
  max-height: 42px;
  max-width: 42px;
}
.SchedulingOption .iconContainer .SchedulingImage {
  flex: 0 0 2.5rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
}

.SchedulingOptionsList {
  display: flex;
  flex-wrap: wrap;
}
.SchedulingOptionsList > li {
  padding: 0.3rem 0.6rem 0.3rem 0;
}
@media screen and (max-width: 768px) {
  .SchedulingOptionsList > li {
    padding-right: 0;
  }
}
.SchedulingOptionsList ._ListElement {
  flex-basis: 33.3%;
}
@media screen and (max-width: 1300px) {
  .SchedulingOptionsList ._ListElement {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .SchedulingOptionsList ._ListElement {
    flex-basis: 100%;
  }
}

.BackButton svg {
  /* rtl:raw: transform: scaleX(-1); */
}
@media screen and (max-width: 768px) {
  .BackButton {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
  }
}

.Tickets .ticketsContainer > ._List {
  display: flex;
  flex-wrap: wrap;
}
.Tickets .ticketsContainer > ._List > ._ListElement {
  flex-basis: 33.3%;
}
@media screen and (max-width: 1300px) {
  .Tickets .ticketsContainer > ._List > ._ListElement {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .Tickets .ticketsContainer > ._List > ._ListElement {
    flex-basis: 100%;
  }
}
.Tickets .preselectedTicket {
  display: flex;
  flex-wrap: wrap;
}
.Tickets .preselectedTicket .ticketsContainer {
  flex-basis: 33.3%;
  padding: 0.3rem 0.6rem 0.3rem 0;
}
@media screen and (max-width: 1300px) {
  .Tickets .preselectedTicket .ticketsContainer {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .Tickets .preselectedTicket .ticketsContainer {
    flex-basis: 100%;
  }
}

.OrderGroups {
  list-style-type: none;
  position: relative;
}
.OrderGroups > li {
  position: relative;
}
.OrderGroups > li::before {
  content: "";
  position: absolute;
  border-left: 0.1rem solid #284384;
  height: 100%;
  margin-top: -0.2rem;
  margin-left: 0.22rem;
}
.OrderGroups > li::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 0.1rem solid #284384;
  background-color: #ffffff;
  margin-left: 0.1rem;
  top: 0.4rem;
  left: -0.1rem;
  height: 0.4rem;
  width: 0.4rem;
}
.OrderGroups > li:first-child:before {
  top: 1rem;
}
.OrderGroups > li:last-child:before {
  height: 1rem;
}
.OrderGroups > li:last-child > .OrderGroup {
  padding-bottom: 0rem;
}
.OrderGroups .OrderGroup {
  padding-bottom: 0.6rem;
}
.OrderGroups .OrderGroupTitle[class][class][class] {
  margin: 0 0 0 0.3rem;
  padding: 0 0 0 0.5rem;
}
.OrderGroups .OrderGroupTitle ~ .OrderSubgroup {
  padding-left: 1.1rem;
}
.OrderGroups .OrderGroupTitle ~ .TicketDetail {
  margin-left: 0.9rem;
  width: auto;
}

.OrderSubgroup {
  font-size: 0.875rem;
  color: #767676;
}
.OrderSubgroup[class][class][class] {
  margin-top: 0;
}

.TicketCard {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
}
.TicketCard .orderingProvidersAndDate {
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #767676;
}
.TicketCard .ticketFooter {
  padding-top: 0.5rem;
}

.TicketDetail {
  display: flex;
  align-items: flex-start;
  margin-left: -0.2rem;
  line-height: 1rem;
  padding-top: 0.1rem;
}
.TicketDetail ._Icon {
  position: relative;
  top: -0.2rem;
}
.TicketDetail .string {
  padding-left: 0.1rem;
}

.WaitListStatus .statusText ._TextFragment {
  margin-right: 0.25rem;
}
.WaitListStatus .statusText ._Command[class][class][class] {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: 1rem;
  text-align: left;
}

.GrouperPage ._PageHeading > ._Text {
  white-space: pre-line;
}
.GrouperPage h2 {
  padding-bottom: 0;
}
.GrouperPage .directScheduling {
  position: relative;
  padding-bottom: 1rem;
}
.GrouperPage .directScheduling::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% + 9.5rem);
  margin-left: -4.25rem;
  background-color: rgba(40, 67, 132, 0.05);
}
.GrouperPage .SchedulingOptionsList ._ListElement {
  flex-basis: 33.3%;
}
@media screen and (max-width: 1300px) {
  .GrouperPage .SchedulingOptionsList ._ListElement {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .GrouperPage .SchedulingOptionsList ._ListElement {
    flex-basis: 100%;
  }
}
.GrouperPage .OneGrouperSubsection, .GrouperPage .GrouperOptions {
  transform-origin: top;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  transform: translateZ(0);
}
.GrouperPage .asyncInFlight {
  padding-top: 1rem;
}
.GrouperPage .emptyGrouperDisclaimer {
  font-size: 110%;
  padding-top: 0.5rem;
}

.OneGrouperSubsection.SpecialtySubsection {
  transform-origin: top;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  transform: translateZ(0);
}

.OriginalAppointment.activeAppt {
  font-weight: bold;
}
.OriginalAppointment.activeAppt .subtle {
  font-weight: normal;
}
.OriginalAppointment .grid.compact {
  margin: 0;
}

.OriginalAppointmentInfo {
  position: relative;
  padding: 1rem 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.OriginalAppointmentInfo._Segment {
  min-height: fit-content;
}
.OriginalAppointmentInfo .disclosureButton {
  justify-content: flex-start;
}
.OriginalAppointmentInfo ._List {
  margin-top: 0.5rem;
}
.OriginalAppointmentInfo ._ListElement:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.5rem;
}
.OriginalAppointmentInfo ._ListElement:not(:first-child) {
  padding-top: 0.5rem;
}
.OriginalAppointmentInfo::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  background-color: rgba(40, 67, 132, 0.05);
}
@media screen and (max-width: 768px) {
  .OriginalAppointmentInfo::before {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}

.AppointmentInfoColumn {
  display: flex;
  padding-right: 2rem;
}
.AppointmentInfoColumn ._Icon {
  fill: #284384;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.25rem;
}
.AppointmentInfoColumn ._Text[class] {
  margin: 0;
}
.AppointmentInfoColumn ._Text:not(.subtle) {
  padding-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .AppointmentInfoColumn {
    padding-right: 0;
  }
  .AppointmentInfoColumn[class][class] {
    margin-bottom: 0.5rem;
  }
}

.cardText {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
