@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
.bg-background {
  background: #e6eaf0;
}
.bg-bright {
  background: #c0cafa;
}
.bg-dark {
  background: #081467;
}
.bg-error {
  background: #fae2e2;
}
.bg-warning {
  background: #ffede1;
}
.bg-notice {
  background: #fff1d6;
}
.bg-success {
  background: #d6f1d1;
}
.color-error {
  color: #dd3333;
}
.color-warning {
  color: #ff872e;
}
.color-notice {
  color: #ffb833;
}
.color-success {
  color: #44aa33;
}
.color-success-ria {
  color: #307a5c;
}
.text-small {
  font-size: 10px;
}
.text-md {
  font-size: 13px;
}
.alert {
  background: #d6f1d1;
  border: 1px solid #44aa33;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.alert--header {
  margin: 0 0 1rem;
}
.alert.-error {
  background: #fae2e2;
  border-color: #dd3333;
}
.alert.-warning {
  background: #ffede1;
  border-color: #ff872e;
}
.alert.-info {
  background: #e6eaf0;
  border-color: #96a7c0;
}
.alert.-notice {
  background: #fff1d6;
  border-color: #ffb833;
}
.alert-text--header {
  margin: 0 0 1rem;
}
.alert-text.-error {
  color: #dd3333;
}
.alert-text.-warning {
  color: #ff872e;
}
.alert-text.-info {
  color: #44aa33;
}
.alert-text.-notice {
  color: #ffb833;
}
svg.chart g.dot circle {
  fill: #e6eaf0;
  stroke: #798ef4;
  stroke-width: 3;
}
svg.chart g.dot circle.static {
  fill: #798ef4;
}
svg.chart g.dot circle.success {
  stroke: #44aa33;
}
svg.chart g.dot circle.warning {
  stroke: #ff872e;
}
svg.chart g.dot circle:hover + .chart-tip {
  display: block;
}
svg.chart g.dot:hover circle {
  fill: #798ef4;
}
svg.chart g.dot:hover circle.success {
  fill: #44aa33;
}
svg.chart g.dot:hover circle.warning {
  fill: #ff872e;
}
svg.chart polyline {
  stroke-width: 1;
}
svg.chart polyline.axis {
  stroke: #000000;
}
svg.chart polyline.burnup {
  fill: none;
  stroke: #d8d8d8;
  stroke-dasharray: 0.25em;
}
svg.chart polyline.guide {
  stroke: #dddddd;
}
svg.chart polyline.completed-visits {
  fill: none;
  stroke-width: 3;
  stroke: #798ef4;
}
svg.chart text {
  font-size: 10px;
}
svg.chart text.axis-label {
  font-weight: bold;
}
svg.chart text.goal {
  fill: #dd3333;
  font-size: 12px;
  font-weight: bold;
}
svg.chart .chart-tip:hover {
  display: block;
}
svg.chart .chart-tip {
  display: none;
}
svg.chart .chart-tip text {
  fill: black;
  font-size: 8px;
}
svg.warning {
  color: #ff872e;
}
.enhanced-select {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  height: 46px;
}
.enhanced-select:not(.open),
.enhanced-select:not(.open) * {
  cursor: pointer;
}
.enhanced-select .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.enhanced-select .options {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: none;
}
.enhanced-select .options .options-inner {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.enhanced-select input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: transparent;
  background: #fff;
  border: 1px solid #d8d8d8;
  margin: 0 0 0 -1px;
  width: calc(100% + 2px);
  opacity: 0;
}
.enhanced-select.open .options {
  display: block;
}
.enhanced-select.open input {
  opacity: 1;
  position: static;
}
.enhanced-select .indicator {
  padding: 10px;
}
.enhanced-select .option-row {
  cursor: default;
  padding: 5px 7px;
}
.enhanced-select .option-row:not(.noselect) {
  cursor: pointer;
}
.enhanced-select .option-row:not(.noselect):hover {
  background: #eee;
}
.enhanced-select .option-row:not(.noselect).selected {
  background: #ddd;
}
button:disabled,
button:disabled:hover {
  cursor: not-allowed;
  background-color: gray !important;
  text-decoration: none;
}
button.bg-transparent,
button.bg-transparent:hover {
  background-color: transparent !important;
  color: gray;
}
.ace-arb-select .enhanced-select .indicator {
  min-width: 300px;
}
.snap-form .hide-next-gen {
  display: none !important;
}
.snap-form .btn-row {
  display: flex;
}
.snap-form .btn-row button {
  flex: 1;
  margin: 0;
  padding: 10px;
  color: white;
  background: #4555a4;
  border: 1px solid #4555a4;
}
.snap-form .btn-row button:first-child {
  border-right: 1px solid white;
}
.snap-form .navigation-btn {
  flex: 1;
  background: #4555a4;
  border: 1px solid #4555a4;
  color: white;
  user-select: none;
  margin: 0;
  padding: 10px;
  border-right: 1px solid white;
}
.snap-form .navigation-btn:last-child {
  border-right: none;
}
.snap-form .navigation-btn:disabled,
.snap-form .navigation-btn:disabled:hover {
  cursor: not-allowed;
  background-color: gray;
  text-decoration: none;
}
.snap-form .form-overlay {
  transition: backdrop-filter ease-out 100ms;
}
.snap-form .form-overlay.active {
  background-color: #ffffff88;
  backdrop-filter: blur(2px);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.snap-form .collection {
  display: inline-block;
  position: relative;
}
.snap-form .collection .inaccurate-answer {
  padding: 8px;
  padding-top: 0;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.snap-form .collection .folder-tab {
  user-select: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  border: 1px solid #798ef4;
  padding: 8px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  white-space: nowrap;
}
.snap-form .collection .folder-tab svg {
  margin-right: 8px;
}
.snap-form .collection .folder-tab.remove {
  cursor: pointer;
}
.snap-form .collection.read-only {
  border: 1px solid #798ef4;
  margin: 35px 8px;
  flex-wrap: wrap;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.snap-form .collection.read-only .folder {
  display: flex;
  flex-direction: column;
}
.snap-form .collection.read-only .remove {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.snap-form .collection.read-only .inaccurate {
  padding-left: 0;
  user-select: none;
}
.snap-form .collection.read-only .inaccurate input[type="checkbox"] {
  padding-left: 0;
  margin-left: 0;
}
.snap-form .collection.read-only .inaccurate label {
  cursor: pointer;
}
.snap-form .collection.read-only .body {
  display: flex;
  user-select: none;
  margin: 15px;
  padding-left: 30px;
  position: relative;
}
.snap-form .collection.read-only .dot {
  position: absolute;
  background: #798ef4;
  left: 5px;
  top: 50%;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.snap-form .collection.read-only:hover {
  opacity: 1;
  background: #eff1fe;
}
.snap-form .collection.page-modal {
  display: block;
  box-shadow: 0px 20px 40px -5px #333;
  -webkit-box-shadow: 0px 20px 40px -5px #333;
  -moz-box-shadow: 0px 20px 40px -5px #333;
  width: 100%;
  max-width: 780px;
  border: 1px solid #333;
  z-index: 2;
  background-color: white;
  position: fixed;
  top: 25%;
  margin-left: -20px;
}
.snap-form .collection.page-modal .body {
  padding: 20px;
}
@media (max-height: 760px) {
  .snap-form .collection.page-modal {
    top: 15%;
  }
}
@media (max-height: 680px) {
  .snap-form .collection.page-modal {
    top: 10%;
  }
}
.snap-form .collection.inline-modal {
  box-shadow: 0px 0px 100px -2px rgba(200, 200, 200, 0.75);
  -webkit-box-shadow: 0px 0px 100px -2px rgba(200, 200, 200, 0.75);
  -moz-box-shadow: 0px 0px 100px -2px rgba(200, 200, 200, 0.75);
  border: 1px solid #aaa;
  z-index: 2;
  padding: 20px;
  background-color: white;
  position: relative;
  margin: 10px;
}
.snap-form .question-group {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7eaef;
  display: relative;
}
.snap-form .question-group [class$=":yes-no"] {
  position: absolute;
  right: 0;
  top: 0;
}
.snap-form .question-group .no-data-provided {
  padding: 8px;
  text-align: center;
  font-weight: bold;
}
.snap-form .question-group [class*=":personal-history-substance-"],
.snap-form .question-group [class*=":family-history-substance-"],
.snap-form .question-group [class*=":disease-history-"] {
  float: left;
  padding: 0 12px;
}
.snap-form div.-inline {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-right: 40px;
  margin: 15px 0;
}
.snap-form div.-inline input {
  width: auto;
}
.snap-form label {
  font-size: 12px;
  font-weight: bold;
}
.snap-form label.-block {
  display: block;
  padding: 15px 0;
}
.snap-form label.default {
  display: inline-block;
  margin-right: 40px;
  margin: 15px 0;
}
.snap-form label.default input {
  width: auto;
}
.snap-form label.-inline {
  display: inline-block;
  margin-right: 40px;
  margin: 15px 0;
}
.snap-form label.-inline input {
  width: auto;
}
.snap-form label.-option {
  position: relative;
  display: inline-block;
}
.snap-form label.-option input {
  width: 1px;
  height: 1px;
  margin: 0 -1px 0 0;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  /* Obscure input behind the label (to hide it) so that these type of inputs can be required.
         * Otherwise, the browser will throw an error because the input is not focusable. */
}
.snap-form label.-option input + .label {
  background: #e6eaf0;
  border-radius: 7px;
  color: #231f20;
  display: inline-block;
  font-size: 14px;
  margin: 4px;
  padding: 10px 15px;
  white-space: initial;
}
.snap-form label.-option input:checked + .label {
  background: #4555a4;
  color: white;
}
.snap-form label.-option input.yes-checked + .label {
  background: #4555a4;
  color: white;
}
.snap-form label.-option input.no-checked + .label {
  background: #4555a4;
  color: white;
}
.snap-form input,
.snap-form select {
  border: none;
  border-bottom: 2px solid #d8d8d8;
  padding-left: 3px;
  display: initial;
  margin: 0;
}
.snap-form textarea {
  font-family: Lato, sans-serif;
  min-height: 150px;
  width: 100%;
  padding: 5px 8px;
  font-size: 14px;
}
.snap-form .required-disclaimer {
  color: #dd3333;
  font-size: 12px;
}
.snap-form .banner {
  background: #4555a4;
  margin: 0;
  padding: 20px;
}
.snap-form .banner h2 {
  margin: 0;
}
.snap-form table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  width: 100%;
}
.snap-form table th {
  font-weight: bold;
  vertical-align: bottom;
}
.snap-form table th,
.snap-form table td {
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 10px;
  text-align: left;
}
.snap-form table th.indent:first-child,
.snap-form table td.indent:first-child {
  position: relative;
  left: 15px;
}
.snap-form table th.occur,
.snap-form table td.occur {
  text-align: center;
  width: 30px;
}
.snap-form .answer-freeform {
  border: 1px solid #d8d8d8;
  margin: 30px 0;
  padding: 10px 20px;
  position: relative;
}
.snap-form .answer-freeform .number-pill {
  background: #4555a4;
  border-radius: 100px;
  color: white;
  font-weight: bold;
  height: 30px;
  left: -15px;
  min-width: 30px;
  padding: 4px 7px 0 8px;
  position: absolute;
  text-align: center;
  top: -15px;
}
.snap-form .__inner {
  background: #e6eaf0;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.snap-form .__inner label.-option input + .label {
  border: 1px solid #d8d8d8;
}
.snap-form .answer-yes-no,
.snap-form .answer-radio {
  border-bottom: 1px solid transparent;
  font-size: 1.125rem;
}
.snap-form .answer-yes-no.row,
.snap-form .answer-radio.row,
.snap-form .answer-yes-no > .row,
.snap-form .answer-radio > .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.snap-form .answer-yes-no.row > :first-child,
.snap-form .answer-radio.row > :first-child,
.snap-form .answer-yes-no > .row > :first-child,
.snap-form .answer-radio > .row > :first-child {
  flex: 1 70%;
  margin-right: 30px;
}
.snap-form .answer-yes-no.row > :last-child,
.snap-form .answer-radio.row > :last-child,
.snap-form .answer-yes-no > .row > :last-child,
.snap-form .answer-radio > .row > :last-child {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.snap-form .answer-yes-no.row > :last-child .carryover-indicator,
.snap-form .answer-radio.row > :last-child .carryover-indicator,
.snap-form .answer-yes-no > .row > :last-child .carryover-indicator,
.snap-form .answer-radio > .row > :last-child .carryover-indicator {
  white-space: nowrap;
  margin-right: 5px;
}
.snap-form .answer-yes-no > .reveal > h3.ext-display-header,
.snap-form .answer-radio > .reveal > h3.ext-display-header {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #c9d1de;
  margin-bottom: 0.25rem;
}
.snap-form .answer-yes-no > .reveal > h3.ext-display-header:first-child,
.snap-form .answer-radio > .reveal > h3.ext-display-header:first-child {
  padding-top: 1rem;
}
.snap-form .answer-yes-no:hover,
.snap-form .answer-radio:hover {
  border-bottom-color: #d8d8d8;
}
.snap-form .answer-yes-no label,
.snap-form .answer-radio label {
  cursor: pointer;
}
.snap-form input[type="checkbox"],
.snap-form input[type="radio"] {
  cursor: pointer;
}
.snap-form input[type="checkbox"] + .label,
.snap-form input[type="radio"] + .label {
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
}
.snap-form .form-section {
  border: 1px solid #d8d8d8;
  margin: 10px auto 40px;
  max-width: 1000px;
}
.snap-form .question-group {
  background: white;
  position: relative;
}
.snap-form .question-group:not(.review) section {
  min-height: 800px;
}
.snap-form .question-group .-complete {
  background: #e6eaf0;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.snap-form .question-group .edit-button {
  padding: 35px;
  position: absolute;
  right: 0;
  top: 0;
}
.snap-form .question-group .edit-button svg {
  margin: 20px;
}
.snap-form .question-group.review {
  padding: 20px;
}
.snap-form .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.snap-form .row.-top {
  align-items: flex-start;
}
.snap-form .row.-top label {
  display: block;
}
.snap-form .row .header {
  font-size: 12px;
  font-weight: bold;
  color: gray;
}
.snap-form .date-row {
  display: flex;
}
.snap-form .title {
  font-size: 12px;
  margin-right: 10px;
}
.snap-form .reveal {
  animation: slidein 0.3s both;
}
.snap-form .callout {
  border: 1px solid #d8d8d8;
  border-width: 1px 0;
  margin: 3em 0 1em;
  padding: 1em 0;
}
.snap-form .form-menu {
  font-size: 14px;
  margin: auto;
  max-width: 460px;
  text-align: left;
}
.snap-form .form-menu .banner {
  margin: -20px;
}
.snap-form .form-menu h3 {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 5px;
  margin-top: 40px;
  padding-bottom: 5px;
}
.snap-form .form-menu > div:first-child h3 {
  margin-top: 0;
}
.snap-form .form-menu button {
  border: 1px solid transparent;
  border-radius: 18px;
  display: block;
  font-weight: bold;
  margin: 3px 0;
  padding: 3px 15px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: transform 0.3s;
  width: 100%;
}
.snap-form .form-menu button:hover,
.snap-form .form-menu button.-active {
  border-color: #4555a4;
  transform: scale(1.03);
}
.snap-form .form-menu button.-complete {
  color: #d8d8d8;
  font-weight: normal;
}
.snap-form .form-menu button.-complete:hover,
.snap-form .form-menu button.-complete.-active {
  border-color: #d8d8d8;
  transform: scale(1);
}
.snap-form .form-menu button svg {
  position: absolute;
  right: 10px;
  top: 6px;
  transition: transform 0.3s;
}
.snap-form .form-menu button svg.-hover {
  visibility: hidden;
}
.snap-form .form-menu button svg.-circled {
  background: green;
  border-radius: 50px;
  color: white;
  height: 18px;
  padding: 3px;
  right: 6px;
  transform: translateY(-1.5px);
  width: 18px;
}
.snap-form .form-menu button:hover svg.-hover {
  visibility: visible;
}
.snap-form .progress {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  font-size: small;
  overflow: auto;
  position: relative;
  text-align: center;
}
.snap-form .progress-inner {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.6s;
  margin-top: 0;
}
.snap-form div.break {
  background: white;
  padding-bottom: 3rem;
}
.print-footer,
.visit-type {
  display: none;
}
@media print {
  @page {
    size: auto;
    margin: 30px 0 20px 0;
  }
  .header h1 {
    display: none !important;
  }
  .footer-placeholder,
  .print-footer {
    height: 100px;
  }
  .print-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: calc(100% - 80px);
    border-top: 1px solid black;
    padding-top: 12px;
  }
  .print-footer .visit-type {
    display: block;
  }
  .print-footer .visit-details h4 {
    display: none;
  }
  body {
    background: white !important;
    font-size: 12px !important;
    height: auto !important;
  }
  body thead {
    display: table-row-group;
  }
  body .snap-form:not(.v2) {
    background-color: black !important;
  }
  body .snap-form:not(.v2) h1,
  body .snap-form:not(.v2) h2 {
    margin: 0;
    padding: 0;
  }
  body .snap-form:not(.v2) .banner {
    background: none;
    border-bottom: 1px solid #d8d8d8;
    break-after: avoid;
    break-inside: avoid;
    color: #231f20;
  }
  body .snap-form:not(.v2) .form-section {
    border: none;
    break-inside: avoid;
  }
  body .snap-form:not(.v2) .form-section:first-child {
    break-inside: auto;
  }
  body .snap-form:not(.v2) .question-group {
    break-inside: avoid;
  }
  body section {
    padding: 10px 0;
  }
  body button,
  body header,
  body footer,
  body .menu,
  body .tooltip,
  body .qr-code {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
.demo .form {
  background-color: #fff;
  width: 100%;
  max-width: 800px;
}
.demo .form .advance {
  display: flex;
  justify-content: space-around;
}
.demo .form form.form {
  background-color: white;
}
.demo .form form.form h1 {
  user-select: none;
}
.demo .form .welcome .description {
  margin-bottom: 20px;
}
.demo .form .welcome .notify {
  margin-bottom: 20px;
}
.demo .form label {
  font-size: 16px;
}
.demo .form .header {
  margin-top: 20px;
  margin-bottom: 20px;
}
.demo .form .header .branding-logo {
  max-height: 52px;
  margin-bottom: 2px;
}
.demo .form .header .progress-container .progress {
  margin-top: 0;
  background: #eee;
  border-radius: 4px;
  font-size: small;
  overflow: auto;
  position: relative;
  text-align: center;
  min-height: 8px;
}
.demo .form .header .progress-container .progress-inner {
  background: #4555a4;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.6s;
  margin-top: 0;
}
.demo .form .header .progress-container .txt {
  font-size: small;
  text-align: center;
}
.demo .form .q-el-question:not(.q-type-multi-answer) {
  padding: 12px 0;
}
.demo .form dt {
  font-weight: bold;
}
.demo .form dd {
  margin-bottom: 20px;
  text-align: justify;
}
.demo .form .notify p {
  margin-bottom: 8px;
}
.demo .form .nav {
  display: flex;
  justify-content: space-between;
  margin: 12px 20px;
}
.demo .form input {
  background-color: #fafcff;
  padding-left: 8px;
  font-size: 1.13rem;
  line-height: 1.75rem;
}
.demo .form input::placeholder {
  color: #888;
}
.demo .form label.default {
  user-select: none;
  font-size: large;
}
.demo .form label.default > div {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.demo .form .q-el-question label.-option {
  margin: 0;
  padding: 8px;
}
.demo .form .q-el-question label.-option .label {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  user-select: none;
  border: 1px solid #aaa;
  border-radius: 5px;
  text-align: center;
  font-size: large;
  padding: 18px;
  width: 200px;
}
.demo .form :checked + .label {
  background-color: #4555a4 !important;
  color: white;
}
.demo .form .gen-marital-status-question-el h3,
.demo .form .gen-sex-question-el h3,
.demo .form .gen-email-can-contact-question-el h3,
.demo .form .gen-employment-status-question-el h3,
.demo .form .gen-message-consent-question-el h3,
.demo .form .gen-who-question-el h3 {
  font-size: xx-large;
  padding-bottom: 0 !important;
}
.demo .form .gen-marital-status-question-el .q-el-question > div,
.demo .form .gen-sex-question-el .q-el-question > div,
.demo .form .gen-email-can-contact-question-el .q-el-question > div,
.demo .form .gen-employment-status-question-el .q-el-question > div,
.demo .form .gen-message-consent-question-el .q-el-question > div,
.demo .form .gen-who-question-el .q-el-question > div {
  justify-content: center;
}
.demo .form .gen-marital-status-question-el .q-el-question label.default > div,
.demo .form .gen-sex-question-el .q-el-question label.default > div,
.demo .form .gen-email-can-contact-question-el .q-el-question label.default > div,
.demo .form .gen-employment-status-question-el .q-el-question label.default > div,
.demo .form .gen-message-consent-question-el .q-el-question label.default > div,
.demo .form .gen-who-question-el .q-el-question label.default > div {
  display: flex;
  flex-direction: column;
}
.demo .form .gen-marital-status-question-el .q-el-question label.default > div :checked + .label,
.demo .form .gen-sex-question-el .q-el-question label.default > div :checked + .label,
.demo .form .gen-email-can-contact-question-el .q-el-question label.default > div :checked + .label,
.demo .form .gen-employment-status-question-el .q-el-question label.default > div :checked + .label,
.demo .form .gen-message-consent-question-el .q-el-question label.default > div :checked + .label,
.demo .form .gen-who-question-el .q-el-question label.default > div :checked + .label {
  background-color: #4555a4 !important;
  color: white;
}
.demo .form .gen-marital-status-question-el .q-el-question label.default > div label.-option .label,
.demo .form .gen-sex-question-el .q-el-question label.default > div label.-option .label,
.demo .form .gen-email-can-contact-question-el .q-el-question label.default > div label.-option .label,
.demo .form .gen-employment-status-question-el .q-el-question label.default > div label.-option .label,
.demo .form .gen-message-consent-question-el .q-el-question label.default > div label.-option .label,
.demo .form .gen-who-question-el .q-el-question label.default > div label.-option .label {
  min-width: 400px;
}
.demo .nav-form {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.demo .nav-form > * {
  padding: 1rem;
}
.demo .nav-form .nav,
.demo .nav-form .info {
  width: 25%;
  margin-top: 80px;
}
.demo .nav-form .form {
  flex-grow: 1;
}
.demo .nav-form .nav .title {
  margin-bottom: 16px;
}
.demo .nav-form .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.demo .nav-form .nav .dot {
  height: 16px;
  width: 16px;
  margin-right: 16px;
  border-radius: 100px;
  border: 2px solid #a6a6a6;
}
.demo .nav-form .nav .active > div > .dot {
  border: 4px solid #53a8a0;
}
.demo .nav-form .nav .separator {
  width: 1rem;
  justify-content: center;
  display: flex;
}
.demo .nav-form .nav .separator .sub {
  height: 24px;
  border-left: 2px solid #a6a6a6;
}
.demo .nav-form .q-type-agreement-signature .prompt {
  margin-left: 21px;
  margin-top: -8px;
}
.demo .nav-form .q-type-agreement-signature .sign-full-name {
  flex: 1;
}
.demo .nav-form .q-type-agreement-signature .sign-full-name input {
  font-family: cursive !important;
  font-weight: bold;
}
.demo .nav-form .q-type-agreement-signature .sign-initials input {
  font-family: cursive !important;
  font-weight: bold;
  text-align: center;
}
.radio-selected {
  background-color: #f9f8ff;
}
.outer-provider-card h1 {
  font-size: 25px;
}
.outer-provider-card img {
  border-radius: 6px;
}
.outer-provider-card .provider-card {
  border-width: 0 !important;
  padding: 0 !important;
}
.outer-provider-card .bio,
.outer-provider-card .contact {
  display: none;
}
.outer-provider-card .rating {
  display: none;
}
.modal {
  animation: slidein 0.6s both;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 6px 0 rgba(98, 99, 102, 0.2);
  margin: auto;
  max-width: 500px;
  min-height: 60px;
  max-height: calc(100% - 60px);
  overflow: auto;
  padding: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.modal-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-container {
  bottom: 0;
  display: flex;
  left: 0;
  overflow-y: auto;
  padding: 12px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch;
}
.modal-close {
  background: white;
  border-radius: 999px;
  cursor: pointer;
  font-size: 24px;
  height: 40px;
  opacity: 0.7;
  padding: 3px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  transition: opacity 0.1s;
  width: 40px;
}
.modal-close:hover {
  opacity: 1;
}
.modal.-full-page {
  background: #e6eaf0;
  max-width: 1200px;
  min-height: 80%;
  padding: 0;
  width: 95%;
}
@keyframes slidein {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.screenings-modal {
  margin: 60px auto auto auto;
}
.ppps .modal-container .modal iframe {
  width: 100%;
  height: 610px;
}
.ppps .modal {
  min-height: 400px;
  max-width: 800px;
  top: 36px;
}
.sidebar-wrapper {
  position: sticky;
  top: 0;
}
.sidebar {
  background-color: #212457;
  width: 240px;
  transition: width 0.3s;
  max-height: 100vh;
  grid-row: 1 / span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  box-shadow: 2px 0 12px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.sidebar--header {
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  grid-column: 1 / span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
.sidebar .logo {
  height: 45px;
}
.sidebar--footer {
  bottom: 0px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  border-top: 1px solid #d8d8d8;
  grid-column: 1 / span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
.sidebar--footer--buttons {
  display: flex;
  flex-direction: column;
}
.sidebar--footer button {
  color: white;
  width: fit-content;
}
.sidebar--footer button:last-of-type {
  padding-top: 8px;
}
.sidebar--collapsed {
  width: 82px;
}
.sidebar--collapsed .label {
  opacity: 0;
}
.sidebar--collapsed .sidebar--footer {
  padding: 10px;
  justify-content: center;
}
.sidebar--collapsed .sidebar--footer > .circle {
  opacity: 0;
}
.sidebar .label {
  transition: opacity 0.3s;
}
.side-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  grid-column: 1 / span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.side-menu a.side-menu--option {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 25px;
}
.side-menu a.side-menu--option:hover {
  text-decoration: none;
}
.side-menu a.side-menu--option.selected {
  font-weight: bold;
  border-right: 10px solid #8390e3;
}
.side-menu a.side-menu--option img {
  margin-right: 15px;
  width: 30px;
}
.layout {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: auto 1fr;
  max-height: 100vh;
}
.layout .header {
  height: 85px;
  padding: 20px;
  padding-left: 40px;
  background: #e6eaf0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  z-index: 200;
}
.layout .header > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.layout .header > button {
  color: #231f20;
}
.layout .header span.circle {
  font-size: 30px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.toggle {
  color: #d8d8d8;
  margin: -20px;
  margin-top: -31px;
  padding: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
}
.grid-column {
  overflow-y: scroll;
  overflow-x: auto;
  padding: 40px;
  padding-top: 0px;
  height: calc(100vh - 85px);
  -ms-grid-column: 2;
}
.spinner-svg {
  animation: 3s linear infinite svg-animation;
  max-width: 100px;
}
@keyframes svg-animation {
  0% {
    transform: rotateZ(-90deg);
  }
  100% {
    transform: rotateZ(270deg);
  }
}
.spinner-circle {
  animation: 2.4s ease-in-out infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 8px;
  transform-origin: 50% 50%;
}
@keyframes circle-animation {
  0% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  50% {
    stroke-dashoffset: 15;
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg);
  }
}
.tabs {
  background: #4555a4;
  border: 2px solid #4555a4;
  border-radius: 999px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.tabs button,
.tabs a {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s;
  border: none;
  border-radius: 0;
  margin-left: 2px;
  position: relative;
  appearance: auto;
  letter-spacing: normal;
}
.tabs button:first-of-type,
.tabs a:first-of-type {
  margin: 0;
}
.tabs button:hover,
.tabs a:hover {
  background: #e6eaf0;
}
.tabs button:not(.-secondary),
.tabs a:not(.-secondary) {
  pointer-events: none;
  color: white;
}
.tabs button:not(.-secondary):hover,
.tabs a:not(.-secondary):hover {
  background: #4555a4;
}
.tooltip {
  align-items: center;
  border-radius: 50%;
  color: #231f20;
  display: inline-block;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 5;
}
.tooltip:before {
  display: inline-block;
  margin-left: 1px;
}
.tooltiptext {
  background-color: #231f20;
  border-radius: 4px;
  color: white;
  font-size: 0.8em;
  left: 50%;
  padding: 1em;
  position: absolute;
  text-align: center;
  top: 2em;
  transform: translateX(-50%);
  visibility: hidden;
  width: 10em;
}
.tooltiptext:hover {
  visibility: visible;
}
.tool-tip {
  position: relative;
}
.tool-tip img {
  height: 16px;
  margin-bottom: 4px;
}
.tool-tip:hover .tool-tip-text {
  visibility: visible;
}
.tool-tip-text {
  background-color: #e6eaf0;
  border-radius: 4px;
  font-size: 12px;
  position: absolute;
  bottom: 24px;
  left: 16px;
  visibility: hidden;
  padding: 4px 8px;
}
.patient-app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: auto;
  min-width: 320px;
}
.patient-app .patient-app-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 3em auto 0;
  max-width: 800px;
}
.patient-app .box {
  color: inherit;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  width: 100%;
  background: white;
  overflow: hidden;
}
.patient-app .view-title {
  font-size: clamp(1.4rem, 7vw, 2.25rem);
  font-weight: normal;
  margin-bottom: 1rem;
}
.patient-app h1,
.patient-app h2,
.patient-app h3,
.patient-app h4,
.patient-app h5,
.patient-app h6,
.patient-app p {
  margin: 0;
}
.patient-app .with-header {
  height: calc(100% - 60px) !important;
  position: fixed;
  top: 60px;
}
.patient-app-content {
  padding: 0 1rem;
  flex-grow: 1;
  width: 100%;
  padding-top: 58px;
}
.patient-app .menu-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9;
}
.patient-app .patient-menu {
  background-color: white;
  height: 0%;
  width: 100%;
  position: fixed;
  right: 0;
  top: 58px;
  transition: height ease-out 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9;
}
.patient-app .menu-open {
  height: calc(100% - 58px);
  width: 100%;
  box-shadow: 0 -3px 6px 1px #00000030;
  transition: height ease-out 0.5s;
}
.patient-app .menu-list {
  width: 100%;
  padding: 20px 15px;
  z-index: 9;
}
.patient-app .menu-list h3 {
  margin-top: 0;
}
.patient-app .menu-card {
  background-color: white;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px 0 #00000030;
  padding: 12px;
  overflow: hidden;
  width: 100%;
  border-left: 8px solid transparent;
}
.patient-app .menu-card.submitted,
.patient-app .menu-card.reviewed,
.patient-app .menu-card.exported,
.patient-app .menu-card.export-failed {
  border-left-color: #44aa33;
}
.patient-app .menu-card.started,
.patient-app .menu-card.created {
  border-left-color: #ffb833;
}
.patient-app .menu-card p,
.patient-app .menu-card h4,
.patient-app .menu-card h3 {
  margin: 0;
}
.patient-app .menu-card .card-title {
  margin: 8px 0 2px 0;
}
.patient-app .menu-card .grey {
  color: #d8d8d8;
}
.patient-app .menu-card .check {
  height: 28px;
  width: 28px;
  margin-right: 4px;
}
.patient-app .menu-card .status {
  display: flex;
  align-items: center;
  white-space: normal;
  margin: 10px 0;
}
.patient-app .menu-card .button-div {
  display: flex;
  justify-content: center;
}
.patient-app .menu-card .button {
  margin: 12px auto 8px auto;
  align-self: center;
  position: relative;
}
@media screen and (min-width: 500px) {
  .patient-app .patient-menu {
    right: -5px;
    height: calc(100% - 58px);
    width: 0px;
    transition: width ease-out 0.5s, right ease-out 0.5s;
  }
  .patient-app .menu-open {
    width: 500px;
    right: 0;
    transition: width ease-out 0.5s, right ease-out 0.5s;
  }
  .patient-app .menu-card {
    width: 425px;
    min-width: 425px;
  }
  .patient-app .menu-list {
    padding: 20px 30px;
  }
  .patient-app .menu-list h3 {
    white-space: nowrap;
  }
}
.patient-app .order-card {
  width: 100%;
  background: white;
  border: 1px solid #e6eaef;
  padding: 20px;
  border-radius: 4px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.patient-app .order-card.-done {
  border: 1px solid #44aa33;
  background: #44aa331c;
}
.patient-app .app-loading {
  display: flex;
  padding: 10rem 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.patient-app .app-loading .loading-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.patient-app .app-loading .loading-indicator .loading-label {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.patient-app a.small {
  font-size: 0.875rem;
}
.patient-app a.ext-cta {
  border-radius: 3px;
  display: inline-flex;
  font-weight: bold;
  padding: 0.5em 0.75em;
  transition: all 100ms linear;
}
.patient-app a.ext-cta:hover {
  background: #f0f1f8;
  text-decoration: none;
}
.patient-app a.ext-cta > span:not(:last-child) {
  margin-right: 0.5em;
}
.patient-app header {
  position: fixed;
  top: 0;
}
.patient-app header .patient-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  max-width: 65vw;
  position: absolute;
  right: 12px;
}
.patient-app header .patient-name .menu-icon {
  height: 28px;
  width: 28px;
  margin-left: 8px;
  cursor: pointer;
}
.patient-app header .patient-name .menu-icon {
  display: flex;
  align-items: center;
}
.scheduling-alert {
  background-color: #D1D8FF;
  border-radius: 4px;
  margin: 22px auto;
  max-width: 800px;
  padding: 30px;
}
.patient-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 40px;
}
.with-header.patient-form {
  position: fixed;
  overflow: auto;
  height: calc(100% - 60px);
  width: 100%;
  top: 60px;
}
input:disabled,
select:disabled {
  background-color: #f3f3f3;
}
.patient-form .snap-form {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.patient-form .snap-form .answer-yes-no .__inner {
  margin-top: 0;
}
.patient-form .snap-form h1 {
  font-size: clamp(22px, 7vw, 35px);
}
.patient-form .bg-warning {
  padding: 0.5rem 0.75rem;
  background: #ffefe6;
  margin-bottom: 10px;
  border-radius: 5px;
}
.patient-form ._icon svg {
  display: block;
  transition: transform 0.3s;
}
.patient-form ._icon svg.-hover {
  visibility: hidden;
}
.patient-form ._icon svg.-circled {
  border-radius: 50%;
  height: 18px;
  padding: 3px;
  width: 18px;
}
.patient-form ._icon svg.-success {
  background: #44aa33;
  color: white;
}
.patient-form ._icon svg.-faded {
  border: 1px solid #ddd;
  color: white;
}
.patient-form .form-display {
  padding: 2rem 2rem;
  background: white;
}
.patient-form .section-nav a {
  line-height: 1;
  margin-bottom: 1rem;
  color: #231f20;
}
.patient-form .section-nav ._icon svg {
  height: 17px;
  width: 17px;
  margin-right: 0.5rem;
}
.patient-form .group-flags {
  border-bottom: 1px solid #ddd;
  padding: 1em 0.5rem;
}
.patient-form .group-flags h3 {
  margin: 0 0 0.5rem;
}
.patient-form .group-flags .group-flag {
  background-color: rgba(255, 244, 239, 0.7);
  border-left: 3px solid #ffd1bc;
  padding: 0.75rem 1rem;
}
.patient-form .group-flags .group-flag .flag-name {
  margin: 0;
}
.patient-form .group-flags .group-flag .flag-name span {
  font-weight: normal;
}
.patient-form .group-flags .group-flag .info {
  font-size: 0.875rem;
}
.patient-form .group-flags .group-flag .description {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.patient-form .group-flags .group-flag:not(:last-child) {
  margin-bottom: 1rem;
}
.patient-form .question-group .group-header {
  border-bottom: 1px solid #ddd;
}
.patient-form .question-group .group-header ._icon svg {
  margin-right: 0.5rem;
}
.patient-form .question-group .doc-button {
  background: #E6EAF0;
  padding: 0.5rem 1rem;
  color: black;
  border-radius: 5px;
}
.patient-form .question-group .doc-display-form {
  border-bottom: 2px solid #eee;
  padding: 1rem 0.5rem;
}
.patient-form .question-group .doc-display .value {
  font-size: 1.125rem;
}
.patient-form .question-group .doc-display .value::first-letter {
  text-transform: capitalize;
}
.patient-form .question-group .doc-display > .doc-display-row {
  margin-bottom: 1rem;
}
.patient-form .question-group .doc-display-row .label {
  font-weight: bold;
}
.patient-form .question-group label.radio {
  display: flex;
  align-items: center;
  margin: 12px 18px 12px 0;
}
.auth-modal .birthdate-error {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #dd3333;
  font-size: 14px;
}
.patient-form .auth-modal .modal-logo {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.patient-form .auth-modal .auth-form h2 {
  margin: 0.5rem 0;
}
.patient-form .auth-modal .auth-form .input-group {
  margin: 1.5rem 0;
}
.patient-form .auth-modal .auth-form button {
  margin: 1.5rem auto 0.5rem;
}
.patient-form .modal.flag-modal h2 {
  font-weight: normal;
  margin: 0 0 0.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.patient-form .modal.flag-modal .info-box h3 {
  margin: 0;
  padding: 0.5rem 0;
}
.patient-form .modal.flag-modal .info-box .info {
  background-color: rgba(255, 244, 239, 0.7);
  border: 1px solid #ffd1bc;
  border-radius: 5px;
  padding: 1rem 1rem;
}
.patient-form .modal.flag-modal .info-box .info-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
.patient-form .modal.flag-modal .description-input {
  padding: 1rem 0 0;
}
.patient-form .modal.flag-modal .description-input label {
  display: block;
  margin-bottom: 0.25rem;
}
.patient-form .modal.flag-modal .description-input .optional-label {
  font-size: 0.75rem;
  font-weight: bold;
}
.patient-results .box {
  padding: 0;
}
.patient-results .result--banner {
  align-items: start;
  border-top: 5px solid #307a5c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
.patient-results .result--title {
  display: flex;
  width: 100%;
  padding: 0px 10px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .patient-results .result--title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .patient-results .result--title .title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .patient-results .result .ext-cta {
    border: 1px solid #4555a4;
  }
}
.patient-results .result--info,
.patient-results .result--content,
.patient-results .result--disclaimer {
  border-top: 1px solid #eee;
}
.patient-results .result--info {
  padding: 1rem 1.5rem;
}
.patient-results .result--info-row {
  display: grid;
  grid-template-columns: repeat(3, 33% [col-start]);
}
.patient-results .result--info-cell .label {
  font-weight: normal;
}
.patient-results .result--info-cell .value {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
}
.patient-results .result .view-full-report-action {
  text-align: right;
  margin-top: 12px;
}
@media screen and (max-width: 500px) {
  .patient-results .result .view-full-report-action {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .patient-results .result--info-row {
    grid-template-columns: 50% 50%;
  }
  .patient-results .result--info-cell .label {
    font-size: 1.125rem;
  }
  .patient-results .result--info-cell .value {
    font-size: 1.5rem;
  }
  .patient-results .result--info-cell:not(:last-child) {
    padding-bottom: 1rem;
  }
}
.patient-results .result--content {
  font-size: 1.125rem;
}
.patient-results .result--content .faq-question {
  font-weight: bold;
}
.patient-results .result--content .faq-answer {
  margin-left: 0.5rem;
  padding-left: 1rem;
  border-left: 2px solid #f5f5f5;
}
.patient-results .result--content {
  padding: 1.5rem;
}
.patient-results .result--content > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.patient-results .result.not-found {
  margin-top: 2rem;
  padding: 3rem 1rem;
  text-align: center;
}
.patient-results .result.not-found h3 {
  margin-bottom: 0.5rem;
}
.patient-results .result--disclaimer {
  padding: 1.5rem;
  font-size: 10px;
  color: #d8d8d8;
}
.patient-app .redacted h1,
.patient-app .redacted h2,
.patient-app .redacted h3,
.patient-app .redacted h4,
.patient-app .redacted h5,
.patient-app .redacted h6,
.patient-app .redacted p,
.patient-app .redacted span {
  position: relative;
}
.patient-app .redacted h1:after,
.patient-app .redacted h2:after,
.patient-app .redacted h3:after,
.patient-app .redacted h4:after,
.patient-app .redacted h5:after,
.patient-app .redacted h6:after,
.patient-app .redacted p:after,
.patient-app .redacted span:after {
  position: absolute;
  background: #ddd;
  border-radius: 3px;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#patient-state-demo {
  background: white;
  border-radius: 5px;
  margin-top: 30px;
  padding: 1.5rem 2rem;
}
#patient-state-demo > h3 {
  margin-top: 0px;
}
#patient-state-demo table:not(:last-child) {
  margin-bottom: 3rem;
}
table.patient-state-data-table {
  border: 1px solid #ccc;
  border-collapse: separate;
  border-spacing: 0px;
  color: #231f20;
}
table.patient-state-data-table > thead th {
  background: #eceff4;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
  padding: 7px 15px;
  text-align: left;
}
table.patient-state-data-table > tbody td {
  border-bottom: 1px solid #ccc;
  padding: 17px 15px;
}
table.patient-state-data-table > tbody tr:last-child > td {
  border: none;
}
table.patient-state-data-table.compact > thead th {
  padding: 5px 15px;
}
table.patient-state-data-table.compact > tbody td {
  padding: 10px 15px;
}
table.patient-state-data-table.empty {
  opacity: 0.5;
}
.ppps__section {
  padding: 1.5rem 0;
  border-bottom: 2px solid #e6eaf0;
}
.ppps__section h3,
.ppps__section h4,
.ppps__section h5 {
  border-bottom: none !important;
}
.ppps__section .order-item {
  border: 3px solid #798ef4;
  margin: 35px 8px;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.2);
}
.ppps__section .order-item h3 {
  text-transform: capitalize;
}
.ppps__section .order-item h2 {
  border-bottom: none;
}
.ppps__section .order-item__provider {
  border-top: 1px solid #798ef4 !important;
  margin: 0 0.25rem;
}
.ppps__section__medication {
  padding: 1.25rem 0;
  border-bottom: 1px solid #798ef4;
}
.ppps__section__medication:last-child {
  border-bottom: none;
}
.ppps__section table thead th {
  text-align: left;
  background-color: #f7f7f7;
}
@media print {
  .ppps button {
    display: none;
  }
  .ppps .print-break {
    page-break-before: always;
  }
}
.ppps__vitalsTable tbody:not(:first-of-type) {
  display: none;
}
.skeleton {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.metrics {
  flex-direction: row;
  margin-top: 4px;
}
.metrics > div {
  width: fit-content;
}
.graph {
  padding: 30px;
  width: 100%;
}
.progress {
  margin-top: 28px;
}
.progress > div {
  margin-top: 12px;
}
.boxes > div {
  margin-bottom: 10px;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
  animation: 2.5s linear infinite skeleton-pulse;
}
@keyframes skeleton-pulse {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
* {
  box-sizing: border-box;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll #app,
body.no-scroll .page-container {
  height: 100%;
}
body.no-scroll .grid-column {
  padding-bottom: 0;
}
strong,
.strong {
  font-weight: bold;
}
.progress-bar.generic {
  position: relative;
  background: #4555a4;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
}
.progress-bar.generic,
.progress-bar.generic * {
  height: 40px;
  line-height: 40px;
}
.progress-bar.generic .progress-bar-inner {
  background: #081467;
  transition: width 0.3s ease, background 0.3s ease;
}
.progress-bar.generic .progress-bar-inner.finished {
  background: #45a455;
}
.progress-bar.generic .progress-bar-label {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
html,
body {
  background: #e6eaf0;
  color: #231f20;
  font-weight: normal;
  letter-spacing: 0.0414em;
  margin: 0;
}
html,
body,
html #app,
body #app {
  height: 100%;
}
h1 {
  font-size: 35px;
}
html,
body,
button,
input,
select {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.btn-primary {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(69 85 164);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255);
}
.capitalize {
  text-transform: capitalize;
}
.material fieldset {
  color: #aaa;
}
.material button,
.material input,
.material select,
.material label {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
div.interactivity-box {
  border-radius: 5px;
  color: #231f20;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
div.interactivity-box .filter-box {
  background-color: white;
  border-radius: 5px;
  padding: 20px;
}
div.interactivity-box .filter-box .filters {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 10px;
  border-top: 1px solid #d8d8d8;
}
div.interactivity-box .filter-box .filters .filter-grid {
  display: grid;
  grid-template-columns: auto auto;
}
div.interactivity-box .filter-box .filters .filter-grid .filter-options {
  grid-column-start: 1;
  grid-column-end: -1;
}
div.interactivity-box .filter-box .filters .filter-grid .filter-options .checkbox {
  border: solid 1px #4555a4;
  border-radius: 5px;
  padding: 2px 0px 4px 10px;
  margin-right: 5px;
}
div.interactivity-box .search-box {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  align-items: center;
  grid-template-columns: max-content max-content;
}
div.interactivity-box .search-box label {
  width: max-content;
  text-align: center;
}
div.interactivity-box .search-box input {
  width: max-content;
  border-radius: 5px;
  background-color: white;
  border: none;
}
input[type="number"] {
  text-align: right;
}
input[type="radio"] {
  cursor: pointer;
}
select:invalid,
.muted {
  color: #231f20;
}
::placeholder {
  color: #888;
}
/* reset button styles to look like text */
button {
  background: none;
  border: none;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.text-center {
  text-align: center;
}
.block-section {
  margin: 0 0 25px;
  display: block;
}
.block-section:last-of-type {
  margin-bottom: 0;
}
a:active,
a:link,
a:hover,
a:visited,
button {
  color: #4555a4;
  cursor: pointer;
  text-decoration: none;
}
a:active:hover,
a:link:hover,
a:hover:hover,
a:visited:hover,
button:hover {
  text-decoration: underline;
}
a:active.-destructive,
a:link.-destructive,
a:hover.-destructive,
a:visited.-destructive,
button.-destructive {
  color: darkred;
}
.enlarge-hit-area {
  padding: 12px;
  margin: -12px;
}
.page-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-container.office-app {
  min-width: 768px;
}
header {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s;
  background: white;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 15px;
  z-index: 10;
  position: fixed;
  width: 100%;
  box-shadow: 0 2px 6px 0 #00000025;
}
header .logo {
  cursor: pointer;
  height: 10vw;
  max-height: 44px;
  margin: -10px 0;
}
@media screen and (min-width: 500px) {
  header {
    padding: 15px 30px;
  }
}
hr {
  border: none;
  border-bottom: 2px solid #e6eaf0;
  height: 0;
  margin: 1em 0;
}
footer {
  background: url("../images/logo.svg") no-repeat center;
  filter: grayscale(100%);
  opacity: 0.3;
  padding: 60px;
  text-align: center;
}
div.body {
  flex: 1;
}
section,
.section {
  margin: auto;
  max-width: 1200px;
  padding: 30px;
  width: 100%;
}
input,
select {
  background: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin: 0 10px;
  width: auto;
}
select {
  background: transparent no-repeat center right 1rem;
  background-image: url("../images/arrow.svg");
  padding-right: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
.auth-inputs select {
  margin-right: 12px;
}
@media screen and (max-width: 500px) {
  .auth-inputs {
    flex-wrap: wrap;
  }
  .auth-inputs select {
    margin-right: 0;
  }
  .auth-inputs select:first-of-type {
    margin-bottom: 0px;
  }
  .auth-inputs select:last-of-type {
    margin-right: 4%;
  }
  .auth-inputs select:last-of-type,
  .auth-inputs .auth-group {
    width: 48%;
  }
}
.input-group {
  display: flex;
  margin: 20px 0;
}
.input-group > input,
.input-group select,
.input-group .auth-group {
  margin: 0;
  margin-right: 20px;
}
.input-group > input:last-child,
.input-group select:last-child,
.input-group .auth-group:last-child {
  margin-right: 0;
}
.input-group > div {
  width: 50%;
  margin-right: 20px;
}
.input-group > div:last-child {
  margin-right: 0;
}
.input-group .auth-group input {
  margin: 0;
}
.card {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
  transition: box-shadow 0.2s;
  background: white;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  padding: 15px 40px;
}
.card > .full {
  text-align: center;
  width: 100%;
  flex-basis: 100%;
}
.card > .card-column {
  flex: 1;
}
.card > .card-column:not(:first-of-type) {
  padding: 0 3px;
}
.card.-clickable {
  cursor: pointer;
}
.card.-clickable:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s;
}
.button {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s;
  background: #4555a4;
  border: 2px solid #4555a4;
  border-radius: 999px;
  color: white;
  line-height: 1.2;
  padding: 0.75em 2.5em;
  text-decoration: none;
  transition: all 0.2s;
}
.button > span:not(:last-child) {
  margin-right: 0.5em;
}
.button.-secondary {
  background: white;
  color: #231f20;
}
.button.-secondary:hover {
  background: #e6eaf0;
}
.button.-small {
  font-size: smaller;
  padding: 5px 15px;
}
.button:hover {
  background: #232b52;
  border-color: #232b52;
  text-decoration: none;
}
.button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.notification-history {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 3px;
}
.icon {
  display: inline-block;
  transform: scale(1.5);
}
.icon.-ml {
  margin-left: 10px;
}
.icon.-mr {
  margin-right: 10px;
}
.icon.-plus:before {
  content: "+";
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.table {
  display: table;
}
.w-full {
  width: 100%;
}
.flex-row {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
.flex {
  display: flex;
  justify-content: space-between;
  margin: -10px;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
}
.flex > * {
  flex: 1;
  margin: 10px;
}
.flex-column {
  flex-direction: column;
}
.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}
.flex.collapse-children > * {
  flex: none;
  margin: 0px;
}
.flex-space-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px;
}
.flex-space-between > * {
  margin: 10px;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.clickable {
  cursor: pointer;
}
.banner {
  background: #798ef4;
  background-image: url(/images/background.svg);
  background-position: center;
  background-size: 300px 14px;
  color: white;
  text-align: center;
}
.banner.-dark {
  background: #081467;
  color: white;
}
.banner.-dark .button {
  background: white;
  color: #081467;
}
.circle {
  background: #384894;
  border: none;
  border-radius: 100px;
  color: white;
  display: inline-block;
  height: 23px;
  text-align: center;
  width: 23px;
}
.circle:hover {
  text-decoration: none;
}
.menu {
  border: 1px solid transparent;
  cursor: default;
  margin-bottom: -15px;
  padding-bottom: 15px;
  position: relative;
  white-space: nowrap;
}
.menu.-arrow {
  background: transparent no-repeat top 7px right;
  background-image: url("../images/arrow.svg");
  padding-right: 22px;
}
.menu > .menu-content {
  background: white;
  border-radius: 4px;
  color: #231f20;
  font-size: 13px;
  margin-top: 5px;
  max-height: 320px;
  min-width: 100px;
  display: none;
  overflow: auto;
  right: 0;
  position: absolute;
  z-index: 2;
}
.menu > .menu-content.-left {
  left: -15px;
  transform: none;
}
.menu > .menu-content.-top {
  bottom: 1.5em;
}
.menu > .menu-content > a {
  display: block;
  padding: 7px 15px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.menu > .menu-content > a.menu-group {
  display: flex;
  width: 360px;
  align-items: center;
  justify-content: space-between;
}
.menu > .menu-content > a.menu-group:hover {
  color: black;
}
.menu > .menu-content > a:hover {
  background: #e6eaf0;
}
.menu:hover > .menu-content {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s;
  display: block;
}
form button,
form input,
form select {
  display: block;
  margin: 20px auto;
}
form button.-inline {
  display: inline;
  margin: 0;
}
.sticky,
.list-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.filters {
  padding: 0 10px;
}
.status-indicator {
  background: #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  height: 1em;
  margin-right: 10px;
  transform: translateY(2px);
  width: 1em;
}
.status-indicator.complete {
  background: #4555a4;
}
.control-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.control-header .control {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.1em;
  height: 1.1em;
}
.control-header .control.left-control {
  margin-right: 1em;
}
.control-header .control.right-control {
  margin-left: 1em;
}
.pill {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #e1effe;
  border-radius: 0.25rem;
  color: #1e429f;
}
.pill.red {
  background-color: rgb(253 232 232);
  color: rgb(155 28 28);
}
.pill.dark {
  background-color: rgb(243 244 246);
  color: rgb(31 41 55);
}
.pill.green {
  background-color: rgb(222 247 236);
  color: rgb(3 84 63);
}
.pill.yellow {
  background-color: rgb(253 246 178);
  color: rgb(114 59 19);
}
.pill.indigo {
  background-color: rgb(229 237 255);
  color: rgb(66 56 157);
}
.pill.purple {
  background-color: rgb(237 235 254);
  color: rgb(85 33 181);
}
.pill.pink {
  background-color: rgb(252 232 243);
  color: rgb(153 21 75);
}
.status-pill {
  border-radius: 99px;
  font-size: 12px;
  padding: 2px 8px;
  white-space: nowrap;
}
.status-pill.awv-missing {
  background: #dddddd;
  color: #231f20;
}
.status-pill.follow-up,
.status-pill.hra-missing {
  background: #ffdd00;
  color: #231f20;
}
.status-pill.muted {
  background: #dddddd;
  color: #231f20;
}
.status-pill.pending {
  background: #798ef4;
  color: white;
}
.status-pill.reviewed,
.status-pill.complete {
  background: #081467;
  color: white;
}
.speedometer-arc.complete {
  stroke: #081467;
}
.speedometer-arc.follow-up {
  stroke: #ffdd00;
}
.speedometer-arc.muted {
  stroke: #dddddd;
}
.speedometer-arc.pending {
  stroke: #798ef4;
}
.success {
  color: #44aa33;
  fill: #44aa33;
}
.box {
  background: white;
  border-radius: 5px;
  color: #231f20;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px 30px;
}
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  border-bottom: 2px solid #e6eaf0;
  margin: -10px 0 10px;
  padding: 10px 0;
}
.box_header {
  background: #e6eaf0;
  border-radius: 5px 5px 0 0;
  color: black;
  margin: -15px -30px 0;
  overflow: auto;
  padding: 15px 0px;
}
p.note {
  font-style: italic;
}
table {
  width: 100%;
}
.info-table {
  border-collapse: collapse;
}
.info-table th,
.info-table td {
  padding: 10px 14px;
}
.info-table th {
  font-weight: bold;
  color: #081467;
}
.info-table th small {
  display: block;
}
.info-table th.highlight {
  text-decoration: underline;
}
.info-table thead th:not(.center, .right) {
  text-align: left;
}
.info-table tbody th {
  width: auto;
  width: 1px;
  white-space: nowrap;
  text-align: right;
}
.info-table tbody tr {
  border-top: 1px solid #e6eaf0;
}
.info-table tbody tr:hover {
  background: #e6eaf0;
}
.loading-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}
.list-table {
  border-collapse: collapse;
}
.list-table.measure th {
  background-color: white;
  color: #081467;
  font-weight: bold;
}
.list-table.measure td:first-child,
.list-table.measure th:first-child {
  padding-left: 5px;
}
.list-table.measure tr:hover {
  background-color: #e6eaf0;
}
.list-table tr.spacer {
  height: 15px;
}
.list-table tr.spacer td {
  padding: 0;
}
.list-table th,
.list-table td {
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
}
.list-table th:first-child,
.list-table td:first-child {
  padding-left: 20px;
}
.list-table thead th {
  background: white;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 2px solid #d8d8d8;
}
.list-table thead th button {
  margin-left: 5px;
  color: #231f20;
}
.list-table thead th input {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: currentColor;
  font-size: 12px;
  margin: 0 5px 0 -15px;
  padding: 0 7px 0 20px;
  width: 150px;
}
.list-table thead th input:focus,
.list-table thead th input:not([value=""]) {
  border-color: currentColor;
}
.list-table tbody tr:not(.spacer) {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
  transition: box-shadow 0.2s;
  background: white;
  margin-bottom: 10px;
}
.list-table tbody tr:not(.spacer).clickable:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s;
}
.list-table tbody tr:not(.spacer) td,
.list-table tbody tr:not(.spacer) th {
  border-bottom: 2px solid #f3f3f3;
  background-color: #f7f7f7;
  vertical-align: middle;
}
.list-table tbody tr:not(.spacer) td span.circle,
.list-table tbody tr:not(.spacer) th span.circle {
  background-color: #798ef4;
}
.list-table tbody tr:not(.spacer) td.status {
  padding-right: 0px !important;
}
.top-border:not(:first-child) {
  border-top: 2px solid #e6eaf0;
}
.mini-table .scrollable {
  border-bottom: 2px solid #e6eaf0;
  border-top: 2px solid #e6eaf0;
  overflow: auto;
}
@media print {
  .mini-table .scrollable {
    max-height: none !important;
  }
}
.mini-table ._outer:not(:first-child) {
  border-top: 2px solid #e6eaf0;
}
.mini-table_row {
  padding: 20px 0;
}
.mini-table_row:not(:first-child) {
  border-top: 2px dotted #e6eaf0;
}
.mini-table_row .shrink {
  flex-grow: 0;
  white-space: nowrap;
}
.progress-meter {
  position: relative;
}
.progress-meter--goal {
  border-left: 1px solid red;
  bottom: 0;
  color: red;
  left: 80%;
  margin-top: -20px;
  padding-bottom: 15px;
  padding-left: 5px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.progress-bar {
  border-radius: 10px;
  display: flex;
  margin: 5px 0;
  overflow: hidden;
}
.progress-bar--inner {
  height: 12px;
  position: relative;
}
.progress-bar--inner .status-pill {
  display: none;
  left: 50%;
  position: absolute;
  top: 15px;
  transform: translateX(-50%);
}
.progress-bar--inner:hover .status-pill {
  display: block;
}
.progress-bar--inner:not(:last-child) {
  margin-right: 3px;
}
.progress-bar--inner.complete {
  background: #081467;
}
.progress-bar--inner.pending {
  background: #798ef4;
}
.progress-bar--inner.follow-up {
  background: #ffdd00;
}
.progress-bar--inner.muted {
  background: #dddddd;
}
.progress-bar--inner.rounded {
  border-radius: 10px;
}
.progress-bar.muted {
  background: #dddddd;
}
.alert-icon {
  background: #ff872e;
  border-radius: 100px;
  color: white;
  font-weight: bold;
  height: 16px;
  left: -20px;
  line-height: 1.4;
  padding-left: 1.25px;
  position: absolute;
  top: 5px;
  width: 16px;
}
.alert-icon .__inner {
  background: #ff872e;
  border-radius: 4px;
  color: white;
  display: none;
  font-weight: normal;
  left: 0;
  padding: 7px 10px;
  position: absolute;
  text-align: left;
  top: 8px;
  transform: translate(25px, -50%);
  width: 200px;
}
.alert-icon:hover .__inner {
  display: block;
}
.timeline {
  font-size: 0.85rem;
  padding: 30px;
}
.timeline h4 {
  margin: 0;
}
.timeline__event {
  border-left: 1px solid rgba(216, 216, 216, 0.5);
  padding: 15px;
  margin: 0 4.5px;
}
.timeline__event:before {
  background: #e6eaf0;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: translate(-20.5px, 0.55em);
  width: 8px;
}
.timeline__note {
  background: white;
  border-left: 3px solid #ff872e;
  display: inline-block;
  font-style: italic;
  margin: 5px -3px;
  padding: 5px 10px;
}
.qr-code {
  display: flex;
  height: 1.5em;
  margin-left: 0.5em;
  position: relative;
  transition: all 0.3s !important;
  width: 1.5em;
}
.qr-code img {
  cursor: none;
  height: 100%;
  transition: all 0.3s;
}
.qr-code .text {
  align-items: center;
  background: #081467;
  color: white;
  display: flex;
  font-size: 2.5px;
  height: 100%;
  left: 100%;
  letter-spacing: 0.1em;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s;
  width: 340%;
}
.qr-code:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s;
  transform: scale(5);
}
.qr-code:hover .text {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s;
  opacity: 1;
  pointer-events: unset;
}
.auth-form .input-group input,
.auth-form .input-group select {
  min-width: 0;
  text-align: left;
}
.notifications-modal .notification-list p:first-child {
  margin-top: 0;
}
.notifications-modal .button {
  display: block;
  padding: 0.75rem 1rem;
}
.notifications-modal .alert {
  padding: 1rem;
}
.notifications-modal .alert .-destructive {
  padding: 0 0.5rem;
}
.notifications-modal .alert .-destructive:disabled {
  opacity: 0.5;
}
.notifications-modal .alert .notice,
.notifications-modal .alert .email {
  margin: 0;
}
.notifications-modal .alert .notice {
  color: #222;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.notifications-modal .alert h4 {
  margin: 0 0 0.25rem;
}
.notifications-modal .notification-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 5px 10px 25px 10px;
}
.login-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-page img.logo {
  width: 300px;
  height: 104px;
}
.login-page .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 40px;
  padding: 15px 100px 30px;
  width: 600px;
}
.login-page .box button {
  margin-top: 40px;
  min-width: 50%;
}
.login-page .box h4 {
  text-align: center;
  margin: 15px 0 30px;
  border: none;
}
.login-page .practice-selector {
  padding: 15px 60px 30px;
}
.notifications-modal .notification-list p:first-child {
  margin-top: 0;
}
.notifications-modal .button {
  display: block;
  padding: 0.75rem 1rem;
}
.notifications-modal .alert {
  padding: 1rem;
}
.notifications-modal .alert .-destructive {
  padding: 0 0.5rem;
}
.notifications-modal .alert .-destructive:disabled {
  opacity: 0.5;
}
.notifications-modal .alert .notice,
.notifications-modal .alert .email {
  margin: 0;
}
.notifications-modal .alert .notice {
  color: #222;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.notifications-modal .alert h4 {
  margin: 0 0 0.25rem;
}
.section-summary.form-section {
  border: none;
}
.section-summary-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
.section-summary-row:not(:last-child) {
  margin-bottom: 1.5rem;
}
.section-summary-row-icon {
  background: #44aa33;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding: 1rem;
}
.section-summary-row-icon-circle {
  background: white;
  border-radius: 50%;
  color: #44aa33;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.section-summary-row.-success .section-summary-row-icon {
  background: #44aa33;
}
.section-summary-row.-warning .section-summary-row-icon {
  background: #ff872e;
}
.section-summary-row.-warning .section-summary-row-icon svg {
  height: 24px;
  width: 24px;
  transform: scale(1.2);
}
.section-summary-row.-warning .section-summary-row-icon svg.warning > g > path:nth-child(1) {
  fill: none;
  stroke: none;
}
.section-summary-row.-warning .section-summary-row-icon svg.warning > g > path:nth-child(2) {
  stroke: #ff872e;
}
.section-summary-row-content {
  flex: 1;
  padding: 0.75rem 1.25rem;
}
.section-summary-row-content .heading,
.section-summary-row-content .description {
  margin: 0;
}
.section-summary-row-content .heading {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.section-summary-row-content .description {
  font-weight: bold;
}
.section-summary-row.-success .section-summary-row-content .description {
  font-weight: normal;
  font-style: italic;
  opacity: 0.5;
}
.section-summary-row.-warning .section-summary-row-content .description {
  font-weight: bold;
}
.form-section.form-section-header {
  border: none;
  margin: 0 auto 1rem;
}
.form-section.form-section-header h4 {
  align-items: center;
  display: flex;
  margin: 0;
  color: #675b5e;
}
.form-section.form-section-header h4:after {
  content: "";
  border-bottom: 1px solid #f2f2f2;
  margin-left: 1rem;
  flex: 1;
}
.drawer {
  height: 0px;
  opacity: 0;
}
.drawer--open {
  opacity: 1;
  height: 100%;
}
.json-container .json-key {
  white-space: nowrap;
}
.clickable-row,
.snapdragon-row {
  background: white;
}
.clickable-row:hover {
  background-color: #f2f2f2;
}
button.secondary:disabled {
  background-color: white !important;
  opacity: 0.5;
}
.preventiveCareSidebar .MuiAccordionSummary-expandIconWrapper {
  font-size: 48px;
  color: white;
}
