.dtx-loading{margin-top:24px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;width:100%}.dtx-loading-block{display:block;max-width:100%}.dtx-loading-spinner{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;height:54px;width:54px;background-color:#121212;border-radius:100%;margin:0 auto 12px}.dtx-loading-spinner-icon{display:block;width:100%}.dtx-loading-spinner-icon svg{display:block;height:42px;width:42px;margin:0 auto;animation:loading 3s linear infinite}.dtx-loading-spinner-icon svg circle{stroke:#fff;stroke-dashoffset:0;stroke-dasharray:300;stroke-width:9;stroke-miterlimit:9;stroke-linecap:round;fill:transparent;animation:loading-circle 2s linear infinite}.dtx-loading-text{display:block;width:100%;text-align:center;font-weight:600;font-size:1.4rem;color:#fff}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading-circle{0%{stroke-dashoffset:0}to{stroke-dashoffset:-600}}
