﻿/* Copyright 2019-2025 Epic Systems Corporation */
.embedded {
  min-width: 320px;
  min-height: 350px;
}
.embedded #main {
  padding: 0.25rem;
}
.embedded .legacyLabelledField {
  width: 100%;
}
.embedded .legacyLabelledField input {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.embedded .legacyLabelledField + .legacyLabelledField input {
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.embedded .legacyLabelInputContainer input:read-only {
  background: none;
  border: none;
  outline: none;
  width: calc(100% - 3.5rem);
  text-overflow: ellipsis;
}
.embedded label::before {
  display: none;
  background: none;
  margin: 0;
  height: 0;
  width: 0;
}
.embedded #submit {
  margin: 0.5rem auto;
  display: block;
  width: 100%;
}
.embedded .divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0.5rem;
}
.embedded .divider div {
  background-color: #565656;
  height: 1px;
  margin: 0.5rem 0.5rem;
  width: 100%;
}
.embedded .recovery,
.embedded .header {
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .embedded .loginBackButtonWrapper {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.embedded .loginBackButtonWrapper .loginBackButton {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
  position: absolute;
  top: 0;
  padding-left: 0;
  padding-bottom: 1rem;
  font-size: inherit;
}
.embedded .loginBackButtonWrapper .loginBackButton .icon {
  transform: scaleX(-1);
  transform-origin: center;
  /*rtl:raw: transform: none;*/
}
.embedded .loginHeader {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 1rem;
}
@media only screen and (max-width: 1300px) {
  .embedded .loginHeader {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.embedded .loginHeader .localLoginMessage {
  padding-left: 0.4rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1300px) {
  .embedded .loginHeader .localLoginMessage {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
}
.embedded .loginHeader .centralLoginBanner {
  display: flex;
  min-height: fit-content;
  gap: 0 0.25rem;
  padding-bottom: 0.9rem;
  margin-bottom: 2.5rem;
}
.embedded .loginHeader .centralLoginBanner .centralLoginBannerText {
  display: inline;
  padding-top: 0.4rem;
}
.embedded .loginHeader .centralLoginBanner .centralLoginBannerText .epicIdIcon {
  display: inline;
  height: 0.8rem;
  vertical-align: middle;
  padding: 0 2px;
}
.embedded .loginHeader .centralLoginBanner .learnMore {
  display: inline;
  padding: 0 0.25rem;
  white-space: nowrap;
}
.embedded .loginHeader .centralLoginBanner .learnMore .jumparrow {
  width: clamp(16px, 1.25rem, 48px);
  height: clamp(16px, 1.25rem, 48px);
  vertical-align: text-bottom;
}
.embedded .usernameOrEpicIdSection {
  display: flex;
}
.embedded .exteriorLabel:not(.hidden) {
  padding-bottom: 0.25rem;
}
.embedded .exteriorLabel:not(.hidden):not(.usernameOrEpicIdLabel) {
  display: flex;
}
.embedded .usernameOrEpicIdLabel {
  display: inline;
  align-items: center;
}
.embedded .usernameOrEpicIdLabel .epicIdLogo {
  height: 0.8rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
.embedded .editUsernameButton {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.25rem;
  cursor: pointer;
  padding-right: 0.25rem;
  width: fit-content;
  margin: 0;
}
.embedded .icon.size-10 {
  width: 16px;
  width: clamp(16px, 0.9231rem, 48px);
  height: 16px;
  height: clamp(16px, 0.9231rem, 48px);
}
.embedded .icon.size-20 {
  width: 24px;
  width: clamp(16px, 1.385rem, 48px);
  height: 24px;
  height: clamp(16px, 1.385rem, 48px);
}
.embedded .icon.size-30 {
  width: 32px;
  width: clamp(16px, 1.847rem, 48px);
  height: 32px;
  height: clamp(16px, 1.847rem, 48px);
}
.embedded .icon.size-40 {
  width: 64px;
  height: 64px;
}
.embedded .icon.size-50 {
  width: 96px;
  height: 96px;
}
.embedded .icon.size-60 {
  width: 128px;
  height: 128px;
}
.embedded .icon.size-70 {
  width: 192px;
  height: 192px;
}
.embedded .icon.size-80 {
  width: 256px;
  height: 256px;
}
.embedded .passkeyWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.embedded .passkey.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0;
  width: 100%;
}
.embedded .passkey.button[class][class] {
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
}
.embedded .passkey.button svg {
  width: clamp(16px, 1.847rem, 48px);
  height: clamp(16px, 1.847rem, 48px);
}
.embedded .passkey.button .text {
  padding-right: 0.5rem;
}
.embedded .helpfeaturescontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0.5rem 0 0;
}
.embedded .helpfeaturescontainer .helpfeature.button.tertiary.neutral {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: 0.5rem auto;
  padding: 0.375rem;
  font-size: 0.9rem;
  text-align: center;
  min-width: min-content;
}
.embedded .helpfeaturescontainer .helpfeature.button.tertiary.neutral:not(:hover) {
  color: #565656;
}
.embedded .helpfeaturescontainer .helpfeatureicon {
  min-height: 2rem;
  max-height: 2.2rem;
}
.embedded #footer {
  margin-top: 0rem !important;
  text-align: center;
  font-size: 0.9rem;
}
.embedded .signup {
  text-align: center;
}
.embedded .signup h2 {
  margin: 0;
}
.embedded .signup .button {
  display: inline-block;
  margin-top: 0;
}
.embedded .loginCaptcha {
  margin-top: 1rem;
}

#Password.withVisibilityToggle {
  padding-right: 2rem;
}
#Password.withVisibilityToggle::-ms-reveal {
  display: none;
}

.visibilityToggle {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0.25rem;
  cursor: pointer;
}
@media print {
  .visibilityToggle {
    display: none;
  }
}
.visibilityToggle svg {
  fill: #767676;
  height: 1.5rem;
  width: 1.5rem;
}
.visibilityToggle svg:hover {
  fill: #1a2c2b;
}

/* MHO Login Widget */

body.embedded.isPrelogin {
	margin: 0 auto;
	min-width: auto;
	background: rgba(31, 52, 51, 0.90);
}

.embedded.isPrelogin #startChat {
	display: none;
}

.embedded.isPrelogin #content {
	padding-top: 0;
}

.embedded.isPrelogin #content:after {
	display: none;
}

.embedded.isPrelogin #main {
	width: 273px;
	height: 434px;
	padding: 24px 24px 16px 24px;
}

.embedded.isPrelogin main#main::before {
	content: "My Health Online";
	display: block;
	padding-bottom: 5px;
	text-align: center;
	color: #F4F4F4;
	font-family: Sora,sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
}

.embedded.isPrelogin #noCookiesButtonContainer {
	color: #F4F4F4;
}

.embedded.isPrelogin #noCookiesButton {
	height: auto;
}

.embedded.isPrelogin main#main .pretext {
	padding-bottom: 1.5rem;
}

.embedded.isPrelogin main#main .pretext,
.embedded.isPrelogin main#main .posttext {
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #F4F4F4;
	line-height: 17px;
}

.embedded.isPrelogin .signup {
	margin-top: 1.25rem;
}

.embedded.isPrelogin .ghostInput label {
	position: relative;
	top: -0.15rem;
}

.embedded.isPrelogin .ghostInput label + input {
	height: 36px;
	margin-bottom: 0.5rem;
	border-radius: 3px;
}

.embedded.isPrelogin .ghostInput label + input:focus-visible {
	outline: none;
}

.embedded.isPrelogin input#submit {
	position: relative;
	top: 2rem;
	color: #1F3433;
	background-color: #67F5ED;
	border: 2px solid #67F5ED;
}

.embedded.isPrelogin .button {
	width: 225px;
	height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.525rem 0.75rem;
	border: 2px solid #67F5ED;
	border-radius: 3px;
	box-shadow: none;
	color: #67F5ED;
	background-color: transparent;
}

.embedded.isPrelogin input#submit:hover,
.embedded.isPrelogin input#submit:active,
.embedded.isPrelogin input#submit:focus {
	background-color: #01BFB4;
	border: 2px solid #01BFB4;
}

.embedded.isPrelogin a.button.tall.newworkflow:hover,
.embedded.isPrelogin a.button.tall.newworkflow:active,
.embedded.isPrelogin a.button.tall.newworkflow:focus {
	color: #34F2E7;
	background: rgba(1, 239, 225, 0.10);
}

.embedded.isPrelogin .recovery a {
	position: relative;
	top: -3rem;
	float: left;
	color: #F4F4F4;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
}

.embedded.isPrelogin .recovery a:last-child {
	float: right;
}

.embedded.isPrelogin .recovery a:not(:last-child):after {
	content: "";
}

.embedded.isPrelogin .posttext {
	position: relative;
	top: -0.5rem;
	text-align: center;
}

.embedded.isPrelogin .posttext a {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	text-decoration-line: underline;
	color: #F4F4F4;
}

.embedded.isPrelogin #content:not(.hasSidebar) #sidebarFooter {
	background: initial;
	padding: 0;
	margin-top: 1rem;
}

.embedded.isPrelogin #mychart_by_epic_logo {
	height: 1rem;
}

.embedded.isPrelogin .copyright {
	margin-top: 0.5rem;
	line-height: 0.75rem;
}

.embedded.isPrelogin .copyright span {
	color: #F4F4F4;
}

/* END: MHO Login Widget */