.bdfull .hd {
  margin-bottom: 0 !important;
}
.bdfull .hd .container {
  max-width: none;
}

.site .sdbr {
  width: 15rem;
}
.site main {
  width: 100vw;
}
.site main .container {
  max-width: 1200px;
}

.steps li {
  cursor: pointer;
}
.steps li p, .steps li span {
  opacity: 0.5;
}
.steps li:after {
  content: "";
  width: 2px;
  background-color: #43536A;
  position: absolute;
  left: -1.8rem;
  opacity: 0.2;
  bottom: 3.1rem;
  top: -2.5rem;
}
.steps li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 3rem;
  position: absolute;
  left: -2.5rem;
  top: 0;
  opacity: 0.2;
  background-color: #64748B;
  border: 0.5rem solid #64748B;
  box-sizing: content-box;
}
.steps li:not(.off):hover p, .steps li:not(.off):hover span, .steps li.active p, .steps li.active span {
  opacity: 1;
}
.steps li:not(.off):hover p, .steps li.active p {
  color: #1D4ED8;
}
.steps li.active:before {
  background-color: #fff;
  border-color: #1D4ED8;
  opacity: 1;
}
.steps li.active:after {
  background-color: #1D4ED8;
  opacity: 1;
}
.steps li:last-child {
  padding-bottom: 0 !important;
}
.steps li:first-child:after {
  display: none;
}
.steps li.off {
  cursor: not-allowed;
}

.tip-list li {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}
.tip-list li:last-child, .tip-list li :last-child {
  margin-bottom: 0;
}
.tip-list li:before, .tip-list li:after {
  background-color: #1D4ED8;
  opacity: 0.25;
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  content: "";
}
.tip-list li:after {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.25rem;
  opacity: 0.5;
}

.flupbx .m {
  flex: 1;
}

.previd {
  border-radius: 0.25em 0.25em 0 0 !important;
  margin-bottom: 0;
  background-color: #000;
  overflow: visible;
}
.previd + span {
  border-radius: 0 0 0.25em 0.25em;
}
.previd figure {
  padding-right: 2px;
  overflow: hidden;
}

.liupl:last-child {
  width: 100%;
}

.rt90 img {
  transform: rotate(90deg);
}

.rt180 img {
  transform: rotate(180deg);
}

.rt270 img {
  transform: rotate(270deg);
}

.btn-check-price label {
  cursor: pointer;
}

.btn-check-price label:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.btn-check-price select, .btn-check-price input {
  position: relative;
  z-index: 2;
}

.btn-check-price select:disabled,
.btn-check-price input:disabled {
  pointer-events: none;
}

.mnsdb .dropdown-item.active {
  pointer-events: none;
}
.mnsdb .dropdown-item.active svg.ic {
  color: currentColor !important;
}
.mnsdb:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.site .sdbr {
  overflow: auto;
}

.site .modal-backdrop.show {
  display: block !important;
}

.steps-li li:before, .steps-li li:after {
  height: 2px;
  content: "";
  background-color: #E2E8F0;
  flex-grow: 1;
}
.steps-li li.done svg, .steps-li li.current svg {
  opacity: 1;
}
.steps-li li.done span {
  border-color: #1D4ED8 !important;
  background-color: #1D4ED8;
  color: #fff;
}
.steps-li li.done:after, .steps-li li.done:before {
  background-color: #1D4ED8;
}
.steps-li li.current span {
  border-color: #1D4ED8 !important;
  color: #1D4ED8;
}
.steps-li li.current:before {
  background-color: #1D4ED8;
}
.steps-li li:first-child:before, .steps-li li:last-child:after {
  visibility: hidden;
}
.steps-li li span {
  width: 2.5rem;
  height: 2.5rem;
}
.steps-li li svg {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .steps li:not(.active) {
    display: none;
  }
}
@media (max-width: 460px) {
  .text-end button.btn {
    font-size: 0.875em;
  }
}
@media (min-width: 992px) {
  .site main {
    width: calc(100% - 15rem);
  }
  .site main > .container {
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
  }

  .bdfull {
    overflow: auto !important;
  }
  .site .modal-backdrop.show {
    /*display: none !important;*/
  }
  .site .sdbr {
    /*z-index: 10;*/
  }
}

/*# sourceMappingURL=steps.css.map */
