/* Buttons */

.row-btn {
  border: none;
  outline: none;
  padding: 3px 2px;
  margin: 1px;
  color: #fff;
  background-color: var(--colorPrimaryNormal);
  cursor: pointer;
  border-radius: 5px;
  min-width: 80px;
  font-size: 0.8rem;
  font-weight: 700;
}

.add-btn {
  background-color: #13AF8A;
  width: auto;
}

.back-form-btn {
  background-color: #C0C0C0!important;
  width: auto;
  margin: 5px;
  border-radius: 10px !important;
  border: none!important;
}

.makecopy-form-btn {
  background-color: #3A818E!important;
  width: auto;
  margin: 5px;
  border-radius: 10px !important;
  border: none!important;
}

.save-form-btn {
  background-color: #13AF8A!important;
  width: auto;
  margin: 5px;
  border-radius: 10px !important;
  border: none!important;
}

.mass-assign-btn {
  background-color: #FF9901;
  width: auto;
  margin: 10px;
  border: none!important;
}

.table-cell-border {
  border-right: solid 1px;
  border-right-color: #e1e1e1;
}

.level-add-btn {
  background-color: #13af8a!important;
  width: auto!important;
  color: white!important;
}

.level-remove-btn {
  background-color: #af1313!important;
  width: auto!important;
  color: white!important;
}

/* Video List Buttons */

.assign-button {
  background: #fdba0d;
}

.details-btn {
  background: #29cb7d;
}

.replace-btn {
  background: #5e76cb;
}

