body,html{width:100vw;height:100vh;min-height:100vh}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e29a2a}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root{width:100vw;min-height:100vh}.app-container{background-color:#e29a2a;width:100%;min-height:100vh;display:flex;align-items:center}.poster-and-timer{height:30vh;box-sizing:border-box}.poster-and-timer,.survey{width:100%;position:relative}.survey{background-color:#fff;display:flex;height:70vh}.session-timer{position:absolute;top:0;left:0}@media only screen and (min-width:700px){.app-container{flex-direction:row-reverse}.poster-and-timer{width:70%;height:100vh;border-left:1px solid #fff}.session-timer{width:80px;height:80px}.session-timer-text{display:none}.survey{width:30%;height:100vh}}@media only screen and (max-height:500px){.session-timer{transform:scale(.5) translate(50%,-50%)}.session-timer-text{display:none}}@media only screen and (max-width:700px){.app-container{flex-direction:column}.poster-and-timer{border-bottom:1px solid #fff}.session-timer{width:60px}.session-timer-text{display:none}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.copy-code-button{position:relative;font-size:20px;background-color:hsla(0,0%,100%,.26666666666666666);border-radius:16px;padding:2px 5px;cursor:copy;transition:all .4s;width:auto;height:35px;margin-bottom:50px}.copy-code-button:hover{background-color:hsla(0,0%,100%,.4)}.copy-code-button:hover:after{position:absolute;font-size:20px;background-color:hsla(0,0%,100%,.26666666666666666);border-radius:16px;height:35px;padding:3px 12px;top:0;content:"copy";margin-left:20px}.copy-code-button:active{background-color:hsla(0,0%,100%,.8)}.copy-code-button:active:after{position:absolute;font-size:20px;background-color:hsla(0,0%,100%,.26666666666666666);border-radius:16px;height:35px;padding:3px 12px;top:0;content:"copied";margin-left:20px}
/*# sourceMappingURL=main.0cd29c14.chunk.css.map */