.tooltip-left-text .tooltip-inner{text-align:left;max-width:400px}.c-qr-steps{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 8px}.c-qr-step,.c-qr-steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-qr-step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#adb5bd;-webkit-transition:color .3s ease;transition:color .3s ease;min-width:60px}.c-qr-step small{margin-top:4px;font-size:11px;white-space:nowrap}.c-qr-step__dot{width:28px;height:28px;border-radius:50%;background:#e9ecef;color:#adb5bd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;font-weight:600;-webkit-transition:all .3s ease;transition:all .3s ease}.c-qr-step.is-active{color:#007bff}.c-qr-step.is-active .c-qr-step__dot{background:#007bff;color:#fff;-webkit-box-shadow:0 0 0 4px rgba(0,123,255,.15);box-shadow:0 0 0 4px rgba(0,123,255,.15)}.c-qr-step.is-done{color:#28a745}.c-qr-step.is-done .c-qr-step__dot{background:#28a745;color:#fff}.c-qr-step__line{-webkit-box-flex:1;-ms-flex:1;flex:1;height:2px;background:#e9ecef;margin:0 8px;margin-bottom:18px;-webkit-transition:background .3s ease;transition:background .3s ease}.c-qr-step__line.is-active{background:#007bff}.c-qr-skeleton{width:200px;height:200px;border-radius:8px;background:-webkit-gradient(linear,left top,right top,from(#f0f2f5),color-stop(50%,#e4e6eb),to(#f0f2f5));background:linear-gradient(90deg,#f0f2f5,#e4e6eb 50%,#f0f2f5);background-size:200% 100%;-webkit-animation:c-qr-shimmer 1.5s linear infinite;animation:c-qr-shimmer 1.5s linear infinite;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@-webkit-keyframes c-qr-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes c-qr-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}