.app-icon.payroll {
  background: #2d8297;
}

.app-icon.snack {
  background: #d16e35;
}

.app-icon.magento {
  background: #ed762f;
}

.app-icon.trace {
  background: #3957a6;
}

.app-state.private {
  background: #e6f4f1;
  color: #24705f;
}

.app-state.private i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #3da884;
}

.app-state.public {
  background: #e6f4f1;
  color: #24705f;
}

.app-state.public i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #3da884;
}

.app-state.local-state {
  background: #e9edfa;
  color: #40599b;
}

.app-card.local {
  background: #f9fbfb;
}

.app-card.local .launch {
  color: #788aa3;
}
