/* SecurityTalent 1.9.83 — keep EasySocial authentication above the mobile drawer. */
@media (max-width: 1199.98px) {
  /*
   * The SecurityTalent off-canvas drawer intentionally uses 10050. EasySocial
   * creates the navbar sign-in popbox at the document root with 10020, which
   * otherwise leaves the working form hidden below the open drawer.
   */
  body.offcanvas-active .es.popbox.popbox--navbar.popbox-navbar-signin,
  html.offcanvas-active .es.popbox.popbox--navbar.popbox-navbar-signin {
    z-index: 10080 !important;
  }

  body.offcanvas-active .es.popbox.popbox--navbar.popbox-navbar-signin .popbox-content,
  html.offcanvas-active .es.popbox.popbox--navbar.popbox-navbar-signin .popbox-content {
    position: relative;
    z-index: 1;
    box-shadow: 0 24px 70px rgba(3, 32, 36, .32) !important;
  }
}

@media (max-width: 479.98px) {
  body.offcanvas-active .es.popbox.popbox--navbar.popbox-navbar-signin,
  html.offcanvas-active .es.popbox.popbox--navbar.popbox-navbar-signin {
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    max-width: calc(100vw - 16px) !important;
  }
}
