:root{--background-color: #f5f7ff;--text-color: #000000;--colored-text-color: #333;--button-color: #333;--button-text-color: #ffffff;--shadow: rgba(50, 50, 93, .25) 0px 3px 6px -1px, rgba(0, 0, 0, .3) 0px 1.5px 3.5px -1.5px;--shadow-inset: inset rgba(50, 50, 93, .25) 0px 6px 12px -2px, inset rgba(0, 0, 0, .3) 0px 3px 7px -3px;--progress-indicator-color-0: rgba(100, 100, 100, .1);--progress-indicator-color-1: rgba(100, 100, 100, 1);--progress-indicator-color-2: rgba(170, 170, 170, 1)}body{padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;background-color:var(--background-color);color:var(--text-color)}.colored-text *{color:var(--colored-text-color)!important}.step-container{flex-grow:1;display:flex;flex-direction:column}.step-container button{border:0em;background:none;background:var(--button-color);color:var(--button-text-color);background-color:var(--button-color);border-radius:8px;display:inline-block;font-family:Arial;font-size:24px;padding:.5em;text-decoration:none;box-shadow:var(--shadow);cursor:pointer}.step-container button.icon{padding:.1em;line-height:0em;color:var(--button-text-color)}.step-container button.minimal{background:none;box-shadow:none;color:var(--text-color);font-weight:400;font-size:1.25em}.step-container button:active{position:relative;top:1px}.step-prompt{text-align:center;font-size:32px;margin-bottom:8px;margin-top:8px}.step-options{display:flex;flex-grow:1;align-items:center}a{font-weight:700;color:var(--text-color)}input,textarea{padding:.5em;border:0em;border-radius:.25em;font-family:inherit;font-size:1.5em;resize:none;box-shadow:var(--shadow-inset)}.app-loading{display:flex;position:absolute;height:100%;width:100%;justify-content:center;align-items:center}@keyframes wiggle{0%,7%{transform:rotate(0)}15%{transform:rotate(-15deg)}20%{transform:rotate(10deg)}25%{transform:rotate(-10deg)}30%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}40%,to{transform:rotate(0)}}.slow-flash{animation:flash 2s linear infinite}@keyframes flash{0%{opacity:1}50%{opacity:.25}to{opacity:1}}.progress-indicator{display:flex;padding:16px;gap:.5em;justify-content:space-evenly}.progress-indicator-step{height:.5em;border-radius:.25em;width:100%;box-shadow:var(--shadow);transition:all 1s}.progress-indicator-step.highlight-stage-0{background:var(--progress-indicator-color-0)}.progress-indicator-step.highlight-stage-1{background:var(--progress-indicator-color-1)}.progress-indicator-step.highlight-stage-2{background:var(--progress-indicator-color-2)}.brand-box{display:flex;align-items:center;margin-bottom:16px;justify-content:center;gap:1em}.brand-box .brand-logo-container{display:flex;width:5em;height:5em;justify-content:center;align-items:center;position:relative}.brand-box .brand-logo{max-width:100%;max-height:100%;border-radius:.5em;box-shadow:var(--shadow)}.brand-box .brand-name{font-size:1.5em}.brand-box .brand-location{opacity:.5}.step-container{display:flex;flex-direction:column;align-items:center;height:100%}
