.loading-modal{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999}.loading-modal.hide{display:none}@media(max-width: 768px){.loading-modal{padding:0}}.loading-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5019607843);z-index:-1}.loading-modal__content{background:var(--white-1);max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding:20px;position:relative}@media(max-width: 768px){.loading-modal__content{border-radius:0}}.loading-modal__content p{margin-bottom:0;color:#1c1c1c;font-size:16px;line-height:22px;text-align:center}@media(max-width: 768px){.loading-modal__content p{font-size:14px;line-height:19px}}.spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.spinner svg{width:3.25em;height:3.25em;-webkit-transform-origin:center;transform-origin:center;-webkit-animation:rotate-spinner 2s linear infinite;animation:rotate-spinner 2s linear infinite}.spinner circle{fill:none;stroke:var(--purple-1);stroke-width:5;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:dash-spinner 1.5s ease-in-out infinite;animation:dash-spinner 1.5s ease-in-out infinite}@-webkit-keyframes rotate-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash-spinner{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}100%{stroke-dashoffset:-125px}}@keyframes dash-spinner{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}100%{stroke-dashoffset:-125px}}