#fundo_loader {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(33, 37, 41, 0.55) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  z-index: 9999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#fundo_loader.d-none {
  display: none !important;
}

#fundo_loader #loader,
#fundo_loader .sk-cube-grid {
  width: 64px !important;
  height: 64px !important;
  position: relative !important;
  margin: 0 !important;
}

#fundo_loader .sk-cube {
  width: 28% !important;
  height: 28% !important;
  margin: 2% !important;
  box-sizing: border-box !important;
  background-color: #71dd37 !important;
  float: left !important;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out !important;
}

#fundo_loader .sk-cube1 {
  animation-delay: 0.2s !important;
}
#fundo_loader .sk-cube2 {
  animation-delay: 0.3s !important;
}
#fundo_loader .sk-cube3 {
  animation-delay: 0.4s !important;
}
#fundo_loader .sk-cube4 {
  animation-delay: 0.1s !important;
}
#fundo_loader .sk-cube5 {
  animation-delay: 0.2s !important;
}
#fundo_loader .sk-cube6 {
  animation-delay: 0.3s !important;
}
#fundo_loader .sk-cube7 {
  animation-delay: 0s !important;
}
#fundo_loader .sk-cube8 {
  animation-delay: 0.1s !important;
}
#fundo_loader .sk-cube9 {
  animation-delay: 0.2s !important;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
      transform: scale3d(1, 1, 1);
  }
  35% {
      transform: scale3d(0, 0, 1);
  }
}
