html body jdiv#jvLabelWrap,
html body #jvLabelWrap,
html body [id='jvLabelWrap'],
html body [id='jvlabelWrap'] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  position: fixed !important;
  left: -9999px !important;
}

@media (max-width: 767px) {
  html:not(.school-jivo-panel-open) body > jdiv {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

.school-fab-wrap {
  position: fixed;
  right: 24px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 24px);
  z-index: 2147483646;
  pointer-events: auto;
}

.school-fab {
  min-width: 72px;
  height: 48px;
  padding: 12px 16px 12px 12px;
  border: none;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 16px 16px -8px rgb(0 0 0 / 16%);
  cursor: pointer;
  touch-action: manipulation;
  display: flex;
  align-items: center;
  justify-content: center;
}

.school-fab svg {
  display: block;
  width: 61px;
  height: 24px;
}

.arthello-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.arthello-captcha {
  margin: 12px 0 16px;
}

.arthello-captcha__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.arthello-captcha__req {
  color: #c00;
}

.arthello-captcha__reload {
  border: 0;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.arthello-captcha__err {
  margin: 8px 0 0;
  color: #c00;
  font-size: 14px;
}
