/* Copyright 2021-2022 Epic Systems Corporation */
.AllSpecialties > ._Segment {
  margin-top: 1rem;
}
.AllSpecialties ._OptionList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.AllSpecialties ._OptionList > li {
  padding: 0.3rem;
}

.FavoriteAppointments {
  padding-bottom: 1rem;
}
.FavoriteAppointments > ._List {
  display: flex;
  flex-wrap: wrap;
}
.FavoriteAppointments > ._List > li {
  padding: 0.3rem;
}
.FavoriteAppointments > ._List > ._ListElement {
  flex-basis: 33.3%;
}
@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 h1 {
  padding: 0;
  padding-bottom: 0.5rem;
}
.LandingPageReact .allSchedulingOptions {
  margin-top: 0.5rem;
}
.LandingPageReact .ticketsFavorites {
  position: relative;
}
.LandingPageReact .ticketsFavorites::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% + 9.5rem);
  margin-left: -4.25rem;
  background-color: rgba(134, 71, 155, 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: 21px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  color: #86479b;
  padding: 2rem 0 0.5rem;
}
@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;
  left: 50%;
  border-left: 1px solid #dbdbdb;
}
.LandingPageReact .color1 {
  background-color: #86479b;
}
.LandingPageReact .color2 {
  background-color: #86479b;
}
.LandingPageReact .color3 {
  background-color: #86479b;
}
.LandingPageReact .color4 {
  background-color: #86479b;
}
.LandingPageReact .color5 {
  background-color: #86479b;
}
.LandingPageReact .color6 {
  background-color: #86479b;
}
.LandingPageReact .color7 {
  background-color: #86479a;
}
.LandingPageReact[class] .backToHome {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.5rem;
}

.LandingPagePostText {
  text-align: center;
  padding-top: 1rem;
}
.LandingPagePostText a {
  white-space: nowrap;
}
.LandingPagePostText .headerText {
  font-weight: bold;
  padding: 4px;
}
.LandingPagePostText .icon {
  vertical-align: text-top;
  /* rtl:raw: transform: scaleX(-1); */
}

.SchedulingOptions {
  transform-origin: top;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeIn;
  transform: translateZ(0);
}
.SchedulingOptions > .SchedulingOptionsList {
  display: flex;
  flex-wrap: wrap;
}
.SchedulingOptions > .SchedulingOptionsList > li {
  padding: 0.3rem;
}
.SchedulingOptions > .SchedulingOptionsList > ._ListElement {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  .SchedulingOptions > .SchedulingOptionsList > ._ListElement {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .SchedulingOptions > .SchedulingOptionsList > ._ListElement {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .SchedulingOptions h2._heading {
    text-align: center;
  }
}

.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 > li {
  padding: 0.3rem;
}
.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: 32px;
  height: 32px;
  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 .titleRow {
  display: flex;
}
.SchedulingCard .titleRow.withClose {
  width: calc(100% - 1.5rem);
}
.SchedulingCard .titleRow ._SvgSprite {
  margin-right: 0.25rem;
  flex: 0 0 32px;
}
.SchedulingCard .titleRow .titleContainer {
  display: flex;
  align-items: center;
}
.SchedulingCard .titleRow .titleContainer ._PageHeading, .SchedulingCard .titleRow .titleContainer ._Text {
  display: inline;
}
.SchedulingCard .titleRow .titleContainer ._PageHeading {
  padding: 0;
}
.SchedulingCard .titleRow .titleContainer .countBadge {
  padding: 0 0.5rem;
  margin-left: 0.25rem;
  background-color: #a475b4;
  color: #ffffff;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
}
.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;
}

.Subsection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.25rem;
}
.Subsection .subContent {
  display: flex;
  justify-content: space-between;
}
.Subsection .subContent .ImageCluster {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.Subsection .subContent .ImageCluster .SchedulingImage {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 4px solid white;
}
.Subsection .subContent .ImageCluster .SchedulingImage:first-child {
  background-color: #86479b;
}
.Subsection .subContent .ImageCluster .SchedulingImage:not(:only-child) {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  border: 2px solid white;
}
.Subsection .subContent .ImageCluster .SchedulingImage:not(:only-child):first-child {
  margin-top: 14px;
  margin-left: 32px;
}
.Subsection .subContent .ImageCluster .SchedulingImage:not(:only-child):nth-child(2) {
  margin-left: 1px;
  background-color: #86479b;
}
.Subsection .subContent .ImageCluster .SchedulingImage:not(:only-child):last-child {
  margin-top: 31px;
  margin-left: 2px;
  background-color: #86479b;
}
.Subsection .subContent .ImageCluster .SchedulingImage:first-child:nth-last-child(2) {
  width: 3rem;
  height: 3rem;
  margin-top: 0px;
  margin-left: 0px;
}
.Subsection .subContent .ImageCluster .SchedulingImage:last-child:nth-child(2) {
  width: 3rem;
  height: 3rem;
  margin-top: 31px;
  margin-left: 27px;
}
.Subsection .subContent .subText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Subsection .subContent .subText ._heading {
  padding: 0;
}
.Subsection .subContent .details {
  margin-top: -0.5rem;
  font-size: 0.8rem;
}

.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;
  align-items: top;
}
.SchedulingOption .action:hover {
  background-color: #f5f0f7;
}
@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;
  justify-content: center;
  text-align: left;
  margin-left: 0.25rem;
  margin-top: -0.1rem;
  height: fit-content;
}
.SchedulingOption .textContainer .titleContainer ._Text {
  display: inline;
  font-size: 1.1rem;
}
.SchedulingOption .textContainer .titleContainer .countBadge {
  padding: 0 0.5rem;
  margin-left: 0.25rem;
  background-color: #a475b4;
  color: #ffffff;
  border-radius: 0.5rem;
  font-size: 0.8rem;
}
.SchedulingOption .optionTitle {
  color: #86479b;
  margin-bottom: 0;
  word-break: break-word;
}
.SchedulingOption .description {
  color: #767676;
  font-size: 0.8rem;
  word-break: break-word;
}
.SchedulingOption .SchedulingImage {
  flex: 0 0 32px;
  object-fit: contain;
  fill: #86479b;
  height: 32px;
  width: 32px;
}

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

.Tickets {
  padding-bottom: 1rem;
}
.Tickets .ticketsContainer > ._List {
  display: flex;
  flex-wrap: wrap;
}
.Tickets .ticketsContainer > ._List > li {
  padding: 0.3rem;
}
.Tickets .ticketsContainer > ._List > ._ListElement {
  flex-basis: 33.3%;
  padding: 0.3rem;
}
@media screen and (max-width: 768px) {
  .Tickets .ticketsContainer > ._List > ._ListElement {
    flex-basis: 100%;
  }
}

.OrderGroup {
  margin-bottom: 0.5rem;
}
.OrderGroup[class][class][class] .cardSubheader {
  margin-bottom: 0.25rem;
}

.TicketCard {
  margin-left: 0.25rem;
}

.GrouperPage h1 {
  padding-top: 0.75rem;
}
.GrouperPage ._PageHeading > ._Text {
  white-space: pre-line;
}
.GrouperPage .SchedulingOptionsList {
  display: flex;
  flex-wrap: wrap;
}
.GrouperPage .SchedulingOptionsList > li {
  padding: 0.3rem;
}
.GrouperPage .SchedulingOptionsList ._ListElement {
  flex-basis: 33.3%;
}
@media screen and (max-width: 768px) {
  .GrouperPage .SchedulingOptionsList ._ListElement {
    flex-basis: 100%;
  }
}

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

._Banner {
  border: 1px solid #dbdbdb;
  color: #363636;
  display: flex;
  padding: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  ._Banner {
    flex-direction: column;
  }
}
._Banner.informational {
  background-color: #f5f0f7;
}
._Banner.informational ._PageHeading {
  color: #86479b;
}
._Banner.informational ._Icon {
  fill: #86479b;
}
._Banner.success {
  background-color: #ccffd8;
}
._Banner.success ._PageHeading {
  color: #0f784a;
}
._Banner.success ._Icon {
  fill: #0f784a;
}
._Banner.warning {
  background-color: #ffffd0;
}
._Banner.warning ._PageHeading {
  color: #000000;
}
._Banner.warning ._Icon {
  fill: #000000;
}
._Banner.critical {
  background-color: #ffe8e8;
}
._Banner.critical ._PageHeading {
  color: #d80000;
}
._Banner.critical ._Icon {
  fill: #d80000;
}
._Banner ._PageHeading {
  padding: 0 0 0.125em 0;
}
._Banner ._Icon {
  flex-shrink: 0;
  align-self: flex-start;
}
._Banner .bannerContent {
  display: flex;
  flex-wrap: nowrap;
}
._Banner .bannerActions {
  width: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-self: center;
}
._Banner .bannerActions ._Command {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
._Banner .bannerText {
  display: inline-flex;
  flex-grow: 1;
  flex-direction: column;
  flex-basis: 400px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
