.PollNode__container{border:1px solid #eee;background-color:#fcfcfc;padding:15px;border-radius:10px;max-width:600px;min-width:400px}.PollNode__heading{margin:0 0 15px;color:#444;text-align:center;font-size:18px}.PollNode__optionContainer{display:flex;flex-direction:row;margin-bottom:10px;align-items:center}.PollNode__optionInputWrapper{display:flex;flex:10px;border:1px solid #3d87f5;border-radius:5px;position:relative;overflow:hidden;cursor:pointer}.PollNode__optionInput{display:flex;flex:1px;border:0;padding:7px;color:#3d87f5;background-color:transparent;font-weight:700;outline:0;z-index:0}.PollNode__optionInput::placeholder{font-weight:400;color:#999}.PollNode__optionInputVotes{background-color:#ecf3fe;height:100%;position:absolute;top:0;left:0;transition:width 1s ease;z-index:0}.PollNode__optionInputVotesCount{color:#3d87f5;position:absolute;right:15px;font-size:12px;top:5px}.PollNode__optionCheckboxWrapper{position:relative;display:flex;width:22px;height:22px;border:1px solid #999;margin-right:10px;border-radius:5px}.PollNode__optionCheckboxChecked{border:1px solid #3d87f5;background-color:#3d87f5;background-position:3px 3px;background-repeat:no-repeat}.PollNode__optionCheckbox{border:0;position:absolute;display:block;width:100%;height:100%;opacity:0;cursor:pointer}.PollNode__optionDelete{display:flex;width:28px;height:28px;margin-left:6px;border:0;background-color:transparent;background-position:6px 6px;background-repeat:no-repeat;z-index:0;cursor:pointer;border-radius:5px;opacity:.3}.PollNode__optionDelete:hover{opacity:1;background-color:#eee}.PollNode__optionDeleteDisabled{cursor:not-allowed}.PollNode__optionDeleteDisabled:hover{opacity:.3;background-color:transparent}.PollNode__footer{display:flex;justify-content:center}.Button__root{padding:10px 15px;border:0;background-color:#eee;border-radius:5px;cursor:pointer;font-size:14px}.Button__root:hover{background-color:#ddd}.Button__small{padding:5px 10px;font-size:13px}.Button__disabled{cursor:not-allowed}.Button__disabled:hover{background-color:#eee}.StickyNode__contentEditable{min-height:20px;border:0;resize:none;cursor:text;font-size:24px;caret-color:#050505;display:block;position:relative;tab-size:1;outline:0;padding:10px;user-select:text;white-space:pre-wrap;word-wrap:break-word}.StickyNode__placeholder{font-size:24px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:30px;left:20px;width:120px;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}.StickyEditorTheme__paragraph{margin:0;position:"relative"}.PlaygroundEditorTheme__ltr{text-align:left}.PlaygroundEditorTheme__rtl{text-align:right}.PlaygroundEditorTheme__paragraph{margin:0 0 8px;position:relative}.PlaygroundEditorTheme__paragraph:last-child{margin-bottom:0}.PlaygroundEditorTheme__quote{margin:0 0 10px 20px;font-size:15px;color:#65676b;border-left:4px solid #ced0d4;padding-left:16px}.PlaygroundEditorTheme__h1{font-size:24px;color:#050505;font-weight:400;margin:0 0 12px;padding:0}.PlaygroundEditorTheme__h2{font-size:15px;color:#65676b;font-weight:700;margin:10px 0 0;padding:0;text-transform:uppercase}.PlaygroundEditorTheme__h3{font-size:12px;margin:10px 0 0;padding:0;text-transform:uppercase}.PlaygroundEditorTheme__textBold{font-weight:700}.PlaygroundEditorTheme__textItalic{font-style:italic}.PlaygroundEditorTheme__textUnderline{text-decoration:underline}.PlaygroundEditorTheme__textStrikethrough{text-decoration:line-through}.PlaygroundEditorTheme__textUnderlineStrikethrough{text-decoration:underline line-through}.PlaygroundEditorTheme__textSubscript{font-size:.8em;vertical-align:sub!important}.PlaygroundEditorTheme__textSuperscript{font-size:.8em;vertical-align:super}.PlaygroundEditorTheme__textCode{background-color:#f0f2f5;padding:1px .25rem;font-family:Menlo,Consolas,Monaco,monospace;font-size:94%}.PlaygroundEditorTheme__hashtag{background-color:rgba(88,144,255,.15);border-bottom:1px solid rgba(88,144,255,.3)}.PlaygroundEditorTheme__link{color:#216fdb;text-decoration:none}.PlaygroundEditorTheme__link:hover{text-decoration:underline}.PlaygroundEditorTheme__code{background-color:#f0f2f5;font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;tab-size:2;overflow-x:auto;position:relative}.PlaygroundEditorTheme__code:before{content:attr(data-gutter);position:absolute;background-color:#eee;left:0;top:0;border-right:1px solid #ccc;padding:8px;color:#777;white-space:pre-wrap;text-align:right;min-width:25px}.PlaygroundEditorTheme__code:after{content:attr(data-highlight-language);top:0;right:3px;padding:3px;font-size:10px;text-transform:uppercase;position:absolute;color:rgba(0,0,0,.5)}.PlaygroundEditorTheme__table{border-collapse:collapse;border-spacing:0;max-width:100%;overflow-y:scroll;table-layout:fixed;width:100%}.PlaygroundEditorTheme__tableCell{border:1px solid #000;padding:6px 8px;min-width:75px;vertical-align:top;text-align:start}.PlaygroundEditorTheme__tableCellHeader{background-color:#f2f3f5;text-align:start}.PlaygroundEditorTheme__characterLimit{display:inline;background-color:#fbb!important}.PlaygroundEditorTheme__ol1{padding:0;margin:0 0 0 16px}.PlaygroundEditorTheme__ol2{padding:0;margin:0 0 0 16px;list-style-type:upper-alpha}.PlaygroundEditorTheme__ol3{padding:0;margin:0 0 0 16px;list-style-type:lower-alpha}.PlaygroundEditorTheme__ol4{padding:0;margin:0 0 0 16px;list-style-type:upper-roman}.PlaygroundEditorTheme__ol5{padding:0;margin:0 0 0 16px;list-style-type:lower-roman}.PlaygroundEditorTheme__ul{padding:0;margin:0 0 0 16px}.PlaygroundEditorTheme__listItem{margin:8px 32px}.PlaygroundEditorTheme__listItemChecked,.PlaygroundEditorTheme__listItemUnchecked{position:relative;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;outline:none}.PlaygroundEditorTheme__listItemChecked{text-decoration:line-through}.PlaygroundEditorTheme__listItemChecked:before,.PlaygroundEditorTheme__listItemUnchecked:before{content:"";width:16px;height:16px;top:2px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}.PlaygroundEditorTheme__listItemChecked[dir=rtl]:before,.PlaygroundEditorTheme__listItemUnchecked[dir=rtl]:before{left:auto;right:0}.PlaygroundEditorTheme__listItemChecked:focus:before,.PlaygroundEditorTheme__listItemUnchecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:2px}.PlaygroundEditorTheme__listItemUnchecked:before{background-image:url(/src/editor/images/icons/square.svg)}.PlaygroundEditorTheme__listItemChecked:before{background-image:url(/src/editor/images/icons/square-check.svg)}.PlaygroundEditorTheme__nestedListItem{list-style-type:none}.PlaygroundEditorTheme__nestedListItem:after,.PlaygroundEditorTheme__nestedListItem:before{display:none}.PlaygroundEditorTheme__tokenComment{color:#708090}.PlaygroundEditorTheme__tokenPunctuation{color:#999}.PlaygroundEditorTheme__tokenProperty{color:#905}.PlaygroundEditorTheme__tokenSelector{color:#690}.PlaygroundEditorTheme__tokenOperator{color:#9a6e3a}.PlaygroundEditorTheme__tokenAttr{color:#07a}.PlaygroundEditorTheme__tokenVariable{color:#e90}.PlaygroundEditorTheme__tokenFunction{color:#dd4a68}.PlaygroundEditorTheme__mark{background:rgba(255,212,0,.14);border-bottom:2px solid rgba(255,212,0,.3);padding-bottom:2px}.PlaygroundEditorTheme__markOverlap{background:rgba(255,212,0,.3);border-bottom:2px solid rgba(255,212,0,.7)}.PlaygroundEditorTheme__mark.selected{background:rgba(255,212,0,.5);border-bottom:2px solid #ffd400}.PlaygroundEditorTheme__markOverlap.selected{background:rgba(255,212,0,.7);border-bottom:2px solid rgba(255,212,0,.7)}.PlaygroundEditorTheme__layoutContainer{display:grid;gap:5px;margin:5px 0}.PlaygroundEditorTheme__layoutItem{border:1px dashed #ddd;padding:8px 16px}.ContentEditable__root{min-height:150px;border:0;resize:none;cursor:text;font-size:15px;display:block;position:relative;tab-size:1;outline:0;padding:10px;overflow:auto;resize:vertical}.Placeholder__root{font-size:15px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:10px;left:10px;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}[type=page-break]{position:relative;display:block;width:calc(100% + var(--editor-input-padding, 28px) * 2);overflow:unset;margin-left:calc(var(--editor-input-padding, 28px) * -1);margin-top:var(--editor-input-padding,28px);margin-bottom:var(--editor-input-padding,28px);border:none;border-top:1px dashed var(--editor-color-secondary,#eee);border-bottom:1px dashed var(--editor-color-secondary,#eee);background-color:var(--editor-color-secondary,#eee)}[type=page-break]:before{content:"";position:absolute;top:50%;left:calc(var(--editor-input-padding, 28px) + 12px);transform:translateY(-50%);opacity:.5;background-size:cover;background-image:url(/_next/static/media/scissors.dfd5cb75.svg);width:16px;height:16px}[type=page-break]:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;padding:2px 6px;border:1px solid #ccc;background-color:#fff;content:"PAGE BREAK";font-size:12px;color:#000;font-weight:600}.selected[type=page-break]{border-color:var(--editor-color-primary,#4766cb)}.selected[type=page-break]:before{opacity:1}