body{margin:0;overflow-y:scroll}@-webkit-keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}@-webkit-keyframes colors{0%,to{stroke:#4285f4}25%{stroke:#de3e35}50%{stroke:#f7c223}75%{stroke:#1b9a59}}@keyframes colors{0%,to{stroke:#4285f4}25%{stroke:#de3e35}50%{stroke:#f7c223}75%{stroke:#1b9a59}}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.pcg-spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite;width:65px;height:65px}.pcg-spinner-path{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite}.app-loader-container{position:fixed;background-color:#f7f8fa;top:0;bottom:0;left:0;right:0;z-index:999999;height:100vh}.app-loader-container .app-loader{text-align:center;padding:15px;margin:auto;position:absolute;left:0;right:0;top:40%}.app-loader-container img{display:block;margin:auto auto 20px;width:100%;max-width:350px}