html {
  height: 100%;
  font-size: 16px;
}

body {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  height: 100%;
  justify-content: center;
  /* padding-bottom: 40px;
    padding-top: 40px; */
  background-image: url("https://www.earthscout.com/wp-content/themes/starter-kit/assets/images/backgrounds/Background_Graphic_Deskto.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  margin: 0;
  padding: 0 2rem;
  max-height: 100vh;
}

.app-container {
  max-width: 720px;
  width: 100%;
  margin: auto;
  padding-top: 2.5rem;
}

.logo-container {
  display: block;
  height: 2.5rem;
  max-height: 3.25rem;
  width: auto;
  margin-bottom: 5rem;
  text-align: center;
}

.logo-container .logo {
  height: 100%;
  width: auto;
}

.rememberMe {
  visibility: hidden;
}

.btn-primary {
  background-color: #78be20;
}

a {
  color: #78be20;
}

a:hover {
  color: #78be20;
  text-decoration: none;
}

main {
  margin: auto;
  max-width: 420px;
  padding: 15px;
  width: 100%;
}

/* TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h2,
h3,
.intro > p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.5rem !important;
  text-align: center !important;
}

h3 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 1rem;
}

/* BUTTONS */

button {
  background-color: #fff;
  border: 0;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #2d2a26;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.75rem 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: normal;
  width: 100% !important;
  word-wrap: break-word;
}

button:active,
button:focus,
button:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  outline: 0;
}

button:disabled {
  opacity: 0.65;
}

button:focus,
button:hover {
  text-decoration: none;
}

.button-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  font-size: smaller !important;
  text-decoration: underline !important;
  width: inherit !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-size: smaller !important;
  text-decoration: underline !important;
  font-size: 10px !important;
  padding-left: 8px !important;
  display: contents !important;
  padding-left: inherit !important;
}

.button-link-top {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  font-size: smaller !important;
  text-decoration: underline !important;
  width: inherit !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-size: smaller !important;
  text-decoration: underline !important;
  font-size: 12px !important;
  padding-left: 8px !important;
  display: contents !important;
  padding-left: inherit !important;
}

div small a {
  font-size: smaller;
  text-decoration: underline;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

/* CARDS */

.card {
  background-clip: border-box;
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  font-weight: 400;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  padding: 1.25rem;
}

.card-body {
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
}

.card-footer {
  padding-top: 1rem;
}

.policy-card {
  max-height: calc(100vh - 10rem);
}

.policy-body {
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  padding: 1.25rem;
  overflow-y: auto;
  height: 100%;
}

.policy-body .title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.policy-body p {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-3 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content-1 {
  width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background-color: white;*/
  background-color: transparent;
  padding: 1rem 1.5rem;
  /* width: 24rem; */
  border-radius: 0.5rem;
}

.modal-content-2 {
  width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background-color: white;*/
  background-color: transparent;
  padding: 1rem 1.5rem;
  /* width: 24rem; */
  border-radius: 0.5rem;
}

.modal-content-3 {
  width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background-color: white;*/
  background-color: transparent;
  padding: 1rem 1.5rem;
  /* width: 24rem; */
  border-radius: 0.5rem;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.show-modal2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.show-modal3 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.policy-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #f5f5f5;
}

.policy-body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.policy-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.small-text {
  font-size: 9px;
  letter-spacing: 0.5px;
  font-family: "Rubik", sans-serif;
}

li.CheckboxMultiSelect div.attrEntry {
  font-size: 12px !important;
  font-weight: bold !important;
  padding-left: 15%;
}

.modal-footer-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer-3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.card-header {
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.card-header h3 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0 !important;
  padding: 0;
}

/* FORMS */

:-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

::-ms-input-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: transparent;
}

.attrEntry,
.entry-item {
  margin-top: 1.5rem;
  position: relative;
}

.attrEntry input,
.attrEntry select,
.entry-item input {
  background-clip: padding-box;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #495057;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.5rem 0;
  padding: 0.3rem 0 0.55rem 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100% !important;
}

.attrEntry input:focus,
.attrEntry select:focus,
.entry-item input:focus {
  background: 0 0;
  background-color: #fff;
  border-color: #78be20;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #495057;
  outline: 0;
}

.attrEntry input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.attrEntry input[type="checkbox"] + label {
  display: inline-block !important;
}

.attrEntry input[type="checkbox"] + label:before {
  border: 1.5px solid #8a8a8a;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  content: "";
  height: 17px;
  left: 0;
  margin-top: 2px;
  position: absolute;
  top: 0;
  transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 17px;
  z-index: 0;
}

.attrEntry input[type="checkbox"]:checked + label:before {
  border-color: transparent #78be20 #78be20 transparent;
  border-style: solid;
  border-width: 2px;
  height: 22px;
  left: -3px;
  top: -4px;
  width: 12px;
  transform: rotate(40deg);
  transform-origin: 100% 100%;
  -ms-transform: rotate(40deg);
  -ms-transform-origin: 100% 100%;
  -webkit-transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
}

.attrEntry input[type="email"],
.attrEntry input[type="password"],
.attrEntry input[type="text"],
.attrEntry select,
.entry-item input[type="email"],
.entry-item input[type="password"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.attrEntry input[type="email"]:focus,
.attrEntry input[type="password"]:focus,
.attrEntry input[type="text"]:focus,
.attrEntry select:focus,
.entry-item input[type="email"]:focus,
.entry-item input[type="password"]:focus {
  border-bottom: 1px solid #78be20;
  box-shadow: 0 1px 0 0 #78be20;
  -webkit-box-shadow: 0 1px 0 0 #78be20;
}

.attrEntry input[type="email"].highlightError,
.attrEntry input[type="password"].highlightError,
.attrEntry input[type="text"].highlightError,
.attrEntry select.highlightError,
.entry-item input[type="email"].highlightError,
.entry-item input[type="password"].highlightError {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
  -webkit-box-shadow: 0 1px 0 0 #f44336;
}

.attrEntry label,
.entry-item label {
  color: #757575;
  font-size: 0.8em;
  margin-bottom: 0;
}

.attrEntry .error.itemLevel,
.attrEntry .helpText,
.attrEntry .tiny {
  display: none !important;
}

.attrEntry .error.itemLevel.show {
  display: block !important;
}

.divider {
  display: none !important;
}

.error.itemLevel {
  color: #f44336;
  font-size: 0.8rem;
}

.error.itemLevel p {
  margin-bottom: 0;
}

.error.pageLevel {
  color: #f44336;
}

.errorText {
  background: inherit;
  border: inherit;
  margin: inherit;
  padding: inherit;
}

.errorText,
.verificationErrorText {
  color: #f44336;
}

#api ul {
  list-style-type: none;
  padding-left: 0;
}

/* ALL PAGES */

body {
  background-size: cover;
  background-image: url(https://woodgroveb2ctmpls.blob.core.windows.net/default/images/background.jpg);
  background-repeat: no-repeat;
}

.verify {
  margin-top: 5px;
  padding-top: 0 !important;
}

.working {
  bottom: 0;
  display: none;
  height: 2em;
  left: 0;
  margin: auto;
  overflow: show;
  position: fixed;
  right: 0;
  top: 0;
  width: 2em;
  z-index: 999;
}

.working:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.working:not(:required) {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.working:not(:required):after {
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  content: "";
  display: block;
  height: 1em;
  font-size: 10px;
  margin-top: -0.5em;
  width: 1em;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  -webkit-animation: spinner 1500ms infinite linear;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

#api h2,
#api .intro > p {
  color: #2d2a26 !important;
}

#simplemodal-data.verifying-modal {
  height: 100%;
  position: relative;
}

#simplemodal-data.verifying-modal:before {
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  content: "";
  display: inline-block;
  font-size: 10px;
  height: 1em;
  margin-top: 1em;
  position: fixed;
  width: 1em;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  -webkit-animation: spinner 1500ms infinite linear;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* UNIFIED PAGE */

#api[data-name="Unified"] .buttons {
  margin-top: 1.5rem !important;
}

#api[data-name="Unified"] .create {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
#api[data-name="Unified"] .localAccount {
  margin-top: 1.5rem;
}

#api[data-name="Unified"] .create > p {
  color: #9e9e9e !important;
  display: flex !important;
  display: -ms-flexbox !important;
  -ms-flex-pack: end !important;
  display: -webkit-box !important;
  -webkit-box-pack: end !important;
  font-size: 0.9rem;
  justify-content: flex-end !important;
  margin-bottom: 0;
}

#api[data-name="Unified"] #createAccount {
  margin-left: 0.25rem;
}

#api[data-name="Unified"] #forgotPassword {
  float: right;
  font-size: 0.8rem;
}

#api[data-name="Unified"] #GoogleAccountOAuth2Exchange,
#api[data-name="Unified"] #GoogleExchange {
  margin-bottom: 1rem;
}

#api[data-name="Unified"] #GoogleAccountOAuth2Exchange:before,
#api[data-name="Unified"] #GoogleExchange:before {
  content: url(https://woodgroveb2ctmpls.blob.core.windows.net/default/images/google.png);
  padding-right: 0.25rem;
}

#api[data-name="Unified"] #MicrosoftPersonalAccountOpenIdConnectExchange:before,
#api[data-name="Unified"] #MicrosoftAccountExchange:before {
  content: url(https://woodgroveb2ctmpls.blob.core.windows.net/default/images/microsoft.png);
  padding-right: 0.25rem;
}

#api[data-name="Unified"] #next {
  background-color: #78be20 !important;
  color: #fff !important;
}

.card-service {
  border: 0.25px solid black;
}

.card-service .terms-of-service {
  border: 0.25px solid black;
  height: 100px;
  overflow-y: scroll;
  padding-right: 0.5rem;
  width: 100%;
}

.card-service .terms-of-service p {
  font-weight: 300;
  margin-bottom: 0;
}

/* span {
  text-decoration: underline;
} */

/* ALL SELF-ASSERTED PAGES */

.self-asserted-container .card-footer {
  border-top: 1px solid #e9ecef;
  padding: 1rem;
}

.self-asserted-container .card-footer .terms-of-service {
  height: 100px;
  overflow-y: scroll;
  padding-right: 0.5rem;
  width: 100%;
}

.self-asserted-container .card-footer .terms-of-service p {
  font-weight: 300;
  margin-bottom: 0;
}

.attrEntry.validate input.textInput:invalid {
  border: 2px solid red;
}

#api[data-name="SelfAsserted"] > .intro {
  display: none !important;
}

#api[data-name="SelfAsserted"] #attributeVerification > .buttons {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

#api[data-name="SelfAsserted"] #continue {
  background-color: #78be20 !important;
  color: #fff !important;
  margin-bottom: 1rem;
}

#api[data-name="SelfAsserted"] #cancel,
#api[data-name="SelfAsserted"] #email_ver_but_resend {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#api[data-name="SelfAsserted"] #email_ver_but_edit,
#api[data-name="SelfAsserted"] #email_ver_but_send,
#api[data-name="SelfAsserted"] #email_ver_but_verify {
  margin-top: 0.5rem;
}

#api[data-name="SelfAsserted"] #email_ver_but_verify {
  margin-bottom: 1rem;
}

#api[data-name="SelfAsserted"] #email_ver_input,
#api[data-name="SelfAsserted"] #email_ver_input_label {
  margin-top: 2rem;
}

/* LOCAL ACCOUNT REGISTRATION PAGE */

.local-account-registration-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(5)
  > div,
.local-account-registration-container-1
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(7)
  > div,
.local-account-registration-container-2
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(5)
  > div {
  display: block;
  margin-top: 1.5rem;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.local-account-registration-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(5)
  > div
  > label:nth-child(1),
.local-account-registration-container-1
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(7)
  > div
  > label:nth-child(1),
.local-account-registration-container-2
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(5)
  > div
  > label:nth-child(1) {
  display: none !important;
}

.local-account-registration-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(5)
  > div
  > label:nth-child(4),
.local-account-registration-container-1
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(7)
  > div
  > label:nth-child(4),
.local-account-registration-container-2
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(5)
  > div
  > label:nth-child(4) {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  position: static;
  transform: inherit;
}

/* SOCIAL ACCOUNT REGISTRATION PAGE */

.social-account-registration-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(2)
  > div,
.social-account-registration-container-1
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(5)
  > div,
.social-account-registration-container-2
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(2)
  > div {
  display: block;
  margin-top: 1.5rem;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.social-account-registration-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(2)
  > div
  > label:nth-child(1),
.social-account-registration-container-1
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(5)
  > div
  > label:nth-child(1),
.social-account-registration-container-2
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(2)
  > div
  > label:nth-child(1) {
  display: none !important;
}

.social-account-registration-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(2)
  > div
  > label:nth-child(4),
.social-account-registration-container-1
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(5)
  > div
  > label:nth-child(4),
.social-account-registration-container-2
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(2)
  > div
  > label:nth-child(4) {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  position: static;
  transform: inherit;
}

/* ENTERPRISE ACCOUNT REGISTRATION PAGE */

.enterprise-account-registration-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(4)
  > div {
  display: block;
  margin-top: 1.5rem;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.enterprise-account-registration-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(4)
  > div
  > label:nth-child(1) {
  display: none !important;
}

.enterprise-account-registration-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(4)
  > div
  > label:nth-child(4) {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  position: static;
  transform: inherit;
}

/* ACCOUNT PROFILE PAGE */

.account-profile-container #api[data-name="SelfAsserted"] button {
  border: 0;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  font-size: 0.8rem;
  height: inherit;
  margin: 0;
}

.account-profile-container #api[data-name="SelfAsserted"] #continue {
  margin-bottom: 1rem;
}

/* ACCOUNT TERMS OF SERVICE PAGE */
#selfAssertedContainer.account-terms-of-service-container{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.account-terms-of-service-container .card-alert {
  border: 1px solid #ff3547 !important;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #ff3547;
  padding: 1rem;
}

.account-terms-of-service-container .card-alert p {
  margin-bottom: 0;
}

.account-terms-of-service-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(1)
  > div {
  display: block;
  margin-top: 1.5rem;
  min-height: 1.5rem;
  /* padding-left: 1.5rem; */
  position: relative;
}

/* .account-terms-of-service-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(1)
  > div
  > label:nth-child(1) {
  display: none !important;
} */

.account-terms-of-service-container
  #api[data-name="SelfAsserted"]
  #attributeList
  > ul
  > li:nth-child(1)
  > div
  > label:nth-child(4) {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  position: static;
  transform: inherit;
}

#selfAssertedContainer {
  max-width: 420px;
  width: 100%;
  padding: 0 1rem;
}

#privacyPolicy,
#termsOfService,
#sensorAccuracyStatement {
  display: none;
}

/* media queries */
@media (max-width: 575px) {
  html {
    font-size: 14px;
    /* overflow: scroll; 
        -webkit-overflow-scrolling: touch; */
  }

  body {
    padding: 0 1rem;
  }

  .policy-card {
    max-height: calc(100vh - 8rem);
    /* overflow: scroll; 
        -webkit-overflow-scrolling: touch; */
    z-index: 1;
  }

  .policy-body {
    padding: 0 0.5rem 0 0;
    margin-right: -0.5rem;
  }

  .card-header h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .policy-body {
    padding: 0 1.25rem;
  }

  .policy-card {
    max-height: calc(100vh - 4rem);
  }
}
