.fg-batch-publish-sidebar-container {
  position: fixed;

  flex: 0 1 200px;
  min-width: 200px;

  margin: 0 15px;
}

.fg-batch-publish-auto-fill-container {
  width: 185px;

  margin-bottom: 23px;
}

.fg-batch-publish-sidebar-title {
  margin: 0 0 15px;

  color: #555555;

  font-family: 'AzoSans-Medium';
  font-size: 10px;
  text-transform: uppercase;
}

.fg-batch-publish-auto-fill {
  margin-bottom: 10px;
}

.fg-batch-publish-auto-fill:last-of-type {
  margin-bottom: 0;
}

.fg-batch-publish-switch-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fg-batch-publish-switch-text {
  cursor: text;
  color: #999999;

  font-family: 'AzoSans-Regular';
  font-size: 15px;

  transition: color .4s ease;
}

.fg-batch-publish-switch-text--active {
  color: #FFFFFF;
}

.fg-batch-publish-switch {
  position: relative;

  height: 20px;
}

.fg-batch-publish-cross-publish-container {
  width: 185px;
}

@media screen and (max-width: 768px) {
  .fg-batch-publish-sidebar-container {
    display: none;
  }
}
