pxt-microbit 5.1.1 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/built/editor.js +36 -2
  2. package/built/hexcache/{523847a64a39d936972bb116ae62f3572fc68bbfaab239b9668a73843129f62d.hex → 21042ee1697f41e753f07ae4ed65b74e0d06c4cfd9e81c98522e5081cc22b22f.hex} +10923 -10920
  3. package/built/hexcache/{b3453e568175cf180eacd9bc7dbb01b5c8a3d08a615bc1f9c1da7291cd084375.hex → 3bd7683da9b220e850488838efa19f4472733744a11e01c17e4930cc48b4e0fa.hex} +10345 -10342
  4. package/built/hexcache/{104bed2beca960d761185d436978a3436467a15b22c67b375bcd19c41f329866.hex → 41b0eca0c15b68f1bb003a9857f7a3b6e54a9c073d9757bfe8d4b4a0396d5586.hex} +0 -0
  5. package/built/hexcache/{2b2b36e6358c0084c241a1cb9e35fa02042257df3c415d242d9b736c24743a0f.hex → ffda7a967870cc1be0cd9aa712c3d86444b9073804b3e2c0914c1b8ac3ca18ab.hex} +0 -0
  6. package/built/target-strings.json +5 -0
  7. package/built/target.js +50 -37
  8. package/built/target.json +50 -37
  9. package/built/targetlight.json +5 -5
  10. package/built/theme.json +14 -0
  11. package/built/web/blockly.css +1 -1
  12. package/built/web/react-common-authcode.css +6 -2
  13. package/built/web/react-common-skillmap.css +1 -1
  14. package/built/web/rtlblockly.css +1 -1
  15. package/built/web/rtlreact-common-skillmap.css +1 -1
  16. package/built/web/rtlsemantic.css +1 -1
  17. package/built/web/semantic.css +1 -1
  18. package/docs/SUMMARY.md +2 -0
  19. package/docs/device/pins.md +72 -40
  20. package/docs/extensions.md +8 -0
  21. package/docs/jacdac.md +60 -0
  22. package/docs/projects/SUMMARY.md +10 -0
  23. package/docs/projects/games.md +6 -0
  24. package/docs/projects/magic-button-trick.md +0 -2
  25. package/docs/projects/rock-paper-scissors-v2.md +201 -0
  26. package/docs/projects/v2-cat-napping.md +219 -0
  27. package/docs/projects.md +6 -0
  28. package/docs/reference/input/logo-is-pressed.md +1 -1
  29. package/docs/reference/input/on-logo-event.md +1 -1
  30. package/docs/reference/serial/on-data-received.md +1 -1
  31. package/docs/reference/serial/read-buffer.md +8 -7
  32. package/docs/reference/serial/read-line.md +8 -6
  33. package/docs/reference/serial/read-string.md +4 -4
  34. package/docs/reference/serial/read-until.md +4 -4
  35. package/docs/reference/serial/redirect.md +8 -7
  36. package/docs/reference/serial/set-baud-rate.md +56 -0
  37. package/docs/reference/serial/set-write-line-padding.md +51 -0
  38. package/docs/reference/serial/write-buffer.md +4 -4
  39. package/docs/reference/serial/write-line.md +6 -6
  40. package/docs/reference/serial/write-number.md +6 -6
  41. package/docs/reference/serial/write-numbers.md +6 -6
  42. package/docs/reference/serial/write-string.md +5 -5
  43. package/docs/reference/serial/write-value.md +3 -3
  44. package/docs/reference/serial.md +4 -1
  45. package/docs/tutorials-v2.md +6 -0
  46. package/package.json +2 -2
  47. package/pxtarget.json +4 -0
  48. package/targetconfig.json +9 -4
@@ -355,11 +355,11 @@
355
355
  },
356
356
  "uploadDocs": true,
357
357
  "versions": {
358
- "branch": "v5.1.1",
359
- "tag": "v5.1.1",
360
- "commits": "https://github.com/microsoft/pxt-microbit/commits/eb095c8e0c3fe6f85f09559db9094b3e89f54a5b",
361
- "target": "5.1.1",
362
- "pxt": "8.0.2"
358
+ "branch": "v5.1.2",
359
+ "tag": "v5.1.2",
360
+ "commits": "https://github.com/microsoft/pxt-microbit/commits/30d31b061c2663d60b169b922e3794a20aed2d5c",
361
+ "target": "5.1.2",
362
+ "pxt": "8.2.6"
363
363
  },
364
364
  "blocksprj": {
365
365
  "id": "blocksprj",
package/built/theme.json CHANGED
@@ -173,6 +173,7 @@
173
173
  "en",
174
174
  "ar",
175
175
  "bg",
176
+ "ca",
176
177
  "cs",
177
178
  "cy",
178
179
  "da",
@@ -206,6 +207,9 @@
206
207
  "monacoColors": {
207
208
  "editor.background": "#ecf0f1"
208
209
  },
210
+ "monacoFieldEditors": [
211
+ "soundeffect-editor"
212
+ ],
209
213
  "browserDbPrefixes": {
210
214
  "1": "v1",
211
215
  "2": "v2",
@@ -1503,6 +1507,16 @@
1503
1507
  "path": "/reference/serial/redirect-to-usb",
1504
1508
  "subitems": []
1505
1509
  },
1510
+ {
1511
+ "name": "set baud rate",
1512
+ "path": "/reference/serial/set-baud-rate",
1513
+ "subitems": []
1514
+ },
1515
+ {
1516
+ "name": "set write line padding",
1517
+ "path": "/reference/serial/set-write-line-padding",
1518
+ "subitems": []
1519
+ },
1506
1520
  {
1507
1521
  "name": "write buffer",
1508
1522
  "path": "/reference/serial/write-buffer",
@@ -1 +1 @@
1
- .blocklyDropDownContent .blocklyPianoDiv{position:relative;touch-action:none}.blocklyDropDownContent .blocklyNote{border:.5px solid;cursor:pointer;display:inline-block;position:absolute;top:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#fff;z-index:1000}.blocklyDropDownContent .blocklyNote.black{background-color:#000;z-index:1001}.blocklyDropDownContent .blocklyNote:hover{background-color:#ff0!important}.blocklyDropDownContent .blocklyNote.selected{background-color:#9acd32!important}.blocklyDropDownContent .blocklyNoteLabel{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:12pt}.blocklyDropDownContent .blocklyNoteLabel,.blocklyDropDownContent .blocklyNotePrevNext{border:.5px solid;color:#fff;display:inline-block;line-height:normal;position:absolute;text-align:center}.blocklyDropDownContent .blocklyNotePrevNext{border-top:0;cursor:pointer;font-weight:700}.blocklyDropDownContent .blocklyDropdownTextLabel{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:70px;display:inline-block;color:#fff;font-size:12px}.blocklyGridPickerTooltip{z-index:994}.blocklyGridPickerPadder{box-shadow:0 0 8px 1px rgba(0,0,0,.3)}.blocklyWidgetDiv .blocklyGridPickerRow{display:table-row}.blocklyWidgetDiv .blocklyGridPickerMenu{display:table;outline:none;border-spacing:7px}.blocklyGridPickerScroller{padding:4px;-webkit-overflow-scrolling:touch}.blocklyGridPickerPadder,.blocklyGridPickerScroller{outline:none;border-radius:4px;position:relative}.blocklyGridPickerPadder .ui.input i.search.icon{margin-top:-.2rem}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem{background:#fff;cursor:pointer;min-width:unset}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-highlight,.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-hover{background:#d6e9f8;box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option{border:1px solid #000;border-radius:4px;color:#fff;font-size:12pt;font-weight:700;display:table-cell;padding:8px;text-align:center;vertical-align:top;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-content{color:#fff}.blocklyWidgetDiv .blocklyGridPickerMenu .floatLeft{float:left}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option.goog-option-selected{position:relative}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem .goog-menuitem-checkbox{display:none}.blocklyGridPickerTooltip{z-index:995}.blocklyGridPickerSelectedBar{display:flex;padding-top:5px;justify-content:space-between}.blocklyGridPickerSelectedImage{padding:3px;display:inline-block;vertical-align:middle}.ui.input input.blocklyGridPickerSearchBar{background:none;border:none;color:#fff}.ui.input input.blocklyGridPickerSearchBar::placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar::-webkit-input-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar::-moz-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar:-ms-input-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar:-moz-placeholder{color:#fff}.blocklyToggle{transition:transform 1s}.blocklyToggle .blocklyToggleCircle,.blocklyToggle .blocklyToggleRect{stroke-width:1px;stroke:grey;stroke-opacity:.4}.blocklyToggle.blocklyToggleOn .blocklyToggleCircle,.blocklyToggle.blocklyToggleOn .blocklyToggleRect{fill:#4ddc64}.blocklyToggle.blocklyToggleOff .blocklyToggleCircle,.blocklyToggle.blocklyToggleOff .blocklyToggleRect{fill:#95a5a6}.blocklyToggle.blocklyToggleOnBreakpoint polygon{fill:#e80d00;stroke:#fff;stroke-width:12px!important;stroke-linecap:round;stroke-opacity:1;cursor:pointer}.blocklyToggle.blocklyToggleOffBreakpoint polygon{fill:#333;stroke:0;cursor:pointer}.blocklyToggle~.blocklyText.blocklyToggleText{font-size:10pt;cursor:pointer}.blocklyToggle.blocklyToggleOff~.blocklyText.blocklyToggleText{fill:#fff}.blocklyDropDownDiv .rgbColorPicker>tr>td{height:40px;width:40px}.blocklyDropDownDiv .blocklyFieldSliderReadout .blocklyColorReadout{height:20px;width:25px;border-radius:10px;display:inline-block;vertical-align:middle}#custom-content .blocklyLightboxDiv{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.55);z-index:993}.blocklyCanvasOverlayOuter{padding:.5rem;margin:.1rem;background:#249ca3;border:2px solid #249ca3;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0}.blocklyCanvasOverlayDiv{cursor:none;background-color:hsla(0,0%,100%,.9);z-index:10000;position:relative;overflow:hidden;border:5px solid #333;clip-path:polygon(0 4px,4px 0,calc(100% - 2px) 0,100% 4px,100% calc(100% - 2px),calc(100% - 2px) 100%,4px 100%,0 calc(100% - 2px))}.blocklyCanvasOverlayDiv .cross-x,.blocklyCanvasOverlayDiv .cross-y{background-color:#575e75;position:absolute}.blocklyCanvasOverlayDiv .cross-x{width:100%;height:2px;z-index:10}.blocklyCanvasOverlayDiv .cross-y{width:2px;height:100%;z-index:10}.blocklyCanvasOverlayDiv .label{position:absolute;color:#575e75;font-size:100%;white-space:nowrap}.positionEyedropper{background:none;outline:none;width:100%;text-align:center;border:none;border-top:1px solid #ddd;padding-top:5px;cursor:pointer}.positionEyedropper:hover{background:#eee}.pixel-cell{shape-rendering:crispedges}.palette-selected{stroke:orange;stroke-width:2px}.palette-unselected{stroke:none}.sprite-editor-canvas{cursor:crosshair;z-index:1001;touch-action:none}.sprite-editor-canvas.sprite-editor-eyedropper{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M15.241 4.652L13.76 6.133l.835.835-3.085 3.085-.762-.762-5.168 5.17L1.984 16 .025 14.041l1.349-3.742 5.19-5.191-.645-.646 3.085-3.085.835.835L11.32.731c.431-.431 1-.678 1.616-.731h.461a2.835 2.835 0 011.77.802c1.082 1.084 1.114 2.81.074 3.85z' fill='%23f6f6f6'/%3E%3Cpath d='M9.467 7.932l.612.613-5.071 5.072-2.795 1.198-1.032-1.032 1.057-2.936L7.31 5.775l.585.585v.003l-4.356 4.356 1.569 1.569 4.355-4.356h.004zm4.995-6.422c-.667-.664-1.777-.729-2.435-.072L9.839 3.627l-.836-.835-.174.174-1.497 1.497 4.177 4.177 1.671-1.671-.835-.835 2.189-2.189c.658-.658.592-1.768-.072-2.435z' fill='%23424242'/%3E%3C/svg%3E") 2 16,copy}.sprite-canvas-controls{z-index:1000}#sprite-editor-palette .palette-swatch{cursor:pointer}.sprite-editor-dropdown.blocklyDropDownDiv{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50)}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowTop{background:#4b7bec}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowBottom{background:#2c3e50}#sprite-editor-header{z-index:1002;height:50px;width:inherit;position:absolute;top:0;left:0}#sprite-editor-header-controls{width:100%;height:100%}#sprite-editor-gallery-outer{overflow:hidden;position:absolute;z-index:1002;width:100%}#sprite-editor-gallery{overflow-y:scroll;width:100%;height:100%;background:#2c3e50}.sprite-editor-card{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23fff' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23dedede' d='M0 0h5v5H0zM5 5h5v5H5z'/%3E%3C/svg%3E")}.sprite-editor-icon{fill:#fff;font-family:Icons;font-size:19px}.sprite-editor-xicon{fill:#fff;font-family:xicon;font-size:19px}.sprite-editor-button{cursor:pointer}.sprite-editor-button-bg{fill:#525a5b}.sprite-editor-button-fg{fill:#7f8c8d}.sprite-editor-confirm-button .sprite-editor-button-bg{fill:#294da0}.sprite-editor-confirm-button .sprite-editor-button-fg{fill:#4b7bec}.sprite-editor-button.disabled{cursor:not-allowed}.sprite-editor-button.disabled .sprite-editor-button-bg,.sprite-editor-button.disabled .sprite-editor-button-fg{fill-opacity:.8}.sprite-editor-button:active:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:active:not(.disabled) .sprite-editor-button-fg{fill-opacity:1!important;transition:fill-opacity .1s}.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-fg{fill-opacity:.8;transition:fill-opacity .1s}.sprite-editor-button.selected{position:relative}.sprite-editor-button.selected .sprite-editor-button-fg{fill:#495353}.sprite-editor-text{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;user-select:none;cursor:auto}.sprite-editor-label{fill:#fff}.sprite-editor-dropdown-bg{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50);border-radius:4px;padding-top:4px;position:relative}.sprite-editor-glyph{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 4.411-3.589 8-8 8a2.803 2.803 0 01-2.8-2.8c0-.833.272-1.629.766-2.241a.596.596 0 00.101-.359.667.667 0 00-.667-.666.58.58 0 00-.358.102A3.584 3.584 0 012.8 10.8 2.803 2.803 0 010 8c0-4.411 3.589-8 8-8s8 3.589 8 8z' fill='%23f6f6f6'/%3E%3Cpath d='M5.4 7.933a2.67 2.67 0 012.667 2.666c0 .606-.193 1.179-.544 1.614a1.599 1.599 0 00-.323.987.8.8 0 00.8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.568 2.568 0 015.4 7.933z' fill='%23fff'/%3E%3Cpath d='M8 15c-.992 0-1.8-.808-1.8-1.8 0-.606.193-1.179.544-1.613.208-.259.323-.609.323-.987 0-.919-.748-1.666-1.667-1.666-.377 0-.728.115-.986.323A2.58 2.58 0 012.8 9.8C1.808 9.8 1 8.992 1 8c0-3.86 3.14-7 7-7 3.859 0 7 3.14 7 7 0 3.859-3.141 7-7 7zM5.4 7.933a2.67 2.67 0 012.667 2.666c0 .606-.193 1.179-.544 1.614a1.599 1.599 0 00-.323.987.8.8 0 00.8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.568 2.568 0 015.4 7.933z' fill='%23424242'/%3E%3Cpath d='M4.5 5.375a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23652d90'/%3E%3Cpath d='M7.125 3.625a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%231ba1e2'/%3E%3Cpath d='M10.625 4.5a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23393'/%3E%3Cpath d='M11.5 8a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23fc0'/%3E%3Cpath d='M9.75 10.625a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23e51400'/%3E%3C/svg%3E");background-position:50%;background-size:65%;background-repeat:no-repeat}.sprite-focus-hover{transition:all .15s ease-out;border-radius:50%}.sprite-focus-hover:hover{box-shadow:0 0 0 3px rgba(0,0,0,.35);-webkit-transform:scale(1.1);transform:scale(1.1)}.sprite-editor-glyph.sprite-focus-hover:hover{box-shadow:inset 0 0 0 2px rgba(0,0,0,.35)}.sprite-gallery-button{display:inline-block;float:left;padding:0;margin:4px;border-radius:4px;outline:none;border:1px solid;transition:box-shadow .1s;cursor:pointer}.sprite-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.sprite-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}.sprite-gallery-button>img{width:80%;height:80%;margin-top:5%;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.snippet-sprite-editor,.sprite-editor-snippet-container{height:503px;width:492px;overflow:hidden}.snippet-sprite-editor{max-height:503px;min-height:503px;max-width:492px;min-width:492px}#melody-toggle{margin:10px;text-align:center;float:center}#melody-editor-header-controls{height:40px}.melody-grid-div{margin:10px 20px 0;text-align:center;background-color:inherit}.cell{height:35px;width:35px;margin:1px}.melody-top-bar-div{padding:6px 0 0;float:center;text-align:center}.melody-editor-div{height:100%;background-color:#4f0643}.melody-content-div{max-height:550px;width:300px;padding:0;overflow:hidden}.melody-editor-dropdown{padding:0!important}#melody-editor-gallery-outer{overflow:hidden;position:absolute;z-index:1002;width:100%}#melody-editor-gallery{overflow-y:scroll;overflow-x:hidden;padding:.75rem;background:#4f0643;max-height:350px}.melody-gallery-button{text-align:center;display:flex;border-radius:4px;transition:box-shadow .1s;cursor:pointer;background-color:#dcdcdc;width:100%;margin-bottom:.75rem;height:2.75rem;line-height:2.5rem}.melody-gallery-button .melody-color-block{margin-top:.5rem}.melody-editor-button.left-button{flex-grow:1;border-radius:4px 0 0 4px;border-left:1px solid #fff;border-bottom:1px solid #fff;border-top:1px solid #fff;padding-left:.5rem;padding-right:.3rem}.melody-editor-button.right-button{min-width:2.75rem;padding-left:.3rem;border-radius:0 4px 4px 0;border:1px solid #fff;border-left-color:#4f0643}.melody-editor-button{background-color:#dcdcdc;color:#000;transition:color .1s,background-color .1s}.melody-editor-button:hover{background-color:#cacbcd;color:#000}.melody-editor-button.right-button .icon{opacity:.9}.melody-gallery-play-icon{float:left}.melody-confirm-button{float:right;margin:0!important;height:28px;width:70px;color:#fff;background-color:#e30fc0;border:none;border-radius:2px;-webkit-transition-duration:.1s;transition-duration:.1s;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.melody-confirm-button:hover{background-color:#9e0986;border:1px solid #e30fc0}.melody-confirm-button:focus{outline:none!important}.melody-editor-text{margin:0 3px;float:left;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:700;font-size:17px}.melody-editor-field-icon{fill:#fff;font-family:Icons;font-size:19px}.melody-icon{float:left;height:25px}.melody-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.melody-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}#melody-tempo-input{float:left;width:50px;height:28px;border-radius:2px;border:none;padding-left:5px;color:#1b1c1d}#melody-tempo-input:focus{outline:none!important}#melody-play-button{height:28px;width:120px;display:inline-block;color:#fff;background-color:#7f8c8d;border:none;border-radius:2px;-webkit-transition-duration:.1s;transition-duration:.1s}#melody-play-button:hover{background-color:#525a5b;border:1px solid #7f8c8d}#melody-play-button:focus{outline:none!important}.melody-bottom-bar-div{margin:7px 3px 0;padding:0 20px 20px;background-color:inherit;text-align:center}.melody-color-block{margin:4px 7px 0 0;float:right}.sliver{display:inline-block;width:9px;height:23px;margin:.5px;border:1px solid rgba(0,0,0,.2)}.left-edge{border-radius:5px 0 0 5px}.right-edge{border-radius:0 5px 5px 0}.melody-preview-button{float:right;height:35px;width:35px;padding:12px 11px!important}.melody-gallery-row{float:left}.melody-content-div .melody-red,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-red,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-red{fill:#a80000;background:#a80000}.melody-content-div .melody-orange,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-orange,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-orange{fill:#d83b01;background:#d83b01}.melody-content-div .melody-yellow,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-yellow,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-yellow{fill:#ffb900;background:#ffb900}.melody-content-div .melody-green,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-green,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-green{fill:#107c10;background:#107c10}.melody-content-div .melody-teal,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-teal,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-teal{fill:#008272;background:#008272}.melody-content-div .melody-blue,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-blue,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-blue{fill:#0078d7;background:#0078d7}.melody-content-div .melody-violet,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-violet,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-violet{fill:#b4009e;background:#b4009e}.melody-content-div .melody-purple,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-purple,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-purple{fill:#5c2d91;background:#5c2d91}.melody-content-div .melody-default,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-default,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-default{fill:#dcdcdc;background:#dcdcdc}.playing{fill-opacity:.7}svg.blocklySvg{background-color:#ecf0f1!important}#blocksEditor>div.loading,#maineditor{background:#ecf0f1}.blocksAndErrorList{display:flex;flex-direction:column;height:100%}.blocksEditorOuter{position:relative;display:inline-block;overflow:hidden;height:100%}#blocksEditor{position:absolute;width:100%;height:100%}#blocksEditor .injectionDiv svg{overflow:visible}#blocksEditor>div.loading{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;opacity:.7}.blocklyMainBackground{stroke:none!important}.rtl text.blocklyText{text-align:right}body.blocklyMinimalBody{min-width:0;overflow:initial}@supports (-ms-accelerator:true){.rtl .blocklyPreview{right:50%;left:auto}}.pxt-renderer.classic-theme .blocklyFlyoutButton text.blocklyText,.pxt-renderer.classic-theme text.blocklyFlyoutLabelText{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.pxt-renderer.classic-theme text.blocklyText.blocklyBoldText{font-weight:700}.pxt-renderer.classic-theme text.blocklyText.blocklyItalicizedText{font-style:italic}.pxt-renderer.classic-theme text.blocklyText.blocklyBoldItalicizedText{font-weight:700;font-style:italic}.pxt-renderer.classic-theme .blocklyEditableText>text.semanticIcon{fill:#fff;font-family:Icons;font-size:19px}.pxt-renderer.classic-theme .blocklyEditableText>text.semanticIcon.inverted{fill:#000}.blocklyGreyExpressionBlockText{color:#fff}.blocklyTreeIcon{visibility:visible}.blocklyTreeIcon.blocklyTreeIconserial{font-family:brand-icons}i.icon.blocklyTreeButton{float:right;line-height:40px;color:grey;opacity:0;transition-property:opacity;transition-duration:.5s}.blocklyTreeRow:hover i.icon.blocklyTreeButton{opacity:1}.blocklyFlyoutButton{fill:transparent!important}.blocklyFlyoutButton:hover{fill:rgba(0,0,0,.55)!important}.blocklyFlyoutButtonBackground{stroke:rgba(0,0,0,.55)!important;stroke-width:3px!important}.blocklyFlyoutButton .blocklyText{fill:#fff!important}.blocklyFlyoutButtonShadow{fill:none!important}.blocklyFlyoutLabelText{fill:#fff!important;font-size:1rem}.blocklyFlyoutHeading .blocklyFlyoutLabelText{fill:#fff!important;font-size:1.5rem}.blocklyFlyoutLabelText:hover{fill:#fff!important}.blocklyFlyoutLabelIcon{font-family:Icons;font-size:1.5rem}line.blocklyFlyoutLine{stroke:#fff}path.blocklyFlyoutBackground{fill:#4b4949!important;fill-opacity:1!important}div.blocklyWidgetDiv{position:fixed;z-index:993}div.blocklyWidgetDiv.functioneditor{z-index:1001}div.blocklyDropDownDiv{z-index:994;overflow:hidden}div.blocklyTooltipDiv{border:none!important;box-shadow:none!important;background-color:transparent!important;opacity:1!important;overflow-wrap:break-word}div.blocklyTooltipDiv .ui.card .content .description{display:inline}.blocklyWidgetDiv .goog-slider-horizontal{background:#fff;border:2px solid #000;border-radius:5px}text.blocklyCheckbox{fill:#ff3030!important;text-shadow:0 0 6px red;font-size:17pt!important}.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklyAnimationField,.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklySpriteField,.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklyTilemapField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklyAnimationField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklySpriteField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklyTilemapField{fill:#dedede;stroke:#898989;stroke-width:1}.blocklyDragging>.blocklyPath{fill-opacity:.7}.blocklyDisabled>.blocklyPathDark{display:block!important;fill-opacity:.5}.blocklyDisabled .blocklyNonEditableText .blocklyBlockBackground{fill-opacity:.1!important}.blocklyScrollbarBackground{fill:none}.blocklyScrollbarHandle{fill:#cecdce;opacity:1}.blocklyScrollbarBackground:active+.blocklyScrollbarHandle,.blocklyScrollbarBackground:hover+.blocklyScrollbarHandle,.blocklyScrollbarHandle:active,.blocklyScrollbarHandle:hover{stroke-width:3;stroke:#cecdce}.blocklyWidgetDiv .blocklyContextMenu{border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)!important;padding:0!important}.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem{margin:0!important;padding:.92857143em 1.14285714em!important;font:normal 13px Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem-highlight,.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem-hover{border:none!important;padding:.92857143em 1.14285714em!important;background:rgba(0,0,0,.05)!important}.blocklyCommentForeignObject{overflow:hidden}.blocklyMinimalBody{position:static;border:1px solid #faf6bd}.blockly-ws-searching path.blocklyPath:not(.blockly-ws-search-highlight-pxt){opacity:.6}.blockly-ws-searching path.blocklyPath.blockly-ws-search-highlight-pxt.blockly-ws-search-current{stroke:#fff200;stroke-width:4px;transition:none}@media only screen and (max-width:767px){text.blocklyCheckbox{font-size:17pt!important}}text.blocklyText{font-weight:600;text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:antialiased}.blocklyGridPickerTooltip{padding:3px 5px;background-color:#fefefe;border:3px solid #000;color:#000;border-radius:10px}.blocklyLedOn{stroke:#fff;stroke-width:1px}
1
+ .blocklyDropDownContent .blocklyPianoDiv{position:relative;touch-action:none}.blocklyDropDownContent .blocklyNote{border:.5px solid;cursor:pointer;display:inline-block;position:absolute;top:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#fff;z-index:1000}.blocklyDropDownContent .blocklyNote.black{background-color:#000;z-index:1001}.blocklyDropDownContent .blocklyNote:hover{background-color:#ff0!important}.blocklyDropDownContent .blocklyNote.selected{background-color:#9acd32!important}.blocklyDropDownContent .blocklyNoteLabel{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:12pt}.blocklyDropDownContent .blocklyNoteLabel,.blocklyDropDownContent .blocklyNotePrevNext{border:.5px solid;color:#fff;display:inline-block;line-height:normal;position:absolute;text-align:center}.blocklyDropDownContent .blocklyNotePrevNext{border-top:0;cursor:pointer;font-weight:700}.blocklyDropDownContent .blocklyDropdownTextLabel{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:70px;display:inline-block;color:#fff;font-size:12px}.blocklyGridPickerTooltip{z-index:994}.blocklyGridPickerPadder{box-shadow:0 0 8px 1px rgba(0,0,0,.3)}.blocklyWidgetDiv .blocklyGridPickerRow{display:table-row}.blocklyWidgetDiv .blocklyGridPickerMenu{display:table;outline:none;border-spacing:7px}.blocklyGridPickerScroller{padding:4px;-webkit-overflow-scrolling:touch}.blocklyGridPickerPadder,.blocklyGridPickerScroller{outline:none;border-radius:4px;position:relative}.blocklyGridPickerPadder .ui.input i.search.icon{margin-top:-.2rem}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem{background:#fff;cursor:pointer;min-width:unset}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-highlight,.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-hover{background:#d6e9f8;box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option{border:1px solid #000;border-radius:4px;color:#fff;font-size:12pt;font-weight:700;display:table-cell;padding:8px;text-align:center;vertical-align:top;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-content{color:#fff}.blocklyWidgetDiv .blocklyGridPickerMenu .floatLeft{float:left}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option.goog-option-selected{position:relative}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem .goog-menuitem-checkbox{display:none}.blocklyGridPickerTooltip{z-index:995}.blocklyGridPickerSelectedBar{display:flex;padding-top:5px;justify-content:space-between}.blocklyGridPickerSelectedImage{padding:3px;display:inline-block;vertical-align:middle}.ui.input input.blocklyGridPickerSearchBar{background:none;border:none;color:#fff}.ui.input input.blocklyGridPickerSearchBar::placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar::-webkit-input-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar::-moz-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar:-ms-input-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar:-moz-placeholder{color:#fff}.blocklyToggle{transition:transform 1s}.blocklyToggle .blocklyToggleCircle,.blocklyToggle .blocklyToggleRect{stroke-width:1px;stroke:grey;stroke-opacity:.4}.blocklyToggle.blocklyToggleOn .blocklyToggleCircle,.blocklyToggle.blocklyToggleOn .blocklyToggleRect{fill:#4ddc64}.blocklyToggle.blocklyToggleOff .blocklyToggleCircle,.blocklyToggle.blocklyToggleOff .blocklyToggleRect{fill:#95a5a6}.blocklyToggle.blocklyToggleOnBreakpoint polygon{fill:#e80d00;stroke:#fff;stroke-width:12px!important;stroke-linecap:round;stroke-opacity:1;cursor:pointer}.blocklyToggle.blocklyToggleOffBreakpoint polygon{fill:#333;stroke:0;cursor:pointer}.blocklyToggle~.blocklyText.blocklyToggleText{font-size:10pt;cursor:pointer}.blocklyToggle.blocklyToggleOff~.blocklyText.blocklyToggleText{fill:#fff}.blocklyDropDownDiv .rgbColorPicker>tr>td{height:40px;width:40px}.blocklyDropDownDiv .blocklyFieldSliderReadout .blocklyColorReadout{height:20px;width:25px;border-radius:10px;display:inline-block;vertical-align:middle}#custom-content .blocklyLightboxDiv{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.55);z-index:993}.blocklyCanvasOverlayOuter{padding:.5rem;margin:.1rem;background:#249ca3;border:2px solid #249ca3;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0}.blocklyCanvasOverlayDiv{cursor:none;background-color:hsla(0,0%,100%,.9);z-index:10000;position:relative;overflow:hidden;border:5px solid #333;clip-path:polygon(0 4px,4px 0,calc(100% - 2px) 0,100% 4px,100% calc(100% - 2px),calc(100% - 2px) 100%,4px 100%,0 calc(100% - 2px))}.blocklyCanvasOverlayDiv .cross-x,.blocklyCanvasOverlayDiv .cross-y{background-color:#575e75;position:absolute}.blocklyCanvasOverlayDiv .cross-x{width:100%;height:2px;z-index:10}.blocklyCanvasOverlayDiv .cross-y{width:2px;height:100%;z-index:10}.blocklyCanvasOverlayDiv .label{position:absolute;color:#575e75;font-size:100%;white-space:nowrap}.positionEyedropper{background:none;outline:none;width:100%;text-align:center;border:none;border-top:1px solid #ddd;padding-top:5px;cursor:pointer}.positionEyedropper:hover{background:#eee}.pixel-cell{shape-rendering:crispedges}.palette-selected{stroke:orange;stroke-width:2px}.palette-unselected{stroke:none}.sprite-editor-canvas{cursor:crosshair;z-index:1001;touch-action:none}.sprite-editor-canvas.sprite-editor-eyedropper{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M15.241 4.652L13.76 6.133l.835.835-3.085 3.085-.762-.762-5.168 5.17L1.984 16 .025 14.041l1.349-3.742 5.19-5.191-.645-.646 3.085-3.085.835.835L11.32.731c.431-.431 1-.678 1.616-.731h.461a2.835 2.835 0 011.77.802c1.082 1.084 1.114 2.81.074 3.85z' fill='%23f6f6f6'/%3E%3Cpath d='M9.467 7.932l.612.613-5.071 5.072-2.795 1.198-1.032-1.032 1.057-2.936L7.31 5.775l.585.585v.003l-4.356 4.356 1.569 1.569 4.355-4.356h.004zm4.995-6.422c-.667-.664-1.777-.729-2.435-.072L9.839 3.627l-.836-.835-.174.174-1.497 1.497 4.177 4.177 1.671-1.671-.835-.835 2.189-2.189c.658-.658.592-1.768-.072-2.435z' fill='%23424242'/%3E%3C/svg%3E") 2 16,copy}.sprite-canvas-controls{z-index:1000}#sprite-editor-palette .palette-swatch{cursor:pointer}.sprite-editor-dropdown.blocklyDropDownDiv{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50)}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowTop{background:#4b7bec}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowBottom{background:#2c3e50}#sprite-editor-header{z-index:1002;height:50px;width:inherit;position:absolute;top:0;left:0}#sprite-editor-header-controls{width:100%;height:100%}#sprite-editor-gallery-outer{overflow:hidden;position:absolute;z-index:1002;width:100%}#sprite-editor-gallery{overflow-y:scroll;width:100%;height:100%;background:#2c3e50}.sprite-editor-card{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23fff' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23dedede' d='M0 0h5v5H0zM5 5h5v5H5z'/%3E%3C/svg%3E")}.sprite-editor-icon{fill:#fff;font-family:Icons;font-size:19px}.sprite-editor-xicon{fill:#fff;font-family:xicon;font-size:19px}.sprite-editor-button{cursor:pointer}.sprite-editor-button-bg{fill:#525a5b}.sprite-editor-button-fg{fill:#7f8c8d}.sprite-editor-confirm-button .sprite-editor-button-bg{fill:#294da0}.sprite-editor-confirm-button .sprite-editor-button-fg{fill:#4b7bec}.sprite-editor-button.disabled{cursor:not-allowed}.sprite-editor-button.disabled .sprite-editor-button-bg,.sprite-editor-button.disabled .sprite-editor-button-fg{fill-opacity:.8}.sprite-editor-button:active:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:active:not(.disabled) .sprite-editor-button-fg{fill-opacity:1!important;transition:fill-opacity .1s}.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-fg{fill-opacity:.8;transition:fill-opacity .1s}.sprite-editor-button.selected{position:relative}.sprite-editor-button.selected .sprite-editor-button-fg{fill:#495353}.sprite-editor-text{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;user-select:none;cursor:auto}.sprite-editor-label{fill:#fff}.sprite-editor-dropdown-bg{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50);border-radius:4px;padding-top:4px;position:relative}.sprite-editor-glyph{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 4.411-3.589 8-8 8a2.803 2.803 0 01-2.8-2.8c0-.833.272-1.629.766-2.241a.596.596 0 00.101-.359.667.667 0 00-.667-.666.58.58 0 00-.358.102A3.584 3.584 0 012.8 10.8 2.803 2.803 0 010 8c0-4.411 3.589-8 8-8s8 3.589 8 8z' fill='%23f6f6f6'/%3E%3Cpath d='M5.4 7.933a2.67 2.67 0 012.667 2.666c0 .606-.193 1.179-.544 1.614a1.599 1.599 0 00-.323.987.8.8 0 00.8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.568 2.568 0 015.4 7.933z' fill='%23fff'/%3E%3Cpath d='M8 15c-.992 0-1.8-.808-1.8-1.8 0-.606.193-1.179.544-1.613.208-.259.323-.609.323-.987 0-.919-.748-1.666-1.667-1.666-.377 0-.728.115-.986.323A2.58 2.58 0 012.8 9.8C1.808 9.8 1 8.992 1 8c0-3.86 3.14-7 7-7 3.859 0 7 3.14 7 7 0 3.859-3.141 7-7 7zM5.4 7.933a2.67 2.67 0 012.667 2.666c0 .606-.193 1.179-.544 1.614a1.599 1.599 0 00-.323.987.8.8 0 00.8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.568 2.568 0 015.4 7.933z' fill='%23424242'/%3E%3Cpath d='M4.5 5.375a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23652d90'/%3E%3Cpath d='M7.125 3.625a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%231ba1e2'/%3E%3Cpath d='M10.625 4.5a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23393'/%3E%3Cpath d='M11.5 8a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23fc0'/%3E%3Cpath d='M9.75 10.625a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23e51400'/%3E%3C/svg%3E");background-position:50%;background-size:65%;background-repeat:no-repeat}.sprite-focus-hover{transition:all .15s ease-out;border-radius:50%}.sprite-focus-hover:hover{box-shadow:0 0 0 3px rgba(0,0,0,.35);-webkit-transform:scale(1.1);transform:scale(1.1)}.sprite-editor-glyph.sprite-focus-hover:hover{box-shadow:inset 0 0 0 2px rgba(0,0,0,.35)}.sprite-gallery-button{display:inline-block;float:left;padding:0;margin:4px;border-radius:4px;outline:none;border:1px solid;transition:box-shadow .1s;cursor:pointer}.sprite-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.sprite-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}.sprite-gallery-button>img{width:80%;height:80%;margin-top:5%;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.snippet-sprite-editor,.sprite-editor-snippet-container{height:503px;width:492px;overflow:hidden}.snippet-sprite-editor{max-height:503px;min-height:503px;max-width:492px;min-width:492px}#melody-toggle{margin:10px;text-align:center;float:center}#melody-editor-header-controls{height:40px}.melody-grid-div{margin:10px 20px 0;text-align:center;background-color:inherit}.cell{height:35px;width:35px;margin:1px}.melody-top-bar-div{padding:6px 0 0;float:center;text-align:center}.melody-editor-div{height:100%;background-color:#4f0643}.melody-content-div{max-height:550px;width:300px;padding:0;overflow:hidden}.melody-editor-dropdown{padding:0!important}#melody-editor-gallery-outer{overflow:hidden;position:absolute;z-index:1002;width:100%}#melody-editor-gallery{overflow-y:scroll;overflow-x:hidden;padding:.75rem;background:#4f0643;max-height:350px}.melody-gallery-button{text-align:center;display:flex;border-radius:4px;transition:box-shadow .1s;cursor:pointer;background-color:#dcdcdc;width:100%;margin-bottom:.75rem;height:2.75rem;line-height:2.5rem}.melody-gallery-button .melody-color-block{margin-top:.5rem}.melody-editor-button.left-button{flex-grow:1;border-radius:4px 0 0 4px;border-left:1px solid #fff;border-bottom:1px solid #fff;border-top:1px solid #fff;padding-left:.5rem;padding-right:.3rem}.melody-editor-button.right-button{min-width:2.75rem;padding-left:.3rem;border-radius:0 4px 4px 0;border:1px solid #fff;border-left-color:#4f0643}.melody-editor-button{background-color:#dcdcdc;color:#000;transition:color .1s,background-color .1s}.melody-editor-button:hover{background-color:#cacbcd;color:#000}.melody-editor-button.right-button .icon{opacity:.9}.melody-gallery-play-icon{float:left}.melody-confirm-button{float:right;margin:0!important;height:28px;width:70px;color:#fff;background-color:#e30fc0;border:none;border-radius:2px;-webkit-transition-duration:.1s;transition-duration:.1s;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.melody-confirm-button:hover{background-color:#9e0986;border:1px solid #e30fc0}.melody-confirm-button:focus{outline:none!important}.melody-editor-text{margin:0 3px;float:left;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:700;font-size:17px}.melody-editor-field-icon{fill:#fff;font-family:Icons;font-size:19px}.melody-icon{float:left;height:25px}.melody-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.melody-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}#melody-tempo-input{float:left;width:50px;height:28px;border-radius:2px;border:none;padding-left:5px;color:#1b1c1d}#melody-tempo-input:focus{outline:none!important}#melody-play-button{height:28px;width:120px;display:inline-block;color:#fff;background-color:#7f8c8d;border:none;border-radius:2px;-webkit-transition-duration:.1s;transition-duration:.1s}#melody-play-button:hover{background-color:#525a5b;border:1px solid #7f8c8d}#melody-play-button:focus{outline:none!important}.melody-bottom-bar-div{margin:7px 3px 0;padding:0 20px 20px;background-color:inherit;text-align:center}.melody-color-block{margin:4px 7px 0 0;float:right}.sliver{display:inline-block;width:9px;height:23px;margin:.5px;border:1px solid rgba(0,0,0,.2)}.left-edge{border-radius:5px 0 0 5px}.right-edge{border-radius:0 5px 5px 0}.melody-preview-button{float:right;height:35px;width:35px;padding:12px 11px!important}.melody-gallery-row{float:left}.melody-content-div .melody-red,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-red,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-red{fill:#a80000;background:#a80000}.melody-content-div .melody-orange,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-orange,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-orange{fill:#d83b01;background:#d83b01}.melody-content-div .melody-yellow,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-yellow,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-yellow{fill:#ffb900;background:#ffb900}.melody-content-div .melody-green,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-green,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-green{fill:#107c10;background:#107c10}.melody-content-div .melody-teal,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-teal,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-teal{fill:#008272;background:#008272}.melody-content-div .melody-blue,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-blue,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-blue{fill:#0078d7;background:#0078d7}.melody-content-div .melody-violet,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-violet,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-violet{fill:#b4009e;background:#b4009e}.melody-content-div .melody-purple,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-purple,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-purple{fill:#5c2d91;background:#5c2d91}.melody-content-div .melody-default,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-default,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-default{fill:#dcdcdc;background:#dcdcdc}.playing{fill-opacity:.7}svg.blocklySvg{background-color:#ecf0f1!important}#blocksEditor>div.loading,#maineditor{background:#ecf0f1}.blocksAndErrorList{display:flex;flex-direction:column;height:100%}.blocksEditorOuter{position:relative;display:inline-block;overflow:hidden;height:100%}#blocksEditor{position:absolute;width:100%;height:100%}#blocksEditor .injectionDiv svg{overflow:visible}#blocksEditor>div.loading{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;opacity:.7}.blocklyMainBackground{stroke:none!important}.rtl text.blocklyText{text-align:right}body.blocklyMinimalBody{min-width:0;overflow:initial}@supports (-ms-accelerator:true){.rtl .blocklyPreview{right:50%;left:auto}}.pxt-renderer.classic-theme .blocklyFlyoutButton text.blocklyText,.pxt-renderer.classic-theme text.blocklyFlyoutLabelText{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.pxt-renderer.classic-theme text.blocklyText.blocklyBoldText{font-weight:700}.pxt-renderer.classic-theme text.blocklyText.blocklyItalicizedText{font-style:italic}.pxt-renderer.classic-theme text.blocklyText.blocklyBoldItalicizedText{font-weight:700;font-style:italic}.pxt-renderer.classic-theme .blocklyEditableText>text.semanticIcon{fill:#fff;font-family:Icons;font-size:19px}.pxt-renderer.classic-theme .blocklyEditableText>text.semanticIcon.inverted{fill:#000}.blocklyGreyExpressionBlockText{color:#fff}.blocklyTreeIcon{visibility:visible}i.icon.blocklyTreeButton{float:right;line-height:40px;color:grey;opacity:0;transition-property:opacity;transition-duration:.5s}.blocklyTreeRow:hover i.icon.blocklyTreeButton{opacity:1}.blocklyFlyoutButton{fill:transparent!important}.blocklyFlyoutButton:hover{fill:rgba(0,0,0,.55)!important}.blocklyFlyoutButtonBackground{stroke:rgba(0,0,0,.55)!important;stroke-width:3px!important}.blocklyFlyoutButton .blocklyText{fill:#fff!important}.blocklyFlyoutButtonShadow{fill:none!important}.blocklyFlyoutLabelText{fill:#fff!important;font-size:1rem}.blocklyFlyoutHeading .blocklyFlyoutLabelText{fill:#fff!important;font-size:1.5rem}.blocklyFlyoutLabelText:hover{fill:#fff!important}.blocklyFlyoutLabelIcon{font-family:Icons;font-size:1.5rem}line.blocklyFlyoutLine{stroke:#fff}path.blocklyFlyoutBackground{fill:#4b4949!important;fill-opacity:1!important}div.blocklyWidgetDiv{position:fixed;z-index:993}div.blocklyWidgetDiv.functioneditor{z-index:1001}div.blocklyDropDownDiv{z-index:994;overflow:hidden}div.blocklyTooltipDiv{border:none!important;box-shadow:none!important;background-color:transparent!important;opacity:1!important;overflow-wrap:break-word}div.blocklyTooltipDiv .ui.card .content .description{display:inline}.blocklyWidgetDiv .goog-slider-horizontal{background:#fff;border:2px solid #000;border-radius:5px}text.blocklyCheckbox{fill:#ff3030!important;text-shadow:0 0 6px red;font-size:17pt!important}.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklyAnimationField,.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklySpriteField,.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklyTilemapField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklyAnimationField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklySpriteField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklyTilemapField{fill:#dedede;stroke:#898989;stroke-width:1}.blocklyDragging>.blocklyPath{fill-opacity:.7}.blocklyDisabled>.blocklyPathDark{display:block!important;fill-opacity:.5}.blocklyDisabled .blocklyNonEditableText .blocklyBlockBackground{fill-opacity:.1!important}.blocklyScrollbarBackground{fill:none}.blocklyScrollbarHandle{fill:#cecdce;opacity:1}.blocklyScrollbarBackground:active+.blocklyScrollbarHandle,.blocklyScrollbarBackground:hover+.blocklyScrollbarHandle,.blocklyScrollbarHandle:active,.blocklyScrollbarHandle:hover{stroke-width:3;stroke:#cecdce}.blocklyWidgetDiv .blocklyContextMenu{border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)!important;padding:0!important}.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem{margin:0!important;padding:.92857143em 1.14285714em!important;font:normal 13px Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem-highlight,.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem-hover{border:none!important;padding:.92857143em 1.14285714em!important;background:rgba(0,0,0,.05)!important}.blocklyCommentForeignObject{overflow:hidden}.blocklyMinimalBody{position:static;border:1px solid #faf6bd}.blockly-ws-searching path.blocklyPath:not(.blockly-ws-search-highlight-pxt){opacity:.6}.blockly-ws-searching path.blocklyPath.blockly-ws-search-highlight-pxt.blockly-ws-search-current{stroke:#fff200;stroke-width:4px;transition:none}@media only screen and (max-width:767px){text.blocklyCheckbox{font-size:17pt!important}}text.blocklyText{font-weight:600;text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:antialiased}.blocklyGridPickerTooltip{padding:3px 5px;background-color:#fefefe;border:3px solid #000;color:#000;border-radius:10px}.blocklyLedOn{stroke:#fff;stroke-width:1px}
@@ -1261,6 +1261,10 @@
1261
1261
  .common-dropdown.icon-preview > .common-button .common-button-label {
1262
1262
  display: none;
1263
1263
  }
1264
+ .common-video {
1265
+ width: 100%;
1266
+ height: auto;
1267
+ }
1264
1268
  .common-editor-toggle-outer {
1265
1269
  position: relative;
1266
1270
  }
@@ -1437,7 +1441,7 @@
1437
1441
  padding-left: 0.5rem;
1438
1442
  padding-right: 0.5rem;
1439
1443
  }
1440
- .common-editor-toggle.tablet-compact > .common-editor-toggle-item > .common-button .common-button-label {
1444
+ .common-editor-toggle.tablet-compact > .common-editor-toggle-item > .common-button:not(.no-icon) .common-button-label {
1441
1445
  display: none;
1442
1446
  }
1443
1447
  .common-editor-toggle.tablet-compact.has-dropdown {
@@ -1501,7 +1505,7 @@
1501
1505
  padding-left: 0.5rem;
1502
1506
  padding-right: 0.5rem;
1503
1507
  }
1504
- .common-editor-toggle.mobile-compact > .common-editor-toggle-item > .common-button .common-button-label {
1508
+ .common-editor-toggle.mobile-compact > .common-editor-toggle-item > .common-button:not(.no-icon) .common-button-label {
1505
1509
  display: none;
1506
1510
  }
1507
1511
  .common-editor-toggle.mobile-compact.has-dropdown {
@@ -1,4 +1,4 @@
1
- .user-profile{display:flex;flex-direction:row;height:100%;--header-text-color:#000;--profile-portrait-border-color:#fff;--profile-username-color:#999;--background-color:#fef3e0;--avatar-initials-background-color:#028b9b;--avatar-initials-text-color:#fff;--user-pane-border-color:#e4dbca;--notification-background-color:#fff;--notification-icon-background-color:#fff;--notification-icon-color:#000;--badge-list-subtitle-color:#aba9a5;--body-font-family:"Share Tech Mono",Monaco,Menlo,"Ubuntu Mono",Consolas,source-code-pro,monospace}.profile-user-pane{display:flex;flex-direction:column;width:25%;padding:1rem;border-right:1px solid var(--user-pane-border-color);height:100%;min-width:20rem}.profile-portrait{border-radius:50%;overflow:hidden;height:12rem;width:12rem;position:relative;border:2px solid var(--profile-portrait-border-color);align-self:center;margin-bottom:1.5rem}.profile-portrait img{width:110%;height:110%;position:absolute;left:-5%;top:-5%}.profile-user-details{text-align:center;margin-bottom:3rem}.profile-display-name{font-size:1.5rem;color:var(--header-text-color);text-transform:uppercase;font-weight:900;margin-bottom:.5rem}.profile-username{font-size:1rem;color:var(--profile-username-color)}.profile-spacer{flex-grow:1}.profile-email{display:flex;padding-bottom:1rem}.profile-email .checkbox{cursor:pointer;padding-right:1rem}.profile-actions{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.profile-actions a{flex-grow:1;font-size:14px}.profile-actions .ui.button{width:50%}.profile-actions .ui.button i.icon{margin-right:1.5rem!important}.profile-notification{width:100%;border:1px solid #000;position:relative;border-radius:1rem;padding:2rem 1rem 1rem;background:var(--notification-background-color);display:flex;flex-direction:column}.profile-notification .profile-notification-title{font-weight:900;text-align:center;margin-bottom:1rem}.profile-notification .profile-notification-message{margin-bottom:1rem}.profile-notification .profile-notification-icon{width:3.25rem;height:3.25rem;border:1px solid #000;border-radius:50%;position:absolute;top:-1.625rem;left:calc(50% - 1.625rem);color:var(--notification-icon-color);background:var(--notification-icon-background-color)}.profile-notification .profile-notification-icon i.circular.icon{box-shadow:none}.profile-badge-subtitle{font-style:italic;color:var(--badge-list-subtitle-color)}.profile-badge-list{flex-grow:1;height:100%;display:flex;flex-direction:column;padding:1rem}.profile-badges-scroller{flex-grow:1;overflow-y:auto;overflow-x:hidden;position:relative;z-index:1}.profile-badges,.profile-badges-background{background-repeat:repeat;min-height:100%;background-size:20%;display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:12rem;align-items:center}.profile-badges-background{z-index:-1}.profile-badges-background .profile-badge,.profile-badges .profile-badge{position:relative;aspect-ratio:1;background-color:var(--background-color)}.profile-badges-background .profile-badge img,.profile-badges .profile-badge img{height:100%;width:100%;display:inline;position:absolute;object-fit:contain}.profile-badge.disabled i.ui.icon{line-height:1;vertical-align:middle;font-size:4em;width:100%;z-index:1;position:absolute}.placeholder-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='3' opacity='.1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;opacity:.3;aspect-ratio:1}.profile-badges-background-container{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.profile-badge-title{text-transform:uppercase;font-weight:900;font-size:1.5rem;margin-right:1rem;color:var(--header-text-color)}.profile-badge-header{margin-left:1rem;margin-bottom:1rem}.profile-badge-info-item{margin-top:1rem;display:flex}.profile-badge-info-header{text-transform:uppercase;font-weight:900;width:20%;color:var(--header-text-color)}.profile-badge-info-image .profile-badge{text-align:center}.profile-badge-info-image .profile-badge img{display:inline;height:15rem;object-fit:contain}.profile-badge{display:flex;flex-direction:column;justify-content:center;align-content:center;position:relative;height:100%}.profile-badge.clickable{cursor:pointer}.profile-badge-and-title{display:flex;flex-direction:column;max-height:100%;height:100%;background-color:var(--background-color);z-index:2;overflow:hidden}.profile-badge-and-title .profile-badge{margin-bottom:1rem;flex-shrink:1000}.profile-badge-name{font-size:1rem;text-overflow:ellipsis;white-space:nowrap;width:100%;margin-right:0;text-align:center;color:var(--header-text-color);overflow:hidden}.profile-initials-portrait{font-size:8rem;text-align:center;display:flex;align-items:center;justify-content:center;height:100%;color:var(--avatar-initials-text-color);background-color:var(--avatar-initials-background-color)}.ui.icon.button.sign-out{font-family:var(--body-font-family)}.common-checkbox.loading input{opacity:0}.common-checkbox.loading .common-spinner{display:inline-block;position:absolute;left:0}.high-contrast .profile-badge-and-title,.high-contrast .profile-badge-subtitle,.high-contrast .profile-badges-background .profile-badge,.high-contrast .profile-badges .profile-badge,.high-contrast .profile-initials-portrait,.high-contrast .profile-username{color:#fff;background-color:#000}.high-contrast .profile-badge.clickable:hover{outline:2px solid #ff0}@media only screen and (max-width:1199px){.profile-badges,.profile-badges-background{background-size:25%;grid-template-columns:repeat(4,1fr);grid-auto-rows:12rem}}@media only screen and (max-width:991px){.profile-badges,.profile-badges-background{background-size:33%;grid-template-columns:repeat(3,1fr);grid-auto-rows:12rem}}.sharedialog.fullscreen.common-modal-container>.common-modal>.common-modal-body{padding:0}.project-share{display:flex;height:100%}.project-share-simulator{flex:1;height:100%;background-color:#fdfdff}.project-share-simulator #shareLoanedSimulator{position:relative;top:50%;transform:translateY(-50%)}.project-share-simulator .simframe{padding-bottom:56.25%!important}.project-share-info{display:flex;flex-direction:column;justify-content:center;flex:1}.project-share-info>div{margin-bottom:1rem;flex-shrink:0}.project-share-title{display:flex}.project-share-title h2{flex:1;margin:0}#project-share-dropdown{color:#63c}.project-share-thumbnail{display:flex;flex-direction:column}.project-share-thumbnail .project-thumbnail-placeholder,.project-share-thumbnail img{margin:.3rem 0;width:15rem;height:11.25rem;background-color:rgba(0,0,0,.05)}.fullscreen .project-share>div{padding:2rem}.fullscreen .project-share-info{flex:unset;width:28rem}.share-publish-button{height:3rem}.share-publish-button .common-spinner{display:inline-block}.project-share-actions{display:flex;margin-top:1rem;position:relative;margin-bottom:2rem}.project-share-actions .common-button{margin-right:1rem}.project-share-text{margin-bottom:1rem}.common-button.menu-button.project-qrcode{position:absolute;right:0;height:6rem;padding:.5rem;top:-.5rem}.common-button.menu-button.project-qrcode img{height:5rem}.common-button.menu-button.project-qrcode:focus:after{outline:1px solid #605e5c}.project-share-data .common-input-attached-button .common-button{width:10rem;padding:.8rem 1rem .95rem}.qrcode-image{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.qrcode-modal-body{display:flex;align-items:center;justify-content:center}.qrcode-modal-body .qrcode-image{height:20rem}.gif-recorder{position:absolute;display:flex;flex-direction:column;align-items:center;bottom:0;left:calc(50vw - 12.5rem);padding:1rem;transform:translateX(-50%);background:#fff;border:#3891a6;border-radius:.2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana}.gif-recorder-label,.thumbnail-label{margin-bottom:.5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana}.gif-recorder-actions{display:flex}.thumbnail-image,.thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:24.5rem;height:18.375rem}.common-extension-card{background-color:#fff}.common-extension-card .common-card-body{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:center}.common-extension-card .common-extension-card-title{font-weight:600;font-size:18px;padding:.5rem 1rem .25rem;text-overflow:ellipsis;overflow:hidden;flex-shrink:0}.common-extension-card .common-extension-card-description{flex-grow:1;padding-left:1rem;padding-right:1rem;font-size:16px;overflow:hidden}.common-extension-card .common-extension-card-description div{text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.common-extension-card img{width:100%;height:11rem;object-fit:cover;flex-shrink:0}.common-extension-card .common-extension-card-extra-content{padding:.5rem 1rem;background:#fff;margin:0;border-radius:0;border-top:1px solid rgba(34,36,38,.15);flex-shrink:0;font-size:16px;color:rgba(0,0,0,.55);overflow:hidden;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.common-extension-card .common-button.link-button{float:right}.common-extension-card .common-extension-card-contents{display:flex;flex-direction:column;height:100%;width:100%;opacity:1;transition:opacity .3s ease}.common-extension-card .common-spinner{opacity:0;transition:opacity .3s ease;position:absolute;width:60px;height:60px}.common-extension-card.loading .common-extension-card-contents{opacity:0}.common-extension-card.loading .common-spinner{opacity:1}.common-button,.common-radio-group.common-radio-buttons .common-radio-choice{cursor:pointer;position:relative;display:inline-block;min-height:1rem;outline:none;border:none;vertical-align:middle;color:#323130;background:#fff;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0 .25rem 0 0;padding:.8rem 2rem .95rem;text-transform:none;text-shadow:none;font-weight:400;line-height:1em;font-style:normal;font-size:16px;text-align:center;text-decoration:none;border-radius:.2em;user-select:none;transition:opacity .1s ease,background-color .1s ease,box-shadow .1s ease,color .1s ease,background .1s ease;-webkit-tap-highlight-color:transparent}.common-button:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-button .right{margin-left:.5rem}.common-button-flex{white-space:nowrap}.common-button.primary{background:#63c;color:#fff;border:1px solid #63c}.common-button.secondary{background:rgba(0,0,0,.55);color:#fff;border:1px solid rgba(0,0,0,.55)}.common-button.teal{background:#3891a6;color:#fff;border:1px solid #3891a6}.common-button.orange{background:#ff8b27;color:#fff;border:1px solid #ff8b27}.common-button.red{background:#e41b21;color:#fff;border:1px solid #e41b21}.common-button.green{background:#107c10;color:#fff;border:1px solid #107c10}.common-button.gray,.common-button.grey{background:#e0e1e2;color:#323130;border:1px solid #e0e1e2}.common-button.primary.inverted{background:#fff;color:#63c}.common-button.teal.inverted{background:#fff;color:#3891a6}.common-button.orange.inverted{background:#fff;color:#ff8b27}.common-button.red.inverted{background:#fff;color:#e41b21}.common-button.green.inverted{background:#fff;color:#107c10}.common-button.disabled:hover{filter:none}.common-button.disabled,.common-button.disabled.green,.common-button.disabled.green.inverted,.common-button.disabled.orange,.common-button.disabled.orange.inverted,.common-button.disabled.primary,.common-button.disabled.primary.inverted,.common-button.disabled.red,.common-button.disabled.red.inverted,.common-button.disabled.secondary,.common-button.disabled.secondary.inverted,.common-button.disabled.teal,.common-button.disabled.teal.inverted{cursor:default;background-color:#f3f2f1;color:#323130;border:#f3f2f1}.common-button:focus:after{content:"";position:absolute;inset:4px;border:1px solid transparent;outline:1px solid #605e5c;z-index:1;border-radius:.2em}.common-button.discourse:focus:after,.common-button.facebook:focus:after,.common-button.green:focus:after,.common-button.menu-button:focus:after,.common-button.orange:focus:after,.common-button.primary:focus:after,.common-button.red:focus:after,.common-button.secondary:focus:after,.common-button.teal:focus:after,.common-button.twitter:focus:after{outline:1px solid #fff}.common-button.inverted:focus:after{outline:1px solid #605e5c}.common-button.menu-button{background:none;border:none;color:#fff;height:100%;padding:0 1rem;margin:0;border-radius:0;font-size:20px}.common-button.menu-button .icon,.common-button.menu-button .xicon,.common-button.menu-button i.far,.common-button.menu-button i.fas{font-size:24px}.common-button.menu-button:hover{background:rgba(0,0,0,.1)}.common-button.menu-button:active{background:rgba(0,0,0,.15)}.common-button.menu-button.inverted,.common-button.menu-button.inverted:hover{background:#fff;color:#63c}.common-button.link-button{background:none;border:none;padding:0;color:#3977b4}.common-button.link-button:hover{text-decoration:underline}.common-button.link-button:focus,.common-button.link-button:focus:after{outline:none;border:none;text-decoration:underline}.common-button.circle-button{width:3rem;height:3rem;overflow:hidden;padding:0;border-radius:2rem}.common-button.circle-button i,.common-button.circle-button i.far,.common-button.circle-button i.fas{margin:0}.common-button.circle-button:focus:after{border-radius:2rem}.common-button.facebook{background:#4267b2;color:#fff}.common-button.twitter{background:#1da1f2;color:#fff}.common-button.device-share,.common-button.discourse{background:#333;color:#fff}.hc .common-button,.high-contrast .common-button{color:#fff!important;background:#000!important;border-color:#fff!important}.hc .common-button:focus,.hc .common-button:hover,.high-contrast .common-button:focus,.high-contrast .common-button:hover{outline:2px solid #ff0!important;z-index:1}.common-card{width:18rem;height:20rem;border-radius:.5rem;border:1px solid rgba(34,36,38,.15);transition:border .1s ease;position:relative}.common-card .common-card-body{overflow:hidden;border-radius:.5rem}.common-card[role=button]{cursor:pointer}.common-card[role=button]:hover{border:1px solid #0078d4}.common-card-label{color:#fff;background-color:#ff8b27;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;position:absolute;top:1rem;right:-1rem;padding:.5rem .5rem .25rem;min-width:5rem;font-size:16px;border-color:#f37000}.common-card-label:after{position:absolute;content:"";top:100%;left:auto;right:0;background-color:transparent;border-color:transparent;border-style:solid;border-width:1.2em 1.2em 0 0;border-top-color:inherit;width:0;height:0}.common-checkbox{position:relative;padding:.25rem}.common-checkbox input{margin-right:.5rem}.common-checkbox:focus-within{outline:1px solid #605e5c;border-radius:.2em}.high-contrast .common-checkbox:focus-within,.high-contrast .common-checkbox:hover{outline:2px solid #ff0}.common-draggable-graph-text{user-select:none;color:#323130}.draggable-graph-point{fill:#fff}.draggable-graph-path{stroke:#e63022}.draggable-graph-surface{cursor:pointer}.draggable-graph-svg{touch-action:none}.common-dropdown{position:relative;width:fit-content}.common-dropdown>.common-button{display:block;box-sizing:border-box;color:#323130;background-color:#fff;border:1px solid rgba(34,36,38,.15);min-width:10rem;border-radius:2px;padding:0 28px 0 8px;margin:0;height:32px;line-height:30px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.common-dropdown>.common-button>.common-button-flex>i.right{position:absolute;right:0}.common-dropdown>.common-button:focus:after{outline:none}.common-dropdown>.common-button:focus{border:1px solid #0078d4}.common-dropdown .common-button>.common-button-flex>i:first-child{margin-right:.5rem}.common-dropdown>.common-menu-dropdown-pane{width:unset;right:unset;min-width:100%;left:0;z-index:1}.common-dropdown>.common-menu-dropdown-pane li .common-button{text-align:left;width:100%;padding-left:.5rem}.common-dropdown.hang-left>.common-menu-dropdown-pane{left:unset;right:0}.common-dropdown-shadow{box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.13),0 .6px 1.8px 0 rgba(0,0,0,.11)}.common-dropdown.icon-preview>.common-button{min-width:unset}.common-dropdown.icon-preview>.common-button .common-button-label{display:none}.common-editor-toggle-outer{position:relative}.common-editor-toggle{position:relative;border-radius:.2rem;border:3px solid rgba(52,73,94,.2);background:rgba(52,73,94,.4);display:flex;flex-direction:row}.common-editor-toggle.slim .common-editor-toggle-item>.common-button{padding:.6rem 2rem .75rem}.common-editor-toggle-item{z-index:1;flex:3}.common-editor-toggle-item .common-menu-dropdown{flex:4}.common-editor-toggle-item .common-menu-dropdown>.common-button{padding:0;width:100%;border-left:1px solid rgba(52,73,94,.2);border-right:1px solid rgba(52,73,94,.2)}.common-editor-toggle-item .common-menu-dropdown .common-menu-dropdown-pane{border-top:1px solid rgba(52,73,94,.2)}.common-editor-toggle-item>.common-button{background:none;color:#fff;transition:color .25s;margin:0;width:100%}.common-editor-toggle-item .common-button:focus:after{outline:none}.common-editor-toggle-item.common-editor-toggle-item-dropdown{display:grid;grid-template-columns:3fr 1fr;flex:4}.common-editor-toggle-item.selected .common-menu-dropdown{text-align:center}.common-editor-toggle-item.selected .common-menu-dropdown>.common-button{border-right:none;color:#323130}.common-editor-toggle-item.selected>.common-button{color:#323130}.common-editor-toggle-handle{position:absolute;background:#fff;width:33%;height:100%;transition:margin-left .25s,width .25s;border-radius:.2rem;margin-left:-3px}.common-editor-toggle .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:50%}.common-editor-toggle .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle .common-editor-toggle-item:first-of-type.selected~.common-editor-toggle-handle{margin-left:0}.common-editor-toggle .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:55}.common-editor-toggle.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:45}.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:45%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:55%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:55%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:45%}.common-editor-toggle.has-dropdown .common-editor-toggle-handle{width:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:40%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-left:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-left:60%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:40%}.common-editor-toggle.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle,.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:70%}.common-toggle-accessibility{position:absolute;z-index:2;width:0;height:0;left:0;background:#fff}.common-toggle-accessibility .common-button{width:0;height:0;min-height:0;overflow:hidden;padding:0;position:absolute;top:0;left:0}.common-toggle-accessibility .common-button:focus{width:100%;height:100%}.common-toggle-accessibility:focus-within{width:100%;height:100%}@media only screen and (max-width:991px){.common-editor-toggle.tablet-compact>.common-editor-toggle-item>.common-button{padding-left:.5rem;padding-right:.5rem}.common-editor-toggle.tablet-compact>.common-editor-toggle-item>.common-button .common-button-label{display:none}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item{flex:25}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown{flex:50;display:grid;grid-template-columns:1fr 1fr}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-handle{width:25%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:50%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:67}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:33}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:33%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:67%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:25%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}}@media only screen and (max-width:767px){.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button{padding-left:.5rem;padding-right:.5rem}.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button .common-button-label{display:none}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item{flex:25}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown{flex:50;display:grid;grid-template-columns:1fr 1fr}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-handle{width:25%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:50%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:67}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:33}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:33%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:67%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:25%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}}i.far,i.fas{margin:0 .25rem 0 0;text-align:center;width:1.81rem;line-height:inherit;font-size:18px}i.far.large,i.fas.large{font-size:24px}.common-input-group{position:relative;display:flex;height:2rem;align-items:stretch;border-radius:2px;border:1px solid rgba(34,36,38,.15);background:#fff;font-size:16px}.common-input-group:focus-within:after,.common-input-group:focus:after{content:"";position:absolute;inset:-1px;border:2px solid #0078d4;border-radius:2px;pointer-events:none}.common-input{width:100%;min-width:0;padding:0 .5rem;color:#323130;border:none;outline:0;background:none transparent;text-overflow:ellipsis}.common-input-label{display:block;font-size:14px;font-weight:600;padding:.3rem 0;overflow-wrap:break-word}.common-input-group .icon,.common-input-group .xicon,.common-input-group>i.fas,.common-input-group i.far{position:absolute;bottom:.3rem;right:.5rem;width:1.25rem;margin-right:0;line-height:1.25rem;pointer-events:none}.common-input-group>.common-button{color:#0078d4;padding:0;margin:0;border-radius:0}.common-input-group>.common-button:hover{color:#03213c}.common-input.has-icon{padding:0 1.75rem 0 .5rem}.common-input-wrapper.disabled .common-input-group{cursor:default;border:1px solid #f3f2f1;background:#f3f2f1}.common-input-wrapper.disabled .common-input,.common-input-wrapper.disabled .common-input-label,.common-input-wrapper.disabled i{color:#a19f9d}.common-input-attached-button{display:flex;flex-direction:row}.common-input-attached-button .common-input-wrapper{flex-grow:1}.common-input-attached-button .common-input-wrapper .common-input-group{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;height:3rem}.common-input-attached-button .common-button{border-top-left-radius:0;border-bottom-left-radius:0}.high-contrast .common-input{color:#fff;border-color:#fff;background-color:#000}.high-contrast .common-input-group:focus-within:after,.high-contrast .common-input-group:focus:after{border-color:#ff0}.common-lazy-image-wrapper{display:flex;justify-content:center;align-items:center}.common-lazy-image-wrapper .common-spinner{position:absolute;width:60px;height:60px;opacity:1;transition:opacity .3s ease}.common-lazy-image-wrapper i.fa-image{position:absolute;width:auto;height:auto;font-size:5rem;opacity:0}.common-lazy-image-wrapper img{opacity:0;transition:opacity .3s ease}.common-lazy-image-wrapper.loaded .common-spinner,.common-lazy-image-wrapper.loaded i.fa-image{opacity:0}.common-lazy-image-wrapper.loaded img{opacity:1}.common-lazy-image-wrapper.error .common-spinner{opacity:0}.common-lazy-image-wrapper.error i.fa-image{opacity:1}.common-lazy-image-wrapper.error img{opacity:0}.common-menu-dropdown{height:100%;position:relative}.common-menu-dropdown>.menu-button.expanded{background:rgba(0,0,0,.15)}.common-menu-dropdown-pane{position:absolute;right:0;width:12rem}.common-menu-dropdown-pane ul{list-style:none;margin:0;padding:0;background:#fff}.common-menu-dropdown-pane li{width:100%}.common-menu-dropdown-item{background:none;text-align:left;width:100%;margin:0;padding:1rem}.common-menu-dropdown-item.common-button:focus:after{outline:1px solid #605e5c}.high-contrast .common-menu-dropdown-pane{color:#fff;background-color:#000;border:1px solid #fff}.high-contrast .common-menu-dropdown-item:hover,.high-contrast .common-menu-dropdown>.menu-button.expanded{outline:2px solid #ff0;z-index:1}.common-modal-container{position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000}.common-modal-container.fullscreen{z-index:1000}.common-modal{width:50%;max-width:40rem;border-radius:.285rem;overflow:hidden}@media only screen and (max-width:767px){.common-modal{width:95%}}.common-modal-header{background-color:#fff;display:flex;font-size:1.2rem;font-weight:600;padding-left:1.5rem;border-bottom:1px solid rgba(34,36,38,.15);flex-shrink:0}.common-modal-header .common-modal-title{flex-grow:1;padding-top:1.25rem;padding-bottom:1.25rem}.common-modal-header .common-modal-close .common-button .fas{color:#333}.common-modal-body{background-color:#fff;min-height:4rem;padding:1.25rem 1.5rem}.common-modal-footer{background-color:#f9fafb;display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;border-top:1px solid rgba(34,36,38,.15)}.common-modal-footer button:only-child{grid-column:-2}.fullscreen>.common-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-width:none;padding:0;border-radius:0;display:flex;flex-direction:column}.fullscreen>.common-modal>.common-modal-header{background-color:#63c;color:#fff;margin-bottom:0}.fullscreen>.common-modal>.common-modal-header .common-modal-back,.fullscreen>.common-modal>.common-modal-header .common-modal-help{display:flex;align-items:center;font-size:1.2rem;font-weight:600}.fullscreen>.common-modal>.common-modal-header .common-modal-title{display:flex;justify-content:center;align-items:center}.fullscreen>.common-modal>.common-modal-body{flex-grow:1;background-color:#ecf0f1;padding:1rem;max-height:unset}.hc .common-modal-body,.hc .common-modal-footer,.hc .common-modal-header,.high-contrast .common-modal-body,.high-contrast .common-modal-footer,.high-contrast .common-modal-header{background-color:#000;color:#fff;border-color:#fff}.hc .common-modal-body .common-modal-close .common-button .fas,.hc .common-modal-footer .common-modal-close .common-button .fas,.hc .common-modal-header .common-modal-close .common-button .fas,.high-contrast .common-modal-body .common-modal-close .common-button .fas,.high-contrast .common-modal-footer .common-modal-close .common-button .fas,.high-contrast .common-modal-header .common-modal-close .common-button .fas{opacity:1;color:#fff}.hc .fullscreen>.common-modal>.common-modal-body,.hc .fullscreen>.common-modal>.common-modal-header,.high-contrast .fullscreen>.common-modal>.common-modal-body,.high-contrast .fullscreen>.common-modal>.common-modal-header{background-color:#000;color:#fff}.hc .common-modal,.high-contrast .common-modal{border:1px solid #fff}.common-radio-group.common-radio-buttons{display:flex;flex-direction:row}.common-radio-group.common-radio-buttons .common-radio-choice{position:relative;padding:0;background:#eaeaea;color:#333;border:1px solid #a6a6a6;width:2.5rem;height:2.5rem;display:flex;align-items:center}.common-radio-group.common-radio-buttons .common-radio-choice i{width:100%;margin:0}.common-radio-group.common-radio-buttons .common-radio-choice input{position:absolute;appearance:none;width:100%;height:100%;-webkit-appearance:none;border:none}.common-radio-group.common-radio-buttons .common-radio-choice.selected{background:#fff;color:#e63022}.common-spinner{box-sizing:border-box;border-radius:50%;border:1.5px solid #c7e0f4;border-top-color:#0078d4;border-image:initial;animation-name:spinner-rotate;animation-duration:1.3s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.53,.21,.29,.67);width:20px;height:20px}@keyframes spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.common-textarea-group{position:relative;display:flex;align-items:stretch;border-radius:2px;border:1px solid rgba(34,36,38,.15);background:#fff}.common-textarea-group:focus-within:after,.common-textarea-group:focus:after{content:"";position:absolute;inset:-1px;border:2px solid #0078d4;border-radius:2px;pointer-events:none}.common-textarea{width:100%;min-width:0;padding:.5rem;color:#323130;border:none;outline:0;background:none transparent;text-overflow:ellipsis;resize:none}.common-textarea.resize-both{resize:both}.common-textarea.resize-horizontal{resize:horizontal}.common-textarea.resize-vertical{resize:vertical}.common-textarea-label{display:block;font-size:14px;font-weight:600;padding:.3rem 0;overflow-wrap:break-word}.common-textarea-wrapper.disabled .common-textarea-group{cursor:default;border:1px solid #f3f2f1;background:#f3f2f1}.high-contrast .common-textarea{color:#fff;border-color:#fff;background-color:#000}.high-contrast .common-textarea-group:focus-within:after,.high-contrast .common-textarea-group:focus:after{border-color:#ff0}@media only screen and (min-width:only screen and (max-width:420px)){.mobile-portrait-only{display:none!important}}@media only screen and (max-width:767px){.mobile-portrait-hidden{display:none!important}}@media only screen and (min-width:768px){.mobile-only{display:none!important}}@media only screen and (max-width:767px){.mobile-hidden{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.tablet-hidden{display:none!important}}@media only screen and (max-width:767px){.tablet-only{display:none!important}}@media only screen and (min-width:992px){.tablet-only{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.computer-hidden{display:none!important}}@media only screen and (max-width:991px){.computer-only{display:none!important}}@media only screen and (min-width:1200px){.computer-only{display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.large-monitor-hidden{display:none!important}}@media only screen and (max-width:1199px){.large-monitor-only{display:none!important}}@media only screen and (min-width:1920px){.large-monitor-only,.widescreen-hidden{display:none!important}}@media only screen and (max-width:1919px){.widescreen-only{display:none!important}}@media only screen and (min-width:992px){.desktop-hidden,.portrait-only{display:none!important}}@media only screen and (max-width:991px){.desktop-only,.portrait-hidden{display:none!important}}
1
+ .user-profile{display:flex;flex-direction:row;height:100%;--header-text-color:#000;--profile-portrait-border-color:#fff;--profile-username-color:#999;--background-color:#fef3e0;--avatar-initials-background-color:#028b9b;--avatar-initials-text-color:#fff;--user-pane-border-color:#e4dbca;--notification-background-color:#fff;--notification-icon-background-color:#fff;--notification-icon-color:#000;--badge-list-subtitle-color:#aba9a5;--body-font-family:"Share Tech Mono",Monaco,Menlo,"Ubuntu Mono",Consolas,source-code-pro,monospace}.profile-user-pane{display:flex;flex-direction:column;width:25%;padding:1rem;border-right:1px solid var(--user-pane-border-color);height:100%;min-width:20rem}.profile-portrait{border-radius:50%;overflow:hidden;height:12rem;width:12rem;position:relative;border:2px solid var(--profile-portrait-border-color);align-self:center;margin-bottom:1.5rem}.profile-portrait img{width:110%;height:110%;position:absolute;left:-5%;top:-5%}.profile-user-details{text-align:center;margin-bottom:3rem}.profile-display-name{font-size:1.5rem;color:var(--header-text-color);text-transform:uppercase;font-weight:900;margin-bottom:.5rem}.profile-username{font-size:1rem;color:var(--profile-username-color)}.profile-spacer{flex-grow:1}.profile-email{display:flex;padding-bottom:1rem}.profile-email .checkbox{cursor:pointer;padding-right:1rem}.profile-actions{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.profile-actions a{flex-grow:1;font-size:14px}.profile-actions .ui.button{width:50%}.profile-actions .ui.button i.icon{margin-right:1.5rem!important}.profile-notification{width:100%;border:1px solid #000;position:relative;border-radius:1rem;padding:2rem 1rem 1rem;background:var(--notification-background-color);display:flex;flex-direction:column}.profile-notification .profile-notification-title{font-weight:900;text-align:center;margin-bottom:1rem}.profile-notification .profile-notification-message{margin-bottom:1rem}.profile-notification .profile-notification-icon{width:3.25rem;height:3.25rem;border:1px solid #000;border-radius:50%;position:absolute;top:-1.625rem;left:calc(50% - 1.625rem);color:var(--notification-icon-color);background:var(--notification-icon-background-color)}.profile-notification .profile-notification-icon i.circular.icon{box-shadow:none}.profile-badge-subtitle{font-style:italic;color:var(--badge-list-subtitle-color)}.profile-badge-list{flex-grow:1;height:100%;display:flex;flex-direction:column;padding:1rem}.profile-badges-scroller{flex-grow:1;overflow-y:auto;overflow-x:hidden;position:relative;z-index:1}.profile-badges,.profile-badges-background{background-repeat:repeat;min-height:100%;background-size:20%;display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:12rem;align-items:center}.profile-badges-background{z-index:-1}.profile-badges-background .profile-badge,.profile-badges .profile-badge{position:relative;aspect-ratio:1;background-color:var(--background-color)}.profile-badges-background .profile-badge img,.profile-badges .profile-badge img{height:100%;width:100%;display:inline;position:absolute;object-fit:contain}.profile-badge.disabled i.ui.icon{line-height:1;vertical-align:middle;font-size:4em;width:100%;z-index:1;position:absolute}.placeholder-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='3' opacity='.1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;opacity:.3;aspect-ratio:1}.profile-badges-background-container{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.profile-badge-title{text-transform:uppercase;font-weight:900;font-size:1.5rem;margin-right:1rem;color:var(--header-text-color)}.profile-badge-header{margin-left:1rem;margin-bottom:1rem}.profile-badge-info-item{margin-top:1rem;display:flex}.profile-badge-info-header{text-transform:uppercase;font-weight:900;width:20%;color:var(--header-text-color)}.profile-badge-info-image .profile-badge{text-align:center}.profile-badge-info-image .profile-badge img{display:inline;height:15rem;object-fit:contain}.profile-badge{display:flex;flex-direction:column;justify-content:center;align-content:center;position:relative;height:100%}.profile-badge.clickable{cursor:pointer}.profile-badge-and-title{display:flex;flex-direction:column;max-height:100%;height:100%;background-color:var(--background-color);z-index:2;overflow:hidden}.profile-badge-and-title .profile-badge{margin-bottom:1rem;flex-shrink:1000}.profile-badge-name{font-size:1rem;text-overflow:ellipsis;white-space:nowrap;width:100%;margin-right:0;text-align:center;color:var(--header-text-color);overflow:hidden}.profile-initials-portrait{font-size:8rem;text-align:center;display:flex;align-items:center;justify-content:center;height:100%;color:var(--avatar-initials-text-color);background-color:var(--avatar-initials-background-color)}.ui.icon.button.sign-out{font-family:var(--body-font-family)}.common-checkbox.loading input{opacity:0}.common-checkbox.loading .common-spinner{display:inline-block;position:absolute;left:0}.high-contrast .profile-badge-and-title,.high-contrast .profile-badge-subtitle,.high-contrast .profile-badges-background .profile-badge,.high-contrast .profile-badges .profile-badge,.high-contrast .profile-initials-portrait,.high-contrast .profile-username{color:#fff;background-color:#000}.high-contrast .profile-badge.clickable:hover{outline:2px solid #ff0}@media only screen and (max-width:1199px){.profile-badges,.profile-badges-background{background-size:25%;grid-template-columns:repeat(4,1fr);grid-auto-rows:12rem}}@media only screen and (max-width:991px){.profile-badges,.profile-badges-background{background-size:33%;grid-template-columns:repeat(3,1fr);grid-auto-rows:12rem}}.sharedialog.fullscreen.common-modal-container>.common-modal>.common-modal-body{padding:0}.project-share{display:flex;height:100%}.project-share-simulator{flex:1;height:100%;background-color:#fdfdff}.project-share-simulator #shareLoanedSimulator{position:relative;top:50%;transform:translateY(-50%)}.project-share-simulator .simframe{padding-bottom:56.25%!important}.project-share-info{display:flex;flex-direction:column;justify-content:center;flex:1}.project-share-info>div{margin-bottom:1rem;flex-shrink:0}.project-share-title{display:flex}.project-share-title h2{flex:1;margin:0}#project-share-dropdown{color:#63c}.project-share-thumbnail{display:flex;flex-direction:column}.project-share-thumbnail .project-thumbnail-placeholder,.project-share-thumbnail img{margin:.3rem 0;width:15rem;height:11.25rem;background-color:rgba(0,0,0,.05)}.fullscreen .project-share>div{padding:2rem}.fullscreen .project-share-info{flex:unset;width:28rem}.share-publish-button{height:3rem}.share-publish-button .common-spinner{display:inline-block}.project-share-actions{display:flex;margin-top:1rem;position:relative;margin-bottom:2rem}.project-share-actions .common-button{margin-right:1rem}.project-share-text{margin-bottom:1rem}.common-button.menu-button.project-qrcode{position:absolute;right:0;height:6rem;padding:.5rem;top:-.5rem}.common-button.menu-button.project-qrcode img{height:5rem}.common-button.menu-button.project-qrcode:focus:after{outline:1px solid #605e5c}.project-share-data .common-input-attached-button .common-button{width:10rem;padding:.8rem 1rem .95rem}.qrcode-image{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.qrcode-modal-body{display:flex;align-items:center;justify-content:center}.qrcode-modal-body .qrcode-image{height:20rem}.gif-recorder{position:absolute;display:flex;flex-direction:column;align-items:center;bottom:0;left:calc(50vw - 12.5rem);padding:1rem;transform:translateX(-50%);background:#fff;border:#3891a6;border-radius:.2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana}.gif-recorder-label,.thumbnail-label{margin-bottom:.5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana}.gif-recorder-actions{display:flex}.thumbnail-image,.thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:24.5rem;height:18.375rem}.common-extension-card{background-color:#fff}.common-extension-card .common-card-body{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:center}.common-extension-card .common-extension-card-title{font-weight:600;font-size:18px;padding:.5rem 1rem .25rem;text-overflow:ellipsis;overflow:hidden;flex-shrink:0}.common-extension-card .common-extension-card-description{flex-grow:1;padding-left:1rem;padding-right:1rem;font-size:16px;overflow:hidden}.common-extension-card .common-extension-card-description div{text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.common-extension-card img{width:100%;height:11rem;object-fit:cover;flex-shrink:0}.common-extension-card .common-extension-card-extra-content{padding:.5rem 1rem;background:#fff;margin:0;border-radius:0;border-top:1px solid rgba(34,36,38,.15);flex-shrink:0;font-size:16px;color:rgba(0,0,0,.55);overflow:hidden;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.common-extension-card .common-button.link-button{float:right}.common-extension-card .common-extension-card-contents{display:flex;flex-direction:column;height:100%;width:100%;opacity:1;transition:opacity .3s ease}.common-extension-card .common-spinner{opacity:0;transition:opacity .3s ease;position:absolute;width:60px;height:60px}.common-extension-card.loading .common-extension-card-contents{opacity:0}.common-extension-card.loading .common-spinner{opacity:1}.common-button,.common-radio-group.common-radio-buttons .common-radio-choice{cursor:pointer;position:relative;display:inline-block;min-height:1rem;outline:none;border:none;vertical-align:middle;color:#323130;background:#fff;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0 .25rem 0 0;padding:.8rem 2rem .95rem;text-transform:none;text-shadow:none;font-weight:400;line-height:1em;font-style:normal;font-size:16px;text-align:center;text-decoration:none;border-radius:.2em;user-select:none;transition:opacity .1s ease,background-color .1s ease,box-shadow .1s ease,color .1s ease,background .1s ease;-webkit-tap-highlight-color:transparent}.common-button:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-button .right{margin-left:.5rem}.common-button-flex{white-space:nowrap}.common-button.primary{background:#63c;color:#fff;border:1px solid #63c}.common-button.secondary{background:rgba(0,0,0,.55);color:#fff;border:1px solid rgba(0,0,0,.55)}.common-button.teal{background:#3891a6;color:#fff;border:1px solid #3891a6}.common-button.orange{background:#ff8b27;color:#fff;border:1px solid #ff8b27}.common-button.red{background:#e41b21;color:#fff;border:1px solid #e41b21}.common-button.green{background:#107c10;color:#fff;border:1px solid #107c10}.common-button.gray,.common-button.grey{background:#e0e1e2;color:#323130;border:1px solid #e0e1e2}.common-button.primary.inverted{background:#fff;color:#63c}.common-button.teal.inverted{background:#fff;color:#3891a6}.common-button.orange.inverted{background:#fff;color:#ff8b27}.common-button.red.inverted{background:#fff;color:#e41b21}.common-button.green.inverted{background:#fff;color:#107c10}.common-button.disabled:hover{filter:none}.common-button.disabled,.common-button.disabled.green,.common-button.disabled.green.inverted,.common-button.disabled.orange,.common-button.disabled.orange.inverted,.common-button.disabled.primary,.common-button.disabled.primary.inverted,.common-button.disabled.red,.common-button.disabled.red.inverted,.common-button.disabled.secondary,.common-button.disabled.secondary.inverted,.common-button.disabled.teal,.common-button.disabled.teal.inverted{cursor:default;background-color:#f3f2f1;color:#323130;border:#f3f2f1}.common-button:focus:after{content:"";position:absolute;inset:4px;border:1px solid transparent;outline:1px solid #605e5c;z-index:1;border-radius:.2em}.common-button.discourse:focus:after,.common-button.facebook:focus:after,.common-button.green:focus:after,.common-button.menu-button:focus:after,.common-button.orange:focus:after,.common-button.primary:focus:after,.common-button.red:focus:after,.common-button.secondary:focus:after,.common-button.teal:focus:after,.common-button.twitter:focus:after{outline:1px solid #fff}.common-button.inverted:focus:after{outline:1px solid #605e5c}.common-button.menu-button{background:none;border:none;color:#fff;height:100%;padding:0 1rem;margin:0;border-radius:0;font-size:20px}.common-button.menu-button .icon,.common-button.menu-button .xicon,.common-button.menu-button i.far,.common-button.menu-button i.fas{font-size:24px}.common-button.menu-button:hover{background:rgba(0,0,0,.1)}.common-button.menu-button:active{background:rgba(0,0,0,.15)}.common-button.menu-button.inverted,.common-button.menu-button.inverted:hover{background:#fff;color:#63c}.common-button.link-button{background:none;border:none;padding:0;color:#3977b4}.common-button.link-button:hover{text-decoration:underline}.common-button.link-button:focus,.common-button.link-button:focus:after{outline:none;border:none;text-decoration:underline}.common-button.circle-button{width:3rem;height:3rem;overflow:hidden;padding:0;border-radius:2rem}.common-button.circle-button i,.common-button.circle-button i.far,.common-button.circle-button i.fas{margin:0}.common-button.circle-button:focus:after{border-radius:2rem}.common-button.facebook{background:#4267b2;color:#fff}.common-button.twitter{background:#1da1f2;color:#fff}.common-button.device-share,.common-button.discourse{background:#333;color:#fff}.hc .common-button,.high-contrast .common-button{color:#fff!important;background:#000!important;border-color:#fff!important}.hc .common-button:focus,.hc .common-button:hover,.high-contrast .common-button:focus,.high-contrast .common-button:hover{outline:2px solid #ff0!important;z-index:1}.common-card{width:18rem;height:20rem;border-radius:.5rem;border:1px solid rgba(34,36,38,.15);transition:border .1s ease;position:relative}.common-card .common-card-body{overflow:hidden;border-radius:.5rem}.common-card[role=button]{cursor:pointer}.common-card[role=button]:hover{border:1px solid #0078d4}.common-card-label{color:#fff;background-color:#ff8b27;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;position:absolute;top:1rem;right:-1rem;padding:.5rem .5rem .25rem;min-width:5rem;font-size:16px;border-color:#f37000}.common-card-label:after{position:absolute;content:"";top:100%;left:auto;right:0;background-color:transparent;border-color:transparent;border-style:solid;border-width:1.2em 1.2em 0 0;border-top-color:inherit;width:0;height:0}.common-checkbox{position:relative;padding:.25rem}.common-checkbox input{margin-right:.5rem}.common-checkbox:focus-within{outline:1px solid #605e5c;border-radius:.2em}.high-contrast .common-checkbox:focus-within,.high-contrast .common-checkbox:hover{outline:2px solid #ff0}.common-draggable-graph-text{user-select:none;color:#323130}.draggable-graph-point{fill:#fff}.draggable-graph-path{stroke:#e63022}.draggable-graph-surface{cursor:pointer}.draggable-graph-svg{touch-action:none}.common-dropdown{position:relative;width:fit-content}.common-dropdown>.common-button{display:block;box-sizing:border-box;color:#323130;background-color:#fff;border:1px solid rgba(34,36,38,.15);min-width:10rem;border-radius:2px;padding:0 28px 0 8px;margin:0;height:32px;line-height:30px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.common-dropdown>.common-button>.common-button-flex>i.right{position:absolute;right:0}.common-dropdown>.common-button:focus:after{outline:none}.common-dropdown>.common-button:focus{border:1px solid #0078d4}.common-dropdown .common-button>.common-button-flex>i:first-child{margin-right:.5rem}.common-dropdown>.common-menu-dropdown-pane{width:unset;right:unset;min-width:100%;left:0;z-index:1}.common-dropdown>.common-menu-dropdown-pane li .common-button{text-align:left;width:100%;padding-left:.5rem}.common-dropdown.hang-left>.common-menu-dropdown-pane{left:unset;right:0}.common-dropdown-shadow{box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.13),0 .6px 1.8px 0 rgba(0,0,0,.11)}.common-dropdown.icon-preview>.common-button{min-width:unset}.common-dropdown.icon-preview>.common-button .common-button-label{display:none}.common-video{width:100%;height:auto}.common-editor-toggle-outer{position:relative}.common-editor-toggle{position:relative;border-radius:.2rem;border:3px solid rgba(52,73,94,.2);background:rgba(52,73,94,.4);display:flex;flex-direction:row}.common-editor-toggle.slim .common-editor-toggle-item>.common-button{padding:.6rem 2rem .75rem}.common-editor-toggle-item{z-index:1;flex:3}.common-editor-toggle-item .common-menu-dropdown{flex:4}.common-editor-toggle-item .common-menu-dropdown>.common-button{padding:0;width:100%;border-left:1px solid rgba(52,73,94,.2);border-right:1px solid rgba(52,73,94,.2)}.common-editor-toggle-item .common-menu-dropdown .common-menu-dropdown-pane{border-top:1px solid rgba(52,73,94,.2)}.common-editor-toggle-item>.common-button{background:none;color:#fff;transition:color .25s;margin:0;width:100%}.common-editor-toggle-item .common-button:focus:after{outline:none}.common-editor-toggle-item.common-editor-toggle-item-dropdown{display:grid;grid-template-columns:3fr 1fr;flex:4}.common-editor-toggle-item.selected .common-menu-dropdown{text-align:center}.common-editor-toggle-item.selected .common-menu-dropdown>.common-button{border-right:none;color:#323130}.common-editor-toggle-item.selected>.common-button{color:#323130}.common-editor-toggle-handle{position:absolute;background:#fff;width:33%;height:100%;transition:margin-left .25s,width .25s;border-radius:.2rem;margin-left:-3px}.common-editor-toggle .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:50%}.common-editor-toggle .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle .common-editor-toggle-item:first-of-type.selected~.common-editor-toggle-handle{margin-left:0}.common-editor-toggle .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:55}.common-editor-toggle.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:45}.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:45%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:55%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:55%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:45%}.common-editor-toggle.has-dropdown .common-editor-toggle-handle{width:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:40%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-left:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-left:60%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:40%}.common-editor-toggle.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle,.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:70%}.common-toggle-accessibility{position:absolute;z-index:2;width:0;height:0;left:0;background:#fff}.common-toggle-accessibility .common-button{width:0;height:0;min-height:0;overflow:hidden;padding:0;position:absolute;top:0;left:0}.common-toggle-accessibility .common-button:focus{width:100%;height:100%}.common-toggle-accessibility:focus-within{width:100%;height:100%}@media only screen and (max-width:991px){.common-editor-toggle.tablet-compact>.common-editor-toggle-item>.common-button{padding-left:.5rem;padding-right:.5rem}.common-editor-toggle.tablet-compact>.common-editor-toggle-item>.common-button:not(.no-icon) .common-button-label{display:none}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item{flex:25}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown{flex:50;display:grid;grid-template-columns:1fr 1fr}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-handle{width:25%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:50%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:67}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:33}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:33%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:67%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:25%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}}@media only screen and (max-width:767px){.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button{padding-left:.5rem;padding-right:.5rem}.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button:not(.no-icon) .common-button-label{display:none}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item{flex:25}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown{flex:50;display:grid;grid-template-columns:1fr 1fr}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-handle{width:25%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:50%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:67}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:33}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:33%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:67%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:25%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}}i.far,i.fas{margin:0 .25rem 0 0;text-align:center;width:1.81rem;line-height:inherit;font-size:18px}i.far.large,i.fas.large{font-size:24px}.common-input-group{position:relative;display:flex;height:2rem;align-items:stretch;border-radius:2px;border:1px solid rgba(34,36,38,.15);background:#fff;font-size:16px}.common-input-group:focus-within:after,.common-input-group:focus:after{content:"";position:absolute;inset:-1px;border:2px solid #0078d4;border-radius:2px;pointer-events:none}.common-input{width:100%;min-width:0;padding:0 .5rem;color:#323130;border:none;outline:0;background:none transparent;text-overflow:ellipsis}.common-input-label{display:block;font-size:14px;font-weight:600;padding:.3rem 0;overflow-wrap:break-word}.common-input-group .icon,.common-input-group .xicon,.common-input-group>i.fas,.common-input-group i.far{position:absolute;bottom:.3rem;right:.5rem;width:1.25rem;margin-right:0;line-height:1.25rem;pointer-events:none}.common-input-group>.common-button{color:#0078d4;padding:0;margin:0;border-radius:0}.common-input-group>.common-button:hover{color:#03213c}.common-input.has-icon{padding:0 1.75rem 0 .5rem}.common-input-wrapper.disabled .common-input-group{cursor:default;border:1px solid #f3f2f1;background:#f3f2f1}.common-input-wrapper.disabled .common-input,.common-input-wrapper.disabled .common-input-label,.common-input-wrapper.disabled i{color:#a19f9d}.common-input-attached-button{display:flex;flex-direction:row}.common-input-attached-button .common-input-wrapper{flex-grow:1}.common-input-attached-button .common-input-wrapper .common-input-group{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;height:3rem}.common-input-attached-button .common-button{border-top-left-radius:0;border-bottom-left-radius:0}.high-contrast .common-input{color:#fff;border-color:#fff;background-color:#000}.high-contrast .common-input-group:focus-within:after,.high-contrast .common-input-group:focus:after{border-color:#ff0}.common-lazy-image-wrapper{display:flex;justify-content:center;align-items:center}.common-lazy-image-wrapper .common-spinner{position:absolute;width:60px;height:60px;opacity:1;transition:opacity .3s ease}.common-lazy-image-wrapper i.fa-image{position:absolute;width:auto;height:auto;font-size:5rem;opacity:0}.common-lazy-image-wrapper img{opacity:0;transition:opacity .3s ease}.common-lazy-image-wrapper.loaded .common-spinner,.common-lazy-image-wrapper.loaded i.fa-image{opacity:0}.common-lazy-image-wrapper.loaded img{opacity:1}.common-lazy-image-wrapper.error .common-spinner{opacity:0}.common-lazy-image-wrapper.error i.fa-image{opacity:1}.common-lazy-image-wrapper.error img{opacity:0}.common-menu-dropdown{height:100%;position:relative}.common-menu-dropdown>.menu-button.expanded{background:rgba(0,0,0,.15)}.common-menu-dropdown-pane{position:absolute;right:0;width:12rem}.common-menu-dropdown-pane ul{list-style:none;margin:0;padding:0;background:#fff}.common-menu-dropdown-pane li{width:100%}.common-menu-dropdown-item{background:none;text-align:left;width:100%;margin:0;padding:1rem}.common-menu-dropdown-item.common-button:focus:after{outline:1px solid #605e5c}.high-contrast .common-menu-dropdown-pane{color:#fff;background-color:#000;border:1px solid #fff}.high-contrast .common-menu-dropdown-item:hover,.high-contrast .common-menu-dropdown>.menu-button.expanded{outline:2px solid #ff0;z-index:1}.common-modal-container{position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000}.common-modal-container.fullscreen{z-index:1000}.common-modal{width:50%;max-width:40rem;border-radius:.285rem;overflow:hidden}@media only screen and (max-width:767px){.common-modal{width:95%}}.common-modal-header{background-color:#fff;display:flex;font-size:1.2rem;font-weight:600;padding-left:1.5rem;border-bottom:1px solid rgba(34,36,38,.15);flex-shrink:0}.common-modal-header .common-modal-title{flex-grow:1;padding-top:1.25rem;padding-bottom:1.25rem}.common-modal-header .common-modal-close .common-button .fas{color:#333}.common-modal-body{background-color:#fff;min-height:4rem;padding:1.25rem 1.5rem}.common-modal-footer{background-color:#f9fafb;display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;border-top:1px solid rgba(34,36,38,.15)}.common-modal-footer button:only-child{grid-column:-2}.fullscreen>.common-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-width:none;padding:0;border-radius:0;display:flex;flex-direction:column}.fullscreen>.common-modal>.common-modal-header{background-color:#63c;color:#fff;margin-bottom:0}.fullscreen>.common-modal>.common-modal-header .common-modal-back,.fullscreen>.common-modal>.common-modal-header .common-modal-help{display:flex;align-items:center;font-size:1.2rem;font-weight:600}.fullscreen>.common-modal>.common-modal-header .common-modal-title{display:flex;justify-content:center;align-items:center}.fullscreen>.common-modal>.common-modal-body{flex-grow:1;background-color:#ecf0f1;padding:1rem;max-height:unset}.hc .common-modal-body,.hc .common-modal-footer,.hc .common-modal-header,.high-contrast .common-modal-body,.high-contrast .common-modal-footer,.high-contrast .common-modal-header{background-color:#000;color:#fff;border-color:#fff}.hc .common-modal-body .common-modal-close .common-button .fas,.hc .common-modal-footer .common-modal-close .common-button .fas,.hc .common-modal-header .common-modal-close .common-button .fas,.high-contrast .common-modal-body .common-modal-close .common-button .fas,.high-contrast .common-modal-footer .common-modal-close .common-button .fas,.high-contrast .common-modal-header .common-modal-close .common-button .fas{opacity:1;color:#fff}.hc .fullscreen>.common-modal>.common-modal-body,.hc .fullscreen>.common-modal>.common-modal-header,.high-contrast .fullscreen>.common-modal>.common-modal-body,.high-contrast .fullscreen>.common-modal>.common-modal-header{background-color:#000;color:#fff}.hc .common-modal,.high-contrast .common-modal{border:1px solid #fff}.common-radio-group.common-radio-buttons{display:flex;flex-direction:row}.common-radio-group.common-radio-buttons .common-radio-choice{position:relative;padding:0;background:#eaeaea;color:#333;border:1px solid #a6a6a6;width:2.5rem;height:2.5rem;display:flex;align-items:center}.common-radio-group.common-radio-buttons .common-radio-choice i{width:100%;margin:0}.common-radio-group.common-radio-buttons .common-radio-choice input{position:absolute;appearance:none;width:100%;height:100%;-webkit-appearance:none;border:none}.common-radio-group.common-radio-buttons .common-radio-choice.selected{background:#fff;color:#e63022}.common-spinner{box-sizing:border-box;border-radius:50%;border:1.5px solid #c7e0f4;border-top-color:#0078d4;border-image:initial;animation-name:spinner-rotate;animation-duration:1.3s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.53,.21,.29,.67);width:20px;height:20px}@keyframes spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.common-textarea-group{position:relative;display:flex;align-items:stretch;border-radius:2px;border:1px solid rgba(34,36,38,.15);background:#fff}.common-textarea-group:focus-within:after,.common-textarea-group:focus:after{content:"";position:absolute;inset:-1px;border:2px solid #0078d4;border-radius:2px;pointer-events:none}.common-textarea{width:100%;min-width:0;padding:.5rem;color:#323130;border:none;outline:0;background:none transparent;text-overflow:ellipsis;resize:none}.common-textarea.resize-both{resize:both}.common-textarea.resize-horizontal{resize:horizontal}.common-textarea.resize-vertical{resize:vertical}.common-textarea-label{display:block;font-size:14px;font-weight:600;padding:.3rem 0;overflow-wrap:break-word}.common-textarea-wrapper.disabled .common-textarea-group{cursor:default;border:1px solid #f3f2f1;background:#f3f2f1}.high-contrast .common-textarea{color:#fff;border-color:#fff;background-color:#000}.high-contrast .common-textarea-group:focus-within:after,.high-contrast .common-textarea-group:focus:after{border-color:#ff0}@media only screen and (min-width:only screen and (max-width:420px)){.mobile-portrait-only{display:none!important}}@media only screen and (max-width:767px){.mobile-portrait-hidden{display:none!important}}@media only screen and (min-width:768px){.mobile-only{display:none!important}}@media only screen and (max-width:767px){.mobile-hidden{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.tablet-hidden{display:none!important}}@media only screen and (max-width:767px){.tablet-only{display:none!important}}@media only screen and (min-width:992px){.tablet-only{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.computer-hidden{display:none!important}}@media only screen and (max-width:991px){.computer-only{display:none!important}}@media only screen and (min-width:1200px){.computer-only{display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.large-monitor-hidden{display:none!important}}@media only screen and (max-width:1199px){.large-monitor-only{display:none!important}}@media only screen and (min-width:1920px){.large-monitor-only,.widescreen-hidden{display:none!important}}@media only screen and (max-width:1919px){.widescreen-only{display:none!important}}@media only screen and (min-width:992px){.desktop-hidden,.portrait-only{display:none!important}}@media only screen and (max-width:991px){.desktop-only,.portrait-hidden{display:none!important}}
2
2
  /*!
3
3
  * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
4
4
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
@@ -1 +1 @@
1
- .blocklyDropDownContent .blocklyPianoDiv{position:relative;touch-action:none}.blocklyDropDownContent .blocklyNote{border:.5px solid;cursor:pointer;display:inline-block;position:absolute;top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#fff;z-index:1000}.blocklyDropDownContent .blocklyNote.black{background-color:#000;z-index:1001}.blocklyDropDownContent .blocklyNote:hover{background-color:#ff0!important}.blocklyDropDownContent .blocklyNote.selected{background-color:#9acd32!important}.blocklyDropDownContent .blocklyNoteLabel{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:12pt}.blocklyDropDownContent .blocklyNoteLabel,.blocklyDropDownContent .blocklyNotePrevNext{border:.5px solid;color:#fff;display:inline-block;line-height:normal;position:absolute;text-align:center}.blocklyDropDownContent .blocklyNotePrevNext{border-top:0;cursor:pointer;font-weight:700}.blocklyDropDownContent .blocklyDropdownTextLabel{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:70px;display:inline-block;color:#fff;font-size:12px}.blocklyGridPickerTooltip{z-index:994}.blocklyGridPickerPadder{box-shadow:0 0 8px 1px rgba(0,0,0,.3)}.blocklyWidgetDiv .blocklyGridPickerRow{display:table-row}.blocklyWidgetDiv .blocklyGridPickerMenu{display:table;outline:none;border-spacing:7px}.blocklyGridPickerScroller{padding:4px;-webkit-overflow-scrolling:touch}.blocklyGridPickerPadder,.blocklyGridPickerScroller{outline:none;border-radius:4px;position:relative}.blocklyGridPickerPadder .ui.input i.search.icon{margin-top:-.2rem}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem{background:#fff;cursor:pointer;min-width:unset}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-highlight,.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-hover{background:#d6e9f8;box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option{border:1px solid #000;border-radius:4px;color:#fff;font-size:12pt;font-weight:700;display:table-cell;padding:8px;text-align:center;vertical-align:top;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-content{color:#fff}.blocklyWidgetDiv .blocklyGridPickerMenu .floatLeft{float:right}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option.goog-option-selected{position:relative}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem .goog-menuitem-checkbox{display:none}.blocklyGridPickerTooltip{z-index:995}.blocklyGridPickerSelectedBar{display:flex;padding-top:5px;justify-content:space-between}.blocklyGridPickerSelectedImage{padding:3px;display:inline-block;vertical-align:middle}.ui.input input.blocklyGridPickerSearchBar{background:none;border:none;color:#fff}.ui.input input.blocklyGridPickerSearchBar::placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar::-webkit-input-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar::-moz-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar:-ms-input-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar:-moz-placeholder{color:#fff}.blocklyToggle{transition:transform 1s}.blocklyToggle .blocklyToggleCircle,.blocklyToggle .blocklyToggleRect{stroke-width:1px;stroke:grey;stroke-opacity:.4}.blocklyToggle.blocklyToggleOn .blocklyToggleCircle,.blocklyToggle.blocklyToggleOn .blocklyToggleRect{fill:#4ddc64}.blocklyToggle.blocklyToggleOff .blocklyToggleCircle,.blocklyToggle.blocklyToggleOff .blocklyToggleRect{fill:#95a5a6}.blocklyToggle.blocklyToggleOnBreakpoint polygon{fill:#e80d00;stroke:#fff;stroke-width:12px!important;stroke-linecap:round;stroke-opacity:1;cursor:pointer}.blocklyToggle.blocklyToggleOffBreakpoint polygon{fill:#333;stroke:0;cursor:pointer}.blocklyToggle~.blocklyText.blocklyToggleText{font-size:10pt;cursor:pointer}.blocklyToggle.blocklyToggleOff~.blocklyText.blocklyToggleText{fill:#fff}.blocklyDropDownDiv .rgbColorPicker>tr>td{height:40px;width:40px}.blocklyDropDownDiv .blocklyFieldSliderReadout .blocklyColorReadout{height:20px;width:25px;border-radius:10px;display:inline-block;vertical-align:middle}#custom-content .blocklyLightboxDiv{position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.55);z-index:993}.blocklyCanvasOverlayOuter{padding:.5rem;margin:.1rem;background:#249ca3;border:2px solid #249ca3;border-top-right-radius:1rem;border-top-left-radius:1rem;border-bottom-right-radius:0}.blocklyCanvasOverlayDiv{cursor:none;background-color:hsla(0,0%,100%,.9);z-index:10000;position:relative;overflow:hidden;border:5px solid #333;clip-path:polygon(0 4px,4px 0,calc(100% - 2px) 0,100% 4px,100% calc(100% - 2px),calc(100% - 2px) 100%,4px 100%,0 calc(100% - 2px))}.blocklyCanvasOverlayDiv .cross-x,.blocklyCanvasOverlayDiv .cross-y{background-color:#575e75;position:absolute}.blocklyCanvasOverlayDiv .cross-x{width:100%;height:2px;z-index:10}.blocklyCanvasOverlayDiv .cross-y{width:2px;height:100%;z-index:10}.blocklyCanvasOverlayDiv .label{position:absolute;color:#575e75;font-size:100%;white-space:nowrap}.positionEyedropper{background:none;outline:none;width:100%;text-align:center;border:none;border-top:1px solid #ddd;padding-top:5px;cursor:pointer}.positionEyedropper:hover{background:#eee}.pixel-cell{shape-rendering:crispedges}.palette-selected{stroke:orange;stroke-width:2px}.palette-unselected{stroke:none}.sprite-editor-canvas{cursor:crosshair;z-index:1001;touch-action:none}.sprite-editor-canvas.sprite-editor-eyedropper{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M15.241 4.652L13.76 6.133l.835.835-3.085 3.085-.762-.762-5.168 5.17L1.984 16 .025 14.041l1.349-3.742 5.19-5.191-.645-.646 3.085-3.085.835.835L11.32.731c.431-.431 1-.678 1.616-.731h.461a2.835 2.835 0 011.77.802c1.082 1.084 1.114 2.81.074 3.85z' fill='%23f6f6f6'/%3E%3Cpath d='M9.467 7.932l.612.613-5.071 5.072-2.795 1.198-1.032-1.032 1.057-2.936L7.31 5.775l.585.585v.003l-4.356 4.356 1.569 1.569 4.355-4.356h.004zm4.995-6.422c-.667-.664-1.777-.729-2.435-.072L9.839 3.627l-.836-.835-.174.174-1.497 1.497 4.177 4.177 1.671-1.671-.835-.835 2.189-2.189c.658-.658.592-1.768-.072-2.435z' fill='%23424242'/%3E%3C/svg%3E") 2 16,copy}.sprite-canvas-controls{z-index:1000}#sprite-editor-palette .palette-swatch{cursor:pointer}.sprite-editor-dropdown.blocklyDropDownDiv{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50)}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowTop{background:#4b7bec}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowBottom{background:#2c3e50}#sprite-editor-header{z-index:1002;height:50px;width:inherit;position:absolute;top:0;right:0}#sprite-editor-header-controls{width:100%;height:100%}#sprite-editor-gallery-outer{overflow:hidden;position:absolute;z-index:1002;width:100%}#sprite-editor-gallery{overflow-y:scroll;width:100%;height:100%;background:#2c3e50}.sprite-editor-card{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23fff' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23dedede' d='M0 0h5v5H0zM5 5h5v5H5z'/%3E%3C/svg%3E")}.sprite-editor-icon{fill:#fff;font-family:Icons;font-size:19px}.sprite-editor-xicon{fill:#fff;font-family:xicon;font-size:19px}.sprite-editor-button{cursor:pointer}.sprite-editor-button-bg{fill:#525a5b}.sprite-editor-button-fg{fill:#7f8c8d}.sprite-editor-confirm-button .sprite-editor-button-bg{fill:#294da0}.sprite-editor-confirm-button .sprite-editor-button-fg{fill:#4b7bec}.sprite-editor-button.disabled{cursor:not-allowed}.sprite-editor-button.disabled .sprite-editor-button-bg,.sprite-editor-button.disabled .sprite-editor-button-fg{fill-opacity:.8}.sprite-editor-button:active:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:active:not(.disabled) .sprite-editor-button-fg{fill-opacity:1!important;transition:fill-opacity .1s}.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-fg{fill-opacity:.8;transition:fill-opacity .1s}.sprite-editor-button.selected{position:relative}.sprite-editor-button.selected .sprite-editor-button-fg{fill:#495353}.sprite-editor-text{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;user-select:none;cursor:auto}.sprite-editor-label{fill:#fff}.sprite-editor-dropdown-bg{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50);border-radius:4px;padding-top:4px;position:relative}.sprite-editor-glyph{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 4.411-3.589 8-8 8a2.803 2.803 0 01-2.8-2.8c0-.833.272-1.629.766-2.241a.596.596 0 00.101-.359.667.667 0 00-.667-.666.58.58 0 00-.358.102A3.584 3.584 0 012.8 10.8 2.803 2.803 0 010 8c0-4.411 3.589-8 8-8s8 3.589 8 8z' fill='%23f6f6f6'/%3E%3Cpath d='M5.4 7.933a2.67 2.67 0 012.667 2.666c0 .606-.193 1.179-.544 1.614a1.599 1.599 0 00-.323.987.8.8 0 00.8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.568 2.568 0 015.4 7.933z' fill='%23fff'/%3E%3Cpath d='M8 15c-.992 0-1.8-.808-1.8-1.8 0-.606.193-1.179.544-1.613.208-.259.323-.609.323-.987 0-.919-.748-1.666-1.667-1.666-.377 0-.728.115-.986.323A2.58 2.58 0 012.8 9.8C1.808 9.8 1 8.992 1 8c0-3.86 3.14-7 7-7 3.859 0 7 3.14 7 7 0 3.859-3.141 7-7 7zM5.4 7.933a2.67 2.67 0 012.667 2.666c0 .606-.193 1.179-.544 1.614a1.599 1.599 0 00-.323.987.8.8 0 00.8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.568 2.568 0 015.4 7.933z' fill='%23424242'/%3E%3Cpath d='M4.5 5.375a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23652d90'/%3E%3Cpath d='M7.125 3.625a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%231ba1e2'/%3E%3Cpath d='M10.625 4.5a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23393'/%3E%3Cpath d='M11.5 8a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23fc0'/%3E%3Cpath d='M9.75 10.625a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23e51400'/%3E%3C/svg%3E");background-position:50%;background-size:65%;background-repeat:no-repeat}.sprite-focus-hover{transition:all .15s ease-out;border-radius:50%}.sprite-focus-hover:hover{box-shadow:0 0 0 3px rgba(0,0,0,.35);-webkit-transform:scale(1.1);transform:scale(1.1)}.sprite-editor-glyph.sprite-focus-hover:hover{box-shadow:inset 0 0 0 2px rgba(0,0,0,.35)}.sprite-gallery-button{display:inline-block;float:right;padding:0;margin:4px;border-radius:4px;outline:none;border:1px solid;transition:box-shadow .1s;cursor:pointer}.sprite-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.sprite-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}.sprite-gallery-button>img{width:80%;height:80%;margin-top:5%;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.snippet-sprite-editor,.sprite-editor-snippet-container{height:503px;width:492px;overflow:hidden}.snippet-sprite-editor{max-height:503px;min-height:503px;max-width:492px;min-width:492px}#melody-toggle{margin:10px;text-align:center;float:center}#melody-editor-header-controls{height:40px}.melody-grid-div{margin:10px 20px 0;text-align:center;background-color:inherit}.cell{height:35px;width:35px;margin:1px}.melody-top-bar-div{padding:6px 0 0;float:center;text-align:center}.melody-editor-div{height:100%;background-color:#4f0643}.melody-content-div{max-height:550px;width:300px;padding:0;overflow:hidden}.melody-editor-dropdown{padding:0!important}#melody-editor-gallery-outer{overflow:hidden;position:absolute;z-index:1002;width:100%}#melody-editor-gallery{overflow-y:scroll;overflow-x:hidden;padding:.75rem;background:#4f0643;max-height:350px}.melody-gallery-button{text-align:center;display:flex;border-radius:4px;transition:box-shadow .1s;cursor:pointer;background-color:#dcdcdc;width:100%;margin-bottom:.75rem;height:2.75rem;line-height:2.5rem}.melody-gallery-button .melody-color-block{margin-top:.5rem}.melody-editor-button.left-button{flex-grow:1;border-radius:0 4px 4px 0;border-right:1px solid #fff;border-bottom:1px solid #fff;border-top:1px solid #fff;padding-right:.5rem;padding-left:.3rem}.melody-editor-button.right-button{min-width:2.75rem;padding-right:.3rem;border-radius:4px 0 0 4px;border:1px solid #fff;border-right-color:#4f0643}.melody-editor-button{background-color:#dcdcdc;color:#000;transition:color .1s,background-color .1s}.melody-editor-button:hover{background-color:#cacbcd;color:#000}.melody-editor-button.right-button .icon{opacity:.9}.melody-gallery-play-icon{float:right}.melody-confirm-button{float:left;margin:0!important;height:28px;width:70px;color:#fff;background-color:#e30fc0;border:none;border-radius:2px;-webkit-transition-duration:.1s;transition-duration:.1s;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.melody-confirm-button:hover{background-color:#9e0986;border:1px solid #e30fc0}.melody-confirm-button:focus{outline:none!important}.melody-editor-text{margin:0 3px;float:right;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:700;font-size:17px}.melody-editor-field-icon{fill:#fff;font-family:Icons;font-size:19px}.melody-icon{float:right;height:25px}.melody-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.melody-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}#melody-tempo-input{float:right;width:50px;height:28px;border-radius:2px;border:none;padding-right:5px;color:#1b1c1d}#melody-tempo-input:focus{outline:none!important}#melody-play-button{height:28px;width:120px;display:inline-block;color:#fff;background-color:#7f8c8d;border:none;border-radius:2px;-webkit-transition-duration:.1s;transition-duration:.1s}#melody-play-button:hover{background-color:#525a5b;border:1px solid #7f8c8d}#melody-play-button:focus{outline:none!important}.melody-bottom-bar-div{margin:7px 3px 0;padding:0 20px 20px;background-color:inherit;text-align:center}.melody-color-block{margin:4px 0 0 7px;float:left}.sliver{display:inline-block;width:9px;height:23px;margin:.5px;border:1px solid rgba(0,0,0,.2)}.left-edge{border-radius:0 5px 5px 0}.right-edge{border-radius:5px 0 0 5px}.melody-preview-button{float:left;height:35px;width:35px;padding:12px 11px!important}.melody-gallery-row{float:right}.melody-content-div .melody-red,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-red,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-red{fill:#a80000;background:#a80000}.melody-content-div .melody-orange,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-orange,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-orange{fill:#d83b01;background:#d83b01}.melody-content-div .melody-yellow,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-yellow,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-yellow{fill:#ffb900;background:#ffb900}.melody-content-div .melody-green,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-green,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-green{fill:#107c10;background:#107c10}.melody-content-div .melody-teal,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-teal,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-teal{fill:#008272;background:#008272}.melody-content-div .melody-blue,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-blue,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-blue{fill:#0078d7;background:#0078d7}.melody-content-div .melody-violet,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-violet,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-violet{fill:#b4009e;background:#b4009e}.melody-content-div .melody-purple,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-purple,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-purple{fill:#5c2d91;background:#5c2d91}.melody-content-div .melody-default,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-default,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-default{fill:#dcdcdc;background:#dcdcdc}.playing{fill-opacity:.7}svg.blocklySvg{background-color:#ecf0f1!important}#blocksEditor>div.loading,#maineditor{background:#ecf0f1}.blocksAndErrorList{display:flex;flex-direction:column;height:100%}.blocksEditorOuter{position:relative;display:inline-block;overflow:hidden;height:100%}#blocksEditor{position:absolute;width:100%;height:100%}#blocksEditor .injectionDiv svg{overflow:visible}#blocksEditor>div.loading{position:absolute;right:0;top:0;left:0;bottom:0;z-index:1;opacity:.7}.blocklyMainBackground{stroke:none!important}.rtl text.blocklyText{text-align:left}body.blocklyMinimalBody{min-width:0;overflow:initial}@supports (-ms-accelerator:true){.rtl .blocklyPreview{left:50%;right:auto}}.pxt-renderer.classic-theme .blocklyFlyoutButton text.blocklyText,.pxt-renderer.classic-theme text.blocklyFlyoutLabelText{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.pxt-renderer.classic-theme text.blocklyText.blocklyBoldText{font-weight:700}.pxt-renderer.classic-theme text.blocklyText.blocklyItalicizedText{font-style:italic}.pxt-renderer.classic-theme text.blocklyText.blocklyBoldItalicizedText{font-weight:700;font-style:italic}.pxt-renderer.classic-theme .blocklyEditableText>text.semanticIcon{fill:#fff;font-family:Icons;font-size:19px}.pxt-renderer.classic-theme .blocklyEditableText>text.semanticIcon.inverted{fill:#000}.blocklyGreyExpressionBlockText{color:#fff}.blocklyTreeIcon{visibility:visible}.blocklyTreeIcon.blocklyTreeIconserial{font-family:brand-icons}i.icon.blocklyTreeButton{float:left;line-height:40px;color:grey;opacity:0;transition-property:opacity;transition-duration:.5s}.blocklyTreeRow:hover i.icon.blocklyTreeButton{opacity:1}.blocklyFlyoutButton{fill:transparent!important}.blocklyFlyoutButton:hover{fill:rgba(0,0,0,.55)!important}.blocklyFlyoutButtonBackground{stroke:rgba(0,0,0,.55)!important;stroke-width:3px!important}.blocklyFlyoutButton .blocklyText{fill:#fff!important}.blocklyFlyoutButtonShadow{fill:none!important}.blocklyFlyoutLabelText{fill:#fff!important;font-size:1rem}.blocklyFlyoutHeading .blocklyFlyoutLabelText{fill:#fff!important;font-size:1.5rem}.blocklyFlyoutLabelText:hover{fill:#fff!important}.blocklyFlyoutLabelIcon{font-family:Icons;font-size:1.5rem}line.blocklyFlyoutLine{stroke:#fff}path.blocklyFlyoutBackground{fill:#4b4949!important;fill-opacity:1!important}div.blocklyWidgetDiv{position:fixed;z-index:993}div.blocklyWidgetDiv.functioneditor{z-index:1001}div.blocklyDropDownDiv{z-index:994;overflow:hidden}div.blocklyTooltipDiv{border:none!important;box-shadow:none!important;background-color:transparent!important;opacity:1!important;overflow-wrap:break-word}div.blocklyTooltipDiv .ui.card .content .description{display:inline}.blocklyWidgetDiv .goog-slider-horizontal{background:#fff;border:2px solid #000;border-radius:5px}text.blocklyCheckbox{fill:#ff3030!important;text-shadow:0 0 6px red;font-size:17pt!important}.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklyAnimationField,.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklySpriteField,.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklyTilemapField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklyAnimationField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklySpriteField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklyTilemapField{fill:#dedede;stroke:#898989;stroke-width:1}.blocklyDragging>.blocklyPath{fill-opacity:.7}.blocklyDisabled>.blocklyPathDark{display:block!important;fill-opacity:.5}.blocklyDisabled .blocklyNonEditableText .blocklyBlockBackground{fill-opacity:.1!important}.blocklyScrollbarBackground{fill:none}.blocklyScrollbarHandle{fill:#cecdce;opacity:1}.blocklyScrollbarBackground:active+.blocklyScrollbarHandle,.blocklyScrollbarBackground:hover+.blocklyScrollbarHandle,.blocklyScrollbarHandle:active,.blocklyScrollbarHandle:hover{stroke-width:3;stroke:#cecdce}.blocklyWidgetDiv .blocklyContextMenu{border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)!important;padding:0!important}.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem{margin:0!important;padding:.92857143em 1.14285714em!important;font:normal 13px Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem-highlight,.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem-hover{border:none!important;padding:.92857143em 1.14285714em!important;background:rgba(0,0,0,.05)!important}.blocklyCommentForeignObject{overflow:hidden}.blocklyMinimalBody{position:static;border:1px solid #faf6bd}.blockly-ws-searching path.blocklyPath:not(.blockly-ws-search-highlight-pxt){opacity:.6}.blockly-ws-searching path.blocklyPath.blockly-ws-search-highlight-pxt.blockly-ws-search-current{stroke:#fff200;stroke-width:4px;transition:none}@media only screen and (max-width:767px){text.blocklyCheckbox{font-size:17pt!important}}text.blocklyText{font-weight:600;text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:antialiased}.blocklyGridPickerTooltip{padding:3px 5px;background-color:#fefefe;border:3px solid #000;color:#000;border-radius:10px}.blocklyLedOn{stroke:#fff;stroke-width:1px}
1
+ .blocklyDropDownContent .blocklyPianoDiv{position:relative;touch-action:none}.blocklyDropDownContent .blocklyNote{border:.5px solid;cursor:pointer;display:inline-block;position:absolute;top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#fff;z-index:1000}.blocklyDropDownContent .blocklyNote.black{background-color:#000;z-index:1001}.blocklyDropDownContent .blocklyNote:hover{background-color:#ff0!important}.blocklyDropDownContent .blocklyNote.selected{background-color:#9acd32!important}.blocklyDropDownContent .blocklyNoteLabel{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:12pt}.blocklyDropDownContent .blocklyNoteLabel,.blocklyDropDownContent .blocklyNotePrevNext{border:.5px solid;color:#fff;display:inline-block;line-height:normal;position:absolute;text-align:center}.blocklyDropDownContent .blocklyNotePrevNext{border-top:0;cursor:pointer;font-weight:700}.blocklyDropDownContent .blocklyDropdownTextLabel{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:70px;display:inline-block;color:#fff;font-size:12px}.blocklyGridPickerTooltip{z-index:994}.blocklyGridPickerPadder{box-shadow:0 0 8px 1px rgba(0,0,0,.3)}.blocklyWidgetDiv .blocklyGridPickerRow{display:table-row}.blocklyWidgetDiv .blocklyGridPickerMenu{display:table;outline:none;border-spacing:7px}.blocklyGridPickerScroller{padding:4px;-webkit-overflow-scrolling:touch}.blocklyGridPickerPadder,.blocklyGridPickerScroller{outline:none;border-radius:4px;position:relative}.blocklyGridPickerPadder .ui.input i.search.icon{margin-top:-.2rem}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem{background:#fff;cursor:pointer;min-width:unset}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-highlight,.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-hover{background:#d6e9f8;box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option{border:1px solid #000;border-radius:4px;color:#fff;font-size:12pt;font-weight:700;display:table-cell;padding:8px;text-align:center;vertical-align:top;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem-content{color:#fff}.blocklyWidgetDiv .blocklyGridPickerMenu .floatLeft{float:right}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-option.goog-option-selected{position:relative}.blocklyWidgetDiv .blocklyGridPickerMenu .goog-menuitem .goog-menuitem-checkbox{display:none}.blocklyGridPickerTooltip{z-index:995}.blocklyGridPickerSelectedBar{display:flex;padding-top:5px;justify-content:space-between}.blocklyGridPickerSelectedImage{padding:3px;display:inline-block;vertical-align:middle}.ui.input input.blocklyGridPickerSearchBar{background:none;border:none;color:#fff}.ui.input input.blocklyGridPickerSearchBar::placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar::-webkit-input-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar::-moz-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar:-ms-input-placeholder{color:#fff}.ui.input input.blocklyGridPickerSearchBar:-moz-placeholder{color:#fff}.blocklyToggle{transition:transform 1s}.blocklyToggle .blocklyToggleCircle,.blocklyToggle .blocklyToggleRect{stroke-width:1px;stroke:grey;stroke-opacity:.4}.blocklyToggle.blocklyToggleOn .blocklyToggleCircle,.blocklyToggle.blocklyToggleOn .blocklyToggleRect{fill:#4ddc64}.blocklyToggle.blocklyToggleOff .blocklyToggleCircle,.blocklyToggle.blocklyToggleOff .blocklyToggleRect{fill:#95a5a6}.blocklyToggle.blocklyToggleOnBreakpoint polygon{fill:#e80d00;stroke:#fff;stroke-width:12px!important;stroke-linecap:round;stroke-opacity:1;cursor:pointer}.blocklyToggle.blocklyToggleOffBreakpoint polygon{fill:#333;stroke:0;cursor:pointer}.blocklyToggle~.blocklyText.blocklyToggleText{font-size:10pt;cursor:pointer}.blocklyToggle.blocklyToggleOff~.blocklyText.blocklyToggleText{fill:#fff}.blocklyDropDownDiv .rgbColorPicker>tr>td{height:40px;width:40px}.blocklyDropDownDiv .blocklyFieldSliderReadout .blocklyColorReadout{height:20px;width:25px;border-radius:10px;display:inline-block;vertical-align:middle}#custom-content .blocklyLightboxDiv{position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.55);z-index:993}.blocklyCanvasOverlayOuter{padding:.5rem;margin:.1rem;background:#249ca3;border:2px solid #249ca3;border-top-right-radius:1rem;border-top-left-radius:1rem;border-bottom-right-radius:0}.blocklyCanvasOverlayDiv{cursor:none;background-color:hsla(0,0%,100%,.9);z-index:10000;position:relative;overflow:hidden;border:5px solid #333;clip-path:polygon(0 4px,4px 0,calc(100% - 2px) 0,100% 4px,100% calc(100% - 2px),calc(100% - 2px) 100%,4px 100%,0 calc(100% - 2px))}.blocklyCanvasOverlayDiv .cross-x,.blocklyCanvasOverlayDiv .cross-y{background-color:#575e75;position:absolute}.blocklyCanvasOverlayDiv .cross-x{width:100%;height:2px;z-index:10}.blocklyCanvasOverlayDiv .cross-y{width:2px;height:100%;z-index:10}.blocklyCanvasOverlayDiv .label{position:absolute;color:#575e75;font-size:100%;white-space:nowrap}.positionEyedropper{background:none;outline:none;width:100%;text-align:center;border:none;border-top:1px solid #ddd;padding-top:5px;cursor:pointer}.positionEyedropper:hover{background:#eee}.pixel-cell{shape-rendering:crispedges}.palette-selected{stroke:orange;stroke-width:2px}.palette-unselected{stroke:none}.sprite-editor-canvas{cursor:crosshair;z-index:1001;touch-action:none}.sprite-editor-canvas.sprite-editor-eyedropper{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M15.241 4.652L13.76 6.133l.835.835-3.085 3.085-.762-.762-5.168 5.17L1.984 16 .025 14.041l1.349-3.742 5.19-5.191-.645-.646 3.085-3.085.835.835L11.32.731c.431-.431 1-.678 1.616-.731h.461a2.835 2.835 0 011.77.802c1.082 1.084 1.114 2.81.074 3.85z' fill='%23f6f6f6'/%3E%3Cpath d='M9.467 7.932l.612.613-5.071 5.072-2.795 1.198-1.032-1.032 1.057-2.936L7.31 5.775l.585.585v.003l-4.356 4.356 1.569 1.569 4.355-4.356h.004zm4.995-6.422c-.667-.664-1.777-.729-2.435-.072L9.839 3.627l-.836-.835-.174.174-1.497 1.497 4.177 4.177 1.671-1.671-.835-.835 2.189-2.189c.658-.658.592-1.768-.072-2.435z' fill='%23424242'/%3E%3C/svg%3E") 2 16,copy}.sprite-canvas-controls{z-index:1000}#sprite-editor-palette .palette-swatch{cursor:pointer}.sprite-editor-dropdown.blocklyDropDownDiv{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50)}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowTop{background:#4b7bec}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowBottom{background:#2c3e50}#sprite-editor-header{z-index:1002;height:50px;width:inherit;position:absolute;top:0;right:0}#sprite-editor-header-controls{width:100%;height:100%}#sprite-editor-gallery-outer{overflow:hidden;position:absolute;z-index:1002;width:100%}#sprite-editor-gallery{overflow-y:scroll;width:100%;height:100%;background:#2c3e50}.sprite-editor-card{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23fff' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23dedede' d='M0 0h5v5H0zM5 5h5v5H5z'/%3E%3C/svg%3E")}.sprite-editor-icon{fill:#fff;font-family:Icons;font-size:19px}.sprite-editor-xicon{fill:#fff;font-family:xicon;font-size:19px}.sprite-editor-button{cursor:pointer}.sprite-editor-button-bg{fill:#525a5b}.sprite-editor-button-fg{fill:#7f8c8d}.sprite-editor-confirm-button .sprite-editor-button-bg{fill:#294da0}.sprite-editor-confirm-button .sprite-editor-button-fg{fill:#4b7bec}.sprite-editor-button.disabled{cursor:not-allowed}.sprite-editor-button.disabled .sprite-editor-button-bg,.sprite-editor-button.disabled .sprite-editor-button-fg{fill-opacity:.8}.sprite-editor-button:active:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:active:not(.disabled) .sprite-editor-button-fg{fill-opacity:1!important;transition:fill-opacity .1s}.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-fg{fill-opacity:.8;transition:fill-opacity .1s}.sprite-editor-button.selected{position:relative}.sprite-editor-button.selected .sprite-editor-button-fg{fill:#495353}.sprite-editor-text{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;user-select:none;cursor:auto}.sprite-editor-label{fill:#fff}.sprite-editor-dropdown-bg{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50);border-radius:4px;padding-top:4px;position:relative}.sprite-editor-glyph{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 4.411-3.589 8-8 8a2.803 2.803 0 01-2.8-2.8c0-.833.272-1.629.766-2.241a.596.596 0 00.101-.359.667.667 0 00-.667-.666.58.58 0 00-.358.102A3.584 3.584 0 012.8 10.8 2.803 2.803 0 010 8c0-4.411 3.589-8 8-8s8 3.589 8 8z' fill='%23f6f6f6'/%3E%3Cpath d='M5.4 7.933a2.67 2.67 0 012.667 2.666c0 .606-.193 1.179-.544 1.614a1.599 1.599 0 00-.323.987.8.8 0 00.8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.568 2.568 0 015.4 7.933z' fill='%23fff'/%3E%3Cpath d='M8 15c-.992 0-1.8-.808-1.8-1.8 0-.606.193-1.179.544-1.613.208-.259.323-.609.323-.987 0-.919-.748-1.666-1.667-1.666-.377 0-.728.115-.986.323A2.58 2.58 0 012.8 9.8C1.808 9.8 1 8.992 1 8c0-3.86 3.14-7 7-7 3.859 0 7 3.14 7 7 0 3.859-3.141 7-7 7zM5.4 7.933a2.67 2.67 0 012.667 2.666c0 .606-.193 1.179-.544 1.614a1.599 1.599 0 00-.323.987.8.8 0 00.8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.568 2.568 0 015.4 7.933z' fill='%23424242'/%3E%3Cpath d='M4.5 5.375a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23652d90'/%3E%3Cpath d='M7.125 3.625a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%231ba1e2'/%3E%3Cpath d='M10.625 4.5a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23393'/%3E%3Cpath d='M11.5 8a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23fc0'/%3E%3Cpath d='M9.75 10.625a.875.875 0 100 1.75.875.875 0 000-1.75z' fill='%23e51400'/%3E%3C/svg%3E");background-position:50%;background-size:65%;background-repeat:no-repeat}.sprite-focus-hover{transition:all .15s ease-out;border-radius:50%}.sprite-focus-hover:hover{box-shadow:0 0 0 3px rgba(0,0,0,.35);-webkit-transform:scale(1.1);transform:scale(1.1)}.sprite-editor-glyph.sprite-focus-hover:hover{box-shadow:inset 0 0 0 2px rgba(0,0,0,.35)}.sprite-gallery-button{display:inline-block;float:right;padding:0;margin:4px;border-radius:4px;outline:none;border:1px solid;transition:box-shadow .1s;cursor:pointer}.sprite-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.sprite-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}.sprite-gallery-button>img{width:80%;height:80%;margin-top:5%;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.snippet-sprite-editor,.sprite-editor-snippet-container{height:503px;width:492px;overflow:hidden}.snippet-sprite-editor{max-height:503px;min-height:503px;max-width:492px;min-width:492px}#melody-toggle{margin:10px;text-align:center;float:center}#melody-editor-header-controls{height:40px}.melody-grid-div{margin:10px 20px 0;text-align:center;background-color:inherit}.cell{height:35px;width:35px;margin:1px}.melody-top-bar-div{padding:6px 0 0;float:center;text-align:center}.melody-editor-div{height:100%;background-color:#4f0643}.melody-content-div{max-height:550px;width:300px;padding:0;overflow:hidden}.melody-editor-dropdown{padding:0!important}#melody-editor-gallery-outer{overflow:hidden;position:absolute;z-index:1002;width:100%}#melody-editor-gallery{overflow-y:scroll;overflow-x:hidden;padding:.75rem;background:#4f0643;max-height:350px}.melody-gallery-button{text-align:center;display:flex;border-radius:4px;transition:box-shadow .1s;cursor:pointer;background-color:#dcdcdc;width:100%;margin-bottom:.75rem;height:2.75rem;line-height:2.5rem}.melody-gallery-button .melody-color-block{margin-top:.5rem}.melody-editor-button.left-button{flex-grow:1;border-radius:0 4px 4px 0;border-right:1px solid #fff;border-bottom:1px solid #fff;border-top:1px solid #fff;padding-right:.5rem;padding-left:.3rem}.melody-editor-button.right-button{min-width:2.75rem;padding-right:.3rem;border-radius:4px 0 0 4px;border:1px solid #fff;border-right-color:#4f0643}.melody-editor-button{background-color:#dcdcdc;color:#000;transition:color .1s,background-color .1s}.melody-editor-button:hover{background-color:#cacbcd;color:#000}.melody-editor-button.right-button .icon{opacity:.9}.melody-gallery-play-icon{float:right}.melody-confirm-button{float:left;margin:0!important;height:28px;width:70px;color:#fff;background-color:#e30fc0;border:none;border-radius:2px;-webkit-transition-duration:.1s;transition-duration:.1s;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.melody-confirm-button:hover{background-color:#9e0986;border:1px solid #e30fc0}.melody-confirm-button:focus{outline:none!important}.melody-editor-text{margin:0 3px;float:right;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:700;font-size:17px}.melody-editor-field-icon{fill:#fff;font-family:Icons;font-size:19px}.melody-icon{float:right;height:25px}.melody-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.melody-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}#melody-tempo-input{float:right;width:50px;height:28px;border-radius:2px;border:none;padding-right:5px;color:#1b1c1d}#melody-tempo-input:focus{outline:none!important}#melody-play-button{height:28px;width:120px;display:inline-block;color:#fff;background-color:#7f8c8d;border:none;border-radius:2px;-webkit-transition-duration:.1s;transition-duration:.1s}#melody-play-button:hover{background-color:#525a5b;border:1px solid #7f8c8d}#melody-play-button:focus{outline:none!important}.melody-bottom-bar-div{margin:7px 3px 0;padding:0 20px 20px;background-color:inherit;text-align:center}.melody-color-block{margin:4px 0 0 7px;float:left}.sliver{display:inline-block;width:9px;height:23px;margin:.5px;border:1px solid rgba(0,0,0,.2)}.left-edge{border-radius:0 5px 5px 0}.right-edge{border-radius:5px 0 0 5px}.melody-preview-button{float:left;height:35px;width:35px;padding:12px 11px!important}.melody-gallery-row{float:right}.melody-content-div .melody-red,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-red,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-red{fill:#a80000;background:#a80000}.melody-content-div .melody-orange,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-orange,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-orange{fill:#d83b01;background:#d83b01}.melody-content-div .melody-yellow,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-yellow,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-yellow{fill:#ffb900;background:#ffb900}.melody-content-div .melody-green,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-green,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-green{fill:#107c10;background:#107c10}.melody-content-div .melody-teal,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-teal,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-teal{fill:#008272;background:#008272}.melody-content-div .melody-blue,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-blue,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-blue{fill:#0078d7;background:#0078d7}.melody-content-div .melody-violet,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-violet,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-violet{fill:#b4009e;background:#b4009e}.melody-content-div .melody-purple,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-purple,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-purple{fill:#5c2d91;background:#5c2d91}.melody-content-div .melody-default,.pxt-renderer.classic-theme g.blocklyEditableText>.melody-default,.pxt-renderer.classic-theme g.blocklyNonEditableText>.melody-default{fill:#dcdcdc;background:#dcdcdc}.playing{fill-opacity:.7}svg.blocklySvg{background-color:#ecf0f1!important}#blocksEditor>div.loading,#maineditor{background:#ecf0f1}.blocksAndErrorList{display:flex;flex-direction:column;height:100%}.blocksEditorOuter{position:relative;display:inline-block;overflow:hidden;height:100%}#blocksEditor{position:absolute;width:100%;height:100%}#blocksEditor .injectionDiv svg{overflow:visible}#blocksEditor>div.loading{position:absolute;right:0;top:0;left:0;bottom:0;z-index:1;opacity:.7}.blocklyMainBackground{stroke:none!important}.rtl text.blocklyText{text-align:left}body.blocklyMinimalBody{min-width:0;overflow:initial}@supports (-ms-accelerator:true){.rtl .blocklyPreview{left:50%;right:auto}}.pxt-renderer.classic-theme .blocklyFlyoutButton text.blocklyText,.pxt-renderer.classic-theme text.blocklyFlyoutLabelText{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.pxt-renderer.classic-theme text.blocklyText.blocklyBoldText{font-weight:700}.pxt-renderer.classic-theme text.blocklyText.blocklyItalicizedText{font-style:italic}.pxt-renderer.classic-theme text.blocklyText.blocklyBoldItalicizedText{font-weight:700;font-style:italic}.pxt-renderer.classic-theme .blocklyEditableText>text.semanticIcon{fill:#fff;font-family:Icons;font-size:19px}.pxt-renderer.classic-theme .blocklyEditableText>text.semanticIcon.inverted{fill:#000}.blocklyGreyExpressionBlockText{color:#fff}.blocklyTreeIcon{visibility:visible}i.icon.blocklyTreeButton{float:left;line-height:40px;color:grey;opacity:0;transition-property:opacity;transition-duration:.5s}.blocklyTreeRow:hover i.icon.blocklyTreeButton{opacity:1}.blocklyFlyoutButton{fill:transparent!important}.blocklyFlyoutButton:hover{fill:rgba(0,0,0,.55)!important}.blocklyFlyoutButtonBackground{stroke:rgba(0,0,0,.55)!important;stroke-width:3px!important}.blocklyFlyoutButton .blocklyText{fill:#fff!important}.blocklyFlyoutButtonShadow{fill:none!important}.blocklyFlyoutLabelText{fill:#fff!important;font-size:1rem}.blocklyFlyoutHeading .blocklyFlyoutLabelText{fill:#fff!important;font-size:1.5rem}.blocklyFlyoutLabelText:hover{fill:#fff!important}.blocklyFlyoutLabelIcon{font-family:Icons;font-size:1.5rem}line.blocklyFlyoutLine{stroke:#fff}path.blocklyFlyoutBackground{fill:#4b4949!important;fill-opacity:1!important}div.blocklyWidgetDiv{position:fixed;z-index:993}div.blocklyWidgetDiv.functioneditor{z-index:1001}div.blocklyDropDownDiv{z-index:994;overflow:hidden}div.blocklyTooltipDiv{border:none!important;box-shadow:none!important;background-color:transparent!important;opacity:1!important;overflow-wrap:break-word}div.blocklyTooltipDiv .ui.card .content .description{display:inline}.blocklyWidgetDiv .goog-slider-horizontal{background:#fff;border:2px solid #000;border-radius:5px}text.blocklyCheckbox{fill:#ff3030!important;text-shadow:0 0 6px red;font-size:17pt!important}.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklyAnimationField,.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklySpriteField,.pxt-renderer.classic-theme .blocklyEditableText>rect.blocklyTilemapField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklyAnimationField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklySpriteField,.pxt-renderer.classic-theme .blocklyNonEditableText>rect.blocklyTilemapField{fill:#dedede;stroke:#898989;stroke-width:1}.blocklyDragging>.blocklyPath{fill-opacity:.7}.blocklyDisabled>.blocklyPathDark{display:block!important;fill-opacity:.5}.blocklyDisabled .blocklyNonEditableText .blocklyBlockBackground{fill-opacity:.1!important}.blocklyScrollbarBackground{fill:none}.blocklyScrollbarHandle{fill:#cecdce;opacity:1}.blocklyScrollbarBackground:active+.blocklyScrollbarHandle,.blocklyScrollbarBackground:hover+.blocklyScrollbarHandle,.blocklyScrollbarHandle:active,.blocklyScrollbarHandle:hover{stroke-width:3;stroke:#cecdce}.blocklyWidgetDiv .blocklyContextMenu{border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)!important;padding:0!important}.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem{margin:0!important;padding:.92857143em 1.14285714em!important;font:normal 13px Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important}.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem-highlight,.blocklyWidgetDiv .blocklyContextMenu .goog-menuitem-hover{border:none!important;padding:.92857143em 1.14285714em!important;background:rgba(0,0,0,.05)!important}.blocklyCommentForeignObject{overflow:hidden}.blocklyMinimalBody{position:static;border:1px solid #faf6bd}.blockly-ws-searching path.blocklyPath:not(.blockly-ws-search-highlight-pxt){opacity:.6}.blockly-ws-searching path.blocklyPath.blockly-ws-search-highlight-pxt.blockly-ws-search-current{stroke:#fff200;stroke-width:4px;transition:none}@media only screen and (max-width:767px){text.blocklyCheckbox{font-size:17pt!important}}text.blocklyText{font-weight:600;text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:antialiased}.blocklyGridPickerTooltip{padding:3px 5px;background-color:#fefefe;border:3px solid #000;color:#000;border-radius:10px}.blocklyLedOn{stroke:#fff;stroke-width:1px}