.dmn-allert-box {
  display: none;
  text-align: center;
  border: 1px solid #0556cc;
  margin: 12px 0 0 0;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 12px;
  font-size: 16px;
  color: #0556cc;
}

.phone-approve-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(61, 61, 61, 0.85);
  z-index: 99;
  text-align: center;
  display: none;
}
.result-of-approve.ev-message {
  margin-top: 10px;
  padding: 4px;
  border-radius: 5px;
  color: #f83636;
  font-size: 14px;
}
.js-chage-phone {
  color: #2c66bc;
  text-decoration: underline;
  cursor: pointer;
}
.js-chage-phone:hover {
  text-decoration: none;
}

.phone-approve-popup .bg {
  background: #ecf4ff;
  border-radius: 5px;
}
.phone-approve-popup.show {
  display: block;
}

.phone-approve-code {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

#CODE_APPROVE {
  padding: 4px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 8px;
  width: 124px;
  margin: 0 auto;
}

.popup-preload {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.88);
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: table;
  bottom: -100%;
  left: 0;
  transition: all 2s ease 0s;
}
.popup-preload.active {
  bottom: 0;
}
.popup-preload .popup-in-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  color: #3371ca;
  font-weight: 400;
}
/* .popup-preload .popup-in-text img {
  display: block;
  margin: 0 auto;
} */

.record-steps__wrap {
  list-style-type: none;
  counter-reset: step;
  padding: 0 20px;
  border: 1px solid #cfe0fc;
  border-radius: 5px;
}
.record-steps__wrap .col {
  counter-increment: step;
  padding: 5px;
  padding-left: 40px;
  font-size: 12px;
  padding-bottom: 0;
}
.record-steps__wrap .row {
  margin: 0 -20px;
}
.record-steps__wrap .col:after {
  content: "";
  display: block;
  background-color: #cfe0fc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.record-steps__wrap .col.passed {
  background-color: #ecf4ff;
}
.record-steps__wrap .col.passed .step {
  color: #1360d6;
}
.record-steps__wrap .col:last-child::after {
  display: none;
}
.record-steps__wrap .col:before {
  content: counters(step, ".") "";
  color: #a4c3f5;
  position: absolute;
  text-align: center;
  width: 40px;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 28px;
}
.record-steps__wrap .col.passed:before {
}
.record-steps__wrap .step {
  font-weight: 500;
  color: #45464e;
  font-size: 14px;
}
.record-steps__wrap .passed:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .record-steps__wrap .col {
    height: 40px;
    width: 40px;
    flex: none;
  }
  .record-steps__wrap .col .step,
  .record-steps__wrap .col .step-title {
    display: none;
  }
  .record-steps__wrap .col .step,
  .record-steps__wrap .col .step-title {
    display: none;
  }
  .record-steps__wrap .col.curent {
    width: calc(100% - 90px);
  }
  .record-steps__wrap .col.curent .step,
  .record-steps__wrap .col.curent .step-title {
    display: block;
  }
}
