.worker-list__add {
  display: block;
  margin: 20px 35px 30px;
  padding: 13px;
  border-radius: 5px;
  font-size: 1.6rem;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.worker-list__add::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 21px;
  margin-bottom: -4px;
  margin-right: 8px;
  background: url(/agri-smart/assets/img/icon_worker_add.png) center center no-repeat;
  background-size: contain;
}

.worker-list__item {
  position: relative;
  margin-bottom: 20px;
  border-top: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  background: #ffffff;
}

.worker-list__item:first-child {
  border-top: none;
}

.worker-list__item[data-status="on"]::before {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  left: 13px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #139243;
  box-shadow: 0 0 6px #92d5ab;
}

.worker-list__link {
  display: block;
  padding: 20px 80px 55px 30px;
  font-size: 1.6rem;
}

.worker-list__name {
  margin-bottom: 0;
  color: #666666;
  font-weight: bold;
}

.worker-list__nickname {
  margin-bottom: 0;
  color: #999999;
}

.worker-list__machine {
  margin-bottom: 0;
  color: #999999;
}

.worker-list__graph {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  background: #ffffff;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.worker-list__graph img {
  width: 33px;
  margin-left: 7px;
}

.worker-list__edit {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 82px;
  height: 24px;
  border: #cccccc 1px solid;
  border-radius: 12px;
}

.worker-list__edit img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.worker-list__edit::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 14px;
  background: url(/agri-smart/assets/img/icon_arrow_right_gray.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
