.hb-modal-title-two-factor {
  font-size: 21px!important;
  line-height: 30px;
}

.hb-modal-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #70817C;
  line-height: 22px;
  margin: 0;
}

.row-header-two-factor {
  display: flex;
  gap: 10px;
}

.row-icon {
  padding-top: 2px;
}

.row-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hb-border-bottom-two-factor {
  border-bottom: 1px solid #BDC7C4;
  padding-bottom: 50px;
}

.hb-row-input-time-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 6px;
  margin-left: 10px;
}

.hb-row-input-time-code input {
  border-radius: 3px;
  height: 40px;
  width: 40px;
  border: 1px solid #BDC7C4;
  box-shadow: 0px 1px 0px 0px #BCC7C4 inset;
  text-align: center;
  font-size: 26px;
}

#kc-totp-secret-qr-code {
  max-width:  86px;
  max-height: 86px;
  box-shadow: 0 0 3px #27272699;
}

.hb-scroll-wrapper::-webkit-scrollbar {
  width: 12px; 
  margin-right: -20px; 
}

.hb-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}

.hb-scroll-wrapper::-webkit-scrollbar-track {
  background: #f5f5f5; 
  border-radius: 10px;
}

.hb-two-factor-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column; 
  gap: 30px; 
}

.hb-row-section {
  display: flex;
}

.hb-row-full-width {
  width: 100%;
} 


.hb-trouble-two-factor {
  padding-top: 10px;
  margin:0 auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
   img {
      margin-top: -5px;
  }
  span {
      margin-left: 5px;
  }
  a {
      font-size: 16px;
  }
}

.position-qr {
  position: relative;
  top: -30px;
  left: 60px;
}

.hb-row-info {
  padding-left: 10px;
  h2 {
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      margin-left: 15px;
      margin-top: 0px;
  }

  p {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      margin-left: 10px;
  }
  
}

.hb-row-info-verify {
  padding-left: 0px;
  h2 {
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      margin-top: 0px;
  }

  p {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
  }
}

.hb-row-scan-qr {
     display: flex ;
      justify-content: center;
      align-items: center;
       margin-top: 20px;
}

.hb-row-info-qr-code {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  align-content: center;
  margin-left: 15px;
  img {
      margin-top: -5px;
      margin-right: 5px;
  }
  p {
      margin-left: 0px;
      text-align: center;
  }
}

.hb-row-img {
  flex-shrink: 0; 
}

.hb-row-input-label,#input-error-otp-code {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.hb-input-without-margin {
  margin-left: 0px;
}

.hb-center-items {
  text-align: center;
}


@media only screen and (max-width: 600px) {
  .hb-row-input-time-code  {
    gap: 0;
    justify-content: space-between;
  }
}