body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f6f8;margin:0;padding:0;font-family:Work Sans,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.simplebar-offset{width:100%}.loading-icon-container{z-index:5000;align-self:center}.loading-icon-container h3{font-weight:600}.loading-icon-container.contained{z-index:inherit;position:fixed}.loading-icon-container.has-header{margin-top:-64px}.loading-icon-container>.centered-div{background-color:#f4f6f8;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.loading-icon-container>.centered-div.contained{background-color:#0000;width:100%;height:200px}.circular-progress{width:80px;height:80px;display:inline-block;position:relative}.circular-progress.contained{width:60px;height:60px}.circular-progress>div{box-sizing:border-box;border:8px solid #0000;border-top-color:#03216d;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite circular-progress;display:block;position:absolute}.circular-progress.contained>div{border-width:6px;width:48px;height:48px}.circular-progress div:first-child{animation-delay:-.45s}.circular-progress div:nth-child(2){animation-delay:-.3s}.circular-progress div:nth-child(3){animation-delay:-.15s}@keyframes circular-progress{0%{transform:rotate(0)}to{transform:rotate(360deg)}}