<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright 2022-2024 Epic Systems Corporation */
@media screen and (max-width: 768px) {
  .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 .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 .card .order .personalInformationContainer, .selfTriage .actionNodeWorkflow .card.createAcctCard .personalInformationContainer,
.selfTriage .actionNodeWorkflow .card .eVisit .personalInformationContainer,
.selfTriage .actionNodeWorkflow .card .apptRequest .personalInformationContainer {
  background: rgba(0, 82, 41, 0.05);
  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;
}
</pre></body></html>