.snippet{padding:7px 0}.dot-flashing{position:relative;width:10px;height:10px}.dot-flashing,.dot-flashing.xs{border-radius:var(--radius-full);background-color:var(--text-200);color:var(--text-200);animation:dotFlashing 1s linear infinite alternate;animation-delay:.5s;margin:3.75rem auto}.dot-flashing.xs{position:absolute;width:.5rem;height:.5rem;right:10%;top:-20px}button .dot-flashing{margin:0}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-18px;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:10px;height:10px;border-radius:var(--radius-full);background-color:var(--text-200);color:var(--text-200)}.dot-flashing:after{left:18px;animation:dotFlashing 1s infinite alternate;animation-delay:1s}.dot-flashing.xs:after,.dot-flashing.xs:before{width:.5rem;height:.5rem}.page-loader{height:calc(100vh - 74px);width:100%;display:flex;align-items:center;justify-content:center}.loader-center{top:50%;transform:translateY(-50%);left:50%;position:absolute}@keyframes dotFlashing{0%{background-color:var(--text-200)}50%,to{background-color:#9b9999}}.spinning-loader-v2-wrapper{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:12px}.spinning-loader-v2-icon{animation:rotation 1s linear infinite}.spinning-loader-v2-text{font-weight:400;font-size:16px;line-height:120%;text-align:center;color:var(--text-100)}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.page-loader{height:calc(100vh - 56px)}}@media (max-width:600px){.spinning-loader-v2-wrapper{gap:8px}.spinning-loader-v2-text{font-size:20px}}