.p-container {
  width: 80%;
  z-index: 1;
  margin: 0 10%;
  font-size: 12px;
}

.p-bar {
  list-style-type: none;
  padding-inline-start: 0;
}
.p-bar.structured button {
  margin-right: 0;
  width: calc(50% - 3px);
}
.p-bar button {
  cursor: pointer;
  padding: 1.32rem 0 1.32rem 0;
  margin-right: 5px;
  float: left;
  width: calc(50% - 8px);
  text-align: center;
  display: list-item;
  border: 1px solid #545454;
  font-weight: bold;
  background-color: #fff;
}
.p-bar button > span {
  z-index: 3;
  position: relative;
  user-select: none;
  font-size: 16px;
}
.p-bar button.borderless {
  border: 0;
  font-size: 12px;
  font-weight: normal;
}
.p-bar button.borderless:hover {
  cursor: default;
  background-color: inherit;
}
.p-bar button.active {
  background-color: #cccccc;
  border: 2px solid darkblue;
}
.p-bar button.active > span {
  text-decoration: underline;
}
.p-bar button.active > div.diamond {
  background-color: #cccccc;
}
.p-bar button.active.completed {
  background-color: #212121;
}
.p-bar button.active.completed > div.diamond {
  background-color: #212121;
}
.p-bar button.active:hover {
  background-color: #999999;
}
.p-bar button.active:hover > div.diamond {
  background-color: #999999;
}
.p-bar button.disabled {
  display: none;
}
.p-bar button.emit-disabled {
  cursor: not-allowed;
}
.p-bar button.completed {
  background-color: #545454;
  color: #fff;
  box-shadow: 0 0 3px #fff;
}
.p-bar button.completed:hover {
  background-color: black;
}
.p-bar button.completed:hover > div.diamond {
  background-color: black;
}
.p-bar button.completed > div.p-icon {
  z-index: 3;
  content: " ";
  height: 1.3rem;
  width: 1.3rem;
  background-color: #10d9c5;
  background-image: url("assets/checkmark.svg");
  background-size: 55%;
  background-position: 55% 55%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  margin-left: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 0 10px #10d9c5;
}
.p-bar button.completed > div.diamond {
  background-color: #545454;
  border-color: #fff;
}
.p-bar button:hover {
  background-color: #cccccc;
}
.p-bar button:hover > div.diamond {
  background-color: #cccccc;
}
.p-bar button > div.diamond {
  user-select: none;
  width: 2.7rem;
  height: 2.7rem;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #545454;
  background-color: #fff;
  position: absolute;
  top: 20px;
  z-index: 2;
  margin-left: calc(50% - 1.5rem);
  transform: rotate(45deg);
}

@media only screen and (min-width: 1025px) {
  .p-container {
    width: 60%;
    z-index: 1;
    margin: 0 21% 0 19%;
    font-size: 16px;
  }
  .p-bar button.completed > div.p-icon {
    width: 1.5em;
    height: 1.5em;
  }
  .p-bar button > div.diamond {
    top: 26px;
    width: 2.8rem;
    height: 2.8rem;
  }
  .popovermenu {
    left: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-container {
    width: 80%;
    z-index: 1;
    margin: 0 10% 0 10%;
    font-size: 16px;
  }
  .p-bar button.completed > div.p-icon {
    width: 1.5em;
    height: 1.5em;
  }
  .p-bar button > div.diamond {
    top: 26px;
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .p-container {
    width: 80%;
    z-index: 1;
    margin: 0 10% 0 10%;
    font-size: 10px;
  }
  .p-bar button.completed > div.p-icon {
    width: 1.2em;
    height: 1.2em;
  }
  .p-bar button > div.diamond {
    margin-left: calc(50% - 1.4rem);
    top: 19px;
    width: 2.5rem;
    height: 2.5rem;
  }
}

/*# sourceMappingURL=progress.css.map */
