pxt-microbit 7.1.20 → 7.1.21
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.
- package/built/block-tests.js +1 -1
- package/built/target.js +1 -1
- package/built/target.json +1 -1
- package/built/targetlight.json +1 -1
- package/built/theme.json +1 -1
- package/built/web/react-common-authcode.css +1 -1
- package/built/web/react-common-multiplayer.css +1 -1
- package/built/web/react-common-skillmap.css +1 -1
- package/built/web/rtlreact-common-authcode.css +1 -1
- package/built/web/rtlreact-common-multiplayer.css +1 -1
- package/built/web/rtlreact-common-skillmap.css +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/docs/code-eval-tool.md +192 -0
- package/docs/teachertool/ai-faq.md +31 -0
- package/docs/teachertool.md +14 -8
- package/package.json +3 -3
- package/pxtarget.json +3 -0
- package/targetconfig.json +3 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.common-button.sign-in-button{padding-right:.75rem;padding-left:.75rem}.common-button.sign-in-button .common-button-label{font-family:Segoe UI,Tahoma,Geneva,Verdana;font-weight:500}@media only screen and (max-width:991px){.common-button.sign-in-button{padding-right:.25rem}.common-button.sign-in-button .common-button-label{display:none}}.user-avatar-image{display:flex;align-items:center;justify-content:center;height:100%}.user-avatar-image img,.user-avatar-initials{border:2px solid #fff;border-radius:100%;width:2.5rem;height:2.5rem}.user-avatar-initials{display:flex;align-items:center;justify-content:center;background-color:var(--pxt-headerbar-accent)}.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-left: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;right:-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-left: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-left: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;right: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;right:0;height:100%;width:100%;overflow:hidden}.profile-badge-title{text-transform:uppercase;font-weight:900;font-size:1.5rem;margin-left:1rem;color:var(--header-text-color)}.profile-badge-header{margin-right: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-left:0;text-align:center;color:var(--header-text-color);overflow:hidden}.profile-initials-portrait{font-size:8rem;text-align:center;height:100%;color:var(--avatar-initials-text-color);background-color:var(--avatar-initials-background-color)}.profile-info-container,.profile-initials-portrait{display:flex;align-items:center;justify-content:center}.profile-info-container{flex-direction:column}.profile-info{line-height:2em;width:75%}.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;right: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}}.signin-form{margin:0 1rem}.signin-form .signin-header{margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.signin-form .signin-body{display:flex;justify-content:center}.signin-form .signin-body .providers{display:flex;flex-direction:column;gap:1rem;align-items:center;margin:0 0 1rem}.signin-form .signin-body .providers .provider{width:100%;margin:0;padding:.8rem 2.5rem}.signin-form .signin-body .providers .provider .label{display:flex;flex-direction:row;gap:1rem}.signin-form .signin-body .providers .provider .label .logo{width:1.25rem}.signin-form .signin-body .providers .provider .label .title{align-self:center}.signin-form .signin-footer .switch{display:flex;gap:.5rem;justify-content:center}.signin-form .signin-footer .learn{font-size:smaller;width:100%;text-align:left}.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:row;justify-content:center;flex:1}.project-share-info .project-share-content{flex-grow:1;display:flex;flex-direction:column}.project-share-info .project-share-content .name-input .common-input-group{height:3rem;margin-bottom:.5rem}.project-share-info .project-share-content .common-checkbox{margin-bottom:.5rem}.project-share-info .project-share-content .project-share-error{background-color:#e41b21;color:#fff;padding:.5rem;border-radius:.5rem}.hc .project-share-error{background-color:#000!important;color:#fff!important;border:1px solid #fff}.project-share-title{margin-bottom:1rem}.project-share-label{font-weight:700;margin-bottom:.5rem}#project-share-dropdown{color:#63c}.project-share-thumbnail{display:flex;flex-direction:column;min-width:15rem;align-items:center;margin-left:1rem}.project-share-thumbnail .project-thumbnail-placeholder,.project-share-thumbnail img{width:15rem;height:11.25rem;background-color:rgba(0,0,0,.05);margin:.3rem 0 1rem}.project-share-thumbnail .project-thumbnail-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}.project-share-thumbnail .project-thumbnail-placeholder .common-spinner{width:5rem;height:5rem}.fullscreen .project-share>div{padding:2rem}.fullscreen .project-share-info{flex:unset;width:28rem}.share-publish-button{height:3rem;margin-left:1rem}.share-publish-button .common-spinner{display:inline-block}.share-host-button.common-button .xicon.multiplayer,.xicon.kiosk{font-size:24px;margin-left:.5rem}.project-share-publish-actions{flex-grow:1;justify-content:end;display:flex;align-items:end}.project-share-actions{display:flex;flex-direction:row;margin-top:1rem;position:relative;margin-bottom:2rem;justify-content:space-between}.project-share-social{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:.5rem}.project-share-text{margin-bottom:1rem}.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-content{display:flex;flex-direction:row;align-items:center}.gif-recorder-content .thumbnail-controls{display:flex;flex-direction:column;padding:0 4rem;height:100%}.gif-recorder-content .thumbnail-controls .thumbnail-preview{display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:center}.gif-recorder-content .thumbnail-controls .thumbnail-preview>div{padding-bottom:1rem}.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-image,.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:15rem;height:12.25rem}.gif-recorder-content .thumbnail-controls .thumbnail-actions{display:flex;flex-direction:row;align-items:end;justify-content:end}.gif-recorder-sim-embed{flex-grow:1;padding-left:1rem}.gif-recorder-sim-embed .simframe{padding-bottom:56.25%!important}.gif-recorder-sim{flex-grow:1}.gif-recorder{display:flex;flex-direction:column;align-items:center}.gif-recorder,.gif-recorder-label,.thumbnail-label{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.gif-recorder-label,.thumbnail-label{margin-bottom:.5rem}.gif-recorder-actions{display:flex;width:100%}.gif-recorder-actions .common-button{padding-right:0;padding-left:0;flex:1}.thumbnail-image,.thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:24.5rem;height:18.375rem}.thumbnail-header{display:flex;flex-direction:row}.thumbnail-header .project-share-label{flex-grow:1}.thumbnail-header .common-button.link-button{margin-bottom:.5rem}#root.miniSim:not(.fullscreensim) .gif-recorder-sim div.simframe{width:100%}@media only screen and (max-width:991px){.gif-recorder-content .thumbnail-controls{padding:0 2rem}.common-button.square-button.embed.gray.mobile-portrait-hidden{color:#323130!important;background:#e0e1e2}}@media only screen and (max-width:767px){.gif-recorder-content,.project-share-info{flex-direction:column}.gif-recorder-actions,.gif-recorder-sim{width:100%}.gif-recorder-actions .spacer{flex-grow:1}.gif-recorder-actions .common-button:not(.mobile-only){width:3rem;height:3rem;overflow:hidden;padding:0}.gif-recorder-actions .common-button:not(.mobile-only) i,.gif-recorder-actions .common-button:not(.mobile-only) i.far,.gif-recorder-actions .common-button:not(.mobile-only) i.fas{margin:0}.gif-recorder-actions .common-button:not(.mobile-only) .common-button-label,.gif-recorder-content.has-uri .gif-recorder-sim,.gif-recorder-content:not(.has-uri) .thumbnail-controls{display:none}}.common-palette-picker{display:flex;flex-direction:row;align-items:center;margin-bottom:1rem;justify-content:space-between}.common-palette-editor{max-height:min(35rem,calc(100vh - 15rem));overflow-y:auto}.common-palette-color-list,.common-palette-swatch{display:flex;flex-direction:row}.common-palette-color-list :last-child{border:1px solid #000}.common-palette-color{width:1rem;height:1rem;border-top:1px solid #000;border-bottom:1px solid #000;border-right:1px solid #000}.common-palette-swatch-name{flex-grow:1;padding-left:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}.common-palette-picker>.common-dropdown>.common-button .common-button-label .common-palette-color-list{display:none}.common-palette-picker>.common-dropdown>.common-button .common-button-flex{display:flex}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane{max-height:35rem;overflow-y:auto;overflow-x:hidden}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane ul>li>.common-button.common-dropdown-item{padding:.75rem}.common-color-picker-field{display:grid;grid-template-columns:.5fr 8fr 1fr 1fr;align-items:center;padding:.1rem 0}.common-color-picker-field i.fas{margin:0}.common-color-inputs{display:flex;flex-direction:row;align-items:center}.common-color-inputs>:first-child{margin-left:.5rem}.common-color-inputs>:last-child{flex-grow:1;margin-left:.5rem}.common-color-inputs .color-input:hover{cursor:pointer}.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;white-space:nowrap;overflow:hidden;flex-shrink:0}.common-extension-card .common-extension-card-description{flex-grow:1;padding-right:1rem;padding-left: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-right-radius:.5rem;border-bottom-left-radius:.5rem}.common-extension-card a.link-button{float:left}.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}.hc .common-extension-card,.high-contrast .common-extension-card{border-color:#fff;background-color:#000}.language-selector-modal>.common-modal{width:80%;max-width:60rem}.language-selector{display:flex;flex-wrap:wrap;max-height:80vh;overflow:auto;margin-bottom:0!important}.language-card-container{padding:1rem}.language-card-header{color:#4c4ca6;font-weight:700;font-size:1.3em;line-height:1.3em;text-align:start}.language-card-description{text-align:start;margin-top:.4rem}@media only screen and (max-width:991px){.language-selector-modal>.common-modal{width:95%}}.teaching-bubble-container{position:fixed;top:0;right:0;left:0;bottom:0;z-index:1000}.teaching-bubble-cutout{position:fixed;top:0;right:0;width:100%;height:100%;z-index:1000;box-shadow:0 0 0 99999px rgba(0,0,0,.5);border-radius:.5rem}.teaching-bubble,.teaching-bubble-arrow,.teaching-bubble-arrow-outline,.teaching-bubble-cutout{transition-property:top,right,width,height;transition-duration:.5s}.teaching-bubble{position:fixed;max-width:25rem;min-width:18.75rem;background:#3454d1;color:#fff;box-shadow:0 0 0 .1rem;border-radius:.5rem;padding:1rem;z-index:1000}.teaching-bubble .common-button:focus{outline:.1rem solid #fff;filter:grayscale(.15) brightness(.85) contrast(1.3)}.teaching-bubble .common-button.primary:focus:after,.teaching-bubble .common-button:focus:after{outline:none}.teaching-bubble-arrow{position:fixed;width:0;height:0;z-index:1001;color:#3454d1}.teaching-bubble-arrow-outline{position:fixed;width:0;height:0;z-index:1000;color:#fff}.teaching-bubble-content{font-size:1.1rem}.teaching-bubble-content p{margin:.25rem 0 .5rem}.teaching-bubble-footer{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.teaching-bubble-footer .teaching-bubble-steps{font-size:.9rem;color:#d9d9d9}.teaching-bubble-footer .common-button.primary{padding:.25rem .5rem;margin:0 0 0 .5rem;border:.1rem solid #fff;background:#3454d1;color:#fff}.teaching-bubble-footer .common-button.primary.inverted{margin-left:0;background:#fff;color:#3454d1}.teaching-bubble-footer.no-steps{flex-direction:row-reverse}.teaching-bubble-close.common-button{position:absolute;left:.5rem;top:.5rem;padding:.5rem 0 .25rem;background:transparent;color:#fff;margin:0}.teaching-bubble-close.common-button i.right{opacity:1;font-size:1.3rem;margin:0}.hc .teaching-bubble,.high-contrast .teaching-bubble{background:#000;color:#fff;border:solid #fff}.hc .teaching-bubble .teaching-bubble-navigation>.common-button,.high-contrast .teaching-bubble .teaching-bubble-navigation>.common-button{color:#fff;border:solid #fff}.hc .teaching-bubble-arrow,.high-contrast .teaching-bubble-arrow{color:#fff}.hc .teaching-bubble-cutout,.high-contrast .teaching-bubble-cutout{border:.25rem solid #ff0}.confetti-container{position:absolute;width:100%;height:100%;overflow:hidden;z-index:100}.confetti{width:10px;height:10px;background-color:#249ca3;position:absolute;right:50%;top:-15px;animation:confetti 2.5s linear -2s infinite;transform-origin:right top;z-index:110}.confetti.reverse{animation:confetti-reverse 2.5s linear -2s infinite}.color-0{background-color:#ff2121}.color-1{background-color:#ff93c4}.color-2{background-color:#ff8135}.color-3{background-color:#fff609}.color-4{background-color:#249ca3}.color-5{background-color:#78dc52}.color-6{background-color:#003fad}.color-7{background-color:#87f2ff}.color-8{background-color:#8e2ec4}@keyframes confetti{0%{transform:rotate(-15deg) rotateY(0deg) translate(0)}25%{transform:rotate(-5deg) rotateY(1turn) translate(1vw,20vh)}50%{transform:rotate(-15deg) rotateY(2turn) translate(-1vw,50vh)}75%{transform:rotate(-5deg) rotateY(3turn) translate(1vw,80vh)}to{transform:rotate(-15deg) rotateY(4turn) translate(-1vw,110vh)}}@keyframes confetti-reverse{0%{transform:rotate(-5deg) rotateY(0deg) translate(0)}25%{transform:rotate(-15deg) rotateY(1turn) translate(-1vw,20vh)}50%{transform:rotate(-5deg) rotateY(2turn) translate(1vw,50vh)}75%{transform:rotate(-15deg) rotateY(3turn) translate(-1vw,80vh)}to{transform:rotate(-5deg) rotateY(4turn) translate(1vw,110vh)}}.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 0 0 .25rem;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-right:.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:#2c7485;color:#fff;border:1px solid #2c7485}.common-button.blue{background:#3454d1;color:#fff;border:1px solid #3454d1}.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:#2c7485}.common-button.blue.inverted{background:#fff;color:#3454d1}.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.menu-button.disabled{opacity:.8}.common-button.menu-button.disabled:active,.common-button.menu-button.disabled:hover{background:none}.common-button:focus-visible:after{content:"";position:absolute;inset:4px;border:1px solid transparent;outline:1px solid #605e5c;z-index:1;border-radius:.2em}.common-button.discourse:focus-visible:after,.common-button.facebook:focus-visible:after,.common-button.green:focus-visible:after,.common-button.menu-button:focus-visible:after,.common-button.orange:focus-visible:after,.common-button.primary:focus-visible:after,.common-button.red:focus-visible:after,.common-button.secondary:focus-visible:after,.common-button.teal:focus-visible:after,.common-button.twitter:focus-visible:after{outline:1px solid #fff}.common-button.inverted:focus-visible: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.inverted.text-only,.common-button.text-only{border:none;background:none}a.common-button.menu-button{display:flex;align-items:center}.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-visible,.common-button.link-button:focus-visible:after{outline:none;border:none;text-decoration:underline}.common-button.link-button.kiosk{color:#323130}.common-button.circle-button,.common-button.square-button{width:3rem;height:3rem;overflow:hidden;padding:0}.common-button.square-button i,.common-button.square-button i.far,.common-button.square-button i.fas{margin:0}.common-button.circle-button,.common-button.circle-button:focus-visible:after{border-radius:2rem}.common-button-group{display:flex;flex-direction:row}.common-button-group .common-button{border-radius:0;margin:0}.common-button-group .common-button.inverted:not(:last-child){border-left:none}.common-button-group .common-button:first-child{border-top-right-radius:.2em;border-bottom-right-radius:.2em}.common-button-group .common-button:last-child{border-top-left-radius:.2em;border-bottom-left-radius:.2em;margin:0 0 0 .25rem}.common-button.social-button{font-size:1.5rem}.common-button.social-button img{max-width:100%}.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}.common-button.whatsapp{background:#59ce72;color:#fff}.common-button.microsoft-teams{background:#35258f;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-right-radius:.25rem;border-bottom-right-radius:.25rem;position:absolute;top:1rem;left:-1rem;padding:.5rem .5rem .25rem;min-width:5rem;font-size:16px;border-color:#f37000}.common-card-label:after{position:absolute;content:"";top:100%;right:auto;left:0;background-color:transparent;border-color:transparent;border-style:solid;border-width:1.2em 0 0 1.2em;border-top-color:inherit;width:0;height:0}.common-checkbox{position:relative;padding:.25rem;display:flex;align-items:center;cursor:pointer}.common-checkbox input{margin-left:.5rem}.common-checkbox:focus-within{outline:1px solid #605e5c;border-radius:.2em}#profile-email-checkbox{width:2rem}.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 8px 0 28px;margin:0;height:32px;line-height:30px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:right}.common-dropdown>.common-button>.common-button-flex>i.right{position:absolute;left: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-left:.5rem}.common-dropdown>.common-menu-dropdown-pane{width:unset;left:unset;min-width:100%;right:0;z-index:1}.common-dropdown>.common-menu-dropdown-pane li .common-button{text-align:right;width:100%;padding-right:.5rem}.common-dropdown.hang-left>.common-menu-dropdown-pane{right:unset;left: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,.8);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-right:1px solid rgba(52,73,94,.2);border-left: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-left: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-right .25s,width .25s;border-radius:.2rem;margin-right:-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-right:50%}.common-editor-toggle .common-editor-toggle-item:first-of-type.selected~.common-editor-toggle-handle{margin-right:0}.common-editor-toggle .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-right:33%}.common-editor-toggle .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-right: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-right: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-right: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-right:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-right: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-right: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-right:70%}.common-toggle-accessibility{position:absolute;z-index:2;width:0;height:0;right:0;background:#fff}.common-toggle-accessibility .common-button{width:0;height:0;min-height:0;overflow:hidden;padding:0;position:absolute;top:0;right: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-right:.5rem;padding-left:.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-right: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-right: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-right: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-right: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-right: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-right:75%}}@media only screen and (max-width:767px){.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button{padding-right:.5rem;padding-left:.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-right: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-right: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-right: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-right: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-right: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-right:75%}}i.far,i.fas{margin:0 0 0 .25rem;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;left:.5rem;width:1.25rem;margin-left: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 .5rem 0 1.75rem}.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-left-radius:0;border-bottom-left-radius:0;border-left:none;height:3rem}.common-input-attached-button .common-button{border-top-right-radius:0;border-bottom-right-radius:0}.common-input-group>.common-button{color:rgba(0,0,0,.87)!important}.common-menu-dropdown-pane{z-index:1}.common-menu-dropdown-pane .common-button{padding:.8rem;width:100%;text-align:start}.hc .common-input,.high-contrast .common-input{color:#fff;border-color:#fff;background-color:#000}.hc .common-input-group:focus-within:after,.hc .common-input-group:focus:after,.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{width:60px;height:60px}.common-lazy-image-wrapper .loading-element{position:absolute;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 .loading-element,.common-lazy-image-wrapper.loaded i.fa-image{opacity:0}.common-lazy-image-wrapper.loaded img{opacity:1}.common-lazy-image-wrapper.error .loading-element{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;left: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:right;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;right:0;left: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;max-height:100%;border-radius:.285rem;overflow-x:hidden;overflow-y:auto}.wide>.common-modal{width:75%;max-width:60rem}@media only screen and (max-width:991px){.common-modal,.wide>.common-modal{width:95%}}.common-modal-header{background-color:#fff;display:flex;font-size:1.2rem;font-weight:600;padding-right: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;right:0;left: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-progressbar-wrapper{--progress-bar-filled-color:#5874e1;--progress-bar-unfilled-color:#eee;--progress-bar-border-color:#7d7d7d}.common-progressbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.hc progress[value].common-progressbar,.high-contrast progress[value].common-progressbar{--progress-bar-filled-color:#fff;--progress-bar-unfilled-color:#000;--progress-bar-border-color:#fff;box-shadow:none}progress[value].common-progressbar{background-color:var(--progress-bar-unfilled-color);border-radius:4px;border:2px solid var(--progress-bar-border-color);width:100%;height:100%;box-shadow:inset 0 2px 5px rgba(0,0,0,.25)}progress[value].common-progressbar::-moz-progress-bar{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-value{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-bar{background-color:transparent}.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}.common-tree{display:flex;flex-direction:column}.common-tree.subtree .common-treeitem{padding-right:2.06rem}.common-treeitem{display:flex;flex-direction:row;align-items:center;height:3rem;cursor:pointer;background-color:#fff;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}.common-treeitem:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-treeitem-container{display:flex;flex-direction:column}.cursor-resize{cursor:ns-resize!important}.cursor-resize #editorSidebar:after{background-color:#107c10}.vertical-resize-container:after{content:"";background-color:#dadaef;position:absolute;bottom:0;width:100%;height:4px;cursor:ns-resize}.common-vertical-slider-wrapper{position:relative;width:10rem}.common-vertical-slider-rail{width:1rem;position:absolute;right:3.5rem;background:#333;border-radius:.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.common-vertical-slider-handle{width:3rem;position:absolute;right:2.5rem;height:1rem;border:2px solid #333;border-radius:.5rem;background:#fff;z-index:1}.common-vertical-slider-handle:focus-visible{outline:2px solid #0078d4}.common-accordion-header-outer{cursor:pointer;background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit;text-align:inherit;width:100%}.common-accordion-header-outer>div{display:flex;flex-direction:row;width:100%}.common-accordion-header-outer .common-accordion-chevron{display:flex;flex-direction:row;align-items:center;width:2rem}.common-accordion-header-outer .common-accordion-header-content{flex-grow:1}.common-accordion-header-outer:focus-visible{outline:1px solid #605e5c}@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
|
+
.common-button.sign-in-button{padding-right:.75rem;padding-left:.75rem}.common-button.sign-in-button .common-button-label{font-family:Segoe UI,Tahoma,Geneva,Verdana;font-weight:500}@media only screen and (max-width:991px){.common-button.sign-in-button{padding-right:.25rem}.common-button.sign-in-button .common-button-label{display:none}}.user-avatar-image{display:flex;align-items:center;justify-content:center;height:100%}.user-avatar-image img,.user-avatar-initials{border:2px solid #fff;border-radius:100%;width:2.5rem;height:2.5rem}.user-avatar-initials{display:flex;align-items:center;justify-content:center;background-color:var(--pxt-headerbar-accent)}.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-left: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;right:-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-left: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-left: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;right: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;right:0;height:100%;width:100%;overflow:hidden}.profile-badge-title{text-transform:uppercase;font-weight:900;font-size:1.5rem;margin-left:1rem;color:var(--header-text-color)}.profile-badge-header{margin-right: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-left:0;text-align:center;color:var(--header-text-color);overflow:hidden}.profile-initials-portrait{font-size:8rem;text-align:center;height:100%;color:var(--avatar-initials-text-color);background-color:var(--avatar-initials-background-color)}.profile-info-container,.profile-initials-portrait{display:flex;align-items:center;justify-content:center}.profile-info-container{flex-direction:column}.profile-info{line-height:2em;width:75%}.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;right: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}}.signin-form{margin:0 1rem}.signin-form .signin-header{margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.signin-form .signin-body{display:flex;justify-content:center}.signin-form .signin-body .providers{display:flex;flex-direction:column;gap:1rem;align-items:center;margin:0 0 1rem}.signin-form .signin-body .providers .provider{width:100%;margin:0;padding:.8rem 2.5rem}.signin-form .signin-body .providers .provider .label{display:flex;flex-direction:row;gap:1rem}.signin-form .signin-body .providers .provider .label .logo{width:1.25rem}.signin-form .signin-body .providers .provider .label .title{align-self:center}.signin-form .signin-footer .switch{display:flex;gap:.5rem;justify-content:center}.signin-form .signin-footer .learn{font-size:smaller;width:100%;text-align:left}.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:row;justify-content:center;flex:1}.project-share-info .project-share-content{flex-grow:1;display:flex;flex-direction:column}.project-share-info .project-share-content .name-input .common-input-group{height:3rem;margin-bottom:.5rem}.project-share-info .project-share-content .common-checkbox{margin-bottom:.5rem}.project-share-info .project-share-content .project-share-error{background-color:#e41b21;color:#fff;padding:.5rem;border-radius:.5rem}.hc .project-share-error{background-color:#000!important;color:#fff!important;border:1px solid #fff}.project-share-title{margin-bottom:1rem}.project-share-label{font-weight:700;margin-bottom:.5rem}#project-share-dropdown{color:#63c}.project-share-thumbnail{display:flex;flex-direction:column;min-width:15rem;align-items:center;margin-left:1rem}.project-share-thumbnail .project-thumbnail-placeholder,.project-share-thumbnail img{width:15rem;height:11.25rem;background-color:rgba(0,0,0,.05);margin:.3rem 0 1rem}.project-share-thumbnail .project-thumbnail-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}.project-share-thumbnail .project-thumbnail-placeholder .common-spinner{width:5rem;height:5rem}.fullscreen .project-share>div{padding:2rem}.fullscreen .project-share-info{flex:unset;width:28rem}.share-publish-button{height:3rem;margin-left:1rem}.share-publish-button .common-spinner{display:inline-block}.share-host-button.common-button .xicon.multiplayer,.xicon.kiosk{font-size:24px;margin-left:.5rem}.project-share-publish-actions{flex-grow:1;justify-content:end;display:flex;align-items:end}.project-share-actions{display:flex;flex-direction:row;margin-top:1rem;position:relative;margin-bottom:2rem;justify-content:space-between}.project-share-social{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:.5rem}.project-share-text{margin-bottom:1rem}.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-content{display:flex;flex-direction:row;align-items:center}.gif-recorder-content .thumbnail-controls{display:flex;flex-direction:column;padding:0 4rem;height:100%}.gif-recorder-content .thumbnail-controls .thumbnail-preview{display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:center}.gif-recorder-content .thumbnail-controls .thumbnail-preview>div{padding-bottom:1rem}.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-image,.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:15rem;height:12.25rem}.gif-recorder-content .thumbnail-controls .thumbnail-actions{display:flex;flex-direction:row;align-items:end;justify-content:end}.gif-recorder-sim-embed{flex-grow:1;padding-left:1rem}.gif-recorder-sim-embed .simframe{padding-bottom:56.25%!important}.gif-recorder-sim{flex-grow:1}.gif-recorder{display:flex;flex-direction:column;align-items:center}.gif-recorder,.gif-recorder-label,.thumbnail-label{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.gif-recorder-label,.thumbnail-label{margin-bottom:.5rem}.gif-recorder-actions{display:flex;width:100%}.gif-recorder-actions .common-button{padding-right:0;padding-left:0;flex:1}.thumbnail-image,.thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:24.5rem;height:18.375rem}.thumbnail-header{display:flex;flex-direction:row}.thumbnail-header .project-share-label{flex-grow:1}.thumbnail-header .common-button.link-button{margin-bottom:.5rem}#root.miniSim:not(.fullscreensim) .gif-recorder-sim div.simframe{width:100%}@media only screen and (max-width:991px){.gif-recorder-content .thumbnail-controls{padding:0 2rem}.common-button.square-button.embed.gray.mobile-portrait-hidden{color:#323130!important;background:#e0e1e2}}@media only screen and (max-width:767px){.gif-recorder-content,.project-share-info{flex-direction:column}.gif-recorder-actions,.gif-recorder-sim{width:100%}.gif-recorder-actions .spacer{flex-grow:1}.gif-recorder-actions .common-button:not(.mobile-only){width:3rem;height:3rem;overflow:hidden;padding:0}.gif-recorder-actions .common-button:not(.mobile-only) i,.gif-recorder-actions .common-button:not(.mobile-only) i.far,.gif-recorder-actions .common-button:not(.mobile-only) i.fas{margin:0}.gif-recorder-actions .common-button:not(.mobile-only) .common-button-label,.gif-recorder-content.has-uri .gif-recorder-sim,.gif-recorder-content:not(.has-uri) .thumbnail-controls{display:none}}.common-palette-picker{display:flex;flex-direction:row;align-items:center;margin-bottom:1rem;justify-content:space-between}.common-palette-editor{max-height:min(35rem,calc(100vh - 15rem));overflow-y:auto}.common-palette-color-list,.common-palette-swatch{display:flex;flex-direction:row}.common-palette-color-list :last-child{border:1px solid #000}.common-palette-color{width:1rem;height:1rem;border-top:1px solid #000;border-bottom:1px solid #000;border-right:1px solid #000}.common-palette-swatch-name{flex-grow:1;padding-left:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}.common-palette-picker>.common-dropdown>.common-button .common-button-label .common-palette-color-list{display:none}.common-palette-picker>.common-dropdown>.common-button .common-button-flex{display:flex}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane{max-height:35rem;overflow-y:auto;overflow-x:hidden}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane ul>li>.common-button.common-dropdown-item{padding:.75rem}.common-color-picker-field{display:grid;grid-template-columns:.5fr 8fr 1fr 1fr;align-items:center;padding:.1rem 0}.common-color-picker-field i.fas{margin:0}.common-color-inputs{display:flex;flex-direction:row;align-items:center}.common-color-inputs>:first-child{margin-left:.5rem}.common-color-inputs>:last-child{flex-grow:1;margin-left:.5rem}.common-color-inputs .color-input:hover{cursor:pointer}.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;white-space:nowrap;overflow:hidden;flex-shrink:0}.common-extension-card .common-extension-card-description{flex-grow:1;padding-right:1rem;padding-left: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-right-radius:.5rem;border-bottom-left-radius:.5rem}.common-extension-card a.link-button{float:left}.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}.hc .common-extension-card,.high-contrast .common-extension-card{border-color:#fff;background-color:#000}.language-selector-modal>.common-modal{width:80%;max-width:60rem}.language-selector{display:flex;flex-wrap:wrap;max-height:80vh;overflow:auto;margin-bottom:0!important}.language-card-container{padding:1rem}.language-card-header{color:#4c4ca6;font-weight:700;font-size:1.3em;line-height:1.3em;text-align:start}.language-card-description{text-align:start;margin-top:.4rem}@media only screen and (max-width:991px){.language-selector-modal>.common-modal{width:95%}}.teaching-bubble-container{position:fixed;top:0;right:0;left:0;bottom:0;z-index:1000}.teaching-bubble-cutout{position:fixed;top:0;right:0;width:100%;height:100%;z-index:1000;box-shadow:0 0 0 99999px rgba(0,0,0,.5);border-radius:.5rem}.teaching-bubble,.teaching-bubble-arrow,.teaching-bubble-arrow-outline,.teaching-bubble-cutout{transition-property:top,right,width,height;transition-duration:.5s}.teaching-bubble{position:fixed;max-width:25rem;min-width:18.75rem;background:#3454d1;color:#fff;box-shadow:0 0 0 .1rem;border-radius:.5rem;padding:1rem;z-index:1000}.teaching-bubble .common-button:focus{outline:.1rem solid #fff;filter:grayscale(.15) brightness(.85) contrast(1.3)}.teaching-bubble .common-button.primary:focus:after,.teaching-bubble .common-button:focus:after{outline:none}.teaching-bubble-arrow{position:fixed;width:0;height:0;z-index:1001;color:#3454d1}.teaching-bubble-arrow-outline{position:fixed;width:0;height:0;z-index:1000;color:#fff}.teaching-bubble-content{font-size:1.1rem}.teaching-bubble-content p{margin:.25rem 0 .5rem}.teaching-bubble-footer{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.teaching-bubble-footer .teaching-bubble-steps{font-size:.9rem;color:#d9d9d9}.teaching-bubble-footer .common-button.primary{padding:.25rem .5rem;margin:0 0 0 .5rem;border:.1rem solid #fff;background:#3454d1;color:#fff}.teaching-bubble-footer .common-button.primary.inverted{margin-left:0;background:#fff;color:#3454d1}.teaching-bubble-footer.no-steps{flex-direction:row-reverse}.teaching-bubble-close.common-button{position:absolute;left:.5rem;top:.5rem;padding:.5rem 0 .25rem;background:transparent;color:#fff;margin:0}.teaching-bubble-close.common-button i.right{opacity:1;font-size:1.3rem;margin:0}.hc .teaching-bubble,.high-contrast .teaching-bubble{background:#000;color:#fff;border:solid #fff}.hc .teaching-bubble .teaching-bubble-navigation>.common-button,.high-contrast .teaching-bubble .teaching-bubble-navigation>.common-button{color:#fff;border:solid #fff}.hc .teaching-bubble-arrow,.high-contrast .teaching-bubble-arrow{color:#fff}.hc .teaching-bubble-cutout,.high-contrast .teaching-bubble-cutout{border:.25rem solid #ff0}.confetti-container{position:absolute;width:100%;height:100%;overflow:hidden;z-index:100}.confetti{width:10px;height:10px;background-color:#249ca3;position:absolute;right:50%;top:-15px;animation:confetti 2.5s linear -2s infinite;transform-origin:right top;z-index:110}.confetti.reverse{animation:confetti-reverse 2.5s linear -2s infinite}.color-0{background-color:#ff2121}.color-1{background-color:#ff93c4}.color-2{background-color:#ff8135}.color-3{background-color:#fff609}.color-4{background-color:#249ca3}.color-5{background-color:#78dc52}.color-6{background-color:#003fad}.color-7{background-color:#87f2ff}.color-8{background-color:#8e2ec4}@keyframes confetti{0%{transform:rotate(-15deg) rotateY(0deg) translate(0)}25%{transform:rotate(-5deg) rotateY(1turn) translate(1vw,20vh)}50%{transform:rotate(-15deg) rotateY(2turn) translate(-1vw,50vh)}75%{transform:rotate(-5deg) rotateY(3turn) translate(1vw,80vh)}to{transform:rotate(-15deg) rotateY(4turn) translate(-1vw,110vh)}}@keyframes confetti-reverse{0%{transform:rotate(-5deg) rotateY(0deg) translate(0)}25%{transform:rotate(-15deg) rotateY(1turn) translate(-1vw,20vh)}50%{transform:rotate(-5deg) rotateY(2turn) translate(1vw,50vh)}75%{transform:rotate(-15deg) rotateY(3turn) translate(-1vw,80vh)}to{transform:rotate(-5deg) rotateY(4turn) translate(1vw,110vh)}}.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 0 0 .25rem;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-right:.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:#2c7485;color:#fff;border:1px solid #2c7485}.common-button.blue{background:#3454d1;color:#fff;border:1px solid #3454d1}.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:#2c7485}.common-button.blue.inverted{background:#fff;color:#3454d1}.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.menu-button.disabled{opacity:.8}.common-button.menu-button.disabled:active,.common-button.menu-button.disabled:hover{background:none}.common-button:focus-visible:after{content:"";position:absolute;inset:4px;border:1px solid transparent;outline:1px solid #605e5c;z-index:1;border-radius:.2em}.common-button.discourse:focus-visible:after,.common-button.facebook:focus-visible:after,.common-button.green:focus-visible:after,.common-button.menu-button:focus-visible:after,.common-button.orange:focus-visible:after,.common-button.primary:focus-visible:after,.common-button.red:focus-visible:after,.common-button.secondary:focus-visible:after,.common-button.teal:focus-visible:after,.common-button.twitter:focus-visible:after{outline:1px solid #fff}.common-button.inverted:focus-visible: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.inverted.text-only,.common-button.text-only{border:none;background:none}a.common-button.menu-button{display:flex;align-items:center}.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-visible,.common-button.link-button:focus-visible:after{outline:none;border:none;text-decoration:underline}.common-button.link-button.kiosk{color:#323130}.common-button.circle-button,.common-button.square-button{width:3rem;height:3rem;overflow:hidden;padding:0}.common-button.square-button i,.common-button.square-button i.far,.common-button.square-button i.fas{margin:0}.common-button.circle-button,.common-button.circle-button:focus-visible:after{border-radius:2rem}.common-button-group{display:flex;flex-direction:row}.common-button-group .common-button{border-radius:0;margin:0}.common-button-group .common-button.inverted:not(:last-child){border-left:none}.common-button-group .common-button:first-child{border-top-right-radius:.2em;border-bottom-right-radius:.2em}.common-button-group .common-button:last-child{border-top-left-radius:.2em;border-bottom-left-radius:.2em;margin:0 0 0 .25rem}.common-button.social-button{font-size:1.5rem}.common-button.social-button img{max-width:100%}.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}.common-button.whatsapp{background:#59ce72;color:#fff}.common-button.microsoft-teams{background:#35258f;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-right-radius:.25rem;border-bottom-right-radius:.25rem;position:absolute;top:1rem;left:-1rem;padding:.5rem .5rem .25rem;min-width:5rem;font-size:16px;border-color:#f37000}.common-card-label:after{position:absolute;content:"";top:100%;right:auto;left:0;background-color:transparent;border-color:transparent;border-style:solid;border-width:1.2em 0 0 1.2em;border-top-color:inherit;width:0;height:0}.common-checkbox{position:relative;padding:.25rem;display:flex;align-items:center;cursor:pointer}.common-checkbox input{margin-left:.5rem}.common-checkbox:focus-within{outline:1px solid #605e5c;border-radius:.2em}#profile-email-checkbox{width:2rem}.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 8px 0 28px;margin:0;height:32px;line-height:30px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:right}.common-dropdown>.common-button>.common-button-flex>i.right{position:absolute;left: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-left:.5rem}.common-dropdown>.common-menu-dropdown-pane{width:unset;left:unset;min-width:100%;right:0;z-index:1}.common-dropdown>.common-menu-dropdown-pane li .common-button{text-align:right;width:100%;padding-right:.5rem}.common-dropdown.hang-left>.common-menu-dropdown-pane{right:unset;left: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,.8);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-right:1px solid rgba(52,73,94,.2);border-left: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-left: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-right .25s,width .25s;border-radius:.2rem;margin-right:-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-right:50%}.common-editor-toggle .common-editor-toggle-item:first-of-type.selected~.common-editor-toggle-handle{margin-right:0}.common-editor-toggle .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-right:33%}.common-editor-toggle .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-right: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-right: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-right: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-right:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-right: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-right: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-right:70%}.common-toggle-accessibility{position:absolute;z-index:2;width:0;height:0;right:0;background:#fff}.common-toggle-accessibility .common-button{width:0;height:0;min-height:0;overflow:hidden;padding:0;position:absolute;top:0;right: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-right:.5rem;padding-left:.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-right: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-right: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-right: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-right: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-right: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-right:75%}}@media only screen and (max-width:767px){.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button{padding-right:.5rem;padding-left:.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-right: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-right: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-right: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-right: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-right: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-right:75%}}i.far,i.fas{margin:0 0 0 .25rem;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;left:.5rem;width:1.25rem;margin-left: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 .5rem 0 1.75rem}.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-left-radius:0;border-bottom-left-radius:0;border-left:none;height:3rem}.common-input-attached-button .common-button{border-top-right-radius:0;border-bottom-right-radius:0}.common-input-group>.common-button{color:rgba(0,0,0,.87)!important}.common-menu-dropdown-pane{z-index:1}.common-menu-dropdown-pane .common-button{padding:.8rem;width:100%;text-align:start}.hc .common-input,.high-contrast .common-input{color:#fff;border-color:#fff;background-color:#000}.hc .common-input-group:focus-within:after,.hc .common-input-group:focus:after,.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{width:60px;height:60px}.common-lazy-image-wrapper .loading-element{position:absolute;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 .loading-element,.common-lazy-image-wrapper.loaded i.fa-image{opacity:0}.common-lazy-image-wrapper.loaded img{opacity:1}.common-lazy-image-wrapper.error .loading-element{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;left: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:right;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;right:0;left: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;max-height:100%;border-radius:.285rem;overflow-x:hidden;overflow-y:auto}.wide>.common-modal{width:75%;max-width:60rem}@media only screen and (max-width:991px){.common-modal,.wide>.common-modal{width:95%}}.common-modal-header{background-color:#fff;display:flex;font-size:1.2rem;font-weight:600;padding-right: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;right:0;left: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-progressbar-wrapper{--progress-bar-filled-color:#5874e1;--progress-bar-unfilled-color:#eee;--progress-bar-border-color:#7d7d7d}.common-progressbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.hc progress[value].common-progressbar,.high-contrast progress[value].common-progressbar{--progress-bar-filled-color:#fff;--progress-bar-unfilled-color:#000;--progress-bar-border-color:#fff;box-shadow:none}progress[value].common-progressbar{background-color:var(--progress-bar-unfilled-color);border-radius:4px;border:2px solid var(--progress-bar-border-color);width:100%;height:100%;box-shadow:inset 0 2px 5px rgba(0,0,0,.25)}progress[value].common-progressbar::-moz-progress-bar{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-value{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-bar{background-color:transparent}.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}.common-tree{display:flex;flex-direction:column}.common-tree.subtree .common-treeitem{padding-right:2.06rem}.common-treeitem{display:flex;flex-direction:row;align-items:center;height:3rem;cursor:pointer;background-color:#fff;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}.common-treeitem:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-treeitem-container{display:flex;flex-direction:column}.cursor-resize{cursor:ns-resize!important}.cursor-resize #editorSidebar:after{background-color:#107c10}.vertical-resize-container:after{content:"";background-color:#dadaef;position:absolute;bottom:0;width:100%;height:4px;cursor:ns-resize}.common-vertical-slider-wrapper{position:relative;width:10rem}.common-vertical-slider-rail{width:1rem;position:absolute;right:3.5rem;background:#333;border-radius:.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.common-vertical-slider-handle{width:3rem;position:absolute;right:2.5rem;height:1rem;border:2px solid #333;border-radius:.5rem;background:#fff;z-index:1}.common-vertical-slider-handle:focus-visible{outline:2px solid #0078d4}.common-accordion-header-outer{cursor:pointer;background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit;text-align:inherit;width:100%}.common-accordion-header-outer>div{display:flex;flex-direction:row;width:100%}.common-accordion-header-outer .common-accordion-chevron{display:flex;flex-direction:row;align-items:center;width:2rem}.common-accordion-header-outer .common-accordion-header-content{flex-grow:1}.common-accordion-header-outer:focus-visible{outline:1px solid #605e5c}.common-carousel-nav{display:flex;flex-direction:row;justify-content:center;align-items:center}.common-carousel-nav .common-carousel-nav-arrow{min-height:1rem;min-width:1rem;padding:0;background:none;color:#fff;width:1.25rem;height:1.25rem;margin:0}.common-carousel-nav .common-carousel-nav-arrow i.fas{width:1.25rem}.common-carousel-nav .common-carousel-nav-arrow.disabled{opacity:.5}.common-carousel-nav ul{list-style:none;margin:0 .125rem;margin-block:0;padding-inline:0;height:1.25rem}.common-carousel-nav li,.common-carousel-nav ul{display:flex;flex-direction:row;justify-content:center;align-items:center}.common-carousel-nav li{height:1rem;width:1rem}.common-carousel-nav li .common-button{width:1rem;height:1rem;padding:.3rem;background:none}.common-carousel-nav li .common-button .common-carousel-nav-button-handle{background-color:#fff;border-radius:100%;height:.4rem;width:.4rem;display:block}.common-carousel-nav li .common-button.selected{padding:.125rem}.common-carousel-nav li .common-button.selected .common-carousel-nav-button-handle{height:.75rem;width:.75rem}.common-carousel-nav .common-button:focus-visible:after{inset:-1px}@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,4 +1,4 @@
|
|
|
1
|
-
.common-button.sign-in-button{padding-right:.75rem;padding-left:.75rem}.common-button.sign-in-button .common-button-label{font-family:Segoe UI,Tahoma,Geneva,Verdana;font-weight:500}@media only screen and (max-width:991px){.common-button.sign-in-button{padding-right:.25rem}.common-button.sign-in-button .common-button-label{display:none}}.user-avatar-image{display:flex;align-items:center;justify-content:center;height:100%}.user-avatar-image img,.user-avatar-initials{border:2px solid #fff;border-radius:100%;width:2.5rem;height:2.5rem}.user-avatar-initials{display:flex;align-items:center;justify-content:center;background-color:var(--pxt-headerbar-accent)}.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-left: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;right:-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-left: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-left: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;right: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;right:0;height:100%;width:100%;overflow:hidden}.profile-badge-title{text-transform:uppercase;font-weight:900;font-size:1.5rem;margin-left:1rem;color:var(--header-text-color)}.profile-badge-header{margin-right: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-left:0;text-align:center;color:var(--header-text-color);overflow:hidden}.profile-initials-portrait{font-size:8rem;text-align:center;height:100%;color:var(--avatar-initials-text-color);background-color:var(--avatar-initials-background-color)}.profile-info-container,.profile-initials-portrait{display:flex;align-items:center;justify-content:center}.profile-info-container{flex-direction:column}.profile-info{line-height:2em;width:75%}.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;right: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}}.signin-form{margin:0 1rem}.signin-form .signin-header{margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.signin-form .signin-body{display:flex;justify-content:center}.signin-form .signin-body .providers{display:flex;flex-direction:column;gap:1rem;align-items:center;margin:0 0 1rem}.signin-form .signin-body .providers .provider{width:100%;margin:0;padding:.8rem 2.5rem}.signin-form .signin-body .providers .provider .label{display:flex;flex-direction:row;gap:1rem}.signin-form .signin-body .providers .provider .label .logo{width:1.25rem}.signin-form .signin-body .providers .provider .label .title{align-self:center}.signin-form .signin-footer .switch{display:flex;gap:.5rem;justify-content:center}.signin-form .signin-footer .learn{font-size:smaller;width:100%;text-align:left}.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:row;justify-content:center;flex:1}.project-share-info .project-share-content{flex-grow:1;display:flex;flex-direction:column}.project-share-info .project-share-content .name-input .common-input-group{height:3rem;margin-bottom:.5rem}.project-share-info .project-share-content .common-checkbox{margin-bottom:.5rem}.project-share-info .project-share-content .project-share-error{background-color:#e41b21;color:#fff;padding:.5rem;border-radius:.5rem}.hc .project-share-error{background-color:#000!important;color:#fff!important;border:1px solid #fff}.project-share-title{margin-bottom:1rem}.project-share-label{font-weight:700;margin-bottom:.5rem}#project-share-dropdown{color:#63c}.project-share-thumbnail{display:flex;flex-direction:column;min-width:15rem;align-items:center;margin-left:1rem}.project-share-thumbnail .project-thumbnail-placeholder,.project-share-thumbnail img{width:15rem;height:11.25rem;background-color:rgba(0,0,0,.05);margin:.3rem 0 1rem}.project-share-thumbnail .project-thumbnail-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}.project-share-thumbnail .project-thumbnail-placeholder .common-spinner{width:5rem;height:5rem}.fullscreen .project-share>div{padding:2rem}.fullscreen .project-share-info{flex:unset;width:28rem}.share-publish-button{height:3rem;margin-left:1rem}.share-publish-button .common-spinner{display:inline-block}.share-host-button.common-button .xicon.multiplayer,.xicon.kiosk{font-size:24px;margin-left:.5rem}.project-share-publish-actions{flex-grow:1;justify-content:end;display:flex;align-items:end}.project-share-actions{display:flex;flex-direction:row;margin-top:1rem;position:relative;margin-bottom:2rem;justify-content:space-between}.project-share-social{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:.5rem}.project-share-text{margin-bottom:1rem}.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-content{display:flex;flex-direction:row;align-items:center}.gif-recorder-content .thumbnail-controls{display:flex;flex-direction:column;padding:0 4rem;height:100%}.gif-recorder-content .thumbnail-controls .thumbnail-preview{display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:center}.gif-recorder-content .thumbnail-controls .thumbnail-preview>div{padding-bottom:1rem}.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-image,.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:15rem;height:12.25rem}.gif-recorder-content .thumbnail-controls .thumbnail-actions{display:flex;flex-direction:row;align-items:end;justify-content:end}.gif-recorder-sim-embed{flex-grow:1;padding-left:1rem}.gif-recorder-sim-embed .simframe{padding-bottom:56.25%!important}.gif-recorder-sim{flex-grow:1}.gif-recorder{display:flex;flex-direction:column;align-items:center}.gif-recorder,.gif-recorder-label,.thumbnail-label{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.gif-recorder-label,.thumbnail-label{margin-bottom:.5rem}.gif-recorder-actions{display:flex;width:100%}.gif-recorder-actions .common-button{padding-right:0;padding-left:0;flex:1}.thumbnail-image,.thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:24.5rem;height:18.375rem}.thumbnail-header{display:flex;flex-direction:row}.thumbnail-header .project-share-label{flex-grow:1}.thumbnail-header .common-button.link-button{margin-bottom:.5rem}#root.miniSim:not(.fullscreensim) .gif-recorder-sim div.simframe{width:100%}@media only screen and (max-width:991px){.gif-recorder-content .thumbnail-controls{padding:0 2rem}.common-button.square-button.embed.gray.mobile-portrait-hidden{color:#323130!important;background:#e0e1e2}}@media only screen and (max-width:767px){.gif-recorder-content,.project-share-info{flex-direction:column}.gif-recorder-actions,.gif-recorder-sim{width:100%}.gif-recorder-actions .spacer{flex-grow:1}.gif-recorder-actions .common-button:not(.mobile-only){width:3rem;height:3rem;overflow:hidden;padding:0}.gif-recorder-actions .common-button:not(.mobile-only) i,.gif-recorder-actions .common-button:not(.mobile-only) i.far,.gif-recorder-actions .common-button:not(.mobile-only) i.fas{margin:0}.gif-recorder-actions .common-button:not(.mobile-only) .common-button-label,.gif-recorder-content.has-uri .gif-recorder-sim,.gif-recorder-content:not(.has-uri) .thumbnail-controls{display:none}}.common-palette-picker{display:flex;flex-direction:row;align-items:center;margin-bottom:1rem;justify-content:space-between}.common-palette-editor{max-height:min(35rem,calc(100vh - 15rem));overflow-y:auto}.common-palette-color-list,.common-palette-swatch{display:flex;flex-direction:row}.common-palette-color-list :last-child{border:1px solid #000}.common-palette-color{width:1rem;height:1rem;border-top:1px solid #000;border-bottom:1px solid #000;border-right:1px solid #000}.common-palette-swatch-name{flex-grow:1;padding-left:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}.common-palette-picker>.common-dropdown>.common-button .common-button-label .common-palette-color-list{display:none}.common-palette-picker>.common-dropdown>.common-button .common-button-flex{display:flex}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane{max-height:35rem;overflow-y:auto;overflow-x:hidden}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane ul>li>.common-button.common-dropdown-item{padding:.75rem}.common-color-picker-field{display:grid;grid-template-columns:.5fr 8fr 1fr 1fr;align-items:center;padding:.1rem 0}.common-color-picker-field i.fas{margin:0}.common-color-inputs{display:flex;flex-direction:row;align-items:center}.common-color-inputs>:first-child{margin-left:.5rem}.common-color-inputs>:last-child{flex-grow:1;margin-left:.5rem}.common-color-inputs .color-input:hover{cursor:pointer}.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;white-space:nowrap;overflow:hidden;flex-shrink:0}.common-extension-card .common-extension-card-description{flex-grow:1;padding-right:1rem;padding-left: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-right-radius:.5rem;border-bottom-left-radius:.5rem}.common-extension-card a.link-button{float:left}.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}.hc .common-extension-card,.high-contrast .common-extension-card{border-color:#fff;background-color:#000}.language-selector-modal>.common-modal{width:80%;max-width:60rem}.language-selector{display:flex;flex-wrap:wrap;max-height:80vh;overflow:auto;margin-bottom:0!important}.language-card-container{padding:1rem}.language-card-header{color:#4c4ca6;font-weight:700;font-size:1.3em;line-height:1.3em;text-align:start}.language-card-description{text-align:start;margin-top:.4rem}@media only screen and (max-width:991px){.language-selector-modal>.common-modal{width:95%}}.teaching-bubble-container{position:fixed;top:0;right:0;left:0;bottom:0;z-index:1000}.teaching-bubble-cutout{position:fixed;top:0;right:0;width:100%;height:100%;z-index:1000;box-shadow:0 0 0 99999px rgba(0,0,0,.5);border-radius:.5rem}.teaching-bubble,.teaching-bubble-arrow,.teaching-bubble-arrow-outline,.teaching-bubble-cutout{transition-property:top,right,width,height;transition-duration:.5s}.teaching-bubble{position:fixed;max-width:25rem;min-width:18.75rem;background:#3454d1;color:#fff;box-shadow:0 0 0 .1rem;border-radius:.5rem;padding:1rem;z-index:1000}.teaching-bubble .common-button:focus{outline:.1rem solid #fff;filter:grayscale(.15) brightness(.85) contrast(1.3)}.teaching-bubble .common-button.primary:focus:after,.teaching-bubble .common-button:focus:after{outline:none}.teaching-bubble-arrow{position:fixed;width:0;height:0;z-index:1001;color:#3454d1}.teaching-bubble-arrow-outline{position:fixed;width:0;height:0;z-index:1000;color:#fff}.teaching-bubble-content{font-size:1.1rem}.teaching-bubble-content p{margin:.25rem 0 .5rem}.teaching-bubble-footer{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.teaching-bubble-footer .teaching-bubble-steps{font-size:.9rem;color:#d9d9d9}.teaching-bubble-footer .common-button.primary{padding:.25rem .5rem;margin:0 0 0 .5rem;border:.1rem solid #fff;background:#3454d1;color:#fff}.teaching-bubble-footer .common-button.primary.inverted{margin-left:0;background:#fff;color:#3454d1}.teaching-bubble-footer.no-steps{flex-direction:row-reverse}.teaching-bubble-close.common-button{position:absolute;left:.5rem;top:.5rem;padding:.5rem 0 .25rem;background:transparent;color:#fff;margin:0}.teaching-bubble-close.common-button i.right{opacity:1;font-size:1.3rem;margin:0}.hc .teaching-bubble,.high-contrast .teaching-bubble{background:#000;color:#fff;border:solid #fff}.hc .teaching-bubble .teaching-bubble-navigation>.common-button,.high-contrast .teaching-bubble .teaching-bubble-navigation>.common-button{color:#fff;border:solid #fff}.hc .teaching-bubble-arrow,.high-contrast .teaching-bubble-arrow{color:#fff}.hc .teaching-bubble-cutout,.high-contrast .teaching-bubble-cutout{border:.25rem solid #ff0}.confetti-container{position:absolute;width:100%;height:100%;overflow:hidden;z-index:100}.confetti{width:10px;height:10px;background-color:#249ca3;position:absolute;right:50%;top:-15px;animation:confetti 2.5s linear -2s infinite;transform-origin:right top;z-index:110}.confetti.reverse{animation:confetti-reverse 2.5s linear -2s infinite}.color-0{background-color:#ff2121}.color-1{background-color:#ff93c4}.color-2{background-color:#ff8135}.color-3{background-color:#fff609}.color-4{background-color:#249ca3}.color-5{background-color:#78dc52}.color-6{background-color:#003fad}.color-7{background-color:#87f2ff}.color-8{background-color:#8e2ec4}@keyframes confetti{0%{transform:rotate(-15deg) rotateY(0deg) translate(0)}25%{transform:rotate(-5deg) rotateY(1turn) translate(1vw,20vh)}50%{transform:rotate(-15deg) rotateY(2turn) translate(-1vw,50vh)}75%{transform:rotate(-5deg) rotateY(3turn) translate(1vw,80vh)}to{transform:rotate(-15deg) rotateY(4turn) translate(-1vw,110vh)}}@keyframes confetti-reverse{0%{transform:rotate(-5deg) rotateY(0deg) translate(0)}25%{transform:rotate(-15deg) rotateY(1turn) translate(-1vw,20vh)}50%{transform:rotate(-5deg) rotateY(2turn) translate(1vw,50vh)}75%{transform:rotate(-15deg) rotateY(3turn) translate(-1vw,80vh)}to{transform:rotate(-5deg) rotateY(4turn) translate(1vw,110vh)}}.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 0 0 .25rem;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-right:.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:#2c7485;color:#fff;border:1px solid #2c7485}.common-button.blue{background:#3454d1;color:#fff;border:1px solid #3454d1}.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:#2c7485}.common-button.blue.inverted{background:#fff;color:#3454d1}.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.menu-button.disabled{opacity:.8}.common-button.menu-button.disabled:active,.common-button.menu-button.disabled:hover{background:none}.common-button:focus-visible:after{content:"";position:absolute;inset:4px;border:1px solid transparent;outline:1px solid #605e5c;z-index:1;border-radius:.2em}.common-button.discourse:focus-visible:after,.common-button.facebook:focus-visible:after,.common-button.green:focus-visible:after,.common-button.menu-button:focus-visible:after,.common-button.orange:focus-visible:after,.common-button.primary:focus-visible:after,.common-button.red:focus-visible:after,.common-button.secondary:focus-visible:after,.common-button.teal:focus-visible:after,.common-button.twitter:focus-visible:after{outline:1px solid #fff}.common-button.inverted:focus-visible: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.inverted.text-only,.common-button.text-only{border:none;background:none}a.common-button.menu-button{display:flex;align-items:center}.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-visible,.common-button.link-button:focus-visible:after{outline:none;border:none;text-decoration:underline}.common-button.link-button.kiosk{color:#323130}.common-button.circle-button,.common-button.square-button{width:3rem;height:3rem;overflow:hidden;padding:0}.common-button.square-button i,.common-button.square-button i.far,.common-button.square-button i.fas{margin:0}.common-button.circle-button,.common-button.circle-button:focus-visible:after{border-radius:2rem}.common-button-group{display:flex;flex-direction:row}.common-button-group .common-button{border-radius:0;margin:0}.common-button-group .common-button.inverted:not(:last-child){border-left:none}.common-button-group .common-button:first-child{border-top-right-radius:.2em;border-bottom-right-radius:.2em}.common-button-group .common-button:last-child{border-top-left-radius:.2em;border-bottom-left-radius:.2em;margin:0 0 0 .25rem}.common-button.social-button{font-size:1.5rem}.common-button.social-button img{max-width:100%}.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}.common-button.whatsapp{background:#59ce72;color:#fff}.common-button.microsoft-teams{background:#35258f;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-right-radius:.25rem;border-bottom-right-radius:.25rem;position:absolute;top:1rem;left:-1rem;padding:.5rem .5rem .25rem;min-width:5rem;font-size:16px;border-color:#f37000}.common-card-label:after{position:absolute;content:"";top:100%;right:auto;left:0;background-color:transparent;border-color:transparent;border-style:solid;border-width:1.2em 0 0 1.2em;border-top-color:inherit;width:0;height:0}.common-checkbox{position:relative;padding:.25rem;display:flex;align-items:center;cursor:pointer}.common-checkbox input{margin-left:.5rem}.common-checkbox:focus-within{outline:1px solid #605e5c;border-radius:.2em}#profile-email-checkbox{width:2rem}.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 8px 0 28px;margin:0;height:32px;line-height:30px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:right}.common-dropdown>.common-button>.common-button-flex>i.right{position:absolute;left: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-left:.5rem}.common-dropdown>.common-menu-dropdown-pane{width:unset;left:unset;min-width:100%;right:0;z-index:1}.common-dropdown>.common-menu-dropdown-pane li .common-button{text-align:right;width:100%;padding-right:.5rem}.common-dropdown.hang-left>.common-menu-dropdown-pane{right:unset;left: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,.8);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-right:1px solid rgba(52,73,94,.2);border-left: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-left: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-right .25s,width .25s;border-radius:.2rem;margin-right:-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-right:50%}.common-editor-toggle .common-editor-toggle-item:first-of-type.selected~.common-editor-toggle-handle{margin-right:0}.common-editor-toggle .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-right:33%}.common-editor-toggle .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-right: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-right: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-right: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-right:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-right: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-right: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-right:70%}.common-toggle-accessibility{position:absolute;z-index:2;width:0;height:0;right:0;background:#fff}.common-toggle-accessibility .common-button{width:0;height:0;min-height:0;overflow:hidden;padding:0;position:absolute;top:0;right: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-right:.5rem;padding-left:.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-right: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-right: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-right: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-right: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-right: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-right:75%}}@media only screen and (max-width:767px){.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button{padding-right:.5rem;padding-left:.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-right: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-right: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-right: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-right: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-right: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-right:75%}}i.far,i.fas{margin:0 0 0 .25rem;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;left:.5rem;width:1.25rem;margin-left: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 .5rem 0 1.75rem}.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-left-radius:0;border-bottom-left-radius:0;border-left:none;height:3rem}.common-input-attached-button .common-button{border-top-right-radius:0;border-bottom-right-radius:0}.common-input-group>.common-button{color:rgba(0,0,0,.87)!important}.common-menu-dropdown-pane{z-index:1}.common-menu-dropdown-pane .common-button{padding:.8rem;width:100%;text-align:start}.hc .common-input,.high-contrast .common-input{color:#fff;border-color:#fff;background-color:#000}.hc .common-input-group:focus-within:after,.hc .common-input-group:focus:after,.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{width:60px;height:60px}.common-lazy-image-wrapper .loading-element{position:absolute;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 .loading-element,.common-lazy-image-wrapper.loaded i.fa-image{opacity:0}.common-lazy-image-wrapper.loaded img{opacity:1}.common-lazy-image-wrapper.error .loading-element{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;left: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:right;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;right:0;left: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;max-height:100%;border-radius:.285rem;overflow-x:hidden;overflow-y:auto}.wide>.common-modal{width:75%;max-width:60rem}@media only screen and (max-width:991px){.common-modal,.wide>.common-modal{width:95%}}.common-modal-header{background-color:#fff;display:flex;font-size:1.2rem;font-weight:600;padding-right: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;right:0;left: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-progressbar-wrapper{--progress-bar-filled-color:#5874e1;--progress-bar-unfilled-color:#eee;--progress-bar-border-color:#7d7d7d}.common-progressbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.hc progress[value].common-progressbar,.high-contrast progress[value].common-progressbar{--progress-bar-filled-color:#fff;--progress-bar-unfilled-color:#000;--progress-bar-border-color:#fff;box-shadow:none}progress[value].common-progressbar{background-color:var(--progress-bar-unfilled-color);border-radius:4px;border:2px solid var(--progress-bar-border-color);width:100%;height:100%;box-shadow:inset 0 2px 5px rgba(0,0,0,.25)}progress[value].common-progressbar::-moz-progress-bar{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-value{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-bar{background-color:transparent}.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}.common-tree{display:flex;flex-direction:column}.common-tree.subtree .common-treeitem{padding-right:2.06rem}.common-treeitem{display:flex;flex-direction:row;align-items:center;height:3rem;cursor:pointer;background-color:#fff;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}.common-treeitem:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-treeitem-container{display:flex;flex-direction:column}.cursor-resize{cursor:ns-resize!important}.cursor-resize #editorSidebar:after{background-color:#107c10}.vertical-resize-container:after{content:"";background-color:#dadaef;position:absolute;bottom:0;width:100%;height:4px;cursor:ns-resize}.common-vertical-slider-wrapper{position:relative;width:10rem}.common-vertical-slider-rail{width:1rem;position:absolute;right:3.5rem;background:#333;border-radius:.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.common-vertical-slider-handle{width:3rem;position:absolute;right:2.5rem;height:1rem;border:2px solid #333;border-radius:.5rem;background:#fff;z-index:1}.common-vertical-slider-handle:focus-visible{outline:2px solid #0078d4}.common-accordion-header-outer{cursor:pointer;background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit;text-align:inherit;width:100%}.common-accordion-header-outer>div{display:flex;flex-direction:row;width:100%}.common-accordion-header-outer .common-accordion-chevron{display:flex;flex-direction:row;align-items:center;width:2rem}.common-accordion-header-outer .common-accordion-header-content{flex-grow:1}.common-accordion-header-outer:focus-visible{outline:1px solid #605e5c}@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
|
+
.common-button.sign-in-button{padding-right:.75rem;padding-left:.75rem}.common-button.sign-in-button .common-button-label{font-family:Segoe UI,Tahoma,Geneva,Verdana;font-weight:500}@media only screen and (max-width:991px){.common-button.sign-in-button{padding-right:.25rem}.common-button.sign-in-button .common-button-label{display:none}}.user-avatar-image{display:flex;align-items:center;justify-content:center;height:100%}.user-avatar-image img,.user-avatar-initials{border:2px solid #fff;border-radius:100%;width:2.5rem;height:2.5rem}.user-avatar-initials{display:flex;align-items:center;justify-content:center;background-color:var(--pxt-headerbar-accent)}.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-left: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;right:-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-left: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-left: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;right: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;right:0;height:100%;width:100%;overflow:hidden}.profile-badge-title{text-transform:uppercase;font-weight:900;font-size:1.5rem;margin-left:1rem;color:var(--header-text-color)}.profile-badge-header{margin-right: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-left:0;text-align:center;color:var(--header-text-color);overflow:hidden}.profile-initials-portrait{font-size:8rem;text-align:center;height:100%;color:var(--avatar-initials-text-color);background-color:var(--avatar-initials-background-color)}.profile-info-container,.profile-initials-portrait{display:flex;align-items:center;justify-content:center}.profile-info-container{flex-direction:column}.profile-info{line-height:2em;width:75%}.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;right: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}}.signin-form{margin:0 1rem}.signin-form .signin-header{margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.signin-form .signin-body{display:flex;justify-content:center}.signin-form .signin-body .providers{display:flex;flex-direction:column;gap:1rem;align-items:center;margin:0 0 1rem}.signin-form .signin-body .providers .provider{width:100%;margin:0;padding:.8rem 2.5rem}.signin-form .signin-body .providers .provider .label{display:flex;flex-direction:row;gap:1rem}.signin-form .signin-body .providers .provider .label .logo{width:1.25rem}.signin-form .signin-body .providers .provider .label .title{align-self:center}.signin-form .signin-footer .switch{display:flex;gap:.5rem;justify-content:center}.signin-form .signin-footer .learn{font-size:smaller;width:100%;text-align:left}.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:row;justify-content:center;flex:1}.project-share-info .project-share-content{flex-grow:1;display:flex;flex-direction:column}.project-share-info .project-share-content .name-input .common-input-group{height:3rem;margin-bottom:.5rem}.project-share-info .project-share-content .common-checkbox{margin-bottom:.5rem}.project-share-info .project-share-content .project-share-error{background-color:#e41b21;color:#fff;padding:.5rem;border-radius:.5rem}.hc .project-share-error{background-color:#000!important;color:#fff!important;border:1px solid #fff}.project-share-title{margin-bottom:1rem}.project-share-label{font-weight:700;margin-bottom:.5rem}#project-share-dropdown{color:#63c}.project-share-thumbnail{display:flex;flex-direction:column;min-width:15rem;align-items:center;margin-left:1rem}.project-share-thumbnail .project-thumbnail-placeholder,.project-share-thumbnail img{width:15rem;height:11.25rem;background-color:rgba(0,0,0,.05);margin:.3rem 0 1rem}.project-share-thumbnail .project-thumbnail-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}.project-share-thumbnail .project-thumbnail-placeholder .common-spinner{width:5rem;height:5rem}.fullscreen .project-share>div{padding:2rem}.fullscreen .project-share-info{flex:unset;width:28rem}.share-publish-button{height:3rem;margin-left:1rem}.share-publish-button .common-spinner{display:inline-block}.share-host-button.common-button .xicon.multiplayer,.xicon.kiosk{font-size:24px;margin-left:.5rem}.project-share-publish-actions{flex-grow:1;justify-content:end;display:flex;align-items:end}.project-share-actions{display:flex;flex-direction:row;margin-top:1rem;position:relative;margin-bottom:2rem;justify-content:space-between}.project-share-social{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:.5rem}.project-share-text{margin-bottom:1rem}.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-content{display:flex;flex-direction:row;align-items:center}.gif-recorder-content .thumbnail-controls{display:flex;flex-direction:column;padding:0 4rem;height:100%}.gif-recorder-content .thumbnail-controls .thumbnail-preview{display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:center}.gif-recorder-content .thumbnail-controls .thumbnail-preview>div{padding-bottom:1rem}.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-image,.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:15rem;height:12.25rem}.gif-recorder-content .thumbnail-controls .thumbnail-actions{display:flex;flex-direction:row;align-items:end;justify-content:end}.gif-recorder-sim-embed{flex-grow:1;padding-left:1rem}.gif-recorder-sim-embed .simframe{padding-bottom:56.25%!important}.gif-recorder-sim{flex-grow:1}.gif-recorder{display:flex;flex-direction:column;align-items:center}.gif-recorder,.gif-recorder-label,.thumbnail-label{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.gif-recorder-label,.thumbnail-label{margin-bottom:.5rem}.gif-recorder-actions{display:flex;width:100%}.gif-recorder-actions .common-button{padding-right:0;padding-left:0;flex:1}.thumbnail-image,.thumbnail-placeholder{display:flex;background-color:rgba(0,0,0,.05);width:24.5rem;height:18.375rem}.thumbnail-header{display:flex;flex-direction:row}.thumbnail-header .project-share-label{flex-grow:1}.thumbnail-header .common-button.link-button{margin-bottom:.5rem}#root.miniSim:not(.fullscreensim) .gif-recorder-sim div.simframe{width:100%}@media only screen and (max-width:991px){.gif-recorder-content .thumbnail-controls{padding:0 2rem}.common-button.square-button.embed.gray.mobile-portrait-hidden{color:#323130!important;background:#e0e1e2}}@media only screen and (max-width:767px){.gif-recorder-content,.project-share-info{flex-direction:column}.gif-recorder-actions,.gif-recorder-sim{width:100%}.gif-recorder-actions .spacer{flex-grow:1}.gif-recorder-actions .common-button:not(.mobile-only){width:3rem;height:3rem;overflow:hidden;padding:0}.gif-recorder-actions .common-button:not(.mobile-only) i,.gif-recorder-actions .common-button:not(.mobile-only) i.far,.gif-recorder-actions .common-button:not(.mobile-only) i.fas{margin:0}.gif-recorder-actions .common-button:not(.mobile-only) .common-button-label,.gif-recorder-content.has-uri .gif-recorder-sim,.gif-recorder-content:not(.has-uri) .thumbnail-controls{display:none}}.common-palette-picker{display:flex;flex-direction:row;align-items:center;margin-bottom:1rem;justify-content:space-between}.common-palette-editor{max-height:min(35rem,calc(100vh - 15rem));overflow-y:auto}.common-palette-color-list,.common-palette-swatch{display:flex;flex-direction:row}.common-palette-color-list :last-child{border:1px solid #000}.common-palette-color{width:1rem;height:1rem;border-top:1px solid #000;border-bottom:1px solid #000;border-right:1px solid #000}.common-palette-swatch-name{flex-grow:1;padding-left:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}.common-palette-picker>.common-dropdown>.common-button .common-button-label .common-palette-color-list{display:none}.common-palette-picker>.common-dropdown>.common-button .common-button-flex{display:flex}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane{max-height:35rem;overflow-y:auto;overflow-x:hidden}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane ul>li>.common-button.common-dropdown-item{padding:.75rem}.common-color-picker-field{display:grid;grid-template-columns:.5fr 8fr 1fr 1fr;align-items:center;padding:.1rem 0}.common-color-picker-field i.fas{margin:0}.common-color-inputs{display:flex;flex-direction:row;align-items:center}.common-color-inputs>:first-child{margin-left:.5rem}.common-color-inputs>:last-child{flex-grow:1;margin-left:.5rem}.common-color-inputs .color-input:hover{cursor:pointer}.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;white-space:nowrap;overflow:hidden;flex-shrink:0}.common-extension-card .common-extension-card-description{flex-grow:1;padding-right:1rem;padding-left: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-right-radius:.5rem;border-bottom-left-radius:.5rem}.common-extension-card a.link-button{float:left}.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}.hc .common-extension-card,.high-contrast .common-extension-card{border-color:#fff;background-color:#000}.language-selector-modal>.common-modal{width:80%;max-width:60rem}.language-selector{display:flex;flex-wrap:wrap;max-height:80vh;overflow:auto;margin-bottom:0!important}.language-card-container{padding:1rem}.language-card-header{color:#4c4ca6;font-weight:700;font-size:1.3em;line-height:1.3em;text-align:start}.language-card-description{text-align:start;margin-top:.4rem}@media only screen and (max-width:991px){.language-selector-modal>.common-modal{width:95%}}.teaching-bubble-container{position:fixed;top:0;right:0;left:0;bottom:0;z-index:1000}.teaching-bubble-cutout{position:fixed;top:0;right:0;width:100%;height:100%;z-index:1000;box-shadow:0 0 0 99999px rgba(0,0,0,.5);border-radius:.5rem}.teaching-bubble,.teaching-bubble-arrow,.teaching-bubble-arrow-outline,.teaching-bubble-cutout{transition-property:top,right,width,height;transition-duration:.5s}.teaching-bubble{position:fixed;max-width:25rem;min-width:18.75rem;background:#3454d1;color:#fff;box-shadow:0 0 0 .1rem;border-radius:.5rem;padding:1rem;z-index:1000}.teaching-bubble .common-button:focus{outline:.1rem solid #fff;filter:grayscale(.15) brightness(.85) contrast(1.3)}.teaching-bubble .common-button.primary:focus:after,.teaching-bubble .common-button:focus:after{outline:none}.teaching-bubble-arrow{position:fixed;width:0;height:0;z-index:1001;color:#3454d1}.teaching-bubble-arrow-outline{position:fixed;width:0;height:0;z-index:1000;color:#fff}.teaching-bubble-content{font-size:1.1rem}.teaching-bubble-content p{margin:.25rem 0 .5rem}.teaching-bubble-footer{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.teaching-bubble-footer .teaching-bubble-steps{font-size:.9rem;color:#d9d9d9}.teaching-bubble-footer .common-button.primary{padding:.25rem .5rem;margin:0 0 0 .5rem;border:.1rem solid #fff;background:#3454d1;color:#fff}.teaching-bubble-footer .common-button.primary.inverted{margin-left:0;background:#fff;color:#3454d1}.teaching-bubble-footer.no-steps{flex-direction:row-reverse}.teaching-bubble-close.common-button{position:absolute;left:.5rem;top:.5rem;padding:.5rem 0 .25rem;background:transparent;color:#fff;margin:0}.teaching-bubble-close.common-button i.right{opacity:1;font-size:1.3rem;margin:0}.hc .teaching-bubble,.high-contrast .teaching-bubble{background:#000;color:#fff;border:solid #fff}.hc .teaching-bubble .teaching-bubble-navigation>.common-button,.high-contrast .teaching-bubble .teaching-bubble-navigation>.common-button{color:#fff;border:solid #fff}.hc .teaching-bubble-arrow,.high-contrast .teaching-bubble-arrow{color:#fff}.hc .teaching-bubble-cutout,.high-contrast .teaching-bubble-cutout{border:.25rem solid #ff0}.confetti-container{position:absolute;width:100%;height:100%;overflow:hidden;z-index:100}.confetti{width:10px;height:10px;background-color:#249ca3;position:absolute;right:50%;top:-15px;animation:confetti 2.5s linear -2s infinite;transform-origin:right top;z-index:110}.confetti.reverse{animation:confetti-reverse 2.5s linear -2s infinite}.color-0{background-color:#ff2121}.color-1{background-color:#ff93c4}.color-2{background-color:#ff8135}.color-3{background-color:#fff609}.color-4{background-color:#249ca3}.color-5{background-color:#78dc52}.color-6{background-color:#003fad}.color-7{background-color:#87f2ff}.color-8{background-color:#8e2ec4}@keyframes confetti{0%{transform:rotate(-15deg) rotateY(0deg) translate(0)}25%{transform:rotate(-5deg) rotateY(1turn) translate(1vw,20vh)}50%{transform:rotate(-15deg) rotateY(2turn) translate(-1vw,50vh)}75%{transform:rotate(-5deg) rotateY(3turn) translate(1vw,80vh)}to{transform:rotate(-15deg) rotateY(4turn) translate(-1vw,110vh)}}@keyframes confetti-reverse{0%{transform:rotate(-5deg) rotateY(0deg) translate(0)}25%{transform:rotate(-15deg) rotateY(1turn) translate(-1vw,20vh)}50%{transform:rotate(-5deg) rotateY(2turn) translate(1vw,50vh)}75%{transform:rotate(-15deg) rotateY(3turn) translate(-1vw,80vh)}to{transform:rotate(-5deg) rotateY(4turn) translate(1vw,110vh)}}.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 0 0 .25rem;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-right:.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:#2c7485;color:#fff;border:1px solid #2c7485}.common-button.blue{background:#3454d1;color:#fff;border:1px solid #3454d1}.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:#2c7485}.common-button.blue.inverted{background:#fff;color:#3454d1}.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.menu-button.disabled{opacity:.8}.common-button.menu-button.disabled:active,.common-button.menu-button.disabled:hover{background:none}.common-button:focus-visible:after{content:"";position:absolute;inset:4px;border:1px solid transparent;outline:1px solid #605e5c;z-index:1;border-radius:.2em}.common-button.discourse:focus-visible:after,.common-button.facebook:focus-visible:after,.common-button.green:focus-visible:after,.common-button.menu-button:focus-visible:after,.common-button.orange:focus-visible:after,.common-button.primary:focus-visible:after,.common-button.red:focus-visible:after,.common-button.secondary:focus-visible:after,.common-button.teal:focus-visible:after,.common-button.twitter:focus-visible:after{outline:1px solid #fff}.common-button.inverted:focus-visible: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.inverted.text-only,.common-button.text-only{border:none;background:none}a.common-button.menu-button{display:flex;align-items:center}.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-visible,.common-button.link-button:focus-visible:after{outline:none;border:none;text-decoration:underline}.common-button.link-button.kiosk{color:#323130}.common-button.circle-button,.common-button.square-button{width:3rem;height:3rem;overflow:hidden;padding:0}.common-button.square-button i,.common-button.square-button i.far,.common-button.square-button i.fas{margin:0}.common-button.circle-button,.common-button.circle-button:focus-visible:after{border-radius:2rem}.common-button-group{display:flex;flex-direction:row}.common-button-group .common-button{border-radius:0;margin:0}.common-button-group .common-button.inverted:not(:last-child){border-left:none}.common-button-group .common-button:first-child{border-top-right-radius:.2em;border-bottom-right-radius:.2em}.common-button-group .common-button:last-child{border-top-left-radius:.2em;border-bottom-left-radius:.2em;margin:0 0 0 .25rem}.common-button.social-button{font-size:1.5rem}.common-button.social-button img{max-width:100%}.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}.common-button.whatsapp{background:#59ce72;color:#fff}.common-button.microsoft-teams{background:#35258f;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-right-radius:.25rem;border-bottom-right-radius:.25rem;position:absolute;top:1rem;left:-1rem;padding:.5rem .5rem .25rem;min-width:5rem;font-size:16px;border-color:#f37000}.common-card-label:after{position:absolute;content:"";top:100%;right:auto;left:0;background-color:transparent;border-color:transparent;border-style:solid;border-width:1.2em 0 0 1.2em;border-top-color:inherit;width:0;height:0}.common-checkbox{position:relative;padding:.25rem;display:flex;align-items:center;cursor:pointer}.common-checkbox input{margin-left:.5rem}.common-checkbox:focus-within{outline:1px solid #605e5c;border-radius:.2em}#profile-email-checkbox{width:2rem}.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 8px 0 28px;margin:0;height:32px;line-height:30px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:right}.common-dropdown>.common-button>.common-button-flex>i.right{position:absolute;left: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-left:.5rem}.common-dropdown>.common-menu-dropdown-pane{width:unset;left:unset;min-width:100%;right:0;z-index:1}.common-dropdown>.common-menu-dropdown-pane li .common-button{text-align:right;width:100%;padding-right:.5rem}.common-dropdown.hang-left>.common-menu-dropdown-pane{right:unset;left: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,.8);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-right:1px solid rgba(52,73,94,.2);border-left: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-left: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-right .25s,width .25s;border-radius:.2rem;margin-right:-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-right:50%}.common-editor-toggle .common-editor-toggle-item:first-of-type.selected~.common-editor-toggle-handle{margin-right:0}.common-editor-toggle .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-right:33%}.common-editor-toggle .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-right: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-right: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-right: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-right:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-right: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-right: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-right:70%}.common-toggle-accessibility{position:absolute;z-index:2;width:0;height:0;right:0;background:#fff}.common-toggle-accessibility .common-button{width:0;height:0;min-height:0;overflow:hidden;padding:0;position:absolute;top:0;right: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-right:.5rem;padding-left:.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-right: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-right: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-right: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-right: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-right: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-right:75%}}@media only screen and (max-width:767px){.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button{padding-right:.5rem;padding-left:.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-right: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-right: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-right: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-right: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-right: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-right:75%}}i.far,i.fas{margin:0 0 0 .25rem;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;left:.5rem;width:1.25rem;margin-left: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 .5rem 0 1.75rem}.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-left-radius:0;border-bottom-left-radius:0;border-left:none;height:3rem}.common-input-attached-button .common-button{border-top-right-radius:0;border-bottom-right-radius:0}.common-input-group>.common-button{color:rgba(0,0,0,.87)!important}.common-menu-dropdown-pane{z-index:1}.common-menu-dropdown-pane .common-button{padding:.8rem;width:100%;text-align:start}.hc .common-input,.high-contrast .common-input{color:#fff;border-color:#fff;background-color:#000}.hc .common-input-group:focus-within:after,.hc .common-input-group:focus:after,.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{width:60px;height:60px}.common-lazy-image-wrapper .loading-element{position:absolute;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 .loading-element,.common-lazy-image-wrapper.loaded i.fa-image{opacity:0}.common-lazy-image-wrapper.loaded img{opacity:1}.common-lazy-image-wrapper.error .loading-element{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;left: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:right;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;right:0;left: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;max-height:100%;border-radius:.285rem;overflow-x:hidden;overflow-y:auto}.wide>.common-modal{width:75%;max-width:60rem}@media only screen and (max-width:991px){.common-modal,.wide>.common-modal{width:95%}}.common-modal-header{background-color:#fff;display:flex;font-size:1.2rem;font-weight:600;padding-right: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;right:0;left: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-progressbar-wrapper{--progress-bar-filled-color:#5874e1;--progress-bar-unfilled-color:#eee;--progress-bar-border-color:#7d7d7d}.common-progressbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.hc progress[value].common-progressbar,.high-contrast progress[value].common-progressbar{--progress-bar-filled-color:#fff;--progress-bar-unfilled-color:#000;--progress-bar-border-color:#fff;box-shadow:none}progress[value].common-progressbar{background-color:var(--progress-bar-unfilled-color);border-radius:4px;border:2px solid var(--progress-bar-border-color);width:100%;height:100%;box-shadow:inset 0 2px 5px rgba(0,0,0,.25)}progress[value].common-progressbar::-moz-progress-bar{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-value{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-bar{background-color:transparent}.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}.common-tree{display:flex;flex-direction:column}.common-tree.subtree .common-treeitem{padding-right:2.06rem}.common-treeitem{display:flex;flex-direction:row;align-items:center;height:3rem;cursor:pointer;background-color:#fff;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}.common-treeitem:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-treeitem-container{display:flex;flex-direction:column}.cursor-resize{cursor:ns-resize!important}.cursor-resize #editorSidebar:after{background-color:#107c10}.vertical-resize-container:after{content:"";background-color:#dadaef;position:absolute;bottom:0;width:100%;height:4px;cursor:ns-resize}.common-vertical-slider-wrapper{position:relative;width:10rem}.common-vertical-slider-rail{width:1rem;position:absolute;right:3.5rem;background:#333;border-radius:.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.common-vertical-slider-handle{width:3rem;position:absolute;right:2.5rem;height:1rem;border:2px solid #333;border-radius:.5rem;background:#fff;z-index:1}.common-vertical-slider-handle:focus-visible{outline:2px solid #0078d4}.common-accordion-header-outer{cursor:pointer;background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit;text-align:inherit;width:100%}.common-accordion-header-outer>div{display:flex;flex-direction:row;width:100%}.common-accordion-header-outer .common-accordion-chevron{display:flex;flex-direction:row;align-items:center;width:2rem}.common-accordion-header-outer .common-accordion-header-content{flex-grow:1}.common-accordion-header-outer:focus-visible{outline:1px solid #605e5c}.common-carousel-nav{display:flex;flex-direction:row;justify-content:center;align-items:center}.common-carousel-nav .common-carousel-nav-arrow{min-height:1rem;min-width:1rem;padding:0;background:none;color:#fff;width:1.25rem;height:1.25rem;margin:0}.common-carousel-nav .common-carousel-nav-arrow i.fas{width:1.25rem}.common-carousel-nav .common-carousel-nav-arrow.disabled{opacity:.5}.common-carousel-nav ul{list-style:none;margin:0 .125rem;margin-block:0;padding-inline:0;height:1.25rem}.common-carousel-nav li,.common-carousel-nav ul{display:flex;flex-direction:row;justify-content:center;align-items:center}.common-carousel-nav li{height:1rem;width:1rem}.common-carousel-nav li .common-button{width:1rem;height:1rem;padding:.3rem;background:none}.common-carousel-nav li .common-button .common-carousel-nav-button-handle{background-color:#fff;border-radius:100%;height:.4rem;width:.4rem;display:block}.common-carousel-nav li .common-button.selected{padding:.125rem}.common-carousel-nav li .common-button.selected .common-carousel-nav-button-handle{height:.75rem;width:.75rem}.common-carousel-nav .common-button:focus-visible:after{inset:-1px}@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)
|