body {
  background-color: var(--bg);
  padding-top: calc(var(--navbar-height) + 20px);
}

input[type=checkbox] {
  vertical-align: top;
}

hr {
  border-top: 1px solid rgba(240, 240, 240, 0.5921568627);
}

.section-name {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
}
.section-name img {
  position: absolute;
  bottom: -20px;
  right: 0px;
  left: 0px;
  border-radius: var(--border-radius);
  width: 100%;
}

#steps {
  margin: 25px 0px 22px 0px;
  position: relative;
}
#steps .number-style {
  position: absolute;
  top: -14px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #e9ecef;
  color: rgb(90, 90, 90);
}
#steps .done-step {
  background-color: #28a745;
  border: solid 1px #28a745;
  color: #fff;
}
#steps .one {
  right: 0px;
}
#steps .two {
  right: calc(50% - 20px);
}
#steps .three {
  left: 0px;
}

#company-procedures img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
#company-procedures .active .box-content {
  border: 2px solid #0075ff !important;
  position: relative;
}
#company-procedures .active .box-content svg {
  display: block !important;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #0075ff;
  fill: #fff;
  width: 20px;
  height: 20px;
  padding: 2.5px;
  border-radius: var(--border-radius);
}

.btn-change-steps svg {
  width: 16px;
}/*# sourceMappingURL=prices-ask.css.map */