
.progress_block[data-v-65e7c8fc] {
  height: auto;
  padding: 3px 5px;
  width: 100%;

  /* background: linear-gradient(
        180deg,
        rgba(226, 226, 226, 0.979922) 0%,
        #fffdfd 100%
    ); */
}
@media (max-width: 1150px) {
.progress_block[data-v-65e7c8fc] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
}
.progress_block h3[data-v-65e7c8fc] {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: bold !important;
}
.progress_block p[data-v-65e7c8fc] {
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 10px;
  font-family: 'ArialMT', sans-serif;
}
.progress_block p[data-v-65e7c8fc]:nth-child(2) {
  margin-bottom: 3px;
  background: #bcd8f8;
}
.progress__cas[data-v-65e7c8fc],
.progress__date[data-v-65e7c8fc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
  font-size: 10px;
  font-family: 'ArialMT', sans-serif;
}
.progress[data-v-65e7c8fc] {
  width: 85%;
}
.progress[data-v-65e7c8fc] {
  position: relative;
  border-radius: 0;
  background: #ffffff;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
}
.progress-info[data-v-65e7c8fc] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 10px;
}
.progress__date .progress-info[data-v-65e7c8fc] {
  justify-content: center;
}

/*.progress__cas .progress-bar {*/
/*    background: #7fc42f;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

/*.reached .progress__cas .progress-bar {*/
/*    background: #f8e71c;*/
/*}*/
.v-progress-linear[data-v-65e7c8fc] {
  max-width: 100%;
}
.reached .prize[data-v-65e7c8fc] {
  background: #f8e71c !important;
}
.reached .reached_check[data-v-65e7c8fc] {
  display: block !important;
}
.progress__date .progress-bar[data-v-65e7c8fc] {
  background: #9dcaff;
}
#salaryAccordeon button i[data-v-65e7c8fc] {
  transition: all 0.3s ease;
}
.transform[data-v-65e7c8fc] {
  transform: rotate(90deg);
}
.transform-180[data-v-65e7c8fc] {
  transform: rotate(180deg);
}

