.fg-batch-publish-progress-bar-container {
  position: fixed;
  top: 195px;
  left: 50%;
  z-index: 1;

  width: 365px;
  height: 50px;

  border-radius: 10px;

  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, .5);

  transform: translateX(-50%);
}

.fg-batch-publish-progress-bar {
  height: 100%;
  width: 0%;

  background-image: url(./../img/loader-gradient.png);
  background-size: contain;

  transition: width 1s ease;
}

.fg-batch-publish-progress-bar-pause-button {
  position: absolute;
  right: 20px;
  top: 50%;

  padding: 0;

  background: none;
  border: none;
  color: #777777;

  font-size: 12.5px;
  line-height: 1;

  transform: translateY(-50%);
  transition: color .4s ease;
}

.fg-batch-publish-progress-bar-pause-button:hover {
  color: #000000;
}
