
.type-progress-container {
  position: relative;
  height: 3px;
  opacity: 0;
  background: #a3d7ff;
  margin:0;
  border-radius:3px;
}

.type-progress-container.focus { opacity: 1; }

.type-progress-container .type-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background:#044a82;
  border-radius:3px;
}
