._ndok_finder ._steps {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  margin: 30px auto;
  background: #ffffff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
._ndok_finder ._steps > div {
  text-align: center;
  font-size: 12px;
  color: #c6c6c6;
  flex: 0 0 auto;
  width: 200px;
  position: relative;
}
._ndok_finder ._steps > div:after {
  content: "";
  position: absolute;
  top: 9px;
  height: 2px;
  background: #c6c6c6;
  width: 200px;
  left: 50%;
}
._ndok_finder ._steps > div:last-child:after {
  display: none;
}
._ndok_finder ._steps > div span {
  display: block;
  height: 20px;
  width: 20px;
  margin: auto;
  background: #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
._ndok_finder ._steps > div:first-child,
._ndok_finder ._steps > div.current {
  color: black;
}
._ndok_finder ._steps > div:first-child span,
._ndok_finder ._steps > div.current span {
  background: #95d6ee;
}
._ndok_finder ._steps > div.finished {
  color: #42c432;
  cursor: pointer;
}
._ndok_finder ._steps > div.finished span,
._ndok_finder ._steps > div.finished:after {
  background: #42c432;
}
._ndok_finder ._in_step {
  margin: 20px 0;
  display: none;
  position: relative;
}
._ndok_finder ._in_step.now {
  display: block;
}
._ndok_finder ._in_step ._top {
  display: flex;
  flex-wrap: wrap;
}
._ndok_finder ._in_step ._top span {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #95d6ee;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  top: 8px;
}
._ndok_finder ._in_step ._top > div {
  padding-left: 20px;
}
._ndok_finder ._in_step ._top > div h2 {
  margin: 0 0 5px !important;
}
._ndok_finder ._in_step ._bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
._ndok_finder ._in_step ._bottom ._box {
  flex: 1;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #d6d5d3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
._ndok_finder ._in_step ._bottom ._box:hover,
._ndok_finder ._in_step ._bottom ._box.clicked {
  border-color: #d06262;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
._ndok_finder ._in_step ._bottom ._box img {
  height: 200px;
  width: auto;
}
._ndok_finder ._in_step ._bottom ._box h4 {
  margin: 0 0 5px !important;
}
._ndok_finder ._in_step ._bottom._results {
  position: relative;
}
._ndok_finder ._in_step ._bottom._results._load:before {
  content: "";
  height: 20px;
  width: 20px;
  margin-left: 50px;
  background: url('loading.gif') no-repeat;
}

._ndok_finder ._in_step ._back_step {
  position: absolute;
  top: -28px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #d06262;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  z-index: 3;
}
._ndok_finder ._in_step ._back_step:hover {
  text-decoration: underline;
}
._ndok_finder ._in_step ._back_step ._back_arrow {
  font-size: 18px;
  line-height: 1;
}
