.circle{height:28px;margin-left:auto;margin-right:auto;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:28px}.circle__svg{-webkit-animation:circle__svg 2s linear infinite both;animation:circle__svg 2s linear infinite both}@-webkit-keyframes circle__svg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes circle__svg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.circle__svg-circle{fill:transparent;stroke:#6e6779;stroke-dasharray:285;stroke-linecap:round;stroke-width:1.25rem;-webkit-animation:circle__svg-circle 1.4s ease-in-out infinite both;animation:circle__svg-circle 1.4s ease-in-out infinite both;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes circle__svg-circle{0%,25%{stroke-dashoffset:280;-webkit-transform:rotate(0);transform:rotate(0)}50%,75%{stroke-dashoffset:75;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{stroke-dashoffset:280;-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes circle__svg-circle{0%,25%{stroke-dashoffset:280;-webkit-transform:rotate(0);transform:rotate(0)}50%,75%{stroke-dashoffset:75;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{stroke-dashoffset:280;-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.generic-page-error{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;justify-content:center;padding:0 1rem}.generic-page-error h1{color:#6e6779;font-size:1.5rem}#root,body,html{height:100%;min-height:100vh}#root{background-color:#201c2b;overflow-x:hidden}body{margin:0}.default-global-style{overflow:hidden}.shopping-portal-global-style{overflow-x:scroll}.root-router--loading{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#201c2b;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}