
/* RA V33: exact floating alignment for selected delete button */
.ra-floating-stack #ra-top-delete-selected,
#ra-top-delete-selected.ra-float-btn,
button#ra-top-delete-selected{
  position:relative!important;
  right:auto!important;
  bottom:auto!important;
  top:auto!important;
  left:auto!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  max-width:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  display:none;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  z-index:2147482500!important;
}
#ra-top-delete-selected i{font-size:18px!important;line-height:1!important;margin:0!important;padding:0!important;display:block!important;}
#ra-top-delete-selected span,#ra-top-delete-selected .ra-delete-text{display:none!important;}
@media(max-width:576px){
  .ra-floating-stack #ra-top-delete-selected,
  #ra-top-delete-selected.ra-float-btn,
  button#ra-top-delete-selected{
    width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;min-height:42px!important;max-height:42px!important;
  }
  #ra-top-delete-selected i{font-size:16px!important;}
}
