﻿/* Copyright 2022 Epic Systems Corporation */
.TextOptInPage {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .TextOptInPage {
    width: 80%;
  }
}
.TextOptInPage .greenCheck {
  fill: green;
}
.TextOptInPage .nextButtonContainer {
  margin: 1rem 0px;
}
.TextOptInPage .checkmarkText {
  display: flex;
  align-items: center;
}
.TextOptInPage .workflowContainer .ToggleSwitch {
  margin-bottom: 0;
  margin-top: 1rem;
}
.TextOptInPage .workflowContainer {
  background-color: #ffffff;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.mobile .TextOptInPage .workflowContainer {
  overflow: hidden;
}
.TextOptInPage .centeredElement[class] {
  margin: 0.5rem auto;
}
.TextOptInPage .centeredContainer {
  text-align: center;
}
.TextOptInPage .verificationCodeContainer {
  margin: 0 auto;
  width: fit-content;
}
.TextOptInPage .verificationCodeContainer > input {
  text-align: center;
  height: 4rem;
  width: 17rem;
  font-size: 1.75rem;
  margin-top: -1.33rem;
  padding-top: 1.33rem;
}
.mobile .TextOptInPage .verificationCodeContainer > input {
  width: 100%;
  font-size: inherit;
}
.mobile.androidWebview .TextOptInPage .verificationCodeContainer > input {
  margin-top: -1lh;
  padding-top: 1lh;
  height: auto;
}
.TextOptInPage .verificationCodeContainer > label {
  text-align: center;
  font-size: x-large;
  padding-top: 0.75rem;
}
.mobile .TextOptInPage .verificationCodeContainer > label {
  font-size: inherit;
}
.TextOptInPage .verificationDescription[class] {
  margin-top: 0;
}
.TextOptInPage .resendButton {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.TextOptInPage .editLink {
  margin: auto 0.5rem;
}
.TextOptInPage .workflowHeader {
  display: flex;
}
.TextOptInPage .inactiveHeader {
  color: #999999;
}
.TextOptInPage .CallToActionComponent {
  margin-top: 1.5rem;
}
.TextOptInPage .fitContentWidth {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .TextOptInPage .fitContentWidth {
    width: 100%;
  }
}
.TextOptInPage .proxyText[class][class], .TextOptInPage .proxyCommPrefLink[class][class] {
  margin-top: 1.5rem;
}

.CallToActionComponent .ctaText {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.CallToActionComponent .ctaLink[class] {
  margin-right: 0.5rem;
}

.RouterWorkflow[class] ._ActionGroup {
  justify-content: center;
}
