.farm-partner-cta {
  padding: 10px;
  background: #f1f1f1;
  border-radius: 1px solid;
  color: red;
  margin-bottom: 35px;
}
#collaborators {
  padding: 25px 0px;
  background-color: white;
}
#collaborators .weekly-planting-option {
  display: inline-block;
  margin-right: 25px;
}
#collaborators .btn-right {
  float: right;
}
#collaborators .collaborator-role-checkbox {
  text-transform: capitalize;
}
#collaborators .toggleViewLoginHistory,
#collaborators .toggleManagingProductAccess,
#collaborators .toggleManagingFarmAccess,
#collaborators .toggleManagingShipperView,
#collaborators .toggleManagingReceiptManagement,
#collaborators .toggleManagingRegions {
  font-size: 10px;
  background: #ccc;
  color: white;
  padding: 2px 7px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
#collaborators .toggleViewLoginHistory.managing,
#collaborators .toggleManagingProductAccess.managing,
#collaborators .toggleManagingFarmAccess.managing,
#collaborators .toggleManagingShipperView.managing,
#collaborators .toggleManagingReceiptManagement.managing,
#collaborators .toggleManagingRegions.managing {
  background: #666;
}
#collaborators .removeCollaborator {
  font-size: 10px;
  background: red;
  color: white;
  padding: 2px 7px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin: 2px;
}
#collaborators .collaborator-row {
  position: relative;
  min-height: 60px;
  padding-right: 400px;
}
#collaborators .collaborator-name {
  width: 100%;
}
#collaborators .collaborator-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
#collaborators .collaborator-logins {
  max-height: 200px;
  overflow-y: scroll;
}
#collaborators .collaborator-logged-ago {
  text-align: left;
  color: #ccc;
  font-size: small;
}
#collaborators .collaborator-name .collaborator-logged-ago {
  float: right;
}
#collaborators #collaborator-farms-toggle-all {
  margin: 7px 0px;
}
.collab-box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: initial;
  gap: 8px;
}
.collab-row {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.collab-row .collab-check {
  width: 30%;
}
.collab-row .collab-can-edit {
  width: 20%;
}
.collab-row .collab-description {
  width: 50%;
}
