.loading-modal{z-index:999999;background-color:#282e4b52;align-content:center;width:100vw;height:100vh;display:grid;position:fixed;top:0;left:0}.loading-modal .modal-wrap{border-radius:5px;place-items:center;max-width:522px;height:212px;margin:32px auto;display:grid}.loading-modal .link{background-color:var(--body-color);color:#fff;border:0;border-radius:10px;outline:0;justify-self:center;place-items:center;min-width:132px;max-width:182px;min-height:52px;margin-top:22px;padding:10px 18px;display:grid}.loading-modal .link:hover{background-color:var(--body-color);color:#fff}.loading-modal .sucess-btns-wrap{gap:22px;display:flex}.common-loader{width:42px;margin:0 auto;position:relative}.common-loader:before{content:"";padding-top:100%;display:block}.common-loader .circular{transform-origin:50%;width:100%;height:100%;margin:auto;animation:2s linear infinite rotate;position:absolute;inset:0}.common-loader .path{stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:1.5s ease-in-out infinite dash,6s ease-in-out infinite color}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}@keyframes color{to,0%{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}
