﻿/* Copyright 2019-2024 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 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;
}
.embedded a:not(:last-child):not(.button):after {
  content: "|";
  display: inline-block;
  margin: 0 0.4rem 0 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 {
  position: absolute;
  top: 1.5rem;
  right: 0.25rem;
  cursor: pointer;
  transform: translateY(-50%);
}
@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 */