/* Copyright 2021-2022 Epic Systems Corporation */
.PersonalInformation {
  display: flex;
}
@media screen and (max-width: 1300px) {
  .PersonalInformation {
    flex-direction: column;
  }
}
.PersonalInformation .personalInfoContent {
  flex: 3;
}
.PersonalInformation .personalInfoContent .photoContactInfoRow {
  display: flex;
  flex-wrap: wrap;
}
.PersonalInformation .DetailsAboutMe {
  margin-block: 1rem;
}
.PersonalInformation .RelatedLinksSidebar {
  flex: 1;
  margin: 0 -1.25rem -150% 1rem;
  padding-top: 2rem;
  padding-left: 1rem;
  grid-area: sidebar;
  box-shadow: 0.6rem 0 0.6rem -0.6rem rgba(0, 0, 0, 0.1) inset;
}
.mobile .PersonalInformation .RelatedLinksSidebar {
  display: none;
}
@media screen and (max-width: 1300px) {
  .PersonalInformation .RelatedLinksSidebar {
    margin: 0;
    box-shadow: 0 0.6rem 0.6rem -0.6rem rgba(0, 0, 0, 0.1) inset;
  }
}
.PersonalInformation .RelatedLinksSidebar ._heading {
  padding-left: 1rem;
}
.PersonalInformation .RelatedLinksSidebar ._InternalLink {
  background: none;
}
.PersonalInformation .RelatedLinksSidebar ._InternalLink[class] {
  display: flex;
  text-align: left;
  align-items: center;
  padding: 1.5rem 0 1.5rem 1rem;
  margin: 0;
  border: none;
  color: #000000;
}
.PersonalInformation .RelatedLinksSidebar ._InternalLink::after {
  font-size: var(--wptheme_font-style_body_size);
  color: var(--wptheme_font-style_body_color);
  font-weight: var(--wptheme_font-style_body_weight);
  font-style: var(--wptheme_font-style_body_font-style);
  line-height: var(--wptheme_font-style_body_line-height);
  font-family: var(--wptheme_font-style_body_font-family);
  letter-spacing: var(--wptheme_font-style_body_letter-spacing);
  background-color: rgba(118, 118, 118, 0.25);
  width: calc(100% - 2.5rem - 0.7rem);
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.PersonalInformation .RelatedLinksSidebar ._Icon {
  margin-right: 1rem;
}
@media print {
  .PersonalInformation .RelatedLinksSidebar {
    display: none;
  }
}

.ContactInformation .Badge {
  font-size: var(--wptheme_font-style_subtle_size);
  color: var(--wptheme_font-style_subtle_color);
  font-weight: var(--wptheme_font-style_subtle_weight);
  font-style: var(--wptheme_font-style_subtle_font-style);
  line-height: var(--wptheme_font-style_subtle_line-height);
  font-family: var(--wptheme_font-style_subtle_font-family);
  letter-spacing: var(--wptheme_font-style_subtle_letter-spacing);
  padding: 0 0.5rem;
  width: max-content;
  height: fit-content;
  border-style: solid;
  border-width: 1px;
  border-radius: 1rem;
  white-space: nowrap;
}
[data-altstylesheet="High Contrast"] .ContactInformation .Badge {
  color: #000000;
}

.ContactInformation .Badge.neutral {
  background-color: #e0f1ff;
  border-color: #005ebb;
  color: #005ebb;
}
.ContactInformation .Badge.positive {
  background-color: #ccffd8;
  border-color: #09aa71;
  color: #12553d;
}
.ContactInformation.boundary-strong {
  padding-top: 0.75rem;
  padding-left: 1rem;
  max-height: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 50%;
}
.ContactInformation .cardHeader {
  display: flex;
  flex-wrap: wrap;
}
.ContactInformation .cardHeader .cardTitleText {
  padding-top: 0;
  width: fit-content;
  flex-grow: 1;
}
.ContactInformation .subSection {
  display: flex;
  padding-bottom: 0.75rem;
}
.ContactInformation .iconLabel {
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.ContactInformation .textWithIconLine {
  display: flex;
  align-items: center;
  word-break: break-word;
}
.ContactInformation .needsVerificationIcon {
  color: #d80000;
  flex-shrink: 0;
  align-self: flex-start;
  margin-right: 4px;
}
.ContactInformation .verificationButton[class] {
  display: flex;
  align-items: center;
}
.ContactInformation .indentForVerificationIcon {
  padding-left: 28px;
}
.ContactInformation .tempAddressInfo {
  flex-direction: column;
}
.ContactInformation .tempAddressInfo .temporaryAddressContainer {
  display: flex;
  flex-direction: row;
}
.ContactInformation .tempAddressInfo ._Text._readOnlyText.tempPhone {
  margin-left: 2rem;
}
.ContactInformation .addressContainer {
  /*rtl:raw:
  display: grid;
  justify-content: flex-start;
  */
}
.ContactInformation .addressContainer .addressLine {
  /*rtl:raw:
  direction: ltr;
  display: grid;
  justify-content: start;
  */
}
.ContactInformation .addressContainer .addressLine div {
  /*rtl:raw:
  	text-align: left;
  */
}

.DetailsAboutMe .Badge {
  font-size: var(--wptheme_font-style_subtle_size);
  color: var(--wptheme_font-style_subtle_color);
  font-weight: var(--wptheme_font-style_subtle_weight);
  font-style: var(--wptheme_font-style_subtle_font-style);
  line-height: var(--wptheme_font-style_subtle_line-height);
  font-family: var(--wptheme_font-style_subtle_font-family);
  letter-spacing: var(--wptheme_font-style_subtle_letter-spacing);
  padding: 0 0.5rem;
  width: max-content;
  height: fit-content;
  border-style: solid;
  border-width: 1px;
  border-radius: 1rem;
  white-space: nowrap;
}
[data-altstylesheet="High Contrast"] .DetailsAboutMe .Badge {
  color: #000000;
}

.DetailsAboutMe .Badge.neutral {
  background-color: #e0f1ff;
  border-color: #005ebb;
  color: #005ebb;
}
.DetailsAboutMe .Badge.positive {
  background-color: #ccffd8;
  border-color: #09aa71;
  color: #12553d;
}
.DetailsAboutMe.boundary-strong {
  padding-top: 0.75rem;
  padding-left: 1rem;
}
.DetailsAboutMe .cardHeader {
  display: flex;
  flex-wrap: wrap;
}
.DetailsAboutMe .cardHeader .cardTitleText {
  padding-top: 0;
  width: fit-content;
  flex-grow: 1;
}
.DetailsAboutMe[class] .learnMoreLink {
  margin: 0 0 0.75rem 0;
  padding: 0;
  display: flex;
}
.DetailsAboutMe[class] .learnMoreLink .needsVerificationIcon {
  flex-shrink: 0;
}
.DetailsAboutMe ._readOnlyText._Text:not(:only-child),
.DetailsAboutMe ._readOnlyText._ExternalAccessibleDescription:not(:only-child) {
  margin: 0;
}
.DetailsAboutMe .disclosureButton {
  justify-content: left;
  width: fit-content;
}
.DetailsAboutMe ._LayoutGrid.fieldGrid {
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.DetailsAboutMe .moreAboutMeDisclosure {
  padding: 0 1.5rem 0 1rem;
}
.DetailsAboutMe .moreAboutMeDisclosure .fieldGrid {
  padding: 0 0.5rem;
}

.LearnMorePopup ._readOnlyText._Text:not(:only-child),
.LearnMorePopup ._readOnlyText._ExternalAccessibleDescription:not(:only-child) {
  margin: 0;
}
.LearnMorePopup h3:first-of-type {
  padding-top: 0;
}

.EmergencyContacts .Badge {
  font-size: var(--wptheme_font-style_subtle_size);
  color: var(--wptheme_font-style_subtle_color);
  font-weight: var(--wptheme_font-style_subtle_weight);
  font-style: var(--wptheme_font-style_subtle_font-style);
  line-height: var(--wptheme_font-style_subtle_line-height);
  font-family: var(--wptheme_font-style_subtle_font-family);
  letter-spacing: var(--wptheme_font-style_subtle_letter-spacing);
  padding: 0 0.5rem;
  width: max-content;
  height: fit-content;
  border-style: solid;
  border-width: 1px;
  border-radius: 1rem;
  white-space: nowrap;
}
[data-altstylesheet="High Contrast"] .EmergencyContacts .Badge {
  color: #000000;
}

.EmergencyContacts .Badge.neutral {
  background-color: #e0f1ff;
  border-color: #005ebb;
  color: #005ebb;
}
.EmergencyContacts .Badge.positive {
  background-color: #ccffd8;
  border-color: #09aa71;
  color: #12553d;
}
.EmergencyContacts .EmergencyContactsList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 0.75rem;
  margin-bottom: 1rem;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact {
  display: flex;
  flex-direction: column;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact.boundary-strong {
  padding-top: 0.75rem;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .cardHeader {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.5rem;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .cardHeader .cardTitleText {
  padding: 0;
  width: fit-content;
  flex-grow: 1;
  word-break: break-word;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .cardHeader .Badge {
  text-wrap: wrap;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .subSection {
  display: flex;
  padding-bottom: 0.75rem;
  word-break: break-word;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .subSection .addressContainer {
  width: fit-content;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .subSection .addressLine {
  /*rtl:raw:
  direction: ltr;
  */
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .emergencyContactContent {
  padding-left: 0.5rem;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .iconLabel {
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact ._readOnlyText._Text:not(:only-child),
.EmergencyContacts .EmergencyContactsList .EmergencyContact ._readOnlyText._ExternalAccessibleDescription:not(:only-child) {
  margin: 0;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .emergencyContactContent {
  padding-top: 0.5rem;
}
.EmergencyContacts .EmergencyContactsList .EmergencyContact .linkedPatientBlock {
  color: #565656;
  font-size: var(--wptheme_font-size_-1);
  display: flex;
  align-items: center;
  align-self: center;
  padding-top: 0;
  height: 100%;
  position: relative;
  left: -0.5rem;
}
.EmergencyContacts .EmergencyContactsList .addContact {
  border-radius: 6px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  outline-offset: 2px;
  background-color: transparent;
  color: #8347ad;
  box-shadow: none;
  border: 2px dashed #cccccc;
  min-height: 6rem;
}
.EmergencyContacts .EmergencyContactsList .addContact:is(:focus, :hover) {
  text-decoration: none;
}

.EmergencyContacts .EmergencyContactsList .addContact[disabled][class][class], .EmergencyContacts .EmergencyContactsList .addContact[aria-disabled=true][class][class], .EmergencyContacts .EmergencyContactsList .addContact.disabled[class][class] {
  cursor: default;
}
.EmergencyContacts .EmergencyContactsList .addContact[disabled][class][class], .EmergencyContacts .EmergencyContactsList .addContact[disabled][class][class]:is(:focus, :hover, :active), .EmergencyContacts .EmergencyContactsList .addContact[aria-disabled=true][class][class], .EmergencyContacts .EmergencyContactsList .addContact[aria-disabled=true][class][class]:is(:focus, :hover, :active), .EmergencyContacts .EmergencyContactsList .addContact.disabled[class][class], .EmergencyContacts .EmergencyContactsList .addContact.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
@media print {
  .EmergencyContacts .EmergencyContactsList .addContact[disabled][class][class], .EmergencyContacts .EmergencyContactsList .addContact[disabled][class][class]:is(:focus, :hover, :active), .EmergencyContacts .EmergencyContactsList .addContact[aria-disabled=true][class][class], .EmergencyContacts .EmergencyContactsList .addContact[aria-disabled=true][class][class]:is(:focus, :hover, :active), .EmergencyContacts .EmergencyContactsList .addContact.disabled[class][class], .EmergencyContacts .EmergencyContactsList .addContact.disabled[class][class]:is(:focus, :hover, :active) {
    display: none;
  }
}
.darkmode .EmergencyContacts .EmergencyContactsList .addContact[disabled][class][class], .darkmode .EmergencyContacts .EmergencyContactsList .addContact[disabled][class][class]:is(:focus, :hover, :active), .darkmode .EmergencyContacts .EmergencyContactsList .addContact[aria-disabled=true][class][class], .darkmode .EmergencyContacts .EmergencyContactsList .addContact[aria-disabled=true][class][class]:is(:focus, :hover, :active), .darkmode .EmergencyContacts .EmergencyContactsList .addContact.disabled[class][class], .darkmode .EmergencyContacts .EmergencyContactsList .addContact.disabled[class][class]:is(:focus, :hover, :active) {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

.EmergencyContacts .EmergencyContactsList .addContact:active:hover {
  outline: 0;
}
.mobile .EmergencyContacts .EmergencyContactsList .addContact[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) .EmergencyContacts .EmergencyContactsList .addContact[class], .mobile:not([data-ua=nonmobile]) .EmergencyContacts .EmergencyContactsList .addContact[class]:focus {
  outline: 0;
}

.tvmode .EmergencyContacts .EmergencyContactsList .addContact {
  outline-offset: unset;
}
.tvmode .EmergencyContacts .EmergencyContactsList .addContact[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact:focus {
  outline: #8347ad solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact:focus {
    outline: #8347ad solid 3px;
  }
}
.tvmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact:focus[class] {
  outline-color: #363636;
}
.tvmode.darkmode:not(.hideFocus) .EmergencyContacts .EmergencyContactsList .addContact:focus[class] {
  outline-color: #ffffff;
}

.EmergencyContacts .EmergencyContactsList .addContact:hover,
.tvmode .EmergencyContacts .EmergencyContactsList .addContact:is(:hover, :focus) {
  text-decoration: underline;
}

.EmergencyContacts .EmergencyContactsList .addContact:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(131, 71, 173, 0.1);
}
.darkmode .EmergencyContacts .EmergencyContactsList .addContact {
  color: #c1a3d6;
  background-color: rgba(0, 0, 0, 0.3);/* #000000FF */;
}

.EmergencyContacts .EmergencyContactsList .addContact:hover {
  border-color: transparent;
  background-color: #ffffff;
  text-decoration: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.EmergencyContactForm {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.EmergencyContactForm .fullWidthInput input,
.EmergencyContactForm .fullWidthInput select {
  width: 100%;
}
.EmergencyContactForm .AddressContainer,
.EmergencyContactForm .TemporaryAddressContainer,
.EmergencyContactForm .ContactMethodsContainer,
.EmergencyContactForm .RelationshipInformationContainer {
  width: clamp(75%, 40rem, 100%);
}
.EmergencyContactForm .AddressContainer > *:not(.formHeader),
.EmergencyContactForm .TemporaryAddressContainer > *:not(.formHeader),
.EmergencyContactForm .ContactMethodsContainer > *:not(.formHeader),
.EmergencyContactForm .RelationshipInformationContainer > *:not(.formHeader) {
  padding: 0 0.5rem;
}
.EmergencyContactForm .AddressContainer .formHeader,
.EmergencyContactForm .TemporaryAddressContainer .formHeader,
.EmergencyContactForm .ContactMethodsContainer .formHeader,
.EmergencyContactForm .RelationshipInformationContainer .formHeader {
  display: flex;
  align-items: center;
  padding: 0.25rem;
}
.EmergencyContactForm .AddressContainer .formHeader .iconHeading,
.EmergencyContactForm .TemporaryAddressContainer .formHeader .iconHeading,
.EmergencyContactForm .ContactMethodsContainer .formHeader .iconHeading,
.EmergencyContactForm .RelationshipInformationContainer .formHeader .iconHeading {
  color: #8347ad;
}
.EmergencyContactForm .AddressContainer .formHeader .sectionTitle,
.EmergencyContactForm .TemporaryAddressContainer .formHeader .sectionTitle,
.EmergencyContactForm .ContactMethodsContainer .formHeader .sectionTitle,
.EmergencyContactForm .RelationshipInformationContainer .formHeader .sectionTitle {
  padding: 0;
}
.EmergencyContactForm .AddressContainer .relationToPatientFields ._GridRow,
.EmergencyContactForm .TemporaryAddressContainer .relationToPatientFields ._GridRow,
.EmergencyContactForm .ContactMethodsContainer .relationToPatientFields ._GridRow,
.EmergencyContactForm .RelationshipInformationContainer .relationToPatientFields ._GridRow {
  align-items: center;
}
.EmergencyContactForm .formButtons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 0.5rem;
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .EmergencyContactForm .formButtons {
    flex-wrap: wrap;
  }
  .EmergencyContactForm .formButtons button,
  .EmergencyContactForm .formButtons a {
    width: 100%;
  }
}
.EmergencyContactForm .errorSummary {
  margin-bottom: 24px;
}

.PatientPhoto {
  flex: 1 1 20%;
}
.PatientPhoto .photoNameContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow-wrap: break-word;
}
.PatientPhoto .editMode .roundedPatientPhoto {
  height: 103px;
  width: 103px;
}
.PatientPhoto .readMode {
  padding-top: 10px;
}
.PatientPhoto .readMode .roundedPatientPhoto {
  height: 192px;
  width: 192px;
}
.PatientPhoto .roundedPatientPhoto {
  display: flex;
  border-radius: 100%;
  border-style: solid;
  border-width: 6px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 192px;
  width: 192px;
  font-size: var(--wptheme_font-size_9);
  z-index: 1;
  color: #ffffff;
}
@media print {
  .PatientPhoto .roundedPatientPhoto {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    border-width: 0;
  }
  .PatientPhoto .roundedPatientPhoto ._readOnlyText {
    color: #ffffff !important;
  }
}
.PatientPhoto .patientPhotoName ._PageHeading {
  color: var(--wp-proxy-color);
  word-break: break-word;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 15px;
}

.CustomizeSelf {
  flex: 1 1 20%;
  min-width: 280px;
  align-content: center;
  border: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.CustomizeSelf .openComponentChangeImage {
  position: absolute !important;
  top: calc(50% + 23px);
  display: flex;
  justify-content: center;
  width: 60px;
  left: calc(50% + 28px);
  z-index: 1;
}
.CustomizeSelf .openComponentChangeImage button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
  border-radius: 100%;
}
.CustomizeSelf .customizePreviewButtons {
  border-radius: 100% !important;
  width: 40px;
  height: 40px;
  padding: 4px !important;
  border: solid 2px #ffffff;
}
.CustomizeSelf ._image.size-30 {
  height: 30px !important;
  width: 30px !important;
  top: 0 !important;
  left: 0 !important;
  padding-left: 0;
  padding-top: 0;
}
.CustomizeSelf .PatientPhoto .photoNameContainer {
  width: 100%;
}

.componentBox {
  background: transparent !important;
  box-shadow: none !important;
}

.colorScheme {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 843px) {
  .colorScheme {
    padding-bottom: 2rem;
  }
}

.colorSchemeContainer {
  display: flex;
  justify-content: center;
  left: 0;
  padding-right: 0;
}
.colorSchemeContainer .colorPreviewSizing {
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.colorSchemeContainer ._image.size-30 {
  height: 30px !important;
  width: 30px !important;
  top: 0 !important;
  left: 0 !important;
  padding-left: 0;
  padding-top: 0;
}
@media screen and (min-width: 1301px) {
  .colorSchemeContainer {
    justify-content: left;
    padding-right: 0;
  }
}

.checkmark {
  text-align: left;
  width: 30px;
  top: 0;
  color: #ffffff;
  display: flex;
}

.pencilButtonIcon {
  text-align: left;
  width: 30px;
  top: 0;
  color: #ffffff;
  display: flex;
}

.colorPreviewSizing {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-left: 10px;
}

.previewColorContainer {
  display: flex !important;
}

.customizePopupHeight {
  height: 360px !important;
}

.photoButtonContainer {
  display: grid !important;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1301px) {
  .photoButtonContainer {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: left;
  }
}

.colorPreviewText {
  display: flex;
  padding-right: 180px;
  justify-content: center;
}
@media screen and (min-width: 1301px) {
  .colorPreviewText {
    justify-content: left;
    padding-left: 10px;
  }
}

.popupImageDisclaimerText {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  text-align: center;
  padding-left: 0;
}
@media screen and (min-width: 1301px) {
  .popupImageDisclaimerText {
    justify-content: left;
    padding-left: 10px;
  }
}

.popupComponentStructure {
  display: flex;
  flex-wrap: wrap;
}
.popupComponentStructure .customizablePopupSection {
  padding-top: 0px;
}
.popupComponentStructure .PatientPhoto .photoNameContainer {
  width: 100%;
  padding-bottom: 0px !important;
}
@media screen and (min-width: 1301px) {
  .popupComponentStructure {
    min-width: 550px;
    flex-wrap: nowrap;
  }
  .popupComponentStructure .customizablePopupSection {
    padding-top: 0px;
  }
  .popupComponentStructure .PatientPhoto .photoNameContainer {
    width: 220px;
  }
}

.textAndIconContainer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.firstButtonPadding {
  padding-left: 0.75rem;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1301px) {
  .firstButtonPadding {
    padding-left: 0.3rem !important;
    padding-bottom: 0.75rem !important;
  }
}

.secondButtonPadding {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1301px) {
  .secondButtonPadding {
    padding-top: 0.5rem !important;
    margin-top: 0 !important;
  }
}

.photoPopupFlex {
  flex: 1 0 0;
}
@media screen and (min-width: 1301px) {
  .photoPopupFlex {
    flex: 0 0 0;
  }
}

.imageErrorText {
  max-width: 100%;
  color: #d84a5b;
  font-size: var(--wptheme_font-size_-1);
  margin-top: 0 !important;
  justify-content: center;
  padding-left: 22% !important;
  padding-right: 18% !important;
}
@media screen and (min-width: 1301px) {
  .imageErrorText {
    text-align: left;
    max-width: 19rem;
    padding-left: 11px !important;
    padding-right: 0 !important;
  }
}

.imageErrorTextWidth {
  max-width: 255px !important;
  padding-left: 5px;
}
@media screen and (min-width: 1301px) {
  .imageErrorTextWidth {
    max-width: 100% !important;
  }
}

.nextToCustomizeComponent {
  max-height: fit-content;
}
