@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,400&display=swap);:root{--color-primary:#00bcd4;--color-secondary:#fafafa;--text-color:#212121;--background-color:#fffff;--code-preview-background:#f5f5f5;--notification-background:#f5f5f5;--notification-color:#212121}@media (prefers-color-scheme:dark){:root{--color-primary:#00bcd4;--color-secondary:#212121;--text-color:#fafafa;--background-color:#212121;--code-preview-background:#575757;--notification-background:#575757;--notification-color:#a3a3a3}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Roboto",sans-serif;color:#212121;color:var(--text-color);background-color:#fffff;background-color:var(--background-color)}.App_wrapper__RCHjb{max-width:600px;margin:0 auto}.App_header__2L3DO{display:block;padding:2rem;text-align:center}.App_title__2oBiX{font-size:2rem;font-weight:700;line-height:1.5}.App_description__A-JFl{font-size:1.25rem;font-weight:100;line-height:1.2}code{font-family:"Roboto Mono",monospace;font-size:1rem;line-height:1.5}.CodePreview_wrapper__2hNPE{display:block;margin:1rem 0;padding:0 2rem}.CodePreview_wrapper__2hNPE code{border-radius:4px;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:1rem;padding:1rem;white-space:pre-wrap;background-color:var(--code-preview-background);display:block}.NotSupported_wrapper__2lrRf{padding:0 2rem}.NotSupported_wrapper__2lrRf p{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;color:var(--notification-color);font-size:1rem;font-weight:400;text-align:center;padding:1rem 0;background-color:var(--notification-background);box-sizing:border-box;margin:0 0 2rem}.TestForm_form__3c0yu{display:grid;grid-template-rows:1fr;grid-row-gap:1rem;row-gap:1rem;padding:0 2rem}.TestForm_form__3c0yu input,.TestForm_form__3c0yu textarea{font-size:1rem;box-sizing:border-box}.TestForm_form__3c0yu input:focus,.TestForm_form__3c0yu textarea:focus{outline:none}.TestForm_form__3c0yu input[type=text],.TestForm_form__3c0yu input[type=url]{border:1px solid #ccc;border-radius:4px;padding:.5rem;width:100%}.TestForm_form__3c0yu input[type=text]:focus,.TestForm_form__3c0yu input[type=url]:focus{border-color:#000}.TestForm_form__3c0yu input[type=text]:-ms-input-placeholder,.TestForm_form__3c0yu input[type=url]:-ms-input-placeholder{color:#666}.TestForm_form__3c0yu input[type=text]::placeholder,.TestForm_form__3c0yu input[type=url]::placeholder{color:#666}.TestForm_form__3c0yu input[type=text]:disabled,.TestForm_form__3c0yu input[type=url]:disabled{background-color:#eee;opacity:.3}.TestForm_form__3c0yu input[type=text]:disabled:hover,.TestForm_form__3c0yu input[type=url]:disabled:hover{cursor:not-allowed}.TestForm_form__3c0yu input[type=text]:disabled:focus,.TestForm_form__3c0yu input[type=url]:disabled:focus{border-color:#ccc}.TestForm_form__3c0yu textarea{border:1px solid #ccc;border-radius:4px;padding:.5rem;width:100%;resize:none;font-family:"Roboto",sans-serif}.TestForm_form__3c0yu textarea:focus{border-color:#000}.TestForm_form__3c0yu textarea:-ms-input-placeholder{color:#666}.TestForm_form__3c0yu textarea::placeholder{color:#666}.TestForm_form__3c0yu textarea:disabled{background-color:#eee;opacity:.3}.TestForm_form__3c0yu input[type=checkbox]{position:fixed;left:-9999px}.TestForm_form__3c0yu input[type=checkbox]+label{display:inline-block;cursor:pointer;line-height:1.5}.TestForm_form__3c0yu input[type=checkbox]+label:hover{color:#000}.TestForm_form__3c0yu input[type=checkbox]+label:before{content:"";display:inline-block;width:1rem;height:1rem;border:1px solid #ccc;border-radius:4px;margin-right:.5rem;vertical-align:middle}.TestForm_form__3c0yu input[type=checkbox]:checked+label:before{background-color:#00bcd4;border-color:#00bcd4}.TestForm_form__3c0yu button{background-color:#00bcd4;border:none;border-radius:4px;font-size:1rem;line-height:2;padding:.5rem 1rem;text-transform:uppercase;color:#fff;cursor:pointer;transition:all .2s ease-in-out;font-weight:700}.TestForm_form__3c0yu button:hover{background-color:#00acc1}.TestForm_form__3c0yu button:disabled{background-color:#bdbdbd;cursor:not-allowed}
/*# sourceMappingURL=main.078452b5.chunk.css.map */