.education_container[data-v-42694284] {
  width: calc(100vw/4 - 10px);
  height: calc((100vh - 90px - 6px)/3 - 42px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
}
.education_container[data-v-42694284]::-webkit-scrollbar {
  display: none;
}
.education_container .item_container[data-v-42694284] {
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2px 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.education_container .item_container .top_content[data-v-42694284] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px 0;
}
.education_container .item_container .top_content .left_name[data-v-42694284] {
  color: #ffffff;
}
.education_container .item_container .top_content .right_value[data-v-42694284] {
  color: #ffffff;
}
.education_container .item_container .progress_content[data-v-42694284] {
  width: 100%;
  height: 8px;
  background-color: #1a252f;
  position: relative;
}
.education_container .item_container .progress_content .progress_inner[data-v-42694284] {
  height: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1C2632), to(#1B79E9));
  background-image: linear-gradient(to right, #1C2632, #1B79E9);
  position: absolute;
}
.education_container .item_container .progress_content .progress_icon[data-v-42694284] {
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

