@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.mod__max-w-xl{max-width:1436px;margin:auto}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
.cmp-qr__button .cmp-icon-button{padding:4px 8px}
.cmp-qr__button .cmp-icon-button__icon{height:unset;padding-right:8px}
.cmp-qr__button .cmp-icon-button__icon .ico{width:32px;height:32px;background-color:var(--color-font-01);mask:var(--ico-path) no-repeat 100% 100%;-webkit-mask:var(--ico-path) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}
.cmp-qr__button .cmp-icon-button .cmp-button__text{padding:0 6px}
.cmp-qr__qr-code img{width:120px;height:auto;padding:8px;background-color:var(--color-bg-03)}