.fourlogin-wrapper .fourlogin_qrcode_block {
  display: block;
  text-align: center;
  margin: 0%;
  padding: 1rem;
  border-radius: 6px;
}

.fourlogin-wrapper .fourlogin_qrcode_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.fourlogin-wrapper .qr-box {
  width: 200px;
  height: 200px;
  border: 1px solid #333;
  padding: 1%;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
}

.fourlogin-wrapper .progress-ring {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fourlogin-wrapper .progress-ring svg {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.fourlogin-wrapper .progress-ring .label {
  position: absolute;
  font-size: 2.5rem;
  font-weight: bold;
  color: #212529;
  user-select: none;
}

.fourlogin-wrapper .progress-ring circle {
  fill: none;
  stroke-width: 14;
  stroke-linecap: round;
}

.fourlogin-wrapper .progress-ring .track {
  stroke: #e9ecef;
}

.fourlogin-wrapper .progress-ring .indicator {
  stroke: #0d6efd;
  transition: stroke-dashoffset 0.1s linear;
}

.fourlogin-wrapper .qr-box img,
.fourlogin-wrapper .qr-box canvas {
  width: 100% ;
  height: auto ;
  max-width: 100% ;
  max-height: 100% ;
  display: block;
}

.fourlogin-wrapper .fl-button {
    background-color: #2271B1;
    color: white;
    border-radius: 3px;
    border: white;
    padding: 6px 15px;
    display: block;
    margin: 0 auto;
    width: fit-content;
}