
.primary-button[data-v-1d0811d4]{
  color: #fff;
  position: relative;
  font-size: 0;
}
.primary-button+.primary-button[data-v-1d0811d4]{
  margin-top: 1vw;
}
h3[data-v-1d0811d4]{
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}


.count[data-v-1dace2be]{
  color: var(--third);
  margin-left: 2vw;
  margin-right: 2vw;
}
.border-frame[data-v-1dace2be]{
  height: 50vh;
  border-radius: 2.13vw;
  border: 2px solid #F5CC30;
  padding: 3.2vw;
  overflow-y: auto;
}
.progress[data-v-1dace2be]{
  width: 100%;
  background-color: #FFF9EC;
  border-radius: 1.06vw;
  padding: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(0,0,0,0.6);
}
.progress + .progress[data-v-1dace2be]{
  margin-top: 2vw;
}
/* .progress::before,.progress::after{
  content: '';
  display: block;
} */
.progress .icon[data-v-1dace2be]{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress .icon img[data-v-1dace2be]{
  width: 70%;
}
.border-frame.noInfo[data-v-1dace2be]{
  height: 25vh;
}
.noInfo .progress[data-v-1dace2be]{
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

