body.moov-lazy-loading-modules::after {
  content: "Carregando módulo...";
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100000;
  padding: 12px 15px;
  border-radius: 14px;
  background: #4e256c;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(78, 37, 108, .22);
}
