﻿/* Copyright 2022-2024 Epic Systems Corporation */
@media screen and (max-width: 768px) {
  .respquestionnaire .selfTriage .actionNodeWorkflow .stSignup .createAcctSection .createAcctCard {
    padding-bottom: 0;
  }
  .respquestionnaire .selfTriage .actionNodeWorkflow .stSignup .createAcctSection .createAcctCard .createAcctBtn {
    display: flex;
    min-height: 0;
  }
  .respquestionnaire .selfTriage .actionNodeWorkflow .stSignup .createAcctSection .createAcctCard .createAcctBtn * {
    margin-bottom: 0.25rem;
  }
}
.selfTriage .landingPage .decisionTreeList .card.decisionTree {
  flex-basis: 32.3333333333%;
}
.selfTriage .actionNodeWorkflow .stSignup {
  margin-top: 1rem;
}
.selfTriage .actionNodeWorkflow .stSignup .createAcctHeader {
  font-size: 1.17rem;
  padding: 0;
  margin: 0 0.5% 0.5rem;
  width: 99%;
}
.selfTriage .actionNodeWorkflow .stSignup .createAcctSection .createAcctCard {
  padding-top: 0.875rem;
}
.selfTriage .actionNodeWorkflow .stSignup .createAcctSection .createAcctCard .createAcctNode {
  display: block;
}
.selfTriage .actionNodeWorkflow .stSignup .createAcctSection .createAcctCard .createAcctNode .imgAndText {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.selfTriage .actionNodeWorkflow .stSignup .createAcctSection .createAcctCard .createAcctNode .imgAndText .createAcctImg {
  height: 2rem;
  width: 2rem;
  margin-top: -0.375rem;
}
.selfTriage .actionNodeWorkflow .stSignup .createAcctSection .createAcctCard .createAcctNode .imgAndText .createAcctTxt {
  width: calc(100% - 2rem);
  padding: 0 0 0 0.5rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .selfTriage .actionNodeWorkflow .stSignup .createAcctSection .createAcctCard .createAcctNode .imgAndText .createAcctTxt {
    max-width: calc(70% - 1rem);
  }
}
.selfTriage .actionNodeWorkflow .card .order .personalInformationContainer, .selfTriage .actionNodeWorkflow .card.createAcctCard .personalInformationContainer,
.selfTriage .actionNodeWorkflow .card .eVisit .personalInformationContainer,
.selfTriage .actionNodeWorkflow .card .apptRequest .personalInformationContainer {
  padding: 0 0.5rem;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media screen and (max-width: 1299px) {
  .selfTriage .actionNodeWorkflow .card .visit.video .visitWorkflow .personalInformationContainer {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.selfTriage .actionNodeWorkflow .card .errorContent {
  width: 100%;
  padding: 0 0 0 2.2rem;
}
.selfTriage .actionNodeWorkflow .card .errorContent .failedErrorMessage {
  width: auto;
}
.selfTriage .actionNodeWorkflow .card .errorContent .failedErrorMessage .failedErrorMessageText {
  font-size: 13pt;
}
.selfTriage .actionNodeWorkflow .card .personalInformationContainer .button {
  width: fit-content;
}
.selfTriage .actionNodeWorkflow .card .personalInformationContainer .loginExplanation {
  padding-top: 0;
}
.selfTriage .actionNodeWorkflow .card .personalInformationContainer .loginOption {
  margin-bottom: 1.5rem;
}
