.circle-completed {
  color: #1fac4a;
}

.circle-empty {
  opacity: 0;
}

.circle-green:before {
  color: var(--succes-color);
  text-decoration: none;
}

.circle-lightblue:before,
.circle-work {
  color: #00a0ec;
}

.circle-orange:before {
  color: var(--project-orange);
}

.circle-pause {
  color: #795038;
}

.circle-prepared {
  color: #d3d3d3;
}

.circle-ready {
  color: #fff000;
}

.circle-red:before {
  color: red;
}

.circle-success:before {
  color: #5cb85c;
  text-decoration: none;
}

.circle-tomato:before {
  color: #ff6347;
}

.circle-white:before {
  color: #fff;
  visibility: collapse;
}

.circle:before {
  content: " \25CF";
  font-size: 25px;
  text-decoration: none;
}

.dot {
  border: 2px solid var(--succes-color);
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin-left: 2px;
  width: 12px;
}
.dot2 {
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin-left: 2px;
  width: 12px;
}

.dot.circle-green-full {
  background: var(--succes-color);
}

.dot.circle-lightblue {
  border: 2px solid #00a0ec;
}

.dot.circle-lightblue-full {
  background: #00a0ec;
}

.dot.circle-orange {
  border: 2px solid var(--project-orange);
}

.dot.circle-orange-full {
  background: var(--project-orange);
}

.dot.circle-red-full {
  background: var(--danger-color);
}

.dot.circle-red {
  border: 2px solid red;
}

.dot.dot-empty {
  border: 2px solid rgba(0, 0, 0, 0) !important;
}

.drawing-status-badge .circle:before {
  font-size: 90px;
  line-height: 60px;
  text-decoration: none;
}

a:hover > .circle,
a:hover > .circle:before {
  text-decoration: none;
}

@media print {
  .circle-green:before {
    color: var(--succes-color) !important;
  }

  .circle-orange:before {
    color: var(--project-orange) !important;
  }
}
