.bar-progress {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: #e4eceb;
}

.bar-progress::-webkit-progress-bar {
  background: #e4eceb;
}

.bar-progress::-webkit-progress-value {
  background: #087f75;
}

.bar-progress::-moz-progress-bar {
  background: #087f75;
}

.request-code,
.license-result {
  display: block;
  width: min(360px, 70vw);
  min-height: 68px;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #d8e1e4;
  border-radius: 5px;
  background: #f7faf9;
  color: #18262d;
  font: 11px/1.5 Consolas, monospace;
  resize: vertical;
}

.license-result {
  min-height: 110px;
  margin-top: 12px;
}
