.open-processando {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999999999;
  padding-left: 50%;
  width: 100%;
  height: 100vh;
  background-color: rgb(255 255 255 / 30%);
  backdrop-filter: blur(5px) saturate(132%);
  -webkit-backdrop-filter: blur(5px) saturate(132%);
  display: none;
}

#textProcessando {
  font-size: 1rem;
  color: #444444;
  font-weight: inherit;
}

#animatedLoader {
  position: relative;
  left: -50%;
  top: 50%;
}

.progress {
  background-color: #444444;
  height: 3px;
  max-width: 120px;
}

.progress .indeterminate {
  background-color: orange;
}