/**
* Block Name: subpage_text
*/

section.subpage_text .indicator {
  min-width: 60px;
  height: 60px;
  border: 2px solid #000;
  background: #000;
  border-radius: 100px;
}

section.subpage_text .indicator.active {
  background: #fff;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

section.subpage_text .indicator .indicator_dot {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

section.subpage_text .indicator.active .indicator_dot {
  background: #73c640;
}

@media (max-width: 767.98px) {
  section.subpage_text .indicator {
    min-width: 40px;
    height: 40px;
  }
  section.subpage_text .indicator .indicator_dot {
    width: 12px;
    height: 12px;
  }
}
