﻿/* Copyright 2018-2024 Epic Systems Corporation */
/* #region Overall Self Triage */
.selfTriage .accessibleAnchor:focus {
  outline: none;
}

@media print {
  body {
    display: inline-block;
  }
}
/* #endregion */
/* #region Landing Page */
.selfTriage .emergencyCallOut {
  color: #d80000;
}

.selfTriage .emergencyCallOutMobile {
  color: #d80000;
  padding-top: 0.25rem;
}

.mobile .selfTriage .landingPage .decisionTreeList {
  flex-direction: column;
}
@media print {
  .mobile .selfTriage .landingPage .decisionTreeList {
    display: block;
  }
}

.selfTriage {
  word-break: break-word;
}

.selfTriage .landingPage .decisionTreeList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .selfTriage .landingPage .decisionTreeList {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .selfTriage .landingPage .decisionTreeList.cardlist .card.decisionTree {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 769px) {
  .selfTriage .landingPage .decisionTreeList.cardlist {
    flex-direction: column;
  }
}
.selfTriage .landingPage .landingPageHelpSection {
  position: relative;
}
.selfTriage .landingPage .landingPageSymptomsHeader {
  font-size: 1.25rem;
  color: #003087;
  margin-bottom: 0.5rem;
}
.selfTriage .landingPage .separator {
  text-align: center;
  padding: 0;
}
.selfTriage .landingPage .nodata {
  margin-top: 1rem;
}
.selfTriage .landingPage .card.decisionTree {
  flex-basis: 49%;
  padding: 0;
}
.selfTriage .landingPage .card.decisionTree .cardline.description {
  padding: 0.3rem 0;
}
.selfTriage .landingPage .card.decisionTree > a.cardLink {
  display: inline-block;
  min-height: inherit;
  height: 100%;
  width: 100%;
  padding: 0.5rem 1.75rem 0.5rem 0.5rem;
}
.selfTriage .landingPage .card.decisionTree > a.cardLink:focus {
  background: #ebeef5;
}
.selfTriage .landingPage .inProgressStatus {
  position: static;
  bottom: 0.4rem;
  width: auto;
}
.selfTriage .landingPage .welcomeSection {
  text-align: center;
}
.selfTriage .landingPage .inProgressStatus .status {
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
  display: inline-block;
}

@media screen and (min-width: 1300px) {
  :not(.mobile) .isInside #landingPagePretext .emergencyCallOut {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  :not(.mobile) .isInside .selfTriageSidebar .alert.card {
    display: none;
  }
  :not(.mobile) .isInside #landingPagePretext .emergencyCallOut {
    display: initial;
  }
}

.sidebar .selfTriageSidebar .helpText {
  font-size: 1rem;
}

/* #endregion */
/* #region Action Node page */
.selfTriage .selfTriagePage .actionNodesPage {
  max-width: 1025px;
  min-height: 100px;
}
@media print {
  @-moz-document url-prefix() {
    .selfTriage .selfTriagePage .actionNodesPage {
      display: grid;
    }
  }
}
.selfTriage .selfTriagePage .actionNodesPage .loadingContainer {
  position: absolute;
  z-index: 99;
}
.selfTriage .selfTriagePage .actionNodesPage .acceptAllButton {
  margin: 0.5rem 0 0.5rem 0.5%;
  min-height: fit-content;
}

.declineButton {
  margin-left: 0.5%;
}

.optionsList {
  display: flex;
  flex-wrap: wrap;
}

.nonActionableInstructionContainer {
  padding-bottom: 0.5rem;
}

.selfTriage .groupOptionsBucket,
.selfTriage .disabledGroupOptionsBucket {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.selfTriage .groupOptionsBucket .card.nodeCard.nodeGroupOption.groupOptions,
.selfTriage .disabledGroupOptionsBucket .card.nodeCard.nodeGroupOption.groupOptions {
  min-height: 0;
}
.selfTriage .groupOptionsBucket .optionExplanation,
.selfTriage .disabledGroupOptionsBucket .optionExplanation {
  margin-left: 0.25rem;
}
.selfTriage .groupOptionsBucket .secretButton.card.nodeCard.clickable,
.selfTriage .disabledGroupOptionsBucket .secretButton.card.nodeCard.clickable {
  text-align: inherit;
  color: inherit;
  min-height: 0;
}
.selfTriage .groupOptionsBucket .groupOptions,
.selfTriage .disabledGroupOptionsBucket .groupOptions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.selfTriage .groupOptionsBucket .groupOptions .contentSection,
.selfTriage .disabledGroupOptionsBucket .groupOptions .contentSection {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-grow: 1;
}
.selfTriage .groupOptionsBucket .groupOptions .contentSection .recommendations,
.selfTriage .disabledGroupOptionsBucket .groupOptions .contentSection .recommendations {
  flex-basis: content;
  flex-direction: column;
  display: flex;
  flex-grow: 100;
  align-self: flex-start;
  row-gap: 0.25rem;
}
.selfTriage .groupOptionsBucket .groupOptions .contentSection .statusBadge,
.selfTriage .disabledGroupOptionsBucket .groupOptions .contentSection .statusBadge {
  align-self: baseline;
}
.selfTriage .groupOptionsBucket .groupOptions .contentSection .buttonColumn,
.selfTriage .disabledGroupOptionsBucket .groupOptions .contentSection .buttonColumn {
  text-align: center;
  flex-basis: content;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .selfTriage .groupOptionsBucket .groupOptions .contentSection .buttonColumn,
  .selfTriage .disabledGroupOptionsBucket .groupOptions .contentSection .buttonColumn {
    flex-basis: unset;
  }
}
.selfTriage .groupOptionsBucket .nodeDetailsContainer,
.selfTriage .disabledGroupOptionsBucket .nodeDetailsContainer {
  display: inline-block;
}
.selfTriage .groupOptionsBucket .nodeContent,
.selfTriage .disabledGroupOptionsBucket .nodeContent {
  display: inline-block;
  width: calc(100% - 2rem);
  padding: 0 0 0 0.5rem;
  vertical-align: top;
  position: relative;
}
.selfTriage .groupOptionsBucket .nodeTitle .optionHeading,
.selfTriage .disabledGroupOptionsBucket .nodeTitle .optionHeading {
  font-size: 1rem;
  padding: 0 0 1.1rem;
  color: #363636;
}

.selfTriage .groupRecommendationsBucket .linkButton {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
  max-width: 100%;
}
.selfTriage .groupRecommendationsBucket .linkButton a {
  max-width: 100%;
}
.selfTriage .groupRecommendationsBucket .bannerButton {
  margin-right: 0;
  width: fit-content;
  padding-top: 0.5rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .selfTriage .groupRecommendationsBucket .bannerButton {
    margin-left: -2.5rem;
    align-self: center;
  }
}
.selfTriage .groupRecommendationsBucket .bannerButton a {
  max-width: 100%;
}
.selfTriage .groupRecommendationsBucket .withButtonColumn .linkButton {
  margin-left: -2.5rem;
  margin-top: 0.5rem;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .selfTriage .groupRecommendationsBucket .withButtonColumn .linkButton {
    align-self: center;
  }
}
.selfTriage .groupRecommendationsBucket .withButtonColumn .linkButton a {
  max-width: 100%;
}

.card .buttonList.nodeGroupButtonList {
  padding: 0.5rem 0 0 0;
  position: static;
  min-height: 2rem;
}

.selfTriage .actionNodes .actionButtons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .selfTriage .actionNodes .actionButtons {
    flex-direction: column;
  }
  .selfTriage .actionNodes .actionButtons > * {
    width: 100%;
  }
}
.selfTriage .actionNodes .completionBannerBucket {
  margin-bottom: 1rem;
}
.selfTriage .actionNodes .orderBucketIcon,
.selfTriage .actionNodes .nodeIcon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: cover;
  margin-top: -0.25rem;
}
.selfTriage .actionNodes .orderBucketTitle,
.selfTriage .actionNodes .nodeTitle {
  font-size: 1.4rem;
  padding-left: 0.5rem;
  width: auto;
  flex-grow: 1;
  flex-basis: content;
}
.selfTriage .actionNodes .orderBucketTitle .cardline.name,
.selfTriage .actionNodes .nodeTitle .cardline.name {
  margin: 0 0 0.5rem 0;
}
.selfTriage .actionNodes .nodeContent {
  display: inline-block;
  width: 100%;
  padding: 0 0 0rem 0.5rem;
  vertical-align: top;
  position: relative;
}
.selfTriage .actionNodes .nodePreview {
  display: inline-block;
  width: calc(100% - 2rem);
  padding: 0 0 0 0.5rem;
  vertical-align: top;
  position: relative;
}
.selfTriage .actionNodes .nodePreview p {
  margin: 0;
}
.selfTriage .actionNodes .cardLine {
  border-bottom: 1px solid #dbdbdb;
  width: 95%;
  margin: auto;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.completedStatusBadge {
  min-width: fit-content;
  background-color: #ccffd8;
  color: #12553d;
  border-color: #09aa71;
  border-radius: 1rem;
  padding: 2px 13px 2px 13px;
  font-size: 1rem;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0.5rem;
}

.informativeStatusBadge {
  min-width: fit-content;
  background-color: #e0f1ff;
  color: #000409;
  border-color: #005ebb;
  border-radius: 1rem;
  padding: 2px 13px 2px 13px;
  font-size: 1rem;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0.5rem;
}

.disabledStatusBadge {
  min-width: fit-content;
  background-color: #e1e4e8;
  color: #31353e;
  border-color: #6a6f78;
  border-radius: 1rem;
  padding: 2px 13px 2px 13px;
  font-size: 1rem;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0.5rem;
}

details > summary::-webkit-details-marker {
  display: none;
}

.disabledGroupsLink {
  color: #007DBA;
  list-style: none;
  padding-top: 0.5rem;
  width: fit-content;
  cursor: pointer;
}
.disabledGroupsLink:hover {
  text-decoration: underline;
}

.selfTriage .actionNode .nodeTitle .heading,
.selfTriage .actionNode .nodeTitle.heading {
  font-size: 1.4rem;
  padding: 0;
  margin-bottom: 0.5rem;
}
.selfTriage .actionNode .nodeTitle .heading.orderBucketTitle,
.selfTriage .actionNode .nodeTitle.heading.orderBucketTitle {
  margin-bottom: 0.2rem;
}
.selfTriage .actionNode .nodeTitle .heading:empty,
.selfTriage .actionNode .nodeTitle.heading:empty {
  display: none;
}
.selfTriage .actionNode .nodeTitle .optionHeading,
.selfTriage .actionNode .nodeTitle.optionHeading {
  font-size: 1.2rem;
  padding: 0 0 1.1rem;
  color: #363636;
}
.selfTriage .actionNode .nodePretext {
  padding: 0 0 1rem;
}
.selfTriage .actionNode .nodeIcon,
.selfTriage .actionNode .orders .orderBucketIcon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: cover;
}
.selfTriage .actionNode .orders .orderBucketIcon {
  margin-top: -0.25rem;
}
.selfTriage .actionNode .nodeContent {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .selfTriage .actionNode .nodeContent {
    padding-left: 2.5rem;
  }
  .selfTriage .actionNode .nodeContent .collapsableInstructionSection {
    padding-right: 2.5rem;
  }
}
.selfTriage .actionNode .nodeContent .expiredNodeMessage {
  padding-top: 0.5rem;
}
.selfTriage .actionNode .orders .nodeContent .successStatus,
.selfTriage .actionNode .orders .nodeContent .expiredNodeMessage,
.selfTriage .actionNode .orders .nodeContent .softwarning {
  margin-left: 2.5rem;
}
.selfTriage .actionNode .nodeDetailsContainer {
  display: flex;
  width: fit-content;
  flex: 1;
}
@media (max-width: 426px) {
  .selfTriage .actionNode .nodeDetailsContainer {
    flex-direction: column;
  }
}
.selfTriage .actionNode .nodeContainer .standardBanner .contentColumn {
  padding-right: 0.5rem;
}
.selfTriage .actionNode .nodeContainer .standardBanner.singleRowBanner {
  align-items: center;
}
.selfTriage .actionNode .nodeContainer .standardBanner.singleRowBanner .contentColumn .header {
  padding-bottom: 0.1rem;
}
.selfTriage .actionNode .nodeContainer .standardBanner.singleRowBanner .contentColumn + .buttonColumn {
  align-self: center;
  width: fit-content;
}
.selfTriage .actionNode .nodeContainer .standardBanner.singleRowBanner .contentColumn + .buttonColumn .button {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .selfTriage .actionNode .nodeContainer .standardBanner:not(.withButtonColumn) {
    flex-direction: row;
  }
  .selfTriage .actionNode .nodeContainer .standardBanner.singleRowBanner.withButtonColumn {
    flex-direction: column;
  }
  .selfTriage .actionNode .nodeContainer .standardBanner.singleRowBanner.withButtonColumn .contentColumn {
    width: auto;
    padding-right: 0;
  }
  .selfTriage .actionNode .nodeContainer .standardBanner.singleRowBanner.withButtonColumn .contentColumn + .buttonColumn {
    margin-top: 0.5rem;
    margin-left: -2.5rem;
    max-width: calc(100% + 2.5rem);
    width: auto;
  }
}
.selfTriage .actionNode .mobile .standardBanner.withButtonColumn:not(.singleRowBanner) .contentColumn {
  padding-right: 0;
}
.selfTriage .actionNode .mobile .standardBanner.withButtonColumn:not(.singleRowBanner) .contentColumn + .buttonColumn {
  margin-left: -2.5rem;
  max-width: calc(100% + 2.5rem);
  align-self: center;
}

.selfTriage details summary {
  display: inline;
  list-style: none;
  width: fit-content;
  cursor: pointer;
  color: #007DBA;
}
.selfTriage details summary:hover {
  text-decoration: underline;
}
.selfTriage details summary::after {
  background-image: url("../images/down_chevron_blue.svg");
  background-size: 0.7rem;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: relative;
  display: inline-block;
}
.selfTriage details[open] summary::after {
  background-image: url("../images/up_chevron_blue.svg");
}
.selfTriage .declinedRecommendations {
  max-width: 768px;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 auto;
}
.selfTriage .declinedRecommendations > .icon {
  margin: 0 auto 0 auto;
}
.selfTriage .declinedRecommendations .explanation {
  text-align: center;
}
.selfTriage .declinedRecommendations .alternatives {
  display: flex;
  column-gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.selfTriage .declinedRecommendations .alternatives * {
  width: auto;
  flex-grow: 1;
  min-width: fit-content;
  flex-basis: 1rem;
}
.selfTriage .declinedRecommendations .unavailableGroups {
  margin-top: 1rem;
}
.selfTriage .declinedRecommendations .unavailableGroups .nodeIcon {
  width: 2rem;
  height: 2rem;
  margin-top: -0.25rem;
  flex-shrink: 0;
}
.selfTriage .declinedRecommendations .unavailableGroups .nodePreview {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  column-gap: 0.25rem;
}
.selfTriage .declinedRecommendations .unavailableGroups .optionTitle {
  padding-top: 0;
}
.selfTriage .declinedRecommendations .unavailableGroups .disabledExplanation {
  margin: 0.5rem 0;
}

.selfTriage .actionNodeWorkflow .recommendationsHeader .backToOptionsLink {
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  padding-bottom: 1rem;
}
.selfTriage .actionNodeWorkflow .recommendationsHeader .backArrow {
  fill: currentColor;
  margin-right: 0.25rem;
}

.optionNumberText {
  padding: 0;
  margin: 1rem 0 0.5rem 0.5%;
}

.selfTriage .headerSection {
  width: 99%;
  margin-bottom: 0.5rem;
}

.actionNodesPage .actionNodeWorkflow .recommendationTitle.header.accessibleAnchor {
  padding: 0;
  margin-top: 0;
}

.stspinner.ajaxspinner.defaultajaxinline {
  position: absolute;
  display: flex;
  justify-content: center;
  height: auto;
}
.stspinner.ajaxspinner.defaultajaxinline .loadingmessage {
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.subtleText {
  font-size: 0.75rem;
  color: #767676;
}

.chooseOneText {
  padding: 0 0 0.25rem 0;
}

.selfTriage .groupOptions .actionNodeHeaderSection {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.selfTriage .groupOptions .actionNodeHeaderSection .optionTitle {
  padding: 0 0 0.2rem 0;
  flex: 1;
  flex-basis: content;
  margin-bottom: 0.5rem;
}
.selfTriage .nodeGroupOption .actionNodeHeaderSection {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.selfTriage .disabledGroupOptionsBucket {
  padding-top: 1rem;
}
.selfTriage .disabledGroupOptionsBucket .recommendationTitle {
  padding: 0;
  font-size: 1.17em;
}
.selfTriage .disabledGroupOptionsBucket .recommendationTitleSubText {
  font-size: 0.9rem;
  padding: 0rem 0 1rem 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.selfTriage .actionNodeWorkflow .actionNode .externalJumpUrl {
  display: inline-block;
  margin-left: 0.3rem;
}

/* #endregion */
/* #region Instruction node */
.selfTriage .actionNode .instruction {
  position: relative;
  padding-bottom: 0.5rem;
}
.selfTriage .actionNode .instruction .nodeDetailsContainer .nodeIcon {
  margin-top: -0.3rem;
}
.selfTriage .actionNode .instruction.collapsed .instructionContainer {
  max-height: 300px;
  overflow: hidden;
}
.selfTriage .actionNode .instruction.collapsed .expandInstructionLink, .selfTriage .actionNode .instruction.expanded .collapseInstructionLink {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5rem 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  text-align: center;
}
.selfTriage .actionNode .instruction.collapsed .expandInstructionLink span, .selfTriage .actionNode .instruction.expanded .collapseInstructionLink span {
  display: inline-block;
  vertical-align: middle;
}
.selfTriage .actionNode .instruction.collapsed .expandInstructionLink .expandArrow, .selfTriage .actionNode .instruction.expanded .collapseInstructionLink .collapseArrow {
  background-size: 1rem;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}
.selfTriage .actionNode .instruction.collapsed .expandInstructionLink .expandArrow {
  background-image: url("../images/down_chevron_blue.svg");
}
.selfTriage .actionNode .instruction.expanded .collapseInstructionLink .collapseArrow {
  background-image: url("../images/up_chevron_blue.svg");
}
.selfTriage .actionNode .instruction:not(.expanded):not(.collapsed) .expandInstructionLink, .selfTriage .actionNode .instruction:not(.expanded):not(.collapsed) .collapseInstructionLink, .selfTriage .actionNode .instruction.collapsed .collapseInstructionLink, .selfTriage .actionNode .instruction.expanded .expandInstructionLink {
  display: none;
}
.selfTriage .actionNode .instruction.collapsed .expandInstructionLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  top: calc(-2rem - 1px);
  left: 0;
}

/* #endregion */
/* #region Orders card */
.selfTriage .actionNode .orders {
  position: relative;
}
.selfTriage .actionNode .orders .loadingContainer {
  display: none;
  top: 38%;
}
.selfTriage .actionNode .orders .standardBanner {
  margin-left: 2.5rem;
  width: auto;
}

.optionOrderBucketTitle {
  font-size: 1.2rem;
  padding-top: 0rem;
  padding-bottom: 1.1rem;
  color: #363636;
}

.selfTriage .actionNode .order .orderBucketTitle {
  font-size: 1.4rem;
  padding: 0;
}
.selfTriage .actionNode .order .order {
  padding-bottom: 0.3rem;
  padding-top: 0.2rem;
}
.selfTriage .actionNode .order .order .name {
  font-size: 1.1rem;
  color: #363636;
}
.selfTriage .actionNode .order .order .noInstructions {
  margin-bottom: 1rem;
}
.selfTriage .actionNode .order .order.noInstructions + .order {
  margin-top: -1rem;
}
.selfTriage .actionNode .order .nodeContent {
  margin: 0.5rem 0 0 2rem;
  display: contents;
}

/* #endregion */
/* #region Visit Node */
.selfTriage .actionNodeWorkflow .visitWorkflow {
  position: relative;
  display: none;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: transparent;
  min-height: 32rem;
  margin: 1rem 0 0;
  background-color: rgba(0, 48, 135, 0.05);
}
.selfTriage .actionNodeWorkflow .visitWorkflow .summary {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.mobile .selfTriage .actionNodeWorkflow .visitWorkflow {
  background-color: unset;
}

.selfTriage .actionNodeWorkflow .visit .upcomingAppointmentDetails .visitTitle {
  font-weight: bold;
}
.selfTriage .actionNodeWorkflow .visit .upcomingAppointmentDetails .visitTimeDetails:before {
  background: url("../images/visits/clock.png") no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}
.selfTriage .actionNodeWorkflow .visit .upcomingAppointmentDetails .visitTimeDetails .visitTime {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.selfTriage .actionNodeWorkflow .visit .upcomingAppointmentDetails .visitInfo {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: calc(100% - 4rem);
}
.selfTriage .actionNodeWorkflow .visit .upcomingAppointmentDetails .providerInfo {
  display: inline-block;
  width: 3rem;
  margin-right: 1rem;
  vertical-align: top;
}
.selfTriage .actionNodeWorkflow .visit .providerInfo .roundedimage {
  width: 3rem;
  height: 3rem;
}
.selfTriage .actionNodeWorkflow .visit .upcomingAppointmentDetails .visitLink {
  display: inline-block;
  width: auto;
  margin-left: 5rem;
  margin-top: 0rem;
}
.selfTriage .actionNodeWorkflow .visit .nodeIcon {
  margin-top: -0.25rem;
}

/* #endregion */
/* #region E-Visit Node */
.selfTriage .actionNode.eVisit .additionalInfoButton * {
  float: right;
}
.selfTriage .actionNode.eVisit .nodeTitleSubText {
  padding-bottom: 0.5rem;
}
.selfTriage .actionNode.eVisit .signupInstruction {
  padding: 0 0 0.5rem 0;
  font-size: 0.9rem;
}

.selfTriage .actionNodeWorkflow .actionNode .eVisit .nodeIcon {
  margin-top: -0.125rem;
}

/* #endregion */
/* #region On-Demand Video Visit Node */
.selfTriage .actionNodeWorkflow .actionNode.video .notScheduledError {
  width: auto;
}
.selfTriage .actionNodeWorkflow .actionNode.video .signupInstruction {
  padding: 0 0 0.5rem 0;
  font-size: 0.9rem;
}

.mobile .selfTriage .actionNodeWorkflow .actionNode .video.card.expanded {
  box-shadow: none;
}

.selfTriage .video .card.testhardware .photo {
  border: none;
}

/* #endregion */
/* #region Question Node */
.selfTriage .formbuttons.multiStep.ques-actions.navFeatureEnabled .button#next-step {
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .selfTriage .formbuttons.multiStep.ques-actions.navFeatureEnabled {
    flex-direction: row-reverse;
  }
  .selfTriage .formbuttons.multiStep.ques-actions.navFeatureEnabled .button#next-step {
    max-width: calc(50% - 0.25rem);
    margin-right: 0;
  }
  .selfTriage .formbuttons.multiStep.ques-actions.navFeatureEnabled .button#next-step.onlyvisiblechild {
    max-width: 100%;
  }
  .selfTriage .formbuttons.multiStep.ques-actions.navFeatureEnabled .button#previous-step {
    max-width: calc(50% - 0.25rem);
    margin-right: 0.5rem;
  }
}
/* #endregion */
/* #region Collapsable Instructions */
.selfTriage .collapsableInstructionSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  word-break: break-word;
}
.selfTriage .collapsableInstructionSection.collapsed .collapsableInstruction,
.selfTriage .collapsableInstructionSection .collapsableInstructionPreview {
  display: none;
}
.selfTriage .collapsableInstructionSection.collapsed .collapsableInstructionPreview {
  display: inherit;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}
.selfTriage .collapsableInstructionSection.collapsed .collapsableInstructionPreview.subtle span {
  max-width: 100%;
}
.selfTriage .collapsableInstructionSection .expandableLinkSection,
.selfTriage .collapsableInstructionSection .collapsableLinkSection {
  display: none;
  order: 2;
}
.selfTriage .collapsableInstructionSection.collapsed .expandableLinkSection, .selfTriage .collapsableInstructionSection.expanded .collapsableLinkSection {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
}
.selfTriage .collapsableInstructionSection .expandableLinkSection .expandableLink,
.selfTriage .collapsableInstructionSection .collapsableLinkSection .collapsableLink {
  display: block;
}
.selfTriage .collapsableInstructionSection .expandableLinkSection .expandableLink:hover span,
.selfTriage .collapsableInstructionSection .collapsableLinkSection .collapsableLink:hover span {
  text-decoration: underline;
}
.selfTriage .collapsableInstructionSection.collapsed .expandText, .selfTriage .collapsableInstructionSection.expanded .collapseText {
  display: inline-block;
  vertical-align: middle;
}
.selfTriage .collapsableInstructionSection.collapsed .expandArrow, .selfTriage .collapsableInstructionSection.expanded .collapseArrow {
  background-size: 0.7rem;
  background-repeat: no-repeat;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.selfTriage .collapsableInstructionSection.collapsed .expandArrow {
  background-image: url("../images/down_chevron_blue.svg");
}
.selfTriage .collapsableInstructionSection.expanded .collapseArrow {
  background-image: url("../images/up_chevron_blue.svg");
}

/* #endregion */
/* #region card buttons */
@media screen and (max-width: 768px) {
  .selfTriage .selfTriagePage .declineButtonList {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .selfTriage .selfTriagePage .nodeContent .buttonList,
  .selfTriage .selfTriagePage .createAcctSection .buttonList {
    max-width: 25%;
    hyphens: auto;
    -moz-hyphens: inherit;
    flex-direction: column;
  }
  .selfTriage .selfTriagePage .nodeContent .buttonList .button,
  .selfTriage .selfTriagePage .createAcctSection .buttonList .button {
    word-break: break-word;
    margin-right: 0;
    margin-left: auto;
  }
  .selfTriage .selfTriagePage .declineButtonList {
    padding-top: 0.5rem;
  }
  .selfTriage .selfTriagePage .nodeCard.withButton:not(.warningWithButton),
  .selfTriage .selfTriagePage .card.createAcctCard.withButton:not(.warningWithButton) {
    padding-bottom: 0.5rem;
    min-height: 5rem;
  }
  .selfTriage .selfTriagePage .order.heading .cardline.name {
    line-height: 1.1rem;
  }
  .selfTriage .selfTriagePage .order.heading .optionCardline {
    font-size: 1.1rem;
    color: #363636;
  }
}
.selfTriage .selfTriagePage .order.heading .collapsableInstructionPreview {
  color: #363636;
}
.selfTriage .selfTriagePage .card.withButton {
  min-height: 5rem;
}
@media print {
  .selfTriage .selfTriagePage .card.withButton.nodeGroupOption {
    min-height: 0rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .selfTriage .selfTriagePage .card.withButton.nodeGroupOption {
    padding-bottom: 0.5rem;
  }
}
.selfTriage .selfTriagePage .card:not(.withButton) {
  min-height: 4.5rem;
}

.selfTriage .pastTriagesPage .nodeCard.withButton {
  padding-bottom: 0.5rem;
  min-height: 5rem;
}
@media screen and (max-width: 768px) {
  .selfTriage .pastTriagesPage .nodeCard.withButton {
    padding-bottom: 2.5rem;
  }
}

/* #endregion */
/* #region Terms and conditions */
.selfTriage.selfTriageTermsAndPrivacy .loadingContainer {
  position: absolute;
  z-index: 99;
  margin-top: 5rem;
}
.selfTriage.selfTriageTermsAndPrivacy .termsContainer,
.selfTriage.selfTriageTermsAndPrivacy .privacyContainer {
  min-height: 3rem;
  outline: none;
}
.selfTriage.selfTriageTermsAndPrivacy .termsContainer .terms,
.selfTriage.selfTriageTermsAndPrivacy .privacyContainer .terms {
  padding: 1rem 0.5rem;
}
@media (max-width: 768px) {
  .selfTriage.selfTriageTermsAndPrivacy .termsContainer .terms.multipleContainers,
  .selfTriage.selfTriageTermsAndPrivacy .privacyContainer .terms.multipleContainers {
    max-height: 300px;
  }
}
.selfTriage.selfTriageTermsAndPrivacy .termsContainer [data-message-display-for=termsCheckbox],
.selfTriage.selfTriageTermsAndPrivacy .termsContainer [data-message-display-for=privacyCheckbox],
.selfTriage.selfTriageTermsAndPrivacy .privacyContainer [data-message-display-for=termsCheckbox],
.selfTriage.selfTriageTermsAndPrivacy .privacyContainer [data-message-display-for=privacyCheckbox] {
  padding: 0.25rem 0.75rem;
}
.selfTriage.selfTriageTermsAndPrivacy .termsContainer #termsCheckboxContainer > label.buttoncheck.termsPrivacyCheck,
.selfTriage.selfTriageTermsAndPrivacy .termsContainer #privacyCheckboxContainer > label.buttoncheck.termsPrivacyCheck,
.selfTriage.selfTriageTermsAndPrivacy .privacyContainer #termsCheckboxContainer > label.buttoncheck.termsPrivacyCheck,
.selfTriage.selfTriageTermsAndPrivacy .privacyContainer #privacyCheckboxContainer > label.buttoncheck.termsPrivacyCheck {
  background-color: inherit;
  box-shadow: 0 0 0 0;
  text-decoration: none;
}

/* #endregion */
/* #region Self Triage History */
@media screen and (max-width: 1025px) {
  .selfTriage .pastTriagesPage .pastTriageList {
    width: 100%;
    max-height: none;
    padding-right: 0px;
    overflow: visible;
  }
  .selfTriage .pastTriagesPage .actionNodesContainer {
    width: 100%;
    margin-top: 0px;
  }
  .selfTriage .pastTriagesPage .header,
  .selfTriage .pastTriagesPage .treeTitle {
    padding-bottom: 0.1rem;
  }
  .selfTriage .pastTriagesPage .backButton {
    font-size: 1rem;
    padding-bottom: 0.3rem;
    display: block;
  }
  .selfTriage .pastTriagesPage .actionNodesContainer .treeTitle {
    margin: 0;
  }
  .selfTriage .pastTriagesPage .actionNodesContainer .treeTitle .date {
    display: block;
    padding: 0.3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .selfTriage .pastTriagesPage .pastTriageList {
    display: inline-block;
    width: 24%;
    margin-right: 1%;
    vertical-align: top;
    max-height: 700px;
    overflow: auto;
    padding-right: 1%;
  }
  .selfTriage .pastTriagesPage .actionNodesContainer {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    margin-top: 0.5rem;
  }
  .selfTriage .pastTriagesPage .actionNodesContainer .treeTitle .header {
    padding-top: 0;
    line-height: 1.8rem;
  }
  .selfTriage .pastTriagesPage .actionNodesContainer .treeTitle .date {
    display: none;
  }
}
.selfTriage .pastTriagesPage .actionNodesPage {
  position: relative;
}

.selfTriage .pastTriageList .pastTriage {
  opacity: 0.8;
  min-height: 5.2rem;
}
.selfTriage .pastTriageList .pastTriage.selected {
  opacity: 1;
}
.selfTriage .pastTriageList .pastTriage .date {
  text-align: center;
  line-height: initial;
  width: 25%;
  display: inline-block;
  margin-right: 0.5%;
  vertical-align: top;
}
.selfTriage .pastTriageList .pastTriage .date * {
  display: block;
}
.selfTriage .pastTriageList .pastTriage .date .verticalMonth {
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
}
html[lang=fi] .selfTriage .pastTriageList .pastTriage .date .verticalMonth {
  font-size: 0.8rem;
}
.selfTriage .pastTriageList .pastTriage .date .verticalDateOfMonth {
  font-size: 1.7rem;
  line-height: 1.7rem;
}
.selfTriage .pastTriageList .pastTriage .date .verticalYear,
.selfTriage .pastTriageList .pastTriage .date .verticalDayOfWeek {
  font-size: 1rem;
  line-height: 1rem;
}
.selfTriage .pastTriageList .pastTriage .triageInfo {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

/* #endregion */
