﻿/* Copyright 2022-2023 Epic Systems Corporation */
.UserRoutingPage {
  position: relative;
  word-break: break-word;
}
.UserRoutingPage .userRoutingSpinner {
  position: absolute;
  height: 100%;
}
.UserRoutingPage .userRoutingSpinnerInline {
  padding-top: 1vw;
}

.routingOptions {
  display: flex;
  flex-direction: column;
}
.routingOptions h2.bold {
  color: #363636;
  font-size: 1rem;
  padding-top: 0;
}
.routingOptions .routingOption.card .routeChoice .button {
  width: 100%;
}
@media (max-width: 768px) {
  .routingOptions {
    justify-content: center;
  }
  .routingOptions .bottomRow {
    display: flex;
    flex-direction: column;
  }
  .routingOptions .routeChoice {
    margin: 1em auto 0 auto;
  }
  .routingOptions .routingOption.card {
    flex-direction: column;
    display: flex;
  }
  .routingOptions .routeIcon {
    margin-right: 0.75em;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  .routingOptions .routeIcon {
    display: none;
  }
}
@media (min-width: 768px) {
  .routingOptions .bottomRow {
    display: flex;
    flex-direction: row;
  }
  .routingOptions .routingOption.card {
    padding: 0.5rem 1.5rem 0.5rem 0;
    flex-direction: row;
    display: flex;
  }
  .routingOptions .routingOption.card .routeContent {
    margin-right: 3rem;
  }
  .routingOptions .routingOption.card .routeIcon {
    margin: 0 0.75em 0 0.75em;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
  }
  .routingOptions .routingOption.card .routeChoice {
    display: flex;
    width: 20em;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
@media not all and (max-width: 400px) {
  .routingOptions .routeExplanation {
    max-width: calc(100% - 35px - 0.75em);
  }
}
.routingOptions .routeIcon {
  flex-shrink: 0;
}
.routingOptions .routingOption.card {
  margin: 0.5rem 0.5%;
}
.routingOptions .routeContent {
  display: flex;
  align-content: start;
}
.routingOptions .continueOption .routeExplanation p {
  margin-bottom: 0.5rem;
}
.routingOptions .separator {
  text-align: center;
  padding: 0;
}
.routingOptions .UserRoutingCaptcha {
  flex: 0 0;
  margin: 1rem auto 0 auto;
}
.routingOptions .UserRoutingCaptcha .visuallabel {
  display: none;
}
.routingOptions .UserRoutingCaptcha .__captchaMessage {
  min-height: 0;
}

.demoCaptchaSubmit {
  display: none;
}
