.fg-batch-publish-container {
  display: flex;

  background-color: #222426;

  margin-top: 90px;
}

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

  flex: 0 0 calc(100vw - 230px);
  max-width: calc(100vw - 230px);

  margin-left: 230px;
}

.fg-batch-cv-rows {
  flex: 0 0 calc(100vw - 15px);
  max-width: calc(100vw - 15px);

  margin-left: 15px;
}

.fg-batch-row-container {
  position: relative;

  min-height: 303px;

  margin-bottom: 30px;
}

.fg-batch-row-loader {
  position: absolute;
  top: 134px;
  left: 109px;
}

.fg-batch-row-load-more-button {
  width: 90px;
  height: 30px;

  margin: 0 0 15px 86.5px;
  border-radius: 5px;

  background: transparent;
  border: 1.5px solid #2D2F31;
  color: #999999;

  font-family: 'AzoSans-Regular';
  font-size: 15px;
  line-height: 1;

  transition: background .4s ease, color .4s ease;
}

.fg-batch-row-load-more-button:hover {
  background: #2D2F31;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .fg-batch-publish-rows {
    flex: 0 0 calc(100vw - 15px);
    max-width: calc(100vw - 15px);

    margin-left: 15px;
  }

  .fg-batch-row-container {
    min-height: 203px;

    margin-bottom: 15px;
  }
}
