.debug {
  display: inline-block;
  position: fixed;
  bottom: 70px;
  left: 10px;
  background-color: rgba(243, 198, 64, 0.5);
  padding: 10px;
  z-index: 1000000;
  font-size: 11px;
  color: #000;
}

.relationship,
.relationship a,
a.relationship {
  color: #0070cd !important;
}

.strategic,
.strategic a,
a.strategic {
  color: #00945d !important;
}

.executing,
.executing a,
a.executing {
  color: #7b2481 !important;
}

.influencing,
.influencing a,
a.influencing {
  color: #e97200 !important;
}

.error {
  color: red;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.theme-dark .leap-dark {
  color: #888 !important;
}

/* Sortable */

#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sortable li {
  position: relative;
  margin: 0 0 8px 0;
  padding-left: 45px;
  font-size: 1.4em;
  vertical-align: bottom;
  background-color: #efefef;
  height: 40px;
  line-height: 40px;
}

#sortable .sorticon {
  position: absolute;
  margin-left: -1.3em;
  top: 50%;
  transform: translateY(-50%);
}

#sortable .trashicon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  z-index: 100000;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 0, 0, 0.2);
  padding: 0 10px 0 10px;
}

#sortable .sortable-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  z-index: 100000;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: #999;
  background-color: #ccc;
  padding: 0 10px 0 10px;
}
