.persel-actions .persel-btn-cancel {
  display: inline-block;
  width: 64px;
  height: 26px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F0F2F5;
  color: #6F7886;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s;
}

.persel-actions .persel-btn-cancel > span {
  width: 26px;
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.persel-actions .persel-btn-cancel:hover {
  background: #FFFFFF;
  border: 1px solid #2879FF;
  color: #2879FF;
}

.persel-actions .persel-btn-ok {
  display: inline-block;
  width: 64px;
  height: 26px;
  background: #2879FF;
  margin-left: 12px;
  border-radius: 4px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s;
}

.persel-actions .persel-btn-ok > span {
  width: 26px;
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.persel-actions .persel-btn-ok:hover {
  background: #5C8EFF;
}
