.ray-qrcode{border:1px solid rgba(5,5,5,.06);border-radius:var(--ray-qrcode-border-radius);display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;height:var(--ray-qrcode-height);overflow:hidden;position:relative;width:var(--ray-qrcode-width)}.ray-qrcode .ray-qrcode__loading--custom{align-items:center;display:flex;justify-content:center;position:relative}.ray-qrcode .ray-qrcode__loading--custom .ray-qrcode__loading-slots{height:100%;position:absolute;width:100%}.ray-qrcode .ray-qrcode__loading{align-items:center;display:flex;justify-content:center;position:relative}.ray-qrcode .ray-qrcode__loading:before{background-color:var(--ray-qrcode-mask-color);content:"";height:100%;position:absolute;width:100%}.ray-qrcode .ray-qrcode__loading .ray-qrcode__spin{animation:ray-qrcode-spin .75s linear infinite;border:3px solid #1677ff;border-radius:100%;border-top-color:transparent;height:30px;position:absolute;width:30px}.ray-qrcode .ray-qrcode__error{align-items:center;color:#000000e0;display:flex;flex-direction:column;gap:5px 0;height:100%;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .3s ease-in-out;width:100%;z-index:10}.ray-qrcode .ray-qrcode__error:before{background-color:var(--ray-qrcode-mask-color);content:"";height:100%;position:absolute;width:100%;z-index:-1}.ray-qrcode .ray-qrcode__error .ray-qrcode__error-content{text-align:center}.ray-qrcode .ray-qrcode__error .ray-qrcode__error-btn{color:#1677ff;cursor:pointer}.ray-qrcode .ray-qrcode__error .ray-qrcode__error-btn:hover{color:#69b1ff}.ray-qrcode .ray-qrcode__error .ray-qrcode__error-btn .ray-qrcode__error-btn-click{color:#1677ff}@keyframes ray-qrcode-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
