﻿/* 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: #374c58;
}
