.dot-flashing{position:relative;width:1rem;height:1rem}.dot-flashing,.dot-flashing.xs{border-radius:50%;background-color:#fff;color:#fff;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:-1.56rem;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:1rem;height:1rem;border-radius:50%;background-color:#fff;color:#fff}.dot-flashing:after{left:1.56rem;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:#fff}50%,to{background-color:#9b9999}}.styleOfLoader{padding-left:10.9rem;text-align:center;padding-top:.5rem}.spinningLoaderV2Wrapper{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:12px}.spinningLoaderV2Icon{animation:rotation 1s linear infinite}.spinningLoaderV2Text{font-weight:400;font-size:16px;line-height:120%;text-align:center;color:var(--global-color-casino-text_primary)}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.page-loader{height:calc(100vh - 56px)}}@media (max-width:600px){.spinningLoaderV2Wrapper{gap:8px}.spinningLoaderV2Text{font-size:20px}}@media (max-width:576px){.styleOfLoader{padding-left:8rem;padding-top:.5rem}}