.app-toast {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.app-toast.ok { background: #14532d; color: #dcfce7; }
.app-toast.err { background: #7f1d1d; color: #fee2e2; }
.auth-form-msg {
  margin: 0 0 10px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #7f1d1d;
  color: #fee2e2;
  font-size: 13px;
}
.reg-form-footer-bc .auth-form-msg,
.entrance-form-actions-holder-bc .auth-form-msg,
#loginFooterMsg {
  margin: 0 0 12px;
  display: block;
}
.reg-form-footer-bc .auth-form-msg[hidden],
#loginFooterMsg[hidden],
#registerFooterMsg[hidden] {
  display: none;
}
.auth-form-wrap { display: contents; }
.user-logged {
  pointer-events: none;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
