.container[data-v-dcdb2ae6] {
  display: flex;
  justify-content: center;
}
.bar[data-v-dcdb2ae6] {
  width: 20vw;
  min-width: 98px;
  max-width: 198px;
  height: 6px;
  border-radius: 5px;
  background-color: #ced4da;
  margin: 4px;
}
.bar-active[data-v-dcdb2ae6] {
  background-color: #0044AD;
}
/* .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
} */
.underline[data-v-25741eef] {
  height: 4px;
  width: 35px;
  background-color: #965A05;
  margin: 0 auto;
}

/* font size: 14px */
.progress-container[data-v-3b7045a5] {
  display: flex;
  width: 90vw;
  padding: 10px 10px;
  justify-content: center;
  margin-top: 30px;
}
.progress-item-container[data-v-3b7045a5] {
  position: relative;
  width: 100%;
  max-width: 80px;
}
.progress-bar[data-v-3b7045a5] {
  position: relative;
  top: 6.7px;
  background-color: #d2daf3;
  width: 100%;
  height: 1.5px;
}
.progress-container .progress-item-container:first-child .progress-bar[data-v-3b7045a5] {
  transform: skewX(0.5);
  left: 50%;
  /* left: 50%; */
}
.progress-container .progress-item-container:last-child .progress-bar[data-v-3b7045a5] {
  transform: skewX(0.5);
  right: 50%;
}
.progress-container-completed[data-v-3b7045a5] {
  background: #0044AD;
}
.progress-container-current[data-v-3b7045a5] {
  background: linear-gradient(to right, #0044AD 50%, #0044AD 50%);
}
.progress-container .progress-item-container:first-child .progress-container-current[data-v-3b7045a5] {
  background: #d2daf3;
}
.progress-container .progress-item-container:last-child .progress-container-current[data-v-3b7045a5] {
  background: #0044AD;
}
.progress-item-icon[data-v-3b7045a5] {
  position: relative;
  top: 2.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.check-circle[data-v-3b7045a5] {
  width: 12px;
  height: 12px;
  top: 2.5px;
  position: relative;
  transform: translate(-50%, -50%);
  color: #0044AD;
}
.small-circle[data-v-3b7045a5] {
  width: 8px;
  height: 8px;
  border-radius: 12px;
  font-size: 6px;
  background-color: white;
  border: 1.5px solid white;
  box-shadow: 0px 0px 0px 1.5px #d2daf3;
}
.small-circle-current[data-v-3b7045a5] {
  background-color: #0044AD;
  border: 1.5px solid white;
  box-shadow: 0px 0px 0px 1.5px #0044AD;
}
.small-circle-completed[data-v-3b7045a5] {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1.5px solid transparent;
  box-shadow: 0px 0px 0px 0px transparent;
}
.progress-text[data-v-3b7045a5] {
  position: relative;
  top: 5px;
  font-size: 14px;
  margin-top: 32px;
  white-space: pre-line;
  transform: translateY(-50%);
  min-width: 56px;
  overflow: hidden;
}
.text-active[data-v-3b7045a5] {
  color: #0044AD;
}

/* font size: 14px */
