.two-step {
  padding: 0 38px 20px;
  float: left;
  margin-top: -20px;
  width: 50%;
}

.two-step p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}

.two-step .authentication-blk {
  padding: 8px 15px;
  box-shadow: 0px 0px 3px #000000ad inset;
  min-height: 40px;
  border-radius: 8px;
  background-color: var(--white);
  margin-bottom: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.two-step .authentication-blk span {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  color: var(--lt-grey);
}

.two-step .authentication-blk img {
  margin-right: 15px;
}

.two-step .authentication-blk.active img {
  display: inline-block;
}

.two-step .authentication-blk.active span {
  color: var(--pri);
}

.two-step .authentication-blk .update-block {
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  border-radius: 4px;
  min-width: 110px;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.two-step .authentication-blk .update-block .close {
  width: 20px;
  height: 20px;
}

.two-step .authentication-blk .update-block .update {
  font-size: 13px;
}

.two-step .authentication-blk .update-block:before {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  background: #d9d9d9;
  bottom: 0;
  left: 70px;
}

.two-step .authentication-blk .update-block .close:before,
.two-step .authentication-blk .update-block .close:after {
  position: absolute;
  right: 16px;
  content: "";
  height: 16px;
  width: 1px;
  background-color: var(--black);
  top: 7px;
}

.two-step .authentication-blk .update-block .close:before {
  transform: rotate(45deg);
}

.two-step .authentication-blk .update-block .close:after {
  transform: rotate(-45deg);
}

.authentication-blk button {
  background: transparent;
  border: 1px solid #00000033;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  color: var(--pri);
  cursor: pointer;
  transition: 0.3s all ease;
}

.two-step .authentication-wrapper {
  margin-top: 25px;
}

.authentication-blk button:hover {
  border: 1px solid #00000073;
}

.authentication-blk i.cs-icon {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.authentication-blk.active {
  background: #ffffff0f;
  box-shadow: 0px 0px 3px var(--pri) inset;
}

.two-step .authentication-blk.active button {
  border-color: var(--pri);
}

/* @media screen and (min-width: 1800px) {
  .two-step .authentication-blk span {
    font-size: 18px;
  }
  .two-step .authentication-blk {
    min-height: 50px;
  }
  .authentication-blk button {
    font-size: 16px;
    line-height: 20px;
  }
  .two-step p {
    font-size: 18px;
    line-height: 26px;
  }
} */

@media screen and (max-width: 1024px) {
  .two-step {
    width: 100%;
    max-width: 550px;
    padding: 0 20px;
  }
  .tabs-wrapper ul li {
    margin-right: 10px;
    padding: 0 6px;
    min-height: 42px;
  }
  .tabs-wrapper ul li span {
    font-size: 13px;
  }
  .profile-page .title-block h2 {
    font-size: 20px;
  }
  .two-step p {
    font-size: 13px;
    line-height: 18px;
  }
  .two-step .authentication-blk span {
    font-size: 13px;
  }
  .authentication-blk button {
    font-size: 12px;
  }
  .two-step .authentication-blk {
    padding: 6px 12px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-popup-content .otp-input .otp-input input {
    min-width: 38px;
    height: 42px;
  }
}

@media screen and (max-width: 340px) {
  .tabs-wrapper ul li span {
    font-size: 12px;
  }
}
