:root{--green:#0e816c;--red:#c45;--darkText:#283e4e;--lightText:#757575;--boxBorder:#e6e7ea}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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}@font-face{font-family:"obj3-light";src:url(https://storage.googleapis.com/workithealth-fonts/fonts/obj-1-light.ttf) format("truetype")}@font-face{font-family:"obj3-reg";src:url(https://storage.googleapis.com/workithealth-fonts/fonts/obj-1-reg.ttf) format("truetype")}@font-face{font-family:"obj3-med";src:url(https://storage.googleapis.com/workithealth-fonts/fonts/obj-1-med.ttf) format("truetype")}@font-face{font-family:"obj3-bold";src:url(https://storage.googleapis.com/workithealth-fonts/fonts/obj-1-bold.ttf) format("truetype")}:root{--header-height:60px;--header-shadow:rgba(0,0,0,0.1);--header-bg:#fff}body,html{padding:0;margin:0;box-sizing:border-box;width:100%;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{height:100vh;width:100vw;max-height:100vh;font-size:15px;line-height:1.46668;font-weight:400}*,:after,:before{box-sizing:inherit}a{color:inherit;text-decoration:none}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:400}h1{font-size:28px;line-height:1.2143;font-weight:900}blockquote,body,caption,dd,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,legend,ol,p,pre,table,td,th,ul{margin:0;padding:0}div#root,div.App{height:100%;width:100%}div.App,div.prompt{display:flex;justify-content:center;align-items:center;flex-direction:column;max-height:100vh}div.prompt{width:25rem;padding:1rem;max-width:100vw}p{font-size:20px;color:#fff;margin-bottom:1rem;text-align:center;padding-left:1rem;padding-right:1rem}p.subtitle{font-size:15px}p.spaced{margin-bottom:2rem}button{color:#fff;background-color:#0e816c;font-family:obj3-med,arial;font-size:.8rem;height:-moz-fit-content;height:fit-content;text-align:center;padding:.5rem;border-radius:0;border:none;cursor:pointer;font-size:15px;margin-bottom:1rem}button.secondary{background:transparent;color:#fff;text-decoration:underline}.errors-container{display:flex;flex-direction:column;padding:1rem;justify-content:center;align-items:center;max-width:25rem;z-index:5000}.info-container{margin:1rem;padding:1rem;background:#fff;width:100%}.info-container li,.info-container p{color:#000}.info-container ul{padding-left:2rem;margin-bottom:1rem}.info-container p{font-size:16px;text-decoration:underline;margin-bottom:.5rem}.spinner{height:1.5rem;width:1.5rem}.main-video-container{position:absolute;height:100%;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.local-video-thumb-container{padding:0;position:absolute;max-width:22vh;top:0;bottom:50px;right:17px;height:100%;text-align:right}.local-video-thumb-container .local-video-thumb{display:inline-block}.video-track-container{width:100vw;height:100vh;max-width:100%;max-height:100%;transition-property:all .5s ease}.video-track-container.thumbnail{background:#222;position:relative;height:24vh;width:20vh;top:0;right:0;margin:10px 0 0;overflow:hidden;border-radius:12px;z-index:1;display:flex;justify-content:center;align-items:center;background:#d3d3d3}.video-track-container img{height:3rem}.video-track{pointer-events:none;position:absolute}.video-track,video{width:100%;height:100%}video{border-radius:10px;object-fit:cover;background:#000;display:inline-block}.remote-video-container video{object-fit:contain}.mirrored video{transform:scaleX(-1)}.video-controls-container{position:absolute;z-index:4000;bottom:2rem;left:0;right:0;height:14vh;display:flex;justify-content:center;align-items:center}.video-controls-container button.custom-button{border:none;margin:1rem;background:#0e816c;border-radius:50%;display:flex;align-items:center;justify-content:center}.feedback-box{background:#fff;width:27rem;max-width:27rem;min-height:50%;margin:2rem 0;box-sizing:border-box}.feedback-box p{font-family:obj3-med,arial;color:var(--darkText);margin:0;padding:0;text-align:left}.feedback-box .header{font-size:1rem;padding:2rem;border-bottom:1px solid var(--boxBorder)}.feedback-box .header p{color:var(--lightText)}.rating-section{padding:2rem}.rating-section button.submit,button.app-button{width:100%;height:2.75rem;color:var(--green);background-color:initial;border:1px solid var(--green);border-radius:4px}.rating-section button.submit.green,button.app-button.green{color:#fff;background-color:var(--green)}.rating-section p.error{color:var(--red);font-size:.8rem}.rating-star{display:flex;justify-content:space-between;margin:2rem 0;border:none}.rating-star button.star{background-color:initial;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:0;margin:0}.rating-star button.star img{width:3.5rem}.rating-feedback{display:flex;flex-direction:column;justify-content:flex-start;width:100%;margin-bottom:1rem}.rating-feedback label{display:block;font-family:obj3-med,arial;font-size:.8rem;margin-bottom:.25rem}.rating-feedback textarea{font-family:obj3-reg,arial;font-size:.8rem;color:var(--darkText);padding:.5rem 1rem;height:5rem;margin:0 0 1rem;border:1px solid var(--darkText);border-radius:4px;box-sizing:border-box;resize:none}:global(.rating-feedback .searchBox){width:0}@media only screen and (max-width:600px){.main-video-container.call-ended{align-items:flex-start;overflow:scroll}.feedback-box{margin:0;min-height:100%}.feedback-box .header,.rating-section{padding:1.5rem 2rem}.rating-star button.star{width:15%}.rating-star button.star img{width:100%}}
/*# sourceMappingURL=main.b06ad24a.chunk.css.map */