.loader-container {
  width: 700px; /* Ajuste a largura do contêiner conforme necessário */
  text-align: center;
}

.loader {
  width: 100%;
  height: 20px;
  background-color: #ddd;
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
}

.loader-fill {
  height: 100%;
  border-radius: 4px;
  background-color: #4caf50;
  transition: width 0.3s ease;
}

.percentageLoad {
  margin-top: 5px;
  font-size: 14px;
}
