#btnPlanoRender {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: rgba(103, 115, 131, 0.8);
  border-radius: 6px;
  z-index: 1000008;
}

.mobile #btnPlanoRender {
  top: calc(env(safe-area-inset-top, 0px) + 18px);
  left: calc(env(safe-area-inset-left, 0px) + 12px);
  width: 50px;
  height: 50px;
}
