
/* BPMS Increment 30.2 - Forced Create Menu */
#bpmsForcedCreateBackdrop{
  position:fixed;inset:0;background:rgba(15,23,42,.35);z-index:99996;
  display:none;
}
#bpmsForcedCreateBackdrop.open{display:block}
#bpmsForcedCreateMenu{
  position:fixed;right:18px;bottom:155px;z-index:99998;
  display:flex;flex-direction:column;gap:10px;align-items:flex-end;
  opacity:0;pointer-events:none;transform:translateY(14px);transition:.2s ease;
}
#bpmsForcedCreateMenu.open{opacity:1;pointer-events:auto;transform:translateY(0)}
#bpmsForcedCreateMenu a{
  background:#fff;color:#102a66;border:1px solid #dfe5ef;border-radius:999px;
  padding:12px 16px;text-decoration:none;font-weight:900;box-shadow:0 10px 28px rgba(15,23,42,.22);
  min-width:220px;font-size:14px;
}
#bpmsForcedCreateMenu small{display:block;color:#64748b;font-size:11px;margin-top:2px}
#bpmsForcedCreateFab{
  position:fixed;right:18px;bottom:86px;z-index:99999;
  width:64px;height:64px;border-radius:50%;border:0;background:#294fa3;color:#fff;
  font-size:36px;font-weight:900;display:flex;align-items:center;justify-content:center;
  box-shadow:0 14px 30px rgba(15,23,42,.32);transition:.18s ease;
}
#bpmsForcedCreateFab.open{transform:rotate(45deg);background:#102a66}
@media(min-width:761px){
  #bpmsForcedCreateFab,#bpmsForcedCreateMenu,#bpmsForcedCreateBackdrop{display:none!important}
}
