html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;touch-action:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=submit]{-webkit-appearance:none}*{-webkit-tap-highlight-color:transparent}*{-webkit-text-size-adjust:100%}:root{--safeAreaInsetTop: env(safe-area-inset-top);--safeAreaInsetBottom: env(safe-area-inset-bottom);--safeAreaInsetLeft: env(safe-area-inset-left);--safeAreaInsetRight: env(safe-area-inset-right)}:root{--primaryBlue: #007bff;--primaryBlueTint: #006fe6;--primaryBlueHighlight: #b3d7ff;--disabledColor: #b6b6b9;--disabledBorderColor: #6d6d72;--neutralColor: #aaaaaa;--whiteHighlightColor: #ccc;--warnYellow: #ffe44d;--errorRed: #ff5e4d;--desktopBackColor: #12264d}.genericButton{min-height:44px;display:flex;align-items:center;box-sizing:border-box}select:disabled{opacity:1}.primaryTextButton{color:var(--primaryBlue)}.primaryTextButton:not([aria-disabled=true]):active{color:var(--primaryBlueHighlight)}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .25s}.fade-enter-done{opacity:1}.fade-appear{opacity:0}.fade-appear-active{opacity:1;transition:opacity .25s}.fade-appear-done,.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .25s}.fade-exit-done{opacity:0}.up-enter{transform:translateY(100%)}.up-enter-active{transform:translateY(0);transition:transform .2s;transition-timing-function:ease-out}.up-exit{transform:translateY(0)}.up-exit-active{transform:translateY(100%);transition:transform .2s;transition-timing-function:ease-out}.slide-left-enter{transform:translate(-100%)}.slide-left-enter-active{transform:translate(0);transition:transform .2s;transition-timing-function:ease-out}.slide-left-exit{transform:translate(0)}.slide-left-exit-active{transform:translate(-100%);transition:transform .2s;transition-timing-function:ease-out}.slide-right-enter{transform:translate(100%)}.slide-right-enter-active{transform:translate(0);transition:transform .2s;transition-timing-function:ease-out}.slide-right-exit{transform:translate(0)}.slide-right-exit-active{transform:translate(100%);transition:transform .2s;transition-timing-function:ease-out}.rotate-right-appear,.rotate-right-appear-active,.rotate-right-appear-done{transform:rotate(90deg)}.rotate-right-enter{transform:rotate(0)}.rotate-right-enter-active{transform:rotate(90deg);transition:transform .3s;transition-timing-function:ease-out}.rotate-right-enter-done,.rotate-right-exit{transform:rotate(90deg)}.rotate-right-exit-active{transform:rotate(0);transition:transform .3s;transition-timing-function:ease-out}.rotate-right-exit-done{transform:rotate(0)}.relative{position:relative}.fadeModal{position:fixed;left:0;top:0;width:100%;height:100%;pointer-events:auto}.fadeModalBg{position:fixed;width:100%;height:100%;left:0;top:0;pointer-events:auto}.fadeModalBg[data-overlay=true]{background-color:#0006}.fadeTooltip{position:fixed;inset:0;pointer-events:none}.fadeTooltip>*{pointer-events:auto}@media (max-height: 480px) and (orientation: landscape),(max-width: 480px) and (orientation: portrait){[data-collapse-on-mobile=true]{display:none!important}}.uiInputSubmit,[role=button],.uiButton,.genericButton{cursor:pointer}input[type=text][disabled],.uiInputSubmit[disabled],.uiButton[aria-disabled=true],[role=button][data-disabled=true],[role=button][aria-disabled=true]{cursor:not-allowed;color:var(--disabledColor)}.flex{display:flex}.flexSpacer{flex:1}.absoluteAnchorCenterTop{position:absolute;left:50%;top:0}.absoluteAnchorCenterBottom{position:absolute;left:50%;bottom:0}.absoluteAnchorRightMiddle{position:absolute;right:0;top:50%}:root{--uiPopoverTriSize: 10px;--uiPopoverWidth: 272px;--uiPopoverMinHeight: 52px;--uiPopoverPaddingLeft: 20px}.uiPopoverWrapper{position:relative;filter:drop-shadow(1px 2px 8px rgba(0,0,0,.4));pointer-events:none}.uiPopoverWrapper[data-anchor=middleLeft],.uiPopoverWrapper[data-anchor=middleRight]{display:flex;justify-content:flex-start;align-items:stretch}.uiPopover{border-radius:13px;overflow:hidden;pointer-events:all;position:relative;z-index:1}.uiPopover[data-round-edge=true]{border-radius:calc(var(--vh, 1vh) * 100)}.uiPopoverTri{position:relative;pointer-events:none}.uiPopoverTri[data-anchor=bottomCenter],.uiPopoverTri[data-anchor=topCenter]{width:100%;height:var(--uiPopoverTriSize)}.uiPopoverTri[data-anchor=middleLeft],.uiPopoverTri[data-anchor=middleRight]{width:var(--uiPopoverTriSize)}.uiPopoverTriInner{position:absolute;width:10px;height:10px;box-sizing:border-box;pointer-events:none}.uiPopoverTriInner[data-anchor=bottomCenter]{border-bottom:10px solid white;border-left:10px solid transparent;border-right:10px solid transparent}.uiPopoverTriInner[data-anchor=topCenter]{border-top:10px solid white;border-left:10px solid transparent;border-right:10px solid transparent}.uiPopoverTriInner[data-anchor=middleLeft]{border-left:10px solid white;border-top:10px solid transparent;border-bottom:10px solid transparent}.uiPopoverTriInner[data-anchor=middleRight]{border-right:10px solid white;border-top:10px solid transparent;border-bottom:10px solid transparent}.uiPopoverItems{min-width:var(--uiPopoverWidth)}.uiPopoverItem{min-width:var(--uiPopoverWidth);width:100%;box-sizing:border-box;min-height:var(--uiPopoverMinHeight);display:flex;padding:0 15px;border-top:1px solid #ccc;justify-content:center;align-items:center;background-color:#fff;color:var(--primaryBlue);text-decoration:none;text-align:center}.uiPopoverTextItem{max-width:var(--uiPopoverWidth);background-color:#fff;padding:15px;font-size:14px}.uiPopoverItemLeftAlign{padding:0px 15px 0px var(--uiPopoverPaddingLeft);justify-content:start}.uiPopoverItem:active{background-color:#ccc}.uiPopoverItem[aria-disabled=true]{cursor:not-allowed;color:#ccc;background-color:#fff}.uiPopoverItem:first-child{border-top:none}.uiPopoverItem:focus-visible{outline-offset:-1px}.uiPopoverItem[role=menuitemradio][aria-checked=true]{background-color:var(--primaryBlueHighlight)}.uiPopoverItem a{color:var(--primaryBlue);text-decoration:none}.uiPopoverIconItem{width:355px;display:grid;grid-template-columns:44px 1fr 10px;grid-gap:10px;box-sizing:border-box;padding-left:10px}.uiPopoverIconItemIcon{display:flex;align-items:center;justify-content:center}.uiPopoverIconItem[aria-disabled=true]>.uiPopoverIconItemIcon{filter:grayscale(1);opacity:.5}.uiPopoverIconItemIcon img{max-height:30px}.uiPopoverIconItemIcon .maskedImage{max-height:30px;width:var(--28px);height:var(--28px)}.uiPopoverIconItemText{color:var(--primaryBlue);display:flex;align-items:center;text-decoration:none;text-align:center;font-size:1rem}[data-disabled=true]>.uiPopoverIconItemText,[aria-disabled=true]>.uiPopoverIconItemText{color:#ccc}.alignVerticalMiddle{display:flex;align-items:center}.listViewSectionTitle{font-size:10pt;padding:10px;color:#6d6d72;text-align:left}.listViewCell{border-bottom:1px solid #e0e0e0;font-size:11pt;background-color:#fff;position:relative;overflow:hidden}.listViewSectionTitle+.listViewCell{border-top:1px solid #e0e0e0}.listViewCell[data-clickable=false]{cursor:default}.listViewCell[data-highlight=true],.listViewCell[data-clickable=true]:not([aria-disabled=true]):active{background-color:#c5ddfb}.listViewCell[aria-disabled=true]{color:var(--disabledColor);cursor:not-allowed}.listViewCell:first-of-type{border-top:1px solid #e0e0e0}.listViewCellInner{min-height:44px;display:flex;align-items:center;position:relative;transform:translate(0)}.listViewCellInner[data-deleting=true]{transform:translate(-64px);transition:transform .25s}.listViewCellInner[data-deleting=false]{transform:translate(0);transition:transform .25s}.listCellItem{padding-left:10px}.listCellItem:last-child{margin-right:10px}.listViewCellBody{padding-left:10px;flex-grow:1;display:flex;align-items:center;overflow:hidden;padding-top:var(--ellipsisTextPadding);padding-bottom:var(--ellipsisTextPadding)}.listCellDualBody{padding-left:10px;flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.listCellDualTitle{padding-bottom:5px}.listCellDualDesc{font-size:10px;color:#707070}.listViewDeleteMark{width:30px;height:30px;border-radius:50%;background-size:30px;background-position:center;background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 80 80"><defs><style>.cls-1{fill:url(%23\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_10);}.cls-2{fill:%23ff3b30;}.cls-3{fill:%23fff;}<\/style><linearGradient id="\540d\79f0\672a\8a2d\5b9a\30b0\30e9\30c7\30fc\30b7\30e7\30f3_10" x1="40" y1="72.05" x2="40" y2="12.51" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%23f2f2f2"/><stop offset="1" stop-color="%23f2f2f2" stop-opacity="0"/></linearGradient></defs><title>\30a2\30fc\30c8\30dc\30fc\30c9  1 \306e\30b3\30d4\30fc</title><circle class="cls-1" cx="40" cy="42.28" r="29.77"/><circle class="cls-2" cx="40" cy="37.72" r="29.77"/><rect class="cls-3" x="25.34" y="36.37" width="29.32" height="2.71"/></svg>')}.listViewDeleteButton{height:100%;position:absolute;padding:0 10px;width:64px;box-sizing:border-box;background-color:red;color:#fff;display:flex;align-items:center;justify-content:center;right:0;top:0}.listViewArrowMark{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 10 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;"><path d="M2.009,2.241l5.292,5.001l-5.318,5.436" style="fill:none;stroke:%23ccc;stroke-width:2px;"/></svg>');background-size:10px 15px;background-position:center;width:10px;height:15px}.listViewSecondaryBody{color:#ccc;padding:0 10px}.listViewExpandableArrowMark{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.53 20"><defs><style>.a{fill:%23027bff;}<\/style></defs><path class="a" d="M11.53,9.975a1.5,1.5,0,0,1-.441,1.065L2.571,19.559a1.506,1.506,0,0,1-2.13-2.13L7.9,9.975l-7.4-7.4A1.506,1.506,0,0,1,2.619.441l8.47,8.47A1.5,1.5,0,0,1,11.53,9.975Z"/></svg>') no-repeat center center / 10px 13px;width:10px;height:13px;mask:var(--mask);-webkit-mask:var(--mask);background-color:var(--primaryBlue)}.listViewExpandableArrowMark[data-expanded=true]{transform:rotate(90deg)}.listViewDeleteButton-enter{transform:translate(64px);color:transparent}.listViewDeleteButton-enter-active{transform:translate(0);color:#fff;transition:transform .25s,color .25s .25s}.listViewDeleteButton-exit{transform:translate(0);color:transparent}.listViewDeleteButton-exit-active{transform:translate(64px);transition:transform .25s}.listViewSelectable{width:18px;height:18px;border-radius:50%;border:2px solid #ccc}.listViewSelectable[data-checked=true]{background-color:var(--primaryBlue)}.listViewSelectable[data-checked=true][data-select-type=delete]{background-color:red}.uiListRow{padding:0 10px}.uiListDesc{line-height:44px;text-align:center;color:#6d6d72}.listViewSection{margin-bottom:22px}.uiSegment{display:flex;padding:5px 0}.uiSegmentItem{display:flex;flex:1;align-items:center;justify-content:center;text-align:center;background-color:#fff;color:var(--primaryBlue);border:none;height:36px;border-top:1px solid var(--primaryBlue);border-bottom:1px solid var(--primaryBlue)}.uiSegmentItem:not(:last-child){border-right:1px solid var(--primaryBlue)}.uiSegmentItem:first-child,.uiSegmentSpacer+.uiSegmentItem{border-left:1px solid var(--primaryBlue);border-top-left-radius:8px;border-bottom-left-radius:8px}.uiSegmentItem:last-child,.uiSegmentItem:has(+.uiSegmentSpacer){border-right:1px solid var(--primaryBlue);border-top-right-radius:8px;border-bottom-right-radius:8px}.uiSegmentItem:not([aria-disabled=true]):active,.uiSegmentItem[aria-checked=true],.uiSegmentItem[aria-selected=true]{color:#fff;background-color:var(--primaryBlue)}.uiSegmentItem[aria-disabled=true]{color:var(--disabledColor);border-color:var(--disabledBorderColor)}.uiSegmentItem[aria-checked=true][aria-disabled=true],.uiSegmentItem[aria-selected=true][aria-disabled=true]{background-color:var(--disabledBorderColor);border-color:var(--disabledBorderColor)}:root{--navBodyBackground: #f2f2f7;--navSeparatorBorderWidth: 1px;--navHeaderHeight: calc(44px + var(--navSeparatorBorderWidth));--navSeparatorBorder: var(--navSeparatorBorderWidth) solid #d8d8d8;--ellipsisTextPadding: calc(230em / 1070);--textMinHeight: calc(1em + var(--ellipsisTextPadding) * 2)}.nav{width:100%;height:100%;display:flex;flex-direction:column;background-color:var(--navBodyBackground)}.nav[data-round=true]{border-radius:8px;overflow:hidden}.navHeader{position:relative;background-color:#e5e5e8;width:100%;height:fit-content;min-height:var(--navHeaderHeight);box-sizing:border-box;border-bottom:var(--navSeparatorBorder);display:flex;align-items:center}.navHeader[data-round=true]{border-top-right-radius:8px;border-top-left-radius:8px}.uiPopover .navHeader{min-height:var(--uiPopoverMinHeight);background-color:#fff}.navHeaderSpacer{width:15px}.navHeaderGrid{width:100%;height:100%;display:grid;grid-template-columns:1fr auto 1fr;grid-column-gap:15px;justify-content:space-evenly}.ellipsisTextOuter{overflow-x:hidden}.ellipsisText{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:var(--ellipsisTextPadding) 0}.ellipsisText:not([data-disable-popover=true]){cursor:pointer}.ellipsisTextPopover{background-color:#000;color:#fff;padding:15px;text-align:center;box-sizing:border-box;overflow-wrap:break-word}.navHeaderGridCellCenter{min-width:0;display:flex;align-items:center;justify-content:center;text-align:center}.navHeaderDualTitle{display:flex;flex-direction:column}.navHeaderDualTitleMain{text-align:center}.navHeaderDualTitleSub{font-size:var(--11px);font-weight:400;text-align:center}.navHeaderFlexTitle{display:flex;align-items:center;justify-content:center;gap:8px}.navHeaderGridCellRight{display:flex;align-items:center;justify-self:end;margin-right:15px}.navHeaderGridCellLeft{display:flex;align-items:center;justify-self:start;margin-left:15px}.navHeaderButton{background-color:transparent;border:none;color:var(--primaryBlue);cursor:pointer;font-size:1em;white-space:nowrap}.navHeaderButton:not([aria-disabled=true]):active{color:var(--primaryBlueHighlight)}.navHeaderButton[aria-disabled=true]{opacity:.5}.navHeaderBackButton{display:flex;flex-direction:row;align-items:center;color:var(--primaryBlue);gap:6px}.navHeaderBackButtonIcon{--backIconSize: var(--16px);--backIconWidthHeightRatio: 9 / 15;--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="_\30ec\30a4\30e4\30fc_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 15"><defs><style>.cls-1{fill:%23007aff;}<\/style></defs><g id="Medium-M"><path class="cls-1" d="M0,7.5c0,.15,.03,.28,.08,.4,.05,.12,.14,.24,.25,.35l6.99,6.46c.19,.19,.42,.28,.69,.28s.51-.09,.7-.28c.19-.19,.29-.42,.29-.7s-.1-.5-.3-.71L2.37,7.5,8.7,1.69c.2-.21,.3-.44,.3-.71s-.1-.51-.29-.7c-.19-.19-.42-.28-.7-.28s-.51,.09-.69,.28L.33,6.74c-.22,.22-.33,.47-.33,.76Z"/></g></svg>') no-repeat center center / var(--backIconSize) var(--backIconSize);width:calc(var(--backIconSize) * var(--backIconWidthHeightRatio));height:var(--backIconSize);min-height:var(--backIconSize);min-width:calc(var(--backIconSize) * var(--backIconWidthHeightRatio));mask:var(--mask);-webkit-mask:var(--mask);background-color:var(--primaryBlue)}.navHeaderButton:active .navHeaderBackButtonIcon{background-color:var(--primaryBlueHighlight)}.navHeaderBackButton>span{width:max-content}.navHeaderMoreIcon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.a{fill:%23007aff;}<\/style></defs><title>\30a2\30fc\30c8\30dc\30fc\30c9  4</title><path class="a" d="M10,.87A9.13,9.13,0,1,1,.87,10,9.13,9.13,0,0,1,10,.87h0M10,0A10,10,0,1,0,20,10,10,10,0,0,0,10,0Z"/><rect class="a" x="4.52" y="8.69" width="2.62" height="2.62" rx="1.31"/><rect class="a" x="12.86" y="8.69" width="2.62" height="2.62" rx="1.31"/><rect class="a" x="8.69" y="8.69" width="2.62" height="2.62" rx="1.31"/></svg>') no-repeat center center / var(--28px) var(--28px);width:var(--28px);height:var(--28px);-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--primaryBlue)}.navHeaderButton:active>.navHeaderMoreIcon{background-color:var(--primaryBlueHighlight)}.navHeaderButton[aria-disabled=true]>.navHeaderMoreIcon{background-color:var(--disabledColor)}.navHeaderCloseIcon{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 20 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><path d="M1.548,1.643l16.09,15.691" style="fill:none;stroke:%23007aff;stroke-width:2px;"/><path d="M17.439,1.443l-15.692,16.091" style="fill:none;stroke:%23007aff;stroke-width:2px;"/></g></svg>') no-repeat center center / 20px 19px;-webkit-mask:var(--mask);mask:var(--mask);width:20px;height:19px;background-color:var(--primaryBlue)}.navHeaderButton:active .navHeaderCloseIcon{background-color:var(--primaryBlueHighlight)}.navHeaderShareIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 20 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g><path d="M19.065,26.996l-19.002,0l0,-19.002l6.833,0l0,1l-5.833,0l0,17.002l17.002,0l0,-17.002l-6.172,0l0,-1l7.172,0l0,19.002Z" style="fill:%23007aff;"/><path d="M8.903,2.371l-3.56,3.645l-0.715,-0.699l4.745,-4.859c1.669,1.67 3.339,3.339 5.008,5.008l-0.707,0.707l-3.771,-3.77l0,15.585l-1,0l0,-15.617Z" style="fill:%23007aff;"/></g></svg>');background-size:20px 27px;width:20px;height:27px;background-position:center;background-repeat:no-repeat}.navBody{width:100%;position:relative;overflow:auto;flex:1}.navBody[data-round=true]{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.navFooter{width:100%;position:relative;border-top:1px solid #e0e0e0}:root{--loadingDialogWidth: 400px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--loadingDialogWidth: 90vmin}}.uiDialogLoadingBarWrapper{width:100%;overflow-x:hidden}.uiDialogLoadingBarContent{background-color:var(--primaryBlue);width:100%;height:5px;animation:loadingDialogProgressAnimation;animation-iteration-count:infinite;animation-duration:1s}.centerModal{display:flex;justify-content:center}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.centerModal .navBody:last-child{padding-bottom:var(--safeAreaInsetBottom)}.centerModal .navFooter{padding-bottom:var(--safeAreaInsetBottom)}}.centerDialogInner{width:var(--centerDialogWidth);height:var(--centerDialogHeight);position:absolute;top:var(--centerDialogTop)}@keyframes loadingDialogProgressAnimation{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.circleActivityIndicator{top:0;left:0;width:100%;height:100%}.circleActivityIndicatorElementLayer{position:absolute;width:100%;height:100%;top:0;left:0}@keyframes circleActivityIndicatorElementLayerAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--uiDialogTitlePadding: 20px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--uiDialogTitlePadding: 10px}}.uiDialogScrollWrapper{overflow-x:hidden;overflow-y:auto}.restartLoadingDialog{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000}.mipmapImage{object-fit:contain;max-height:100%;max-width:100%}.toast{display:flex;justify-content:center;max-width:70vw;position:fixed;top:0;left:0;right:0;margin:auto;pointer-events:none}@media (max-width: 480px){.toast{max-width:90vw}}.toast-enter{transform:translateY(calc(var(--vh, 1vh) * 100))}.toast-enter-active{transform:translateY(calc(var(--vh, 1vh) * 50));transition:transform ease-out .15s}.toast-enter-done,.toast-exit{transform:translateY(calc(var(--vh, 1vh) * 50))}.toast-exit-active{opacity:0;transition:opacity ease-in .15s}.toastInner{max-width:100%;font-size:var(--20px);translate:0 -50%;background-color:#fff;border-radius:4px;color:var(--primaryBlue);border:1px solid var(--primaryBlue);text-align:center;box-shadow:1px 2px 8px #0006;padding:15px;pointer-events:auto}.toastLine{width:100%;line-height:1.5em;overflow-wrap:break-word}.uiPagerPage{width:100%}.uiPagerPage:first-child{position:absolute;top:0;left:-100%}.uiPagerPage:last-child{position:absolute;top:0;right:-100%}.uiInputGroup{margin-bottom:15px}.uiInputGroup:last-child{margin-bottom:0}.uiInputTitle{margin-bottom:10px;color:#6d6d72}.uiInputText{width:100%;font-size:17px;box-sizing:border-box;border-radius:4px;border:1px solid #c8c7cc;padding:5px;margin:0}.uiInputSubmitWrapper{display:flex;justify-content:center}.uiInputSubmit{padding:0 20px;box-sizing:border-box;height:44px;border:none;background-color:var(--primaryBlue);color:#fff;border-radius:22px;font-size:1rem}.uiInputSubmit:active{background-color:var(--primaryBlueTint)}.uiInputSubmit[disabled]{background-color:var(--disabledColor);color:#fff}:root{--redBadgeColor: #d30a2a;--greenBadgeColor: #70b700}.uiStatusBadge{width:10px;height:10px;border-radius:50%;background-color:var(--disabledBorderColor);flex:0 0 auto}.uiStatusBadge[data-state=green]{background-color:var(--greenBadgeColor)}.uiStatusBadge[data-state=yellow]{background-color:#fff52d}.uiStatusBadge[data-state=red]{background-color:var(--redBadgeColor)}.uiSortPanel{height:50px;display:flex;line-height:50px;position:relative}.uiSortButton{height:50px}.uiSortButton:first-child{margin-right:10px}.uiSortButtonPopoverAnchor{height:28px;line-height:28px;display:flex;padding:0 4px 0 12px;background-color:#fff;border:solid 1px #c8c7ccff;border-radius:15px}.uiSortButton:not([aria-disabled=true]):active .uiSortButtonPopoverAnchor{background-color:#e5e5e5}.uiSortButton:not([aria-disabled=true]):active .uiSortButtonTitle{color:#b2b2b2}.uiSortButtonDropdownArrow{--mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAATklEQVR4Ae3WgQmAQAwEwe8fYEtWm1DkmIEUEP6Ty/kYAAAAAEBPXS9Vi821+HItfssWZ67FhdLitmwxClrMuRZDvMULpTOmvzUFAAAA3Ck9kOXRhzN3AAAAAElFTkSuQmCC) no-repeat center center / 18px 18px;width:18px;height:28px;-webkit-mask:var(--mask);mask:var(--mask);background-color:#000}.uiSortButton:active .uiSortButtonDropdownArrow,.uiSortButton[aria-disabled=true] .uiSortButtonDropdownArrow{background-color:#b2b2b2}.uiSortPanelSortDirectionButton{width:28px;height:28px;background-color:#fff;background-size:18px;background-repeat:no-repeat;background-position:center;border-radius:50%;border:solid 1px #c8c7ccff}.uiSortButton:not([aria-disabled=true]):active .uiSortPanelSortDirectionButton{background-color:#e5e5e5}.uiSortPanelSortDirectionIcon{width:28px;height:28px;background-color:#000}.uiSortButton:not([aria-disabled=true]):active .uiSortPanelSortDirectionIcon{background-color:#b2b2b2}.uiSortButton[aria-disabled=true] .uiSortPanelSortDirectionIcon{background-color:#b2b2b2}.uiSortPanelSortDirectionIcon[data-direction=descending]{--mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAzElEQVR4Ae3PgQXDUBRG4SCADBUK6DAZJYMU0BE6REfoGK9PBNTj13IqSc7hhwvX19k5MzMzG+vKx0ZhG0iYMGHChAkTJkyYsJ6HhZ9AU92jbvgjbFh/TiSqLMu4r2EBVdZNJCrjfoEFFIWbGw8iLsMyqrG5C4G4DENQPC7DEBSPyzAExeMyDEDhuHtdn2AMisfdFlyAsSge14TxKB53adyvPIrHPRu3F4/icXk8isZl1JFwPIrDZdSRcDyKxgXUvnEBtXdc3XkzMzOzNw6CT+LPxy0jAAAAAElFTkSuQmCC) no-repeat center center / 18px 18px;-webkit-mask:var(--mask);mask:var(--mask)}.uiSortPanelSortDirectionIcon[data-direction=ascending]{--mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAA0klEQVR4Ae3PgQVCURiG4YMADXBHaIwAaIDGuKM0SGM0RGiAO0AD1DlEcP28hM/tffng/8HT/jszMzObx7aIen02bxHFcfkojstHcVw+iuO2geK4fFQoDqCWldszEgdQt77Tyv3cd4/DAdS+77jyG7cpDgdQrYC1OBxA1bAv7lHgslAANjr0LQUuAwVgATiAArAIHEQBGMCloEpYAu7KUQwGcJdfwnYDh1AABnAQBXAAxWEFDqI4DqAwrGhqgXEYT5gwYcKECRMmTJgwYWZmZhbYG5YBT7Zd1y3aAAAAAElFTkSuQmCC) no-repeat center center / 18px 18px;-webkit-mask:var(--mask);mask:var(--mask)}.uiSortMenuItem{border:none;display:flex;justify-content:left}.uiSortMenuItemCheckMark{width:32px;height:44px}.uiSortMenuItemCheckMark[data-selected=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 22 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;"><path d="M2.028,4.365l6.371,6.597l10.863,-8.819" style="fill:none;stroke:%2307f;stroke-width:2px;"/></svg>');background-size:16px;background-repeat:no-repeat;background-position:center 55%}.uiSortMenuItemTitle{color:#000;text-align:left}.guideText{color:#03842a}.bold{font-weight:700}.grayText{color:#6d6d72}.horizontalPager{width:100%;height:100%;overflow-x:hidden}.horizontalPager[data-round=true]{border-radius:8px}.horizontalPagerGrid,.horizontalPagerCurrent{width:100%;height:100%;position:relative}.horizontalPagerShadow{width:100%;height:100%;pointer-events:none;position:absolute;top:0}@keyframes horizontalPagerForward{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes horizontalPagerBackward{0%{transform:translate(-100%)}to{transform:translate(0)}}.ellipsisTextLineClamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;padding:calc(var(--ellipsisTextPadding) / 2) 0;line-height:calc(1em + var(--ellipsisTextPadding));overflow-wrap:anywhere}.displayNone{display:none}.scrollLoader{height:100%;overflow-y:auto;display:flex;flex-direction:column}.loadMoreSpinnerWrapper{width:100%;height:62px;min-height:62px;position:relative}:root{--badgeSize: 14px;--badgeFontSize: 12px}.redBadge{width:var(--badgeSize);height:var(--badgeSize);display:flex;align-items:center;justify-content:center;background-color:var(--redBadgeColor);color:#fff;padding:3px;font-size:var(--badgeFontSize);border-radius:50%;line-height:1}.greenBadge{width:var(--badgeSize);height:var(--badgeSize);display:flex;align-items:center;justify-content:center;background-color:var(--greenBadgeColor);color:#fff;padding:3px;font-size:var(--badgeFontSize);border-radius:50%;line-height:1}.maskedImage{-webkit-mask:var(--maskImageUrl) no-repeat center center / 100% 100%;mask:var(--maskImageUrl) no-repeat center center / 100% 100%;background-color:var(--backgroundColor)}.focusGuard{width:1px;height:0px;padding:0;overflow:hidden;position:fixed;top:1px;left:1px}.focusLockContainer:focus-visible{outline:none}.ellipsesButton{width:var(--32px);height:var(--32px);min-height:44px;display:flex;align-items:center;justify-content:center}.ellipsesButtonIcon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.a{fill:%23fff;}<\/style></defs><title>30x30</title><path class="a" d="M6.5,10A1.83,1.83,0,1,1,4.67,8.18,1.83,1.83,0,0,1,6.5,10"/><path class="a" d="M11.83,10A1.83,1.83,0,1,1,10,8.16,1.83,1.83,0,0,1,11.83,10"/><path class="a" d="M17.16,10a1.83,1.83,0,1,1-1.83-1.83A1.83,1.83,0,0,1,17.16,10"/></svg>') no-repeat center center;-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--noteListMoreIconColor);width:var(--20px);height:var(--20px)}.ellipsesButton:active .ellipsesButtonIcon{opacity:.5}.containerTypeInline{container-type:inline-size}.selectableText{user-select:text;-moz-user-select:text;-webkit-user-select:text;padding:0 3px}.a11y-button{position:absolute;height:0;width:0;top:0;left:0;cursor:unset;pointer-events:none}.a11yMainCanvas,.a11yEditor{position:absolute;inset:0;pointer-events:none}.a11yEditor>*{pointer-events:unset}.a11yCard[data-editor-root=true] .a11y-card-content:focus-visible{outline-offset:-2px}.focusScope[data-inert=true]{pointer-events:none;user-select:none}.a11yFocusLight{display:none;position:fixed;background-color:#00000080;width:100%;height:100%;inset:0;pointer-events:none;z-index:2}.a11yDomHighlight{position:fixed;background-color:#00000080;width:100%;height:100%;inset:0;pointer-events:none;z-index:9999}.a11y-button:focus-visible>.a11yFocusLight,.a11y-button:not([tabIndex="0"]):focus>.a11yFocusLight{display:block}[data-implicit-focus=true]{outline:none}.a11yPdf{position:absolute;top:0;left:0;pointer-events:none}.a11yPdfViewport{position:absolute;transform-origin:left top}.a11yPdfHyperlink{position:absolute;color:transparent;font-size:0}.a11yPdfTextItem{position:absolute;color:transparent;transform-origin:left top;white-space:nowrap}:lang(ja-JP){--notoFontFamily: "Noto Sans JP"}:lang(en-US){--notoFontFamily: "Noto Sans JP"}:lang(zh-cmn-Hant){--notoFontFamily: "Noto Sans TC"}:lang(zh-cmn-Hans){--notoFontFamily: "Noto Sans SC"}:root *{--fallbackFontFamilies: "Roboto", YuGothic, "Yu Gothic", "\6e38\30b4\30b7\30c3\30af\4f53", "\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3", "Hiragino Kaku Gothic Pro", Roboto, \30e1\30a4\30ea\30aa, Meiryo, "\ff2d\ff33  \ff30\30b4\30b7\30c3\30af", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;font-family:var(--notoFontFamily),var(--fallbackFontFamilies)}:root{--vh: 1vh}:root{--fontSizePxValue: 16;--4px: calc(4 / var(--fontSizePxValue) * 1rem);--8px: calc(8 / var(--fontSizePxValue) * 1rem);--10px: calc(10 / var(--fontSizePxValue) * 1rem);--11px: calc(11 / var(--fontSizePxValue) * 1rem);--12px: calc(12 / var(--fontSizePxValue) * 1rem);--13px: calc(13 / var(--fontSizePxValue) * 1rem);--14px: calc(14 / var(--fontSizePxValue) * 1rem);--16px: calc(16 / var(--fontSizePxValue) * 1rem);--18px: calc(18 / var(--fontSizePxValue) * 1rem);--20px: calc(20 / var(--fontSizePxValue) * 1rem);--24px: calc(24 / var(--fontSizePxValue) * 1rem);--28px: calc(28 / var(--fontSizePxValue) * 1rem);--30px: calc(30 / var(--fontSizePxValue) * 1rem);--32px: calc(32 / var(--fontSizePxValue) * 1rem);--36px: calc(36 / var(--fontSizePxValue) * 1rem);--56px: calc(56 / var(--fontSizePxValue) * 1rem);--72px: calc(72 / var(--fontSizePxValue) * 1rem);--sideDrawerWidth: 360px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--sideDrawerWidth: min(82vmin, 360px)}}:root{--centerDialogWidth: 600px;--centerDialogHeight: 90%;--centerDialogTop: 5%}@media (max-width: 750px){:root{--centerDialogWidth: 80%}}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--centerDialogWidth: 100%;--centerDialogHeight: 100%;--centerDialogTop: 0}}:root{--courseDrawerWidth: clamp(340px, 30vw, 380px)}@media (max-width: 480px) and (orientation: portrait){:root{--courseDrawerWidth: min(80vw, 320px)}}:root{--loginWarningDialogWidth: 900px}@media (max-width: 900px){:root{--loginWarningDialogWidth: 100%}}#continue[data-internal]:target{display:none}.loginWarningWrapper{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;background-color:#fffffff2;overflow-y:auto}.loginWarning{width:var(--loginWarningDialogWidth);padding:15px;margin-left:max(15px,var(--safeAreaInsetLeft));margin-right:max(15px,var(--safeAreaInsetRight));box-sizing:border-box;background-color:#fff;border-radius:4px;box-shadow:0 2px 10px #00000026}.loginWarningTitle{text-align:center;font-weight:700;margin:10px 0;font-size:22px}.loginWarningDescription{padding:10px 0}.loginWarningText{width:75%;text-align:center;line-height:20px;margin:auto}.loginWarningLink{font-size:19px;font-weight:700;padding:20px 0}.loginYourBrowser{margin:10px 0;padding:10px 0;width:100%;box-sizing:border-box;font-size:13px;text-align:center;background-color:#efefef;border-radius:4px}.loginContinueButton{display:inline-block;width:16px;height:16px;border:none;background-color:transparent;background-image:linear-gradient(-45deg,transparent,transparent calc(50% - 1px),#6c737a calc(50% - 1px),#6c737a calc(50% + 1px),transparent calc(50% + 1px),transparent),linear-gradient(45deg,transparent,transparent calc(50% - 1px),#6c737a calc(50% - 1px),#6c737a calc(50% + 1px),transparent calc(50% + 1px),transparent)}.loginContinueButton:active{background-color:#b2d8ff}.unSupportBrowserInfo{border-radius:4px;padding:15px;margin-bottom:40px;background-color:#fff;color:#000;text-align:center}.unSupportBrowserInfoTitle{margin-bottom:14px}.unSupportBrowserInfoDescription{font-size:13px;padding:10px 0}.unSupportBrowserInfoDescriptionLine{margin-bottom:10px;font-weight:700}.unSupportBrowserInfoDescriptionLine:last-child{margin-bottom:0}html{overflow:hidden;overscroll-behavior:none;width:100%;height:100%}body{background-color:var(--desktopBackColor);overflow:hidden;width:100%;height:100%}body *{user-select:none;-moz-user-select:none;-webkit-user-select:none}body ul li{list-style:none}body form{margin:0;padding:0}input,textarea{user-select:auto;-moz-user-select:auto;-webkit-user-select:auto}a,a:visited{color:var(--primaryBlue)}a:visited{text-decoration:none}img{-webkit-user-drag:none}img[draggable=true]{-webkit-user-drag:element}#main{position:relative;display:block;background-color:var(--desktopBackColor);width:100%;height:100%}#main #side{position:fixed;top:0;left:0;width:100px;min-height:100%;background:#28282866}#main .content{width:100%;position:relative;min-height:100%}.uiSelector{display:block;font-size:inherit;margin-left:5px;padding:5px;width:100%;box-sizing:border-box;margin-right:5px;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33.86 19.76"><defs><style>.cls-1{fill:%230075f6;}<\/style></defs><title>\30a2\30fc\30c8\30dc\30fc\30c9  3</title><g id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1"><polygon class="cls-1" points="33.86 4.43 29.84 0 16.93 11.7 4.02 0 0 4.43 16.92 19.76 16.93 19.75 16.94 19.76 33.86 4.43"/></g></svg>%0A');background-repeat:no-repeat;background-position:right 8px top 50%;background-size:12px 7px}.centralizedModalWrapper{display:flex;justify-content:center;align-items:center}:root{--dialogTransitionTime: .4s;--dialogCancelButtonColor: 255 94 77;--timingFunctionLikeIOS: cubic-bezier(.796, .9999, .2923, 1)}.uiDialogBackdrop{position:fixed;inset:0;background-color:#0006}.uiDialogBackdrop.appear{opacity:0}.uiDialogBackdrop.appear-active{opacity:1;transition:opacity var(--dialogTransitionTime) var(--timingFunctionLikeIOS)}.uiDialogBackdrop.exit{opacity:1}.uiDialogBackdrop.exit-active{opacity:0;transition:opacity var(--dialogTransitionTime) var(--timingFunctionLikeIOS)}.uiDialog{position:fixed;inset:0;display:grid;overflow-y:auto;overflow-x:hidden}.uiDialogContent{position:relative;box-sizing:border-box;padding:26px;background-color:#fff;border-radius:13px;width:480px;overflow:hidden;display:flex;flex-direction:column;gap:16px;margin:auto}.uiDialogContent *{line-height:1.5}.uiDialogContent.appear{opacity:0;transform:scale(1.05)}.uiDialogContent.appear-active{opacity:1;transform:scale(1);transition:opacity var(--dialogTransitionTime) var(--timingFunctionLikeIOS),transform var(--dialogTransitionTime) var(--timingFunctionLikeIOS)}.uiDialogContent.exit{opacity:1}.uiDialogContent.exit-active{opacity:0;transition:opacity var(--dialogTransitionTime) var(--timingFunctionLikeIOS)}.uiDialogHeader{text-align:left;font-size:var(--20px);font-weight:700}.uiDialogBody{text-align:left;font-size:var(--16px);overflow-wrap:break-word}.uiDialogFooter{display:flex;flex-direction:row;justify-content:flex-end;gap:10px}@media screen and (max-width: 480px){.uiDialogContent{width:100%;border-radius:0}.uiDialogHeader,.uiDialogBody{text-align:center}.uiDialogFooter{flex-direction:column-reverse}}.uiDialogButton{cursor:pointer;display:grid;place-items:center;font-size:var(--14px);min-height:44px;min-width:110px;padding:8px 16px;border-radius:50px;border:none;background-color:var(--primaryBlue);color:#fff;font-size:var(--16px)}.uiDialogButton:active{background-color:var(--primaryBlueHighlight)}.uiDialogButton[aria-disabled=true]{color:#fff;background-color:var(--primaryBlueHighlight)}.uiDialogButton.cancel{background-color:#fff;color:var(--primaryBlue);border:solid 1px #6e6e72}.uiDialogButton.cancel:active,.uiDialogButton.cancel[aria-disabled=true]{color:var(--primaryBlueHighlight)}.uiDialogButton.destructive{background-color:var(--errorRed);color:#fff;border:none}.uiDialogButton.destructive:active{background-color:rgb(var(--dialogCancelButtonColor) / .3)}.uiDialogButton.destructive[aria-disabled=true]{color:#fff;background-color:rgb(var(--dialogCancelButtonColor) / .3)}.uiDialogErrorBody,.uiDialogErrorDetail{display:flex;flex-direction:column;gap:15px}.uiDialogErrorDetailToggleButton{background-color:transparent;text-decoration:underline;border:none;color:var(--primaryBlue);cursor:pointer;margin:0 auto;padding:8px 16px;min-height:44px}.uiDialogErrorDetailContent{width:100%;border-radius:5px;resize:vertical;background-color:#fff;color:#000}.uiDialogLoading{font-size:18px}.inputDialogContent{gap:0}.uiDialogInputGroup{margin-top:20px}.uiDialogInputError{color:var(--errorRed);font-size:.8em;min-height:20px;padding:5px 0;display:flex;align-items:center}:root{--roundListItemDividerColor: #d7d7db;--roundListItemChevronColor: var(--roundListItemDividerColor);--roundListItemBackgroundColor: #ffffff;--roundListItemActiveBackgroundColor: #ebebeb;--roundListItemHoverBackgroundColor: #e0efff;--roundListItemSelectedBackgroundColor: #d1e7ff;--roundListItemColor: #080808;--roundListItemRadius: 12px;--roundListSectionHeaderColor: #2e2e2e;--sectionGap: 22px}.roundListSectionGroup{display:flex;flex-direction:column;gap:var(--sectionGap)}.roundListSection{display:flex;flex-direction:column;align-items:flex-start;padding-top:0;padding-bottom:0}.roundListSectionHeader{box-sizing:border-box;font-size:var(--14px);max-width:100%;padding:12px;color:var(--roundListSectionHeaderColor)}.roundList{box-sizing:border-box;width:100%}.roundListItemWrapper{position:relative;cursor:pointer;border-radius:0;background-color:var(--roundListItemBackgroundColor);color:var(--roundListItemColor);outline-offset:-2px;min-height:44px;display:grid;place-items:center;padding:0 6px;overflow:hidden}.roundListItem{box-sizing:border-box;display:flex;flex-direction:row;gap:10px;align-items:center;height:100%;width:100%;padding:0 4px;overflow:hidden}.roundListSelectable{width:18px;height:18px;border-radius:50%;border:2px solid #ccc}.roundListSelectable[data-checked=true]{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.a{fill:%23007aff;}.b{fill:%23fff;}<\/style></defs><circle class="a" cx="10" cy="10" r="10"/><path class="b" d="M10,14.39a1.33,1.33,0,0,1-2.13.13l-3-3.46a1,1,0,0,1,1.52-1.3l2.39,2.79,4.63-7.06a1,1,0,1,1,1.67,1.1Z"/></svg>')}.roundListItemWrapper[data-selected=true]{background-color:var(--roundListItemSelectedBackgroundColor)}.roundListItemWrapper:focus-visible{background-color:var(--roundListItemHoverBackgroundColor)}.roundListItemWrapper[data-highlight=false]{cursor:default}@media (hover: hover){.roundListItemWrapper[data-highlight=true]:hover{background-color:var(--roundListItemHoverBackgroundColor)}}.roundListItemWrapper[data-highlight=true]:active{background-color:var(--roundListItemActiveBackgroundColor)}.roundListItemWrapper[aria-disabled=true]{color:var(--disabledColor);cursor:not-allowed}.roundListItemWrapper[aria-disabled=true]:hover{background-color:#fff}.roundList>:not(:last-child) .roundListItem{border-bottom:solid .5px var(--roundListItemDividerColor)}.roundList>.roundListItemWrapper:first-child,.roundList>:first-child .roundListItemWrapper{border-radius:var(--roundListItemRadius) var(--roundListItemRadius) 0 0}.roundList>.roundListItemWrapper:last-child,.roundList>:last-child .roundListItemWrapper{border-radius:0 0 var(--roundListItemRadius) var(--roundListItemRadius)}.roundList>.roundListItemWrapper:only-child,.roundList>:only-child .roundListItemWrapper{border-radius:var(--roundListItemRadius) var(--roundListItemRadius) var(--roundListItemRadius) var(--roundListItemRadius)}.roundListItemColumn{display:flex;flex-direction:row;align-items:center;gap:10px;min-width:fit-content;min-height:var(--textMinHeight)}.roundListItemBody{display:flex;flex-direction:column;justify-content:center;flex-grow:1;overflow:hidden;min-height:var(--textMinHeight)}.noSpaceIconWrapper{display:grid;place-items:center;width:var(--16px);height:var(--16px)}.iconChevronRight{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.53 20"><defs><style>.a{fill:%23027bff;}<\/style></defs><path class="a" d="M11.53,9.975a1.5,1.5,0,0,1-.441,1.065L2.571,19.559a1.506,1.506,0,0,1-2.13-2.13L7.9,9.975l-7.4-7.4A1.506,1.506,0,0,1,2.619.441l8.47,8.47A1.5,1.5,0,0,1,11.53,9.975Z"/></svg>') no-repeat center center / var(--10px) var(--13px);width:var(--10px);height:var(--13px);mask:var(--mask);-webkit-mask:var(--mask);background-color:var(--roundListItemChevronColor)}.roundListItemWithDeleteOption{position:relative;transform:translate(0)}.roundListItemWithDeleteOptionInner[data-deleting=true] .roundListItem{transform:translate(-64px);transition:transform .25s}.roundListItemWithDeleteOptionInner[data-deleting=false] .roundListItem{transform:translate(0);transition:transform .25s}.roundListItemDeleteButton{height:100%;position:absolute;padding:0 10px;width:64px;box-sizing:border-box;background-color:red;color:#fff;display:flex;align-items:center;justify-content:center;right:0;top:0}.roundListItemDeleteButton-enter{transform:translate(64px);color:transparent}.roundListItemDeleteButton-enter-active{transform:translate(0);color:#fff;transition:transform .25s,color .25s .25s}.roundListItemDeleteButton-exit{transform:translate(0);color:transparent}.roundListItemDeleteButton-exit-active{transform:translate(64px);transition:transform .25s}.camFullSize{width:100%;height:100%}.centeredContent{display:flex;justify-content:center;align-items:center}.cameraDialogModalWrapper{--cameraDarkColor: #070e1e;--cameraAlmostOpaqueDarkColor: #070e1ee5;--cameraTranslucentDarkColor: #070e1e66;--cameraTranslucentScrimColor: #070e1eb3;--cameraTranslucentHighlightColor: #c8c8c84d;--cameraTextShadow: 0 0 3px var(--cameraDarkColor);--cameraYellow: #ffcd27;--cameraTranslucentYellow: #ffcd2780;--cameraControlMargin: 20px;--cameraControlMarginBottom: max( var(--cameraControlMargin), var(--safeAreaInsetBottom) );--cameraButtonPadding: 10px;--cameraControlFontSize: 15px;--cameraTextButtonHeight: 44px;--cameraTextButtonPadding: 12px;--cameraIconRadius: 24px;--cameraIconDiameter: calc(2 * var(--cameraIconRadius));--shutterBorderWidth: 6px;--shutterMarginWidth: 4px;--shutterRadius: 30px;--shutterDiameter: calc(var(--shutterRadius) * 2);--shutterTotalRadius: calc( var(--shutterRadius) + var(--shutterBorderWidth) + var(--shutterMarginWidth) );--primaryTraySize: 100px;--secondaryTraySize: 84px;--cancelButtonMargin: calc( .5 * (var(--secondaryTraySize) - var(--cameraIconDiameter)) );--cancelButtonMarginBottom: max( var(--cancelButtonMargin), var(--safeAreaInsetBottom) );--actionButtonMargin: calc( .5 * (var(--primaryTraySize) - var(--cameraIconDiameter)) );font-size:var(--cameraControlFontSize);position:fixed;top:0;left:0;background-color:var(--cameraDarkColor)}@media (max-width: 480px),(max-height: 480px){.cameraDialogModalWrapper{--cameraControlMargin: 10px;--shutterBorderWidth: 4px;--shutterMarginWidth: 3px;--shutterRadius: 25px}}.durationCounter{position:absolute;top:var(--cameraControlMargin);left:0;right:0;color:#fff;margin:5px 0;text-shadow:var(--cameraTextShadow);text-align:center}.centeredPreview{object-fit:contain;object-position:center;pointer-events:none}.cameraRelativelyPositioned{position:relative}.videoPlaybackControls{display:flex;justify-content:space-between;align-items:center;position:absolute;margin-left:calc(2 * var(--cameraControlMargin));margin-bottom:var(--cameraControlMarginBottom)}.postCaptureActionButtonTray{position:absolute;right:0;bottom:0;display:flex;justify-content:flex-end}@media (max-width: 480px),(max-height: 480px){.postCaptureActionButtonTray{width:var(--primaryTraySize);height:100%;flex-direction:column-reverse;justify-content:flex-start;align-items:center;background-color:var(--cameraTranslucentDarkColor)}}.postCaptureActionButton{font-size:inherit;height:var(--cameraIconDiameter);min-width:80px;background-color:#e7e9ec4d;border-radius:var(--cameraIconRadius);border:0;color:#fff;text-shadow:var(--cameraTextShadow);margin:0 var(--cameraControlMargin) var(--cameraControlMarginBottom) 0;box-sizing:border-box;display:flex;align-items:center;justify-content:center}@media (max-width: 480px) and (orientation: portrait){.postCaptureActionButtonTray{height:var(--primaryTraySize);width:100vw;flex-direction:row;justify-content:flex-end}.postCaptureActionButton{margin:0 var(--actionButtonMargin) 0 0}}@media (max-height: 480px) and (orientation: landscape){.postCaptureActionButton{margin:0 0 var(--cameraControlMarginBottom) 0}}.cameraShutter{--crossAxisMargin: calc( (.5 * var(--primaryTraySize)) - var(--shutterTotalRadius) );position:absolute;right:var(--crossAxisMargin);bottom:calc(50% - var(--shutterTotalRadius));background-color:var(--cameraTranslucentDarkColor);box-shadow:var(--cameraTextShadow);border:var(--shutterBorderWidth) solid #cccccc;border-radius:50%;padding:0}@media (min-height: 481px) and (max-height: 580px){.cameraShutter{bottom:calc(50% - var(--shutterTotalRadius) - 25px)}}@media (max-width: 480px) and (orientation: portrait){.cameraShutter{bottom:var(--crossAxisMargin);right:calc(50vw - var(--shutterTotalRadius))}}.cameraShutter:enabled{border:var(--shutterBorderWidth) solid #ffffff}.photoShutterCircle{width:var(--shutterDiameter);height:var(--shutterDiameter);margin:var(--shutterMarginWidth);border-radius:50%;background-color:#ccc}.cameraShutter:enabled .photoShutterCircle{background-color:#fff}.photoShutterCircle:active{width:calc(var(--shutterDiameter) - var(--shutterMarginWidth));height:calc(var(--shutterDiameter) - var(--shutterMarginWidth));margin:calc(var(--shutterMarginWidth) + (var(--shutterMarginWidth) / 2))}.videoShutterCircle{width:var(--shutterDiameter);height:var(--shutterDiameter);margin:var(--shutterMarginWidth);border-radius:50%;background-color:#ba0808;transition:.2s}.cameraShutter:enabled .videoShutterCircle{background-color:#f63232}.videoShutterCircle:active{--delta: 10px;width:calc(var(--shutterDiameter) - (2 * var(--delta)));height:calc(var(--shutterDiameter) - (2 * var(--delta)));margin:calc(var(--delta) + var(--shutterMarginWidth));border-radius:5%}.videoShutterCircleRecording{--delta: 10px;width:calc(var(--shutterDiameter) - (2 * var(--delta)));height:calc(var(--shutterDiameter) - (2 * var(--delta)));margin:calc(var(--delta) + var(--shutterMarginWidth));border-radius:5%;background-color:#f63232}.videoShutterCircleRecording:active{--delta: 12px;width:calc(var(--shutterDiameter) - (2 * var(--delta)));height:calc(var(--shutterDiameter) - (2 * var(--delta)));margin:calc(var(--delta) + var(--shutterMarginWidth));border-radius:5%}.resolutionSelector{border:0;border-radius:var(--cameraIconRadius);background-color:#c8c8c84d;color:#fff;text-shadow:var(--cameraTextShadow);height:var(--cameraIconDiameter);width:160px;padding:0 var(--cameraTextButtonPadding);display:flex;justify-content:space-between;align-items:center}.resolutionSelector[aria-disabled=true]{color:#ccc}@media (max-height: 480px){.resSelectorPopover{margin-top:0;top:10px}.resSelectorPopover>.uiPopover{overflow-y:scroll}}.resolutionSelectorArrow{width:15px;height:15px;background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"%0A   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"%0A   height="15"%0A   width="15"%0A   inkscape:version="1.0beta2 (2b71d25, 2019-12-03)"%0A   sodipodi:docname="res_selector_arrow.svg"%0A   id="svg981"%0A   version="1.1"%0A   viewBox="0 0 15 15">%0A  <metadata%0A     id="metadata985">%0A    <rdf:RDF>%0A      <cc:Work%0A         rdf:about="">%0A        <dc:format>image/svg+xml</dc:format>%0A        <dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />%0A        <dc:title>\30a2\30fc\30c8\30dc\30fc\30c9  3</dc:title>%0A      </cc:Work>%0A    </rdf:RDF>%0A  </metadata>%0A  <sodipodi:namedview%0A     inkscape:current-layer="svg981"%0A     inkscape:window-maximized="0"%0A     inkscape:window-y="0"%0A     inkscape:window-x="1344"%0A     inkscape:cy="4.3972519"%0A     inkscape:cx="11.807892"%0A     inkscape:zoom="19.466907"%0A     showgrid="false"%0A     id="namedview983"%0A     inkscape:window-height="1058"%0A     inkscape:window-width="1920"%0A     inkscape:pageshadow="2"%0A     inkscape:pageopacity="0"%0A     guidetolerance="10"%0A     gridtolerance="10"%0A     objecttolerance="10"%0A     borderopacity="1"%0A     inkscape:document-rotation="0"%0A     bordercolor="%23666666"%0A     pagecolor="%23ffffff" />%0A  <defs%0A     id="defs974">%0A    <style%0A       id="style972">.cls-1{fill:%23fff;}<\/style>%0A    <filter%0A       height="1.3256274"%0A       y="-0.16281377"%0A       width="1.1900295"%0A       x="-0.095014766"%0A       id="filter1570"%0A       style="color-interpolation-filters:sRGB"%0A       inkscape:collect="always">%0A      <feGaussianBlur%0A         id="feGaussianBlur1572"%0A         stdDeviation="1.3405"%0A         inkscape:collect="always" />%0A    </filter>%0A  </defs>%0A  <title%0A     id="title976">\30a2\30fc\30c8\30dc\30fc\30c9  3</title>%0A  <g%0A     transform="matrix(0.38395749,0,0,0.38395749,0.99959989,3.7065003)"%0A     style="fill:%23070e1e;fill-opacity:1;filter:url(%23filter1570)"%0A     data-name="\30ec\30a4\30e4\30fc  1"%0A     id="\30ec\30a4\30e4\30fc_1">%0A    <polygon%0A       style="fill:%23070e1e;fill-opacity:1"%0A       id="polygon978"%0A       points="33.86,4.43 29.84,0 16.93,11.7 4.02,0 0,4.43 16.92,19.76 16.93,19.75 16.94,19.76 "%0A       class="cls-1" />%0A  </g>%0A  <g%0A     id="g1568"%0A     data-name="\30ec\30a4\30e4\30fc  1"%0A     style="fill:%23ffffff;fill-opacity:1"%0A     transform="matrix(0.38395749,0,0,0.38395749,0.99959969,3.7065)">%0A    <polygon%0A       class="cls-1"%0A       points="16.93,11.7 4.02,0 0,4.43 16.92,19.76 16.93,19.75 16.94,19.76 33.86,4.43 29.84,0 "%0A       id="polygon1566"%0A       style="fill:%23ffffff;fill-opacity:1" />%0A  </g>%0A</svg>%0A')}.resolutionSelector[aria-disabled=true] .resolutionSelectorArrow{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"%0A   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"%0A   height="15"%0A   width="15"%0A   inkscape:version="1.0beta2 (2b71d25, 2019-12-03)"%0A   sodipodi:docname="res_selector_arrow_disabled.svg"%0A   id="svg981"%0A   version="1.1"%0A   viewBox="0 0 15 15">%0A  <metadata%0A     id="metadata985">%0A    <rdf:RDF>%0A      <cc:Work%0A         rdf:about="">%0A        <dc:format>image/svg+xml</dc:format>%0A        <dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />%0A        <dc:title>\30a2\30fc\30c8\30dc\30fc\30c9  3</dc:title>%0A      </cc:Work>%0A    </rdf:RDF>%0A  </metadata>%0A  <sodipodi:namedview%0A     inkscape:current-layer="svg981"%0A     inkscape:window-maximized="0"%0A     inkscape:window-y="0"%0A     inkscape:window-x="1344"%0A     inkscape:cy="4.3972519"%0A     inkscape:cx="11.807892"%0A     inkscape:zoom="19.466907"%0A     showgrid="false"%0A     id="namedview983"%0A     inkscape:window-height="1058"%0A     inkscape:window-width="1920"%0A     inkscape:pageshadow="2"%0A     inkscape:pageopacity="0"%0A     guidetolerance="10"%0A     gridtolerance="10"%0A     objecttolerance="10"%0A     borderopacity="1"%0A     inkscape:document-rotation="0"%0A     bordercolor="%23666666"%0A     pagecolor="%23ffffff" />%0A  <defs%0A     id="defs974">%0A    <style%0A       id="style972">.cls-1{fill:%23fff;}<\/style>%0A    <filter%0A       height="1.3256274"%0A       y="-0.16281377"%0A       width="1.1900295"%0A       x="-0.095014766"%0A       id="filter1570"%0A       style="color-interpolation-filters:sRGB"%0A       inkscape:collect="always">%0A      <feGaussianBlur%0A         id="feGaussianBlur1572"%0A         stdDeviation="1.3405"%0A         inkscape:collect="always" />%0A    </filter>%0A  </defs>%0A  <title%0A     id="title976">\30a2\30fc\30c8\30dc\30fc\30c9  3</title>%0A  <g%0A     transform="matrix(0.38395749,0,0,0.38395749,0.99959989,3.7065003)"%0A     style="fill:%23070e1e;fill-opacity:1;filter:url(%23filter1570)"%0A     data-name="\30ec\30a4\30e4\30fc  1"%0A     id="\30ec\30a4\30e4\30fc_1">%0A    <polygon%0A       style="fill:%23070e1e;fill-opacity:1"%0A       id="polygon978"%0A       points="33.86,4.43 29.84,0 16.93,11.7 4.02,0 0,4.43 16.92,19.76 16.93,19.75 16.94,19.76 "%0A       class="cls-1" />%0A  </g>%0A  <g%0A     id="g1568"%0A     data-name="\30ec\30a4\30e4\30fc  1"%0A     style="fill:%23cccccc;fill-opacity:1"%0A     transform="matrix(0.38395749,0,0,0.38395749,0.99959969,3.7065)">%0A    <polygon%0A       class="cls-1"%0A       points="16.93,11.7 4.02,0 0,4.43 16.92,19.76 16.93,19.75 16.94,19.76 33.86,4.43 29.84,0 "%0A       id="polygon1566"%0A       style="fill:%23cccccc;fill-opacity:1" />%0A  </g>%0A</svg>%0A');background-position:center}.resolutionSelectorLabel{flex:1}.cancelButton{position:absolute;bottom:var(--cancelButtonMarginBottom);right:10px;padding:0 var(--cameraTextButtonPadding);height:var(--cameraIconDiameter);border-radius:var(--cameraIconRadius);border:0;background-color:var(--cameraTranslucentHighlightColor);color:#fff;font-size:var(--cameraControlFontSize);text-shadow:var(--cameraTextShadow)}.crossIcon{width:20px;height:20px;background-image:url('data:image/svg+xml,<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><defs><filter color-interpolation-filters="sRGB" id="blurFilter"><feGaussianBlur stdDeviation="1.1" /></filter><path id="crossOutline" d="m17.83 0.541-7.848 8.045-8.045-7.846-1.395 1.432 8.043 7.846-7.846 8.045 1.434 1.396 7.844-8.045 8.047 7.846 1.396-1.432-8.047-7.846 7.848-8.045z" /></defs><use style="fill:%23070e1e" filter="url(%23blurFilter)" href="%23crossOutline" /><use style="fill:%23fff" href="%23crossOutline" /></svg>%0A');background-position:center}.iconButton{height:var(--cameraIconDiameter);width:var(--cameraIconDiameter);border:0;background-color:var(--cameraTranslucentHighlightColor);border-radius:var(--cameraIconRadius)}.audioToggleIconButton[data-enabled=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="40" height="40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns%23" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23">%0A <metadata>%0A  <rdf:RDF>%0A   <cc:Work rdf:about="">%0A    <dc:format>image/svg+xml</dc:format>%0A    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>%0A    <dc:title/>%0A   </cc:Work>%0A  </rdf:RDF>%0A </metadata>%0A <defs>%0A  <clipPath id="b">%0A   <path d="M0 50h50V0H0z"/>%0A  </clipPath>%0A  <filter id="a" x="-.165" y="-.094" width="1.331" height="1.188" color-interpolation-filters="sRGB">%0A   <feGaussianBlur stdDeviation="1.011"/>%0A  </filter>%0A </defs>%0A <g transform="matrix(.91431 0 0 -.91431 -2.857 42.858)" fill="%23070e1e" filter="url(%23a)" stroke-width="2.25">%0A  <g clip-path="url(%23b)">%0A   <path d="M24.902 20.055a4.322 4.322 0 014.325 4.318v9.194a4.321 4.321 0 01-4.325 4.319 4.321 4.321 0 01-4.324-4.32v-9.193-.1a4.323 4.323 0 014.324-4.218"/>%0A   <path d="M30.678 28.97v-5.432c0-2.666-2.546-4.836-5.678-4.836-3.13 0-5.677 2.17-5.677 4.836v5.433h-1.66v-5.433c0-3.333 2.853-6.084 6.509-6.45v-3.592H20.52v-1.381h8.845v1.38H25.83v3.593c3.656.367 6.506 3.118 6.506 6.45v5.433z"/>%0A  </g>%0A </g>%0A <g transform="matrix(.91431 0 0 -.91431 -2.857 42.858)" clip-path="url(%23b)" fill="%23fff">%0A  <path d="M24.902 20.055a4.322 4.322 0 014.325 4.318v9.194a4.321 4.321 0 01-4.325 4.319 4.321 4.321 0 01-4.324-4.32v-9.193-.1a4.323 4.323 0 014.324-4.218"/>%0A  <path d="M30.678 28.97v-5.432c0-2.666-2.546-4.836-5.678-4.836-3.13 0-5.677 2.17-5.677 4.836v5.433h-1.66v-5.433c0-3.333 2.853-6.084 6.509-6.45v-3.592H20.52v-1.381h8.845v1.38H25.83v3.593c3.656.367 6.506 3.118 6.506 6.45v5.433z"/>%0A </g>%0A</svg>%0A');background-position:center}.audioToggleIconButton{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="40" height="40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns%23" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23">%0A <metadata>%0A  <rdf:RDF>%0A   <cc:Work rdf:about="">%0A    <dc:format>image/svg+xml</dc:format>%0A    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>%0A    <dc:title/>%0A   </cc:Work>%0A  </rdf:RDF>%0A </metadata>%0A <defs>%0A  <clipPath id="b">%0A   <path d="M0 50h50V0H0z"/>%0A  </clipPath>%0A  <filter id="a" x="-.165" y="-.094" width="1.331" height="1.188" color-interpolation-filters="sRGB">%0A   <feGaussianBlur stdDeviation="1.011"/>%0A  </filter>%0A </defs>%0A <g transform="matrix(.91431 0 0 -.91431 -2.857 42.858)" fill="%23070e1e" filter="url(%23a)" stroke-width="2.25">%0A  <g clip-path="url(%23b)">%0A   <path d="M24.902 20.055a4.322 4.322 0 014.325 4.318v9.194a4.321 4.321 0 01-4.325 4.319 4.321 4.321 0 01-4.324-4.32v-9.193-.1a4.323 4.323 0 014.324-4.218"/>%0A   <path d="M30.678 28.97v-5.432c0-2.666-2.546-4.836-5.678-4.836-3.13 0-5.677 2.17-5.677 4.836v5.433h-1.66v-5.433c0-3.333 2.853-6.084 6.509-6.45v-3.592H20.52v-1.381h8.845v1.38H25.83v3.593c3.656.367 6.506 3.118 6.506 6.45v5.433z"/>%0A  </g>%0A </g>%0A <g transform="matrix(.91431 0 0 -.91431 -2.857 42.858)" clip-path="url(%23b)" fill="%23ccc">%0A  <path d="M24.902 20.055a4.322 4.322 0 014.325 4.318v9.194a4.321 4.321 0 01-4.325 4.319 4.321 4.321 0 01-4.324-4.32v-9.193-.1a4.323 4.323 0 014.324-4.218"/>%0A  <path d="M30.678 28.97v-5.432c0-2.666-2.546-4.836-5.678-4.836-3.13 0-5.677 2.17-5.677 4.836v5.433h-1.66v-5.433c0-3.333 2.853-6.084 6.509-6.45v-3.592H20.52v-1.381h8.845v1.38H25.83v3.593c3.656.367 6.506 3.118 6.506 6.45v5.433z"/>%0A </g>%0A</svg>%0A');background-position:center}.videoToggleIconButton[data-enabled=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"%0A   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"%0A   inkscape:version="1.0beta2 (2b71d25, 2019-12-03)"%0A   sodipodi:docname="change_video.svg"%0A   id="svg846"%0A   viewBox="0 0 40 40"%0A   version="1.1"%0A   data-name="\30ec\30a4\30e4\30fc  1">%0A  <sodipodi:namedview%0A     inkscape:current-layer="svg846"%0A     inkscape:window-maximized="0"%0A     inkscape:window-y="0"%0A     inkscape:window-x="1344"%0A     inkscape:cy="20"%0A     inkscape:cx="20"%0A     inkscape:zoom="21.25"%0A     showgrid="false"%0A     id="namedview848"%0A     inkscape:window-height="1058"%0A     inkscape:window-width="1920"%0A     inkscape:pageshadow="2"%0A     inkscape:pageopacity="0"%0A     guidetolerance="10"%0A     gridtolerance="10"%0A     objecttolerance="10"%0A     borderopacity="1"%0A     inkscape:document-rotation="0"%0A     bordercolor="%23666666"%0A     pagecolor="%23ffffff" />%0A  <metadata%0A     id="metadata833">%0A    <rdf:RDF>%0A      <cc:Work%0A         rdf:about="">%0A        <dc:format>image/svg+xml</dc:format>%0A        <dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />%0A        <dc:title></dc:title>%0A      </cc:Work>%0A    </rdf:RDF>%0A  </metadata>%0A  <defs%0A     id="defs840">%0A    <filter%0A       color-interpolation-filters="sRGB"%0A       height="1.268"%0A       width="1.217"%0A       y="-.134"%0A       x="-.109"%0A       id="filter1756">%0A      <feGaussianBlur%0A         id="feGaussianBlur835"%0A         stdDeviation="1.177" />%0A    </filter>%0A    <style%0A       id="style838">.filled{fill:%23fff}<\/style>%0A  </defs>%0A  <path%0A     style="fill:%23070e1e;fill-opacity:1"%0A     id="path842"%0A     filter="url(%23filter1756)"%0A     fill="%23070e1e"%0A     d="M10.481 30.541H29.52c2.31 0 3.471-1.15 3.471-3.427V15.54c0-2.277-1.16-3.416-3.471-3.416h-2.576c-.863 0-1.139-.177-1.625-.73l-.896-.995c-.553-.608-1.116-.94-2.255-.94h-4.411c-1.139 0-1.703.332-2.256.94l-.884.995c-.486.542-.763.73-1.625.73h-2.51c-2.31 0-3.471 1.139-3.471 3.416v11.575c0 2.277 1.16 3.427 3.471 3.427zm.022-1.78c-1.083 0-1.713-.586-1.713-1.735V15.639c0-1.15.63-1.736 1.713-1.736h2.93c.995 0 1.526-.188 2.079-.807l.862-.973c.641-.707.962-.884 1.935-.884h3.305c.984 0 1.305.177 1.935.884l.873.973c.542.619 1.084.807 2.079.807h2.996c1.094 0 1.713.586 1.713 1.736v11.387c0 1.15-.619 1.735-1.713 1.735zm9.508-14.095c-1.338 0-2.686.475-3.615 1.25-.509.397-.641.95-.254 1.348.376.398.851.343 1.271.022.774-.62 1.559-.929 2.598-.929 2.145 0 3.925 1.449 4.4 3.339h-1.205c-.497 0-.62.475-.343.851l1.747 2.421c.276.398.774.432 1.083 0l1.714-2.42c.265-.388.166-.852-.332-.852h-1.072c-.52-2.974-2.93-5.03-5.992-5.03zm-7.109 6.976h1.14c.519 2.974 2.929 5.03 5.991 5.03 1.338 0 2.676-.464 3.615-1.238.509-.398.641-.962.255-1.36-.365-.398-.852-.332-1.283-.022-.774.608-1.548.94-2.587.94-2.134 0-3.924-1.449-4.4-3.35h1.15c.486 0 .608-.465.332-.852l-1.736-2.41c-.288-.398-.785-.43-1.095 0l-1.713 2.41c-.266.387-.166.852.331.852z"%0A     class="filled" />%0A  <path%0A     inkscape:connector-curvature="0"%0A     style="fill:%23ffffff;fill-opacity:1"%0A     id="path844"%0A     fill="%23fff"%0A     d="M 10.481,30.541 H 29.52 c 2.31,0 3.471,-1.15 3.471,-3.427 V 15.54 c 0,-2.277 -1.16,-3.416 -3.471,-3.416 h -2.576 c -0.863,0 -1.139,-0.177 -1.625,-0.73 L 24.423,10.399 C 23.87,9.791 23.307,9.459 22.168,9.459 h -4.411 c -1.139,0 -1.703,0.332 -2.256,0.94 l -0.884,0.995 c -0.486,0.542 -0.763,0.73 -1.625,0.73 h -2.51 c -2.31,0 -3.471,1.139 -3.471,3.416 v 11.575 c 0,2.277 1.16,3.427 3.471,3.427 z m 0.022,-1.78 C 9.42,28.761 8.79,28.175 8.79,27.026 V 15.639 c 0,-1.15 0.63,-1.736 1.713,-1.736 h 2.93 c 0.995,0 1.526,-0.188 2.079,-0.807 l 0.862,-0.973 c 0.641,-0.707 0.962,-0.884 1.935,-0.884 h 3.305 c 0.984,0 1.305,0.177 1.935,0.884 l 0.873,0.973 c 0.542,0.619 1.084,0.807 2.079,0.807 h 2.996 c 1.094,0 1.713,0.586 1.713,1.736 v 11.387 c 0,1.15 -0.619,1.735 -1.713,1.735 z m 9.508,-14.095 c -1.338,0 -2.686,0.475 -3.615,1.25 -0.509,0.397 -0.641,0.95 -0.254,1.348 0.376,0.398 0.85,0.343 1.271,0.022 0.774,-0.62 1.559,-0.929 2.598,-0.929 2.145,0 3.925,1.449 4.4,3.339 h -1.205 c -0.497,0 -0.62,0.475 -0.343,0.851 l 1.747,2.421 c 0.276,0.398 0.774,0.432 1.083,0 l 1.714,-2.42 c 0.265,-0.388 0.166,-0.852 -0.332,-0.852 h -1.072 c -0.52,-2.974 -2.93,-5.03 -5.992,-5.03 z m -7.109,6.976 h 1.14 c 0.519,2.974 2.929,5.03 5.991,5.03 1.338,0 2.676,-0.464 3.615,-1.238 0.509,-0.398 0.641,-0.962 0.255,-1.36 -0.365,-0.398 -0.852,-0.332 -1.283,-0.022 -0.774,0.608 -1.548,0.94 -2.587,0.94 -2.134,0 -3.924,-1.449 -4.4,-3.35 h 1.15 c 0.486,0 0.608,-0.465 0.332,-0.852 l -1.736,-2.41 c -0.288,-0.398 -0.785,-0.43 -1.095,0 l -1.713,2.41 c -0.266,0.387 -0.166,0.852 0.331,0.852 z"%0A     class="filled" />%0A</svg>%0A');background-position:center}.videoToggleIconButton{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"%0A   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"%0A   inkscape:version="1.0beta2 (2b71d25, 2019-12-03)"%0A   sodipodi:docname="change_video_disabled.svg"%0A   id="svg846"%0A   viewBox="0 0 40 40"%0A   version="1.1"%0A   data-name="\30ec\30a4\30e4\30fc  1">%0A  <sodipodi:namedview%0A     inkscape:current-layer="svg846"%0A     inkscape:window-maximized="0"%0A     inkscape:window-y="0"%0A     inkscape:window-x="1344"%0A     inkscape:cy="20"%0A     inkscape:cx="20"%0A     inkscape:zoom="21.25"%0A     showgrid="false"%0A     id="namedview848"%0A     inkscape:window-height="1058"%0A     inkscape:window-width="1920"%0A     inkscape:pageshadow="2"%0A     inkscape:pageopacity="0"%0A     guidetolerance="10"%0A     gridtolerance="10"%0A     objecttolerance="10"%0A     borderopacity="1"%0A     inkscape:document-rotation="0"%0A     bordercolor="%23666666"%0A     pagecolor="%23ffffff" />%0A  <metadata%0A     id="metadata833">%0A    <rdf:RDF>%0A      <cc:Work%0A         rdf:about="">%0A        <dc:format>image/svg+xml</dc:format>%0A        <dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />%0A        <dc:title></dc:title>%0A      </cc:Work>%0A    </rdf:RDF>%0A  </metadata>%0A  <defs%0A     id="defs840">%0A    <filter%0A       color-interpolation-filters="sRGB"%0A       height="1.268"%0A       width="1.217"%0A       y="-.134"%0A       x="-.109"%0A       id="filter1756">%0A      <feGaussianBlur%0A         id="feGaussianBlur835"%0A         stdDeviation="1.177" />%0A    </filter>%0A    <style%0A       id="style838">.filled{fill:%23fff}<\/style>%0A  </defs>%0A  <path%0A     style="fill:%23070e1e;fill-opacity:1"%0A     id="path842"%0A     filter="url(%23filter1756)"%0A     fill="%23070e1e"%0A     d="M10.481 30.541H29.52c2.31 0 3.471-1.15 3.471-3.427V15.54c0-2.277-1.16-3.416-3.471-3.416h-2.576c-.863 0-1.139-.177-1.625-.73l-.896-.995c-.553-.608-1.116-.94-2.255-.94h-4.411c-1.139 0-1.703.332-2.256.94l-.884.995c-.486.542-.763.73-1.625.73h-2.51c-2.31 0-3.471 1.139-3.471 3.416v11.575c0 2.277 1.16 3.427 3.471 3.427zm.022-1.78c-1.083 0-1.713-.586-1.713-1.735V15.639c0-1.15.63-1.736 1.713-1.736h2.93c.995 0 1.526-.188 2.079-.807l.862-.973c.641-.707.962-.884 1.935-.884h3.305c.984 0 1.305.177 1.935.884l.873.973c.542.619 1.084.807 2.079.807h2.996c1.094 0 1.713.586 1.713 1.736v11.387c0 1.15-.619 1.735-1.713 1.735zm9.508-14.095c-1.338 0-2.686.475-3.615 1.25-.509.397-.641.95-.254 1.348.376.398.851.343 1.271.022.774-.62 1.559-.929 2.598-.929 2.145 0 3.925 1.449 4.4 3.339h-1.205c-.497 0-.62.475-.343.851l1.747 2.421c.276.398.774.432 1.083 0l1.714-2.42c.265-.388.166-.852-.332-.852h-1.072c-.52-2.974-2.93-5.03-5.992-5.03zm-7.109 6.976h1.14c.519 2.974 2.929 5.03 5.991 5.03 1.338 0 2.676-.464 3.615-1.238.509-.398.641-.962.255-1.36-.365-.398-.852-.332-1.283-.022-.774.608-1.548.94-2.587.94-2.134 0-3.924-1.449-4.4-3.35h1.15c.486 0 .608-.465.332-.852l-1.736-2.41c-.288-.398-.785-.43-1.095 0l-1.713 2.41c-.266.387-.166.852.331.852z"%0A     class="filled" />%0A  <path%0A     inkscape:connector-curvature="0"%0A     style="fill:%23cccccc;fill-opacity:1"%0A     id="path844"%0A     fill="%23fff"%0A     d="M 10.481,30.541 H 29.52 c 2.31,0 3.471,-1.15 3.471,-3.427 V 15.54 c 0,-2.277 -1.16,-3.416 -3.471,-3.416 h -2.576 c -0.863,0 -1.139,-0.177 -1.625,-0.73 L 24.423,10.399 C 23.87,9.791 23.307,9.459 22.168,9.459 h -4.411 c -1.139,0 -1.703,0.332 -2.256,0.94 l -0.884,0.995 c -0.486,0.542 -0.763,0.73 -1.625,0.73 h -2.51 c -2.31,0 -3.471,1.139 -3.471,3.416 v 11.575 c 0,2.277 1.16,3.427 3.471,3.427 z m 0.022,-1.78 C 9.42,28.761 8.79,28.175 8.79,27.026 V 15.639 c 0,-1.15 0.63,-1.736 1.713,-1.736 h 2.93 c 0.995,0 1.526,-0.188 2.079,-0.807 l 0.862,-0.973 c 0.641,-0.707 0.962,-0.884 1.935,-0.884 h 3.305 c 0.984,0 1.305,0.177 1.935,0.884 l 0.873,0.973 c 0.542,0.619 1.084,0.807 2.079,0.807 h 2.996 c 1.094,0 1.713,0.586 1.713,1.736 v 11.387 c 0,1.15 -0.619,1.735 -1.713,1.735 z m 9.508,-14.095 c -1.338,0 -2.686,0.475 -3.615,1.25 -0.509,0.397 -0.641,0.95 -0.254,1.348 0.376,0.398 0.85,0.343 1.271,0.022 0.774,-0.62 1.559,-0.929 2.598,-0.929 2.145,0 3.925,1.449 4.4,3.339 h -1.205 c -0.497,0 -0.62,0.475 -0.343,0.851 l 1.747,2.421 c 0.276,0.398 0.774,0.432 1.083,0 l 1.714,-2.42 c 0.265,-0.388 0.166,-0.852 -0.332,-0.852 h -1.072 c -0.52,-2.974 -2.93,-5.03 -5.992,-5.03 z m -7.109,6.976 h 1.14 c 0.519,2.974 2.929,5.03 5.991,5.03 1.338,0 2.676,-0.464 3.615,-1.238 0.509,-0.398 0.641,-0.962 0.255,-1.36 -0.365,-0.398 -0.852,-0.332 -1.283,-0.022 -0.774,0.608 -1.548,0.94 -2.587,0.94 -2.134,0 -3.924,-1.449 -4.4,-3.35 h 1.15 c 0.486,0 0.608,-0.465 0.332,-0.852 l -1.736,-2.41 c -0.288,-0.398 -0.785,-0.43 -1.095,0 l -1.713,2.41 c -0.266,0.387 -0.166,0.852 0.331,0.852 z"%0A     class="filled" />%0A</svg>%0A');background-position:center}.rotateIconButton[data-enabled=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" version="1.1"><defs><filter color-interpolation-filters="sRGB" id="blurFilter"><feGaussianBlur stdDeviation="1.177" /></filter><path id="rotateLeft" d="M 24.591797 6 C 24.390649 5.9929929 24.164005 6.0640383 23.953125 6.2089844 L 20.451172 8.6972656 C 19.826341 9.1477243 19.872843 9.8705703 20.451172 10.289062 L 23.953125 12.810547 C 24.515471 13.211602 25.191406 13.034329 25.191406 12.328125 L 25.191406 10.658203 C 27.953737 11.349877 30.058594 13.949879 30.058594 17.050781 C 30.058594 18.560544 29.576838 19.685853 28.693359 20.810547 C 28.242901 21.436831 28.146279 22.145401 28.724609 22.675781 C 29.302941 23.236675 30.12284 23.044311 30.701172 22.304688 C 31.825866 20.940233 32.5 18.99502 32.5 17.050781 C 32.5 12.601407 29.512907 9.0998582 25.191406 8.3457031 L 25.191406 6.6894531 C 25.191406 6.2380857 24.927044 6.0116786 24.591797 6 z M 9.7773438 16 C 8.7924548 16 8 16.792455 8 17.777344 L 8 30.222656 C 8 31.207545 8.7924549 32 9.7773438 32 L 22.222656 32 C 23.207545 32 24 31.207545 24 30.222656 L 24 17.777344 C 24 16.792455 23.207545 16 22.222656 16 L 9.7773438 16 z"/></defs><use style="fill:%23070e1e" filter="url(%23blurFilter)" href="%23rotateLeft" /><use style="fill:%23fff" href="%23rotateLeft" /></svg>');background-position:center}.rotateIconButton{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" version="1.1"><defs><filter color-interpolation-filters="sRGB" id="blurFilter"><feGaussianBlur stdDeviation="1.177" /></filter><path id="rotateLeft" d="M 24.591797 6 C 24.390649 5.9929929 24.164005 6.0640383 23.953125 6.2089844 L 20.451172 8.6972656 C 19.826341 9.1477243 19.872843 9.8705703 20.451172 10.289062 L 23.953125 12.810547 C 24.515471 13.211602 25.191406 13.034329 25.191406 12.328125 L 25.191406 10.658203 C 27.953737 11.349877 30.058594 13.949879 30.058594 17.050781 C 30.058594 18.560544 29.576838 19.685853 28.693359 20.810547 C 28.242901 21.436831 28.146279 22.145401 28.724609 22.675781 C 29.302941 23.236675 30.12284 23.044311 30.701172 22.304688 C 31.825866 20.940233 32.5 18.99502 32.5 17.050781 C 32.5 12.601407 29.512907 9.0998582 25.191406 8.3457031 L 25.191406 6.6894531 C 25.191406 6.2380857 24.927044 6.0116786 24.591797 6 z M 9.7773438 16 C 8.7924548 16 8 16.792455 8 17.777344 L 8 30.222656 C 8 31.207545 8.7924549 32 9.7773438 32 L 22.222656 32 C 23.207545 32 24 31.207545 24 30.222656 L 24 17.777344 C 24 16.792455 23.207545 16 22.222656 16 L 9.7773438 16 z"/></defs><use style="fill:%23070e1e" filter="url(%23blurFilter)" href="%23rotateLeft" /><use style="fill:%23ccc" href="%23rotateLeft" /></svg>');background-position:center}.resolutionButton[data-enabled=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" version="1.1"><defs id="defs866"><filter color-interpolation-filters="sRGB" id="blurFilter"><feGaussianBlur stdDeviation="1.177" id="feGaussianBlur863" /></filter><g id="all"><rect fill="none" stroke-width="2.5" width="34" height="34" x="3" y="3" rx="3" ry="3" id="rect868" /><path stroke="none" d="m 8.5452294,31.433035 c 0.247305,0.256356 0.6305158,0.386571 1.0997278,0.3108 l 5.2261878,-0.878124 c 0.828105,-0.152814 1.291596,-0.869581 0.661321,-1.497252 l -1.327617,-1.322101 3.47767,-3.454844 c 0.407645,-0.40669 0.56629,-0.999156 0.41611,-1.553983 -0.149173,-0.555031 -0.584479,-0.988565 -1.141811,-1.137143 -0.556802,-0.147977 -1.150592,0.01091 -1.557946,0.416861 l -3.477671,3.454845 -1.310314,-1.304799 C 9.9947044,23.853376 9.2481966,24.288573 9.1074307,25.12589 l -0.8520429,5.234205 c -0.06974,0.433181 0.0425,0.816612 0.2897928,1.072986 z" id="path870" /><path stroke="none" d="m 31.455066,8.5672294 c -0.247305,-0.256356 -0.630516,-0.386571 -1.099728,-0.3108 l -5.226188,0.878124 c -0.828105,0.152814 -1.291596,0.8695806 -0.661321,1.4972516 l 1.327617,1.322102 -3.47767,3.454844 c -0.407645,0.40669 -0.56629,0.999156 -0.41611,1.553983 0.149173,0.555031 0.584479,0.988565 1.141811,1.137143 0.556802,0.147977 1.150592,-0.01091 1.557946,-0.416861 l 3.477671,-3.454845 1.310314,1.304799 c 0.616183,0.613919 1.36269,0.178722 1.503456,-0.658595 l 0.852043,-5.2342056 c 0.06974,-0.433181 -0.0425,-0.816612 -0.289793,-1.072986 z" id="path872" /></g></defs><use href="%23all" fill="%23070e1e" stroke="%23070e1e" filter="url(%23blurFilter)"/><use href="%23all" fill="%23fff" stroke="%23fff" /></svg>%0A');background-position:center}.resolutionButton{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" version="1.1"><defs id="defs866"><filter color-interpolation-filters="sRGB" id="blurFilter"><feGaussianBlur stdDeviation="1.177" id="feGaussianBlur863" /></filter><g id="all"><rect fill="none" stroke-width="2.5" width="34" height="34" x="3" y="3" rx="3" ry="3" id="rect868" /><path stroke="none" d="m 8.5452294,31.433035 c 0.247305,0.256356 0.6305158,0.386571 1.0997278,0.3108 l 5.2261878,-0.878124 c 0.828105,-0.152814 1.291596,-0.869581 0.661321,-1.497252 l -1.327617,-1.322101 3.47767,-3.454844 c 0.407645,-0.40669 0.56629,-0.999156 0.41611,-1.553983 -0.149173,-0.555031 -0.584479,-0.988565 -1.141811,-1.137143 -0.556802,-0.147977 -1.150592,0.01091 -1.557946,0.416861 l -3.477671,3.454845 -1.310314,-1.304799 C 9.9947044,23.853376 9.2481966,24.288573 9.1074307,25.12589 l -0.8520429,5.234205 c -0.06974,0.433181 0.0425,0.816612 0.2897928,1.072986 z" id="path870" /><path stroke="none" d="m 31.455066,8.5672294 c -0.247305,-0.256356 -0.630516,-0.386571 -1.099728,-0.3108 l -5.226188,0.878124 c -0.828105,0.152814 -1.291596,0.8695806 -0.661321,1.4972516 l 1.327617,1.322102 -3.47767,3.454844 c -0.407645,0.40669 -0.56629,0.999156 -0.41611,1.553983 0.149173,0.555031 0.584479,0.988565 1.141811,1.137143 0.556802,0.147977 1.150592,-0.01091 1.557946,-0.416861 l 3.477671,-3.454845 1.310314,1.304799 c 0.616183,0.613919 1.36269,0.178722 1.503456,-0.658595 l 0.852043,-5.2342056 c 0.06974,-0.433181 -0.0425,-0.816612 -0.289793,-1.072986 z" id="path872" /></g></defs><use href="%23all" fill="%23070e1e" stroke="%23070e1e" filter="url(%23blurFilter)"/><use href="%23all" fill="%23ccc" stroke="%23ccc" /></svg>%0A');background-position:center}.brightnessButtonIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><defs><path id="ray" d="M15 2v4" /><circle id="circle" cx="15" cy="15" r="7" /><g id="rays" stroke-width="2" stroke-linecap="round"><use href="%23ray" /><use href="%23ray" transform="rotate(45 15 15)" /><use href="%23ray" transform="rotate(45 15 15)" /><use href="%23ray" transform="rotate(90 15 15)" /><use href="%23ray" transform="rotate(135 15 15)" /><use href="%23ray" transform="rotate(180 15 15)" /><use href="%23ray" transform="rotate(225 15 15)" /><use href="%23ray" transform="rotate(270 15 15)" /><use href="%23ray" transform="rotate(315 15 15)" /></g><filter color-interpolation-filters="sRGB" id="blur"><feGaussianBlur stdDeviation="1.177" /></filter></defs><use href="%23circle" fill="%23070e1e" filter="url(%23blur)" /><use href="%23rays" stroke="%23070e1e" filter="url(%23blur)" /><use href="%23circle" fill="%23ccc" /><use href="%23rays" stroke="%23fff" /></svg>%0A');background-position:center}.brightnessButtonIcon[data-enabled=true]{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><defs><path id="ray" d="M15 2v4" /><circle id="circle" cx="15" cy="15" r="7" /><g id="rays" stroke-width="2" stroke-linecap="round"><use href="%23ray" /><use href="%23ray" transform="rotate(45 15 15)" /><use href="%23ray" transform="rotate(45 15 15)" /><use href="%23ray" transform="rotate(90 15 15)" /><use href="%23ray" transform="rotate(135 15 15)" /><use href="%23ray" transform="rotate(180 15 15)" /><use href="%23ray" transform="rotate(225 15 15)" /><use href="%23ray" transform="rotate(270 15 15)" /><use href="%23ray" transform="rotate(315 15 15)" /></g><filter color-interpolation-filters="sRGB" id="blur"><feGaussianBlur stdDeviation="1.177" /></filter></defs><use href="%23circle" fill="%23070e1e" filter="url(%23blur)" /><use href="%23rays" stroke="%23070e1e" filter="url(%23blur)" /><use href="%23circle" fill="%23fff" /><use href="%23rays" stroke="%23fff" /></svg>%0A')}.cameraControlIcon{width:28px;height:28px}.oblongControlIcon{width:34px;height:34px}.oblongControlIconButton{height:var(--cameraIconDiameter);width:var(--prePaddingOblongWidth);padding:0 var(--cameraTextButtonPadding);border:0;background-color:var(--cameraTranslucentHighlightColor);border-radius:var(--cameraIconRadius)}.cameraControlIconShadow{-webkit-filter:drop-shadow(0px 0 3px var(--cameraDarkColor));filter:drop-shadow(0px 0 3px var(--cameraDarkColor))}.deviceDisplayContainer{position:absolute;left:0;right:0;bottom:var(--cameraControlMarginBottom);display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none}.deviceDisplay{color:#fff;text-align:center;text-shadow:var(--cameraTextShadow);font-size:13px;margin-top:var(--cameraControlMargin);display:flex;justify-content:center;align-items:center}.mediaDeviceIcon{width:28px;height:28px;background-position:center}.mediaDeviceIcon.video{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"%0A   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"%0A   inkscape:version="1.0beta2 (2b71d25, 2019-12-03)"%0A   sodipodi:docname="change_video.svg"%0A   id="svg846"%0A   viewBox="0 0 40 40"%0A   version="1.1"%0A   data-name="\30ec\30a4\30e4\30fc  1">%0A  <sodipodi:namedview%0A     inkscape:current-layer="svg846"%0A     inkscape:window-maximized="0"%0A     inkscape:window-y="0"%0A     inkscape:window-x="1344"%0A     inkscape:cy="20"%0A     inkscape:cx="20"%0A     inkscape:zoom="21.25"%0A     showgrid="false"%0A     id="namedview848"%0A     inkscape:window-height="1058"%0A     inkscape:window-width="1920"%0A     inkscape:pageshadow="2"%0A     inkscape:pageopacity="0"%0A     guidetolerance="10"%0A     gridtolerance="10"%0A     objecttolerance="10"%0A     borderopacity="1"%0A     inkscape:document-rotation="0"%0A     bordercolor="%23666666"%0A     pagecolor="%23ffffff" />%0A  <metadata%0A     id="metadata833">%0A    <rdf:RDF>%0A      <cc:Work%0A         rdf:about="">%0A        <dc:format>image/svg+xml</dc:format>%0A        <dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />%0A        <dc:title></dc:title>%0A      </cc:Work>%0A    </rdf:RDF>%0A  </metadata>%0A  <defs%0A     id="defs840">%0A    <filter%0A       color-interpolation-filters="sRGB"%0A       height="1.268"%0A       width="1.217"%0A       y="-.134"%0A       x="-.109"%0A       id="filter1756">%0A      <feGaussianBlur%0A         id="feGaussianBlur835"%0A         stdDeviation="1.177" />%0A    </filter>%0A    <style%0A       id="style838">.filled{fill:%23fff}<\/style>%0A  </defs>%0A  <path%0A     style="fill:%23070e1e;fill-opacity:1"%0A     id="path842"%0A     filter="url(%23filter1756)"%0A     fill="%23070e1e"%0A     d="M10.481 30.541H29.52c2.31 0 3.471-1.15 3.471-3.427V15.54c0-2.277-1.16-3.416-3.471-3.416h-2.576c-.863 0-1.139-.177-1.625-.73l-.896-.995c-.553-.608-1.116-.94-2.255-.94h-4.411c-1.139 0-1.703.332-2.256.94l-.884.995c-.486.542-.763.73-1.625.73h-2.51c-2.31 0-3.471 1.139-3.471 3.416v11.575c0 2.277 1.16 3.427 3.471 3.427zm.022-1.78c-1.083 0-1.713-.586-1.713-1.735V15.639c0-1.15.63-1.736 1.713-1.736h2.93c.995 0 1.526-.188 2.079-.807l.862-.973c.641-.707.962-.884 1.935-.884h3.305c.984 0 1.305.177 1.935.884l.873.973c.542.619 1.084.807 2.079.807h2.996c1.094 0 1.713.586 1.713 1.736v11.387c0 1.15-.619 1.735-1.713 1.735zm9.508-14.095c-1.338 0-2.686.475-3.615 1.25-.509.397-.641.95-.254 1.348.376.398.851.343 1.271.022.774-.62 1.559-.929 2.598-.929 2.145 0 3.925 1.449 4.4 3.339h-1.205c-.497 0-.62.475-.343.851l1.747 2.421c.276.398.774.432 1.083 0l1.714-2.42c.265-.388.166-.852-.332-.852h-1.072c-.52-2.974-2.93-5.03-5.992-5.03zm-7.109 6.976h1.14c.519 2.974 2.929 5.03 5.991 5.03 1.338 0 2.676-.464 3.615-1.238.509-.398.641-.962.255-1.36-.365-.398-.852-.332-1.283-.022-.774.608-1.548.94-2.587.94-2.134 0-3.924-1.449-4.4-3.35h1.15c.486 0 .608-.465.332-.852l-1.736-2.41c-.288-.398-.785-.43-1.095 0l-1.713 2.41c-.266.387-.166.852.331.852z"%0A     class="filled" />%0A  <path%0A     inkscape:connector-curvature="0"%0A     style="fill:%23ffffff;fill-opacity:1"%0A     id="path844"%0A     fill="%23fff"%0A     d="M 10.481,30.541 H 29.52 c 2.31,0 3.471,-1.15 3.471,-3.427 V 15.54 c 0,-2.277 -1.16,-3.416 -3.471,-3.416 h -2.576 c -0.863,0 -1.139,-0.177 -1.625,-0.73 L 24.423,10.399 C 23.87,9.791 23.307,9.459 22.168,9.459 h -4.411 c -1.139,0 -1.703,0.332 -2.256,0.94 l -0.884,0.995 c -0.486,0.542 -0.763,0.73 -1.625,0.73 h -2.51 c -2.31,0 -3.471,1.139 -3.471,3.416 v 11.575 c 0,2.277 1.16,3.427 3.471,3.427 z m 0.022,-1.78 C 9.42,28.761 8.79,28.175 8.79,27.026 V 15.639 c 0,-1.15 0.63,-1.736 1.713,-1.736 h 2.93 c 0.995,0 1.526,-0.188 2.079,-0.807 l 0.862,-0.973 c 0.641,-0.707 0.962,-0.884 1.935,-0.884 h 3.305 c 0.984,0 1.305,0.177 1.935,0.884 l 0.873,0.973 c 0.542,0.619 1.084,0.807 2.079,0.807 h 2.996 c 1.094,0 1.713,0.586 1.713,1.736 v 11.387 c 0,1.15 -0.619,1.735 -1.713,1.735 z m 9.508,-14.095 c -1.338,0 -2.686,0.475 -3.615,1.25 -0.509,0.397 -0.641,0.95 -0.254,1.348 0.376,0.398 0.85,0.343 1.271,0.022 0.774,-0.62 1.559,-0.929 2.598,-0.929 2.145,0 3.925,1.449 4.4,3.339 h -1.205 c -0.497,0 -0.62,0.475 -0.343,0.851 l 1.747,2.421 c 0.276,0.398 0.774,0.432 1.083,0 l 1.714,-2.42 c 0.265,-0.388 0.166,-0.852 -0.332,-0.852 h -1.072 c -0.52,-2.974 -2.93,-5.03 -5.992,-5.03 z m -7.109,6.976 h 1.14 c 0.519,2.974 2.929,5.03 5.991,5.03 1.338,0 2.676,-0.464 3.615,-1.238 0.509,-0.398 0.641,-0.962 0.255,-1.36 -0.365,-0.398 -0.852,-0.332 -1.283,-0.022 -0.774,0.608 -1.548,0.94 -2.587,0.94 -2.134,0 -3.924,-1.449 -4.4,-3.35 h 1.15 c 0.486,0 0.608,-0.465 0.332,-0.852 l -1.736,-2.41 c -0.288,-0.398 -0.785,-0.43 -1.095,0 l -1.713,2.41 c -0.266,0.387 -0.166,0.852 0.331,0.852 z"%0A     class="filled" />%0A</svg>%0A');background-size:contain;background-repeat:no-repeat}.mediaDeviceIcon.audio{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="40" height="40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns%23" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23">%0A <metadata>%0A  <rdf:RDF>%0A   <cc:Work rdf:about="">%0A    <dc:format>image/svg+xml</dc:format>%0A    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>%0A    <dc:title/>%0A   </cc:Work>%0A  </rdf:RDF>%0A </metadata>%0A <defs>%0A  <clipPath id="b">%0A   <path d="M0 50h50V0H0z"/>%0A  </clipPath>%0A  <filter id="a" x="-.165" y="-.094" width="1.331" height="1.188" color-interpolation-filters="sRGB">%0A   <feGaussianBlur stdDeviation="1.011"/>%0A  </filter>%0A </defs>%0A <g transform="matrix(.91431 0 0 -.91431 -2.857 42.858)" fill="%23070e1e" filter="url(%23a)" stroke-width="2.25">%0A  <g clip-path="url(%23b)">%0A   <path d="M24.902 20.055a4.322 4.322 0 014.325 4.318v9.194a4.321 4.321 0 01-4.325 4.319 4.321 4.321 0 01-4.324-4.32v-9.193-.1a4.323 4.323 0 014.324-4.218"/>%0A   <path d="M30.678 28.97v-5.432c0-2.666-2.546-4.836-5.678-4.836-3.13 0-5.677 2.17-5.677 4.836v5.433h-1.66v-5.433c0-3.333 2.853-6.084 6.509-6.45v-3.592H20.52v-1.381h8.845v1.38H25.83v3.593c3.656.367 6.506 3.118 6.506 6.45v5.433z"/>%0A  </g>%0A </g>%0A <g transform="matrix(.91431 0 0 -.91431 -2.857 42.858)" clip-path="url(%23b)" fill="%23fff">%0A  <path d="M24.902 20.055a4.322 4.322 0 014.325 4.318v9.194a4.321 4.321 0 01-4.325 4.319 4.321 4.321 0 01-4.324-4.32v-9.193-.1a4.323 4.323 0 014.324-4.218"/>%0A  <path d="M30.678 28.97v-5.432c0-2.666-2.546-4.836-5.678-4.836-3.13 0-5.677 2.17-5.677 4.836v5.433h-1.66v-5.433c0-3.333 2.853-6.084 6.509-6.45v-3.592H20.52v-1.381h8.845v1.38H25.83v3.593c3.656.367 6.506 3.118 6.506 6.45v5.433z"/>%0A </g>%0A</svg>%0A');background-size:contain;background-repeat:no-repeat}@media (max-width: 480px) and (orientation: portrait){.deviceDisplayContainer{bottom:calc(2 * var(--shutterTotalRadius) + 3 * var(--cameraControlMargin) + var(--cameraControlMarginBottom))}}.fadeOutText-enter{opacity:0}.fadeOutText-enter-active{opacity:1;transition:opacity .5s ease-out}.fadeOutText-enter-done{opacity:1}.fadeOutText-appear{opacity:0}.fadeOutText-appear-active{opacity:1;transition:opacity .5s ease-out}.fadeOutText-appear-done,.fadeOutText-exit{opacity:1}.fadeOutText-exit-active{opacity:0;transition:opacity .5s ease-in}.fadeOutText-exit-done{opacity:0}.toggleButtonContainer{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:var(--cameraControlMargin);min-height:calc(2 * var(--cameraIconDiameter) + var(--cameraControlMargin));min-width:var(--cameraIconDiameter)}@media (min-height: 481px) and (max-height: 580px){.toggleButtonContainer{min-height:calc(2 * var(--cameraIconDiameter) + 10px);margin-top:var(--cameraControlMargin);gap:10px}}.primaryControlTray{position:absolute;right:0;bottom:0;width:var(--primaryTraySize);height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:center}@media (max-width: 480px),(max-height: 480px){.primaryControlTray{--prePaddingOblongWidth: calc(70px - (2 * var(--cameraTextButtonPadding)));--oblongControlMargin: calc(2 * var(--cancelButtonMargin));justify-content:center;background-color:var(--cameraTranslucentScrimColor)}}.cameraToggleContainer,.modeSelectorContainer{display:flex;flex-direction:inherit;flex-grow:1}.cameraToggleContainer{justify-content:flex-start}.modeSelectorContainer{justify-content:flex-end}@media (max-width: 480px) and (orientation: portrait){.primaryControlTray{height:var(--primaryTraySize);width:100vw;flex-direction:row;bottom:var(--cameraControlMarginBottom)}.cameraToggleButton{margin-left:var(--oblongControlMargin)}.mobileModeSelector{margin-right:var(--oblongControlMargin)}}@media (max-height: 480px) and (orientation: landscape){.cameraToggleButton{margin-top:var(--oblongControlMargin)}.mobileModeSelector{margin-bottom:max(var(--cameraControlMarginBottom),var(--oblongControlMargin))}}.secondaryControlTray{position:absolute;top:0;left:0;display:flex;justify-content:flex-start;align-items:center;gap:var(--cancelButtonMargin);background-color:var(--cameraTranslucentScrimColor)}.cancelButtonPlaceHolder{width:var(--cameraIconDiameter);height:var(--cameraIconDiameter);background-color:transparent}@media (max-width: 480px) and (orientation: portrait){.secondaryControlTray{flex-direction:row;padding-left:var(--cancelButtonMargin);width:100%;height:var(--secondaryTraySize)}.cancelButtonPlaceHolder{margin-right:var(--cancelButtonMargin)}}@media (max-height: 480px) and (orientation: landscape){.secondaryControlTray{flex-direction:column;padding-top:var(--cancelButtonMargin);width:var(--secondaryTraySize);height:100%}.cancelButtonPlaceHolder{margin-bottom:var(--cancelButtonMargin)}}.resSelectorContainer{position:absolute;top:var(--cancelButtonMargin);right:26px}.cameraModeSelector{--modeButtonRawWidth: 60px;--modeButtonMargin: 10px;--modeButtonHeight: calc( var(--cameraControlFontSize) + (2 * var(--modeButtonMargin)) );--modeButtonWidth: calc( var(--modeButtonRawWidth) + (2 * var(--modeButtonMargin)) );--modeButtonBorderRadius: calc(var(--modeButtonHeight) / 2);padding:0;background-color:var(--cameraTranslucentHighlightColor);border-radius:var(--modeButtonBorderRadius);border:0;text-shadow:var(--cameraTextShadow);width:var(--modeButtonWidth);margin-bottom:var(--cameraControlMargin)}.cameraModeSelectorFlexContainer{display:flex;flex-direction:column;position:relative}.cameraModeSelectorHighlight{width:var(--modeButtonWidth);height:var(--modeButtonHeight);position:absolute;transition:.2s;background-color:#c8c8c84d;border-radius:var(--modeButtonBorderRadius)}.cameraModeOption{border:0;width:var(--modeButtonWidth);height:var(--modeButtonHeight);z-index:1;transition:.2s;text-align:center}.cameraModeOptionColor[aria-disabled=true]{color:#fff}.cameraModeOptionColor{color:#ccc}.selectedCameraModeOptionColor[data-enabled=true]{color:var(--cameraYellow)}.selectedCameraModeOptionColor{color:#c29500}.mobileModeSelector{padding:0 var(--cameraTextButtonPadding);border-radius:var(--cameraIconRadius);background-color:var(--cameraTranslucentHighlightColor);text-shadow:var(--cameraTextShadow);color:#fff;height:var(--cameraIconDiameter);min-width:var(--prePaddingOblongWidth)}.mobileModeSelector[aria-disabled=true]{color:#ccc}.mobileModeSelectorPopover{margin-right:20px}@media (max-width: 480px) and (orientation: portrait){.mobileModeSelectorPopover{margin-bottom:16px}}.mobileModeSelectorItem{width:auto;background-color:#070e1ee5;color:#fff}.mobileModeSelectorItem[data-selected=true]{color:#ffcd27}.mobileModeSelectorItemText[data-disabled=true]{opacity:.5;cursor:not-allowed}.blinkingDot{--radius: 6px;--diameter: calc(2 * var(--radius));--easeInOutCubic: cubic-bezier(.645, .045, .355, 1);margin-left:calc(2 * var(--radius));width:var(--diameter);height:var(--diameter);border-radius:var(--radius);animation-name:blink;animation-duration:1s;animation-timing-function:var(--easeInOutCubic);animation-iteration-count:infinite;animation-direction:alternate}@keyframes blink{0%{background-color:#f63232bf;box-shadow:0 0 6px #f63232}to{background-color:#80000000;box-shadow:0 0 #80000000}}.cameraSliderWrapper{padding:0;height:auto;width:50%;flex-grow:1}.cameraSlider{position:relative;display:flex;align-items:center;pointer-events:auto}.cameraSliderBarWrapper{flex-grow:1;height:100%;margin:0 20px;cursor:pointer;padding:12px 0}.cameraSliderBarInner{display:flex;align-items:center;pointer-events:none}.cameraSliderBar{height:10px;background-color:var(--cameraTranslucentHighlightColor);width:100%;box-sizing:border-box;border:2px solid #ffffff;border-radius:5px}.cameraSliderControlWrapper{position:absolute;width:32px;height:32px;background-color:var(--cameraTranslucentYellow);border-radius:16px;pointer-events:none}.cameraSliderControl{position:absolute;top:8px;left:8px;background-color:var(--cameraYellow);height:16px;width:16px;border-radius:8px}.centeredQrFrame{position:absolute;inset:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" version="1.1"><g fill="%23FFF"><path d="m 108,100 a 8,8 0 0 0 -8,8 v 48 a 4,4 0 0 0 4,4 h 2 a 4,4 0 0 0 4,-4 v -44 a 2,2 0 0 1 2,-2 h 44 a 4,4 0 0 0 4,-4 v -2 a 4,4 0 0 0 -4,-4 z" /><path d="m 500,108 a 8,8 0 0 0 -8,-8 h -48 a 4,4 0 0 0 -4,4 v 2 a 4,4 0 0 0 4,4 h 44 a 2,2 0 0 1 2,2 v 44 a 4,4 0 0 0 4,4 h 2 a 4,4 0 0 0 4,-4 z" /><path d="m 108,500 a 8,-8 0 0 1 -8,-8 v -48 a 4,-4 0 0 1 4,-4 h 2 a 4,-4 0 0 1 4,4 v 44 a 2,-2 0 0 0 2,2 h 44 a 4,-4 0 0 1 4,4 v 2 a 4,-4 0 0 1 -4,4 z" /><path d="m 500,492 a 8,-8 0 0 1 -8,8 h -48 a 4,-4 0 0 1 -4,-4 v -2 a 4,-4 0 0 1 4,-4 h 44 a 2,-2 0 0 0 2,-2 v -44 a 4,-4 0 0 1 4,-4 h 2 a 4,-4 0 0 1 4,4 z" /></g></svg>%0A');background-position:center;background-size:contain;background-repeat:no-repeat;opacity:.5}.yellowFrame{opacity:.9;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" version="1.1"><g fill="%23FFCD27"><path d="m 108,100 a 8,8 0 0 0 -8,8 v 48 a 4,4 0 0 0 4,4 h 2 a 4,4 0 0 0 4,-4 v -44 a 2,2 0 0 1 2,-2 h 44 a 4,4 0 0 0 4,-4 v -2 a 4,4 0 0 0 -4,-4 z" /><path d="m 500,108 a 8,8 0 0 0 -8,-8 h -48 a 4,4 0 0 0 -4,4 v 2 a 4,4 0 0 0 4,4 h 44 a 2,2 0 0 1 2,2 v 44 a 4,4 0 0 0 4,4 h 2 a 4,4 0 0 0 4,-4 z" /><path d="m 108,500 a 8,-8 0 0 1 -8,-8 v -48 a 4,-4 0 0 1 4,-4 h 2 a 4,-4 0 0 1 4,4 v 44 a 2,-2 0 0 0 2,2 h 44 a 4,-4 0 0 1 4,4 v 2 a 4,-4 0 0 1 -4,4 z" /><path d="m 500,492 a 8,-8 0 0 1 -8,8 h -48 a 4,-4 0 0 1 -4,-4 v -2 a 4,-4 0 0 1 4,-4 h 44 a 2,-2 0 0 0 2,-2 v -44 a 4,-4 0 0 1 4,-4 h 2 a 4,-4 0 0 1 4,4 z" /></g></svg>%0A');background-position:center;background-size:contain;background-repeat:no-repeat;transition-property:opacity,background-image;transition-duration:.3s;transition-timing-function:cubic-bezier(.33,1,.68,1)}.qrModeGuidanceContainer{--videoScale: calc(100vmin / 600);--scaledVideoHeight: calc(var(--videoScale) * 600);--top: calc((100% - var(--scaledVideoHeight)) / 2);position:absolute;left:0;right:0;top:var(--top);display:flex;justify-content:center}.qrModeGuidance{color:#fff;font-size:13px;padding-top:var(--cameraButtonPadding);text-shadow:var(--cameraTextShadow)}.qrPreviewFadeModal{display:flex;flex-direction:column;justify-content:center;align-items:center}.qrPreviewModal{max-width:90vw;width:540px;display:flex;flex-direction:column;justify-content:center;align-items:stretch;background-color:#ffffffe5;border-radius:8px}.qrPreviewBody{padding:15px;font-size:17px;line-height:26px;font-weight:700}.qrPreviewUrl{word-break:break-all}.qrPreviewText{word-break:break-word}.qrPreviewFooter{display:flex;justify-content:flex-end;border-radius:0 0 8px 8px}.qrPreviewActionButton{min-width:50px;padding:10px 12px;margin:0 15px 15px 0;font-size:13px;text-align:center;border-radius:16px;color:#fff;background-color:#0076f6}@media (max-width: 480px){.qrPreviewActionButton{min-width:40px;font-size:11px}}.qrPreviewActionButton:active{background-color:#b2d8ff}.qrPreviewActionButton.secondary{color:#0076f6;background-color:#fff;border:1px solid #0076f6;padding:8px 12px}:root{--cameraAddTypeSelectDialogWidth: 480px}@media (max-width: 480px) and (orientation: portrait){:root{--cameraAddTypeSelectDialogWidth: 100%}}@media (max-height: 480px) and (orientation: landscape){:root{--cameraAddTypeSelectDialogWidth: 480px}}.cameraAddTypeSelectDialog{display:flex;justify-content:center;align-items:center}.cameraAddTypeSelectDialogInner{width:var(--cameraAddTypeSelectDialogWidth);max-height:480px}.sliderValue{color:#ffcd27;font-size:15px;font-weight:700;text-align:center;min-width:32px}.cameraInputRange{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cameraInputRange.vertical{flex-direction:column-reverse}.rangeBar{pointer-events:none}.rangeThumbWrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.rangeThumb{position:absolute}.rangeTouchArea{position:absolute;pointer-events:auto;cursor:pointer}.brightnessControl{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.brightnessThumb{width:30px;height:30px;filter:drop-shadow(var(--cameraTextShadow))}.secondaryToggleButton+.brightnessButton,.cameraToggleButton+.brightnessButton{margin-top:10px}.brightnessSlider{flex-grow:1}.brightnessSlider>.rangeBar{background-color:#ffcd27}.brightnessSlider>.rangeThumbWrapper{background-color:#fff0;border-radius:50%}.brightnessSliderContainer{background-color:#fff;border-radius:8px;height:200px;width:80px;display:flex;flex-direction:column;justify-content:center;padding:10px}.brightnessPopover{margin-right:10px}.brightnessPopover>.uiPopover{display:flex;flex-direction:column;justify-content:flex-end}.cardPopover{background-color:#fff;color:#000;display:flex}.cardPopoverItem{display:flex;align-items:center;height:var(--kItemHeight);padding:0 var(--kItemHorizontalPadding);box-sizing:border-box;border-right:var(--kBorderWidth) solid #ccc;font-size:var(--kItemFontSize)}.cardPopoverItem:last-child{border-right:none}.cardPopoverItem:not([aria-disabled=true]):active{background-color:#ccc}.cardPopoverItem[aria-disabled=true]{opacity:.5}.cardPopoverItem[aria-disabled=true]:active{background-color:transparent}.cardPopoverItem:focus-visible{outline:none;background-color:var(--primaryBlueHighlight)}.cardPopoverIcon{margin:0 5px;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:contain}.cardPopoverStarIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18.83 18"><defs><style>.a{fill:url(%23a);}.b{fill:%23fbc02d;}<\/style><linearGradient id="a" x1="9.42" y1="18" x2="9.42" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%23ffd32f"/><stop offset="0.03" stop-color="%23ffd533"/><stop offset="0.38" stop-color="%23ffe65f"/><stop offset="0.66" stop-color="%23fff17a"/><stop offset="0.82" stop-color="%23fff584"/></linearGradient></defs><path class="a" d="M10.24.56l2.09,5.29L18,6.2a.89.89,0,0,1,.51,1.57l-4.39,3.61,1.43,5.51a.89.89,0,0,1-1.33,1L9.42,14.8l-4.8,3.06a.88.88,0,0,1-1.33-1l1.42-5.51L.32,7.77A.89.89,0,0,1,.83,6.2l5.68-.35L8.59.56A.89.89,0,0,1,10.24.56Z"/><path class="b" d="M9.42.44a.43.43,0,0,1,.41.28L11.91,6a.46.46,0,0,0,.39.28L18,6.64a.43.43,0,0,1,.39.31.42.42,0,0,1-.14.47L13.84,11a.43.43,0,0,0-.14.45L15.12,17a.48.48,0,0,1-.07.38.49.49,0,0,1-.36.18.55.55,0,0,1-.24-.07l-4.8-3.06a.39.39,0,0,0-.23-.07.4.4,0,0,0-.24.07l-4.8,3.06a.48.48,0,0,1-.23.07.47.47,0,0,1-.36-.18A.41.41,0,0,1,3.72,17l1.42-5.51A.46.46,0,0,0,5,11L.6,7.42A.41.41,0,0,1,.47,7a.43.43,0,0,1,.39-.31l5.68-.35A.43.43,0,0,0,6.92,6L9,.72A.43.43,0,0,1,9.42.44m0-.44a.89.89,0,0,0-.83.56L6.51,5.85.83,6.2A.89.89,0,0,0,.32,7.77l4.39,3.61L3.29,16.89A.89.89,0,0,0,4.15,18a.85.85,0,0,0,.47-.14l4.8-3.06,4.8,3.06a.83.83,0,0,0,.47.14.89.89,0,0,0,.86-1.11l-1.43-5.51,4.39-3.61A.89.89,0,0,0,18,6.2l-5.67-.35L10.24.56A.87.87,0,0,0,9.42,0Z"/></svg>')}.cardPopoverPinIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.4 16.4"><defs><style>.a{fill:%23a0a0a0;}.b{fill:%23e12d19;}.c{fill:%23ef473a;}<\/style></defs><path class="a" d="M.74,16.4a.7.7,0,0,1-.52-.22.73.73,0,0,1,0-1L5.93,9.42A.74.74,0,0,1,7,10.47L1.26,16.18A.7.7,0,0,1,.74,16.4Z"/><polygon class="b" points="15.06 4.15 13.66 2.74 12.25 1.33 4.99 7.28 7.06 9.34 9.13 11.41 15.06 4.15"/><path class="c" d="M10.69,14.27C9.48,15.49.91,6.92,2.13,5.71s4.12-.29,6.48,2.08S11.91,13.06,10.69,14.27Z"/><rect class="c" x="9.85" y="1.4" width="7.13" height="3.17" rx="1.58" transform="translate(6.04 -8.61) rotate(45)"/></svg>')}.cardPopoverArrangeIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 14"><defs><style>.a{fill:%23323232;}<\/style></defs><path class="a" d="M6.2,1V4.49H1V1H6.2m.27-1H.73A.73.73,0,0,0,0,.73v4a.74.74,0,0,0,.73.74H6.47a.74.74,0,0,0,.73-.74v-4A.73.73,0,0,0,6.47,0Z"/><path class="a" d="M16,1V4.49H10.8V1H16m.27-1H10.53A.73.73,0,0,0,9.8.73v4a.74.74,0,0,0,.73.74h5.74A.74.74,0,0,0,17,4.75v-4A.73.73,0,0,0,16.27,0Z"/><path class="a" d="M6.2,9.51V13H1V9.51H6.2m.27-1H.73A.74.74,0,0,0,0,9.25v4A.73.73,0,0,0,.73,14H6.47a.73.73,0,0,0,.73-.73v-4a.74.74,0,0,0-.73-.74Z"/><path class="a" d="M16,9.51V13H10.8V9.51H16m.27-1H10.53a.74.74,0,0,0-.73.74v4a.73.73,0,0,0,.73.73h5.74a.73.73,0,0,0,.73-.73v-4a.74.74,0,0,0-.73-.74Z"/></svg>')}.cardPopoverResizeIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16.31"><defs><style>.a{fill:%23323232;}.b{fill:%23a0a0a0;}<\/style></defs><path class="a" d="M15.17,4.74l0,0,0,6.81-10.36,0,0-6.81H15.17m0-1H4.83a1,1,0,0,0-1,1v6.79a1,1,0,0,0,1,1H15.17a1,1,0,0,0,1-1V4.76a1,1,0,0,0-1-1Z"/><path class="b" d="M17.81,16.31h-.66v-1h.66l.23,0,.2,1A2.09,2.09,0,0,1,17.81,16.31Zm-1.66,0h-1v-1h1Zm-2,0h-1v-1h1Zm-2,0h-1v-1h1Zm-2,0h-1v-1h1Zm-2,0h-1v-1h1Zm-2,0h-1v-1h1Zm-2,0h-1v-1h1Zm-2,0h0A2.18,2.18,0,0,1,1,15.94l.55-.83a1.22,1.22,0,0,0,.66.2Zm17.15-.64L18.65,15a1.22,1.22,0,0,0,.33-.61l1,.2A2.23,2.23,0,0,1,19.36,15.67ZM.17,15A2.26,2.26,0,0,1,0,14.12v-.33H1v.33a1.22,1.22,0,0,0,.09.46ZM20,13.46H19v-1h1ZM1,12.8H0v-1H1Zm19-1.33H19v-1h1ZM1,10.81H0v-1H1ZM20,9.48H19v-1h1ZM1,8.82H0v-1H1ZM20,7.48H19v-1h1ZM1,6.83H0v-1H1ZM20,5.49H19v-1h1ZM1,4.83H0v-1H1ZM20,3.5H19v-1h1ZM1,2.84H0V2.19a2.12,2.12,0,0,1,.05-.44L1,2a1.94,1.94,0,0,0,0,.24ZM18.91,1.73a1.25,1.25,0,0,0-.45-.54L19,.36a2.25,2.25,0,0,1,.81,1ZM1.35,1.34.65.63A2.21,2.21,0,0,1,1.78,0L2,1A1.2,1.2,0,0,0,1.35,1.34ZM17.8,1h-1V0h1Zm-2,0h-1V0h1Zm-2,0h-1V0h1Zm-2,0h-1V0h1Zm-2,0h-1V0h1Zm-2,0h-1V0h1Zm-2,0h-1V0h1Zm-2,0h-1V0h1Z"/></svg>')}.cardPopoverResizeIcon[data-expand=true]{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16.34"><defs><style>.a{fill:%23a0a0a0;}.b{fill:%23323232;}<\/style></defs><path class="a" d="M14.1,12.67h-1v-1h1Zm-1.76,0h-1v-1h1Zm-1.76,0h-1v-1h1Zm-1.75,0h-1v-1h1Zm-1.76,0h-1v-1h1Zm-1.76,0h0v0Zm0,0h0A1.39,1.39,0,0,1,4,11.91l.89-.46a.38.38,0,0,0,.35.22Zm9.65,0-.15-1a.39.39,0,0,0,.31-.26l1,.29-.28-.07.27.09-.48-.15.48.15A1.39,1.39,0,0,1,15,12.65ZM3.87,10.93v-1h1v1Zm12.26-.15h-1v-1h1Zm0-1h0ZM3.87,9.17v-1h1v1ZM16.13,9h-1V8h1Zm0-1h0ZM3.87,7.41v-1h1v1Zm12.26-.15h-1v-1h1Zm0-1h0ZM3.87,5.65V5.06A1.43,1.43,0,0,1,4,4.45l.9.44a.33.33,0,0,0,0,.17v.58ZM16.13,5.5h-1V5.06a.41.41,0,0,0-.07-.22l.44-.3-.44.29.8-.6,0,0h0a1.35,1.35,0,0,1,.25.79Zm-11-.81-.23-1h0a1.37,1.37,0,0,1,.34,0H6v1H5.26L5,4Zm9.66,0h-.93v-1h1Zm-.93,0v-1h0Zm-.78,0h-1v-1h1Zm-1,0v-1h0Zm-.78,0h-1v-1h1Zm-1,0v-1h0Zm-.78,0h-1v-1h1Zm-1,0v-1h0Zm-.78,0h-1v-1h1Zm-1,0v-1h0Z"/><path class="b" d="M18.22,1a.78.78,0,0,1,.78.78V14.55a.78.78,0,0,1-.78.79H1.78A.78.78,0,0,1,1,14.55V1.78A.78.78,0,0,1,1.78,1H18.22m0-1H1.78A1.78,1.78,0,0,0,0,1.78V14.55a1.79,1.79,0,0,0,1.78,1.79H18.22A1.79,1.79,0,0,0,20,14.55V1.78A1.78,1.78,0,0,0,18.22,0Z"/></svg>')}.cardPopoverRotateIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 17.3"><defs><style>.a{fill:%23323232;}<\/style></defs><path class="a" d="M19,7.82A3.75,3.75,0,0,0,16.26,1.5h0V.34A.34.34,0,0,0,15.7.07L13.34,1.79a.34.34,0,0,0,0,.55L15.7,4.07a.34.34,0,0,0,.54-.28V2.63h0a2.62,2.62,0,0,1,1.9,4.42.55.55,0,0,0,0,.79A.56.56,0,0,0,19,7.82Z"/><path class="a" d="M14.6,6.41a.26.26,0,0,1,.26.25v9.39a.26.26,0,0,1-.26.25H1.26A.25.25,0,0,1,1,16.05V6.66a.25.25,0,0,1,.26-.25H14.6m0-1H1.26A1.25,1.25,0,0,0,0,6.66v9.39A1.25,1.25,0,0,0,1.26,17.3H14.6a1.25,1.25,0,0,0,1.26-1.25V6.66A1.25,1.25,0,0,0,14.6,5.41Z"/></svg>')}.cardPopoverDuplicateIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16"><defs><style>.a{fill:%23323232;}<\/style></defs><path class="a" d="M15.28,14.71A.29.29,0,0,1,15,15H1.29a.29.29,0,0,1-.3-.3V5.08a.3.3,0,0,1,.3-.3h8v-1h-8A1.29,1.29,0,0,0,0,5.08v9.63A1.29,1.29,0,0,0,1.29,16H15a1.28,1.28,0,0,0,1.28-1.29v-4h-1Z"/><polygon class="a" points="20 3.21 16.79 3.21 16.79 0 14.81 0 14.81 3.21 11.61 3.21 11.61 5.19 14.81 5.19 14.81 8.39 16.79 8.39 16.79 5.19 20 5.19 20 3.21"/></svg>')}.cardPopoverCopyIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 18.5"><defs><style>.a{fill:%23323232;}<\/style></defs><path class="a" d="M13.7,2H11.16a.81.81,0,0,0-.82-.78H9.47A1,1,0,0,1,8.6.69a1.22,1.22,0,0,0-2.2,0,1,1,0,0,1-.87.53H4.66A.81.81,0,0,0,3.84,2H1.3A1.3,1.3,0,0,0,0,3.3V17.2a1.3,1.3,0,0,0,1.3,1.3H13.7A1.3,1.3,0,0,0,15,17.2V3.3A1.3,1.3,0,0,0,13.7,2Zm-8.87.22h.7A2,2,0,0,0,7.3,1.12a.23.23,0,0,1,.4,0,2,2,0,0,0,1.77,1.1h.7V3.5H4.83ZM14,17.2a.29.29,0,0,1-.3.3H1.3a.29.29,0,0,1-.3-.3V3.3A.29.29,0,0,1,1.3,3H3.83v.66a.84.84,0,0,0,.83.84h5.68a.84.84,0,0,0,.83-.84V3H13.7a.29.29,0,0,1,.3.3Z"/></svg>')}.cardPopoverDeleteRedIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 16"><defs><style>.a{fill:%23ef473a;}<\/style></defs><path class="a" d="M9.12,1.59V.82A.82.82,0,0,0,8.3,0H6.7a.82.82,0,0,0-.82.82v.77H.82A.82.82,0,0,0,0,2.41H0a.82.82,0,0,0,.82.82H14.18A.82.82,0,0,0,15,2.41h0a.82.82,0,0,0-.82-.82Z"/><path class="a" d="M13.05,4H2a.5.5,0,0,0-.5.54l.87,11a.5.5,0,0,0,.5.46h9.32a.51.51,0,0,0,.5-.46l.91-11A.49.49,0,0,0,13.05,4ZM5.15,14a.29.29,0,0,1-.29.29H4.18A.29.29,0,0,1,3.89,14V6a.29.29,0,0,1,.29-.29h.68A.29.29,0,0,1,5.15,6Zm3,0a.3.3,0,0,1-.31.3H7.17a.29.29,0,0,1-.3-.3V6a.29.29,0,0,1,.3-.3h.66a.3.3,0,0,1,.31.3Zm3,0a.3.3,0,0,1-.3.3h-.68a.29.29,0,0,1-.29-.3V6a.29.29,0,0,1,.29-.29h.68a.3.3,0,0,1,.3.29Z"/></svg>')}.cardPopoverDeleteRedText{color:#ef473a}.cardPopoverPasteIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.5 20"><defs><style>.a{fill:none;}.b{fill:%23323232;}.c{fill:%23c2c2c2;}<\/style></defs><path class="a" d="M10.17,2.22h-.7A2,2,0,0,1,7.7,1.12a.23.23,0,0,0-.4,0,2,2,0,0,1-1.77,1.1h-.7V3.5h5.34Z"/><path class="b" d="M17.31,8.75H15V3.3A1.3,1.3,0,0,0,13.7,2H11.16a.81.81,0,0,0-.82-.78H9.47A1,1,0,0,1,8.6.69a1.22,1.22,0,0,0-2.2,0,1,1,0,0,1-.87.53H4.66A.81.81,0,0,0,3.84,2H1.3A1.3,1.3,0,0,0,0,3.3V17.2a1.3,1.3,0,0,0,1.3,1.3H3.5v.31A1.19,1.19,0,0,0,4.69,20H17.31a1.19,1.19,0,0,0,1.19-1.19V9.94A1.19,1.19,0,0,0,17.31,8.75ZM4.83,2.22h.7A2,2,0,0,0,7.3,1.12a.23.23,0,0,1,.4,0,2,2,0,0,0,1.77,1.1h.7V3.5H4.83ZM1.3,17.5a.29.29,0,0,1-.3-.3V3.3A.29.29,0,0,1,1.3,3H3.83v.66a.84.84,0,0,0,.83.84h5.68a.84.84,0,0,0,.83-.84V3H13.7a.29.29,0,0,1,.3.3V8.75H4.69A1.19,1.19,0,0,0,3.5,9.94V17.5Zm16.2,1.31a.18.18,0,0,1-.19.19H4.69a.18.18,0,0,1-.19-.19V9.94a.18.18,0,0,1,.19-.19H17.31a.18.18,0,0,1,.19.19Z"/><rect class="c" x="4.5" y="9.75" width="13" height="9.25" rx="0.19"/></svg>')}.cardPopoverPasteWebIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.5 20"><defs><style>.a{fill:none;}.b{fill:%23323232;}.c{fill:%23c2c2c2;}.d{fill:%23fff;}.e{fill:%23313232;}<\/style></defs><path class="a" d="M10.17,2.22h-.7A2,2,0,0,1,7.7,1.12a.23.23,0,0,0-.4,0,2,2,0,0,1-1.77,1.1h-.7V3.5h5.34Z"/><path class="b" d="M17.31,8.75H15V3.3A1.3,1.3,0,0,0,13.7,2H11.16a.81.81,0,0,0-.82-.78H9.47A1,1,0,0,1,8.6.69a1.22,1.22,0,0,0-2.2,0,1,1,0,0,1-.87.53H4.66A.81.81,0,0,0,3.84,2H1.3A1.3,1.3,0,0,0,0,3.3V17.2a1.3,1.3,0,0,0,1.3,1.3H3.5v.31A1.19,1.19,0,0,0,4.69,20H17.31a1.19,1.19,0,0,0,1.19-1.19V9.94A1.19,1.19,0,0,0,17.31,8.75ZM4.83,2.22h.7A2,2,0,0,0,7.3,1.12a.23.23,0,0,1,.4,0,2,2,0,0,0,1.77,1.1h.7V3.5H4.83ZM1.3,17.5a.29.29,0,0,1-.3-.3V3.3A.29.29,0,0,1,1.3,3H3.83v.66a.84.84,0,0,0,.83.84h5.68a.84.84,0,0,0,.83-.84V3H13.7a.29.29,0,0,1,.3.3V8.75H4.69A1.19,1.19,0,0,0,3.5,9.94V17.5Zm16.2,1.31a.18.18,0,0,1-.19.19H4.69a.18.18,0,0,1-.19-.19V9.94a.18.18,0,0,1,.19-.19H17.31a.18.18,0,0,1,.19.19Z"/><rect class="c" x="4.5" y="9.75" width="13" height="9.25" rx="0.19"/><path class="d" d="M13,13.9a2.46,2.46,0,1,1-2.46-2.45A2.46,2.46,0,0,1,13,13.9Z"/><path class="e" d="M13.43,16l-.14.14L13,15.85a3.17,3.17,0,1,0-2.5,1.23,3.12,3.12,0,0,0,2-.72l.25.25-.14.14,1.78,1.77.78-.78ZM13,13.9a2.46,2.46,0,1,1-2.46-2.45A2.46,2.46,0,0,1,13,13.9Z"/></svg>')}.cardPopoverGatherCardsIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.b{fill:%23323232;}.b,.c{stroke-width:0px;}.c{fill:%23a0a0a0;}<\/style></defs><path class="b" d="m14.85,10.49c-.37-.65-1.2-.87-1.84-.49l-5.13,2.96c-.46.27-1.01.31-1.5.12-.5-.19-.88-.58-1.06-1.1-.27-.77.11-1.69.87-2.13l5.05-2.92c.31-.18.54-.47.63-.82.09-.35.05-.71-.13-1.02l-1.27-2.2c-.37-.64-1.2-.86-1.84-.49l-4.93,2.85C.53,7.06-.84,10.87.51,14.1c.78,1.87,2.33,3.31,4.24,3.96.73.25,1.49.37,2.25.37,1.22,0,2.42-.32,3.5-.94l5.13-2.96c.31-.18.54-.47.63-.82.09-.35.05-.71-.13-1.02l-1.27-2.2Zm-5.73-7.23c.17-.1.38-.04.48.13l1.27,2.2c.05.08.06.17.03.26s-.08.17-.16.21l-1.5.87-1.62-2.81,1.5-.87Zm.88,13.37c-1.49.86-3.29,1.04-4.93.49-1.66-.56-2.95-1.77-3.63-3.4-1.16-2.77.03-6.04,2.75-7.61l2.56-1.48,1.62,2.81-2.68,1.55c-1.19.69-1.75,2.09-1.32,3.33.27.79.88,1.42,1.66,1.71.78.29,1.64.22,2.35-.19l2.76-1.59,1.62,2.81-2.76,1.59Zm5.13-2.96l-1.5.87-1.62-2.81,1.5-.87c.17-.1.38-.04.48.13l1.27,2.2c.05.08.06.17.03.26s-.08.17-.16.21Z"/><path class="c" d="m19.62,2.11l-5.36,2.1c-.08.04-.15.07-.18.14-.06.1-.03.22.09.28l1.97,1.14-2.68,2.22c-.27.22-.07.54.25.41l5.36-2.1c.09-.04.15-.07.18-.14.06-.1.03-.22-.09-.28l-1.97-1.14,2.68-2.22c.27-.22.06-.54-.25-.41Z"/></svg>')}.cardPopoverSpeechIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23323232;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M9.81,2s.24,0,.24.23v15.54c0,.22-.24.23-.24.23-.06,0-.11-.02-.16-.08l-3.99-4.58c-.19-.22-.47-.34-.75-.34H1.23c-.13,0-.23-.1-.23-.23v-5.53c0-.13.1-.23.23-.23h3.68c.29,0,.56-.13.75-.34l3.99-4.58c.05-.06.1-.08.16-.08M9.81,1c-.33,0-.66.13-.92.42l-3.99,4.58H1.23c-.68,0-1.23.55-1.23,1.23v5.53c0,.68.55,1.23,1.23,1.23h3.68l3.99,4.58c.26.29.59.42.92.42.63,0,1.24-.48,1.24-1.23V2.23c0-.75-.61-1.23-1.24-1.23h0Z"/>%0A  <path class="cls-1" d="M16.04,17.44c-.15,0-.29-.06-.39-.19-.17-.22-.14-.53.08-.7,2.08-1.67,3.27-4.13,3.27-6.75s-1.2-5.1-3.3-6.77c-.22-.17-.25-.49-.08-.7.17-.22.49-.25.7-.08,2.34,1.86,3.68,4.62,3.68,7.56s-1.33,5.67-3.64,7.53c-.09.07-.2.11-.31.11Z"/>%0A  <path class="cls-1" d="M13.5,14.35c-.15,0-.29-.07-.39-.19-.17-.22-.13-.53.08-.7,1.15-.91,1.81-2.24,1.81-3.66s-.68-2.79-1.87-3.7c-.22-.17-.26-.48-.09-.7.17-.22.48-.26.7-.09,1.44,1.1,2.26,2.74,2.26,4.49s-.8,3.34-2.19,4.44c-.09.07-.2.11-.31.11Z"/>%0A</svg>')}.cardPopoverSpeechIcon[data-speaking=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23323232;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M17.33,18.3c-.13,0-.26-.05-.35-.15L2.32,3.5c-.2-.2-.2-.51,0-.71s.51-.2.71,0l14.66,14.66c.2.2.2.51,0,.71-.1.1-.23.15-.35.15Z"/>%0A  <path class="cls-1" d="M13.16,17.77c0,.22-.24.23-.24.23-.06,0-.11-.02-.16-.08l-3.99-4.58c-.19-.22-.47-.34-.75-.34h-3.68c-.13,0-.23-.1-.23-.23v-5.53c0-.07.03-.13.08-.17l-.71-.71c-.23.22-.37.53-.37.88v5.53c0,.68.55,1.23,1.23,1.23h3.68l3.99,4.58c.26.29.59.42.92.42.63,0,1.24-.48,1.24-1.23v-.73l-1-1v1.73Z"/>%0A  <path class="cls-1" d="M8.68,6.76l4.08-4.67c.05-.06.1-.08.16-.08,0,0,.24,0,.24.23v9l1,1V2.23c0-.75-.61-1.23-1.24-1.23-.33,0-.66.13-.92.42l-4.03,4.63.71.71Z"/>%0A</svg>')}@media (max-width: 480px),(max-height: 480px){.cardPopoverItem{flex-direction:column;justify-content:center;min-width:var(--kItemMinWidth);gap:4px}.cardPopoverItem:first-child{padding-left:10px}.cardPopoverItem:last-child{padding-right:10px}}.textCardDialog{padding:15px;background-color:#f2f2f7;border-radius:8px;display:grid;grid-template-columns:1fr 1fr;grid-gap:15px}.textCardDialogRaw{display:flex;padding-bottom:15px}.textCardDialogRaw:last-child{margin:0}.textCardDialogCell{width:80px;height:60px}.textCardDialogCell:last-child{margin:0}.textCardDialogCell[data-is-transparent=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 60">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %238fa4c1;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <polygon class="cls-1" points="80 0 79.08 0 40 29.31 .92 0 0 0 0 .69 39.08 30 0 59.31 0 60 .92 60 40 30.69 79.08 60 80 60 80 59.31 40.92 30 80 .69 80 0"/>%0A</svg>');background-size:80px 60px;background-position:center;background-color:#f0f5ff}.testCardDialog{width:70px;padding:5px 0;background-color:#f8f8f8}.testCardDialog .menuButton{padding:5px 0;margin-bottom:0}.quizTestMenuTitle,.quizSurveyMenuTitle{position:relative;white-space:nowrap;font-size:10px;text-align:center;top:0}.quizSurveyMenuTitle:lang(en-US){font-size:9px;top:1px}.attendanceMenuTitle{position:relative;white-space:nowrap;font-size:10px;text-align:center;top:0}:root{--desktopMenuFlexDirection: column;--desktopMenuWrapperHeight: auto;--desktopMenuWrapperMinWidth: 70px;--desktopMenuWidth: 70px;--desktopMenuHeight: auto;--desktopMenuMinHeight: unset;--desktopBackButtonWidth: 70px;--desktopBackButtonColorDefault: var(--primaryBlue);--desktopBackButtonHighlightColorDefault: var(--primaryBlueHighlight);--desktopBackButtonColorReadonly: white;--desktopBackButtonHighlightColorReadonly: var(--whiteHighlightColor);--desktopBackButtonColor: var(--primaryBlue);--desktopBackButtonHighlightColor: var(--primaryBlueHighlight);--desktopBackButtonHeight: 50px;--desktopBackButtonBottomPadding: 4px;--desktopBackButtonFontSize: 14px;--desktopNumMenuButtons: 6;--desktopMenuIconSize: 40px;--desktopMenuButtonGap: 5px}@media (max-height: 550px){:root{--desktopMenuWrapperHeight: 100%;--desktopBackButtonBottomPadding: 0px;--desktopBackButtonFontSize: 13px;--desktopMenuHeight: calc(100% - var(--desktopBackButtonHeight));--desktopMenuIconSize: calc( (var(--vh, 1vh) * 100 - var(--desktopBackButtonHeight)) / var(--desktopNumMenuButtons) * .6693 );--desktopMenuButtonGap: 0}}@media (min-height: 551px) and (max-height: 675px){:root{--desktopMenuIconSize: 32px;--desktopMenuButtonGap: 5px;--desktopBackButtonFontSize: 13px}}@media (max-width: 480px) and (orientation: portrait){:root{--desktopMenuFlexDirection: row;--desktopMenuWidth: 100%;--desktopMenuHeight: calc(var(--vh, 1vh) * 8 + var(--safeAreaInsetBottom));--desktopMenuMinHeight: calc(55px + var(--safeAreaInsetBottom));--desktopMenuIconSize: 10vw;--desktopMenuButtonGap: 0;--desktopBackButtonColor: white;--desktopBackButtonHighlightColor: var(--whiteHighlightColor)}}.menuWrapper{position:absolute;top:0;left:0;min-width:var(--desktopMenuWrapperMinWidth);height:var(--desktopMenuWrapperHeight);pointer-events:none}.menuWrapper[data-readonly=true]{height:auto}.menuWrapper>*{pointer-events:auto}.menu{display:flex;flex-direction:var(--desktopMenuFlexDirection);align-items:center;background-color:#f8f8f8;gap:var(--desktopMenuButtonGap);width:var(--desktopMenuWidth);height:var(--desktopMenuHeight)}@media (max-height: 550px){.menu{justify-content:space-around}}@media (max-width: 480px) and (orientation: portrait){.menu{position:fixed;left:0;bottom:0;padding:0 5px var(--safeAreaInsetBottom);box-sizing:border-box;justify-content:space-between;min-height:var(--desktopMenuMinHeight)}}.menuButtonWrapper{position:relative;width:100%}.menuButton{cursor:pointer;display:flex;flex-direction:column;position:relative;align-items:center;justify-content:flex-start;width:100%;padding-bottom:6px}.menuButton:not([aria-disabled=true]):active{color:#fff;background-color:#595757}.menuButton[aria-disabled=true]{filter:opacity(.4)}.menuButtonIcon{width:var(--desktopMenuIconSize);height:var(--desktopMenuIconSize);max-width:40px;max-height:40px}.menuTitle{width:100%;text-align:center;color:#595757;font-size:10px;line-height:1em}.menuButton:not([aria-disabled=true]):active .menuTitle{color:#fff}.thinkingToolTitle{position:relative;white-space:nowrap;font-size:10px;text-align:center;align-items:center;top:0}.thinkingToolTitle:lang(ja-JP){font-size:10px;transform:scale(.9);top:1px;letter-spacing:-1px}.thinkingToolTitle:lang(en-US){font-size:10px;transform:scale(.9);top:1px}.desktopBackButton{background-color:#f8f8f8;color:var(--desktopBackButtonColor);text-align:center;width:var(--desktopBackButtonWidth);height:var(--desktopBackButtonHeight);padding-bottom:var(--desktopBackButtonBottomPadding);display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:var(--desktopBackButtonFontSize);gap:6px;box-sizing:border-box}.desktopBackButton:active{color:var(--desktopBackButtonHighlightColor)}.desktopBackButtonIcon{background-color:var(--desktopBackButtonColor)}.desktopBackButton:active .desktopBackButtonIcon{background-color:var(--desktopBackButtonHighlightColor)}@media (max-width: 480px) and (orientation: portrait){.menuTitle{font-size:.7rem}.desktopBackButton{background-color:transparent;padding:var(--userProfileV2TopBottomPadding) 0}}.desktopBackButton[data-readonly=true]{background-color:transparent;color:var(--desktopBackButtonColorReadonly)}.desktopBackButton[data-readonly=true]:active{color:var(--desktopBackButtonHighlightColorReadonly)}.desktopBackButton[data-readonly=true] .desktopBackButtonIcon{background-color:var(--desktopBackButtonColorReadonly)}.desktopBackButton[data-readonly=true]:active .desktopBackButtonIcon{background-color:var(--desktopBackButtonHighlightColorReadonly)}:root{--mstMenuWidth: 80px}.mstMenu{display:flex;flex-direction:column;text-align:center;max-width:var(--mstMenuWidth);padding:10px;background-color:transparent;pointer-events:none}@media (max-height: 550px) and (min-width: 481px),(max-height: 550px) and (max-width: 480px) and (orientation: landscape){.mstMenu{position:fixed;bottom:0;left:var(--desktopMenuWidth)}.mstMenu[data-readonly=true]{position:relative;bottom:0;left:0}}:root{--uploadStatusButtonHeight: 50px;--uploadStatusButtonPadding: 5px 0 12px;--uploadStatusButtonBadgeMinWidth: 18px}@media (max-height: 675px),(max-width: 480px) and (orientation: portrait){:root{--uploadStatusButtonHeight: min(14vmin, 46px);--uploadStatusButtonPadding: 2px 0 8px;--uploadStatusButtonBadgeMinWidth: 16px}}.uploadStatusButton{text-align:center;display:flex;flex-direction:column;align-items:flex-start;color:#fff;background-color:transparent;padding:var(--uploadStatusButtonPadding);cursor:pointer;position:relative;pointer-events:none}.uploadStatusButton[data-invalid=true]{opacity:.5;cursor:not-allowed}.uploadStatusButton:active{transform:scale(.95);transition-duration:.1s;transition-timing-function:ease-in}.uploadStatusButton>*{pointer-events:auto}.uploadStatusButtonBadge{position:absolute;left:calc(var(--uploadStatusButtonHeight) - var(--uploadStatusButtonBadgeMinWidth));display:flex;justify-content:center;align-items:center}.uploadStatusButtonBadge .check{width:12px;height:12px;background-color:#fff}.uploadStatusButtonLoading{width:calc(var(--uploadStatusButtonHeight) * .8);height:calc(var(--uploadStatusButtonHeight) * .8);position:absolute;top:calc(var(--uploadStatusButtonHeight) * .1);left:calc(var(--uploadStatusButtonHeight) * .1)}.uploadStatusButtonIconWrapper{height:var(--uploadStatusButtonHeight);position:relative;display:flex;align-items:center;transform:scale(1);opacity:1;transition-duration:.25s;transition-property:transform,opacity}.uploadStatusButtonIconWrapper[data-hold=true]{transform:scale(1.1)}.uploadStatusButtonIconWrapper[data-hover-another=true]{opacity:.5}.uploadStatusButtonIcon{height:var(--uploadStatusButtonHeight);left:0;top:0}.uploadStatusButtonIcon[data-uploading=true]{opacity:.75}.uploadStatusButtonArrow{width:22px;height:22px;margin-left:4px}.uploadStatusButtonArrivingAnimation{position:absolute;top:0;left:0;width:var(--uploadStatusButtonHeight);height:var(--uploadStatusButtonHeight);border-radius:50%;transform-origin:center;background-color:#ffffffb3;animation-name:uploadStatusButtonArrivingAnimation;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-out}@keyframes uploadStatusButtonArrivingAnimation{0%{transform:scale(0);background-color:#ffffffb3}to{transform:scale(1);background-color:#fff0}}.uploadStatusButtonText{color:#fff;text-align:center;margin-top:4px;font-size:13px;width:var(--uploadStatusButtonHeight)}@media (max-height: 675px),(max-width: 480px) and (orientation: portrait){.uploadStatusButtonText{margin-top:2px;font-size:10px}}:root{--desktopTrashBoxSize: 77px;--desktopTrashBoxMarginBottom: 27px}.desktopTrashBox{display:flex;width:var(--desktopTrashBoxSize);height:var(--desktopTrashBoxSize);margin:0 12px var(--desktopTrashBoxMarginBottom) 0;position:fixed;bottom:0;right:0}@media (max-width: 480px),(min-width: 481px) and (max-height: 550px){:root{--desktopTrashBoxSize: 56px;--desktopTrashBoxMarginBottom: 12px}.desktopTrashBox{position:relative;left:-4px;margin-top:8px}}.trashBox{display:flex;align-items:center;pointer-events:none;justify-content:center}.trashBoxImg{width:100%;height:100%}.trashBoxImg.exit{transform:scale(1);opacity:.5;transition-duration:.25s;transition-property:transform,opacity}.trashBoxImg.enter{transform:scale(1.2);opacity:1;transition-duration:.25s;transition-property:transform,opacity}.desktopHeader{width:100%;height:0;top:0;position:fixed}.desktopHeaderCenter{height:0;display:flex;flex-direction:column;align-items:center}.documentPreview{width:calc(100vw - var(--sideDrawerWidth));height:100%;position:fixed;right:0;top:0;border-left:1px var(--desktopBackColor) solid;box-sizing:border-box}@media (max-height: 480px) and (orientation: landscape),(max-width: 720px) and (orientation: portrait){.documentPreview{width:100%;height:100%;position:fixed;top:0;left:0;border-left:none;z-index:1}}.documentPreview[data-tabpanel=true]{width:100%;height:100%;position:absolute;top:0;left:0;border-left:none;z-index:1}.documentNavHeaderGridCellRight{column-gap:16px}.documentDetailContent{display:flex;align-items:center;width:100%;height:calc(100% - var(--navHeaderHeight));background-color:var(--desktopBackColor);overflow:hidden}.documentImage{width:100%;height:100%}.documentImage img,.documentImage video{width:100%;height:100%;object-fit:contain}.documentCanvasWrapper{width:100%;height:100%;position:relative}.documentAudio{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.documentAudio audio{width:80%}.documentPreviewThumbnailBar{position:absolute;left:0;bottom:0;width:100%;height:70px;pointer-events:none}.documentPreviewThumbnailBar canvas{pointer-events:auto}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.documentPreviewThumbnailBar{height:44px}}.unsupportedDocumentFile{width:100%;display:flex;justify-content:center;color:#ccc;padding:15px 0}.documentMoreOperationPopoverContainer,.documentMoreOperationPopoverItem{width:310px}.documentMoreOperationPopoverItem.openWebItem .maskedImage{position:relative;top:1px;left:-1px}.documentThumbnail{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.documentThumbnailImage{width:100%;height:100%;object-fit:contain}:root{--editorHeaderBaseHeight: 46px;--editorHeaderBasePadding: 14px;--editorHeaderTotalHeight: calc( var(--editorHeaderBaseHeight) + var(--editorHeaderBasePadding) );--editorToolFontSize: 17px;--editorTextButtonPadding: 8px;--editorTextButtonPaddingExt: 12px;--editorToolImageBaseSize: calc(var(--editorHeaderBaseHeight) * 3 / 5);--editorTintColor: var(--primaryBlue);--editorButtonBackgroundColor: rgba(46, 100, 124, .7);--editorButtonActiveColor: #6e849e;--editorButtonActiveBorderColor: var(--editorButtonActiveColor);--editorLoadErrorWidth: 300px;--editorButtonBorderWidth: 2px;--editorHeaderMaxButtonCount: 12;--editorTextToolBorderColor: #f6da5d;--editorTextToolBackgroundColor: #faecba;--editorTextToolActiveBackgroundColor: #f6cc4f}@media (max-width: 620px),(max-height: 480px){:root{--editorHeaderBaseHeight: calc(100vmin / var(--editorHeaderMaxButtonCount));--editorHeaderBasePadding: 4px;--editorToolFontSize: 3vmin;--editorTextButtonPadding: 4px;--editorTextButtonPaddingExt: 6px;--editorLoadErrorWidth: 220px}}.editorHeader{width:100%;position:absolute;top:0;left:0;pointer-events:none;z-index:1}.editorHeaderMultiInner{display:block}.editorHeaderInner{height:var(--editorHeaderBaseHeight);padding:var(--editorHeaderBasePadding)}.editorHeaderButtonGroupGrid{display:grid;grid-template-columns:1fr auto 1fr;column-gap:var(--editorHeaderBasePadding)}.editorHeaderButtonGroupGrid[data-pseudo-combined=true]{grid-template-columns:1fr auto auto}.editorHeaderButtonGroup{display:flex;width:auto;height:var(--editorHeaderBaseHeight);justify-content:center;align-items:center}.editorHeaderButtonGroup[data-align=left]{justify-content:left;margin-right:auto}.editorHeaderButtonGroup[data-align=right]{justify-content:right;margin-left:auto}.editorHeaderItem{margin-right:var(--editorHeaderBasePadding)}.editorHeaderItem:last-child{margin-right:0}.editorHeaderPopoverButtonTriangle{position:absolute;border-top:var(--drawToolTriangleBase) solid rgba(32,70,87,.4);border-right:var(--drawToolTriangleBase) solid transparent;border-left:var(--drawToolTriangleBase) solid transparent;bottom:var(--drawToolTriangleBase);left:calc(50% - var(--drawToolTriangleBase))}.editorButtonWrapper{min-width:fit-content;width:auto;height:auto;display:flex;align-items:center;justify-content:center;border-radius:calc((var(--editorHeaderBaseHeight) + 2 * var(--editorButtonBorderWidth)) / 2);font-size:var(--editorToolFontSize);user-select:none;position:relative}.editorButton{color:#fff;min-width:var(--editorHeaderBaseHeight);min-height:var(--editorHeaderBaseHeight);width:auto;height:auto;border-radius:calc((var(--editorHeaderBaseHeight) + 2 * var(--editorButtonBorderWidth)) / 2);border:solid var(--editorButtonBorderWidth) white;background-color:var(--editorButtonBackgroundColor);display:flex;justify-content:center;align-items:center;flex-shrink:0;cursor:pointer;pointer-events:auto}.editorButton[aria-disabled=true]{opacity:.5}.editorButton:active{color:var(--editorButtonActiveColor);border-color:var(--editorButtonActiveBorderColor);background-color:#fff}.editorTextButton{padding:0 var(--editorTextButtonPadding)}.editorTextButton:lang(en-US){padding:0 var(--editorTextButtonPaddingExt)}.multiLineButtonText{display:flex;flex-direction:column;justify-content:center;align-items:center}.editorTextButtonSymbol{width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);display:flex;justify-content:center;align-items:center}.editorSvgButtonIcon{width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);background-size:var(--editorHeaderBaseHeight);background-position:center;background-repeat:no-repeat}.editorButtonIcon{width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);background-size:var(--editorToolImageBaseSize);background-position:center;background-repeat:no-repeat}.editorSquareButtonWrapper{position:relative}.editorHeaderSquareItem{margin-left:var(--editorHeaderBasePadding)}.editorSquareButton{width:var(--editorHeaderBaseHeight);height:100%;float:left;display:flex;background-color:var(--editorButtonBackgroundColor);align-items:center;justify-content:center;cursor:pointer;border:var(--editorButtonBorderWidth) solid white;border-radius:8px;pointer-events:auto}.editorSquareButton:active{background-color:#fff;border-color:var(--editorButtonActiveBorderColor)}.editorFingerTool,.editorFingerTool:active{border-color:#6ad9bf;background-color:var(--editorButtonBackgroundColor)}.editorFingerTool[data-finger-tool=true]{background-color:#6ad9bf}.fingerButton{border-radius:50%}.editorFingerTool[data-finger-tool=false]:has(.fingerButton:active){background-color:#51ad9c}.editorFingerTool[data-finger-tool=true] .fingerButton:active,.editorFingerTool[data-finger-tool=true] .fingerButton[data-finger-tool-type=finger]{background-color:#51ad9c}.editorFingerTool[data-finger-tool=true] .fingerButton[data-finger-tool-type=laser]{background-color:#6ad9bf}.editorFingerTool[data-finger-tool=true] .fingerButton[data-finger-tool-type=laser]:active{background-color:#51ad9c}.fingerButtonIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23fff;}<\/style></defs><title>\6307\30a2\30a4\30b3\30f3_\901a\5e38</title><path class="cls-1" d="M37.54,32.39l-2.88-9.25c-.4-1.28-2.19-.79-2.19-.79a1.72,1.72,0,0,0-1.3,1.2L31,22.9c-.25-.5-.76-.94-1.95-.78a1.74,1.74,0,0,0-1.48,1l-.11.45L27.24,23a2,2,0,0,0-3.41.53l-1.77-5.42-.26-.8h0a1.91,1.91,0,0,0-.15-.21l0-.06-.11-.12-.06-.06-.11-.08-.07-.05-.11-.06-.06,0L21,16.59H20.9l-.17,0h0l-.14,0h-.38l-.14,0h0l-.09,0h0a2.07,2.07,0,0,0-.42.22l-.09.07a1.6,1.6,0,0,0-.6,1.38.86.86,0,0,0,0,.16c0,.08,0,.16,0,.21a.45.45,0,0,1,0,.08.31.31,0,0,0,0,.07l.07.21.3,1h0l3.19,10.19-2.86-3a1.75,1.75,0,0,0-2.43,0,1.79,1.79,0,0,0-.06,2.45L25,37.94a2.33,2.33,0,0,0,2.86.54l8.44-3.59C38.07,33.84,37.54,32.39,37.54,32.39Z"/><polygon class="cls-1" points="27.07 20.7 23.97 20.7 23.97 19.2 25.57 19.2 25.57 12.69 15.11 12.69 15.11 19.2 17.93 19.2 17.93 20.7 13.61 20.7 13.61 11.19 27.07 11.19 27.07 20.7"/></svg>');cursor:pointer}.editorFingerTool[data-finger-tool=true] .fingerButton[data-finger-tool-type=laser] .fingerButtonIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23697f96;}<\/style></defs><title>\6307\30a2\30a4\30b3\30f3_\9078\629e\6642</title><path class="cls-1" d="M37.54,32.39l-2.88-9.25c-.4-1.28-2.19-.79-2.19-.79a1.72,1.72,0,0,0-1.3,1.2L31,22.9c-.25-.5-.76-.94-1.95-.78a1.74,1.74,0,0,0-1.48,1l-.11.45L27.24,23a2,2,0,0,0-3.41.53l-1.77-5.42-.26-.8h0a1.91,1.91,0,0,0-.15-.21l0-.06-.11-.12-.06-.06-.11-.08-.07-.05-.11-.06-.06,0L21,16.59H20.9l-.17,0h0l-.14,0h-.38l-.14,0h0l-.09,0h0a2.07,2.07,0,0,0-.42.22l-.09.07a1.6,1.6,0,0,0-.6,1.38.86.86,0,0,0,0,.16c0,.08,0,.16,0,.21a.45.45,0,0,1,0,.08.31.31,0,0,0,0,.07l.07.21.3,1h0l3.19,10.19-2.86-3a1.75,1.75,0,0,0-2.43,0,1.79,1.79,0,0,0-.06,2.45L25,37.94a2.33,2.33,0,0,0,2.86.54l8.44-3.59C38.07,33.84,37.54,32.39,37.54,32.39Z"/><polygon class="cls-1" points="27.07 20.7 23.97 20.7 23.97 19.2 25.57 19.2 25.57 12.69 15.11 12.69 15.11 19.2 17.93 19.2 17.93 20.7 13.61 20.7 13.61 11.19 27.07 11.19 27.07 20.7"/></svg>')}.editorFingerTool[data-finger-tool=true] .fingerButton[data-finger-tool-type=laser]:active .fingerButtonIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23fff;}<\/style></defs><title>\6307\30a2\30a4\30b3\30f3_\901a\5e38</title><path class="cls-1" d="M37.54,32.39l-2.88-9.25c-.4-1.28-2.19-.79-2.19-.79a1.72,1.72,0,0,0-1.3,1.2L31,22.9c-.25-.5-.76-.94-1.95-.78a1.74,1.74,0,0,0-1.48,1l-.11.45L27.24,23a2,2,0,0,0-3.41.53l-1.77-5.42-.26-.8h0a1.91,1.91,0,0,0-.15-.21l0-.06-.11-.12-.06-.06-.11-.08-.07-.05-.11-.06-.06,0L21,16.59H20.9l-.17,0h0l-.14,0h-.38l-.14,0h0l-.09,0h0a2.07,2.07,0,0,0-.42.22l-.09.07a1.6,1.6,0,0,0-.6,1.38.86.86,0,0,0,0,.16c0,.08,0,.16,0,.21a.45.45,0,0,1,0,.08.31.31,0,0,0,0,.07l.07.21.3,1h0l3.19,10.19-2.86-3a1.75,1.75,0,0,0-2.43,0,1.79,1.79,0,0,0-.06,2.45L25,37.94a2.33,2.33,0,0,0,2.86.54l8.44-3.59C38.07,33.84,37.54,32.39,37.54,32.39Z"/><polygon class="cls-1" points="27.07 20.7 23.97 20.7 23.97 19.2 25.57 19.2 25.57 12.69 15.11 12.69 15.11 19.2 17.93 19.2 17.93 20.7 13.61 20.7 13.61 11.19 27.07 11.19 27.07 20.7"/></svg>')}.editorFingerTool[data-finger-tool=true] .fingerButton[data-finger-tool-type=finger] .fingerButtonIcon{cursor:default}.fingerToggleButton[data-finger-tool-type=laser],.fingerToggleButton:active{border-radius:50%;background-color:#51ad9c;cursor:default}.laserIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23ff5e4d;}.cls-2{fill:%23204657;}<\/style></defs><title>\30ec\30fc\30b6\30fc\30dd\30a4\30f3\30bf\30fc</title><path class="cls-1" d="M19.66,23.82l-2.17-3.25a2.15,2.15,0,0,1-.27-1.79,2.63,2.63,0,0,1,1.11-1.52l0,0a2.72,2.72,0,0,1,1.84-.45,2.15,2.15,0,0,1,1.54.94L23.91,21l-.8.53-2.17-3.23a1.2,1.2,0,0,0-.87-.52A1.72,1.72,0,0,0,18.9,18l0,0a1.72,1.72,0,0,0-.72,1,1.22,1.22,0,0,0,.14,1l2.18,3.25Z"/><path class="cls-2" d="M20.12,25l1.66,2.49L24.3,31.3,27.44,36a2.69,2.69,0,0,0,3.75.49l0,0a2.68,2.68,0,0,0,1-3.65l-3.15-4.7-2.51-3.77-1.67-2.48Z"/><path class="cls-1" d="M23.1,16.13a.51.51,0,0,1-.4-.2.48.48,0,0,1,.12-.67l1.55-1.11a.48.48,0,1,1,.56.78L23.38,16A.51.51,0,0,1,23.1,16.13Z"/><path class="cls-1" d="M17.9,15.17a.5.5,0,0,1-.44-.27l-.86-1.81a.47.47,0,0,1,.22-.64.48.48,0,0,1,.65.22l.86,1.81a.47.47,0,0,1-.22.64A.41.41,0,0,1,17.9,15.17Z"/><path class="cls-1" d="M20.65,15.14h-.11a.48.48,0,0,1-.36-.58l.44-2a.49.49,0,0,1,.58-.37.48.48,0,0,1,.36.58l-.44,2A.48.48,0,0,1,20.65,15.14Z"/></svg>')}.laserIcon[data-finger-tool-type=laser]{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23ff5e4d;}.cls-2{fill:%23fff;}<\/style></defs><title>\30ec\30fc\30b6\30fc\30dd\30a4\30f3\30bf\30fc_\9078\629e\6642</title><path class="cls-1" d="M19.66,23.82l-2.17-3.25a2.15,2.15,0,0,1-.27-1.79,2.63,2.63,0,0,1,1.11-1.52l0,0a2.72,2.72,0,0,1,1.84-.45,2.15,2.15,0,0,1,1.54.94L23.91,21l-.8.53-2.17-3.23a1.2,1.2,0,0,0-.87-.52A1.72,1.72,0,0,0,18.9,18l0,0a1.72,1.72,0,0,0-.72,1,1.22,1.22,0,0,0,.14,1l2.18,3.25Z"/><path class="cls-2" d="M20.12,25l1.66,2.49L24.3,31.3,27.44,36a2.69,2.69,0,0,0,3.75.49l0,0a2.68,2.68,0,0,0,1-3.65l-3.15-4.7-2.51-3.77-1.67-2.48Z"/><path class="cls-1" d="M23.1,16.13a.51.51,0,0,1-.4-.2.48.48,0,0,1,.12-.67l1.55-1.11a.48.48,0,1,1,.56.78L23.38,16A.51.51,0,0,1,23.1,16.13Z"/><path class="cls-1" d="M17.9,15.17a.5.5,0,0,1-.44-.27l-.86-1.81a.47.47,0,0,1,.22-.64.48.48,0,0,1,.65.22l.86,1.81a.47.47,0,0,1-.22.64A.41.41,0,0,1,17.9,15.17Z"/><path class="cls-1" d="M20.65,15.14h-.11a.48.48,0,0,1-.36-.58l.44-2a.49.49,0,0,1,.58-.37.48.48,0,0,1,.36.58l-.44,2A.48.48,0,0,1,20.65,15.14Z"/></svg>')}.editorCollapseIcon{width:0;height:auto;opacity:1;text-align:center;display:block}.editorCollapseIcon-enter-done{width:var(--editorHeaderBaseHeight)}.editorCollapseIcon-enter{width:0;opacity:0}.editorCollapseIcon-enter-active{width:var(--editorHeaderBaseHeight);opacity:1;transition-property:width,opacity;transition-duration:.25s,.1s;transition-delay:0s,.25s}.editorCollapseIcon-exit{width:var(--editorHeaderBaseHeight);opacity:1}.editorCollapseIcon-exit-done{width:0;opacity:0}.editorCollapseIcon-exit-active{width:0;opacity:0;transition-property:width;transition-duration:.25s}.editorCollapseIcon-appear{width:0;opacity:0}.editorCollapseIcon-appear-active{width:var(--editorHeaderBaseHeight);transition-property:width,opacity;transition-duration:.25s,.1s;transition-delay:0s,.25s}.editorCollapseIcon-appear-done{width:var(--editorHeaderBaseHeight);opacity:1}.editorSquareButton:active .plusButtonIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%236e859f;}<\/style></defs><title>plus_icon_2</title><path class="cls-1" d="M26.24,15.07H23.76a.51.51,0,0,0-.5.5v7.62H15.79a.5.5,0,0,0-.5.5v2.62a.5.5,0,0,0,.5.5h7.47v7.62a.51.51,0,0,0,.5.5h2.48a.51.51,0,0,0,.5-.5V26.81h7.47a.5.5,0,0,0,.5-.5V23.69a.5.5,0,0,0-.5-.5H26.74V15.57A.51.51,0,0,0,26.24,15.07Z"/></svg>')}.plusButtonIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23fff;}<\/style></defs><title>plus_icon</title><path class="cls-1" d="M26.24,15.07H23.76a.51.51,0,0,0-.5.5v7.62H15.79a.5.5,0,0,0-.5.5v2.62a.5.5,0,0,0,.5.5h7.47v7.62a.51.51,0,0,0,.5.5h2.48a.51.51,0,0,0,.5-.5V26.81h7.47a.5.5,0,0,0,.5-.5V23.69a.5.5,0,0,0-.5-.5H26.74V15.57A.51.51,0,0,0,26.24,15.07Z"/></svg>')}.backButtonIcon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAR9JREFUeNrs2uENgjAQhmEgDsAIjsAIsoEjlA0YwQ0YoWzAKLiBbgAb1COBaFRCgYDe3fcmpP4wxgeFQjUIEEIIIYQQ4ptzztJ20YIt3DMrHWvcZ1YTdqiiLdaCHaqlYBPnl5GCbTywFlhm2FgbtlZxkpqDFTENacNaD2yjDZsAu3PhSmxOQ7HRe2tpu04CwjDdBdxfCv58HiXwLEPEGbvLV5qwRxpufwPY+hOm17/TkHE9yUYL92pJQ6kG3KMzjujDyuMno2O6ezh1895NLyk9vx05L5xww4BbQr5oKwmtZ1lnAbrQiDaS0EbNevQC9FkSOlezGjJzVUTOHO2BrkX9eviCrtRgR67GKrHYL2jZf3d4RwcIIYQQQgjx7iHAAKLhScJrvCl5AAAAAElFTkSuQmCC)}.editorButton:not([aria-disabled=true]):active .backButtonIcon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEumlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iNjAiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iNjAiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLjAiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLjAiCiAgIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSI2MCIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjYwIgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMTktMDktMThUMTc6MzE6MjcrMDk6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMDktMThUMTc6MzE6MjcrMDk6MDAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgRGVzaWduZXIgKEF1ZyAxMSAyMDE5KSIKICAgICAgc3RFdnQ6d2hlbj0iMjAxOS0wOS0xOFQxNzozMToyNyswOTowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+6woNVAAAAYJpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/M+P3j0axoCxewgoNyo+NMhJKmsYovzZv3vxSM+P13pNkq2wVJTZ+LfgL2CprpYiUbGysiQ3Tc96Mmknm3M49n/u995zuPRfcoaSWMkt8kEpbRnDMr8zOzSvlL1RShocm+lXN1IcDgUmK2uc9Lifedjq1ip/716ojUVMDV4XwkKYblvC48OSqpTu8I9ygJdSI8JlwhyEXFL5z9HCOXx2O5/jbYSMUHAF3nbASL+BwAWsJIyUsL6c1lVzRfu/jvKQmmp6Zltgi3oxJkDH8KEwwygh9dDMocx+d9NAlK4rk+7L5UyxLriazzhoGS8RJYNEh6opUj0qMiR6VkWTN6f/fvpqx3p5c9Ro/lD7b9nsblG9DZsu2v45sO3MMnie4TOfzlw9h4EP0rbzWegDeDTi/ymvhXbjYhMZHXTXUrOQRd8di8HYKtXNQfwNVC7me/e5z8gChdfmqa9jbh3Y57138AUhhZ9jd+sDPAAAACXBIWXMAAAsTAAALEwEAmpwYAAACUUlEQVRoge2Zu27bMBRATx9DR29a8wWEow8QnC1jxo4xwKFjP4Cjhm5pdwHWHzQdPaXQ1kVwNXVrs0Wbu3XsYBpQ0kZP8ioBeEab8L0HNMnLSwgEAoFAIBAIBJzwao6gSptNFCendVl8lY4tLqy0uQLeAasoTk7qsvgiGV9UWGlzCXxofLSUln4hFcjKbh75+hpYV1m6953HS98BoFMW4AK4kcjFu7DSZkm77JFPvnMBz8JWts/M5VWW5j5zOeJtDTdkFx1D8ypL177yeIgXYaXNAvjJE5MFD8JW9gZYdgzdVVl66jp+F07X8BBZ4Mxl7L643rR6y0qcuf/DmbDSZkO37J4ZZcGRsJW97Bg2uyw42LQGyu6mxpvKJGGlzXvgylEuD9lzWO+tVFk6aPN7PTYbWx/7koXDGb5y/aOj1nCPy8CTZbCw0uaEZyoLI4SrLP0FiJaDLhn1l7Y3m9xpJkKMPodt0Z+7S0WG0bs0HKSVNtB9DreWk0qb1ZQ8huCi8Bh0YZi70ppcWlqBM7qLhL7dD684qaWHSNtSdDac9aXrsvgTxck34C3wpmWoeC+6idNGfF0Wd1GcbOknvajLYusyfh989bT6NvDWUt3KI16eWuxM1xwa7G1cRHFyW5eF2LXR29tSXRa7KE5u6Sf9vS6LH75yaeL1Mc1K/wbOO4aeR3Gyrcvizmc+IPDUUmXpR7pL0AVCNzCRx7QedbdY21bsuRRAafOZf9e0aMkpMsMN1tyvxq4Rrq9FZxjuXTZ20u9Ks2GlA4FAIBAIBAKB58xfWE7JFVOcB98AAAAASUVORK5CYII=)}.mapWebButton{border-color:#99d348}.mapWebButton:not([aria-disabled=true]):active{background-color:#99d348;border-color:#99d348}.webButtonIcon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gofCQQlhpOiWwAAAmdJREFUaN7tWu1xozAQXV0DoQR1cHQQ0oFLcAlcB+6AEpwOKAF3QK4C3AGkgpc/ezeKImHHllYy0ZthxmNsiad9WvZDRAUFBQUPBBVjUAAVEdV8VdbtExEtSqm3h145ADWADsCE6zAD6AHsH43oDsCA+zADOLAy8pQ0gJqIOiJqPD858/VGRO/83TNLvPb8ZyGiP0qp19ysumer2Bj5nr5SGUfPOL2Eta8le3Q84ACgudXBsZxnx+LVuZGdAewCja0dvmBORpo9sG0BLTDPJC5v3pc22UpwvkGSrLb21yix4ryvTbRShPtUe8oxt449YZNklT97cFNdR0mvPCVylq216FXM1TWRLOa14vM21iT71Nb1OLBRwmF0iQnr6LK2nEVDiWHJ+ubo7tdKAm+uYg7JuvkMdVDC1oCLUmrJgPBf4/NTaMKUmXXXDBKc8KZQCIeUj5ADC0LYHLDKpNzy2/j8HpQwe2XTMzcZEDaVdoohaXPQ58RBR01EOuqbI7NYupOIpbPIlhw5cRtzshzy4YNIPuzJUqQrHlq04uGwsnRNa7DmrlLsIamqZZdMXdwHSlmX7lO/GqL1fjy9qzSBj6e31AZ0UONK/zibHtO93UPtePXAcZJg5jp5L07+Qn+4vdQhYEe488j3f3/YsZfTWdzT3rQfauCHPzC5YUW2/6y6u+DA0sqcZXbvGY/Jd8aDLT3luLc17+/xGwdZjpdKro5o6y7SKqbl6esBloVTu7NS6vzN9HCgr2e+zHFfHv7sl006pKUL6UK6kM6e9ERbwwrp7Vl4hfR2yTpIb5+sRfpnkC0oKPg5+AA/cTUY72khZwAAAABJRU5ErkJggg==)}.mapButtonIcon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gofCQkP6IYVwAAAAWZJREFUaN7t2LFNw0AYxfH30RN5AhRYADpERUaImMAjILFANsgIYQOTCZwNnAiJ2ogB7Ir20bgBEbDk76I7+/1LF5Z/utPZ/gCllFJKjTaSc5KPJEuSDb/XkCxI5iSz1KEZyQ3715BcJQknufhlNftWkbxJCZtzeE0S6G5lvWpIzmPGng/YxscqvZ/zzPFeTwC8D5wFydzzhua0ujMA7wHAAFCb2WVsK/wQCAsAc88DzAt8H/iIWMYGDv0KuZ4aOIsNnExe4HZq4H3g59xPDXyIDbwNDH6JCmxmOwB1IOyzmcV3RpBcMkxR/zEVzthVCmOdyglbpDTLGoreJDXb6tDrUW7jHiOfouc4ZxP1AeW4zasUPy3/e0+3f3xvt6MDj/HnQWCBBRZYYIEFFlhggQUWWGDvRvs/XB+5vh3lVurGPOWP8c761M9hJ8LOANwBuABwBeAWwCeADwCvAHZm9gallFJqWn0BeFyizk0vooYAAAAASUVORK5CYII=)}.backgroundColorButtonIcon{width:calc(var(--editorHeaderBaseHeight) / 2);height:calc(var(--editorHeaderBaseHeight) / 2);background-color:#fff;border-radius:2px}.othersButtonIcon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.a{fill:%23fff;}<\/style></defs><title>30x30</title><path class="a" d="M6.5,10A1.83,1.83,0,1,1,4.67,8.18,1.83,1.83,0,0,1,6.5,10"/><path class="a" d="M11.83,10A1.83,1.83,0,1,1,10,8.16,1.83,1.83,0,0,1,11.83,10"/><path class="a" d="M17.16,10a1.83,1.83,0,1,1-1.83-1.83A1.83,1.83,0,0,1,17.16,10"/></svg>') no-repeat center center / 60%;-webkit-mask:var(--mask);mask:var(--mask);background-color:#fff}.editorButton:not([aria-disabled=true]):active .othersButtonIcon{background-color:var(--editorButtonActiveColor)}.editorOtherDialog{background-color:#fff;grid-template-columns:var(--changeBgDialogCellWidth) var( --changeBgDialogCellWidth );grid-gap:var(--changeBgDialogCellMargin);right:calc(var(--editorHeaderBaseHeight) / -2)}.editorOtherDialogCellContainer{width:355px}.editorCanvas{position:relative}.editorLoadError{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;pointer-events:none}.editorLoadErrorDialog{width:var(--editorLoadErrorWidth);margin:auto;background-color:#eeed;border-radius:10px;border:solid 1px #aaa;padding:10px 10px 8px;display:flex;flex-direction:column;align-items:center;row-gap:4px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);pointer-events:auto;font-size:var(--editorToolFontSize)}.editorLoadErrorDialogTitle{color:#000;width:var(--editorLoadErrorWidth);text-align:center;margin:8px 0}.editorLoadErrorDialogMessage{color:#555;font-size:calc(var(--editorToolFontSize) * 8 / 10);overflow:hidden;width:var(--editorLoadErrorWidth);overflow-wrap:break-word;text-align:center;line-height:1.5}.editorLoadErrorDialogReloadButton{color:var(--primaryBlueTint);height:44px;line-height:44px}.editorInkLayerAnchor{position:absolute;transform-origin:0 0;pointer-events:none;left:0;top:0;width:0;height:0;overflow:visible}.editorSelectedInkObjectsContainer{transform:none;will-change:transform}.editorSelectedInkObjectsLayer,.editorSelectedInkObjectsOutline{position:absolute;left:0;top:0;overflow:visible}.editorSelectedInkObjectsOutlineFadeIn{animation:editorSelectedInkObjectsOutlineFadeInAnimation;animation-iteration-count:1;animation-duration:.3s;animation-timing-function:linear}@keyframes editorSelectedInkObjectsOutlineFadeInAnimation{0%{opacity:0}to{opacity:1}}.editorDrawnCursor{position:absolute;pointer-events:none;border-radius:50%;background-color:#bfbfbfbf}.editorDrawnLasso{position:absolute;pointer-events:none}@keyframes editorDrawnLassoMarchingAntsAnimation{0%{background-position:0 top,left 10px,10px bottom,right 0}to{background-position:10px top,left 0,0 bottom,right 10px}}.editorDrawnLasso:before{content:"";background-image:linear-gradient(to right,gray,gray 5px,transparent 5px,transparent 10px),linear-gradient(to bottom,gray,gray 5px,transparent 5px,transparent 10px),linear-gradient(to left,gray,gray 5px,transparent 5px,transparent 10px),linear-gradient(to top,gray,gray 5px,transparent 5px,transparent 10px);background-size:10px 2px,2px 10px,10px 2px,2px 10px;background-repeat:repeat-x,repeat-y,repeat-x,repeat-y;border-radius:2px;position:absolute;inset:0;pointer-events:none;animation:editorDrawnLassoMarchingAntsAnimation;animation-iteration-count:infinite;animation-duration:.25s;animation-timing-function:linear}.editorSelectedInkObjectsOutlineBg,.editorSelectedInkObjectsOutlineFg{position:absolute}.editorSelectedInkObjectsOutlineBg:before{content:"";background-image:linear-gradient(to right,white,white 6px,transparent 1px),linear-gradient(to bottom,white,white 6px,transparent 1px),linear-gradient(to left,white,white 6px,transparent 1px),linear-gradient(to top,white,white 6px,transparent 1px);background-size:7px 3px,3px 7px,7px 3px,3px 7px;background-repeat:repeat-x,repeat-y,repeat-x,repeat-y;border-radius:2px;position:absolute;inset:0;pointer-events:none;background-position:0 top,left 0,0 bottom,right 0}.editorSelectedInkObjectsOutlineFg:before{content:"";background-image:linear-gradient(to right,black 4px,transparent 3px),linear-gradient(to bottom,black 4px,transparent 3px),linear-gradient(to left,black 4px,transparent 3px),linear-gradient(to top,black 4px,transparent 3px);background-size:7px 1px,1px 7px,7px 1px,1px 7px;background-repeat:repeat-x,repeat-y,repeat-x,repeat-y;border-radius:2px;position:absolute;inset:1px;pointer-events:none;background-position:0 top,left 0,-2px bottom,right -2px}.editorSelectedInkObjectsOutlineCorner{position:absolute;background-color:#fff;outline:1px solid black}:root{--editorTextTitleColor: #2e404a}.editorTextTool,.editorTextTool:active{color:#000;border-color:var(--editorTextToolBorderColor);background-color:var(--editorButtonBackgroundColor);cursor:default}.editorTextTool[aria-expanded=true]{background-color:var(--editorTextToolBackgroundColor)}.editorTextTool:has(.textButton:active){background-color:var(--editorTextToolActiveBackgroundColor)}.editorTextToolButton{position:relative;display:flex;justify-content:center;align-items:center;width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);border-radius:50%}.editorTextToolButton:not([aria-disabled=true]):active{background-color:#fff}.editorTextToolButton[aria-pressed=true]{background-color:var(--editorTextToolActiveBackgroundColor)}.textButtonIconJa{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAt9JREFUeNrsWu1xozAQhRv/DyXQQUgFIR24g3MqOF8HpAKnA5IKnFQQXwV2KsBXAXRAVjObG4WT0C5IAhy9GYaEsSU97ddb4SgKCAgICAgImAqxq4Hbts3glvybKI4PF72TQPitVWM95bp+TDDn4TsRbsC1m0slnCqenUaGSSJCAq7t0DFWnglzk54YQ9yv8Z5KYfHohTAspEBLCdc8MV30Tyd7pxKJa3z+JbtrkHsrSyLNzqKeApaSpSfFtyO8WsAaz9L1d2wdX82ASIQJ8F0qXeL/M4TpeXIL65JFJ/uKv3eKj93A108mSQq3VyS9GB2dq0Q0UVjIqOAqxXhzj+Fs4PfWCvGysanBXRFOCNZMFWrsp+bjz4vM0hifFCX1JbnZ7KVd1eGrHkmYMMdKYaP2cG1EjM8xWekafxuoBfE5EE0dE+1iP9TasQWyG6y51AWcUVy8S89uB3RAYow7rwcKGFccpJpxqoGWPnqLa5hox10dc9NKDJXSMOxuDpatGYQrkzdgMqy5nmOLbGaYfKvbENXpic66VLnq3Mo92bjGBoKkpdFda2as69z7OIUrZ5zmAUsLy1roXe2QxsS2dQtOt9SzcbUp61I23Ka4UKFixFtmyAEbwjp0INVxjpbWvRN64OhiuPYakXIAEfE0J52si7mE0Mj3liuKK9uKYY6FE03r1iiOgRpmn3xPlIi/NM8bF4R1urhP61LwG8i+UDox6fSjixdfhNOBm/GJJyD7SHFljH0dXn2WpFwTa0eD/CyJ824Nyq5ylbTKno4ll4hSmoqS4sKETSOXIx+tIJss1voto10snB4AoPuM6UweIGYLjEn5fW/3/W9EjP9717V4PeIsKrfoLUXkCwMa/1IjToacgVXOYpZg6cpg0bKvMTf0t6rxChvHOfFY4tH/r1UO1INz7GMzg3h5xnhdzss1Q43tuuwenzs5toknJvz5I5bL/2liQEBAQEBAQPQhwADNy2PQ/GUuRQAAAABJRU5ErkJggg==)}.textButtonIconEnUs{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAghJREFUeNrsme1tg0AMhgF1ADJB6QaM0BHYIGyQdIK2E0QZgQlgg3QDsgHZgGxwvZOuUlVRYl/s+2j9SlHyI5B7se8528kykUgkEsWrnPsHlFK1fivBC8rzj2SfpjZbKbxqzjUVzJ5bh2t2yaa0jtak3yqHSzc6ta9JRVibbRzNumZG8P3bK3dN/wFWP/WcUkpTgGebDLR0dGbM2esTXgWD2ZbIbBrw0oZPik7TX4GVeShjCHhRp/Qr8HudfQWDF0V0SwMrQMRmh6OrijHCDRBWg+2KLl+fk4QXYk/W34meJLyMCdeFA7eBsrV5NCkNrayOv6V4MvBCwGoRPubY8QkvighDK6vBgmpppHNJBl5mXwKj067c45AEvBDpOBO2k03IlIaCZBVMNtXPUcPLwopsEok4k0krL4zhN8p9h3yAh5hhtWeYg82+zTaIaJRM9219Gu5VeJ28zLQsMGIp5p+WihnqYymmVm3nI8Kuf59w6KojvGGLsAVFFVGESyy8sCkd43xpy5LSkcHKGV4PTIB4JzDxiACkWdsL9dkLbfL7AIOFGVrgFMAfhzb5Rh2FYfufEnT8Y9bWUEZ3DFHjIkvN0fdEkqWLQTQpoDa0IIZVl9FrYALr3eAYGcxiM+wmvG5FuEHA6shhWMPrjBj/3Acv5P4pMyaZIYJ3eIlEIpFIJBKJROv6FGAAx5N/8hmIsaUAAAAASUVORK5CYII=)}.textButtonIconZhHant{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAaNJREFUeNrsmNFRg0AQhu8c3k0JdGBKwA5iBYYOkgqMFTBWoKkAOwhWkHSQWAHp4NwdcXwQDgh3Z1j+f+aGFzju21u43V8pCIIgCIImJ2PMjMaSxlwyZExjRWNvflUyvETYjWlWLjWFSwt0IhF6aQHehViD7rNYujw6eKdtJ4uBc2+11m+2G6Iek8Uti1Weg9FFH2033EztOAQwgAH8R/c6sIb8zbHD0hW5mqgqTGLH67ulwd3UM2VycVXAVRXmqzBJKKAMvQkJ3BThU6BsfCLoO7qmXEI2VFVFsG+Di38TRosp/bRSSuv3qQCnbZ2QhB75xwJaSABlByRvgT2KMPl4xyoYm/LRm3uVa7nrkMIrEWUdG3UtsByM2OcaoiuKx8PQI6eL+ph4WVXXDtHMMoeLKulAQVu72uG58mviJSHSCP0wgCdsABwcvM/7T2s05zBSGsAABjCAAey4W2poME40PtW3qZ6Iil6Hftf89znsA/oSf3o/5m94e8EzL2NP7bLH7mYSvuXXDt5V5tu/qpP2BMwgdTBswZwVBEEQBNXqS4ABAMfM0bJU/clYAAAAAElFTkSuQmCC)}.textButtonIconZhHans{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAaNJREFUeNrsmNFRg0AQhu8c3k0JdGBKwA5iBYYOkgqMFTBWoKkAOwhWkHSQWAHp4NwdcXwQDgh3Z1j+f+aGFzju21u43V8pCIIgCIImJ2PMjMaSxlwyZExjRWNvflUyvETYjWlWLjWFSwt0IhF6aQHehViD7rNYujw6eKdtJ4uBc2+11m+2G6Iek8Uti1Weg9FFH2033EztOAQwgAH8R/c6sIb8zbHD0hW5mqgqTGLH67ulwd3UM2VycVXAVRXmqzBJKKAMvQkJ3BThU6BsfCLoO7qmXEI2VFVFsG+Di38TRosp/bRSSuv3qQCnbZ2QhB75xwJaSABlByRvgT2KMPl4xyoYm/LRm3uVa7nrkMIrEWUdG3UtsByM2OcaoiuKx8PQI6eL+ph4WVXXDtHMMoeLKulAQVu72uG58mviJSHSCP0wgCdsABwcvM/7T2s05zBSGsAABjCAAey4W2poME40PtW3qZ6Iil6Hftf89znsA/oSf3o/5m94e8EzL2NP7bLH7mYSvuXXDt5V5tu/qpP2BMwgdTBswZwVBEEQBNXqS4ABAMfM0bJU/clYAAAAAElFTkSuQmCC)}.textAlignIcon{display:flex;justify-content:center;align-items:center;background-size:calc(var(--editorHeaderBaseHeight) * 7 / 8)}.textColorIcon{display:flex;justify-content:center;align-items:center;font-size:var(--editorToolFontSize)}:root{--editorTextColorButtonHeight: calc(var(--editorHeaderBaseHeight) * 42 / 48)}.editorTextColorButtonLabel{width:var(--editorTextColorButtonHeight);height:var(--editorTextColorButtonHeight);text-align:center;line-height:var(--editorTextColorButtonHeight)}.editorTextColorButtonTextColor{position:absolute;width:calc(var(--editorHeaderBaseHeight) * 22 / 48);height:calc(var(--editorHeaderBaseHeight) * 5 / 48);left:calc(50% - var(--editorHeaderBaseHeight) * 11 / 48);top:calc(var(--editorHeaderBaseHeight) * 33 / 48)}.editorTextColorButtonTextColor[data-shadow=true]{box-shadow:0 0 1px #000}.textBoldIcon{display:flex;justify-content:center;align-items:center;font-size:var(--editorToolFontSize);font-family:var(--notoFontFamily);font-weight:900}.textSizeIcon{line-height:var(--editorHeaderBaseHeight)}.textList{background-size:calc(var(--editorHeaderBaseHeight) * 3 / 4);background-repeat:no-repeat}.textList[data-list=none]{background-image:url('data:image/svg+xml,<svg xml:space="preserve" width="48" height="48" xmlns="http://www.w3.org/2000/svg"><path d="M6.206 11.03h23.588V8.618H6.206Zm0 16.352h23.588v-2.413H6.206Zm0-8.176h23.588v-2.412H6.206Z" style="fill:%230070ea;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="matrix(1.33333 0 0 -1.33333 0 48)"/></svg>')}.textList[data-list=numbered]{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M15.956 33.62h23.41v3.216h-23.41zM15.956 11.817h23.41v3.218h-23.41zM15.956 22.719h23.41v3.216h-23.41zM11.956 10.364v6.181h-1.328v-4.68c-.073.064-.16.126-.258.184a2.63 2.63 0 01-.32.155 2.69 2.69 0 01-.708.188V11.27a5.583 5.583 0 001.81-.907zM10.092 26.08h2.564v1.105H8.634v-.456c0-.31.052-.587.156-.834.104-.245.234-.465.392-.66a3.34 3.34 0 01.517-.52c.187-.15.364-.286.532-.406.177-.127.333-.248.467-.363a2.62 2.62 0 00.337-.344c.09-.113.16-.23.204-.345.045-.118.068-.242.068-.374 0-.258-.073-.454-.219-.586-.146-.132-.37-.198-.67-.198-.52 0-1.019.206-1.494.62v-1.173a3.206 3.206 0 011.78-.51c.306 0 .582.04.824.12.243.08.45.195.618.343.17.15.297.33.386.543.088.212.132.45.132.71 0 .278-.042.526-.128.743-.085.216-.2.412-.34.59a3.09 3.09 0 01-.493.486c-.185.148-.379.291-.577.428-.135.096-.266.191-.39.286a4.154 4.154 0 00-.332.277 1.586 1.586 0 00-.228.268.464.464 0 00-.084.25M8.722 37.332v-1.159c.405.296.877.443 1.416.443.341 0 .607-.073.796-.22a.729.729 0 00.285-.61.696.696 0 00-.353-.625c-.235-.146-.557-.22-.968-.22h-.56v-1.02h.519c.786 0 1.18-.261 1.18-.784 0-.493-.302-.737-.906-.737-.405 0-.798.13-1.181.392v-1.09c.424-.213.919-.32 1.484-.32.619 0 1.1.14 1.444.42.344.278.517.638.517 1.082 0 .79-.401 1.285-1.201 1.484v.021c.427.054.764.208 1.01.467.249.257.373.572.373.947 0 .564-.207 1.01-.62 1.34-.414.329-.984.494-1.712.494-.624 0-1.132-.102-1.523-.305" fill="%230070ea"/></svg>')}.textList[data-list=bulleted]{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><g fill="%230070ea"><path d="M16.316 33.293h23.41v3.216h-23.41zM16.316 11.49h23.41v3.218h-23.41zM16.316 22.392h23.41v3.216h-23.41zM8.275 11.49h3.217v3.218H8.275zM8.275 22.392h3.217v3.216H8.275zM8.275 33.293h3.217v3.216H8.275z"/></g></svg>')}.textList[data-disabled=true]{opacity:.5}.textLineSpacing{background-size:calc(var(--editorHeaderBaseHeight) * 44 / 48);background-image:url('data:image/svg+xml,<svg xml:space="preserve" width="48" height="48" xmlns="http://www.w3.org/2000/svg"><path d="M14.482 12.13h16.335v-1.899H14.482Zm0 13.64h16.335v-1.9H14.482Zm16.335-8.72H14.482v1.899h16.335z" style="fill:%236e747a;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="matrix(1.33333 0 0 -1.33333 0 48)"/><path d="M0 0h2.357L-.909 4.326-4.163 0h2.343v-11.74h-2.343l3.254-4.325 3.266 4.325H0z" style="fill:%230070ea;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="matrix(1.33333 0 0 -1.33333 12.46 16.174)"/></svg>')}.verticalTextButton{color:var(--editorTextTitleColor);font-size:var(--editorToolFontSize);font-weight:700;cursor:pointer}.verticalTextButtonTitle{display:flex;flex-direction:column}.verticalTextButtonTitle[data-multiple-lines=true]{font-size:calc(.8 * var(--editorToolFontSize))}.verticalTextButtonIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 20"><defs><style>.cls-1{fill:%232e647c;opacity:0.3;}<\/style></defs><title>\7e26_8x20</title><polygon class="cls-1" points="5.09 14.76 5.09 1.66 3.61 1.66 3.61 14.76 1.49 14.76 4.35 18.5 7.21 14.76 5.09 14.76"/></svg>');background-size:8px 20px;background-position:center 2px;background-repeat:no-repeat;width:8px;height:20px}[data-vertical=true] .verticalTextButtonIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 20"><defs><style>.cls-1{fill:%230070e8;}<\/style></defs><title>\7e26_8x20_\9078\629e\6642</title><polygon class="cls-1" points="5.09 14.76 5.09 1.66 3.61 1.66 3.61 14.76 1.49 14.76 4.35 18.5 7.21 14.76 5.09 14.76"/></svg>')}.newCardIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.cls-1{fill:%23ff5757;}.cls-2{fill:%2363696f;}<\/style></defs><title>\30ab\30fc\30c9\30b3\30d4\30fc\30dc\30bf\30f3</title><polygon class="cls-1" points="28.51 11.11 31.41 11.11 31.41 8.34 28.51 8.34 28.51 8.34 28.51 5.38 25.79 5.38 25.79 8.34 25.79 8.34 22.89 8.34 22.89 11.11 25.79 11.11 25.79 11.11 25.79 11.11 25.79 14.06 28.51 14.06 28.51 11.11"/><path class="cls-2" d="M27.89,15.81v9.31a1.75,1.75,0,0,1-1.75,1.75H6.76a3.49,3.49,0,0,0,3,1.75H26.14a3.5,3.5,0,0,0,3.5-3.5V15.81Z"/><path class="cls-2" d="M24.59,23.57h-18V11.12H21.14v-2H6.33a1.74,1.74,0,0,0-1.74,1.75v13a1.75,1.75,0,0,0,1.74,1.75H24.88a1.76,1.76,0,0,0,1.75-1.75v-8h-2Z"/></svg>');background-size:calc(var(--editorHeaderBaseHeight) * 3 / 4);background-repeat:no-repeat}.mathObjectIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 36 36"><path d="m7.04 18.306 4 8 6-16h10m-7.079 5.735 6 8m0-8-6 8" style="stroke:%23204657;stroke-width:1.8"/></svg>');background-size:calc(var(--editorHeaderBaseHeight) * 3 / 4);background-repeat:no-repeat}.mathObjectIcon[data-disabled=true]{opacity:.5}.speechIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23323232;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M9.81,2s.24,0,.24.23v15.54c0,.22-.24.23-.24.23-.06,0-.11-.02-.16-.08l-3.99-4.58c-.19-.22-.47-.34-.75-.34H1.23c-.13,0-.23-.1-.23-.23v-5.53c0-.13.1-.23.23-.23h3.68c.29,0,.56-.13.75-.34l3.99-4.58c.05-.06.1-.08.16-.08M9.81,1c-.33,0-.66.13-.92.42l-3.99,4.58H1.23c-.68,0-1.23.55-1.23,1.23v5.53c0,.68.55,1.23,1.23,1.23h3.68l3.99,4.58c.26.29.59.42.92.42.63,0,1.24-.48,1.24-1.23V2.23c0-.75-.61-1.23-1.24-1.23h0Z"/>%0A  <path class="cls-1" d="M16.04,17.44c-.15,0-.29-.06-.39-.19-.17-.22-.14-.53.08-.7,2.08-1.67,3.27-4.13,3.27-6.75s-1.2-5.1-3.3-6.77c-.22-.17-.25-.49-.08-.7.17-.22.49-.25.7-.08,2.34,1.86,3.68,4.62,3.68,7.56s-1.33,5.67-3.64,7.53c-.09.07-.2.11-.31.11Z"/>%0A  <path class="cls-1" d="M13.5,14.35c-.15,0-.29-.07-.39-.19-.17-.22-.13-.53.08-.7,1.15-.91,1.81-2.24,1.81-3.66s-.68-2.79-1.87-3.7c-.22-.17-.26-.48-.09-.7.17-.22.48-.26.7-.09,1.44,1.1,2.26,2.74,2.26,4.49s-.8,3.34-2.19,4.44c-.09.07-.2.11-.31.11Z"/>%0A</svg>');background-size:calc(var(--editorHeaderBaseHeight) * 3 / 4);background-repeat:no-repeat}.speechIcon[data-speaking=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23323232;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M17.33,18.3c-.13,0-.26-.05-.35-.15L2.32,3.5c-.2-.2-.2-.51,0-.71s.51-.2.71,0l14.66,14.66c.2.2.2.51,0,.71-.1.1-.23.15-.35.15Z"/>%0A  <path class="cls-1" d="M13.16,17.77c0,.22-.24.23-.24.23-.06,0-.11-.02-.16-.08l-3.99-4.58c-.19-.22-.47-.34-.75-.34h-3.68c-.13,0-.23-.1-.23-.23v-5.53c0-.07.03-.13.08-.17l-.71-.71c-.23.22-.37.53-.37.88v5.53c0,.68.55,1.23,1.23,1.23h3.68l3.99,4.58c.26.29.59.42.92.42.63,0,1.24-.48,1.24-1.23v-.73l-1-1v1.73Z"/>%0A  <path class="cls-1" d="M8.68,6.76l4.08-4.67c.05-.06.1-.08.16-.08,0,0,.24,0,.24.23v9l1,1V2.23c0-.75-.61-1.23-1.24-1.23-.33,0-.66.13-.92.42l-4.03,4.63.71.71Z"/>%0A</svg>')}.editorTextToolListDialog{background-color:#fff;display:flex;flex-direction:column}.editorRecordingTool,.editorRecordingTool:active{border-color:#ea7773;cursor:default;background-color:var(--editorButtonBackgroundColor)}.editorRecordingTool[data-active=true]{background-color:#ebc2c5}.editorRecordingTool[data-active=false]:has(.recordingButton:active){background-color:#e96a56}.editorRecordingToolButton:active{border-radius:calc((var(--editorHeaderBaseHeight) + 2 * var(--editorButtonBorderWidth)) / 2);background-color:#fff}.recordingButtonText{color:#fff;font-weight:700;font-size:var(--editorToolFontSize);position:relative;left:-10px;white-space:nowrap}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.recordingButtonText{left:-4px}}.recordingButton:active .recordingButtonText{color:#ccc}.recordingButton{display:flex;flex-direction:row;align-items:center}.editorRecordingTool[data-active=true] .recordingButton{border-radius:calc(var(--editorHeaderBaseHeight) / 2);background-color:#e96a56}.editorRecordingTool[data-active=true] .recordingButton:active{background-color:#fff}.recordingButtonIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   viewBox="0 0 66.666664 66.666664"%0A   height="66.666664"%0A   width="66.666664"%0A   xml:space="preserve"%0A   id="svg2"%0A   version="1.1"><metadata%0A     id="metadata8"><rdf:RDF><cc:Work%0A         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs%0A     id="defs6"><clipPath%0A       id="clipPath18"%0A       clipPathUnits="userSpaceOnUse"><path%0A         id="path16"%0A         d="M 0,50 H 50 V 0 H 0 Z" /></clipPath></defs><g%0A     transform="matrix(1.3333333,0,0,-1.3333333,0,66.666667)"%0A     id="g10"><g%0A       id="g12"><g%0A         clip-path="url(%23clipPath18)"%0A         id="g14"><g%0A           transform="translate(24.9019,20.0547)"%0A           id="g20"><path%0A             id="path22"%0A             style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A             d="m 0,0 c 2.389,0 4.325,1.934 4.325,4.318 v 9.194 c 0,2.386 -1.936,4.319 -4.325,4.319 -2.388,0 -4.324,-1.933 -4.324,-4.319 V 4.318 c 0,-0.033 0,-0.066 10e-4,-0.099 C -4.27,1.881 -2.354,0 0,0" /></g><g%0A           transform="translate(30.6777,28.9707)"%0A           id="g24"><path%0A             id="path26"%0A             style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A             d="m 0,0 v -5.433 c 0,-2.666 -2.546,-4.836 -5.678,-4.836 -3.13,0 -5.677,2.17 -5.677,4.836 V 0 h -1.659 v -5.433 c 0,-3.333 2.852,-6.084 6.508,-6.45 v -3.592 h -3.652 v -1.381 h 8.845 v 1.381 h -3.535 v 3.592 c 3.656,0.367 6.506,3.118 6.506,6.45 l 0,5.433 z" /></g></g></g></g></svg>');background-size:var(--editorHeaderBaseHeight)}.editorRecordingTool[data-active=true]:active .recordingButton:active .recordingButtonIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   viewBox="0 0 66.666664 66.666664"%0A   height="66.666664"%0A   width="66.666664"%0A   xml:space="preserve"%0A   id="svg2"%0A   version="1.1"><metadata%0A     id="metadata8"><rdf:RDF><cc:Work%0A         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs%0A     id="defs6"><clipPath%0A       id="clipPath18"%0A       clipPathUnits="userSpaceOnUse"><path%0A         id="path16"%0A         d="M 0,50 H 50 V 0 H 0 Z" /></clipPath></defs><g%0A     transform="matrix(1.3333333,0,0,-1.3333333,0,66.666667)"%0A     id="g10"><g%0A       style="fill:%23cccccc;fill-opacity:1"%0A       transform="translate(24.9019,20.0547)"%0A       id="g20"><path%0A         id="path22"%0A         style="fill:%23cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A         d="m 0,0 c 2.389,0 4.325,1.934 4.325,4.318 v 9.194 c 0,2.386 -1.936,4.319 -4.325,4.319 -2.388,0 -4.324,-1.933 -4.324,-4.319 V 4.318 c 0,-0.033 0,-0.066 10e-4,-0.099 C -4.27,1.881 -2.354,0 0,0" /></g><g%0A       style="fill:%23cccccc;fill-opacity:1"%0A       transform="translate(30.6777,28.9707)"%0A       id="g24"><path%0A         id="path26"%0A         style="fill:%23cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A         d="m 0,0 v -5.433 c 0,-2.666 -2.546,-4.836 -5.678,-4.836 -3.13,0 -5.677,2.17 -5.677,4.836 V 0 h -1.659 v -5.433 c 0,-3.333 2.852,-6.084 6.508,-6.45 v -3.592 h -3.652 v -1.381 h 8.845 v 1.381 h -3.535 v 3.592 c 3.656,0.367 6.506,3.118 6.506,6.45 V 0 Z" /></g></g></svg>')}.recordingButtonIcon[data-has-narration=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   viewBox="0 0 66.666664 66.666664"%0A   height="66.666664"%0A   width="66.666664"%0A   xml:space="preserve"%0A   id="svg2"%0A   version="1.1"><metadata%0A     id="metadata8"><rdf:RDF><cc:Work%0A         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs%0A     id="defs6"><clipPath%0A       id="clipPath18"%0A       clipPathUnits="userSpaceOnUse"><path%0A         id="path16"%0A         d="M 0,50 H 50 V 0 H 0 Z" /></clipPath></defs><g%0A     transform="matrix(1.3333333,0,0,-1.3333333,0,66.666667)"%0A     id="g10"><g%0A       id="g12"><g%0A         clip-path="url(%23clipPath18)"%0A         id="g14"><g%0A           transform="translate(25.9634,33.3301)"%0A           id="g20"><path%0A             id="path22"%0A             style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A             d="m 0,0 c 0,0.385 0.04,0.76 0.111,1.124 -0.538,0.296 -1.155,0.465 -1.813,0.465 -2.077,0 -3.763,-1.682 -3.763,-3.758 v -8.001 c 0,-0.028 0,-0.058 10e-4,-0.086 0.047,-2.035 1.714,-3.672 3.762,-3.672 2.079,0 3.763,1.683 3.763,3.758 v 5.709 C 0.802,-3.383 0,-1.785 0,0" /></g><g%0A           transform="translate(29.2881,27.1611)"%0A           id="g24"><path%0A             id="path26"%0A             style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A             d="m 0,0 v -4.728 c 0,-2.32 -2.216,-4.208 -4.941,-4.208 -2.724,0 -4.94,1.888 -4.94,4.208 V 0 h -1.444 v -4.728 c 0,-2.899 2.482,-5.293 5.663,-5.612 v -3.126 h -3.177 v -1.202 h 7.695 v 1.202 h -3.075 v 3.126 c 3.181,0.319 5.661,2.713 5.661,5.612 l 0,4.728 z" /></g><g%0A           transform="translate(31.8418,38.4233)"%0A           id="g28"><path%0A             id="path30"%0A             style="fill:%23fc6e6e;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A             d="m 0,0 c -2.603,0 -4.751,-1.961 -5.054,-4.483 -0.024,-0.201 -0.04,-0.403 -0.04,-0.61 0,-1.289 0.485,-2.464 1.277,-3.362 0.934,-1.059 2.296,-1.732 3.817,-1.732 2.809,0 5.093,2.285 5.093,5.094 C 5.093,-2.285 2.809,0 0,0" /></g><g%0A           transform="translate(30.8672,30.6484)"%0A           id="g32"><path%0A             id="path34"%0A             style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A             d="M 0,0 -2.164,2.164 -1.329,2.998 0,1.669 3.277,4.946 4.112,4.112 Z" /></g></g></g></g></svg>')}.recordingDeleteButtonIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"%0A   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"%0A   inkscape:version="1.1-dev (60faa23c, 2020-06-06)"%0A   sodipodi:docname="narration_normal_hl.svg"%0A   version="1.1"%0A   id="svg2"%0A   xml:space="preserve"%0A   width="66.666664"%0A   height="66.666664"%0A   viewBox="0 0 66.666664 66.666664"><sodipodi:namedview%0A     inkscape:current-layer="svg2"%0A     inkscape:window-maximized="0"%0A     inkscape:window-y="292"%0A     inkscape:window-x="2676"%0A     inkscape:cy="33.333332"%0A     inkscape:cx="33.333332"%0A     inkscape:zoom="10.89298"%0A     showgrid="false"%0A     id="namedview18"%0A     inkscape:window-height="1100"%0A     inkscape:window-width="1381"%0A     inkscape:pageshadow="2"%0A     inkscape:pageopacity="0"%0A     guidetolerance="10"%0A     gridtolerance="10"%0A     objecttolerance="10"%0A     borderopacity="1"%0A     bordercolor="%23666666"%0A     pagecolor="%23ffffff" /><metadata%0A     id="metadata8"><rdf:RDF><cc:Work%0A         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs%0A     id="defs6"><clipPath%0A       clipPathUnits="userSpaceOnUse"%0A       id="clipPath18"><path%0A         d="M 0,50 H 50 V 0 H 0 Z"%0A         id="path16" /></clipPath></defs><path%0A     style="fill:%23204657;stroke-width:1.54025"%0A     class="cls-1"%0A     d="m 35.780253,18.748705 a 8.9857925,8.9857925 0 0 1 0.167887,-1.714293 5.7404952,5.7404952 0 0 0 -8.497534,5.027361 v 12.201826 c 0,0.04467 0,0.08779 0,0.132461 a 5.7404952,5.7404952 0 0 0 11.47791,-0.132461 V 25.55813 a 8.9411255,8.9411255 0 0 1 -3.148263,-6.809425 z"%0A     id="path26-9" /><path%0A     style="fill:%23204657;stroke-width:1.54025"%0A     class="cls-1"%0A     d="m 40.850742,28.162686 v 7.209889 c 0,3.542565 -3.379299,6.418204 -7.536422,6.418204 -4.157124,0 -7.534881,-2.880259 -7.534881,-6.418204 v -7.209889 h -2.201011 v 7.209889 c 0,4.423585 3.784383,8.073967 8.636158,8.560686 v 4.76706 h -4.845613 v 1.832892 h 11.738211 v -1.832892 h -4.691588 v -4.76706 c 4.851773,-0.486719 8.634616,-4.138641 8.634616,-8.560686 v -7.209889 z"%0A     id="path28" /><path%0A     style="fill:%23ff6e6e;stroke-width:1.54025"%0A     class="cls-2"%0A     d="m 44.744483,10.985867 a 7.7689985,7.7689985 0 1 0 7.768998,7.762838 7.7751595,7.7751595 0 0 0 -7.768998,-7.762838 z"%0A     id="path30" /><polygon%0A     transform="matrix(1.5402456,0,0,1.5402456,-2.7382065,-7.2814447)"%0A     style="fill:%23ffffff"%0A     class="cls-3"%0A     points="31.606,16.903 33.423,15.086 32.645,14.309 30.828,16.126 29.011,14.309 28.234,15.086 30.05,16.903 28.234,18.72 29.011,19.498 30.828,17.681 32.645,19.498 33.423,18.72 "%0A     id="polygon32" /></svg>%0A')}.editorRecordingTextButton{display:flex;width:100%;height:var(--editorHeaderBaseHeight);justify-content:center;align-items:center;color:#2e404a;font-size:var(--editorToolFontSize);white-space:nowrap}.recordingSettingIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.a{fill:%23204657;}<\/style></defs><title>\30a2\30fc\30c8\30dc\30fc\30c9  1 \306e\30b3\30d4\30fc  2</title><path class="a" d="M36.248,22.367a1.248,1.248,0,0,0-.922-.354l-.646.023h-.014a1.115,1.115,0,0,1-1.026-.729,1.181,1.181,0,0,1,.258-1.284l.475-.459a1.306,1.306,0,0,0,.031-1.841l-2.324-2.4a1.3,1.3,0,0,0-.92-.386h-.011a1.275,1.275,0,0,0-.916.418l-.442.49a1.047,1.047,0,0,1-1.217.252,1.149,1.149,0,0,1-.681-1.091l.023-.672a1.309,1.309,0,0,0-.364-.947A1.252,1.252,0,0,0,26.643,13H23.357a1.25,1.25,0,0,0-.908.387,1.309,1.309,0,0,0-.364.949l.023.668a1.156,1.156,0,0,1-.707,1.1,1.042,1.042,0,0,1-1.193-.263l-.441-.49a1.274,1.274,0,0,0-.918-.418h-.006a1.293,1.293,0,0,0-.923.386l-2.323,2.4a1.305,1.305,0,0,0,.03,1.841l.475.459a1.187,1.187,0,0,1,.247,1.311,1.087,1.087,0,0,1-1.025.7h0l-.647-.023h-.047a1.267,1.267,0,0,0-.875.355,1.31,1.31,0,0,0-.4.937V26.7a1.314,1.314,0,0,0,.395.936,1.274,1.274,0,0,0,.877.356h.045l.65-.023h.046a1.063,1.063,0,0,1,.992.729,1.179,1.179,0,0,1-.26,1.285l-.473.457a1.309,1.309,0,0,0-.03,1.844l2.322,2.4a1.306,1.306,0,0,0,.93.386,1.269,1.269,0,0,0,.916-.418l.445-.492a1.048,1.048,0,0,1,1.216-.251,1.147,1.147,0,0,1,.681,1.092l-.023.67a1.311,1.311,0,0,0,.364.949,1.255,1.255,0,0,0,.908.386h3.286a1.259,1.259,0,0,0,.909-.386,1.313,1.313,0,0,0,.364-.948l-.023-.672a1.153,1.153,0,0,1,.7-1.1,1.043,1.043,0,0,1,1.191.261l.445.492a1.272,1.272,0,0,0,.918.418,1.3,1.3,0,0,0,.928-.386l2.323-2.4a1.309,1.309,0,0,0-.031-1.843l-.474-.457a1.185,1.185,0,0,1-.248-1.311,1.068,1.068,0,0,1,.985-.7h.041l.652.023h.042a1.257,1.257,0,0,0,.879-.356,1.312,1.312,0,0,0,.395-.936V23.3A1.31,1.31,0,0,0,36.248,22.367Zm-3.9,5.807a2.554,2.554,0,0,0,.584,2.805l.412.4-2.171,2.242-.357-.394a2.449,2.449,0,0,0-2.787-.6,2.539,2.539,0,0,0-1.525,2.412l.031.573H23.475l.02-.57a2.556,2.556,0,0,0-1.547-2.424,2.434,2.434,0,0,0-2.766.6l-.356.393-2.17-2.242.41-.395a2.57,2.57,0,0,0,.575-2.826,2.484,2.484,0,0,0-2.287-1.576h-.078l-.532.019L14.731,23.4l.541.019.1,0a2.457,2.457,0,0,0,2.277-1.6,2.554,2.554,0,0,0-.583-2.8l-.413-.4,2.171-2.242.354.392a2.456,2.456,0,0,0,2.792.6A2.542,2.542,0,0,0,23.5,14.957l-.031-.569h3.061l-.019.574a2.558,2.558,0,0,0,1.547,2.421,2.44,2.44,0,0,0,2.769-.607l.353-.392,2.172,2.242-.414.4a2.567,2.567,0,0,0-.573,2.823,2.517,2.517,0,0,0,2.292,1.576h.076l.528-.019.013,3.193-.546-.019-.088,0A2.5,2.5,0,0,0,32.35,28.174Z"/><path class="a" d="M25,20.239A4.762,4.762,0,1,0,29.654,25,4.714,4.714,0,0,0,25,20.239Zm0,8.135A3.375,3.375,0,1,1,28.266,25,3.326,3.326,0,0,1,25,28.374Z"/></svg>')}.editorRecordingSelectedMark{min-width:22px;min-height:13px}.editorRecordingSelectedMark[data-selected=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 22 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;"><path d="M2.028,4.365l6.371,6.597l10.863,-8.819" style="fill:none;stroke:%2307f;stroke-width:2px;"/></svg>');background-size:22px 13px;background-position:center}.editorRecordingSelectedMarkCell{display:flex;justify-content:left}.editorRecordingMicLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:8px}.editorNarrationTool{border:solid var(--editorButtonBorderWidth) #ea7773;background-color:#ebc2c5;padding-left:12px;pointer-events:auto}.editorRecordingVolumeMeter{display:flex}.editorRecordingTime{padding:0 12px}.editorRecordingEndButton{min-width:var(--editorHeaderBaseHeight);color:#fff;background-color:#e96a56;padding:0 .5em;border-radius:calc(var(--editorHeaderBaseHeight) / 2)}.editorRecordingEndButton:active{color:#ccc;background-color:#fff}.editorRecordingToolButtonDuration{width:calc(var(--editorHeaderBaseHeight) * 24 / 48);height:calc(var(--editorHeaderBaseHeight) * 36 / 48);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="40" width="40"><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 30h30V0H0z"/></clipPath></defs><g clip-path="url(%23a)" transform="matrix(1.33333 0 0 -1.33333 0 40)" fill="%23204657"><path d="M15 8.243a5.89 5.89 0 00-5.883 5.883A5.89 5.89 0 0015 20.01a5.89 5.89 0 005.883-5.883A5.89 5.89 0 0015 8.243m.625 12.984v.53h1.413v1.25h-4.076v-1.25h1.413v-.53A7.13 7.13 0 0115 6.993a7.13 7.13 0 01.625 14.234"/><path d="M15.625 18.083h-1.25v-4.582h4.045v1.25h-2.795z"/></g></svg>');background-repeat:no-repeat;background-position:center;background-size:calc(var(--editorHeaderBaseHeight) * 36 / 48)}:root{--recordingMicContainerHeight: calc(var(--editorHeaderBaseHeight) * .6)}.recordingMicWrapper{position:relative;justify-content:center}.recordingMicContainer{position:absolute;height:var(--recordingMicContainerHeight);bottom:calc(var(--recordingMicContainerHeight) * -1.4);display:flex;align-items:center;justify-content:center;white-space:nowrap;color:#fff;background:#aaa;padding:0 calc(10px + var(--recordingMicContainerHeight) * .2) 0 10px;border-radius:calc(var(--editorHeaderBaseHeight));pointer-events:none}.blinkAnimation{animation:blinkAnimation;animation-duration:3s;animation-iteration-count:infinite}@keyframes blinkAnimation{0%{opacity:0}50%{opacity:1}to{opacity:0}}.recordingMicIcon{display:block;width:var(--recordingMicContainerHeight);height:var(--recordingMicContainerHeight);background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A   xmlns:dc="http://purl.org/dc/elements/1.1/"%0A   xmlns:cc="http://creativecommons.org/ns%23"%0A   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23"%0A   xmlns:svg="http://www.w3.org/2000/svg"%0A   xmlns="http://www.w3.org/2000/svg"%0A   viewBox="0 0 66.666664 66.666664"%0A   height="66.666664"%0A   width="66.666664"%0A   xml:space="preserve"%0A   id="svg2"%0A   version="1.1"><metadata%0A     id="metadata8"><rdf:RDF><cc:Work%0A         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type%0A           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs%0A     id="defs6"><clipPath%0A       id="clipPath18"%0A       clipPathUnits="userSpaceOnUse"><path%0A         id="path16"%0A         d="M 0,50 H 50 V 0 H 0 Z" /></clipPath></defs><g%0A     transform="matrix(1.3333333,0,0,-1.3333333,0,66.666667)"%0A     id="g10"><g%0A       id="g12"><g%0A         clip-path="url(%23clipPath18)"%0A         id="g14"><g%0A           transform="translate(24.9019,20.0547)"%0A           id="g20"><path%0A             id="path22"%0A             style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A             d="m 0,0 c 2.389,0 4.325,1.934 4.325,4.318 v 9.194 c 0,2.386 -1.936,4.319 -4.325,4.319 -2.388,0 -4.324,-1.933 -4.324,-4.319 V 4.318 c 0,-0.033 0,-0.066 10e-4,-0.099 C -4.27,1.881 -2.354,0 0,0" /></g><g%0A           transform="translate(30.6777,28.9707)"%0A           id="g24"><path%0A             id="path26"%0A             style="fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"%0A             d="m 0,0 v -5.433 c 0,-2.666 -2.546,-4.836 -5.678,-4.836 -3.13,0 -5.677,2.17 -5.677,4.836 V 0 h -1.659 v -5.433 c 0,-3.333 2.852,-6.084 6.508,-6.45 v -3.592 h -3.652 v -1.381 h 8.845 v 1.381 h -3.535 v 3.592 c 3.656,0.367 6.506,3.118 6.506,6.45 l 0,5.433 z" /></g></g></g></g></svg>');background-size:var(--recordingMicContainerHeight)}.recordingMicLabel{font-size:calc(var(--recordingMicContainerHeight) * .5);max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.recordingMicLabel{max-width:50vmin}}.editorRecordingSettingsContainer,.editorRecordingSettingsItem,.editorRecordingAdjusterNavHeader,.editorRecordingAdjusterNavHeaderGrid,.editorRecordingMicSelectorNavHeader,.editorRecordingMicSelectorNavHeaderGrid,.editorRecordingMicSelectorItems,.editorRecordingMicSelectorItem{width:290px}.editorRecordingAdjuster{display:flex;align-items:center;justify-content:center;padding:10px}.editorRecordingAdjuster>span{padding:0 10px}.editorRecordingAdjusterInput{width:120px;height:36px;font-size:1em;text-align:center;padding:0;margin:0;box-sizing:border-box;border:1px solid #ccc;border-radius:5px;color:#000}.editorRecordingAdjusterInput[data-invalid=true]{color:#ff3b30}.editorRecordingAdjusterButton{background-color:#e2e2e6;text-align:center;border:none;padding:0;height:36px;width:36px;cursor:pointer}.editorRecordingAdjusterButton:active{background-color:#ccc}.editorRecordingAdjusterButton.minus{border-right:1px solid #ccc;border-top-left-radius:5px;border-bottom-left-radius:5px}.editorRecordingAdjusterButton.plus{border-top-right-radius:5px;border-bottom-right-radius:5px}.editorRecordingAdjusterButton>.editorRecordingAdjusterIcon{width:100%;height:100%;mask-size:70%;mask-repeat:no-repeat;mask-position:center;background-color:#000}.editorRecordingAdjusterButton.minus>.editorRecordingAdjusterIcon{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" data-name="\30ec\30a4\30e4\30fc  1"><path d="M15.79 23.19a.5.5 0 00-.5.5v2.62a.5.5 0 00.5.5h18.42a.5.5 0 00.5-.5v-2.62a.5.5 0 00-.5-.5z" fill="%23fff"/></svg>')}.editorRecordingAdjusterButton.plus>.editorRecordingAdjusterIcon{mask-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23fff;}<\/style></defs><title>plus_icon</title><path class="cls-1" d="M26.24,15.07H23.76a.51.51,0,0,0-.5.5v7.62H15.79a.5.5,0,0,0-.5.5v2.62a.5.5,0,0,0,.5.5h7.47v7.62a.51.51,0,0,0,.5.5h2.48a.51.51,0,0,0,.5-.5V26.81h7.47a.5.5,0,0,0,.5-.5V23.69a.5.5,0,0,0-.5-.5H26.74V15.57A.51.51,0,0,0,26.24,15.07Z"/></svg>')}.editorRecordingAdjusterButton:active>.editorRecordingAdjusterIcon{background-color:#fff}.editorRecordingAdjusterButton[aria-disabled=true]>.editorRecordingAdjusterIcon{background-color:#bbb;cursor:not-allowed}:root{--drawToolPopoverFontSize: 13px;--drawToolTriangleBase: 4px;--drawToolPopoverInnerPaddingV: 10px;--drawToolPopoverInnerPaddingH: 14px;--drawToolStampDialogControlRowHeight: 33px;--drawToolPopoverTitlePaddingBottom: 10px;--drawToolStampDialogScrollerMarginV: 10px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--drawToolPopoverFontSize: 3vmin;--drawToolTriangleBase: 2px}}.editorDrawTools,.editorDrawTools:active{border-color:#6cd6fb;background-color:var(--editorButtonBackgroundColor);cursor:default}.editorDrawTools[data-active=true]{background-color:#ace0f1}.drawButton{border-radius:50%}.editorDrawTools[data-active=false]:has(.drawButton:active){background-color:#ace0f1}.editorDrawTools[data-active=false] .editorDrawToolPopoverButton:active{background-color:transparent}.editorDrawTools[data-active=true] .drawButton:active,.editorDrawTools[data-active=true] .drawButton[data-active=true]{background-color:#6cd6fb}.editorDrawTools[data-active=true][data-scrolling=false] .drawButton[data-active=true]:active{background-color:#fff}.editorDrawToolButton{position:relative;display:flex;justify-content:center;align-items:center;width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);border-radius:50%}.editorDrawTools[data-scrolling=false] .editorDrawToolButton:not([aria-disabled=true]):active{background-color:#fff}.editorDrawToggleButton{position:relative;display:flex;justify-content:center;align-items:center;width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);border-radius:50%}.editorDrawToggleButton[data-active=true],.editorDrawTools[data-scrolling=false] .editorDrawToggleButton:active{border-radius:50%;background-color:#6cd6fb}.editorDrawTools[data-scrolling=false] .editorDrawToggleButton[data-active=true]:active{background-color:#fff}.editorDrawToolPopoverButton{position:relative;display:flex;justify-content:center;align-items:center;width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);border-radius:50%}.editorDrawTools[data-scrolling=false] .editorDrawToolPopoverButton[data-enable=true]:active{background-color:#fff}.editorDrawToolPopoverInner{display:flex;flex-direction:column;justify-content:center;padding:var(--drawToolPopoverInnerPaddingV) var(--drawToolPopoverInnerPaddingH);cursor:default}.editorDrawToolPopoverTitle{color:#000;text-align:center;font-size:var(--drawToolPopoverFontSize);padding-bottom:var(--drawToolPopoverTitlePaddingBottom)}.editorDrawToolWidthButtonCanvas{cursor:pointer}.editorDrawToolColorButton{display:flex;justify-content:center;align-items:center;width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);border-radius:50%}.editorDrawTools[data-scrolling=false] .editorDrawToolColorButton:active{opacity:.5}.editorDrawToolColorButtonOuter{display:flex;justify-content:center;align-items:center;width:calc(var(--editorHeaderBaseHeight) * .55);height:calc(var(--editorHeaderBaseHeight) * .55);border-radius:50%}.editorDrawToolColorButtonInner{width:calc(var(--editorHeaderBaseHeight) * .35);height:calc(var(--editorHeaderBaseHeight) * .35);border-radius:50%;border:1px solid #ccccccb3}.editorDrawToolColorPickerInner{width:100%;display:flex;justify-content:space-between}.editorDrawToolColorPicker{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,0,0,.1);margin:7px;cursor:pointer}.penToolIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg version="1.1" viewBox="0 0 53.333 53.333" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath22"><path d="m0 40h40v-40h-40z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 0 53.333)"><g clip-path="url(%23clipPath22)"><g transform="translate(12.862 18.651)"><path d="m0 0-2.594-7.803c-0.108-0.323 0.142-0.633 0.454-0.633 0.05 0 0.101 9e-3 0.154 0.026l7.802 2.594 10.807 10.806c0.436 0.437 0.436 1.144 0 1.581l-4.236 4.235c-0.219 0.218-0.504 0.328-0.79 0.328s-0.573-0.11-0.791-0.328z" fill="%232ed8ff"/></g><g transform="translate(14.07 12.448)"><path d="m0 0-1.594 1.594 1.337 4.022 0.596 0.595 1.379 9e-3 0.446-2.462 2.462-0.446-8e-3 -1.379-0.596-0.596z" fill="%23ffffff"/></g></g></g></svg>%0A')}.penIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg version="1.1" viewBox="0 0 53.333 53.333" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath22"><path d="m0 40h40v-40h-40z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 0 53.333)"><g clip-path="url(%23clipPath22)"><g transform="translate(24.162 19.817)"><path d="m0 0 5.507 4.902-4.949 4.949-4.906-5.511-1.54-1.556-5.353-4.127c-0.117-3.245-2.589-6.498-2.589-6.498l1.644-1.645s3.253 2.471 6.499 2.589l4.126 5.353z" fill="%23204657"/></g><g transform="translate(16.657 15.427)"><path d="m0 0c-0.339-0.339-0.89-0.339-1.229 0-0.34 0.339-0.34 0.89 0 1.23 0.339 0.339 0.89 0.339 1.229 0 0.34-0.34 0.34-0.891 0-1.23m1.539 5.555-4.085-3.149c-0.254-2.328-1.44-4.524-2.185-5.706l0.202-0.201c1.181 0.744 3.378 1.931 5.706 2.184l3.148 4.086z" fill="%23ffffff"/></g><g transform="translate(22.692 19.821)"><path d="m0 0-2.87 2.87-0.679-0.685 2.862-2.863z" fill="%23ffffff"/></g></g></g></svg>%0A')}.pencilIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg version="1.1" viewBox="0 0 53.333 53.333" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath22"><path d="m0 40h40v-40h-40z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 0 53.333)"><g clip-path="url(%23clipPath22)"><g transform="translate(12.863 18.651)"><path d="m0 0-2.595-7.803c-0.107-0.323 0.143-0.633 0.454-0.633 0.05 0 0.102 9e-3 0.155 0.026l7.801 2.594 10.807 10.806c0.437 0.436 0.437 1.144 0 1.581l-4.235 4.235c-0.219 0.218-0.505 0.327-0.791 0.327-0.285 0-0.572-0.109-0.79-0.327z" fill="%231c4453"/></g><g transform="translate(14.07 12.448)"><path d="m0 0-1.594 1.594 1.337 4.022 0.596 0.595 1.379 9e-3 0.446-2.462 2.462-0.446-8e-3 -1.379-0.597-0.596z" fill="%23ffffff"/></g></g></g></svg>%0A')}.brushIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg version="1.1" viewBox="0 0 53.333 53.333" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath62"><path d="m0 40h40v-40h-40z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 0 53.333)"><g clip-path="url(%23clipPath62)"><g transform="translate(29.551 24.967)"><path d="m0 0-3.793 3.793c-0.078 0.079-0.182 0.118-0.284 0.118-0.103 0-0.205-0.039-0.284-0.118l-2.383-2.383-4.94-6.052c-4.991-1.152-2.211-3.701-9.423-7.309 0-0.298 2.118-0.789 4.608-0.789 3.445 0 7.599 0.942 7.834 4.636l3.802 3.119 2.48 2.034 2.383 2.383c0.156 0.157 0.156 0.411 0 0.568" fill="%231e4555"/></g><g transform="translate(15.089 17.021)"><path d="m0 0c-0.13-0.193-0.271-0.4-0.422-0.614 0.106-0.26 0.283-0.581 0.564-0.742 0.206-0.12 0.442-0.132 0.718-0.04 0.886 0.294 1.54-0.207 1.832-0.725 0.086-0.153 0.144-0.31 0.178-0.464 0.544 0.297 0.966 0.658 1.243 1.078 0.275 0.412 0.42 0.908 0.45 1.477l-2.007 2.008c-1.517-0.438-1.941-1.061-2.556-1.978" fill="%23ffffff"/></g><g transform="translate(22.9 24.538)"><path d="m0 0-4.066-4.982 1.528-1.527 4.97 4.077z" fill="%23ffffff"/></g></g></g></svg>%0A')}.highlighterIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg version="1.1" viewBox="0 0 53.333 53.333" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath22"><path d="m0 40h40v-40h-40z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 0 53.333)"><g clip-path="url(%23clipPath22)"><g transform="translate(29.766 24.455)"><path d="m0 0-5.199 5.2c-0.085 0.085-0.197 0.128-0.308 0.128s-0.222-0.043-0.307-0.128l-7.311-7.31c-0.157-0.158-0.162-0.403-0.028-0.573l-2.117-2.117c-0.413-0.413-0.58-1.022-0.435-1.589 0.046-0.179-0.02-0.464-0.131-0.575l-1.791-1.791c-0.474-0.474-0.522-1.209-0.153-1.741l-2.62-2.62 3.56-0.609 1.142 1.142c0.232-0.171 0.509-0.268 0.802-0.268 0.365 0 0.707 0.142 0.964 0.4l1.924 1.923c0.05 0.049 0.208 0.09 0.294 0.061 0.606-0.206 1.263-0.054 1.715 0.398l2.116 2.116c0.078-0.062 0.17-0.1 0.266-0.1 0.11 0 0.221 0.043 0.306 0.128l7.311 7.31c0.17 0.17 0.17 0.446 0 0.615" fill="%23204657"/></g><g transform="translate(16.951 14.967)"><path d="m0 0c-0.048-0.048-0.111-0.072-0.175-0.072-0.062 0-0.126 0.024-0.174 0.072l-1.523 1.524c-0.097 0.096-0.097 0.252 0 0.349 0.096 0.097 0.252 0.097 0.349 0l1.523-1.524c0.097-0.097 0.097-0.253 0-0.349m0.354 6.1-2.11-2.11c-0.171-0.17-0.236-0.412-0.177-0.647 0.133-0.521-0.031-1.158-0.389-1.517l-1.791-1.791c-0.147-0.147-0.147-0.385 0-0.532l1.767-1.768c0.142-0.142 0.39-0.141 0.532 1e-3l1.923 1.923c0.323 0.321 0.873 0.446 1.311 0.297 0.249-0.083 0.515-0.021 0.697 0.161l2.11 2.11z" fill="%23ffffff"/></g></g></g></svg>%0A')}.editorDrawToolPenColorIcon{width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);position:absolute;top:0;left:0}.rulerIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg version="1.1" viewBox="0 0 53.333 53.333" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath22"><path d="m0 40h40v-40h-40z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 0 53.333)"><g clip-path="url(%23clipPath22)"><g transform="translate(31.342 23.046)"><path d="m0 0v-6.091c0-0.972-0.788-1.761-1.761-1.761h-19.163c-0.972 0-1.761 0.789-1.761 1.761v6.091c0 0.972 0.789 1.761 1.761 1.761h19.163c0.973 0 1.761-0.789 1.761-1.761" fill="%23ffffff"/></g><g transform="translate(30.108 16.429)"><path d="m0 0h-20.216v1.878h20.216v0.494h-20.216v4.771h1.484v-2.593l0.87-1e-3v2.594h1.86l5e-3 -1.531 0.869 2e-3 -4e-3 1.529h1.858l3e-3 -1.531 0.871 2e-3 -5e-3 1.529h1.855v-2.594l0.869 1e-3v2.593h1.861l5e-3 -1.531 0.87 2e-3 -5e-3 1.529h1.858l4e-3 -1.532 0.87 3e-3 -5e-3 1.529h1.856v-2.593l0.869-1e-3 1e-3 2.594h1.497zm0.98 8.123c-0.158 0.157-0.375 0.254-0.615 0.254h-20.945c-0.481 0-0.87-0.389-0.87-0.869v-7.873c0-0.24 0.097-0.458 0.255-0.615 0.157-0.158 0.375-0.255 0.615-0.255h20.945c0.481 0 0.869 0.389 0.869 0.87v7.873c0 0.24-0.096 0.457-0.254 0.615" fill="%23204657"/></g></g></g></svg>%0A')}.undoIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23204657;}<\/style></defs><title>undo</title><path class="cls-1" d="M28.15,18.31H22.31v-4l-8.53,4.93,8.53,4.92v-4h5.84a6.2,6.2,0,0,1,6.19,6.2V27.6a6.2,6.2,0,0,1-6.19,6.2H16.86v1.88H28.15a8.09,8.09,0,0,0,8.07-8.08V26.39A8.08,8.08,0,0,0,28.15,18.31Z"/></svg>')}.cantUndoIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23204657;opacity:0.4;}<\/style></defs><title>undo _\9078\629e\3067\304d\306a\3044</title><path class="cls-1" d="M28.15,18.31H22.31v-4l-8.53,4.93,8.53,4.92v-4h5.84a6.2,6.2,0,0,1,6.19,6.2V27.6a6.2,6.2,0,0,1-6.19,6.2H16.86v1.88H28.15a8.09,8.09,0,0,0,8.07-8.08V26.39A8.08,8.08,0,0,0,28.15,18.31Z"/></svg>')}.redoIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23204657;}<\/style></defs><title>redo</title><path class="cls-1" d="M21.85,18.31h5.84v-4l8.53,4.93-8.53,4.92v-4H21.85a6.2,6.2,0,0,0-6.19,6.2V27.6a6.2,6.2,0,0,0,6.19,6.2H33.14v1.88H21.85a8.09,8.09,0,0,1-8.07-8.08V26.39A8.08,8.08,0,0,1,21.85,18.31Z"/></svg>')}.cantRedoIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%23204657;opacity:0.4;}<\/style></defs><title>redo_\9078\629e\3067\304d\306a\3044</title><path class="cls-1" d="M21.85,18.31h5.84v-4l8.53,4.93-8.53,4.92v-4H21.85a6.2,6.2,0,0,0-6.19,6.2V27.6a6.2,6.2,0,0,0,6.19,6.2H33.14v1.88H21.85a8.09,8.09,0,0,1-8.07-8.08V26.39A8.08,8.08,0,0,1,21.85,18.31Z"/></svg>')}.lassoIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 53.333 53.333"><rect width="22.689" height="16.689" x="15.321" y="18.322" ry="2.158" style="fill:none;fill-opacity:0;stroke:%23204657;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:6,1.5;stroke-dashoffset:12.6;stroke-opacity:1"/></svg>')}.pixelEraserIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.st0{fill:%23204657}<\/style></defs><path d="M15.04 13.33h9.89v4.58h-9.89z" style="fill:%23fff"/><path d="M12.76 14.27c0-1.82 1.48-3.3 3.3-3.3h4.08V8.08c0-1.08-.87-1.95-1.95-1.95h-7.1c-1.08 0-1.95.87-1.95 1.95v7.1c0 1.08.87 1.95 1.95 1.95h1.67z" class="st0"/><path d="M23.94 12.47h-7.88c-.99 0-1.8.81-1.8 1.8v14.84c0 .5.4.9.9.9h9.68c.5 0 .9-.4.9-.9V14.27c0-.99-.81-1.8-1.8-1.8m-7.88 1.3h7.88c.27 0 .5.22.5.5v3.33h-8.88v-3.33c0-.27.22-.5.5-.5" class="st0"/></svg>')}.objectEraserIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M15.04 13.33h10.23v4.92H15.04z" style="fill:%23fff"/><path d="M11.59 17.32h-.1c-.33-.03-.57-.32-.54-.65s.32-.57.65-.54.6.32.57.65c-.03.31-.27.55-.57.55Zm-1.66-1.1c-.21 0-.41-.11-.51-.31 0 0-.02-.05-.03-.05a.6.6 0 1 1 1.08-.52c.14.3.03.68-.26.82-.09.04-.19.07-.28.07Zm-.19-2.03c-.33 0-.6-.24-.6-.58v-.05c0-.33.27-.6.6-.6s.6.27.6.6-.27.62-.6.62Zm0-2.05c-.33 0-.6-.24-.6-.57v-.05c0-.33.27-.6.6-.6s.6.27.6.6-.27.62-.6.62m10-1.49c-.33 0-.6-.27-.6-.6s.27-.62.6-.62.6.24.6.58v.05c0 .33-.27.6-.6.6Zm-10-.56c-.33 0-.6-.24-.6-.58v-.05c0-.33.27-.6.6-.6s.6.27.6.6-.27.62-.6.62Zm9.87-1.48a.617.617 0 0 1-.23-1.18c.31-.12.64 0 .76.31l.02.06c.12.31-.04.66-.35.77-.07.03-.14.04-.21.04Zm-9.49-.49c-.12 0-.24-.04-.34-.11-.26-.2-.33-.54-.14-.81 0 0 .04-.05.04-.06.2-.26.58-.31.84-.11a.603.603 0 0 1-.39 1.08Zm7.98-.76h-.11c-.32-.06-.56-.37-.51-.69s.33-.55.65-.5a.595.595 0 0 1 .55.71.6.6 0 0 1-.59.49h.01Zm-2.04-.03c-.33 0-.62-.27-.62-.6s.24-.6.57-.6h.05c.33 0 .6.27.6.6s-.27.6-.6.6m-2.05 0c-.33 0-.62-.27-.62-.6s.24-.6.58-.6h.05c.33 0 .6.27.6.6s-.27.6-.6.6zm-2.05 0c-.33 0-.62-.27-.62-.6s.24-.6.57-.6h.05c.33 0 .6.27.6.6s-.27.6-.6.6m11.98 5.14h-7.88c-.99 0-1.8.81-1.8 1.8v14.84c0 .5.4.9.9.9h9.68c.5 0 .9-.4.9-.9V14.27c0-.99-.81-1.8-1.8-1.8m-7.88 1.3h7.88c.27 0 .5.22.5.5v3.33h-8.88v-3.33c0-.27.22-.5.5-.5" style="fill:%23204657"/></svg>')}.editorDrawnEraserPopoverIconItems{min-width:unset}.editorDrawnEraserPopoverIconItem{width:unset;border:none;min-width:unset}.editorDrawnEraserPopoverIconItem .uiPopoverIconItemIcon img{width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);max-height:var(--editorHeaderBaseHeight)}.editorDrawnEraserPopoverIconItemNarrowBorder{position:relative}.editorDrawnEraserPopoverIconItemNarrowBorder:after{content:"";position:absolute;bottom:0;right:0;width:calc(100% - var(--uiPopoverMinHeight));border-bottom:solid 1px #ccc}.editorDrawnEraserPopoverIconItemFullBorder{border-bottom:solid 1px #ccc}.penTypeGroup{display:flex;justify-content:space-around;padding-bottom:10px}.selectPenTypeButton{height:100px;width:40px;position:relative;display:flex;justify-content:center;padding-top:20px;margin:0 10px}.selectPenTypeButtonDot{position:absolute;top:2px;width:8px;height:8px;border-radius:50%;background-color:#007aff}.selectPenTypeIcon{height:100px;width:40px;background-repeat:no-repeat}.pencilTypeIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 100"><defs><style>.cls-1,.cls-9{fill:none;}.cls-2{clip-path:url(%23clip-path);}.cls-3{fill:%23fff;}.cls-4{fill:%23ffcea1;}.cls-5{fill:%2383e74d;}.cls-6{fill:%236cd54a;}.cls-7{fill:%23d3be9a;}.cls-8{fill:%23204657;}.cls-9{stroke:%23204657;stroke-miterlimit:10;stroke-width:0.57px;}<\/style><clipPath id="clip-path"><rect class="cls-1" width="40" height="100"/></clipPath></defs><title>\3048\3093\3074\3064</title><g class="cls-2"><path class="cls-3" d="M34.91,40.36,20.9.64a1,1,0,0,0-1.8,0l-14,39.72v70.8H34.91Z"/><polygon class="cls-4" points="5.95 43.42 34.17 43.42 34.17 40.62 24 12.28 16.06 12.28 5.95 41.07 5.95 43.42"/><path class="cls-5" d="M15.42,42.31c4.25-6.58,8-1.84,9.17,0a.46.46,0,0,0,.77,0c5.14-8,9.55.64,9.55.64v68.21H5.09V43c4.41-7.52,8.36-2.53,9.56-.64A.46.46,0,0,0,15.42,42.31Z"/><polygon class="cls-6" points="34.06 41.13 34.06 102.25 25 102.25 25.03 42.66 26.21 42.32 28.3 39.98 30.27 39.67 32.27 40.24 34.06 41.13"/><polygon class="cls-7" points="34.06 41.13 24.11 13.48 21.65 12.81 25.03 42.66 28.01 40.13 29.64 39.28 32.05 40.46 34.06 41.13"/><path class="cls-8" d="M20,3.24,33.19,40.66v68.78H6.8V40.66L20,3.24M20,0a.94.94,0,0,0-.9.64l-14,39.72v70.8H34.91V40.36L20.9.64A.94.94,0,0,0,20,0Z"/><path class="cls-8" d="M14.78,12.88,19.1.64a1,1,0,0,1,1.8,0l4.32,12.24a7.49,7.49,0,0,1-10.44,0Z"/><line class="cls-9" x1="14.96" y1="42.9" x2="14.96" y2="109.85"/><line class="cls-9" x1="25" y1="42.9" x2="25" y2="110.37"/><path class="cls-8" d="M29.9,40.07c1.7,0,3.26,2.11,3.87,3.17V110H6.23V43.27c.93-1.52,2.29-3.2,3.8-3.2,1.71,0,3.24,2.18,3.66,2.85a1.6,1.6,0,0,0,2.69,0c.84-1.3,2.15-2.86,3.58-2.86,1.72,0,3.24,2.18,3.67,2.85a1.6,1.6,0,0,0,2.69,0c.84-1.3,2.15-2.86,3.58-2.86m0-1.14c-1.36,0-2.91.86-4.54,3.38a.46.46,0,0,1-.77,0c-.72-1.13-2.42-3.38-4.63-3.38-1.36,0-2.91.86-4.54,3.38a.44.44,0,0,1-.38.21.46.46,0,0,1-.39-.21c-.72-1.13-2.42-3.38-4.62-3.38-1.48,0-3.17,1-4.94,4v68.21H34.91V43s-2.06-4-5-4Z"/></g></svg>')}.penTypeIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 100"><defs><style>.cls-1,.cls-10,.cls-11,.cls-9{fill:none;}.cls-2{clip-path:url(%23clip-path);}.cls-3{fill:%23fff;}.cls-4{fill:%23ffca3a;}.cls-5{fill:%23d3ba37;}.cls-6{fill:%23e1e2e2;}.cls-7{fill:%23bad0d8;}.cls-8{fill:%231c4453;}.cls-10,.cls-11,.cls-9{stroke:%231c4453;stroke-linecap:round;stroke-linejoin:round;}.cls-9{stroke-width:1.14px;}.cls-10{stroke-width:0.57px;}.cls-11{stroke-width:1.71px;}<\/style><clipPath id="clip-path"><rect class="cls-1" width="40" height="100"/></clipPath></defs><title>\30da\30f3</title><g class="cls-2"><path class="cls-3" d="M29,66.3h2.28a.68.68,0,0,1,.62.39l.41.88a11.11,11.11,0,0,1,.32,2.65h0a1.22,1.22,0,0,1-.91,1.19h0s-.4.29-.4,1.36v8.68L33.62,113H6.38L8.65,81.45V72.77h0c0-1.07-.4-1.36-.4-1.36h0a1.22,1.22,0,0,1-.91-1.19,11.64,11.64,0,0,1,.31-2.65l.42-.88a.67.67,0,0,1,.62-.39H11S6.19,40.68,6.38,36.86,9.44,32.27,14,16.58c2.43-8.3,4.6-15.27,4.6-15.27S18.86.68,20,.68s1.37.63,1.37.63,2.17,7,4.6,15.27C30.56,32.27,33.43,33,33.62,36.86S29,66.3,29,66.3Z"/><path class="cls-4" d="M29,66.3h2.28a.68.68,0,0,1,.62.39l.41.88a11.11,11.11,0,0,1,.32,2.65h0a1.22,1.22,0,0,1-.91,1.19h0s-.4.29-.4,1.36v8.68L33.62,113H6.38L8.65,81.45V72.77h0c0-1.07-.4-1.36-.4-1.36h0a1.22,1.22,0,0,1-.91-1.19,11.64,11.64,0,0,1,.31-2.65l.42-.88a.67.67,0,0,1,.62-.39H29Z"/><path class="cls-5" d="M20,66.71V113H33.62L31.35,81.45V72.77c0-1.07.4-1.36.4-1.36h0a1.22,1.22,0,0,0,.91-1.19h0a11.11,11.11,0,0,0-.32-2.65l-.41-.88a.68.68,0,0,0-.62-.39H29Z"/><path class="cls-6" d="M6.43,36.86c.19-3.83,3.06-4.59,7.65-20.28,2.43-8.3,4.59-15.27,4.59-15.27S18.9,0,20,0s1.38,1.31,1.38,1.31,2.16,7,4.59,15.27C30.6,32.27,33.47,33,33.66,36.86S29.05,66.3,29.05,66.3H11S6.24,40.68,6.43,36.86Z"/><path class="cls-7" d="M29,66.3s4.8-25.62,4.61-29.44S30.56,32.27,26,16.58c-2.43-8.3-4.6-15.27-4.6-15.27S21.14.68,20,.68v66Z"/><circle class="cls-8" cx="20" cy="40.91" r="3.21"/><line class="cls-9" x1="20" y1="37.7" x2="20" y2="1.24"/><path class="cls-8" d="M20,2.67c.65,2.1,2.41,7.87,4.32,14.39a81.52,81.52,0,0,0,6.2,16.08c.91,1.77,1.32,2.57,1.38,3.8.14,2.66-2.66,18.82-4.58,29A1.72,1.72,0,0,0,29,68h1.63l.1.22a12.16,12.16,0,0,1,.18,1.67,1.76,1.76,0,0,0-.56.49,3.56,3.56,0,0,0-.73,2.38v8.68a.49.49,0,0,0,0,.12l2.14,29.76H8.22l2.14-29.76s0-.08,0-.12V72.77a3.7,3.7,0,0,0-.69-2.34,1.71,1.71,0,0,0-.6-.53,12.16,12.16,0,0,1,.18-1.67l.1-.22H11a1.72,1.72,0,0,0,1.69-2C10.76,55.76,8,39.6,8.1,36.94c.06-1.23.47-2,1.38-3.8a81.52,81.52,0,0,0,6.2-16.08C17.59,10.54,19.35,4.77,20,2.67M9.64,67.42h0m-.37.78h0M20,.68c-1.14,0-1.37.63-1.37.63s-2.17,7-4.6,15.27C9.44,32.27,6.57,33,6.38,36.86S11,66.3,11,66.3H8.71a.67.67,0,0,0-.62.39l-.42.88a11.64,11.64,0,0,0-.31,2.65,1.22,1.22,0,0,0,.91,1.19h0s.4.29.4,1.36h0v8.68L6.38,113H33.62L31.35,81.45V72.77c0-1.07.4-1.36.4-1.36h0a1.22,1.22,0,0,0,.91-1.19h0a11.11,11.11,0,0,0-.32-2.65l-.41-.88a.68.68,0,0,0-.62-.39H29s4.8-25.62,4.61-29.44S30.56,32.27,26,16.58c-2.43-8.3-4.6-15.27-4.6-15.27S21.14.68,20,.68ZM31.75,71.41h0Z"/><line class="cls-10" x1="9.39" y1="72.65" x2="30.47" y2="72.65"/><line class="cls-10" x1="9.39" y1="81.45" x2="30.47" y2="81.45"/><line class="cls-11" x1="11.77" y1="67.09" x2="28.32" y2="67.09"/></g></svg>')}.brushTypeIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 100"><defs><style>.cls-1,.cls-8,.cls-9{fill:none;}.cls-2{clip-path:url(%23clip-path);}.cls-3{fill:%23fff;}.cls-4{fill:%234bb5ff;}.cls-5{fill:%233ea7f4;}.cls-6{fill:%23d3ebf4;}.cls-7{fill:%231c4453;}.cls-8,.cls-9{stroke:%231c4453;stroke-linecap:round;stroke-linejoin:round;}.cls-8{stroke-width:1.71px;}.cls-9{stroke-width:0.57px;}<\/style><clipPath id="clip-path"><rect class="cls-1" width="40" height="100"/></clipPath></defs><title>\30a2\30fc\30c8\30dc\30fc\30c9  1</title><g class="cls-2"><path class="cls-3" d="M33.08,136.61l.23,5.74H6.69l.24-5.88.48-.58v-2.33l-.33-.83L9.18,63l1.71-3c-.74,0-2-9.78-2.12-10.46a72.43,72.43,0,0,1-.62-9.51V40h0a54.86,54.86,0,0,1,3.13-19.2C12.7,16.4,17.91,3.93,18.56,1a1.53,1.53,0,0,1,2.88,0c.65,2.91,5.86,15.38,7.28,19.77A54.86,54.86,0,0,1,31.85,40h0v.06a72.43,72.43,0,0,1-.62,9.51C31.14,50.24,29.85,60,29.11,60l1.71,3,2.1,69.72-.34.84v2.33Z"/><polygon class="cls-4" points="29.11 60.02 30.82 63 32.92 132.72 32.58 133.56 32.58 135.89 33.08 136.61 33.31 142.35 6.69 142.35 6.69 142.35 6.93 136.47 7.41 135.89 7.41 133.56 7.08 132.73 9.18 63 10.89 60.02 29.11 60.02"/><polygon class="cls-5" points="28.29 60.02 30.13 63.65 32.11 105.95 20 105.95 20 60.02 28.29 60.02"/><path class="cls-6" d="M28.29,60C36,33.67,25,13.26,25,13.26L20,1.52C29.66,32.71,20,60,20,60Z"/><path class="cls-7" d="M20.24,1.4h0M20,2.27c.65,2.15,2.19,6.13,3.82,10.31,1.31,3.39,2.67,6.88,3.27,8.74l0,.07a52.65,52.65,0,0,1,3,18.6v.07a70.25,70.25,0,0,1-.6,9.28,77.1,77.1,0,0,1-1.66,9.5,1.85,1.85,0,0,0-.25.32,1.76,1.76,0,0,0,0,1.72l1.5,2.6,2.08,68.93-.21.51a1.73,1.73,0,0,0-.12.64v2.33a1.65,1.65,0,0,0,.3,1l.21.32.14,3.46h-23l.14-3.51.11-.14a1.67,1.67,0,0,0,.4-1.09v-2.33a1.56,1.56,0,0,0-.13-.64l-.2-.5,2.08-68.94,1.5-2.6a1.76,1.76,0,0,0,0-1.72,1.85,1.85,0,0,0-.25-.32,77.1,77.1,0,0,1-1.66-9.5,70.25,70.25,0,0,1-.6-9.28V40a52.63,52.63,0,0,1,3-18.59l0-.07c.6-1.86,2-5.35,3.27-8.74C17.81,8.4,19.35,4.42,20,2.27M20,0a1.4,1.4,0,0,0-1.44,1c-.65,2.91-5.86,15.38-7.28,19.77A54.86,54.86,0,0,0,8.15,40h0v.06a72.43,72.43,0,0,0,.62,9.51C8.86,50.24,10.15,60,10.89,60L9.18,63l-2.1,69.73.33.83v2.33l-.48.58-.24,5.88H33.31l-.23-5.74-.5-.72v-2.33l.34-.84L30.82,63l-1.71-3c.74,0,2-9.78,2.12-10.46a72.43,72.43,0,0,0,.62-9.51V40h0a54.86,54.86,0,0,0-3.13-19.2C27.3,16.4,22.09,3.93,21.44,1A1.4,1.4,0,0,0,20,0Z"/><line class="cls-8" x1="11.72" y1="59.79" x2="28.29" y2="59.79"/><line class="cls-9" x1="10.2" y1="63.65" x2="29.89" y2="63.65"/><path class="cls-9" d="M15.55,52.89A93,93,0,0,1,20,2.2"/><path class="cls-9" d="M18.56,38S16.89,24.94,21.81,3.81"/></g></svg>')}.editorDrawToolStampDialog{font-size:var(--drawToolPopoverFontSize);color:#000}.editorDrawToolStampDialogControlRow{display:flex;height:var(--drawToolStampDialogControlRowHeight)}.editorDrawToolStampDialogControlColumn{line-height:var(--drawToolStampDialogControlRowHeight);margin:auto 8px}.editorDrawToolStampDialogCellScroller{position:relative;display:flex;justify-content:center;margin:var(--drawToolStampDialogScrollerMarginV) auto;overflow-x:hidden}.editorDrawToolStampDialogCellScroller::-webkit-scrollbar{display:none}.editorDrawToolStampDialogCellScroller[data-single-row=true]{max-height:calc(var(--vh, 1vh) * 100 - var(--editorHeaderTotalHeight) - var(--drawToolPopoverFontSize) - var(--drawToolPopoverTitlePaddingBottom) - var(--drawToolPopoverInnerPaddingV) * 2 - var(--drawToolStampDialogControlRowHeight) * 2 - var(--kPopoverArrowLen) - var(--kPopoverMargin) - var(--drawToolStampDialogScrollerMarginV) * 2)}.editorDrawToolStampDialogCellScroller[data-single-row=false]{max-height:calc(var(--vh, 1vh) * 100 - var(--editorHeaderTotalHeight) * 2 - var(--drawToolPopoverFontSize) - var(--drawToolPopoverTitlePaddingBottom) - var(--drawToolPopoverInnerPaddingV) * 2 - var(--drawToolStampDialogControlRowHeight) * 2 - var(--kPopoverArrowLen) - var(--kPopoverMargin) - var(--drawToolStampDialogScrollerMarginV) * 2)}.editorDrawToolStampDialogCellGrid{display:grid}.editorDrawToolStampDialogCell{border-radius:10px;border:solid transparent 2px;padding:3px}.editorDrawToolStampDialogCell[aria-pressed=true]{border-color:var(--editorTintColor);background-color:#006fe64d}.editorDrawToolStampDialogCell:hover{background-color:#006fe64d}.editorDrawToolStampDialogCell:active{border-color:var(--editorTintColor);background-color:var(--editorTintColor)}:root{--changeBgDialogCellWidth: 40px;--changeBgDialogCellMargin: calc(var(--changeBgDialogCellWidth) / 5);--changeBgDialogWidth: calc( var(--changeBgDialogCellWidth) * 2 + 20px + var(--changeBgDialogCellMargin) )}@media (max-height: 480px) and (orientation: landscape){:root{--changeBgDialogCellWidth: calc(var(--vh, 1vh) * 10)}}.changeBackgroundColorDialog{background-color:#fff;padding:10px;border-radius:8px;display:grid;grid-template-columns:var(--changeBgDialogCellWidth) var( --changeBgDialogCellWidth );grid-gap:var(--changeBgDialogCellMargin);box-shadow:1px 2px 8px #0006}.changeBackgroundColorCell{width:var(--changeBgDialogCellWidth);height:var(--changeBgDialogCellWidth);margin:auto;display:flex;align-items:center;justify-content:center;border-radius:4px}.changeBackgroundColorCellInner{border-radius:4px;width:calc(var(--changeBgDialogCellWidth) - var(--changeBgDialogCellMargin));height:calc(var(--changeBgDialogCellWidth) - var(--changeBgDialogCellMargin))}.crossLineBackgroundImage{background-image:linear-gradient(-45deg,transparent,transparent calc(50% - .5px),#859fac calc(50% - .5px),#859fac calc(50% + .5px),transparent calc(50% + .5px),transparent),linear-gradient(45deg,transparent,transparent calc(50% - .5px),#859fac calc(50% - .5px),#859fac calc(50% + .5px),transparent calc(50% + .5px),transparent)}.screenSharingAuthorNameWrapper{display:flex;justify-content:center;width:100%;pointer-events:none}.screenSharingAuthorName{display:flex;align-items:center;font-size:var(--editorFooterAuthorPageNumFontSize);background-color:#fff;color:#333;border:1px #b2b2b2 solid;border-radius:13px;padding:2px 8px;margin-bottom:5px}.screenSharingReceiverStatus{display:flex;justify-content:center;align-items:center;margin-right:var(--editorHeaderBasePadding)}.screenSharingReceiverRotate{display:block;width:calc(var(--editorHeaderBaseHeight) / 3);height:calc(var(--editorHeaderBaseHeight) / 3);background-size:calc(var(--editorHeaderBaseHeight) / 3);background-position:center;background-repeat:no-repeat}.screenSharingReceiverRotateIcon{background-image:url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:red;}<\/style></defs><title>fi-loop_red</title><path class="cls-1" d="M83.729,23.57a1.515,1.515,0,0,0-2.393-1.223l-5.944,4.262-.468.336a35.286,35.286,0,0,0-55.879,7.812l.024.013A2.539,2.539,0,0,0,20.1,38.041h0l8.136,4.7a2.546,2.546,0,0,0,3.48-.932c.006-.011.009-.023.015-.034a20.878,20.878,0,0,1,31.2-6.247l-1,.719-5.948,4.262a1.51,1.51,0,0,0,.4,2.655l25.447,8.669a1.49,1.49,0,0,0,1.367-.2,1.51,1.51,0,0,0,.627-1.23Z"/><path class="cls-1" d="M79.9,61.958h0l-8.136-4.7a2.546,2.546,0,0,0-3.48.932c-.006.011-.009.023-.015.034a20.878,20.878,0,0,1-31.2,6.247l1-.719,5.948-4.262a1.51,1.51,0,0,0-.4-2.655L18.173,48.168a1.49,1.49,0,0,0-1.367.2,1.51,1.51,0,0,0-.627,1.23l.092,26.828a1.515,1.515,0,0,0,2.393,1.223l5.944-4.262.468-.336a35.286,35.286,0,0,0,55.879-7.812l-.025-.012A2.539,2.539,0,0,0,79.9,61.958Z"/></svg>')}.screenSharingReceiverRotateIcon[data-loaded=true]{background-image:url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:%2370b700;}<\/style></defs><title>fi-loop_green</title><path class="cls-1" d="M83.729,23.57a1.515,1.515,0,0,0-2.393-1.223l-5.944,4.262-.468.336a35.286,35.286,0,0,0-55.879,7.812l.024.013A2.539,2.539,0,0,0,20.1,38.041h0l8.136,4.7a2.546,2.546,0,0,0,3.48-.932c.006-.011.009-.023.015-.034a20.878,20.878,0,0,1,31.2-6.247l-1,.719-5.948,4.262a1.51,1.51,0,0,0,.4,2.655l25.447,8.669a1.49,1.49,0,0,0,1.367-.2,1.51,1.51,0,0,0,.627-1.23Z"/><path class="cls-1" d="M79.9,61.958h0l-8.136-4.7a2.546,2.546,0,0,0-3.48.932c-.006.011-.009.023-.015.034a20.878,20.878,0,0,1-31.2,6.247l1-.719,5.948-4.262a1.51,1.51,0,0,0-.4-2.655L18.173,48.168a1.49,1.49,0,0,0-1.367.2,1.51,1.51,0,0,0-.627,1.23l.092,26.828a1.515,1.515,0,0,0,2.393,1.223l5.944-4.262.468-.336a35.286,35.286,0,0,0,55.879-7.812l-.025-.012A2.539,2.539,0,0,0,79.9,61.958Z"/></svg>')}@keyframes loadingLoopAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loadingLoop[data-loaded=false]{animation:loadingLoopAnimation;animation-iteration-count:infinite;animation-duration:2s;animation-timing-function:linear}.screenSharingReceiverCount{display:flex;justify-content:center;align-items:center;font-size:calc(var(--editorHeaderBaseHeight) / 3);color:red;margin-left:5px}.screenSharingReceiverCount[data-loaded=true]{color:#70b700}.editorHeaderScreenSharingText{display:flex;align-items:center;font-size:calc(var(--editorHeaderBaseHeight) / 3);font-weight:700;color:orange}:root{--addCardDialogWidth: 480px;--addCardButtonWidth: calc((var(--addCardDialogWidth) - 96px) / 5);--addCardButtonHeight: calc(var(--addCardButtonWidth) * 3 / 4);--addCardDialogLeft: -100px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--addCardDialogWidth: calc(100vmin - 20px) }}.addCardDialogDropTarget{position:fixed;left:0;top:0;width:100%;height:100%}.addCardDialog{width:var(--addCardDialogWidth);background-color:#fff;border-radius:8px;box-sizing:border-box;box-shadow:1px 2px 8px #0006}.addCardDialogInner{padding:16px}.addCardRow{position:relative;display:flex;align-items:center;justify-content:space-between}.addTextCardRow{position:relative;display:flex;justify-content:space-between}.addCardButtonWrapper{position:relative}.addCardButton{position:relative;width:20%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.addCardIcon{width:40px;height:40px;background-size:40px 40px;background-position:center;pointer-events:none}.addCardButtonDesc{text-align:center;width:100%;height:2em;color:#a1a7ae;font-size:9px;pointer-events:none}.addCardButton:active .addCardButtonDesc{color:#393d40}.addTextCardButton{display:flex;align-items:center;justify-content:center;width:var(--addCardButtonWidth);height:var(--addCardButtonHeight);border:1px solid #fff;border-bottom:3px solid #fff;box-sizing:border-box;cursor:pointer;position:relative}.addTextCardButton[data-is-transparent=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 40 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:1.5;"><rect id="transparent_card_button" x="0" y="0" width="40" height="30" style="fill:none;"/><clipPath id="_clip1"><rect x="0" y="0" width="40" height="30"/></clipPath><g clip-path="url(%23_clip1)"><rect x="-2.2" y="-1.584" width="48.03" height="32.517" style="fill:%23f0f5ff;"/><path d="M40,0l-39.552,28.489l39.552,-28.489Z" style="fill:none;stroke:%238fa4c1;stroke-width:0.5px;"/><path d="M40,28.5l-40,-28.5l40,28.5Z" style="fill:none;stroke:%238fa4c1;stroke-width:0.5px;"/><path d="M40,30l-40,0l0,-30l40,0l0,30Zm-39.5,-29.5l0,29l39,0l0,-29l-39,0Z" style="fill:%238fa4c1;"/><rect x="0" y="28.5" width="40" height="1.5" style="fill:%238fa4c1;"/></g></svg>');background-size:var(--addCardButtonWidth) var(--addCardButtonHeight);background-color:transparent;border:none}.addCardDialogBr{flex-grow:1;width:100%;height:2px;background-color:#dce5ec;margin:0 0 15px}.cameraIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:%236c737a;}<\/style></defs><title>\30ab\30e1\30e9</title><rect class="cls-1" x="10.3" y="11.21" width="2.28" height="0.98"/><path class="cls-1" d="M31.68,12.84H26.27l-1.49-2.68H15.22l-1.49,2.68H8.32A1.31,1.31,0,0,0,7,14.14v14.4a1.3,1.3,0,0,0,1.3,1.3H31.68a1.3,1.3,0,0,0,1.3-1.3V14.14A1.31,1.31,0,0,0,31.68,12.84ZM20,28.2a6.64,6.64,0,1,1,6.63-6.63A6.63,6.63,0,0,1,20,28.2Zm7.37-11.33a1,1,0,1,1,1-1A1,1,0,0,1,27.37,16.87Z"/><path class="cls-1" d="M20,16.78a4.79,4.79,0,1,0,4.78,4.79A4.78,4.78,0,0,0,20,16.78Z"/></svg>')}.addCardButton:active .cameraIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect x="10.3" y="11.21" width="2.28" height="0.98" style="fill:%23393d40;"/><path d="M31.68,12.84l-5.41,0l-1.49,-2.68l-9.56,0l-1.49,2.68l-5.41,0c-0.003,0 -0.007,0 -0.01,0c-0.715,0 -1.305,0.585 -1.31,1.3l0,14.4c0,0.713 0.587,1.3 1.3,1.3l23.38,0c0.713,0 1.3,-0.587 1.3,-1.3l0,-14.4c-0.005,-0.711 -0.589,-1.295 -1.3,-1.3Zm-11.68,15.36c-0.003,0 -0.007,0 -0.01,0c-3.643,0 -6.64,-2.997 -6.64,-6.64c0,-3.643 2.997,-6.64 6.64,-6.64c3.643,0 6.64,2.997 6.64,6.64c0,0.003 0,0.007 0,0.01c0,3.637 -2.993,6.63 -6.63,6.63Zm7.37,-11.33c-0.549,0 -1,-0.451 -1,-1c0,-0.549 0.451,-1 1,-1c0.549,0 1,0.451 1,1c0,0.549 -0.451,1 -1,1Z" style="fill:%23393d40;fill-rule:nonzero;"/><path d="M20,16.78c-0.003,0 -0.007,0 -0.01,0c-2.628,0 -4.79,2.162 -4.79,4.79c0,2.628 2.162,4.79 4.79,4.79c2.628,0 4.79,-2.162 4.79,-4.79c0,-0.003 0,-0.007 0,-0.01c0,-2.622 -2.158,-4.78 -4.78,-4.78c0,0 0,0 0,0Z" style="fill:%23393d40;fill-rule:nonzero;"/></svg>')}.svgWebIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:%236c737a;}<\/style></defs><title>web</title><path class="cls-1" d="M33.35,8V32H6.65V8ZM8.1,9.46V30.54H31.9V9.46Z"/><path class="cls-1" d="M18.44,25.57a7.21,7.21,0,1,1,7.2-7.21A7.23,7.23,0,0,1,18.44,25.57Zm0-13.39a6.18,6.18,0,1,0,6.18,6.18A6.18,6.18,0,0,0,18.44,12.18Z"/><rect class="cls-1" x="25.26" y="21.99" width="1.02" height="7.23" transform="translate(-10.55 25.73) rotate(-45)"/><rect class="cls-1" x="25.5" y="23.67" width="1.94" height="5.26" transform="translate(-10.84 26.42) rotate(-45.01)"/></svg>')}.addCardButton:active .svgWebIcon{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M33.35,8l0,24l-26.7,0l0,-24l26.7,0Zm-25.25,1.46l0,21.08l23.8,0l0,-21.08l-23.8,0Z" style="fill:%23393d40;fill-rule:nonzero;"/><path d="M18.44,25.57c-0.003,0 -0.007,0 -0.01,0c-3.955,0 -7.21,-3.255 -7.21,-7.21c0,-3.955 3.255,-7.21 7.21,-7.21c3.955,0 7.21,3.255 7.21,7.21c-0.011,3.947 -3.253,7.194 -7.2,7.21Zm0,-13.39c-3.39,0 -6.18,2.79 -6.18,6.18c0,3.39 2.79,6.18 6.18,6.18c3.39,0 6.18,-2.79 6.18,-6.18c0,-3.39 -2.79,-6.18 -6.18,-6.18Z" style="fill:%23393d40;fill-rule:nonzero;"/><path d="M23.582,22.697l-0.721,0.721l5.112,5.112l0.721,-0.721l-5.112,-5.112Z" style="fill:%23393d40;"/><path d="M25.3,23.748l-1.372,1.372l3.72,3.719l1.372,-1.372l-3.72,-3.719Z" style="fill:%23393d40;"/></svg>')}.svgMapIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:%236c737a;}<\/style></defs><title>\5730\56f3</title><path class="cls-1" d="M7.94,28.7l-.77-.76c3.9-3.9,15.86-4.59,25-4.59v1.09C19.53,24.44,10.91,25.73,7.94,28.7Z"/><polygon class="cls-1" points="15.52 25.1 8.84 9.2 9.84 8.76 16.51 24.65 15.52 25.1"/><path class="cls-1" d="M28.92,11.86a4.44,4.44,0,1,0-4.44,4.43A4.44,4.44,0,0,0,28.92,11.86Z"/><rect class="cls-1" x="23.35" y="14.17" width="2.27" height="9.18" rx="1" ry="1"/><path class="cls-1" d="M28.61,8a5.7,5.7,0,0,1,1,1.45H31.9V30.54H8.1V9.46H19.38a5.7,5.7,0,0,1,1-1.45H6.65V32h26.7V8Z"/></svg>%0A')}.addCardButton:active .svgMapIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:%23393D40;}<\/style></defs><title>\5730\56f3</title><path class="cls-1" d="M7.94,28.7l-.77-.76c3.9-3.9,15.86-4.59,25-4.59v1.09C19.53,24.44,10.91,25.73,7.94,28.7Z"/><polygon class="cls-1" points="15.52 25.1 8.84 9.2 9.84 8.76 16.51 24.65 15.52 25.1"/><path class="cls-1" d="M28.92,11.86a4.44,4.44,0,1,0-4.44,4.43A4.44,4.44,0,0,0,28.92,11.86Z"/><rect class="cls-1" x="23.35" y="14.17" width="2.27" height="9.18" rx="1" ry="1"/><path class="cls-1" d="M28.61,8a5.7,5.7,0,0,1,1,1.45H31.9V30.54H8.1V9.46H19.38a5.7,5.7,0,0,1,1-1.45H6.65V32h26.7V8Z"/></svg>%0A')}.thinkingToolIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:%236c737a;}.cls-2{fill:none;stroke:%236d7379;stroke-miterlimit:10;stroke-width:1.09px;}<\/style></defs><title>\30b7\30f3\30ad\30f3\30b0\30c4\30fc\30eb</title><path class="cls-1" d="M33.35,8V32H6.65V8ZM8.1,9.46V30.54H31.9V9.46Z"/><circle class="cls-2" cx="16.77" cy="20" r="6.12"/><circle class="cls-2" cx="23.23" cy="20" r="6.12"/></svg>')}.addCardButton:active .thinkingToolIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:%23393D40;}.cls-2{fill:none;stroke:%236d7379;stroke-miterlimit:10;stroke-width:1.09px;}<\/style></defs><title>\30b7\30f3\30ad\30f3\30b0\30c4\30fc\30eb</title><path class="cls-1" d="M33.35,8V32H6.65V8ZM8.1,9.46V30.54H31.9V9.46Z"/><circle class="cls-2" cx="16.77" cy="20" r="6.12"/><circle class="cls-2" cx="23.23" cy="20" r="6.12"/></svg>')}.fileIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:%236c737a;}<\/style></defs><title>\30d5\30a1\30a4\30eb</title><path class="cls-1" d="M31.35,29.57H6.65V11.9a1.47,1.47,0,0,1,1.47-1.47h8.65a1.47,1.47,0,0,1,1.47,1.47v1.94H29.49a1.85,1.85,0,0,1,1.86,1.85ZM8,28.21H30V15.69a.49.49,0,0,0-.5-.49H16.88V11.9a.11.11,0,0,0-.11-.11H8.12A.11.11,0,0,0,8,11.9Z"/><path class="cls-1" d="M32.84,28.18a.51.51,0,0,1-.51-.51V15.09a2.24,2.24,0,0,0-2.23-2.24H19.74a.51.51,0,0,1-.51-.51.51.51,0,0,1,.51-.51H30.1a3.26,3.26,0,0,1,3.25,3.26V27.67a.5.5,0,0,1-.51.51"/><rect class="cls-1" x="7.33" y="13.84" width="10.24" height="1.36"/></svg>')}.addCardButton:active .fileIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:%23393D40;}<\/style></defs><title>\30d5\30a1\30a4\30eb</title><path class="cls-1" d="M31.35,29.57H6.65V11.9a1.47,1.47,0,0,1,1.47-1.47h8.65a1.47,1.47,0,0,1,1.47,1.47v1.94H29.49a1.85,1.85,0,0,1,1.86,1.85ZM8,28.21H30V15.69a.49.49,0,0,0-.5-.49H16.88V11.9a.11.11,0,0,0-.11-.11H8.12A.11.11,0,0,0,8,11.9Z"/><path class="cls-1" d="M32.84,28.18a.51.51,0,0,1-.51-.51V15.09a2.24,2.24,0,0,0-2.23-2.24H19.74a.51.51,0,0,1-.51-.51.51.51,0,0,1,.51-.51H30.1a3.26,3.26,0,0,1,3.25,3.26V27.67a.5.5,0,0,1-.51.51"/><rect class="cls-1" x="7.33" y="13.84" width="10.24" height="1.36"/></svg>')}.addCardTypeSelectorWrapper{position:relative;width:100%;height:244px}.addCardTypeSelectorWrapper .navHeader{background-color:#fff}.addCardTypeSelector{width:100%;display:flex;justify-content:flex-start;background-color:var(--desktopBackColor)}.addCardTypeContentWrapper{width:100%;display:flex;align-content:flex-start;justify-content:flex-start}.addCardTypeContent{width:50%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.addCardTypeContent:active{background:#254992}.addCardTypeContent:focus-visible{outline-offset:-2px}.addCardTypeDesc{width:100%;color:#fff;padding:10px 0;text-align:center}.addSheetDialogWrapper{position:relative;width:var(--thinkingToolModalWidth);height:400px}@media (max-width: 480px) and (orientation: portrait){.addSheetDialogWrapper{width:var(--addCardDialogWidth)}}@media (max-height: 480px) and (orientation: landscape){.addSheetDialogWrapper{width:calc(100vw - 20px);height:calc(var(--vh, 1vh) * 100 - var(--editorHeaderTotalHeight) - 24px)}}.popoverDialog{background-color:#fff}.popoverDialogInner{min-width:var(--uiPopoverWidth);padding:5px 0}.popoverDialogConfirmMessage{padding:16px 10px 10px;text-align:center}.popoverDialogButtonGroup{display:flex;align-items:center;justify-content:space-around;padding:10px}.popoverDialogButton{min-width:74px;padding:0 15px;justify-content:center}.popoverDialogOkButton{border-radius:22px;color:#fff;background-color:var(--primaryBlue)}.popoverDialogOkButton:not([aria-disabled=true]):active{background-color:#b2d8ff}.popoverDialogOkButton[aria-disabled=true]{background-color:#efefef}.popoverDialogCancelButton{color:var(--primaryBlue)}.popoverDialogSendBackButton:lang(en-US){width:92px}.editorSendDialogPopoverItem{width:100%}.videoExportConfigDialogContainer{height:100%;display:flex;justify-content:center;align-items:center}.videoExportConfigDialog{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:440px;width:80%;background-color:#fff;border-radius:8px}.videoExportConfigDialogInner{width:100%;display:flex;flex-direction:column;margin:5px}.videoExportConfigDialogTitle{display:flex;justify-content:center;line-height:40px;font-weight:700}.videoExportConfigDialogTable{display:grid;grid-template-columns:.9fr 1.1fr;grid-template-rows:repeat(3,1fr);margin:20px;grid-row-gap:30px;grid-column-gap:30px}.videoExportConfigDialogName{grid-column:1;text-align:right;align-content:center}.videoExportConfigDialogValue{grid-column:2;text-align:left;align-content:center}.textInputContainer{position:absolute;left:0;top:0;width:100%;height:0}.textInput{position:absolute;outline:none;background-color:transparent;border:none;padding:0;resize:none;overflow:hidden;opacity:0;pointer-events:none}@keyframes textCaretDisplayAnimation{0%{opacity:1}30%{opacity:1}50%{opacity:.2}80%{opacity:.2}to{opacity:1}}@-webkit-keyframes textCaretDisplayAnimation{0%{opacity:1}30%{opacity:1}50%{opacity:.2}80%{opacity:.2}to{opacity:1}}.textCaret{position:absolute;animation:textCaretDisplayAnimation 1s step-end infinite;animation-timing-function:ease-in-out;animation-delay:.3s;pointer-events:none;overflow:visible}.textCaret[data-blink=false]{animation:none;opacity:.2}.textCaretInner{width:100%;height:100%}.textCaretBounceX{animation:textCaretBounceXAnimation .15s 1 alternate;animation-timing-function:ease-in-out;animation-delay:0s}.textCaretBounceY{animation:textCaretBounceYAnimation .15s 1 alternate;animation-timing-function:ease-in-out;animation-delay:0s}@keyframes textCaretBounceXAnimation{0%{transform:scaleX(1)}to{transform:scaleX(1.4)}}@keyframes textCaretBounceYAnimation{0%{transform:scaleY(1)}to{transform:scaleY(1.4)}}:root{--textColorDialogCellSize: 40px;--textColorDialogCellBorderRadius: 4px;--textColorDialogCellGap: 8px;--textColorDialogInnerCellSize: calc( var(--textColorDialogCellSize) - var(--textColorDialogCellGap) )}.textColorDialog{background-color:#fff;padding:10px;border-radius:8px;display:grid;box-shadow:1px 2px 8px #0006;grid-template-columns:var(--textColorDialogCellSize) var(--textColorDialogCellSize) var(--textColorDialogCellSize);grid-gap:var(--textColorDialogCellGap);overscroll-behavior:none}.textColorOuterCell{width:var(--textColorDialogCellSize);height:var(--textColorDialogCellSize);margin:auto;align-items:center;justify-content:center;display:flex;border-radius:var(--textColorDialogCellBorderRadius);cursor:pointer}.textColorInnerCell{width:var(--textColorDialogInnerCellSize);height:var(--textColorDialogInnerCellSize);border-radius:var(--textColorDialogCellBorderRadius)}:root{--textSizeDialogWidth: 120px;--textSizeDialogRowHeight: 36px;--textSizeDialogLabelContainerGap: 8px;--textSizeDialogMargin: 10px;--textSizeDialogIndicatorSize: 3px;--textSizeDialogBorderWidth: 1px;--textSizeDialogLabelContainerHeight: 75px;--textSizeDialogCellsContainerHeight: 340px}.textSizeDialog{display:flex;flex-direction:column;background-color:#fff;width:var(--textSizeDialogWidth);box-shadow:1px 2px 8px #0006;border-radius:8px}.textSizeDialog[data-transparent=true]{background-color:transparent;box-shadow:none}.textSizeDialog[data-transparent=true] .textSizeDialogCellsContainerScroller{opacity:0}.textSizeDialogCellsContainer{height:var(--textSizeDialogCellsContainerHeight);overflow-y:auto;overflow-x:hidden;overscroll-behavior:none;border-top:solid 1px #ccc;padding-top:var(--textSizeDialogMargin);padding-bottom:var(--textSizeDialogMargin)}.textSizeDialogCell{text-align:center;height:var(--textSizeDialogRowHeight);line-height:var(--textSizeDialogRowHeight);cursor:pointer;border-radius:4px;border:var(--textSizeDialogBorderWidth) solid transparent;margin-right:var(--textSizeDialogMargin);margin-left:var(--textSizeDialogMargin);font-size:15px}.textSizeDialogCell[data-exact=true]{background-color:var(--primaryBlueHighlight)}.textSizeDialogCell:active{background-color:#3579f6;color:#fff}.textSizeDialogCell[data-selected=true]{border-color:#3579f6}.textSizeDialog[data-transparent=true] .textSizeDialogCell{cursor:default;pointer-events:none}.textSizeDialogControlsContainer{display:flex;flex-direction:column;width:var(--textSizeDialogWidth);height:var(--textSizeDialogLabelContainerHeight);background-color:#fff;border-radius:8px;overflow:hidden}.textSizeDialog[data-transparent=true] .textSizeDialogControlsContainer{box-shadow:1px 2px 8px #0006}.textSizeDialogChangeButton{width:50%;height:var(--textSizeDialogRowHeight);text-align:center;cursor:pointer;vertical-align:middle;color:#3579f6;pointer-events:auto}.textSizeDialogChangeButtonsContainer{display:flex;flex-direction:row;height:var(--textSizeDialogRowHeight)}.textSizeDialogChangeButtonPlus{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:%236e859f;}<\/style></defs><title>plus_icon_2</title><path class="cls-1" d="M26.24,15.07H23.76a.51.51,0,0,0-.5.5v7.62H15.79a.5.5,0,0,0-.5.5v2.62a.5.5,0,0,0,.5.5h7.47v7.62a.51.51,0,0,0,.5.5h2.48a.51.51,0,0,0,.5-.5V26.81h7.47a.5.5,0,0,0,.5-.5V23.69a.5.5,0,0,0-.5-.5H26.74V15.57A.51.51,0,0,0,26.24,15.07Z"/></svg>');background-position:center;background-repeat:no-repeat}.textSizeDialogChangeButtonMinus{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" data-name="\30ec\30a4\30e4\30fc  1"><path d="M15.79 23.19a.5.5 0 00-.5.5v2.62a.5.5 0 00.5.5h18.42a.5.5 0 00.5-.5v-2.62a.5.5 0 00-.5-.5z" fill="%236e859f"/></svg>');background-position:center;background-repeat:no-repeat}.textSizeDialogChangeButton:active{background-color:#ccc}.textSizeDialogLabelContainer{height:38px;width:var(--textSizeDialogWidth);display:flex;justify-content:center;align-items:center}.textSizeDialogSizeLabel{text-align:center;height:26px;margin:auto;pointer-events:auto;width:calc(var(--textSizeDialogWidth) - 14px);font-size:inherit;border:none;box-shadow:0 0 2px var(--primaryBlue);border-radius:2px}.lineHeightDialog{width:100px;display:grid;box-shadow:1px 2px 8px #0006;background-color:#fff;border-radius:8px;grid-template-rows:repeat(4,50px)}.lineHeightSelector{width:100%;display:flex;align-items:center;justify-content:center;text-align:center;border:solid 1px transparent}.lineHeightSelector:active,.lineHeightSelector[aria-checked=true]{background-color:#dedede}:root{--textAlignmentDialogCellWidth: 60px;--textAlignmentDialogCellHeight: 50px}.textAlignmentDialog{background-color:#0270ea;display:grid;box-shadow:1px 2px 8px #0006;grid-template-columns:var(--textAlignmentDialogCellWidth) var(--textAlignmentDialogCellWidth) var(--textAlignmentDialogCellWidth);grid-gap:1px}.textAlignmentDialogCell{cursor:pointer}.textAlignmentDialogCellIcon{width:var(--textAlignmentDialogCellWidth);height:var(--textAlignmentDialogCellHeight)}.editorFooterTextTool{position:absolute;left:0;width:100%;height:0}.editorFooterTextToolFooterContainer{display:flex;flex-direction:column;width:100%;position:absolute;bottom:0;pointer-events:none}.editorFooterTextToolAvButtonsContainer{display:flex;align-items:center;height:var(--editorFooterThumbnailHeight);padding:0 var(--editorFooterBasePadding)}.editorFooterTextToolAvProgressBar{--editorProgressBarHeight: 3px;position:absolute;bottom:0;left:0;width:100%;height:var(--editorProgressBarHeight)}.editorFooterTextToolAvProgressBarIndicator{position:absolute;height:var(--editorProgressBarHeight);left:0;top:0;background-color:var(--editorTintColor)}.editorTextColorButtonBackground{width:20px;height:20px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center}.editorTextColorButtonBorderPresentation{width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center}.editorTextColorButtonColorPresentation{width:14px;height:14px;border-radius:50%}.editorFooterTextToolTextLengthLabel{position:absolute;bottom:8px;right:0;font-size:17px;color:#fff;font-weight:700;text-shadow:black 0 0 3px;padding-right:8px;padding-bottom:0;pointer-events:none}.editorFooterTextToolTextLengthLabel[data-math=true]{padding-bottom:var(--safeAreaInsetBottom)}.editorTextPopoverList{width:38px;height:38px;background-size:30px 30px;background-repeat:no-repeat;background-position:center}.editorTextPopoverList[data-disabled=true]{opacity:.5;pointer-events:none}.editorTextPopoverList[data-list=none]{background-image:url('data:image/svg+xml,<svg xml:space="preserve" width="48" height="48" xmlns="http://www.w3.org/2000/svg"><path d="M6.206 11.03h23.588V8.618H6.206Zm0 16.352h23.588v-2.413H6.206Zm0-8.176h23.588v-2.412H6.206Z" style="fill:%230070ea;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="matrix(1.33333 0 0 -1.33333 0 48)"/></svg>')}.editorTextPopoverList[data-list=bulleted]{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><g fill="%230070ea"><path d="M16.316 33.293h23.41v3.216h-23.41zM16.316 11.49h23.41v3.218h-23.41zM16.316 22.392h23.41v3.216h-23.41zM8.275 11.49h3.217v3.218H8.275zM8.275 22.392h3.217v3.216H8.275zM8.275 33.293h3.217v3.216H8.275z"/></g></svg>')}.editorTextPopoverList[data-list=numbered]{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M15.956 33.62h23.41v3.216h-23.41zM15.956 11.817h23.41v3.218h-23.41zM15.956 22.719h23.41v3.216h-23.41zM11.956 10.364v6.181h-1.328v-4.68c-.073.064-.16.126-.258.184a2.63 2.63 0 01-.32.155 2.69 2.69 0 01-.708.188V11.27a5.583 5.583 0 001.81-.907zM10.092 26.08h2.564v1.105H8.634v-.456c0-.31.052-.587.156-.834.104-.245.234-.465.392-.66a3.34 3.34 0 01.517-.52c.187-.15.364-.286.532-.406.177-.127.333-.248.467-.363a2.62 2.62 0 00.337-.344c.09-.113.16-.23.204-.345.045-.118.068-.242.068-.374 0-.258-.073-.454-.219-.586-.146-.132-.37-.198-.67-.198-.52 0-1.019.206-1.494.62v-1.173a3.206 3.206 0 011.78-.51c.306 0 .582.04.824.12.243.08.45.195.618.343.17.15.297.33.386.543.088.212.132.45.132.71 0 .278-.042.526-.128.743-.085.216-.2.412-.34.59a3.09 3.09 0 01-.493.486c-.185.148-.379.291-.577.428-.135.096-.266.191-.39.286a4.154 4.154 0 00-.332.277 1.586 1.586 0 00-.228.268.464.464 0 00-.084.25M8.722 37.332v-1.159c.405.296.877.443 1.416.443.341 0 .607-.073.796-.22a.729.729 0 00.285-.61.696.696 0 00-.353-.625c-.235-.146-.557-.22-.968-.22h-.56v-1.02h.519c.786 0 1.18-.261 1.18-.784 0-.493-.302-.737-.906-.737-.405 0-.798.13-1.181.392v-1.09c.424-.213.919-.32 1.484-.32.619 0 1.1.14 1.444.42.344.278.517.638.517 1.082 0 .79-.401 1.285-1.201 1.484v.021c.427.054.764.208 1.01.467.249.257.373.572.373.947 0 .564-.207 1.01-.62 1.34-.414.329-.984.494-1.712.494-.624 0-1.132-.102-1.523-.305" fill="%230070ea"/></svg>')}.editorTextSpeechIcon{width:38px;height:38px;background-size:20px 20px;background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23323232;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M9.81,2s.24,0,.24.23v15.54c0,.22-.24.23-.24.23-.06,0-.11-.02-.16-.08l-3.99-4.58c-.19-.22-.47-.34-.75-.34H1.23c-.13,0-.23-.1-.23-.23v-5.53c0-.13.1-.23.23-.23h3.68c.29,0,.56-.13.75-.34l3.99-4.58c.05-.06.1-.08.16-.08M9.81,1c-.33,0-.66.13-.92.42l-3.99,4.58H1.23c-.68,0-1.23.55-1.23,1.23v5.53c0,.68.55,1.23,1.23,1.23h3.68l3.99,4.58c.26.29.59.42.92.42.63,0,1.24-.48,1.24-1.23V2.23c0-.75-.61-1.23-1.24-1.23h0Z"/>%0A  <path class="cls-1" d="M16.04,17.44c-.15,0-.29-.06-.39-.19-.17-.22-.14-.53.08-.7,2.08-1.67,3.27-4.13,3.27-6.75s-1.2-5.1-3.3-6.77c-.22-.17-.25-.49-.08-.7.17-.22.49-.25.7-.08,2.34,1.86,3.68,4.62,3.68,7.56s-1.33,5.67-3.64,7.53c-.09.07-.2.11-.31.11Z"/>%0A  <path class="cls-1" d="M13.5,14.35c-.15,0-.29-.07-.39-.19-.17-.22-.13-.53.08-.7,1.15-.91,1.81-2.24,1.81-3.66s-.68-2.79-1.87-3.7c-.22-.17-.26-.48-.09-.7.17-.22.48-.26.7-.09,1.44,1.1,2.26,2.74,2.26,4.49s-.8,3.34-2.19,4.44c-.09.07-.2.11-.31.11Z"/>%0A</svg>');background-repeat:no-repeat;background-position:center}.editorTextSpeechIcon[data-speaking=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23323232;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M17.33,18.3c-.13,0-.26-.05-.35-.15L2.32,3.5c-.2-.2-.2-.51,0-.71s.51-.2.71,0l14.66,14.66c.2.2.2.51,0,.71-.1.1-.23.15-.35.15Z"/>%0A  <path class="cls-1" d="M13.16,17.77c0,.22-.24.23-.24.23-.06,0-.11-.02-.16-.08l-3.99-4.58c-.19-.22-.47-.34-.75-.34h-3.68c-.13,0-.23-.1-.23-.23v-5.53c0-.07.03-.13.08-.17l-.71-.71c-.23.22-.37.53-.37.88v5.53c0,.68.55,1.23,1.23,1.23h3.68l3.99,4.58c.26.29.59.42.92.42.63,0,1.24-.48,1.24-1.23v-.73l-1-1v1.73Z"/>%0A  <path class="cls-1" d="M8.68,6.76l4.08-4.67c.05-.06.1-.08.16-.08,0,0,.24,0,.24.23v9l1,1V2.23c0-.75-.61-1.23-1.24-1.23-.33,0-.66.13-.92.42l-4.03,4.63.71.71Z"/>%0A</svg>')}.editorTextPopoverTextColor{position:absolute;width:calc(var(--editorHeaderBaseHeight) * 22 / 48);height:calc(var(--editorHeaderBaseHeight) * 5 / 48);top:28px;box-shadow:0 0 1px #fff}.editorTextPopoverTextColorLabelContainer{position:relative;top:0;left:0;width:38px;height:38px}.editorTextPopoverTextColorLabel{width:38px;height:38px;text-align:center;line-height:38px}.editorTextPopoverLineSpacing{width:38px;height:38px;background-image:url('data:image/svg+xml,<svg xml:space="preserve" width="48" height="48" xmlns="http://www.w3.org/2000/svg"><path d="M14.482 12.13h16.335v-1.899H14.482Zm0 13.64h16.335v-1.9H14.482Zm16.335-8.72H14.482v1.899h16.335z" style="fill:%236e747a;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="matrix(1.33333 0 0 -1.33333 0 48)"/><path d="M0 0h2.357L-.909 4.326-4.163 0h2.343v-11.74h-2.343l3.254-4.325 3.266 4.325H0z" style="fill:%230070ea;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="matrix(1.33333 0 0 -1.33333 12.46 16.174)"/></svg>');background-size:36px 36px;background-repeat:no-repeat;background-position:center}.editorTextPopoverIcon{background-size:contain;background-repeat:no-repeat;background-position:center;width:20px;height:20px;margin:0 5px}@media (max-width: 480px),(max-height: 480px){.editorTextPopoverIcon{margin-bottom:4px}}.editorTextPopoverBold{width:38px;font-weight:900}.editorTextAttributeDialog{display:flex;justify-content:center;align-items:center;position:absolute;left:50%;transform:translateY(-50%) translate(-50%);-webkit-transform:translateY(-50%) translateX(-50%);overflow:visible;border-radius:8px}.editorTextAttributeDialog[data-shadow=true]{overflow:hidden;box-shadow:1px 2px 8px #0006}:root{--editorFooterHeight: 50px;--editorFooterBasePadding: 15px;--editorFooterInOutPointWidth: 6px;--editorFooterInOutPointHeight: 30px;--editorFooterAuthorPageNumFontSize: 13px}@media (max-width: 480px) and (orientation: portrait){:root{--editorFooterHeight: 8vmin;--editorFooterBasePadding: 4px;--editorFooterAuthorPageNumFontSize: 3vmin}}@media (max-height: 480px) and (orientation: landscape){:root{--editorFooterHeight: 8vmin;--editorFooterBasePadding: 4px;--editorFooterAuthorPageNumFontSize: 3vmin}}.editorFooter{width:100%;position:absolute;left:0;bottom:0;pointer-events:none;z-index:1;margin-bottom:var(--safeAreaInsetBottom)}.editorFooterInner{width:100%;box-sizing:border-box}.editorTimestampAuthorNamePageNumberWrapper{display:flex;justify-content:center;width:100%;pointer-events:none;margin-bottom:5px}.editorTimestampAuthorNamePageNumberSpacer{padding-left:2px;padding-right:6px}.editorTimestampAuthorNamePageNumber{display:flex;align-items:center;font-size:var(--editorFooterAuthorPageNumFontSize);background-color:#fff;color:#333;border:1px #b2b2b2 solid;border-radius:13px;padding:2px 8px}.editorTrashBoxWrapper{position:absolute;bottom:100%;right:var(--editorFooterBasePadding);height:60px;display:flex;justify-content:flex-end;margin-bottom:10px}.editorTrashBox{width:60px;height:60px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.editorTrashBox{width:50px;height:50px}}.editorFooterItem{position:relative;margin-right:var(--editorFooterBasePadding)}.editorFooterContent{position:relative;padding:0 var(--editorFooterBasePadding);display:flex;width:auto;height:var(--editorFooterHeight);flex-direction:row;align-items:center}.editorFooterLowerButtons{z-index:1;padding:0 var(--editorFooterBasePadding);display:flex;flex-direction:row;align-items:center}.editorSliderWrapper{height:100%;flex-grow:1}.editorAvSlider{position:relative;display:flex;align-items:center;height:100%;width:100%;pointer-events:auto}.editorAvSlider[data-enable=false]{pointer-events:none}.editorAvSliderBarWrapper{flex-grow:1;height:100%;padding:0 16px;cursor:pointer}.editorAvSliderBarInner{width:100%;height:100%;pointer-events:none}.editorAvSliderBar{position:relative;left:0;top:calc(50% - 5px);height:10px;background-color:#244f5e;width:100%;box-sizing:border-box;border:2px solid white;pointer-events:none}.editorAvSliderBar[data-enable=false]{background-color:#404040}.editorAvSliderPlayedRangeBar{position:absolute;top:0;left:0;height:6px;background-color:#29ffbd}.editorAvSliderPlayedRangeBar[data-enable=false]{background-color:#949494}.editorAvSliderBodyRangeBar{position:absolute;top:0;left:0;height:6px;background-color:#5c8cff}.editorAvSliderBodyRangeBar[data-enable=false]{background-color:#adadad}.editorAvSliderControlWrapper{position:absolute;width:32px;height:32px;background-color:#7dfcc280;border-radius:16px;pointer-events:none}.editorAvSliderControlWrapper[data-enable=false]{background-color:#9494947f}.editorAvSliderControl{position:absolute;top:8px;left:8px;background-color:#7dfcc2;height:16px;width:16px;border-radius:8px}.editorAvSliderControl[data-enable=false]{background-color:#949494}.editorAvPlayTimeText{color:#fff;font-size:14px;padding:5px;background-color:#0000001a;margin-right:var(--editorFooterBasePadding)}.editorAvSliderInOutPointWrapper{position:absolute;width:var(--editorFooterInOutPointWidth);height:var(--editorFooterInOutPointHeight);pointer-events:none}.editorAvSliderInPoint{position:absolute;top:0;left:12px;width:var(--editorFooterInOutPointWidth);height:var(--editorFooterInOutPointHeight);pointer-events:none;background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A  xmlns="http://www.w3.org/2000/svg"%0A  version="1.1"%0A  viewBox="0 0 4 20"%0A  width="4pt"%0A  height="20pt"%0A>%0A  <g>%0A    <path%0A      d="M0,0 L4,0 L4,20 L0,20 L2,14 L2,6 Z"%0A      style="fill:%23aaa;stroke:none;" />%0A  </g>%0A</svg>%0A');background-size:var(--editorFooterInOutPointWidth) var(--editorFooterInOutPointHeight)}.editorAvSliderOutPoint{position:absolute;top:0;left:16px;width:var(--editorFooterInOutPointWidth);height:var(--editorFooterInOutPointHeight);pointer-events:none;background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A  xmlns="http://www.w3.org/2000/svg"%0A  version="1.1"%0A  viewBox="0 0 4 20"%0A  width="4pt"%0A  height="20pt"%0A>%0A  <g>%0A    <path%0A      d="M0,0 L4,0 L2,6 L2,14 L4,20 L0,20 Z"%0A      style="fill:%23aaa;stroke:none;" />%0A  </g>%0A</svg>%0A');background-size:var(--editorFooterInOutPointWidth) var(--editorFooterInOutPointHeight)}.inOutButton{border-color:#cf70f2}.inOutButton:active{background-color:#fff;border-color:#cf70f2}.animeVolumeButton{border-color:#73dbad}.animeVolumeButton:active{border-color:#73dbad;background-color:#fff}.editorVolumePopup{background-color:#fff;padding:5px 15px}.inputRange{width:150px;padding:12px 0;position:relative;display:flex;align-items:center}.inputRangeBar{height:5px;pointer-events:none}.inputRangeControlWrapper{position:absolute;display:flex;align-items:center;justify-content:center;background-color:#fff0;border-radius:50%;pointer-events:none}.inputRangeControl{position:absolute;background-color:#fff;box-shadow:1px 2px 4px #0006;border-radius:50%}.inputRangeTouchArea{position:absolute;pointer-events:auto;cursor:pointer}.inputRange[aria-disabled=true] .inputRangeTouchArea{cursor:not-allowed}.editorDurationPopup{background-color:#fff;padding:5px 15px;display:flex;align-items:center}.durationAutoCheckbox{margin-left:auto;padding-left:18px;white-space:nowrap;color:#000}.durationAutoCheckboxInput{vertical-align:middle}:root{--editorAvSpeedScaleButtonFontSize: 15px;--editorAvSpeedScalePadding: 18px;--editorAvSpeedScaleRailWidth: 240px;--editorAvSpeedScaleSmallKnobRadius: 3px;--editorAvSpeedScaleCenterKnobRadius: 5px;--editorAvSpeedScaleLargeKnobRadius: 9px;--editorAvSpeedScaleColor: #b6b6b6;--editorAvSpeedScaleLabelWidth: 100px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--editorAvSpeedScaleButtonFontSize: 3vmin}}.editorAvSpeedScaleButtonIcon{width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);font-size:var(--editorAvSpeedScaleButtonFontSize);font-weight:700;color:#fff;text-align:center;vertical-align:middle;alignment-baseline:alphabetic;line-height:var(--editorHeaderBaseHeight)}.editorAvSpeedScaleButtonIcon:active{color:var(--editorButtonActiveColor)}.editorSpeedScalePopup{width:calc(var(--editorAvSpeedScaleRailWidth) + 2 * var(--editorAvSpeedScalePadding));height:50px;background-color:#fff;border-radius:4px;position:relative}.editorSpeedScaleSliderRail{position:absolute;left:var(--editorAvSpeedScalePadding);top:38px;width:var(--editorAvSpeedScaleRailWidth);height:2px;background-color:var(--editorAvSpeedScaleColor);pointer-events:none}.editorSpeedScaleSliderRailToCurrent{position:absolute;left:var(--editorAvSpeedScalePadding);top:38px;height:2px;background-color:var(--editorTintColor);pointer-events:none}.editorSpeedScaleSmallKnob{position:absolute;top:36px;width:calc(var(--editorAvSpeedScaleSmallKnobRadius) * 2);height:calc(var(--editorAvSpeedScaleSmallKnobRadius) * 2);border-radius:var(--editorAvSpeedScaleSmallKnobRadius);background-color:var(--editorAvSpeedScaleColor);pointer-events:none}.editorSpeedScaleSmallKnob[data-active=true]{background-color:var(--editorTintColor)}.editorSpeedScaleCenterKnob{position:absolute;top:34px;width:calc(var(--editorAvSpeedScaleCenterKnobRadius) * 2);height:calc(var(--editorAvSpeedScaleCenterKnobRadius) * 2);border-radius:var(--editorAvSpeedScaleCenterKnobRadius);background-color:var(--editorAvSpeedScaleColor);pointer-events:none}.editorSpeedScaleCenterKnob[data-active=true]{background-color:var(--editorTintColor)}.editorSpeedScaleLargeKnob{position:absolute;top:30px;width:calc(var(--editorAvSpeedScaleLargeKnobRadius) * 2);height:calc(var(--editorAvSpeedScaleLargeKnobRadius) * 2);border-radius:var(--editorAvSpeedScaleLargeKnobRadius);background-color:var(--editorTintColor);pointer-events:none}.editorSpeedScaleLabel{position:absolute;width:var(--editorAvSpeedScaleLabelWidth);top:11px;height:14px;line-height:14px;color:#707070;text-align:center;font-size:12px;pointer-events:none;vertical-align:middle}.editorSpeedScaleLabel[data-active=true]{font-size:15px}.editorAvSliderTouchPad{width:100%;height:100%;cursor:pointer}.playButtonIcon{background-color:#fff;mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASZJREFUeNrsmuENgjAQhcE4gCMwgm4AGzgCbqAb6ATqBLiBbgAb6AayAWxwXg1N+KEihiD0vS+5Ab6UV67teR4hhBBCyNgQkRhN2HDVCpGELWetAEnYUGhttWYowpa7k/mWZlKn8i3fkzjxmUs7nvlGEq7ne4kkXM/3HEnYsh9NvqU7TL7XSML1fIdIwvV8B0jClmG1qdIPxWDaVOmXn4+hk5H2OeafnVZtaqt8+12u8J/kS62j1sH3/RJB2JJr7VT6hCJsybQ2Kn5DEbZEKp25smk1rfDilaxrwibDKxWN3n3OhqkDoq126bELX6oNKmenxV6apyWeh3njwTst3lryXpovD4hvS4m4MB3A92HQCQCYGQ+YKR6oOa3YI4QQQgj5wEOAAQAP2g/dmIVsowAAAABJRU5ErkJggg==) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASZJREFUeNrsmuENgjAQhcE4gCMwgm4AGzgCbqAb6ATqBLiBbgAb6AayAWxwXg1N+KEihiD0vS+5Ab6UV67teR4hhBBCyNgQkRhN2HDVCpGELWetAEnYUGhttWYowpa7k/mWZlKn8i3fkzjxmUs7nvlGEq7ne4kkXM/3HEnYsh9NvqU7TL7XSML1fIdIwvV8B0jClmG1qdIPxWDaVOmXn4+hk5H2OeafnVZtaqt8+12u8J/kS62j1sH3/RJB2JJr7VT6hCJsybQ2Kn5DEbZEKp25smk1rfDilaxrwibDKxWN3n3OhqkDoq126bELX6oNKmenxV6apyWeh3njwTst3lryXpovD4hvS4m4MB3A92HQCQCYGQ+YKR6oOa3YI4QQQgj5wEOAAQAP2g/dmIVsowAAAABJRU5ErkJggg==) no-repeat center center / var(--editorToolImageBaseSize)}.editorButton:not([aria-disabled=true]):active .playButtonIcon{background-color:var(--editorButtonActiveColor)}.pauseButtonIcon{background-color:#fff;mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJJJREFUeNrs2c0NREAYgGEjW4ASlKIT24ISVEYJStDJmLvsfhITF8+TiMP8ZF7cNA0AAABnqcYmOedvuY3BtCmltP3ZYwnWb2X9dPesn0oPri/XEMzpgvHhiTfcvu2TFixYsGDBggULFixYsGDBggULFixYsGDBggULFixY8A+1fpeuF+bswfh8cz0AAEA9hwADAHjjDfdXhNVtAAAAAElFTkSuQmCC) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJJJREFUeNrs2c0NREAYgGEjW4ASlKIT24ISVEYJStDJmLvsfhITF8+TiMP8ZF7cNA0AAABnqcYmOedvuY3BtCmltP3ZYwnWb2X9dPesn0oPri/XEMzpgvHhiTfcvu2TFixYsGDBggULFixYsGDBggULFixYsGDBggULFixY8A+1fpeuF+bswfh8cz0AAEA9hwADAHjjDfdXhNVtAAAAAElFTkSuQmCC) no-repeat center center / var(--editorToolImageBaseSize)}.pauseButtonIcon:active{background-color:var(--editorButtonActiveColor)}.rewindButtonIcon{background-color:#fff;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60">%0A  <defs>%0A    <style>.cls-1{fill:%23fff;}<\/style>%0A  </defs>%0A  <title>\4e00\79d2\5dfb\304d\623b\3057</title>%0A  <g id="\30ec\30a4\30e4\30fc_4" data-name="\30ec\30a4\30e4\30fc  4">%0A    <path class="cls-1"%0A          d="M31.45,41.22V25.84h-2l-.07.05A18.93,18.93,0,0,1,25,28.06l-.21.08.48,2.14.26-.08a24.61,24.61,0,0,0,3.24-1.32V41.22Z"/>%0A    <path class="cls-1"%0A          d="M50.9,27.68a21.33,21.33,0,0,0-22.36-16.9l5-4.25L31.81,4.47l-9.08,7.69,9.08,7.69,1.75-2.06L29.06,14a18.1,18.1,0,0,1,4.66,35.8,17.49,17.49,0,0,1-3.14.38A18.66,18.66,0,0,1,27.49,50a18,18,0,0,1-3-.68,18.71,18.71,0,0,1-2.78-1.15,19.09,19.09,0,0,1-2.55-1.59,17.2,17.2,0,0,1-2.26-2A17.83,17.83,0,0,1,15,42.24a17.31,17.31,0,0,1-1.51-2.69,18.27,18.27,0,0,1-1.63-7.18v-.56H8.63v.25a21,21,0,0,0,.46,4.33l.11.52c.12.52.29,1,.45,1.55l0,.12c.16.52.35,1,.55,1.53A20.2,20.2,0,0,0,11.67,43a20.88,20.88,0,0,0,4,4.85,21.56,21.56,0,0,0,5.14,3.48,22,22,0,0,0,2.91,1.15,20.92,20.92,0,0,0,3.06.71,21.19,21.19,0,0,0,3.18.25H30a22.39,22.39,0,0,0,3.16-.23L34.39,53A21.38,21.38,0,0,0,50.9,27.68Z"/>%0A    <polygon class="cls-1" points="25.12 17.79 18.46 12.16 25.12 6.53 23.38 4.47 14.3 12.16 23.38 19.85 25.12 17.79"/>%0A  </g>%0A</svg>%0A') no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60">%0A  <defs>%0A    <style>.cls-1{fill:%23fff;}<\/style>%0A  </defs>%0A  <title>\4e00\79d2\5dfb\304d\623b\3057</title>%0A  <g id="\30ec\30a4\30e4\30fc_4" data-name="\30ec\30a4\30e4\30fc  4">%0A    <path class="cls-1"%0A          d="M31.45,41.22V25.84h-2l-.07.05A18.93,18.93,0,0,1,25,28.06l-.21.08.48,2.14.26-.08a24.61,24.61,0,0,0,3.24-1.32V41.22Z"/>%0A    <path class="cls-1"%0A          d="M50.9,27.68a21.33,21.33,0,0,0-22.36-16.9l5-4.25L31.81,4.47l-9.08,7.69,9.08,7.69,1.75-2.06L29.06,14a18.1,18.1,0,0,1,4.66,35.8,17.49,17.49,0,0,1-3.14.38A18.66,18.66,0,0,1,27.49,50a18,18,0,0,1-3-.68,18.71,18.71,0,0,1-2.78-1.15,19.09,19.09,0,0,1-2.55-1.59,17.2,17.2,0,0,1-2.26-2A17.83,17.83,0,0,1,15,42.24a17.31,17.31,0,0,1-1.51-2.69,18.27,18.27,0,0,1-1.63-7.18v-.56H8.63v.25a21,21,0,0,0,.46,4.33l.11.52c.12.52.29,1,.45,1.55l0,.12c.16.52.35,1,.55,1.53A20.2,20.2,0,0,0,11.67,43a20.88,20.88,0,0,0,4,4.85,21.56,21.56,0,0,0,5.14,3.48,22,22,0,0,0,2.91,1.15,20.92,20.92,0,0,0,3.06.71,21.19,21.19,0,0,0,3.18.25H30a22.39,22.39,0,0,0,3.16-.23L34.39,53A21.38,21.38,0,0,0,50.9,27.68Z"/>%0A    <polygon class="cls-1" points="25.12 17.79 18.46 12.16 25.12 6.53 23.38 4.47 14.3 12.16 23.38 19.85 25.12 17.79"/>%0A  </g>%0A</svg>%0A') no-repeat center center / var(--editorToolImageBaseSize)}.editorButton:not([aria-disabled=true]):active .rewindButtonIcon{background-color:var(--editorButtonActiveColor)}.volumeButtonIcon{background-color:#fff;mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkpJREFUeNrsmY1xwiAUx6PnAI6QDUonqJ1Au0GcoG5QnMA6QXSCtBNoJ6gbmE5gNqCPu+cd5cCAaQzE97vj0uYI5g+P90GShCAIgiAIgugRQogxNNbFbw+7EAuXHbRZ7wUrYllX1jW6oViGYscek7OAVg0Gg/fY9iyDdhJ/4TXPFErfI7RJFCYNL5r5rKyC2j+VY8BYi9BXNhN2uINVHA3P5aGKXYnLcMdxuOHZVWhic1EP9xhvZvABWSgJRSHc4Fc4PhU5AWnXYr+FO/wffELRZdjxEWsUjPs1vxSCDBbE2hJlfWm47oQ/vGb1Vpb3SJt47WESLguTGMi6SrhslFsZZmVxCQYhUsRSuy3FmIqMtfb/JMoVBtHSzB9l/qzczvUVhH4HuJTKradoTRrFLLUU07TKe+VvFvUexupIXcGpodtPbwQj25o9urcUGtEKvkpQzIL7cablAbs3wVOLeTeakCAFYy6tOqpPQ7eHmgmJQzAWA2oVVGmppMlzl1EKtpx/rSEuV3oBgedcZ75cf2MUmFi9WPjAdFPnVe8X4wrrsVaa8dx00CCLCm1SqjZW+Nlw77x3Dj4Vi4UNFgFS0BarJxNvusl3ZZJ50xMPF++tjbHrfB+2Jdjy9YKF4HxMR6pNj2m9P9XcPJY6iOYeVnMK/uuDw7Etr3k+tRwOhvmpRRFdXCm4aENsq3FYxkdoL5bU0Ccuyzg7h7Hm0dShBg/OHfxAgeFunMQIxtFTl172pqklmOQeM7YyuSfQmU0SgiAIgiAIokf8CjAAuyNHr9oSRxcAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkpJREFUeNrsmY1xwiAUx6PnAI6QDUonqJ1Au0GcoG5QnMA6QXSCtBNoJ6gbmE5gNqCPu+cd5cCAaQzE97vj0uYI5g+P90GShCAIgiAIgugRQogxNNbFbw+7EAuXHbRZ7wUrYllX1jW6oViGYscek7OAVg0Gg/fY9iyDdhJ/4TXPFErfI7RJFCYNL5r5rKyC2j+VY8BYi9BXNhN2uINVHA3P5aGKXYnLcMdxuOHZVWhic1EP9xhvZvABWSgJRSHc4Fc4PhU5AWnXYr+FO/wffELRZdjxEWsUjPs1vxSCDBbE2hJlfWm47oQ/vGb1Vpb3SJt47WESLguTGMi6SrhslFsZZmVxCQYhUsRSuy3FmIqMtfb/JMoVBtHSzB9l/qzczvUVhH4HuJTKradoTRrFLLUU07TKe+VvFvUexupIXcGpodtPbwQj25o9urcUGtEKvkpQzIL7cablAbs3wVOLeTeakCAFYy6tOqpPQ7eHmgmJQzAWA2oVVGmppMlzl1EKtpx/rSEuV3oBgedcZ75cf2MUmFi9WPjAdFPnVe8X4wrrsVaa8dx00CCLCm1SqjZW+Nlw77x3Dj4Vi4UNFgFS0BarJxNvusl3ZZJ50xMPF++tjbHrfB+2Jdjy9YKF4HxMR6pNj2m9P9XcPJY6iOYeVnMK/uuDw7Etr3k+tRwOhvmpRRFdXCm4aENsq3FYxkdoL5bU0Ccuyzg7h7Hm0dShBg/OHfxAgeFunMQIxtFTl172pqklmOQeM7YyuSfQmU0SgiAIgiAIokf8CjAAuyNHr9oSRxcAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize)}.editorButton:not([aria-disabled=true]):active .volumeButtonIcon{background-color:var(--editorButtonActiveColor)}.muteButtonIcon{width:var(--editorToolImageBaseSize);height:var(--editorToolImageBaseSize);background-size:var(--editorToolImageBaseSize);background-position:center;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><style>.a,.b{fill:%23fff;}.b{opacity:0.5;}.c{fill:%23ff6e6e;}<\/style></defs><polygon class="a" points="16.55 39.16 30.35 50.94 30.35 9.61 16.55 21.97 16.55 39.16"/><path class="b" d="M37.39,21.25A1.62,1.62,0,1,0,36,24.16a6.75,6.75,0,0,1,3.56,6.11,6.71,6.71,0,0,1-3.57,6.11,1.64,1.64,0,0,0-.74,2.18,1.62,1.62,0,0,0,1.46.91,1.64,1.64,0,0,0,.72-.16,10.26,10.26,0,0,0,0-18.06Z"/><path class="b" d="M51.36,30.27a19.29,19.29,0,0,0-10-17.44,1.63,1.63,0,0,0-1.57,2.85A16.12,16.12,0,0,1,48.1,30.27a16.12,16.12,0,0,1-8.34,14.6,1.63,1.63,0,0,0,.79,3.06,1.71,1.71,0,0,0,.78-.2A19.3,19.3,0,0,0,51.36,30.27Z"/><rect class="a" x="8.92" y="21.72" width="5.53" height="17.1"/><path class="c" d="M48.27,49.44A1.75,1.75,0,1,0,50.75,47L14.6,10.82a1.75,1.75,0,0,0-2.47,2.48Z"/></svg>')}.editorButton:not([aria-disabled=true]):active .muteButtonIcon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><style>.a,.b{fill:%23fff;}.b{opacity:0.5;}.c{fill:%23ff6e6e;}<\/style></defs><polygon class="a" points="16.55 39.16 30.35 50.94 30.35 9.61 16.55 21.97 16.55 39.16"/><path class="b" d="M37.39,21.25A1.62,1.62,0,1,0,36,24.16a6.75,6.75,0,0,1,3.56,6.11,6.71,6.71,0,0,1-3.57,6.11,1.64,1.64,0,0,0-.74,2.18,1.62,1.62,0,0,0,1.46.91,1.64,1.64,0,0,0,.72-.16,10.26,10.26,0,0,0,0-18.06Z"/><path class="b" d="M51.36,30.27a19.29,19.29,0,0,0-10-17.44,1.63,1.63,0,0,0-1.57,2.85A16.12,16.12,0,0,1,48.1,30.27a16.12,16.12,0,0,1-8.34,14.6,1.63,1.63,0,0,0,.79,3.06,1.71,1.71,0,0,0,.78-.2A19.3,19.3,0,0,0,51.36,30.27Z"/><rect class="a" x="8.92" y="21.72" width="5.53" height="17.1"/><path class="c" d="M48.27,49.44A1.75,1.75,0,1,0,50.75,47L14.6,10.82a1.75,1.75,0,0,0-2.47,2.48Z"/></svg>') no-repeat center center / var(--editorToolImageBaseSize);background-color:var(--editorButtonActiveColor);mask:var(--mask);-webkit-mask:var(--mask)}.inOutButtonIcon{background-color:#fff}.editorButton:not([aria-disabled=true]):active .inOutButtonIcon{background-color:var(--editorButtonActiveColor)}.inButtonIconJa{mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw1JREFUeNrsWYGNmzAUhSgD0A24DbgJzpmg2SDJBJdOUDpB2glynYC7CUgngE4ANwFskNqSqayvbwfbsXEkP8mKYrDN439/v/9JkoiIiIiIiIiIiEBxvV4z2ghtucUcBZvnUQgzshBnzTkaPq6jraKttHmBSxAuNefAsHfxvCtH76HXeWFI95im6VuohIkNYcn4iyuPdGJhah2dB35B+j6w4BjKHq7B3hs0IzyGTLgnZ0GQ95MQCHfgYWuNsXuEbCUcVRW41tlaeq1Jbo/sUXh89BJLFNTVf4K+rwp3HpH9zdY60XZYyn21MMOdB+DOW8lUJKigJUEL/m+Re96pF4xC8Htnfch9Z1PX9kl4BP9fkXt+I30HZCxz7WPoLl0D7QzRKNaVuXbu2sLfaHtKOZDrb8K1i8KlMev+QhIKJluZ6xeIlRMewLwdR5iVjkhC8N/CPCkoZR7Ag5YuiC/CR2Tx4kZC4AK1r6D1ggj+dgEZSHSsvLZZSCH4C0mUzgyje8t//3KxAuffzU041obuTJCH/1C8jOmhZS9pIpMI5HrqMT2yNus7g7k/Xe/fk+qIQDRwzY8Wco9KhqDfKy+VESRhaMD1waYCMjNgGkXntaE75zKFxCN1JtvfUFNbEt9o5t5GUXp3QzbuLAsCNnL17q6cKc7DE78+YPmti/PZR/KQKepVTGV1iDv/CanKmppYmZP7PnPIFzHlQyzTS7IkTOgQsFVSb2+Ka+nuhtdVyDgjaYhpcK/5MJeRzyxDUtyWh/YFwaoAwFyVtoOkKjFJzEZMKh6a8JScS8o1YqCrQyG9st3HQNcGT3plQZaRqCQZUCshvX1IwtxSDSIxGX7QtkFIt3S/l0sTNjmHicKyF0pqI3hALdSjnlm6hxwno8QjEqRSmXs9hxX1qCuvYWXg/pxLzWMo0lLLsoq1B1lAgufwwxDmD4t9/Op0ou/ShE32cCnoaLb3NqJWnkP4Xloa6nSXlq75N9vMYOzdtLRJ1cOoiDdFYkNcZpzZGHpkrHvrRkREREREREREzMQ/AQYAjfdTzWoF+wsAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw1JREFUeNrsWYGNmzAUhSgD0A24DbgJzpmg2SDJBJdOUDpB2glynYC7CUgngE4ANwFskNqSqayvbwfbsXEkP8mKYrDN439/v/9JkoiIiIiIiIiIiEBxvV4z2ghtucUcBZvnUQgzshBnzTkaPq6jraKttHmBSxAuNefAsHfxvCtH76HXeWFI95im6VuohIkNYcn4iyuPdGJhah2dB35B+j6w4BjKHq7B3hs0IzyGTLgnZ0GQ95MQCHfgYWuNsXuEbCUcVRW41tlaeq1Jbo/sUXh89BJLFNTVf4K+rwp3HpH9zdY60XZYyn21MMOdB+DOW8lUJKigJUEL/m+Re96pF4xC8Htnfch9Z1PX9kl4BP9fkXt+I30HZCxz7WPoLl0D7QzRKNaVuXbu2sLfaHtKOZDrb8K1i8KlMev+QhIKJluZ6xeIlRMewLwdR5iVjkhC8N/CPCkoZR7Ag5YuiC/CR2Tx4kZC4AK1r6D1ggj+dgEZSHSsvLZZSCH4C0mUzgyje8t//3KxAuffzU041obuTJCH/1C8jOmhZS9pIpMI5HrqMT2yNus7g7k/Xe/fk+qIQDRwzY8Wco9KhqDfKy+VESRhaMD1waYCMjNgGkXntaE75zKFxCN1JtvfUFNbEt9o5t5GUXp3QzbuLAsCNnL17q6cKc7DE78+YPmti/PZR/KQKepVTGV1iDv/CanKmppYmZP7PnPIFzHlQyzTS7IkTOgQsFVSb2+Ka+nuhtdVyDgjaYhpcK/5MJeRzyxDUtyWh/YFwaoAwFyVtoOkKjFJzEZMKh6a8JScS8o1YqCrQyG9st3HQNcGT3plQZaRqCQZUCshvX1IwtxSDSIxGX7QtkFIt3S/l0sTNjmHicKyF0pqI3hALdSjnlm6hxwno8QjEqRSmXs9hxX1qCuvYWXg/pxLzWMo0lLLsoq1B1lAgufwwxDmD4t9/Op0ou/ShE32cCnoaLb3NqJWnkP4Xloa6nSXlq75N9vMYOzdtLRJ1cOoiDdFYkNcZpzZGHpkrHvrRkREREREREREzMQ/AQYAjfdTzWoF+wsAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize)}.outButtonIconJa{mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0BJREFUeNrsWe2RmzAQhUz+xx2EqyBKBSEVHOmA64BUEK4CJhX4UgHuAHcgdwAdkFRAVjOLo+i0+uAA8UNvRoONEeZp335oSZKIiIiIiIiIiIiI42CapgLGWRwXzM1hNEvmhiTcTv/Qw6g85p6luSPeKzsy2dP0GrXj3EwzVyzY6ciEa+WBR9cHVqw7o7QtUmjrjjrrwpGZiKPvLsH+CsAgczJZF44dfq/VB8S5fFoOvhtpITnpT7Vy1FhPWIVZpOyLIpSE76Sk6zglQ2nB3gK+l3VNlskNhHIL2d6wwD11vz0IM8LCnUEBLf5WWaxWO2QAgfPeAYsinWsUMGKubR2lyixRfAySownSukUoDBGZE4SYYVGrkDm4sFirlaop1Rc5kdZm0qTbhK6yKkNxUEgSLyWJdrIsHfPxccpNwj9LIqiVnqnuLvMjbRyo0rJTzmcL0113JOtyys80Vm6I4Oci6XGtgJX6lpVwmC31CYZa3r1IvwuryFIc0jR9mJUBB7EApefzDjCeYVzgXr/3sGj31voX5TtaJMwdLH7e3LeJNLIm6gX/1W+2R/YkzD0U0et2P44+Xm/pw6Jo/wHjBuMPnp59SQ5KV/CxrzinR78eJP9OpLk/YXyAIYLSBcYvmHvRxI4G40KiiwubpiKH7oUarZlyzb0xQNTMvZqzpcqsd20HrUU4lx6qw++5JvAw7IzMkjxhoKmkvTG1/SOJS4vYhmra1QTh3NahwDq7W+rjS/BuhXvcHM+/SiHgfwP6+mfM4RSE77drbCDWIKwtALAwkH/7QkbONL3BeIKPDxbiQSz8caH1rbkSLT4Tv2oueQ5B2CfJD7p50qajwyDGCKl/k+7xAueuITYM/5WFprSkCXBM6mvrAlOjksfFaYK8cdC9R7IQLjV9r8wxKjdb1Mq+kmaOEVonaYG5UnNxG1F5cczj1Vp7Yl/CjxZCtmg+YCn5TAQlapFFWTnvkPI9Jc2J7gYl6Qz9mBlcZN4y9kd885Ap7ZjCVksvaP82DuR3b8Zn8xtEomXbrfAfhaGBnychoXttuoGqRtN7KFe8X+m5Bo8g5Nd0gyIEDk9A9DtG7lsSERERERERERERER5/BRgA85oGDrLPbf8AAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0BJREFUeNrsWe2RmzAQhUz+xx2EqyBKBSEVHOmA64BUEK4CJhX4UgHuAHcgdwAdkFRAVjOLo+i0+uAA8UNvRoONEeZp335oSZKIiIiIiIiIiIiI42CapgLGWRwXzM1hNEvmhiTcTv/Qw6g85p6luSPeKzsy2dP0GrXj3EwzVyzY6ciEa+WBR9cHVqw7o7QtUmjrjjrrwpGZiKPvLsH+CsAgczJZF44dfq/VB8S5fFoOvhtpITnpT7Vy1FhPWIVZpOyLIpSE76Sk6zglQ2nB3gK+l3VNlskNhHIL2d6wwD11vz0IM8LCnUEBLf5WWaxWO2QAgfPeAYsinWsUMGKubR2lyixRfAySownSukUoDBGZE4SYYVGrkDm4sFirlaop1Rc5kdZm0qTbhK6yKkNxUEgSLyWJdrIsHfPxccpNwj9LIqiVnqnuLvMjbRyo0rJTzmcL0113JOtyys80Vm6I4Oci6XGtgJX6lpVwmC31CYZa3r1IvwuryFIc0jR9mJUBB7EApefzDjCeYVzgXr/3sGj31voX5TtaJMwdLH7e3LeJNLIm6gX/1W+2R/YkzD0U0et2P44+Xm/pw6Jo/wHjBuMPnp59SQ5KV/CxrzinR78eJP9OpLk/YXyAIYLSBcYvmHvRxI4G40KiiwubpiKH7oUarZlyzb0xQNTMvZqzpcqsd20HrUU4lx6qw++5JvAw7IzMkjxhoKmkvTG1/SOJS4vYhmra1QTh3NahwDq7W+rjS/BuhXvcHM+/SiHgfwP6+mfM4RSE77drbCDWIKwtALAwkH/7QkbONL3BeIKPDxbiQSz8caH1rbkSLT4Tv2oueQ5B2CfJD7p50qajwyDGCKl/k+7xAueuITYM/5WFprSkCXBM6mvrAlOjksfFaYK8cdC9R7IQLjV9r8wxKjdb1Mq+kmaOEVonaYG5UnNxG1F5cczj1Vp7Yl/CjxZCtmg+YCn5TAQlapFFWTnvkPI9Jc2J7gYl6Qz9mBlcZN4y9kd885Ap7ZjCVksvaP82DuR3b8Zn8xtEomXbrfAfhaGBnychoXttuoGqRtN7KFe8X+m5Bo8g5Nd0gyIEDk9A9DtG7lsSERERERERERERER5/BRgA85oGDrLPbf8AAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize)}.inButtonIconJaHira{mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><path d="M4 23.19a56.55 56.55 0 0 0-1 8.24 9.14 9.14 0 0 0 .09 1.38c.27-.74.64-1.47 1-2.19l1.3 1.06c-.6 1.75-1.28 3.92-1.54 5.07a6.37 6.37 0 0 0-.1 1v.88l-2.41.19A24.93 24.93 0 0 1 .5 32a68.38 68.38 0 0 1 .87-8.88A21 21 0 0 0 1.59 21l2.93.26A13.23 13.23 0 0 0 4 23.19Zm10.75-.75c0 .47 0 1.26-.06 2.19a26.65 26.65 0 0 0 3.3-.49v2.67q-1.55.23-3.3.36c0 2.06.15 3.77.23 5.22a13.92 13.92 0 0 1 4.13 2.74l-1.47 2.24A20.93 20.93 0 0 0 15 35.22c-.12 2-1.27 3.49-4.15 3.49S6.1 37.48 6.1 35.24s1.83-3.64 4.73-3.64a10 10 0 0 1 1.38.08c0-1.32-.12-2.87-.15-4.38h-1.51c-1.25 0-2.47-.05-3.73-.13v-2.52a35 35 0 0 0 3.73.2h1.49v-2.37a8.37 8.37 0 0 0-.15-1.4h3.05a11.36 11.36 0 0 0-.15 1.36ZM10.57 36.2c1.3 0 1.75-.68 1.75-1.94v-.38a6.52 6.52 0 0 0-1.7-.24c-1.22 0-2 .51-2 1.32s.82 1.24 1.95 1.24Zm15.85-12.4c-.1 2.3-.27 7.05-.27 9.71 0 2.16 1.29 2.86 3 2.86 3.51 0 5.72-2 7.28-4.37l1.94 2.37a11.11 11.11 0 0 1-9.27 4.87c-3.49 0-5.73-1.53-5.73-5.15 0-2.85.2-8.46.2-10.29a14.85 14.85 0 0 0-.26-2.87h3.43c-.17.93-.28 2.07-.32 2.87Zm7.78 2.3-1.9.83a21.55 21.55 0 0 0-2-3.47l1.85-.79a34.55 34.55 0 0 1 2.05 3.43Zm2.91-1.25-1.85.89a23.22 23.22 0 0 0-2-3.39l1.83-.85a30.41 30.41 0 0 1 2.02 3.35Zm17.02-1.66c-.06.27-.12.53-.19.8a7 7 0 0 1 5.56 7.2c0 4.52-3.22 7.1-7.65 7.78l-1.61-2.47c4.66-.39 6.51-2.79 6.51-5.46a4.6 4.6 0 0 0-3.45-4.7 26.82 26.82 0 0 1-2.89 6.77 16 16 0 0 0 1.17 1.28l-2.15 1.7c-.26-.28-.51-.55-.73-.83-1.42 1.56-2.62 2.26-4.19 2.26-1.77 0-3.39-1.49-3.39-4.24a9.29 9.29 0 0 1 3.15-6.73c-.21-.57-.38-1.15-.57-1.72a14.43 14.43 0 0 0-.85-2.22l2.79-.87c.12.7.29 1.4.46 2 .11.41.24.85.39 1.3a11.68 11.68 0 0 1 4.83-1.28 8.58 8.58 0 0 0 .19-1 13.86 13.86 0 0 0 .17-2l2.94.27c-.17.58-.36 1.62-.49 2.16Zm-9.3 11.58c.76 0 1.55-.66 2.34-1.62a23 23 0 0 1-2-4.09 6.46 6.46 0 0 0-1.58 4c.02 1.05.47 1.71 1.24 1.71Zm4-4a24.79 24.79 0 0 0 1.89-4.6 8.69 8.69 0 0 0-3.43 1.19 21.93 21.93 0 0 0 1.5 3.45Z" style="fill:%23fff"/></svg>') no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><path d="M4 23.19a56.55 56.55 0 0 0-1 8.24 9.14 9.14 0 0 0 .09 1.38c.27-.74.64-1.47 1-2.19l1.3 1.06c-.6 1.75-1.28 3.92-1.54 5.07a6.37 6.37 0 0 0-.1 1v.88l-2.41.19A24.93 24.93 0 0 1 .5 32a68.38 68.38 0 0 1 .87-8.88A21 21 0 0 0 1.59 21l2.93.26A13.23 13.23 0 0 0 4 23.19Zm10.75-.75c0 .47 0 1.26-.06 2.19a26.65 26.65 0 0 0 3.3-.49v2.67q-1.55.23-3.3.36c0 2.06.15 3.77.23 5.22a13.92 13.92 0 0 1 4.13 2.74l-1.47 2.24A20.93 20.93 0 0 0 15 35.22c-.12 2-1.27 3.49-4.15 3.49S6.1 37.48 6.1 35.24s1.83-3.64 4.73-3.64a10 10 0 0 1 1.38.08c0-1.32-.12-2.87-.15-4.38h-1.51c-1.25 0-2.47-.05-3.73-.13v-2.52a35 35 0 0 0 3.73.2h1.49v-2.37a8.37 8.37 0 0 0-.15-1.4h3.05a11.36 11.36 0 0 0-.15 1.36ZM10.57 36.2c1.3 0 1.75-.68 1.75-1.94v-.38a6.52 6.52 0 0 0-1.7-.24c-1.22 0-2 .51-2 1.32s.82 1.24 1.95 1.24Zm15.85-12.4c-.1 2.3-.27 7.05-.27 9.71 0 2.16 1.29 2.86 3 2.86 3.51 0 5.72-2 7.28-4.37l1.94 2.37a11.11 11.11 0 0 1-9.27 4.87c-3.49 0-5.73-1.53-5.73-5.15 0-2.85.2-8.46.2-10.29a14.85 14.85 0 0 0-.26-2.87h3.43c-.17.93-.28 2.07-.32 2.87Zm7.78 2.3-1.9.83a21.55 21.55 0 0 0-2-3.47l1.85-.79a34.55 34.55 0 0 1 2.05 3.43Zm2.91-1.25-1.85.89a23.22 23.22 0 0 0-2-3.39l1.83-.85a30.41 30.41 0 0 1 2.02 3.35Zm17.02-1.66c-.06.27-.12.53-.19.8a7 7 0 0 1 5.56 7.2c0 4.52-3.22 7.1-7.65 7.78l-1.61-2.47c4.66-.39 6.51-2.79 6.51-5.46a4.6 4.6 0 0 0-3.45-4.7 26.82 26.82 0 0 1-2.89 6.77 16 16 0 0 0 1.17 1.28l-2.15 1.7c-.26-.28-.51-.55-.73-.83-1.42 1.56-2.62 2.26-4.19 2.26-1.77 0-3.39-1.49-3.39-4.24a9.29 9.29 0 0 1 3.15-6.73c-.21-.57-.38-1.15-.57-1.72a14.43 14.43 0 0 0-.85-2.22l2.79-.87c.12.7.29 1.4.46 2 .11.41.24.85.39 1.3a11.68 11.68 0 0 1 4.83-1.28 8.58 8.58 0 0 0 .19-1 13.86 13.86 0 0 0 .17-2l2.94.27c-.17.58-.36 1.62-.49 2.16Zm-9.3 11.58c.76 0 1.55-.66 2.34-1.62a23 23 0 0 1-2-4.09 6.46 6.46 0 0 0-1.58 4c.02 1.05.47 1.71 1.24 1.71Zm4-4a24.79 24.79 0 0 0 1.89-4.6 8.69 8.69 0 0 0-3.43 1.19 21.93 21.93 0 0 0 1.5 3.45Z" style="fill:%23fff"/></svg>') no-repeat center center / var(--editorToolImageBaseSize)}.outButtonIconJaHira{mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><path d="M8.61 22.62c0 .46 0 1-.07 1.49a25.51 25.51 0 0 0 3.87-.76l.06 2.65c-1.2.27-2.65.48-4 .65v2.67a17.22 17.22 0 0 1 4-.55c3.23 0 5.77 1.68 5.77 4.58 0 2.47-1.3 4.34-4.64 5.18a18.74 18.74 0 0 1-2.75.34l-1-2.71a15.72 15.72 0 0 0 2.62-.16c1.7-.31 3-1.15 3-2.68S14.25 31 12.43 31a14.05 14.05 0 0 0-3.95.59c0 1.65.08 3.29.08 4 0 2.6-.92 3.29-2.31 3.29-2 0-4.91-1.76-4.91-4 0-1.82 2.1-3.73 4.68-4.85v-3.21H4.91A27 27 0 0 1 2 26.76v-2.55a22.78 22.78 0 0 0 2.9.17h1.21v-1.7a17.83 17.83 0 0 0-.14-1.85h2.82c-.06.34-.14 1.24-.18 1.79ZM5.46 36c.37 0 .67-.17.67-.89 0-.52 0-1.49-.06-2.62-1.29.69-2.15 1.55-2.15 2.29S4.91 36 5.46 36Zm14.48-10-1.26 2.14a32.68 32.68 0 0 0-5.06-3.06l1.16-2A43.43 43.43 0 0 1 19.94 26Zm7.21-5.19 3.06.11c-.12.59-.29 1.66-.46 3l.78 1c-.3.38-.72 1.07-1.07 1.61 0 .19 0 .4-.05.59a10.35 10.35 0 0 1 6.18-2.16 5.57 5.57 0 0 1 5.79 5.67c0 4.24-2.66 6.78-7.87 7.81l-1.26-2.54c3.69-.55 6.34-2.06 6.32-5.33a3.22 3.22 0 0 0-3.42-3.15 8.87 8.87 0 0 0-5.95 2.68v1.77c0 1.72 0 3.48.13 5.46 0 .37.08 1.13.14 1.61h-2.93c0-.46.06-1.21.06-1.55 0-1.64.06-2.86.08-4.62-.88 1.32-1.91 2.86-2.64 3.84l-1.66-2.29c1.2-1.47 3.3-4.24 4.49-6 .05-.48.09-1 .11-1.49-1 .12-2.65.33-3.82.5l-.28-2.69h1.83c.73 0 1.53-.14 2.44-.27 0-.8.08-1.39.08-1.62a12.16 12.16 0 0 0-.08-1.94Zm21.12 4.54c1-1.64 2.83-3.4 5.2-3.4 2.92 0 5.19 2.85 5.19 7.47 0 5.94-3.63 8.78-9.2 9.79l-1.59-2.44c4.66-.71 8-2.25 8-7.33 0-3.23-1.1-5-2.86-5-2.48 0-4.64 3.72-4.75 6.49a10.94 10.94 0 0 0 .11 2.23l-2.58.17a23.09 23.09 0 0 1-.28-3.51 56.09 56.09 0 0 1 .59-6.72 17.69 17.69 0 0 0 .17-2.2l2.88.12a32.21 32.21 0 0 0-.88 4.33Z" style="fill:%23fff"/></svg>') no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><path d="M8.61 22.62c0 .46 0 1-.07 1.49a25.51 25.51 0 0 0 3.87-.76l.06 2.65c-1.2.27-2.65.48-4 .65v2.67a17.22 17.22 0 0 1 4-.55c3.23 0 5.77 1.68 5.77 4.58 0 2.47-1.3 4.34-4.64 5.18a18.74 18.74 0 0 1-2.75.34l-1-2.71a15.72 15.72 0 0 0 2.62-.16c1.7-.31 3-1.15 3-2.68S14.25 31 12.43 31a14.05 14.05 0 0 0-3.95.59c0 1.65.08 3.29.08 4 0 2.6-.92 3.29-2.31 3.29-2 0-4.91-1.76-4.91-4 0-1.82 2.1-3.73 4.68-4.85v-3.21H4.91A27 27 0 0 1 2 26.76v-2.55a22.78 22.78 0 0 0 2.9.17h1.21v-1.7a17.83 17.83 0 0 0-.14-1.85h2.82c-.06.34-.14 1.24-.18 1.79ZM5.46 36c.37 0 .67-.17.67-.89 0-.52 0-1.49-.06-2.62-1.29.69-2.15 1.55-2.15 2.29S4.91 36 5.46 36Zm14.48-10-1.26 2.14a32.68 32.68 0 0 0-5.06-3.06l1.16-2A43.43 43.43 0 0 1 19.94 26Zm7.21-5.19 3.06.11c-.12.59-.29 1.66-.46 3l.78 1c-.3.38-.72 1.07-1.07 1.61 0 .19 0 .4-.05.59a10.35 10.35 0 0 1 6.18-2.16 5.57 5.57 0 0 1 5.79 5.67c0 4.24-2.66 6.78-7.87 7.81l-1.26-2.54c3.69-.55 6.34-2.06 6.32-5.33a3.22 3.22 0 0 0-3.42-3.15 8.87 8.87 0 0 0-5.95 2.68v1.77c0 1.72 0 3.48.13 5.46 0 .37.08 1.13.14 1.61h-2.93c0-.46.06-1.21.06-1.55 0-1.64.06-2.86.08-4.62-.88 1.32-1.91 2.86-2.64 3.84l-1.66-2.29c1.2-1.47 3.3-4.24 4.49-6 .05-.48.09-1 .11-1.49-1 .12-2.65.33-3.82.5l-.28-2.69h1.83c.73 0 1.53-.14 2.44-.27 0-.8.08-1.39.08-1.62a12.16 12.16 0 0 0-.08-1.94Zm21.12 4.54c1-1.64 2.83-3.4 5.2-3.4 2.92 0 5.19 2.85 5.19 7.47 0 5.94-3.63 8.78-9.2 9.79l-1.59-2.44c4.66-.71 8-2.25 8-7.33 0-3.23-1.1-5-2.86-5-2.48 0-4.64 3.72-4.75 6.49a10.94 10.94 0 0 0 .11 2.23l-2.58.17a23.09 23.09 0 0 1-.28-3.51 56.09 56.09 0 0 1 .59-6.72 17.69 17.69 0 0 0 .17-2.2l2.88.12a32.21 32.21 0 0 0-.88 4.33Z" style="fill:%23fff"/></svg>') no-repeat center center / var(--editorToolImageBaseSize)}.inButtonIconEnUs{mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAThJREFUeNrsmettwjAURnHFALBBu0FGyAhs0HaETkC6ARu0TABMEDNBs0EZgQ3MF8mg/CAmCeLh5Bzpigjbkk8usa/DaAQAAAAAAF0wbTo75z708V7TvDTG/D678Lhl/1dFWtO2jSHDL0P7SSOMcM9ou2jtFDbQBhBZ4ZEG9mGrwsMGxp1jrzFFpd/MFzaJ3/OPFD426r++293RhDJXTxYYV0fu2xPFn2vGf+AGPv8qrcmXmcx9VptWe7kvc6PcllaKSYdxP10y/WjhtEVmzzEfWuGRKsuTWIW/FW/Go+up/+4SSYzCn3LMFKdqTdflllWu/F8NHouohG3oxYHaFuV+3afDw7JBn6JPwnZQx8Pqc8t5GGGEEUYYYYQRRhhhhBFG+FHc68+0a8+8xYU5AQAAAADAjTkIMACcg6e/d96rLQAAAABJRU5ErkJggg==) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAThJREFUeNrsmettwjAURnHFALBBu0FGyAhs0HaETkC6ARu0TABMEDNBs0EZgQ3MF8mg/CAmCeLh5Bzpigjbkk8usa/DaAQAAAAAAF0wbTo75z708V7TvDTG/D678Lhl/1dFWtO2jSHDL0P7SSOMcM9ou2jtFDbQBhBZ4ZEG9mGrwsMGxp1jrzFFpd/MFzaJ3/OPFD426r++293RhDJXTxYYV0fu2xPFn2vGf+AGPv8qrcmXmcx9VptWe7kvc6PcllaKSYdxP10y/WjhtEVmzzEfWuGRKsuTWIW/FW/Go+up/+4SSYzCn3LMFKdqTdflllWu/F8NHouohG3oxYHaFuV+3afDw7JBn6JPwnZQx8Pqc8t5GGGEEUYYYYQRRhhhhBFG+FHc68+0a8+8xYU5AQAAAADAjTkIMACcg6e/d96rLQAAAABJRU5ErkJggg==) no-repeat center center / var(--editorToolImageBaseSize)}.outButtonIconEnUs{mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAixJREFUeNrsmetRwzAMgJse/8kGZAO6AWaDMkGbCTg2gAlKJ0iZADZIOwHdoGGChAmMfCc4x8hyHrS0qb47X6615ViWpUruaCQIgiAIgiAIgiD8JhqCElrrR+LrdRRF60FaTdNQmzAan9uRFoWHzgXjFwk8FDTzvMLnFtontAKDQjGEADCBlutmvJrxoQjqkVV9ZHCNObPWndW/IC0MHXN4ZC32Z2oayKVg7dWBbaMC/Qk22oc7KGuTofxpBC08llnPubLQ8T6moLVgxpij+mJ9nkHzWdPMc3ugtdvvyQPrrn4URqv4/OEOfPPNTdlAZuM5EcrMBzLbvefEVtoI76SGfFCp5RgtRvFMKPv9shXuIMXs2H3YZ91lQHbZMXr+u8JUoClCSQVzbCfHrjBF0wzq5MovKR7OVeGmfqhOUWHKD+MGRYHq6dcx03e9T4V90fY+IOvr3zifK8+4G89Gxns9OabuZcq/uUdmzsgk7knwjCtRuZqyWHLqNiVlmzutCAUyJj9eY05aYLk1Yyywgt/nlLBY6RlfYcZmLhUusdxMuPyZShc1nVua9T7gO6pa3oBWLnU/Ste6TrH+F7SxsE1ei9KYVaU9vSNlsrOnlnO1LT6Krv487WDpkruuaej3Nhnj94pZdyMLk1ES75R2gUl2OC5usaGKCUrvZuHOvZrbJoG5M8+681rQ4i708PdSOUGs6lvzWnOPBvuXiCAIgiAIgiAIgiAIwkH4EmAACL2kobcO/K8AAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAixJREFUeNrsmetRwzAMgJse/8kGZAO6AWaDMkGbCTg2gAlKJ0iZADZIOwHdoGGChAmMfCc4x8hyHrS0qb47X6615ViWpUruaCQIgiAIgiAIgiD8JhqCElrrR+LrdRRF60FaTdNQmzAan9uRFoWHzgXjFwk8FDTzvMLnFtontAKDQjGEADCBlutmvJrxoQjqkVV9ZHCNObPWndW/IC0MHXN4ZC32Z2oayKVg7dWBbaMC/Qk22oc7KGuTofxpBC08llnPubLQ8T6moLVgxpij+mJ9nkHzWdPMc3ugtdvvyQPrrn4URqv4/OEOfPPNTdlAZuM5EcrMBzLbvefEVtoI76SGfFCp5RgtRvFMKPv9shXuIMXs2H3YZ91lQHbZMXr+u8JUoClCSQVzbCfHrjBF0wzq5MovKR7OVeGmfqhOUWHKD+MGRYHq6dcx03e9T4V90fY+IOvr3zifK8+4G89Gxns9OabuZcq/uUdmzsgk7knwjCtRuZqyWHLqNiVlmzutCAUyJj9eY05aYLk1Yyywgt/nlLBY6RlfYcZmLhUusdxMuPyZShc1nVua9T7gO6pa3oBWLnU/Ste6TrH+F7SxsE1ei9KYVaU9vSNlsrOnlnO1LT6Krv487WDpkruuaej3Nhnj94pZdyMLk1ES75R2gUl2OC5usaGKCUrvZuHOvZrbJoG5M8+681rQ4i708PdSOUGs6lvzWnOPBvuXiCAIgiAIgiAIgiAIwkH4EmAACL2kobcO/K8AAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize)}.inButtonIconZhHant{mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw1JREFUeNrsWYGNmzAUhSgD0A24DbgJzpmg2SDJBJdOUDpB2glynYC7CUgngE4ANwFskNqSqayvbwfbsXEkP8mKYrDN439/v/9JkoiIiIiIiIiIiEBxvV4z2ghtucUcBZvnUQgzshBnzTkaPq6jraKttHmBSxAuNefAsHfxvCtH76HXeWFI95im6VuohIkNYcn4iyuPdGJhah2dB35B+j6w4BjKHq7B3hs0IzyGTLgnZ0GQ95MQCHfgYWuNsXuEbCUcVRW41tlaeq1Jbo/sUXh89BJLFNTVf4K+rwp3HpH9zdY60XZYyn21MMOdB+DOW8lUJKigJUEL/m+Re96pF4xC8Htnfch9Z1PX9kl4BP9fkXt+I30HZCxz7WPoLl0D7QzRKNaVuXbu2sLfaHtKOZDrb8K1i8KlMev+QhIKJluZ6xeIlRMewLwdR5iVjkhC8N/CPCkoZR7Ag5YuiC/CR2Tx4kZC4AK1r6D1ggj+dgEZSHSsvLZZSCH4C0mUzgyje8t//3KxAuffzU041obuTJCH/1C8jOmhZS9pIpMI5HrqMT2yNus7g7k/Xe/fk+qIQDRwzY8Wco9KhqDfKy+VESRhaMD1waYCMjNgGkXntaE75zKFxCN1JtvfUFNbEt9o5t5GUXp3QzbuLAsCNnL17q6cKc7DE78+YPmti/PZR/KQKepVTGV1iDv/CanKmppYmZP7PnPIFzHlQyzTS7IkTOgQsFVSb2+Ka+nuhtdVyDgjaYhpcK/5MJeRzyxDUtyWh/YFwaoAwFyVtoOkKjFJzEZMKh6a8JScS8o1YqCrQyG9st3HQNcGT3plQZaRqCQZUCshvX1IwtxSDSIxGX7QtkFIt3S/l0sTNjmHicKyF0pqI3hALdSjnlm6hxwno8QjEqRSmXs9hxX1qCuvYWXg/pxLzWMo0lLLsoq1B1lAgufwwxDmD4t9/Op0ou/ShE32cCnoaLb3NqJWnkP4Xloa6nSXlq75N9vMYOzdtLRJ1cOoiDdFYkNcZpzZGHpkrHvrRkREREREREREzMQ/AQYAjfdTzWoF+wsAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw1JREFUeNrsWYGNmzAUhSgD0A24DbgJzpmg2SDJBJdOUDpB2glynYC7CUgngE4ANwFskNqSqayvbwfbsXEkP8mKYrDN439/v/9JkoiIiIiIiIiIiEBxvV4z2ghtucUcBZvnUQgzshBnzTkaPq6jraKttHmBSxAuNefAsHfxvCtH76HXeWFI95im6VuohIkNYcn4iyuPdGJhah2dB35B+j6w4BjKHq7B3hs0IzyGTLgnZ0GQ95MQCHfgYWuNsXuEbCUcVRW41tlaeq1Jbo/sUXh89BJLFNTVf4K+rwp3HpH9zdY60XZYyn21MMOdB+DOW8lUJKigJUEL/m+Re96pF4xC8Htnfch9Z1PX9kl4BP9fkXt+I30HZCxz7WPoLl0D7QzRKNaVuXbu2sLfaHtKOZDrb8K1i8KlMev+QhIKJluZ6xeIlRMewLwdR5iVjkhC8N/CPCkoZR7Ag5YuiC/CR2Tx4kZC4AK1r6D1ggj+dgEZSHSsvLZZSCH4C0mUzgyje8t//3KxAuffzU041obuTJCH/1C8jOmhZS9pIpMI5HrqMT2yNus7g7k/Xe/fk+qIQDRwzY8Wco9KhqDfKy+VESRhaMD1waYCMjNgGkXntaE75zKFxCN1JtvfUFNbEt9o5t5GUXp3QzbuLAsCNnL17q6cKc7DE78+YPmti/PZR/KQKepVTGV1iDv/CanKmppYmZP7PnPIFzHlQyzTS7IkTOgQsFVSb2+Ka+nuhtdVyDgjaYhpcK/5MJeRzyxDUtyWh/YFwaoAwFyVtoOkKjFJzEZMKh6a8JScS8o1YqCrQyG9st3HQNcGT3plQZaRqCQZUCshvX1IwtxSDSIxGX7QtkFIt3S/l0sTNjmHicKyF0pqI3hALdSjnlm6hxwno8QjEqRSmXs9hxX1qCuvYWXg/pxLzWMo0lLLsoq1B1lAgufwwxDmD4t9/Op0ou/ShE32cCnoaLb3NqJWnkP4Xloa6nSXlq75N9vMYOzdtLRJ1cOoiDdFYkNcZpzZGHpkrHvrRkREREREREREzMQ/AQYAjfdTzWoF+wsAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize)}.outButtonIconZhHant{mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0BJREFUeNrsWe2RmzAQhUz+xx2EqyBKBSEVHOmA64BUEK4CJhX4UgHuAHcgdwAdkFRAVjOLo+i0+uAA8UNvRoONEeZp335oSZKIiIiIiIiIiIiI42CapgLGWRwXzM1hNEvmhiTcTv/Qw6g85p6luSPeKzsy2dP0GrXj3EwzVyzY6ciEa+WBR9cHVqw7o7QtUmjrjjrrwpGZiKPvLsH+CsAgczJZF44dfq/VB8S5fFoOvhtpITnpT7Vy1FhPWIVZpOyLIpSE76Sk6zglQ2nB3gK+l3VNlskNhHIL2d6wwD11vz0IM8LCnUEBLf5WWaxWO2QAgfPeAYsinWsUMGKubR2lyixRfAySownSukUoDBGZE4SYYVGrkDm4sFirlaop1Rc5kdZm0qTbhK6yKkNxUEgSLyWJdrIsHfPxccpNwj9LIqiVnqnuLvMjbRyo0rJTzmcL0113JOtyys80Vm6I4Oci6XGtgJX6lpVwmC31CYZa3r1IvwuryFIc0jR9mJUBB7EApefzDjCeYVzgXr/3sGj31voX5TtaJMwdLH7e3LeJNLIm6gX/1W+2R/YkzD0U0et2P44+Xm/pw6Jo/wHjBuMPnp59SQ5KV/CxrzinR78eJP9OpLk/YXyAIYLSBcYvmHvRxI4G40KiiwubpiKH7oUarZlyzb0xQNTMvZqzpcqsd20HrUU4lx6qw++5JvAw7IzMkjxhoKmkvTG1/SOJS4vYhmra1QTh3NahwDq7W+rjS/BuhXvcHM+/SiHgfwP6+mfM4RSE77drbCDWIKwtALAwkH/7QkbONL3BeIKPDxbiQSz8caH1rbkSLT4Tv2oueQ5B2CfJD7p50qajwyDGCKl/k+7xAueuITYM/5WFprSkCXBM6mvrAlOjksfFaYK8cdC9R7IQLjV9r8wxKjdb1Mq+kmaOEVonaYG5UnNxG1F5cczj1Vp7Yl/CjxZCtmg+YCn5TAQlapFFWTnvkPI9Jc2J7gYl6Qz9mBlcZN4y9kd885Ap7ZjCVksvaP82DuR3b8Zn8xtEomXbrfAfhaGBnychoXttuoGqRtN7KFe8X+m5Bo8g5Nd0gyIEDk9A9DtG7lsSERERERERERERER5/BRgA85oGDrLPbf8AAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0BJREFUeNrsWe2RmzAQhUz+xx2EqyBKBSEVHOmA64BUEK4CJhX4UgHuAHcgdwAdkFRAVjOLo+i0+uAA8UNvRoONEeZp335oSZKIiIiIiIiIiIiI42CapgLGWRwXzM1hNEvmhiTcTv/Qw6g85p6luSPeKzsy2dP0GrXj3EwzVyzY6ciEa+WBR9cHVqw7o7QtUmjrjjrrwpGZiKPvLsH+CsAgczJZF44dfq/VB8S5fFoOvhtpITnpT7Vy1FhPWIVZpOyLIpSE76Sk6zglQ2nB3gK+l3VNlskNhHIL2d6wwD11vz0IM8LCnUEBLf5WWaxWO2QAgfPeAYsinWsUMGKubR2lyixRfAySownSukUoDBGZE4SYYVGrkDm4sFirlaop1Rc5kdZm0qTbhK6yKkNxUEgSLyWJdrIsHfPxccpNwj9LIqiVnqnuLvMjbRyo0rJTzmcL0113JOtyys80Vm6I4Oci6XGtgJX6lpVwmC31CYZa3r1IvwuryFIc0jR9mJUBB7EApefzDjCeYVzgXr/3sGj31voX5TtaJMwdLH7e3LeJNLIm6gX/1W+2R/YkzD0U0et2P44+Xm/pw6Jo/wHjBuMPnp59SQ5KV/CxrzinR78eJP9OpLk/YXyAIYLSBcYvmHvRxI4G40KiiwubpiKH7oUarZlyzb0xQNTMvZqzpcqsd20HrUU4lx6qw++5JvAw7IzMkjxhoKmkvTG1/SOJS4vYhmra1QTh3NahwDq7W+rjS/BuhXvcHM+/SiHgfwP6+mfM4RSE77drbCDWIKwtALAwkH/7QkbONL3BeIKPDxbiQSz8caH1rbkSLT4Tv2oueQ5B2CfJD7p50qajwyDGCKl/k+7xAueuITYM/5WFprSkCXBM6mvrAlOjksfFaYK8cdC9R7IQLjV9r8wxKjdb1Mq+kmaOEVonaYG5UnNxG1F5cczj1Vp7Yl/CjxZCtmg+YCn5TAQlapFFWTnvkPI9Jc2J7gYl6Qz9mBlcZN4y9kd885Ap7ZjCVksvaP82DuR3b8Zn8xtEomXbrfAfhaGBnychoXttuoGqRtN7KFe8X+m5Bo8g5Nd0gyIEDk9A9DtG7lsSERERERERERERER5/BRgA85oGDrLPbf8AAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize)}.inButtonIconZhHans{mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw1JREFUeNrsWYGNmzAUhSgD0A24DbgJzpmg2SDJBJdOUDpB2glynYC7CUgngE4ANwFskNqSqayvbwfbsXEkP8mKYrDN439/v/9JkoiIiIiIiIiIiEBxvV4z2ghtucUcBZvnUQgzshBnzTkaPq6jraKttHmBSxAuNefAsHfxvCtH76HXeWFI95im6VuohIkNYcn4iyuPdGJhah2dB35B+j6w4BjKHq7B3hs0IzyGTLgnZ0GQ95MQCHfgYWuNsXuEbCUcVRW41tlaeq1Jbo/sUXh89BJLFNTVf4K+rwp3HpH9zdY60XZYyn21MMOdB+DOW8lUJKigJUEL/m+Re96pF4xC8Htnfch9Z1PX9kl4BP9fkXt+I30HZCxz7WPoLl0D7QzRKNaVuXbu2sLfaHtKOZDrb8K1i8KlMev+QhIKJluZ6xeIlRMewLwdR5iVjkhC8N/CPCkoZR7Ag5YuiC/CR2Tx4kZC4AK1r6D1ggj+dgEZSHSsvLZZSCH4C0mUzgyje8t//3KxAuffzU041obuTJCH/1C8jOmhZS9pIpMI5HrqMT2yNus7g7k/Xe/fk+qIQDRwzY8Wco9KhqDfKy+VESRhaMD1waYCMjNgGkXntaE75zKFxCN1JtvfUFNbEt9o5t5GUXp3QzbuLAsCNnL17q6cKc7DE78+YPmti/PZR/KQKepVTGV1iDv/CanKmppYmZP7PnPIFzHlQyzTS7IkTOgQsFVSb2+Ka+nuhtdVyDgjaYhpcK/5MJeRzyxDUtyWh/YFwaoAwFyVtoOkKjFJzEZMKh6a8JScS8o1YqCrQyG9st3HQNcGT3plQZaRqCQZUCshvX1IwtxSDSIxGX7QtkFIt3S/l0sTNjmHicKyF0pqI3hALdSjnlm6hxwno8QjEqRSmXs9hxX1qCuvYWXg/pxLzWMo0lLLsoq1B1lAgufwwxDmD4t9/Op0ou/ShE32cCnoaLb3NqJWnkP4Xloa6nSXlq75N9vMYOzdtLRJ1cOoiDdFYkNcZpzZGHpkrHvrRkREREREREREzMQ/AQYAjfdTzWoF+wsAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw1JREFUeNrsWYGNmzAUhSgD0A24DbgJzpmg2SDJBJdOUDpB2glynYC7CUgngE4ANwFskNqSqayvbwfbsXEkP8mKYrDN439/v/9JkoiIiIiIiIiIiEBxvV4z2ghtucUcBZvnUQgzshBnzTkaPq6jraKttHmBSxAuNefAsHfxvCtH76HXeWFI95im6VuohIkNYcn4iyuPdGJhah2dB35B+j6w4BjKHq7B3hs0IzyGTLgnZ0GQ95MQCHfgYWuNsXuEbCUcVRW41tlaeq1Jbo/sUXh89BJLFNTVf4K+rwp3HpH9zdY60XZYyn21MMOdB+DOW8lUJKigJUEL/m+Re96pF4xC8Htnfch9Z1PX9kl4BP9fkXt+I30HZCxz7WPoLl0D7QzRKNaVuXbu2sLfaHtKOZDrb8K1i8KlMev+QhIKJluZ6xeIlRMewLwdR5iVjkhC8N/CPCkoZR7Ag5YuiC/CR2Tx4kZC4AK1r6D1ggj+dgEZSHSsvLZZSCH4C0mUzgyje8t//3KxAuffzU041obuTJCH/1C8jOmhZS9pIpMI5HrqMT2yNus7g7k/Xe/fk+qIQDRwzY8Wco9KhqDfKy+VESRhaMD1waYCMjNgGkXntaE75zKFxCN1JtvfUFNbEt9o5t5GUXp3QzbuLAsCNnL17q6cKc7DE78+YPmti/PZR/KQKepVTGV1iDv/CanKmppYmZP7PnPIFzHlQyzTS7IkTOgQsFVSb2+Ka+nuhtdVyDgjaYhpcK/5MJeRzyxDUtyWh/YFwaoAwFyVtoOkKjFJzEZMKh6a8JScS8o1YqCrQyG9st3HQNcGT3plQZaRqCQZUCshvX1IwtxSDSIxGX7QtkFIt3S/l0sTNjmHicKyF0pqI3hALdSjnlm6hxwno8QjEqRSmXs9hxX1qCuvYWXg/pxLzWMo0lLLsoq1B1lAgufwwxDmD4t9/Op0ou/ShE32cCnoaLb3NqJWnkP4Xloa6nSXlq75N9vMYOzdtLRJ1cOoiDdFYkNcZpzZGHpkrHvrRkREREREREREzMQ/AQYAjfdTzWoF+wsAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize)}.outButtonIconZhHans{mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAulJREFUeNrsWYuRnDAMXVIBqSDuINtBKIF0QAchFYQOblIBuQo2qYB0wKUCXypwOiD2jLjxspZ/a2xy0ZvxwByY87OkJ1l7OhEIBAKBQCAQCIQYVCk+sixLLS9cjq9yfKuq6jlg7iAv7+X4JceTHM9y/tOhd00uuluucZGj8ZjHFjO6oxOeDYsePOaNhnn86GTPiJVYauvCnLo0YZOVRo950xIHXszlLVZyWbdf7sclZs1v7uRs2mmrSqsQkJcvCfb7T27r1nKIza4Lm3WRObFgR4jdQU9VBrIzsnh0o5BYH46gzHxVUJWD4W8zvGsju2L2jHWRXamRXW8tz33deNS+0SDvtLnJ9jbFVAvyJDeDV9zkYfAKEZPu9i4hX3YdLNIhJIYNgRncvLHEtGmD6pxkWaSaTpu4v1q4Z04WkM5OR4hd10KZHpcBir8L2dDC4zHw/c96ESLvfyJHy9pRYJSpnyHutnE1IXF78RRAbwUvcnAAgTo7VJnbFgdiNUfogQABLGZxhljobFF5lw5MQMpF/CFreWmpnkwl5YOn6w4bz/GZM2WxOLRxrIUBeEDjUOF10WdkUy+OuV0OsqPFzUwihnnDy2EeLNqbrAXPePbKCywW3KnQCg9h6loYKrjRlLM3lRzf3ZU9XBMlrFmqNZy8hMXVG1em2DslRZWWtr60hzhNqQhWEaQFUvmoKkpVVb/Xe9+GPLimcvFPcthSzUf5ze8lOh0cBKpNnQstJ66pWHmZSgADXF0spfvRAarebntQ2lFRQJ7tkHTE4HkygaoSklNqqhb2Dq5X6ipjr9I8hCM6oOLzh7rK13dpw1aRxBiMD9q9C2/hOsGGuHrOivyj6UiZ00Xv6Sk3UHH1HuXiTTVW6mgY+3vQTR4F8l0A+fxHQ0hFPhYZwZJNwMmrR9KRiXhfqkXLwULD6rIpxM+jhG1yEWYpyXn8L9M5eji9ZmgNBOPPMa+ZOPsnqi0CgUAgEAiE/xZ/BRgANlfZhoqCC9cAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize);-webkit-mask:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAulJREFUeNrsWYuRnDAMXVIBqSDuINtBKIF0QAchFYQOblIBuQo2qYB0wKUCXypwOiD2jLjxspZ/a2xy0ZvxwByY87OkJ1l7OhEIBAKBQCAQCIQYVCk+sixLLS9cjq9yfKuq6jlg7iAv7+X4JceTHM9y/tOhd00uuluucZGj8ZjHFjO6oxOeDYsePOaNhnn86GTPiJVYauvCnLo0YZOVRo950xIHXszlLVZyWbdf7sclZs1v7uRs2mmrSqsQkJcvCfb7T27r1nKIza4Lm3WRObFgR4jdQU9VBrIzsnh0o5BYH46gzHxVUJWD4W8zvGsju2L2jHWRXamRXW8tz33deNS+0SDvtLnJ9jbFVAvyJDeDV9zkYfAKEZPu9i4hX3YdLNIhJIYNgRncvLHEtGmD6pxkWaSaTpu4v1q4Z04WkM5OR4hd10KZHpcBir8L2dDC4zHw/c96ESLvfyJHy9pRYJSpnyHutnE1IXF78RRAbwUvcnAAgTo7VJnbFgdiNUfogQABLGZxhljobFF5lw5MQMpF/CFreWmpnkwl5YOn6w4bz/GZM2WxOLRxrIUBeEDjUOF10WdkUy+OuV0OsqPFzUwihnnDy2EeLNqbrAXPePbKCywW3KnQCg9h6loYKrjRlLM3lRzf3ZU9XBMlrFmqNZy8hMXVG1em2DslRZWWtr60hzhNqQhWEaQFUvmoKkpVVb/Xe9+GPLimcvFPcthSzUf5ze8lOh0cBKpNnQstJ66pWHmZSgADXF0spfvRAarebntQ2lFRQJ7tkHTE4HkygaoSklNqqhb2Dq5X6ipjr9I8hCM6oOLzh7rK13dpw1aRxBiMD9q9C2/hOsGGuHrOivyj6UiZ00Xv6Sk3UHH1HuXiTTVW6mgY+3vQTR4F8l0A+fxHQ0hFPhYZwZJNwMmrR9KRiXhfqkXLwULD6rIpxM+jhG1yEWYpyXn8L9M5eji9ZmgNBOPPMa+ZOPsnqi0CgUAgEAiE/xZ/BRgANlfZhoqCC9cAAAAASUVORK5CYII=) no-repeat center center / var(--editorToolImageBaseSize)}:root{--editorFooterThumbnailHeight: 75px;--editorFooterThumbnailGap: 20px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--editorFooterThumbnailHeight: 55px;--editorFooterThumbnailGap: 10px}}.editorFooterThumbnailContainer{position:relative;display:flex;flex-direction:row;width:auto;height:var(--editorFooterThumbnailHeight)}.editorFooterThumbnailBar{position:absolute;pointer-events:auto;justify-content:center;box-sizing:border-box;width:100%;height:var(--editorFooterThumbnailHeight);overflow:hidden;margin-top:5px}.editorFooterThumbnailGrid{display:flex;flex-direction:row;align-items:center;position:absolute;gap:var(--editorFooterThumbnailGap)}.editorFooterThumbnailSeparator{border:1px solid #d6d6d6}.editorFooterThumbnailPagerButton{background-color:#fff9;border:1px solid #b3b3b3;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.editorFooterThumbnailCell{display:flex;flex-direction:column;align-items:center}.editorFooterThumbnailMarker{background-color:#b3b3b3;width:8px;height:5px;clip-path:polygon(50% 0,100% 100%,0 100%)}.editorFooterThumbnailMarker[data-favorite=true]{background-color:#ff0}.editorFooterThumbnailCanvas{box-sizing:border-box;border:1px solid #b3b3b3ff;background-color:#fff9}.editorFooterThumbnailCanvas[data-favorite=true]{border:2px solid #ffff00ff}.editorFooterThumbnailButton[aria-selected=true]{zoom:1.3}.editorFooterThumbnailButton[aria-selected=true] .editorFooterThumbnailCanvas{border:2px solid #b3b3b3ff}.editorFooterThumbnailButton[aria-selected=true][data-favorite=true] .editorFooterThumbnailCanvas{border:2px solid #ffff00ff}.editorFooterThumbnailProgress{position:absolute;background-color:#0000ff80}.laserLayer{display:flex;justify-content:center;align-items:center;position:fixed;inset:0;width:100%;height:100%}.m10eDialogWrapper{display:flex;justify-content:center;align-items:center}.m10eDialog{width:480px;height:auto;max-height:75%;filter:drop-shadow(1px 2px 10px rgba(0,0,0,.3))}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.m10eDialogWrapper{display:flex;justify-content:center;align-items:center}.m10eDialog{margin-top:0;width:var(--loadingDialogWidth)}}.m10eBody{padding:15px}.m10eSection{background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:15px;margin-bottom:15px}.m10eSection:last-child{margin-bottom:0}.m10eTitle{font-size:15px;font-weight:700;padding:5px 0}.m10eSubSection{padding:5px 0}.m10eHead{font-size:15px;font-weight:700;margin-bottom:5px}.m10ePara{padding:5px 0}.materialBox{position:fixed;top:0;left:0;overflow-y:auto;height:100%;width:var(--sideDrawerWidth);background-color:#fff;box-shadow:2px 2px 8px #0006}.materialBoxHeader{position:relative;background-color:#e5e5e8;border-bottom:1px solid #c6c6cb}.materialBoxNavHeader{border-bottom:none}.materialBoxHeaderSearchWrapper{grid-column:1 / 4}.materialBoxNavFooter{border:none}.materialBoxBody{height:calc(100% - 44px);display:flex;flex-direction:column;overflow-x:hidden;padding-bottom:var(--safeAreaInsetBottom)}:root{--materialDialogButtonHeight: 44px;--materialDialogButtonMargin: 12px}.materialBoxDialogMenu{margin:auto;width:50px}.materialBoxDialogFolderIcon{height:36px;width:36px;margin:0 4px}.materialBoxDialogHeader{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2px}.materialBoxDialogHeader>*{max-width:100%}.materialBoxDialogHeaderCategory{width:100%;height:12px;font-size:11px;color:#6d6d72}.materialBoxDialogHeaderTitle{width:100%;height:20px;display:flex;margin-top:2px;align-items:center;justify-content:center}.materialBoxDialogHeaderTitleIcon{height:20px;width:20px;margin:0 8px}.materialBoxDialogHeaderTitleText{height:20px;line-height:calc(20px - var(--ellipsisTextPadding) * .5);font-weight:700}.materialBoxHeaderMessage{display:flex;justify-content:center;margin:0;font-size:var(--11px);color:#333}.materialBoxHeaderMessage:has(.materialBoxTrashBoxHeaderMessageText){margin:16px 12px 12px 20px}.materialBoxHeaderMessageText{width:100%;padding:6px 8px;text-align:center}.materialBoxTrashBoxHeaderMessageText{font-size:var(--14px);line-height:1.5}.materialBoxContents{overflow-y:auto}.materialBoxDialogAskDestinationMessage{display:flex;flex-direction:column;align-items:center;margin:var(--materialDialogButtonMargin)}@media (hover: hover){.materialBoxDialogDocumentCell:not([aria-disabled=true]):hover{background-color:#e0efff}}.materialBoxDialogThumbnail{width:44px;height:44px;display:flex;align-items:center;justify-content:center;overflow:hidden}.materialBoxDialogThumbnail img{width:44px;height:36px;max-width:100%;max-height:100%;object-fit:cover;border:1px solid #cccccc}.materialBoxDialogThumbnail .documentThumbnail img{border:1px solid #cccccc}.materialBoxDialogLoadingContent{line-height:44px;text-align:left}.materialDialogSaveButton{background-color:#fff;border:2px solid var(--primaryBlue);color:var(--primaryBlue);font-size:inherit;border-radius:22px;box-sizing:border-box;height:var(--materialDialogButtonHeight);align-items:center;justify-content:center;margin:var(--materialDialogButtonMargin);cursor:pointer}.materialDialogSaveButton:not([aria-disabled=true]):active{color:#fff;background-color:var(--primaryBlue)}.materialDialogSaveButton[aria-disabled=true]{color:var(--disabledColor);border-color:var(--disabledColor);background-color:#fff}.materialExportDialogMessage{display:flex;align-items:center;justify-content:center;text-align:center}.materialBoxListHeaderSharing{width:100%;display:grid;grid-template-columns:1fr auto}.materialBoxSharingListPopover{width:360px;max-height:calc(var(--vh, 1vh) * 75)}.materialBoxSharingListBody{width:100%;overflow-x:hidden;overflow-y:auto;background-color:#fff}.materialBoxSharingListError{width:100%;padding:15px;box-sizing:border-box;text-align:center;color:#6d6d72;line-height:1.5em;font-weight:700}.materialBoxSharingSubjectListBody{width:100%;display:flex;flex-direction:column;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;background-color:var(--navBodyCourseListBackgroundColor);padding:0 12px 24px;gap:var(--sectionGap)}.materialBoxSharingListCell{width:100%;border-bottom:1px solid #e0e0e0}.materialBoxSharingListCellYear{width:100%;height:32px;padding-left:6px;display:flex;align-items:center;font-size:12px;color:#707070}.materialBoxSharingListCellSubject{width:100%;height:44px;display:flex;align-items:center}.materialBoxSharingListCellSubjectBody{padding-left:10px;padding-right:10px;font-size:14px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;text-overflow:ellipsis}.materialBoxUploadCell .listViewArrowMark{position:absolute;right:15px}.drawerContentDesc{padding:15px;text-align:center}.materialImportDialogDestinationMessage{width:100%;display:flex;flex-direction:column;align-items:center;row-gap:4px}.materialImportDialogDestinationMessageLine{max-width:100%;display:flex}.materialImportDialogDestinationMessageLineParen{padding:var(--ellipsisTextPadding) 0}.submissionBoxNotificationDialog{display:flex;justify-content:center;align-items:center}.submissionBoxNotificationDialogInner{display:flex;flex-direction:column;height:250px;width:400px;max-width:90vw;max-height:calc(var(--vh, 1vh) * 90)}.submissionBoxNotificationDialogBody{display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:10px 0}.submissionBoxNotificationDialogSubtitleContainer{display:flex;justify-content:center;align-items:center;width:90%}.submissionBoxNotificationDialogGroupNameWrapper{display:flex;justify-content:flex-end;width:50%}.submissionBoxNotificationDialogGroupName{font-size:15px;max-width:100%}.submissionBoxNotificationDialogSubjectNameWrapper{display:flex;justify-content:flex-start;width:50%;margin-left:10px}.submissionBoxNotificationDialogSubjectName{font-size:15px;max-width:100%}.submissionBoxNotificationDialogTitleContainer{display:flex;justify-content:center;align-items:center;margin-top:3px;width:90%}.submissionBoxNotificationDialogSubmissionName{font-size:22px;font-weight:700;text-align:center;margin-left:8px;line-height:1.2;padding-bottom:1px}.submissionBoxNotificationDialogDeadline{font-size:17px;color:#ff1d1d;margin-top:15px}.submissionBoxNotificationDialogWorkButton{background-color:var(--primaryBlue);color:#fff;border-radius:18px;padding:0 20px;margin-top:20px;height:44px}.submissionBoxNotificationDialogWorkButton:active{background-color:var(--primaryBlueHighlight)}:root{--noteSaveIndicatorBottom: 0px}@media (max-width: 480px) and (orientation: portrait){:root{--noteSaveIndicatorBottom: max( var(--desktopMenuHeight), var(--desktopMenuMinHeight) )}}.noteSaveIndicator{position:absolute;bottom:var(--noteSaveIndicatorBottom);padding:5px;right:0;border-top:1px solid white;border-left:1px solid white;color:#fff;background-color:transparent}.noteSaveIndicator:active{background-color:#fff;color:var(--primaryBlue)}.assetSaveIndicator{position:absolute;left:0;bottom:var(--noteSaveIndicatorBottom);color:#fff;padding:5px;pointer-events:none}.passwordDialog{padding:15px}.pageContainer{overflow:auto;height:100%}.passwordInitializer{margin:0 auto;width:var(--centerDialogWidth)}.passwordInitializerInner{background-color:var(--navBodyBackground)}.passwordInitializerInner[data-round=true]{border-radius:8px}.passwordDialogDisplayName{font-size:19px;line-height:1.3em;text-align:center}.passwordDialogMessage{margin:2em 0}.passwordInitializer .schoolName{color:#fff;text-align:center;padding:20px 0}.passwordInitializer .logoutLink{padding:20px;text-align:center}.passwordInitializer .logoutLink a{color:#fff;cursor:pointer;text-decoration:underline}:root{--toggle-password-icon-size: 20px;--toggle-password-button-size: calc(var(--toggle-password-icon-size) + 2px)}.passwordVisibilityIconContainerPadding{padding-right:calc(var(--toggle-password-icon-size) + 18px)}.passwordInputContainer{position:relative}.passwordVisibilityButton{position:absolute;top:51%;right:5px;transform:translateY(-50%);cursor:pointer;border:0;background-color:transparent}.passwordVisibilityIconContainer{width:var(--toggle-password-button-size);height:var(--toggle-password-button-size)}.passwordInvisibleIcon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 96 960 960" width="48"><path d="m629 637-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650 556q0 22-5.5 43.5T629 637Zm129 129-40-40q49-36 85.5-80.5T857 556q-50-111-150-175.5T490 316q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485 256q143 0 261.5 81.5T920 556q-26 64-67 117t-95 93Zm58 226L648 827q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40 556q20-52 55.5-101.5T182 360L56 234l42-43 757 757-39 44ZM223 402q-37 27-71.5 71T102 556q51 111 153.5 175.5T488 796q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Zm305 142Zm-116 58Z"/></svg>') no-repeat center / var(--toggle-password-icon-size) var(--toggle-password-icon-size);width:100%;height:100%;-webkit-mask:var(--mask);mask:var(--mask);background-position:center;background-color:#000}.passwordVisibleIcon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 96 960 960" width="48"><path d="M480.118 726Q551 726 600.5 676.382q49.5-49.617 49.5-120.5Q650 485 600.382 435.5q-49.617-49.5-120.5-49.5Q409 386 359.5 435.618q-49.5 49.617-49.5 120.5Q310 627 359.618 676.5q49.617 49.5 120.5 49.5Zm-.353-58Q433 668 400.5 635.265q-32.5-32.736-32.5-79.5Q368 509 400.735 476.5q32.736-32.5 79.5-32.5Q527 444 559.5 476.735q32.5 32.736 32.5 79.5Q592 603 559.265 635.5q-32.736 32.5-79.5 32.5ZM480 856q-146 0-264-83T40 556q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83Zm0-300Zm-.169 240Q601 796 702.5 730.5 804 665 857 556q-53-109-154.331-174.5-101.332-65.5-222.5-65.5Q359 316 257.5 381.5 156 447 102 556q54 109 155.331 174.5 101.332 65.5 222.5 65.5Z"/></svg>') no-repeat center / var(--toggle-password-icon-size) var(--toggle-password-icon-size);width:100%;height:100%;-webkit-mask:var(--mask);mask:var(--mask);background-position:center;background-color:#000}::-ms-reveal{display:none}:root{--kItemHorizontalPadding: 15px;--kItemFontSize: 13px;--kIconWidth: 38px;--kItemHeight: 38px;--kItemMinWidth: 55px;--kPagerIconWidth: 30px;--kBorderWidth: 1px;--kPopoverArrowLen: 10px;--kPopoverMargin: 10px}.popoverMenu{display:flex;flex-direction:row;height:var(--kItemHeight)}.popoverMenuCard,.popoverMenuCardItem{background-color:#fff}.popoverMenuCardItem:not([aria-disabled=true]):active{background-color:#ccc}.popoverMenuItem:focus-visible,.popoverMenuItemPager:focus-visible{outline:none;background-color:var(--primaryBlueHighlight)}.popoverMenuEditorText,.popoverMenuEditorTextItem{background-color:var(--editorTextToolBackgroundColor)}.popoverMenuEditorTextItem:not([aria-disabled=true]):active{background-color:var(--editorTextToolActiveBackgroundColor)}.popoverMenuEditorDrawn,.popoverMenuEditorDrawnItem{background-color:#ccf4ff}.popoverMenuEditorDrawnItem:not([aria-disabled=true]):active{background-color:#2ed8ff}.popoverMenuItem{display:flex;height:var(--kItemHeight);align-items:center;border-right:var(--kBorderWidth) solid #ccc;flex-grow:1;font-size:var(--kItemFontSize);color:#000;text-align:center;justify-content:center;padding:0 var(--kItemHorizontalPadding);white-space:nowrap}.popoverMenuItemPager{display:flex;border-right:var(--kBorderWidth) solid #ccc;align-items:center;justify-content:center;width:var(--kPagerIconWidth)}.popoverMenuItem:last-child{border-right:none}.popoverMenuItem[aria-disabled=true]{opacity:.5}.popoverMenuItemIcon{max-width:var(--kIconWidth)}.popoverMenuPagerContainer{flex-grow:0;padding:0}.popoverMenuPagerLeft{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.937 10.054" height="38" width="30"><path d="M2.91 5.027L5.292 6.35V3.704z"/></svg>') no-repeat center / 30px 38px;width:30px;height:38px;-webkit-mask:var(--mask);mask:var(--mask);background-color:#000}.popoverMenuPagerRight{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="38" viewBox="0 0 7.937 10.054"><path d="M5.027 5.027L2.646 6.35V3.704z"/></svg>') no-repeat center / 30px 38px;width:30px;height:38px;-webkit-mask:var(--mask);mask:var(--mask);background-color:#000}@media (max-width: 480px),(max-height: 480px){:root{--kItemHorizontalPadding: 4px;--kItemFontSize: 10px;--kItemHeight: 44px}.popoverMenuItem{flex-direction:column;min-width:var(--kItemMinWidth);gap:4px}}.sortNoteListPopoverContent .uiSortMenuItem[aria-checked=true],.sortNoteListPopoverContent .uiSortMenuItem:focus-visible[aria-checked=true]{background-color:transparent}.appSettings{padding:15px;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--sectionGap)}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.centerModal .navBody.appSettings{padding-bottom:max(15px,var(--safeAreaInsetBottom))}}.appSettingsSection{margin-bottom:10px}.appSettingsSectionTitle{font-size:1.2em;padding:5px 0}.appSettingsErrorMessage{line-height:1.5em;margin:10px;padding:10px;color:#58151c;background-color:#f8d7da;border:1px solid #f1aeb5;border-radius:4px}.appSettingsErrorMessage li{list-style:inside}.testCardContainer{position:fixed;inset:0;width:100%;height:100%;margin:auto;background-position:center bottom;background-repeat:no-repeat;background-size:contain;background-color:var(--desktopBackColor)}.testCardContainer[data-type=quiz-survey]{background-color:#ffebc8;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1024" width="1365.333"><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 768h1024V0H0z"/></clipPath></defs><g clip-path="url(%23a)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M892.887 82.364c14.87 22.062 22.727 47.835 22.72 74.53-.007 35.641-13.895 69.146-39.103 94.342-25.207 25.195-58.72 39.067-94.36 39.06V161.25z" fill="%23ffad4e"/><path d="M700.623 51.248c23.547-18.204 51.758-27.823 81.583-27.816 44.439.009 85.815 22.041 110.681 58.932l-110.804 78.887z" fill="%23ffbc70"/><path d="M651.13 182.099a134.432 134.432 0 01-2.387-25.267c.006-21.004 4.759-41.118 14.13-59.78 8.925-17.772 21.979-33.611 37.75-45.804l81.46 110.003z" fill="%23ffcc91"/><path d="M716.61 273.097c-34.238-19.347-58.104-52.515-65.48-90.998l130.953-20.848z" fill="%23ffdbb3"/><path d="M782.144 290.295c-22.972-.005-45.634-5.952-65.535-17.198l65.473-111.846z" fill="%23ffebd5"/><path d="M180.67-1.365h-45.143v267.829h45.143z" fill="%23ffd792"/><path d="M262.164-1.365h-45.143v89.479h45.143z" fill="%23ffb22c"/><path d="M343.658-1.365h-45.143v156.312h45.143z" fill="%23ffcb70"/><path d="M425.152-1.365h-45.143v316.967h45.143z" fill="%23ffbe4e"/><path d="M506.646-1.365h-45.143v210.292h45.143zM109.698-3.3c-.862 0-1.562.698-1.562 1.561v319.104c0 .861.7 1.562 1.562 1.562.862 0 1.562-.7 1.562-1.562V-1.739c0-.863-.7-1.562-1.562-1.562" fill="%23ffab1b"/><path d="M698.464 204.77c-.266 0-.532.101-.735.305l-30.904 30.887-113.547-.026a1.042 1.042 0 000 2.081l114.41.026 31.512-31.497a1.039 1.039 0 000-1.47 1.034 1.034 0 00-.736-.307" fill="%23ffbc70"/><path d="M701.093 208.717a3.913 3.913 0 10-5.533-5.536 3.913 3.913 0 005.533 5.536M656.326 243.246l-95.763-.022a3.123 3.123 0 00-3.123 3.122l-.002 6.245a3.125 3.125 0 003.122 3.124l95.763.021a3.121 3.121 0 003.123-3.122l.002-6.245a3.122 3.122 0 00-3.122-3.123M755.762 264.916c-.36 0-.71.187-.902.52l-18.464 31.939-80.782-.026a1.04 1.04 0 100 2.082l81.984.026 19.065-32.979a1.041 1.041 0 00-.901-1.562" fill="%23ffbc70"/><path d="M759.052 268.085a3.915 3.915 0 00-6.776-3.918 3.913 3.913 0 106.776 3.918M729.188 304.66l-64.535-.023a3.123 3.123 0 00-3.124 3.122v6.245a3.122 3.122 0 003.122 3.123l64.535.022a3.123 3.123 0 003.123-3.122l.001-6.245a3.122 3.122 0 00-3.122-3.123" fill="%23ffbc70"/></g></svg>')}.testCardContainer[data-type=quiz-test]{background-color:#bfeef4;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1024" width="1365.333"><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 768h1024V0H0z"/></clipPath><clipPath id="b" clipPathUnits="userSpaceOnUse"><path d="M164.932 439.671c-11.29 0-20.443-9.153-20.443-20.443V.256H856.93v417.896c0 11.884-9.633 21.519-21.518 21.519z"/></clipPath><clipPath id="d" clipPathUnits="userSpaceOnUse"><path d="M0 768h1024V0H0z"/></clipPath><clipPath id="e" clipPathUnits="userSpaceOnUse"><path d="M195.881 272.996h290.863V168.128H195.881z"/></clipPath><clipPath id="f" clipPathUnits="userSpaceOnUse"><path d="M195.881 138.051h290.863V33.182H195.881z"/></clipPath><clipPath id="g" clipPathUnits="userSpaceOnUse"><path d="M207.533 141.876c-6.408 0-11.652-5.243-11.652-11.651V48.66c0-6.409 5.244-11.652 11.652-11.652h267.559c6.409 0 11.652 5.243 11.652 11.652v81.565c0 6.408-5.243 11.651-11.652 11.651z"/></clipPath><clipPath id="i" clipPathUnits="userSpaceOnUse"><path d="M0 768h1024V0H0z"/></clipPath><clipPath id="j" clipPathUnits="userSpaceOnUse"><path d="M512.507 272.996h293.254V168.128H512.507z"/></clipPath><clipPath id="k" clipPathUnits="userSpaceOnUse"><path d="M524.159 276.822c-6.409 0-11.652-5.244-11.652-11.652v-81.565c0-6.408 5.243-11.651 11.652-11.651h269.95c6.409 0 11.652 5.243 11.652 11.651v81.565c0 6.408-5.243 11.652-11.652 11.652z"/></clipPath><clipPath id="m" clipPathUnits="userSpaceOnUse"><path d="M0 768h1024V0H0z"/></clipPath><clipPath id="n" clipPathUnits="userSpaceOnUse"><path d="M512.507 138.051h293.254V33.182H512.507z"/></clipPath><clipPath id="o" clipPathUnits="userSpaceOnUse"><path d="M524.159 141.876c-6.409 0-11.652-5.243-11.652-11.651V48.66c0-6.409 5.243-11.652 11.652-11.652h269.95c6.409 0 11.652 5.243 11.652 11.652v81.565c0 6.408-5.243 11.651-11.652 11.651z"/></clipPath><clipPath id="q" clipPathUnits="userSpaceOnUse"><path d="M0 768h1024V0H0z"/></clipPath><linearGradient id="c" spreadMethod="pad" gradientTransform="matrix(0 -437.57935 -437.57935 0 500.71 436.974)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0"><stop offset="0" stop-color="%23f0f1f8"/><stop offset="1" stop-color="%23e5e8f4"/></linearGradient><linearGradient id="h" spreadMethod="pad" gradientTransform="matrix(290.86298 0 0 -290.86298 195.881 89.442)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0"><stop offset="0" stop-color="%23f8f8fc"/><stop offset="1" stop-color="%23f2f3fa"/></linearGradient><linearGradient id="l" spreadMethod="pad" gradientTransform="matrix(293.254 0 0 -293.254 512.507 224.388)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0"><stop offset="0" stop-color="%23f8f8fc"/><stop offset="1" stop-color="%23f2f3fa"/></linearGradient><linearGradient id="p" spreadMethod="pad" gradientTransform="matrix(293.254 0 0 -293.254 512.507 89.442)" gradientUnits="userSpaceOnUse" y2="0" x2="1" y1="0" x1="0"><stop offset="0" stop-color="%23f8f8fc"/><stop offset="1" stop-color="%23f2f3fa"/></linearGradient></defs><g clip-path="url(%23a)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M879.048-.37H166.606v397.48c0 11.29 9.152 20.444 20.443 20.444h670.479c11.885 0 21.52-9.634 21.52-21.52z" fill="%23aed0e4"/></g><g clip-path="url(%23b)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M164.932 439.671c-11.29 0-20.443-9.153-20.443-20.443V.256H856.93v417.896c0 11.884-9.633 21.519-21.518 21.519z" fill="url(%23c)"/></g><g clip-path="url(%23d)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><g clip-path="url(%23e)"><path d="M475.092 168.128H207.533c-6.409 0-11.652 5.243-11.652 11.652v81.565c0 6.408 5.243 11.65 11.652 11.65h267.56c6.408 0 11.651-5.242 11.651-11.65V179.78c0-6.41-5.243-11.652-11.652-11.652" fill="%23c5cbe6"/></g><path d="M475.092 171.954H207.533c-6.409 0-11.652 5.243-11.652 11.651v81.565c0 6.408 5.243 11.652 11.652 11.652h267.56c6.408 0 11.651-5.244 11.651-11.652v-81.565c0-6.408-5.243-11.65-11.652-11.65" fill="%23fff"/><path d="M361.297 230.46h-63.42a2.428 2.428 0 000 4.855h63.42a2.427 2.427 0 100-4.855M424.716 213.46h-126.84a2.428 2.428 0 000 4.855h126.84a2.427 2.427 0 100-4.854M448.705 230.46h-76.707a2.428 2.428 0 000 4.855h76.707a2.427 2.427 0 000-4.855M235.221 246.478a3.582 3.582 0 01-3.577-3.577v-37.027a3.582 3.582 0 013.577-3.576h37.027a3.58 3.58 0 013.577 3.577v37.027a3.58 3.58 0 01-3.577 3.577zm37.027-49.035h-37.027c-4.648 0-8.43 3.782-8.43 8.431v37.028c0 4.648 3.782 8.43 8.43 8.43h37.027c4.65 0 8.432-3.782 8.432-8.43v-37.027c0-4.65-3.783-8.431-8.432-8.431" fill="%23a9b0dd"/><path d="M249.123 211.522c-.869 0-1.74.332-2.403.996l-9.71 9.71a3.397 3.397 0 104.805 4.806l7.308-7.308 16.531 16.532a3.4 3.4 0 004.806 0 3.396 3.396 0 000-4.805l-18.934-18.935a3.389 3.389 0 00-2.403-.996" fill="%237984c9"/><g><g clip-path="url(%23f)"><path d="M475.092 33.183H207.533c-6.409 0-11.652 5.243-11.652 11.65V126.4c0 6.409 5.243 11.652 11.652 11.652h267.56c6.408 0 11.651-5.243 11.651-11.652V44.834c0-6.408-5.243-11.651-11.652-11.651" fill="%23dde0f0"/></g></g></g><g clip-path="url(%23g)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M207.533 141.876c-6.408 0-11.652-5.243-11.652-11.651V48.66c0-6.409 5.244-11.652 11.652-11.652h267.559c6.409 0 11.652 5.243 11.652 11.652v81.565c0 6.408-5.243 11.651-11.652 11.651z" fill="url(%23h)"/></g><g clip-path="url(%23i)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M340.236 95.515h-42.359a2.427 2.427 0 100 4.854h42.36a2.426 2.426 0 100-4.854M448.705 78.516H297.877a2.428 2.428 0 000 4.854h150.828a2.426 2.426 0 100-4.854M392.67 95.515h-42.359a2.427 2.427 0 100 4.854h42.36a2.427 2.427 0 100-4.854M235.221 111.533a3.581 3.581 0 01-3.577-3.578V70.93a3.582 3.582 0 013.577-3.578h37.027a3.581 3.581 0 013.577 3.578v37.026a3.58 3.58 0 01-3.577 3.578zm37.027-49.036h-37.027c-4.648 0-8.43 3.782-8.43 8.432v37.026c0 4.65 3.782 8.432 8.43 8.432h37.027c4.65 0 8.432-3.782 8.432-8.432V70.93c0-4.65-3.783-8.432-8.432-8.432" fill="%23c1c7e7"/><g clip-path="url(%23j)"><path d="M794.108 168.128H524.16c-6.409 0-11.653 5.243-11.653 11.652v81.565c0 6.408 5.244 11.65 11.653 11.65h269.95c6.408 0 11.651-5.242 11.651-11.65V179.78c0-6.41-5.243-11.652-11.652-11.652" fill="%23dde0f0"/></g></g><g clip-path="url(%23k)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M524.159 276.822c-6.409 0-11.652-5.244-11.652-11.652v-81.565c0-6.408 5.243-11.651 11.652-11.651h269.95c6.409 0 11.652 5.243 11.652 11.651v81.565c0 6.408-5.243 11.652-11.652 11.652z" fill="url(%23l)"/></g><g clip-path="url(%23m)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M670.456 213.46h-55.953a2.428 2.428 0 100 4.855h55.953a2.426 2.426 0 100-4.854M741.34 230.46H614.504a2.428 2.428 0 100 4.855H741.34a2.427 2.427 0 100-4.855M769.1 213.46h-83.712a2.428 2.428 0 000 4.855H769.1a2.427 2.427 0 100-4.854M551.847 246.478a3.58 3.58 0 01-3.576-3.577v-37.027a3.58 3.58 0 013.576-3.576h37.027a3.58 3.58 0 013.577 3.577v37.027a3.58 3.58 0 01-3.577 3.577zm37.027-49.035h-37.027c-4.648 0-8.431 3.782-8.431 8.431v37.028c0 4.648 3.783 8.43 8.43 8.43h37.028c4.65 0 8.432-3.782 8.432-8.43v-37.027c0-4.65-3.782-8.431-8.432-8.431" fill="%23c1c7e7"/><g clip-path="url(%23n)"><path d="M794.108 33.183H524.16c-6.409 0-11.653 5.243-11.653 11.65V126.4c0 6.409 5.244 11.652 11.653 11.652h269.95c6.408 0 11.651-5.243 11.651-11.652V44.834c0-6.408-5.243-11.651-11.652-11.651" fill="%23dde0f0"/></g></g><g clip-path="url(%23o)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M524.159 141.876c-6.409 0-11.652-5.243-11.652-11.651V48.66c0-6.409 5.243-11.652 11.652-11.652h269.95c6.409 0 11.652 5.243 11.652 11.652v81.565c0 6.408-5.243 11.651-11.652 11.651z" fill="url(%23p)"/></g><g clip-path="url(%23q)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M777.017 95.515H614.503a2.427 2.427 0 100 4.854h162.514a2.427 2.427 0 100-4.854M741.34 78.516H614.504a2.428 2.428 0 100 4.854H741.34a2.427 2.427 0 100-4.854M551.847 111.533a3.58 3.58 0 01-3.576-3.578V70.93a3.58 3.58 0 013.576-3.578h37.027a3.581 3.581 0 013.577 3.578v37.026a3.58 3.58 0 01-3.577 3.578zm37.027-49.036h-37.027c-4.648 0-8.431 3.782-8.431 8.432v37.026c0 4.65 3.783 8.432 8.43 8.432h37.028c4.65 0 8.432-3.782 8.432-8.432V70.93c0-4.65-3.782-8.432-8.432-8.432" fill="%23c1c7e7"/><path d="M319.675 334.735H200.663a5.434 5.434 0 100 10.868h119.012a5.433 5.433 0 100-10.868M557.837 334.735h-216.57a5.434 5.434 0 000 10.868h216.57a5.434 5.434 0 100-10.868M793.607 334.735H578.808a5.434 5.434 0 100 10.868h214.8a5.433 5.433 0 100-10.868M483.598 371.006H200.662a5.434 5.434 0 000 10.868h282.936a5.433 5.433 0 100-10.868M735.646 371.006H503.548a5.434 5.434 0 100 10.868h232.098a5.433 5.433 0 100-10.868" fill="%23b5bce2"/></g></svg>')}.testCardContainer[data-type=attendance]{background-color:#d2f1da;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1024" width="1365.333"><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 768h1024V0H0z"/></clipPath></defs><g clip-path="url(%23a)" transform="matrix(1.33333 0 0 -1.33333 0 1024)"><path d="M804.086-9h-628.36v262.04c0 18.941 15.354 34.296 34.296 34.296h559.385c18.908 0 34.248-15.302 34.295-34.209z" fill="%23f9fbe7"/><path d="M761.495 201.278H223.738v39.783h537.757z" fill="%23eef2bb"/><path d="M761.532-13.404a3.955 3.955 0 00-3.955 3.955v247.342H227.962V-9.45a3.955 3.955 0 00-7.91 0v255.252h545.435V-9.45a3.955 3.955 0 00-3.955-3.955" fill="%23e3ec90"/><path d="M761.532 197.64H224.007v7.91h537.525zM761.532 157.388H224.007v7.91h537.525zM761.532 76.882H224.007v7.91h537.525zM761.532-3.624H224.007v7.91h537.525zM761.532 117.135H224.007v7.91h537.525zM761.532 36.629H224.007v7.91h537.525z" fill="%23e3ec90"/><path d="M310.865-9.449h-7.91v211.044h7.91zM434.91-9.449H427v211.044h7.91zM476.258-9.449h-7.91v211.044h7.91zM517.606-9.449h-7.91v211.044h7.91zM600.303-9.449h-7.91v211.044h7.91z" fill="%23e3ec90"/><path d="M503.728 181.387c0-5.758-4.668-10.426-10.426-10.426s-10.426 4.668-10.426 10.426 4.669 10.426 10.427 10.426 10.426-4.668 10.426-10.426M503.728 141.603c0-5.758-4.668-10.426-10.426-10.426s-10.426 4.669-10.426 10.427c0 5.757 4.669 10.425 10.427 10.425s10.426-4.668 10.426-10.426M503.728 60.666c0-5.758-4.668-10.426-10.426-10.426s-10.426 4.668-10.426 10.426 4.669 10.426 10.427 10.426 10.426-4.668 10.426-10.426M503.728 20.883c0-5.758-4.668-10.426-10.426-10.426s-10.426 4.668-10.426 10.426 4.669 10.426 10.427 10.426 10.426-4.668 10.426-10.426M503.728 101.82c0-5.758-4.668-10.426-10.426-10.426s-10.426 4.668-10.426 10.426c0 5.76 4.669 10.426 10.427 10.426s10.426-4.667 10.426-10.426" fill="%23eef2bb"/><path d="M470.725 361.603c-16.568 0-30-13.432-30-30v-77c0-16.568 13.432-30 30-30h32.699l-8.7-22-2.77 1v-10.616a4.534 4.534 0 010-.201v-.094l.007.006c.135-2.24 2.854-3.754 4.875-2.15l42.889 34.055H804v137z" fill="%23d0dfb9"/><path d="M907.725 254.603v77c0 16.568-13.432 30-30 30H804v-137h73.725c16.568 0 30 13.432 30 30" fill="%23b5d5af"/><path d="M877.725 372.603h-407c-16.568 0-30-13.432-30-30v-77c0-16.568 13.432-30 30-30h32.699l-11.28-30.66c-1.05-2.854 2.312-5.284 4.693-3.395l42.888 34.055h338c16.568 0 30 13.432 30 30v77c0 16.568-13.432 30-30 30" fill="%23fff"/><path d="M766.484 300.254h8.08c1.303 0 2.196 1.043 2.196 2.196 0 1.155-.893 2.16-2.196 2.16h-8.08c-1.34 0-2.197-1.005-2.197-2.16 0-1.153.856-2.196 2.197-2.196m0 10.463h8.08c1.303 0 2.196 1.005 2.196 2.159s-.893 2.197-2.196 2.197h-8.08c-1.34 0-2.197-1.043-2.197-2.197 0-1.154.856-2.16 2.197-2.16m-18.692-37.718c4.952 0 8.973 4.022 8.973 9.048 0 3.5-1.935 6.367-4.802 7.932-1.229.632-1.639 1.079-1.639 2.904v19.77c0 1.937-1.117 3.09-2.532 3.09-1.453 0-2.569-1.153-2.569-3.09v-19.77c0-1.825-.41-2.272-1.638-2.904-2.868-1.565-4.804-4.432-4.804-7.932 0-5.026 4.021-9.048 9.011-9.048m18.692 48.182h8.08c1.303 0 2.196 1.005 2.196 2.159s-.893 2.16-2.196 2.16h-8.08c-1.34 0-2.197-1.006-2.197-2.16 0-1.154.856-2.16 2.197-2.16m0 10.464h8.08c1.303 0 2.196 1.005 2.196 2.159s-.893 2.16-2.196 2.16h-8.08c-1.34 0-2.197-1.006-2.197-2.16 0-1.154.856-2.16 2.197-2.16m-18.654-63.67c-7.783 0-14.075 6.33-14.075 14.037 0 4.654 2.234 8.862 6.18 11.506 1.154.78 1.602 1.489 1.602 3.015v35.597c0 4.69 2.532 7.707 6.293 7.707 3.648 0 6.18-3.016 6.18-7.707V296.53c0-1.526.447-2.234 1.601-3.015 3.947-2.644 6.182-6.852 6.182-11.506 0-7.707-6.293-14.037-13.963-14.037m0-5.4c10.685 0 19.398 8.713 19.398 19.437 0 5.66-2.308 10.612-6.776 14.634-.82.744-.968 1.153-.968 2.27l.037 33.437c0 7.782-4.729 12.958-11.69 12.958-7.076 0-11.805-5.176-11.805-12.958l.037-33.437c0-1.117-.148-1.526-.968-2.27-4.468-4.022-6.777-8.974-6.777-14.634 0-10.724 8.713-19.437 19.512-19.437M500.343 299.56h21.17c1.582 0 2.84 1.217 2.84 2.839v27.335c0 1.582-1.258 2.799-2.84 2.799-1.581 0-2.798-1.217-2.798-2.8v-24.535h-18.372c-1.622 0-2.84-1.217-2.84-2.8 0-1.621 1.218-2.838 2.84-2.838m21.21-30.092c-19.142 0-34.432 15.33-34.432 34.473 0 19.1 15.25 34.473 34.393 34.473 19.142 0 34.473-15.372 34.513-34.473.04-19.143-15.33-34.473-34.473-34.473m0-6.894c22.63 0 41.367 18.736 41.367 41.367 0 22.59-18.777 41.367-41.407 41.367-22.59 0-41.327-18.777-41.327-41.367 0-22.631 18.777-41.367 41.367-41.367" fill="%2377d58f"/><path d="M824.195 302.03c0 3.515-2.979 6.493-6.494 6.493-3.565 0-6.494-2.978-6.494-6.494 0-3.516 2.978-6.494 6.494-6.494 3.515 0 6.494 2.978 6.494 6.494M846.412 302.03c0 3.515-2.979 6.493-6.494 6.493-3.516 0-6.494-2.978-6.494-6.494 0-3.516 3.027-6.494 6.494-6.494 3.515 0 6.494 2.978 6.494 6.494M868.629 302.03c0 3.515-2.93 6.493-6.494 6.493-3.516 0-6.494-2.978-6.494-6.494 0-3.516 3.027-6.494 6.494-6.494 3.564 0 6.494 2.978 6.494 6.494" fill="%2391dda4"/><path d="M612.28 265.603h57.795c7.27 0 9.848 2.071 9.848 6.12 0 11.872-14.864 28.254-38.746 28.254-23.835 0-38.698-16.381-38.698-28.253 0-4.05 2.576-6.12 9.801-6.12m28.943 39.61c9.848 0 18.407 8.835 18.407 20.339 0 11.365-8.559 19.786-18.407 19.786-9.846 0-18.406-8.604-18.406-19.88 0-11.41 8.513-20.246 18.406-20.246" fill="%2377d58f"/></g></svg>')}.testCardTopBarContainer{position:fixed;top:0;left:0;width:100%;pointer-events:none}.testCardTopBarContainerInner{display:flex;align-items:center;height:var(--editorHeaderBaseHeight);padding:var(--editorHeaderBasePadding);justify-content:space-between}.testCardFrame{position:fixed;top:0;left:0;width:100%;height:100%}.testCardLoadingProgressLabel{position:absolute;top:20%;left:0;width:100%;font-size:24px;text-align:center}@media (max-height: 480px) and (orientation: landscape),(max-width: 480px) and (orientation: portrait){.testCardLoadingProgressLabel{font-size:16px}}.quizSharingModeDialog{height:140px;width:400px;max-width:90vw;max-height:calc(var(--vh, 1vh) * 90)}.quizSharingModeDialogHeader{border:none}.quizSharingModeDialogHeaderTitle{font-size:16px}.quizSharingModeDialogBody{display:flex;justify-content:center;align-items:center;gap:10%;margin:auto;width:100%;height:100%;background:#fff}div[class*=quizSharingModeDialogButton]{border-radius:8px;width:35%;min-width:fit-content;text-align:center}div[class*=quizSharingModeDialogButton]>span{margin:auto}.quizSharingModeDialogButtonGame{background:#f6d47f}.quizSharingModeDialogButtonGame:active{background:#f8de9e}.quizSharingModeDialogButtonNormal{background:#97d0f8}.quizSharingModeDialogButtonNormal:active{background:#b0dcf9}.screenLock{width:100%;height:100%;position:fixed;inset:0;background-color:#f7f7f7;display:flex;justify-content:center;align-items:center}.screenLockInner{display:flex;flex-direction:column;justify-content:center;align-items:center}.screenLockPanel{width:100%;height:100%;position:relative;display:flex;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;background-color:#efefef}.screenLockParagraph{text-align:center}.screenLockGroupCourseInfo{display:flex;flex-direction:column;align-items:center;justify-content:center}.screenLockHr{border-top:1px solid #ccc;width:75%}.screenLockTitle{font-weight:700}.screenLockConfirmButton{background-color:#efefef}.screenLockConfirmButton div{width:100%;text-align:center}.screenLockConfirmButton:active{background-color:#fff}.screenLockPin{border-radius:50%;background-color:#ddd;position:absolute}@media (orientation: landscape){.screenLockInner{width:40vw;height:29.5vw;padding-bottom:3vw}.screenLockPanel{padding:2vw;box-shadow:.3vw .3vw .4vw #0006;border-radius:1vw;margin-bottom:3.85vw}.screenLockParagraph{padding:.8vw 0;font-size:1.5vw}.screenLockGroupCourseInfo{padding:1.3vw 0}.screenLockGroupName{font-size:.75vw;padding:.3vw}.screenLockCourseName{font-size:1.25vw}.screenLockTitle{padding:1.25vw;font-size:3vw}.screenLockConfirmButton{border:max(1px,.1vw) solid #b0b0b0;border-radius:.3vw;width:17vw;font-size:1.45vw;height:4vw}.screenLockPin{height:2.4vw;width:2.4vw;box-shadow:.2vw .2vw .4vw #0006}.screenLockPinLT{top:1vw;left:1vw}.screenLockPinLB{bottom:1vw;left:1vw}.screenLockPinRT{top:1vw;right:1vw}.screenLockPinRB{bottom:1vw;right:1vw}}@media (orientation: portrait){.screenLockInner{width:calc(var(--vh, 1vh) * 40);height:calc(var(--vh, 1vh) * 29.5);padding-bottom:calc(var(--vh, 1vh) * 3)}.screenLockPanel{padding:calc(var(--vh, 1vh) * 2);box-shadow:calc(var(--vh, 1vh) * .3) calc(var(--vh, 1vh) * .3) calc(var(--vh, 1vh) * .4) #0006;border-radius:var(--vh, 1vh);margin-bottom:calc(var(--vh, 1vh) * 3.85)}.screenLockParagraph{padding:calc(var(--vh, 1vh) * .8) 0;font-size:calc(var(--vh, 1vh) * 1.5)}.screenLockGroupCourseInfo{padding:calc(var(--vh, 1vh) * 1.3) 0}.screenLockGroupName{font-size:calc(var(--vh, 1vh) * .75);padding:calc(var(--vh, 1vh) * .3)}.screenLockCourseName{font-size:calc(var(--vh, 1vh) * 1.25)}.screenLockTitle{padding:calc(var(--vh, 1vh) * 1.25);font-size:calc(var(--vh, 1vh) * 3)}.screenLockConfirmButton{border:max(1px,calc(var(--vh, 1vh) * .1)) solid #b0b0b0;border-radius:calc(var(--vh, 1vh) * .3);width:calc(var(--vh, 1vh) * 17);font-size:calc(var(--vh, 1vh) * 1.45);height:calc(var(--vh, 1vh) * 4)}.screenLockPin{height:2.4vw;width:2.4vw;box-shadow:calc(var(--vh, 1vh) * .2) calc(var(--vh, 1vh) * .2) calc(var(--vh, 1vh) * .4) #0006}.screenLockPinLT{top:var(--vh, 1vh);left:var(--vh, 1vh)}.screenLockPinLB{bottom:var(--vh, 1vh);left:var(--vh, 1vh)}.screenLockPinRT{top:var(--vh, 1vh);right:var(--vh, 1vh)}.screenLockPinRB{bottom:var(--vh, 1vh);right:var(--vh, 1vh)}}.screenSharing{position:fixed;top:0;width:100%;height:100%}.screenSharingFullscreen{display:flex;justify-content:center;align-items:center;background:#000;position:absolute;top:0;width:100%;height:100%}.screenSharingStopButton[data-active=true]{color:orange;border-color:orange}.screenSharingVolumeTool{display:flex;justify-content:center}.screenSharingVolumeButton{margin-right:15px}.screenSharingVolumeSlider{display:flex;align-items:center}.screenSharingComparison{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000;box-sizing:border-box;padding-bottom:var(--safeAreaInsetBottom)}.screenSharingComparison .laserLayer{height:calc(100% - var(--safeAreaInsetBottom))}.screenSharingComparisonInner{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.screenSharingComparisonCell{border:1px solid #7f7f7f;display:flex;position:relative;justify-content:center;align-items:center}.screenSharingComparisonCellAuthorName{position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;height:30px;color:#000;background-color:#ffffff7f}.screenSharePopoverDescription{color:#ff1d1d;text-align:center;padding:5px 10px}:root{--sendDialogWidthForTeacher: 480px;--sendDialogWidthForStudent: 400px}.sendDialog{width:80%;max-width:var(--sendDialogWidthForStudent);background-color:#fff;border-radius:8px}.sendDialog[data-teacher=true]{max-width:var(--sendDialogWidthForTeacher)}.sendDialogBody{display:grid;grid-template-columns:50% 50%;padding:35px 15px}.sendDialogBody[data-teacher=true]{grid-template-columns:33% 33% 34%}.sendDialogCell{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.sendDialogCellIcon{width:20vw;height:20vw;max-width:100px;max-height:100px}.sendDialogCellTitle{max-width:fit-content;padding-top:10px}@media (max-width: 400px){.sendDialogCellTitle{font-size:14px}}@media (max-width: 350px){.sendDialogCellTitle{font-size:13px}}@media (max-width: 330px){.sendDialogCellTitle{font-size:12px}}.sendTimeSelectorRow{box-sizing:border-box;width:100%;min-height:var(--navHeaderHeight);padding:0 15px;display:flex;justify-content:flex-end;align-items:center;background-color:#f8f8fb;position:relative;overflow:hidden}.sendTimeSelector{color:#000;font-size:var(--14px);display:flex;justify-content:flex-end;align-items:center;column-gap:12px}.sendTimeSelectDialogBody .sendTimeSelector{justify-content:center}.sendTimeSelectorButton{box-sizing:border-box;min-height:40px;min-width:calc(8 * var(--14px));padding:8px 12px;border:1px solid #b2b2b2;border-radius:8px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;column-gap:12px}.sendTimeSelectorButton:active{opacity:.5}.sendTimeSelectorButton[data-disabled=true]{opacity:.5;cursor:not-allowed}.sendTimeSelectorButton[data-invalid=true]{color:var(--errorRed);background-color:#ff2e5433;border-color:var(--errorRed)}.sendTimeSelectorButtonChevron{width:6px;height:6px;position:relative}.sendTimeSelectorButtonChevron:before{content:"";width:100%;height:100%;position:absolute;top:-3px;left:0;border-top:2px solid #777777;border-left:2px solid #777777;border-radius:2px;transform:rotate(45deg)}.sendTimeSelectorButtonChevron:after{content:"";width:100%;height:100%;position:absolute;bottom:-3px;left:0;border-bottom:2px solid #777777;border-left:2px solid #777777;border-radius:2px;transform:rotate(-45deg)}.sendTimeSelectorButton[data-invalid=true] .sendTimeSelectorButtonChevron:before,.sendTimeSelectorButton[data-invalid=true] .sendTimeSelectorButtonChevron:after{border-color:var(--errorRed)}.sendTimeSelectorValue{line-height:1.5}.sendTimeSelectorValue[data-placeholder=true]{color:#777}.sendTimeSelectorDisabledReason{max-width:90vw;padding:15px;color:#333;background-color:#fff}.sendTimeSelectorPopover{overflow-y:auto}@media (max-height: 480px){.sendTimeSelectorPopover{max-height:calc((var(--vh, 1vh) * 100) - (var(--navHeaderHeight) + 1px) - var(--navHeaderHeight) - 10px)}}.sendTimeSelectorValueItem{border:none;color:#000;display:flex;justify-content:flex-start;align-items:center}.sendTimeSelectorValueItem[role=label]:active{background-color:#fff}.sendTimeSelectorValueLabel{max-width:23rem;padding:0 47px;color:#000;background-color:#fff6d9;display:flex;justify-content:flex-start;align-items:center;text-align:start;line-height:1.2}.sendTimeSelectorValueLabel:active{background-color:#fff6d9}.sendTimeSelectorValueItemCheckMark{flex:0 0 32px;width:32px;height:44px}.sendTimeSelectorValueItemCheckMark[data-selected=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 22 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;"><path d="M2.028,4.365l6.371,6.597l10.863,-8.819" style="fill:none;stroke:%2307f;stroke-width:2px;"/></svg>');background-size:16px;background-repeat:no-repeat;background-position:center 55%}.sendTimeSelectorValueItemName{width:100%;display:inline-flex;justify-content:space-between;align-items:center}.sendTimeSelectorItemSeparator{margin:0;border:none;border-top:1px solid #ccc}.sendTimeInputModal{display:flex;justify-content:center;align-items:center}.sendTimeInputDialog{min-width:360px;width:max-content;height:fit-content}.sendTimeInputDialogBody{box-sizing:border-box;padding:15px;background-color:#fff;display:flex;justify-content:center;align-items:center}.sendTimeInputDialogBody .calendarDateTimeInput{width:100%}.sendTimeInputDialogBody .dateTimePicker{margin:0 10px}.sendTargetPickerModalFooter{background-color:#fff}:root{--sharedNoteLockColor: #f36a4e;--sharedNoteUnlockColor: #22a9a4}.sharedNoteSessionButtonWrapper{position:fixed;top:100px;right:15px}@media (max-height: 480px) and (orientation: landscape){.sharedNoteSessionButtonWrapper{top:60px;right:10px}}@media (max-width: 480px) and (orientation: portrait){.sharedNoteSessionButtonWrapper{top:unset;right:10px;bottom:calc(20px + max(var(--desktopMenuHeight),var(--desktopMenuMinHeight)))}}.sharedNoteConnectionState{position:absolute;left:0;bottom:0}.sharedNoteLockBadge{position:absolute;right:-4px;bottom:-4px}.sharedNoteLockBadge.redBadge{background-color:var(--sharedNoteLockColor)}.sharedNoteLockBadge.greenBadge{background-color:var(--sharedNoteUnlockColor)}.sharedNoteLockBadgeIcon{width:14px;height:14px;--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23fff;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M16.33,14.42c-.78,0-1.42-.63-1.42-1.42v-5.02c0-4.4,3.58-7.99,7.99-7.99,2.78,0,5.4,1.48,6.84,3.87.4.67.19,1.54-.48,1.94-.67.4-1.54.19-1.94-.48-.94-1.56-2.6-2.5-4.42-2.5-2.84,0-5.16,2.31-5.16,5.16v5.02c0,.78-.63,1.42-1.42,1.42Z"/>%0A  <rect class="cls-1" x="1.55" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A</svg>') no-repeat center center / 12px;mask:var(--mask);-webkit-mask:var(--mask);background:#fff}.sharedNoteLockBadgeIcon[data-locked=true]{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23fff;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <g>%0A    <path class="cls-1" d="M21.57,14.19c-.78,0-1.42-.63-1.42-1.42v-4.92c0-2.77-2.31-5.02-5.16-5.02s-5.16,2.25-5.16,5.02v4.92c0,.78-.63,1.42-1.42,1.42s-1.42-.63-1.42-1.42v-4.92C7.01,3.52,10.6,0,15,0s7.99,3.52,7.99,7.86v4.92c0,.78-.63,1.42-1.42,1.42Z"/>%0A    <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A  </g>%0A  <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A</svg>') no-repeat center center / 12px}.sharedNoteLockedIcon{width:1rem;aspect-ratio:1;--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23fff;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <g>%0A    <path class="cls-1" d="M21.57,14.19c-.78,0-1.42-.63-1.42-1.42v-4.92c0-2.77-2.31-5.02-5.16-5.02s-5.16,2.25-5.16,5.02v4.92c0,.78-.63,1.42-1.42,1.42s-1.42-.63-1.42-1.42v-4.92C7.01,3.52,10.6,0,15,0s7.99,3.52,7.99,7.86v4.92c0,.78-.63,1.42-1.42,1.42Z"/>%0A    <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A  </g>%0A  <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A</svg>') no-repeat center center / 100%;mask:var(--mask);-webkit-mask:var(--mask);background:var(--disabledColor);cursor:pointer}.sharedNoteLockedIconPopover{background:#929292;color:#fff;padding:12px}.sharedNoteSessionButton{width:44px;height:44px;display:flex;justify-content:center;align-items:center;border-left:1px solid #ccc;box-sizing:border-box;background-color:#fff;box-shadow:0 2px 4px -1px #0003;border-radius:22px;position:relative}.sharedNoteSessionButton:active{background-color:#ccc}.sharedNoteSessionCountBadge{position:absolute;top:-4px;right:-4px}.sharedNoteSessionCountBadge[data-animate=true]{animation:SharedNoteSessionCountBadge;animation-duration:.3s;animation-timing-function:ease-in-out}@keyframes SharedNoteSessionCountBadge{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.sharedNoteSessionButtonIcon{width:30px;height:30px;background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">%0A<svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">%0A    <g id="\30a2\30fc\30c8\30dc\30fc\30c9 1" transform="matrix(0.991688,0,0,4.48495,-0.46989,17.2166)">%0A        <rect x="0.474" y="-3.839" width="30.251" height="6.689" style="fill:none;"/>%0A        <clipPath id="_clip1">%0A            <rect x="0.474" y="-3.839" width="30.251" height="6.689"/>%0A        </clipPath>%0A        <g clip-path="url(%23_clip1)">%0A            <g id="\4eba\7269" transform="matrix(1.00838,0,0,0.222968,0.473871,-3.0316)">%0A                <path d="M29.15,17.45L21.23,14.26L21.23,13C23.043,11.547 24.071,9.322 24,7C24,3.13 21.37,0 18.13,0C14.89,0 12.25,3.14 12.25,7C12.175,9.319 13.194,11.543 15,13L15,14.3L7.1,17.45C6.589,17.659 6.253,18.158 6.25,18.71L6.25,22.76L30,22.76L30,18.71C29.997,18.158 29.661,17.659 29.15,17.45Z" style="fill:rgb(171,170,170);fill-rule:nonzero;"/>%0A                <path d="M6.39,15.65L12.48,13.2C11.066,11.447 10.308,9.252 10.34,7C10.332,5.331 10.745,3.687 11.54,2.22C10.989,1.975 10.393,1.849 9.79,1.85C7,1.86 4.7,4.58 4.7,7.93C4.649,9.929 5.538,11.841 7.1,13.09L7.1,14.22L1,16.87C0.39,17.126 -0.007,17.728 0,18.39L0,22.76L4.34,22.76L4.34,18.71C4.335,17.37 5.149,16.155 6.39,15.65Z" style="fill:rgb(171,170,170);fill-rule:nonzero;"/>%0A            </g>%0A        </g>%0A    </g>%0A</svg>%0A');background-size:30px;background-position:center}.sharedNotePermissionSectionHeader{display:flex;flex-direction:row;align-items:center;gap:8px}.sharedNotePermissionIcon{width:var(--18px);height:var(--18px)}.sharedNotePermissionBody{box-sizing:border-box;padding:20px 20px 48px;display:flex;flex-direction:column;gap:var(--sectionGap);flex:1}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.centerModal .navBody.sharedNotePermissionBody{padding-bottom:max(48px,var(--safeAreaInsetBottom))}}.sharedNotePermissionSelectorContainer{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end;row-gap:0}.sharedNotePermissionLockStateMessage{font-size:var(--12px);text-align:left;display:flex;justify-content:flex-start;align-items:center;column-gap:4px}.sharedNotePermissionLockStateMessage[data-locked=true]{color:var(--sharedNoteLockColor)}.sharedNotePermissionLockStateMessage[data-locked=false]{color:var(--sharedNoteUnlockColor)}.sharedNotePermissionLockStateMessage:before{content:"";width:var(--12px);height:var(--12px);-webkit-mask:var(--mask);mask:var(--mask)}.sharedNotePermissionLockStateMessage[data-locked=true]:before{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23fff;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <g>%0A    <path class="cls-1" d="M21.57,14.19c-.78,0-1.42-.63-1.42-1.42v-4.92c0-2.77-2.31-5.02-5.16-5.02s-5.16,2.25-5.16,5.02v4.92c0,.78-.63,1.42-1.42,1.42s-1.42-.63-1.42-1.42v-4.92C7.01,3.52,10.6,0,15,0s7.99,3.52,7.99,7.86v4.92c0,.78-.63,1.42-1.42,1.42Z"/>%0A    <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A  </g>%0A  <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A</svg>') no-repeat center center / var(--12px);background-color:var(--sharedNoteLockColor)}.sharedNotePermissionLockStateMessage[data-locked=false]:before{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23fff;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M16.33,14.42c-.78,0-1.42-.63-1.42-1.42v-5.02c0-4.4,3.58-7.99,7.99-7.99,2.78,0,5.4,1.48,6.84,3.87.4.67.19,1.54-.48,1.94-.67.4-1.54.19-1.94-.48-.94-1.56-2.6-2.5-4.42-2.5-2.84,0-5.16,2.31-5.16,5.16v5.02c0,.78-.63,1.42-1.42,1.42Z"/>%0A  <rect class="cls-1" x="1.55" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A</svg>') no-repeat center center / var(--12px);background-color:var(--sharedNoteUnlockColor)}.sharedNotePermissionSelectorContainer .sharedNotePermissionLockStateMessage{margin-bottom:4px}.sharedNotePermissionRangeSection{width:100%}.sharedNoteNameInput{border:solid transparent;font-size:1em}.sharedNoteItemText{width:fit-content;max-width:100%}.sharedNotePermissionOwnerTitle{color:var(--disabledColor)}.sharedNotePermissionSelectorContainer[data-show-locked=true] .sharedNotePermissionSelectorButton{min-height:36px}.sharedNotePermissionSelectorButtonIcon{width:15px;height:15px;margin-left:8px;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33.86 19.76"><defs><style>.cls-1{fill:%230075f6;}<\/style></defs><title>\30a2\30fc\30c8\30dc\30fc\30c9  3</title><g id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1"><polygon class="cls-1" points="33.86 4.43 29.84 0 16.93 11.7 4.02 0 0 4.43 16.92 19.76 16.93 19.75 16.94 19.76 33.86 4.43"/></g></svg>%0A') no-repeat center center / 13px;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33.86 19.76"><defs><style>.cls-1{fill:%230075f6;}<\/style></defs><title>\30a2\30fc\30c8\30dc\30fc\30c9  3</title><g id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1"><polygon class="cls-1" points="33.86 4.43 29.84 0 16.93 11.7 4.02 0 0 4.43 16.92 19.76 16.93 19.75 16.94 19.76 33.86 4.43"/></g></svg>%0A') no-repeat center center / 13px;background-color:var(--primaryBlue)}.sharedNotePermissionSelectorButton[aria-disabled=true] .sharedNotePermissionSelectorButtonIcon{background-color:var(--disabledColor)}.sharedNotePermissionSelectorButton:not([aria-disabled=true]):active .sharedNotePermissionSelectorButtonIcon{background-color:var(--primaryBlueHighlight)}.sharedNotePermissionSelectorItem{justify-content:left;font-size:var(--16px)}.sharedNotePermissionSelectorMark{width:28px;height:15px;background-size:15px 15px;background-repeat:no-repeat}.sharedNotePermissionSelectorMark[data-selected=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 22 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;"><path d="M2.028,4.365l6.371,6.597l10.863,-8.819" style="fill:none;stroke:%2307f;stroke-width:2px;"/></svg>')}.sharedNotePermissionSelectorRoleContainer{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start;row-gap:8px}.sharedNotePermissionSelectorRoleLocked{color:#f36a4e;font-size:var(--12px);text-align:left;display:flex;justify-content:flex-start;align-items:center;column-gap:4px}.sharedNotePermissionSelectorRoleLocked:before{content:"";width:var(--12px);height:var(--12px);--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23fff;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <g>%0A    <path class="cls-1" d="M21.57,14.19c-.78,0-1.42-.63-1.42-1.42v-4.92c0-2.77-2.31-5.02-5.16-5.02s-5.16,2.25-5.16,5.02v4.92c0,.78-.63,1.42-1.42,1.42s-1.42-.63-1.42-1.42v-4.92C7.01,3.52,10.6,0,15,0s7.99,3.52,7.99,7.86v4.92c0,.78-.63,1.42-1.42,1.42Z"/>%0A    <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A  </g>%0A  <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A</svg>') no-repeat center center / var(--12px);-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--sharedNoteLockColor)}.sharedNotePermissionSelectorDelete{color:red}.sharedNoteUserPickerDialog{background:#fff}.sharedNoteUserPickerHeader{display:flex;justify-content:flex-start;align-items:center;padding:4px 20px}.userPickerSectionHr.sharedNoteUserPickerSectionHr{width:calc(100% - 40px)}.sharedNoteAddMemberButton{color:var(--primaryBlue)}.sharedNoteAddMemberButton[aria-disabled=true]{color:var(--disabledColor)}.sharedNoteAddMemberIcon{width:22px;height:22px}.sharedNoteAddMemberIcon[data-disabled=true]{filter:grayscale(1)}.sharedNoteMemberPermissionsFooter{background-color:var(--navBodyBackground);display:flex;justify-content:space-between;height:var(--navHeaderHeight);width:100%;box-sizing:border-box;padding:0 15px}.sharedNotePermissionSelectButton{min-height:auto}.sharedNotePermissionIndicatorContainer{position:relative;min-height:44px}.sharedNoteMemberStatusDialog{background:#fff}.sharedNoteMemberStatusBody{background:#f8f8f8}.sharedNoteMemberStatusSection{padding:0 20px 20px}.sharedNoteMemberStatusSection.online{background:#fff}.sharedNoteMemberStatusHr{width:calc(100% - 40px);margin:0 auto;border-top:1px solid #d8d8d8}.sharedNoteMemberStatusSectionTitle{font-size:var(--14px);display:flex;align-items:center;gap:5px;padding:18px 0;text-align:left}.sharedNoteMemberStatusSectionTitle>.uiStatusBadge{width:8px;height:8px;position:relative;top:1px}.offline>.sharedNoteMemberStatusSectionTitle>span{color:#666}.sharedNoteMemberStatusSectionBody{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));justify-items:center}.sharedNoteUserCell{width:100px;height:64px;box-sizing:border-box;border-radius:8px;font-size:var(--12px);line-height:1.3;padding:5px;background-color:#bbe7ff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.sharedNoteUserCell[data-teacher=true]{background-color:#ffe6a9}.sharedNoteUserCell.offline{background-color:#d9f2ff}.sharedNoteUserCell.offline[data-teacher=true]{background-color:#fff1cf}.sharedNoteUserCellName{display:flex;flex-grow:1;align-items:center}.sharedNoteUserCellName>span{display:-webkit-box;overflow:hidden;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:anywhere;text-overflow:ellipsis}.sharedNoteUserCellBottom{display:flex;align-items:center;gap:3px}.sharedNoteUserCellLockedIcon{width:9px;aspect-ratio:1;--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23fff;%0A        stroke-width: 0px;%0A      }%0A    <\/style>%0A  </defs>%0A  <g>%0A    <path class="cls-1" d="M21.57,14.19c-.78,0-1.42-.63-1.42-1.42v-4.92c0-2.77-2.31-5.02-5.16-5.02s-5.16,2.25-5.16,5.02v4.92c0,.78-.63,1.42-1.42,1.42s-1.42-.63-1.42-1.42v-4.92C7.01,3.52,10.6,0,15,0s7.99,3.52,7.99,7.86v4.92c0,.78-.63,1.42-1.42,1.42Z"/>%0A    <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A  </g>%0A  <rect class="cls-1" x="3.96" y="11.89" width="22.08" height="18.11" rx="2.83" ry="2.83"/>%0A</svg>') no-repeat center center / 100%;mask:var(--mask);-webkit-mask:var(--mask);background:#666}.sharedNoteUserCellLabel{line-height:1;font-size:9px;color:#666}.sharedNoteUserCellPopoverItem{width:fit-content;padding:0 30px}:root{--sharedURLConfirmDialogWidth: 100%;--sharedURLConfirmDialogMargin: 0 auto}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--sharedURLConfirmDialogWidth: 90vw;--sharedURLConfirmDialogMargin: 30px auto}}.sharedURLConfirmDialog{width:var(--sharedURLConfirmDialogWidth);margin:var(--sharedURLConfirmDialogMargin);background-color:#fff;border-radius:8px}.sharedURLConfirmDialog .sharedURLConfirmDialogHeader{background-color:#fff}.sharedURLConfirmDialogContentWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px}.sharedURLText{width:100%;padding:10px 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:text;text-align:center}.sharedURLConfirmDialogOpenLink{margin-top:5px;padding:10px 0;font-weight:700;cursor:pointer;color:var(--primaryBlue)}:root{--submissionBoardPadding: var(--userProfileBasePadding);--submissionBoardTimeHeight: 25px;--submissionBoardTimeFontSize: 15px;--submissionBoardBorder: 2px;--submissionBoardTitleHeight: 30px;--submissionBoardTitleFontSize: 15px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--submissionBoardTimeHeight: 20px;--submissionBoardTimeFontSize: 10px;--submissionBoardBorder: 1px;--submissionBoardTitleHeight: 25px;--submissionBoardTitleFontSize: 11px}}.submissionBoard{padding:var(--submissionBoardPadding);display:flex;flex-shrink:0;left:var(--desktopMenuWidth);max-width:calc(100% - var(--desktopMenuWidth) * 2 - var(--submissionBoardPadding) * 2)}@media (max-width: 480px) and (orientation: portrait){.submissionBoard{padding:0 var(--submissionBoardPadding);flex-direction:column;align-items:center;max-width:calc(100% - var(--mstMenuWidth) * 2 - var(--submissionBoardPadding) * 2)}}@media (max-height: 480px) and (orientation: landscape){.submissionBoard{max-width:calc(100% - var(--desktopMenuWidth) * 2 - var(--mstMenuWidth) * 2 - var(--submissionBoardPadding) * 2)}}.submissionBoardTime{border:var(--submissionBoardBorder) solid red;padding:0 5px;height:var(--submissionBoardTimeHeight);display:flex;flex-shrink:0;align-items:center;color:red;font-weight:700;font-size:var(--submissionBoardTimeFontSize)}.submissionBoardTitle{min-width:0;max-width:100%;background-color:#fff;padding:0 10px;height:var(--submissionBoardTitleHeight);display:flex;align-items:center;column-gap:4px;color:red;font-weight:700;font-size:var(--submissionBoardTitleFontSize)}.submissionBoard:active .submissionBoardTitle,.submissionBoardTitle:active{color:#fff;background-color:red}.submissionBoardStatusMark{width:16px;height:16px;background-color:#70b700;position:relative;top:1px}.submissionBoardTitleInner{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:var(--ellipsisTextPadding) 0}.submissionComparison{width:100%;height:100%;background-color:#000;position:relative;top:0;left:0;box-sizing:border-box;padding-bottom:var(--safeAreaInsetBottom)}.submissionComparisonCellContainer{width:100%;height:100%}.submissionComparisonCell[data-hover=true]{background-color:#fff6}.submissionComparisonCellOuter{border:1px solid var(--neutralColor);position:relative;transform:scale(1) translate(0);transform-origin:center}.submissionComparisonCellOuter[data-owner-type=teacher]{border-color:#0b8ef9}.submissionComparisonCellOuter[data-owner-type=self]{border-color:#ffb500}.submissionComparisonCellOuter-enter{transform:scale(1)}.submissionComparisonCellOuter-enter-active{transition:transform .25s;transform:scale(.66)}.submissionComparisonCellOuter-enter-done,.submissionComparisonCellOuter-appear,.submissionComparisonCellOuter-appear-active,.submissionComparisonCellOuter-appear-done,.submissionComparisonCellOuter-exit{transform:scale(.66)}.submissionComparisonCellOuter-exit-active{transition:transform .25s;transform:scale(1)}.submissionComparisonCellOuter-exit-done{transform:scale(1)}.submissionComparisonCellDeleteButton{position:absolute;right:-21px;top:-21px}.submissionComparisonCellDeleteButtonIcon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABtVJREFUeNrsnU1IJEcUgLtlMTAkaHAIOAftPbiCEsYQ/MGTi8OKEFni3qLIePHoz8GDXkYvevCw6tGLg2huaxAP4jKyc5r4Q8hIUFAPth5cCCNZSRCyF1OP1EBPTfXfdHV1TU8/aHTanumqz1fvvaqu90aSAglEZJFFaMTT01MP+gFHIzoUzWEkav7I5XKX4XD4V1mW0xUJFAFswwBf458sBaDuwE8EOOvboYAg1qJjEh3XT/zkGt+z1k8gFXSsP3kv0AalbIc8bnwCHXEr1z8+Pn5WVfX+4uIid3t7+8/Jycm90fXt7e11NTU11R0dHRFFUepCoVC1xaYl0TGPzIFaFkDx8AKQk2bXHh0dqYeHhx/39vbu9vf3753ct6+vr66/vz/S1dVV39nZaUUTlzHYT8ICxd563chD39zc3CeTyT/W1tbUu7u7z25oSSQSqR4bG1Pi8fi3jY2NdSaRwijL6EDmpZXn5+cfFxYWftva2rrjacOHhoYis7Oz37e0tNTz0FaZAUzQxl/Q0SYSyBLAQoj1o1PbKjuECRA/oKOW5mRmZmbSq6urqiSQjI+PK4uLiz06Tgw09KWT+FV2ABO891sazIODg8uRkZGMWzaShY3d2Njo7u3tfaEDdQpBTXIDimGu07RyaWkpMzc3d1kOMTJq54vp6eluHW0dLQWqzAommk//PTw8/N5p+MNbINza3Nx8FQ6Hv2IBVbYJk2ozIRTq7u7eFXWIWzEBmUxmgBJi2bapsg2Y4M1/9xtMi1C/s+r9ZYswa7FmtvkRpgWoWaypn1gBfUsG7WAzo9HoO7/A1EI9PT19Q7GpywjolNn7qyxOJydJbw4OyG8wQaBP0DfoI/GnScyidKB4qBd5dAiNys2b2xHoG/SR8qd1s7VV2e5Qh6A9FoulpQqQVCrVQwn+DYe+bOLVr8mh3tTU9LMfh7qePb26uvqJEvg/1/P6RkM+QZ6AuXmlwMzbU+izFTaGQLF2xslVI6cLHbDi48Uqk5P3Q5+h78TpuN7jlCqr2glLcE7tEZri/QDzZ55zdbgn3NvJ5+j0PWHJhmIv9hepna2trbusjPv8/Hza7QUUgJlIJHpYOdOzs7MBylrq12SwT9PQOEvthCFHekroqJuaSsIEgTY4Gf46DOJWNBQ8u6KdXiqK8o51B93SVDfvparqG2JaqiINfa6roXg1qcDYwgM1Bp28hA4VGSHGmur2P47CQsHMdId8UWPg6SSjzroKlcco0GHRYwT0tfYFPDdnGXe6BZWXSQEWwMSImaGGwiYEFxwGU6g87bMOE7qG0lZSYEeHS16YCVTeMPWYaNlpNbSNnLe7uaLkFKoXMPMrUZSlvTYa0CgRIri+PFcqVK9gGrCJ0oAWhEvHx8dcdnrYheo1TBDYIUiGT6ZD/uHhgduqklWoIsAEge2WhHlsyf/+THO+YCXabH+mG1DzEEmotN+9gkljEwqFvqEB9VysQPUapplUSYKJ3vAvB5iGQHO53L+iQhUVpiHQcDj8hRRI+Q95I2/u1iqV322oIUzRoVaVA0ywmTzWU1nIM01w+qc2noI8IJ774q0G7XohFU8nBWzI2WiRhiKY59orIKlKNJi8Vv7NpKGh4UtToNqTIJChJhJMkaA2NzeHrQA9LZjtK0qdaDBFgUphc0oDmiXmp9Ww/1w0mF5DBSaUvU7ZIqC09DzInRQRppdQaUy07MiwqaBxkIgqKkyvoFKYpI3i0B3tC8jqhS19osLkDRVYUDKdd4yAFjUKsnpFhskTqg6LgnsGW3FsiO2tOFhWtC/gA5xssoL38lxpN9JUp/2gpNusFDkoioYG2xkpUvJ2RnxBUnsOPsjJfxc6Ah3iBZPUVKcwoe8UmElaIhg1aYGWsOBUS/MN86Kig9N76mgnNXHBKAsE8pPi2nMTExPvRSso4LZAwYKVlZVXFO0cpV0fpNWYxJ3M0mrwG5bJ+T1UQqgU7dze3qaV0lg2ykw2W7Gfl4hlPfDWoj7PYR0lUGZFKmaiK6bZyHir3gdy6A8ODu76Nd8TVpSQdg5QtPOlWY2nktO7/WpPDeympfTuoAABAZNLAQKN1w9KZLACiqEGRVxMxNZzefzBRXYEGgJlJdx8ZOKmAwKbqVN0cMpulTHbGx1wHaOiWQLU6ADPWE4hFbRVx5uD8CmEpRn+MC2llmqDXB4UVqWDUm32oQbFBFkC1Xj/oNwlK6CaODUoyCoFJYNVScSSwXa1Veu8gqLW9mxrSWXXIUcqlUoZJu7GYrF62CEIG7dEKrvuulTaFwPwBFsRX10RfLmKH4DqRAcAOSqV8PU/0v/7M7MifP1PIIGILf8JMABYnIN2fJy3qwAAAABJRU5ErkJggg==) no-repeat center;background-size:42px 42px;width:42px;height:42px}.submissionComparisonCellInner{position:relative}.submissionComparisonLaserLayer{position:absolute;width:100%;height:100%;top:0;left:0}.submissionComparisonCellAuthorName{display:flex;position:absolute;width:100%;height:2em;bottom:0;background-color:#ffffff80;align-items:center;justify-content:center;color:#000}.submissionComparisonCellOuter[data-owner-type=teacher] .submissionComparisonCellAuthorName{background-color:#0b8ef97f}.submissionComparisonCellOuter[data-owner-type=self] .submissionComparisonCellAuthorName{background-color:#ffb5007f}.submissionComparisonCellAuthorNamePadding{padding:var(--ellipsisTextPadding) 20px}.submissionComparisonCellContent{position:relative;display:flex;justify-content:center;align-items:center}.submissionPreview{width:100%;height:100%;position:fixed;left:0;top:0;background-color:var(--desktopBackColor)}.submissionPreviewHeader{position:absolute;width:100%;top:var(--editorHeaderBasePadding);box-sizing:border-box;height:var(--editorHeaderBaseHeight);align-items:center;display:flex}:root{--submissionBoxIconSize: 45px;--submissionStatusBadgeSize: 18px;--submissionStatusBadgeImageSize: 12px}.submissionBox{position:fixed;height:100%;left:0;top:0;width:var(--sideDrawerWidth);box-shadow:2px 2px 8px #0006}.submissionBoxDrawerBody{padding-bottom:var(--safeAreaInsetBottom)}.submissionBoxHeaderRight{gap:14px}.submissionBoxMegaClassErrorToast{box-sizing:border-box;width:100%;position:absolute;bottom:max(16px,var(--safeAreaInsetBottom));padding:0 16px}.submissionBoxMegaClassErrorToastInner{box-sizing:border-box;width:100%;min-height:36px;padding:0 12px 0 10px;background-color:#e5e5e8;border-radius:18px;display:flex;align-items:center;column-gap:4px}.submissionBoxMegaClassErrorToastIcon{flex:0 0 24px}.submissionBoxMegaClassErrorToastInner span{height:100%;font-size:var(--14px);line-height:1.25;margin:8px 0}.submissionOpenBoxIcon{width:var(--submissionBoxIconSize);height:var(--submissionBoxIconSize);transform:translateY(-3px)}.submissionExpiredBoxIcon{width:var(--submissionBoxIconSize);height:var(--submissionBoxIconSize)}.submissionStatusBadge{position:absolute;right:0;bottom:9px;width:var(--submissionStatusBadgeSize);height:var(--submissionStatusBadgeSize);border-radius:50%;display:flex;justify-content:center;align-items:center}.submissionStatusBadge[data-status=submitted]{background-color:#70b700}.submissionStatusBadge[data-status=submittedLate]{background-color:#555}.submissionStatusBadge[data-status=notSubmitted]{background-color:#d30a2a}.submissionStatusBadge .icon{width:12px;height:12px;background-color:#fff}.submissionExpiredBoxes{width:var(--submissionBoxIconSize);height:calc(var(--submissionBoxIconSize) - 10px);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 80 80"><defs><style>.a{fill:none;}.b{fill:%23ffa812;}.c{fill:%23d76c00;}.d{fill:%23ec9f06;}.e{fill:%23f88a06;}.f{fill:%23e8e7ed;}.g{opacity:0.77;fill:url(%23a);}.h{clip-path:url(%23b);}.i{fill:%23c9c5d6;}.j{fill:%236b6b82;}.k{fill:url(%23c);}.l{fill:%23f9f9f9;}.m{fill:%23fbd863;}<\/style><linearGradient id="a" x1="40" y1="11.3" x2="40" y2="26.86" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%23d76c00" stop-opacity="0"/><stop offset="0.05" stop-color="%23d76c00" stop-opacity="0.09"/><stop offset="0.18" stop-color="%23d76c00" stop-opacity="0.33"/><stop offset="0.32" stop-color="%23d76c00" stop-opacity="0.54"/><stop offset="0.45" stop-color="%23d76c00" stop-opacity="0.7"/><stop offset="0.59" stop-color="%23d76c00" stop-opacity="0.83"/><stop offset="0.72" stop-color="%23d76c00" stop-opacity="0.93"/><stop offset="0.86" stop-color="%23d76c00" stop-opacity="0.98"/><stop offset="1" stop-color="%23d76c00"/></linearGradient><clipPath id="b"><polygon class="a" points="66.52 24.99 13.27 24.99 13.51 9.75 65.81 9.74 66.52 24.99"/></clipPath><linearGradient id="c" x1="39.93" y1="16.58" x2="39.93" y2="21.59" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%23e5e3ea"/><stop offset="1" stop-color="%23c9c5d6"/></linearGradient></defs><polygon class="b" points="69.86 56.3 10.14 56.3 13.49 39.18 65.81 39.18 69.86 56.3"/><polygon class="c" points="69.86 70.26 10.14 70.26 15.93 40.74 63.62 40.74 69.86 70.26"/><rect class="d" x="10.14" y="56.29" width="59.72" height="13.97"/><path class="e" d="M47.57,61.67c0,.79-.86,1.43-1.92,1.43H34.34c-1.06,0-1.91-.64-1.91-1.43v0c0-.79.85-1.42,1.91-1.42H45.65c1.06,0,1.92.63,1.92,1.42Z"/><polygon class="c" points="69.86 56.3 10.14 56.3 10.5 54.44 69.42 54.44 69.86 56.3"/><rect class="d" x="10.14" y="56.29" width="59.72" height="13.97"/><path class="c" d="M47.57,61.67c0,.79-.86,1.43-1.92,1.43H34.34c-1.06,0-1.91-.64-1.91-1.43v0c0-.79.85-1.42,1.91-1.42H45.65c1.06,0,1.92.63,1.92,1.42Z"/><path class="f" d="M47.57,61.33c0,.79-.86,1.42-1.92,1.42H34.34c-1.06,0-1.91-.63-1.91-1.42v0c0-.78.85-1.42,1.91-1.42H45.65c1.06,0,1.92.64,1.92,1.42Z"/><polygon class="b" points="69.86 41.62 10.14 41.62 13.49 24.51 65.81 24.51 69.86 41.62"/><polygon class="c" points="69.86 55.59 10.14 55.59 15.93 26.06 63.62 26.06 69.86 55.59"/><rect class="d" x="10.14" y="41.62" width="59.72" height="13.97"/><path class="e" d="M47.57,47c0,.78-.86,1.42-1.92,1.42H34.34c-1.06,0-1.91-.64-1.91-1.42v0c0-.79.85-1.42,1.91-1.42H45.65c1.06,0,1.92.63,1.92,1.42Z"/><polygon class="c" points="69.86 41.62 10.14 41.62 10.5 39.76 69.42 39.76 69.86 41.62"/><rect class="d" x="10.14" y="41.62" width="59.72" height="13.97"/><path class="c" d="M47.57,47c0,.78-.86,1.42-1.92,1.42H34.34c-1.06,0-1.91-.64-1.91-1.42v0c0-.79.85-1.42,1.91-1.42H45.65c1.06,0,1.92.63,1.92,1.42Z"/><path class="f" d="M47.57,46.65c0,.79-.86,1.42-1.92,1.42H34.34c-1.06,0-1.91-.63-1.91-1.42v0c0-.79.85-1.43,1.91-1.43H45.65c1.06,0,1.92.64,1.92,1.43Z"/><polygon class="b" points="69.86 26.86 10.14 26.86 13.49 9.74 65.81 9.74 69.86 26.86"/><polygon class="c" points="69.86 40.83 10.14 40.83 15.93 11.3 63.62 11.3 69.86 40.83"/><rect class="d" x="10.14" y="26.86" width="59.72" height="13.97"/><path class="e" d="M47.57,32.24c0,.78-.86,1.42-1.92,1.42H34.34c-1.06,0-1.91-.64-1.91-1.42v0c0-.79.85-1.42,1.91-1.42H45.65c1.06,0,1.92.63,1.92,1.42Z"/><polygon class="d" points="69.86 26.86 10.14 26.86 10.5 25 69.42 25 69.86 26.86"/><polygon class="g" points="69.42 25 69.42 25 66.18 11.3 63.62 11.3 66.52 25 13.24 25 15.93 11.3 13.19 11.3 10.5 25 10.5 25 10.14 26.86 12.88 26.86 66.92 26.86 69.86 26.86 69.86 26.86 69.42 25"/><rect class="d" x="10.14" y="26.86" width="59.72" height="13.97"/><path class="c" d="M47.57,32.24c0,.78-.86,1.42-1.92,1.42H34.34c-1.06,0-1.91-.64-1.91-1.42v0c0-.79.85-1.42,1.91-1.42H45.65c1.06,0,1.92.63,1.92,1.42Z"/><path class="f" d="M47.57,31.89c0,.79-.86,1.42-1.92,1.42H34.34c-1.06,0-1.91-.63-1.91-1.42v0c0-.78.85-1.42,1.91-1.42H45.65c1.06,0,1.92.64,1.92,1.42Z"/><g class="h"><polygon class="i" points="59.33 27.97 20.45 27.97 19.59 10.63 60.28 10.63 59.33 27.97"/><path class="j" d="M59.6,28.25H20.18l-.89-17.9H60.58Zm-38.87-.57H59.06L60,10.92H19.89Z"/><polygon class="k" points="61.97 31.62 18.06 31.62 17.33 14.29 62.52 14.29 61.97 31.62"/><path class="j" d="M62.25,31.91H17.79L17,14H62.81Zm-43.91-.57H61.7l.52-16.77H17.63Z"/><polygon class="l" points="62.72 36.59 16.82 37.06 16.14 19.26 63.71 19.26 62.72 36.59"/><path class="j" d="M16.55,37.35,15.85,19H64L63,36.88h-.27Zm-.11-17.81.66,17.23,45.35-.46.95-16.77Z"/></g><rect class="c" x="10.14" y="40.03" width="59.72" height="1.59"/><rect class="c" x="10.14" y="54.79" width="59.72" height="1.59"/><rect class="m" x="10.14" y="39.21" width="59.72" height="0.79"/><rect class="m" x="10.14" y="53.91" width="59.72" height="0.79"/></svg>');background-repeat:no-repeat;background-position:center;background-size:contain}.submissionActiveCell{background-color:#f8e6e7;height:45px}.submissionPreparationCell{height:45px}.submissionStatusText{color:#ff1d1d;white-space:nowrap}.submissionStatusText[data-submitted=true]{color:#70b700}.submissionOpenAtText{color:#555}.submissionCountDownText{font-size:var(--12px)}.submissionDialogOpenSection{margin:22px 20px 33px}.submissionDialogExpiredSection{margin-right:20px;margin-left:20px;margin-bottom:22px}.submissionDialogPage{position:absolute;height:100%;width:100%;display:flex;flex-direction:column}:root{--submissionListWidth: calc(100vw - var(--sideDrawerWidth));--submissionListMiddleHeaderHeight: 44px}@media (max-width: 1024px){:root{--submissionListWidth: 100vw;--submissionListMiddleHeaderHeight: 44px}}.submissionList{width:var(--submissionListWidth);height:100%;position:fixed;top:0;right:0;border-left:1px var(--desktopBackColor) solid;box-sizing:border-box}.submissionList[data-full-screen=true]{width:100%;height:100%}.submissionListInner{box-sizing:border-box;padding-bottom:var(--safeAreaInsetBottom)}.submissionListBody{overflow:hidden;background-color:#e2e2e6;display:grid;gap:1px}@media (max-width: 1024px){.submissionList{left:0;border-left:none}}.submissionListNavHeaderButton{font-size:.9em}.submissionListNavHeaderDualTitleMain{display:flex;justify-content:center}.submissionListTitle{height:26px;color:var(--primaryBlue);border:1px solid var(--primaryBlue);padding:0 10px;box-sizing:border-box;border-radius:14px;overflow:hidden;display:flex;align-items:center}.submissionListTitle:active{background-color:var(--primaryBlue);color:#fff}.submissionListTitlePencilIcon{--mask: url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:%230075f8;}<\/style></defs><title>\925b\7b46_\5148\751f</title><path class="cls-1" d="M29.24,8.14,21.86.76a.39.39,0,0,0-.3-.13.48.48,0,0,0-.31.13L3.44,18.57a.47.47,0,0,0-.12.2L.65,28.83a.43.43,0,0,0,.41.54l.11,0,10.06-2.67a.47.47,0,0,0,.2-.12L29.24,8.75A.43.43,0,0,0,29.24,8.14ZM4.9,20.23,9.77,25.1,3.13,26.87Z"/></svg>') no-repeat center / 14px;position:relative;display:inline-block;width:14px;height:14px;margin-left:6px;-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--primaryBlue);flex-shrink:0}.submissionListTitle:active .submissionListTitlePencilIcon{background-color:#fff}.submissionListMiddleHeader{height:var(--submissionListMiddleHeaderHeight);display:flex;align-items:center;padding:0 15px;width:100%;box-sizing:border-box;background-color:#fff}.submissionListMiddleHeaderItem{margin-left:20px}.submissionListMiddleHeaderItem:first-child{margin-left:0}.submissionListMiddleHeaderLineClamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;padding:calc(var(--ellipsisTextPadding) / 2) 0;line-height:calc(1em + var(--ellipsisTextPadding))}.submissionListMiddleHeaderButton{font-size:.9em}.submissionListMiddleHeaderSortButton{position:relative;display:flex}.submissionListMiddleHeaderSortButton:after{--mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQhJREFUeNrU2bERwjAMBdCcy1QZhRXYBEagYIoUjACbsEJGSUWNz+ACiliW5f8V3SlNiryzY1lxwrCTCJCnXF+HlK6hH+AzZQM2gJDTN9XYAELmUGMDEPmPnbjQbWSOyzCPKw8qQ54j8sGb+o5IO2hnpA0UgGyHgpBtUCBSDwUjdVACsh5KQtZBiUg5lIyUQR0gy1AnyG2oIyTum6krdB6XeD3G3Oob73HkT/wRdYQtT70TrOwddYCVLyYytm7VE7H15YmE1dVRAlZf8MHYtp0JiG3fQkFYm70egLVrSjpjbbunjlj7Nk+GvfGPHcvYNd2jHjuWsRm5+Orwf7FqJC4Mft/sJt4CDAAhHrBxINreIQAAAABJRU5ErkJggg==) no-repeat center center / 10px 10px;display:inline-block;position:absolute;content:"";width:10px;height:10px;top:calc(50% - 5px);right:2px;transform:rotate(.75turn);background-color:var(--primaryBlue);-webkit-mask:var(--mask);mask:var(--mask);background-repeat:no-repeat;background-size:10px;pointer-events:none}.submissionListMiddleHeaderSortButton:active:after{background-color:var(--primaryBlueHighlight)}.submissionListMiddleHeaderClock{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><defs><style>.a{fill:%230075f6;}<\/style></defs><path class="a" d="M6,12a6,6,0,0,0,6-6A6,6,0,0,0,6,0,6,6,0,0,0,0,6,6,6,0,0,0,6,12Zm0-1.43A4.57,4.57,0,1,1,10.57,6,4.56,4.56,0,0,1,6,10.57ZM3.25,6.82H6a.53.53,0,0,0,.54-.54V2.7a.54.54,0,1,0-1.07,0v3H3.25a.54.54,0,0,0,0,1.08Z"/></svg>') no-repeat center center / 12px 12px;width:12px;height:12px;-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--primaryBlue);padding:5px}.submissionListMiddleHeaderButton:active .submissionListMiddleHeaderClock{background-color:var(--primaryBlueHighlight)}@media (max-width: 680px){.submissionListMiddleHeaderDeadline{white-space:normal}}.submissionListMiddleHeaderSort{font-size:.9em;color:var(--primaryBlue);background:transparent;border-style:none;-webkit-appearance:none;appearance:none;padding-right:14px}.submissionListMiddleHeaderPopoverItem{width:220px}.submissionListMiddleRealtimeFeedbackItem{flex:1;text-align:left;margin-right:var(--uiPopoverPaddingLeft)}.submissionListCell{box-sizing:border-box;border:1px solid transparent;position:relative}.submissionListCell[data-owner-type=teacher]{border-color:#0b8ef9}.submissionListCell[data-owner-type=self]{border-color:#ffb500}.submissionListCellHeader{position:absolute;left:0;top:0;padding:2px 0;height:15px;width:100%;z-index:1;color:#000;display:grid;grid-template-columns:1fr auto 0 1fr;align-items:center;background-color:#ffffff80}.submissionListCellHeader[data-invisible=true]{background-color:#fff0}.submissionListCellDotMark{position:absolute;top:6px;right:6px;height:7px;width:7px;border-radius:50%;background-color:red}.submissionListCell[data-owner-type=teacher] .submissionListCellHeader{background-color:#0b8ef97f}.submissionListCell[data-owner-type=self] .submissionListCellHeader{background-color:#ffb5007f}.submissionListCellUserName{width:100%;grid-column:2}.submissionListCellReplyBase{display:flex;flex-direction:row;align-items:center;justify-content:end;justify-self:end;margin:0 5px;grid-column:4}.submissionListCellIconBase{width:10px;height:10px;background-size:10px 10px;background-position:center;background-repeat:no-repeat}.redPencilIcon{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:%23ff0c0f;}<\/style></defs><title>\925b\7b46_\5148\751f</title><path class="cls-1" d="M29.24,8.14,21.86.76a.39.39,0,0,0-.3-.13.48.48,0,0,0-.31.13L3.44,18.57a.47.47,0,0,0-.12.2L.65,28.83a.43.43,0,0,0,.41.54l.11,0,10.06-2.67a.47.47,0,0,0,.2-.12L29.24,8.75A.43.43,0,0,0,29.24,8.14ZM4.9,20.23,9.77,25.1,3.13,26.87Z"/></svg>')}.redCheckIcon{width:10px;height:10px;margin-left:3px;background-color:#ff0c0f}.redDotIcon{display:flex;justify-content:center;align-items:center}.redDotIconInner{background-color:#ff0c0f;border-radius:50%;height:6px;width:6px}.submissionListCellFooter{position:absolute;left:0;bottom:0;width:100%;overflow:hidden;display:flex;flex-wrap:wrap-reverse;justify-content:space-between;pointer-events:none}.submissionListCellSubmittedDate{margin:0 2px 2px;justify-content:flex-start;min-width:6em;background-color:#ffffff80;font-size:13px;text-align:center}.submissionListCellFooterPageIndex{margin:0 2px 2px;justify-content:flex-end;min-width:2em;background-color:#ffffff80;font-size:13px;text-align:center;color:#555}.submissionListCellContent{width:100%;height:100%;aspect-ratio:4 / 3}.submissionListCellContent .documentThumbnail{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.submissionListCellHiddenContent{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#dcdddd}.submissionListCellHiddenContent[data-blue=true]{background-color:#76ceff}.submissionListCellHiddenContent[data-image=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">%0A<svg width="100%" height="100%" viewBox="0 0 720 720" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:butt;stroke-linejoin:miter;">%0A  <path d="M280,403L336,459L440,365" style="fill:none;stroke:%23fff;stroke-width:25px;"/>%0A</svg>%0A');background-position:center center;background-repeat:no-repeat}.submissionListCellNotAnswered{width:100%;height:100%;background-color:#dcdddd}.submissionListCell img{max-width:100%;width:100%;object-fit:contain}.annotation{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.submissionListCellSelectedMark{position:absolute;bottom:0;right:0;width:42px;height:42px;max-width:20%;max-height:20%}.submissionListCellSelectedMark img{max-width:100%;max-height:100%}.submissionExpiryDialog{display:flex;flex-flow:column;justify-content:center;align-items:center;box-sizing:border-box;width:100%;padding:15px 30px;gap:18px;flex:1}.submissionExpiryDialog[data-popover=true]{padding:15px 10px;min-width:320px;background-color:#fff}.submissionExpiryDialogOk:active{opacity:.5}.submissionExpiryDialogBody{display:flex;flex-flow:column;justify-content:space-evenly;box-sizing:border-box;height:100%;width:100%;padding:0 20px}.submissionExpiryDialogBody>[type=datetime-local]{font-size:var(--16px)}.submissionExpiryDialogFooter{display:flex;flex-flow:column;width:100%}.submissionExpiryDialogDeadLine{text-align:center;margin-bottom:20px}.submissionExpiryDialogDeadLine[data-popover=true]{margin-bottom:10px}.submissionExpiryText{background:#fff;padding:10px;display:flex;flex-direction:column;align-items:center}.submissionExpiryTextSub{font-size:11px}.submissionExpiryTextMain{margin-top:5px}.submissionColumnSizePopoverItem{min-width:var(--uiPopoverWidth);min-height:44px;padding:15px;background-color:#fff}.submissionColumnSizePopoverButtonIcon{width:var(--28px);height:var(--28px);--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 25 25">%0A  <defs>%0A    <style>%0A      .st0 {%0A        fill: %23007aff;%0A      }%0A    <\/style>%0A  </defs>%0A  <rect class="st0" x="2.2" y="4.3" width="5.1" height="3.9" rx=".5" ry=".5"/>%0A  <rect class="st0" x="9.9" y="4.3" width="5.1" height="3.9" rx=".5" ry=".5"/>%0A  <path class="st0" d="M6.9,10.5H2.8c-.3,0-.5.2-.5.5v2.9c0,.3.2.5.5.5h4.1c.3,0,.5-.2.5-.5h0v-2.9c0-.3-.2-.5-.5-.5h0Z"/>%0A  <path class="st0" d="M14.6,10.5h-4.1c-.3,0-.5.2-.5.5v2.9c0,.3.2.5.5.5h4.1c.3,0,.5-.2.5-.5h0v-2.9c0-.3-.2-.5-.5-.5h0Z"/>%0A  <rect class="st0" x="17.6" y="4.3" width="5.1" height="3.9" rx=".5" ry=".5"/>%0A  <path class="st0" d="M22.2,10.5h-4.1c-.3,0-.5.2-.5.5v2.9c0,.3.2.5.5.5h4.1c.3,0,.5-.2.5-.5h0v-2.9c0-.3-.2-.5-.5-.5h0Z"/>%0A  <path class="st0" d="M22.2,18.8h-11.8c-.4-.9-1.3-1.6-2.4-1.6s-2,.7-2.4,1.6h-2.7c-.6,0-1,.5-1,1s.4,1,1,1h2.7c.4.9,1.3,1.6,2.4,1.6s2-.7,2.4-1.6h11.8c.5,0,1-.5,1-1s-.5-1-1-1ZM8,20.8c-.6,0-1.1-.5-1.1-1.1s.5-1.1,1.1-1.1,1.1.5,1.1,1.1-.5,1.1-1.1,1.1Z"/>%0A</svg>%0A') no-repeat center center / var(--28px) var(--28px);-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--primaryBlue)}.uiButton:active .submissionColumnSizePopoverButtonIcon{background-color:var(--primaryBlueHighlight)}.submissionColumnSizePopoverItemTitle{font-size:var(--16px);text-align:center}.submissionColumnSizePopoverItemDescription{padding:10px 0;font-size:var(--12px);text-align:center}.submissionColumnSizeSliderWrapper{margin-top:6px;display:flex;justify-content:space-between;align-items:center;gap:10px}:root{--submissionColumnSizeSliderIconSize: var(--24px)}.submissionColumnSizeSliderLeftIcon{width:var(--submissionColumnSizeSliderIconSize);height:var(--submissionColumnSizeSliderIconSize);min-height:var(--submissionColumnSizeSliderIconSize);margin:3px 0;background-color:var(--primaryBlue);-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><defs><style>.a{fill:%23007aff;}<\/style></defs><rect class="a" x="2.25" y="4.25" width="5.14" height="3.92" rx="0.52"/><rect class="a" x="9.93" y="4.25" width="5.14" height="3.92" rx="0.52"/><path class="a" d="M6.87,10.54H2.77a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V11.06A.52.52,0,0,0,6.87,10.54Z"/><path class="a" d="M14.55,10.54h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V11.06A.52.52,0,0,0,14.55,10.54Z"/><rect class="a" x="17.61" y="4.25" width="5.14" height="3.92" rx="0.52"/><path class="a" d="M22.23,10.54h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V11.06A.52.52,0,0,0,22.23,10.54Z"/><path class="a" d="M6.87,16.83H2.77a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V17.35A.52.52,0,0,0,6.87,16.83Z"/><path class="a" d="M14.55,16.83h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V17.35A.52.52,0,0,0,14.55,16.83Z"/><path class="a" d="M22.23,16.83h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V17.35A.52.52,0,0,0,22.23,16.83Z"/></svg>') no-repeat center center / contain;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><defs><style>.a{fill:%23007aff;}<\/style></defs><rect class="a" x="2.25" y="4.25" width="5.14" height="3.92" rx="0.52"/><rect class="a" x="9.93" y="4.25" width="5.14" height="3.92" rx="0.52"/><path class="a" d="M6.87,10.54H2.77a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V11.06A.52.52,0,0,0,6.87,10.54Z"/><path class="a" d="M14.55,10.54h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V11.06A.52.52,0,0,0,14.55,10.54Z"/><rect class="a" x="17.61" y="4.25" width="5.14" height="3.92" rx="0.52"/><path class="a" d="M22.23,10.54h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V11.06A.52.52,0,0,0,22.23,10.54Z"/><path class="a" d="M6.87,16.83H2.77a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V17.35A.52.52,0,0,0,6.87,16.83Z"/><path class="a" d="M14.55,16.83h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V17.35A.52.52,0,0,0,14.55,16.83Z"/><path class="a" d="M22.23,16.83h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V17.35A.52.52,0,0,0,22.23,16.83Z"/></svg>') no-repeat center center / contain}.submissionColumnSizeSlider{flex:1}.submissionColumnSizeSliderRightIcon{width:var(--submissionColumnSizeSliderIconSize);height:var(--submissionColumnSizeSliderIconSize);min-height:var(--submissionColumnSizeSliderIconSize);margin:3px 0;background-color:var(--primaryBlue);-webkit-mask:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name=" \30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23007aff;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M11,4.2H2.8c-.3,0-.5.2-.5.5v6.2c0,.3.2.5.5.5h8.2c.3,0,.5-.2.5-.5v-6.2c0-.3-.2-.5-.5-.5Z"/>%0A  <path class="cls-1" d="M11,13.6H2.8c-.3,0-.5.2-.5.5v6.2c0,.3.2.5.5.5h8.2c.3,0,.5-.2.5-.5v-6.2c0-.3-.2-.5-.5-.5Z"/>%0A  <rect class="cls-1" x="13.5" y="4.2" width="9.2" height="7.2" rx=".5" ry=".5"/>%0A  <rect class="cls-1" x="13.5" y="13.6" width="9.2" height="7.2" rx=".5" ry=".5"/>%0A</svg>') no-repeat center center / contain;mask:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name=" \30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23007aff;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="cls-1" d="M11,4.2H2.8c-.3,0-.5.2-.5.5v6.2c0,.3.2.5.5.5h8.2c.3,0,.5-.2.5-.5v-6.2c0-.3-.2-.5-.5-.5Z"/>%0A  <path class="cls-1" d="M11,13.6H2.8c-.3,0-.5.2-.5.5v6.2c0,.3.2.5.5.5h8.2c.3,0,.5-.2.5-.5v-6.2c0-.3-.2-.5-.5-.5Z"/>%0A  <rect class="cls-1" x="13.5" y="4.2" width="9.2" height="7.2" rx=".5" ry=".5"/>%0A  <rect class="cls-1" x="13.5" y="13.6" width="9.2" height="7.2" rx=".5" ry=".5"/>%0A</svg>') no-repeat center center / contain}.uiButton[aria-disabled=true] .submissionColumnSizeSliderLeftIcon,.uiButton[aria-disabled=true] .submissionColumnSizeSliderRightIcon{background-color:#ccc}:root{--submissionHistoryItemWidth: min(90vw, 360px);--submissionHistoryItemHeight: 52px;--submissionHistoryDueItemHeight: 28px}.submissionHistoryBoxButton{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.a,.b,.c{fill:%236e859f;}.b{opacity:0.8;}.c{opacity:0.25;}<\/style></defs><rect class="a" x="17.15" y="23.81" width="5.71" height="1.46" rx="0.72"/><path class="a" d="M31.49,21,30,10.87a.25.25,0,0,0-.25-.21H10a.25.25,0,0,0-.24.22L8.51,21v8.08a.25.25,0,0,0,.25.25h22.5a.25.25,0,0,0,.24-.25V22a.09.09,0,0,0,0-.07V21ZM28.9,11.7l1.24,9.19H9.78l1.15-9.19ZM9.74,22.14H30.26v6H9.74Z"/><polygon class="b" points="27.32 13.29 12.34 13.29 12.21 14.34 27.46 14.34 27.32 13.29"/><polygon class="b" points="27.59 15.33 12.09 15.33 11.93 16.6 27.76 16.6 27.59 15.33"/><polygon class="b" points="11.4 20.89 28.34 20.89 28.2 19.84 11.53 19.84 11.4 20.89"/><polygon class="b" points="27.89 17.58 11.81 17.58 11.65 18.85 28.07 18.85 27.89 17.58"/><polygon class="c" points="27.46 14.34 12.21 14.34 12.09 15.33 27.59 15.33 27.46 14.34"/><polygon class="c" points="27.76 16.6 11.93 16.6 11.81 17.58 27.89 17.58 27.76 16.6"/><polygon class="c" points="11.65 18.85 11.53 19.84 28.2 19.84 28.07 18.85 11.65 18.85"/></svg>') no-repeat center center / var(--editorHeaderBaseHeight) var(--editorHeaderBaseHeight);width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);-webkit-mask:var(--mask);mask:var(--mask);background-color:#fff}.editorButton:not([aria-disabled=true]):active .submissionHistoryBoxButton{background-color:var(--editorButtonActiveColor)}.submissionHistoryBoxBadge{position:absolute;top:-2px;right:-5px;text-align:center;background-color:#a9a9a9;color:#fff;font-size:min(3vmin,14px);min-width:min(3vmin,14px);border-radius:min(1.5vmin,7px);padding:3px}.submissionHistoryBoxBadge[data-updated=true]{background-color:#d30a2a}.submissionHistoryPopover{max-height:min(calc(var(--vh, 1vh) * 80),calc(10 * var(--submissionHistoryItemHeight) + var(--submissionHistoryDueItemHeight) + 2px));overflow-y:auto;background:#fff}.submissionHistoryPopoverLoading{align-items:start;padding:0;width:var(--submissionHistoryItemWidth)}.submissionHistoryDueItem{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:var(--submissionHistoryDueItemHeight);font-size:14px;border-top:.1px solid #ccc;border-bottom:.1px solid #ccc}.submissionHistoryPopover>.submissionHistoryDueItem:first-child{border-top:none}.submissionHistoryPopoverItemWrapper{position:relative}.submissionHistoryPopoverItemWrapper:before{position:absolute;top:0;right:0;content:"";width:calc(100% - 16px);height:1px;border-top:.1px solid #ccc;z-index:1}.submissionHistoryPopoverItemWrapper:first-of-type:before,.submissionHistoryDueItem+.submissionHistoryPopoverItemWrapper:before{content:none}.submissionHistoryPopoverItem{position:relative;border:none;display:grid;width:var(--submissionHistoryItemWidth);height:var(--submissionHistoryItemHeight);grid-template-rows:var(--submissionHistoryItemHeight);grid-template-columns:30px 40px 1fr 22px;column-gap:10px;justify-items:start;align-items:center;padding:0 10px}.submissionHistoryPopoverItem[data-selected=true],.submissionHistoryPopoverItem:active{background-color:#c5ddfb}.expand-enter{opacity:0;margin-bottom:calc(-1 * var(--submissionHistoryItemHeight))}.expand-enter-active{margin-bottom:0;opacity:1;transition:all .3s ease-out}.expand-enter-done{opacity:1;margin-bottom:0}.submissionHistoryPopoverIndex{font-weight:700;width:100%}.submissionHistoryPopoverThumb{display:flex;justify-content:center;align-items:center;height:calc(var(--submissionHistoryItemHeight) - 10px);width:40px}.submissionHistoryPopoverSubmitDate{color:#000}.submissionHistoryPopoverMark{display:flex;align-items:center;justify-content:center;width:22px;height:13px}.submissionHistoryPopoverCheckMark{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.131 23.279"><defs><style>.a{fill:%23007aff;}<\/style></defs><title>check</title><polygon class="a" points="10.698 23.279 0 12.58 3.846 8.734 10.698 15.586 26.285 0 30.131 3.846 10.698 23.279"/></svg>') no-repeat center center / 22px 13px;-webkit-mask:var(--mask);mask:var(--mask);width:22px;height:13px;background-color:var(--primaryBlue)}.submissionHistoryItemDotMark{height:7px;width:7px;border-radius:50%;background-color:red}.submissionHistoryPopoverThumbImage[data-loaded=true]{max-height:calc(var(--submissionHistoryItemHeight) - 10px);max-width:40px;border:.1px solid #ccc}.submissionHistoryPopoverThumbImage[data-loaded=false]{height:calc(var(--submissionHistoryItemHeight) - 10px);width:40px}:root{--submissionBoxInPreparation: #039e6f;--submissionBoxInPreparationHighlight: #b4dace;--callForAnswers: #ff1d1d;--callForAnswersInHighlight: #ffb2b2}.submissionBoxCreateModal{display:flex;justify-content:center;align-items:center}.submissionBoxCreateDialog{width:460px;max-width:90vw;max-height:calc(var(--vh, 1vh) * 90)}.submissionBoxCreateDialogHeader{background-color:#fff;border:none}.submissionBoxCreateDialogHeaderTitle{font-size:18px;font-weight:700}.submissionBoxCreateDialogBody{display:flex;flex-direction:column;box-sizing:border-box;background-color:#fff;overflow:hidden}.submissionBoxCreateDialogContainer{display:flex;flex-direction:column;padding:8px 15px 20px;min-height:76px;gap:8px}.submissionBoxCreateDialogTitleContainer{display:flex;flex-direction:column;gap:8px}.submissionBoxCreateDialogTitle{font-size:14px;margin-left:5px}.submissionBoxCreateDialogTitleInput{font-size:14px;resize:none;border-radius:4px;border-color:#ddd;padding:6px}.submissionBoxCreateDialogTitleError{height:12px;font-size:12px;color:red;margin-left:5px}.submissionBoxCreateDialogLnsShareToggleContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:14px;margin-left:5px}.submissionBoxCreateDialogButtonContainer{display:flex;flex-direction:row;border-top:1px solid #ddd}.submissionBoxCreateDialogButton{display:flex;flex:1;justify-content:center;align-items:center;font-size:15px;min-height:50px;padding:0 20px 1px}.submissionBoxInPreparation{color:var(--submissionBoxInPreparation);border-right:1px solid #ddd}.submissionBoxInPreparation:active{color:var(--submissionBoxInPreparationHighlight)}.submissionBoxCallForAnswers{color:var(--callForAnswers)}.submissionBoxCallForAnswers:active{color:var(--callForAnswersInHighlight)}.submissionBoxCreateDatePicker{height:fit-content;min-width:330px;border-radius:8px;background-color:#fff;overflow-y:auto;display:flex;flex-direction:column}@media (max-height: 480px){.submissionBoxCreateDatePicker{height:100%}}.submissionBoxCreateDatePicker[data-mobile=true]{height:200px}:root{--toolTrayWidth: 100px;--toolHandleWidth: 22px;--toolBorderWidth: 1px;--toolButtonSize: 50px;--trayOffset: calc(var(--toolBorderWidth) * -1 - var(--toolTrayWidth))}.teacherToolContainer{display:flex;flex-direction:row}.teacherToolHandleWrapper{display:flex;align-items:center;flex-direction:column;flex-grow:1;width:calc(var(--toolHandleWidth) + var(--toolBorderWidth))}.teacherToolBorder{width:var(--toolHandleWidth);flex-grow:1;border-right:solid #c8c8c8cc;border-right-width:var(--toolBorderWidth)}.teacherToolHandle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACgCAYAAAB39o6iAAAJinpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjarZhpkgMrDoT/c4o5AgLEchw2RcwN5vjzUVXu7bXfMjF2tF2mKEBKKZVqt//zb3P/4hWKZpe01Nxy9rxSSy10Lqq/X/e3+HR9Xq8wn3vyfdz1Z9wHhiLf8f6Z9zO/M66fD5T0jI/v4648O4T6LPTceC0Yz86Bi2defRaK4R6X57drz3M9fTHn+YvlWuJj8s/fqeCMpQzG4MKOEj2f+ewS77/OX7s+5UyKkesQM58xht9951L+3XkfVz985/szHr+7wvnXQvmHj55x0d99d3no64nkc+dvN/r2zX99ffGd2apm+7aup4ynsnuMeplyXTFx4Mp4PZZ5F/6U63K9G++KiROnL9AcvKeTJgFvmyRZ0sVkX99TJkdMYYfCdwgzxGusxhJamAeGmM5bLBSAWS5W8JigFhkOH2eRa9927TelsvMSZgZhMeGJP7zdb4P/y/tjIbMTuiK+3n4iLDhXOFHDMQ5y55NZACL2+FQv/15v9yVu/BdgIwjq5eaKgd2Pe4mh8hlb8cI5Mk99cv4OdynrWYDDsLdyGIkg4LNElSy+hFBE8GMFn87JQ0xhgICohiXOwCbGDDg1nL15psg1N2i4h6EWgFBSpAANqQNYKSnxU1IlhrpGTU5Vsxat2rTnmFPWnHPJh6N6iSUVLbmUUksrvcaaqtZcS6211d5Ci1CYttyKa7W11jubdpbuPN2Z0fsII440dORRRh1t9En4zDR15llmnW32FVZcpP/Kq7hVV1t9yyaUdtq68y677ra7EWsWLZlatmLVmvUP1ORJ22+oyQ/k/hw1eVA7iKVrXvlEjeFSXkvIoRM9mIFYSALi5SBAQIeDma+SUjjIHcx8O3SlAdREDzhLDmIgmLYENfnA7hO5P8XNafpHuIV3yLkD3f8DOXege5D7I26/oLb6VVHiBdDJwuNTHw1iY8KuPdR+atKP7144k7bAEtmPVIfsnBb0lHsyUGszJxsKIm6vaJ6lZK05pZQ8duCsfjZJM4a84MYQm+YU8LTJmhSlWA/PWadAluENtiNFypDl+7S0myxcjVNyBbkdq5+aPNBZU9Glu1nuAaeoels7zlFWPge3GrrDiDGCebUZx0plZiJDZ58VF+dQS7Y24c+xao6h97hr6TiuGxt5yiG+zeDtCIMQ2KeumXeGxyZml6iWltWMyT5XgFy9JR2ibIpXouQylqZSNFaZp/66yarRYIzBnvgPEgwrayi2lsGEpscRkygxP8rxLfu2JavBn15ybtjorUD+eS4iLpOJoScpTdqwpTMuTj+Ijs3VLnWTVpvonCV36zAY4K0Qd696NnRrT9VRt8dZNmqVshvn2ilu6eDRSJImhYhKuCvqHlE09FXGEJs9+A32lCk35aznu2kcfpF9+Ihihs7YYzclNL/EldWOHWVjkQkKDfeOTNY2v1xLxeJakcc7SFNJZZW+daBJOFJf45TTvTZGhouME6SBR0H01HRwHEV0u6zEY5yinTSEBFhvEcsrtrCKhpZ3qnMbdkXZuM6v2RnJha3zONv4kzSRFAEVSCTpkU/6+7fAI6AZBX4by1YYpQ+v0XaCWczKMNc1mx4Rdp55/519L0a+5+PRTQ6nvnZHRpzfTepy52Jtw6/E9dsjfT8aJlyHg3o/juc+z3cS0J4DpljI0NU62dfIuT2lTS1tlRrjDj5DXWsP6ClYjuRRcqMFkkiD783HuGbj0NuIZ7PmM+FnYyiEYJ5AJyDTiGZEG9QTcvVxtTLT6M3N0WOpV6z5CusCCWTF4rthqu2hc5HP2yjq2yrpubcMoCRJD8UJkhXuFrfjaGR0hlBnuewOJ+6vK53z7EyJJ31rvO+KrOOOUfE+mookGOSzuDfQfAfmwALLfmDCmF4Z9mm9e5kPqI8DEI6PC4i38fOBd/Pdy2cQ27HsZdcfrfphk65JPWBOSmXpWWi0esUSri5s5cu5GWJn+irYsPO1UflZGL4E40Mjt+H6JtSqD+06Y/BzXFtSH2aCAY4coGrlE4LBnC2fIBfY6q8nX3O5ydSvVl1GnYXe2zRGQ3ifxar1Ux1LhL7Qff3Ekr/uQJrY2EGt2ZzXPvuf5/yTUYpgP0dL0orY3mRSJYrL7cQV5mk4Lvi7b9Tavd7Pdj+nn7pRLnsA5rEITC+bmPHFqnP/tuu0QO62jFynWNxryxO1fecr3FKA3WOZct/3dfd2JxBWtnvr2d0VFjx1f0f/G638ljo8Uu7TTnqUHUGN+sUp6sV9uLbrtd88sjEh1jcTvjzwbr57PXDSuNtl38u627avlr3selm1d3kllvt7mfXBFm953P1G5N95XOgQoNDV89w0JyEhRihkKFa/cCalErYbDhmVArV1Uhjj5oltqGN69tLhy5FXzEcoKgWVIgkga0GsKIsDjUCGFW2B7kLVctZQJprZX0iRMPjIIyZQB7lnG2nPKMC0EBJoY8o/x2JhKmTEn7pk9O7GQYOOq6OP+6pBULH1NHxIj037ebJHW38fJU+MOP299P0iTP8uH6F7qAIBT0WORgr345+NMkSme9glINxqm+c/HHlyhsbJafsqyqru7JA5f2N7a9AKEVdbQksiwFGSMU3bqkh04MkOCqwWSeeIyztxq9aRKZDDqmCMaPYCxcdq1FWy1U4TcCrwUVBrI5K6JuSzKwnRzIwajG4D+QTGtqFCYmOh23LrdcaqkfjZdBXUEH96GWkBZeNl9cPomFb7nERLhkJSJsgIE3BIfUxYB+a1Emh6YEUMbPmd5dVDIwQrLbNHRZIkGi5uxM3odGr3RFETrDshSGlyWk2zkYI0P/ySzJlOQ0CD7egHhqKXhfSjAcJVyNB6GjVhCsK6BtQAmhsdR+6fHCtL7AoWmYNmaYQQEvJY7WQIlXST5d5owEgOMuhEV6KB4WojEE62oOIptviaRiCEupGGc9Ee0gNEmmM4x2SSaNK6jkL/Ql8HGjsp3ValH4Ga75NM83k0P9pMgOVPz9QXulnh7OufapkygNA2ODqxKvFSz78ZegzHNQjnMJqeAFGsOHG/T7zQJBkdonU6GO8Ew0eC8+j00LkZbRbyqTBzDck+oV/Ry/QG+7Sz59fhpjYSAUHKcnpEHYFErqGur4OjxN8pUh0nrpHLlJ+1Qx+nkCwbnU0nnEJL6uAWWjsENu3QoqKE4e/QGOxPA9GQk3TLQiFt+eCXUpMJbwYhbVLAUTRzszliqR0diGKnXYxX5U++3oXI32elVjf3XxwolBghcWazAAAC12lDQ1BJQ0MgUFJPRklMRQAAeJzt1mdv01AUh/HbNK0TO2r8kiU+B0OCr8WQiMTem7LLLrvssqG07L33KKPsTZM2BVKe08RSbdUnAglFoBzpp+rk3pNrO5X1NyZfbcZfwb5cf7cilVLRqmorFi/1tZSi7MLfCkThYABGoROZSmPGdxszoTv8OxIYiNGyny/KWMZMZP8kTMYUTFXmByGLDs5qTxozjb3TMQMzMQuzlflhMsu5aWbnsG8u5mE+FmAhFinzw+VeObuWPYuxBEuxDMuxAiuV+TFyPvdcx55VWI01WIt1WI8NyvxYeW5cez17NmITNmMLtmIbtivzXXI+8w3s2YGd2IXd2IO92KfMd/LsmlLGNLJnPw7gIA7hMI7gqDKfZf4Y68fRhBNoRgtO4hROa9fP/BnWz+IczuMCLuISLuOKdj6/3VXWr+E6buAmbuE27uCudj7z91i/jwd4iEd4jCdoxVPt+fHbP2P9OV6gDS/xCq/xBm+V+XesvccHfMQnfMYXfMU3tIfMZzk7zVoGHehEFl34jh/4iVzIfDQS4e1nxWzXLXxQZcUdVyrfV8XshNurr44XWq+3XV9vOYE+4e9jgT6eDPSu3ttFeifQu/7eCfRS8u6LyK2gBoMxAuOQE2zI8T+Ss/p+huUqV7n+zYr0vP8k/dlOqa+lVOVlP8mC/dAfQ0w+A7ZX5DOg5LKwkgc3FBmkC/lPsphkvt5ZLqwkb3aYfP6THNSc8uc+L9OFlWRPyaqS4SQH9ZX9apV5yY+SW7XsV6fMS36UDKJlv3plXnKz5Ect+zUo85I/JYNo2a9Ry09Gz31etgsryd5a7vOyXVhJ/tRyn5ftQq+/Qs99XrYLK8mfWu7zsl3o+Zae+7x8F1atI4tnv3TIvGTXltSf57+e1x/vv7idyH8QrY7FnYQ//yXVPOjPU0XzYKCPFcl7v9sH81+Nv7eTgfVyles/q19+Z/tp61HXFwAACjtpQ0NQUGhvdG9zaG9wIElDQyBwcm9maWxlAABIiZ2Wd1RT2RaHz703vVCSEIqU0GtoUgJIDb1IkS4qMQkQSsCQACI2RFRwRFGRpggyKOCAo0ORsSKKhQFRsesEGUTUcXAUG5ZJZK0Z37x5782b3x/3fmufvc/dZ+991roAkPyDBcJMWAmADKFYFOHnxYiNi2dgBwEM8AADbADgcLOzQhb4RgKZAnzYjGyZE/gXvboOIPn7KtM/jMEA/5+UuVkiMQBQmIzn8vjZXBkXyTg9V5wlt0/JmLY0Tc4wSs4iWYIyVpNz8ixbfPaZZQ858zKEPBnLc87iZfDk3CfjjTkSvoyRYBkX5wj4uTK+JmODdEmGQMZv5LEZfE42ACiS3C7mc1NkbC1jkigygi3jeQDgSMlf8NIvWMzPE8sPxc7MWi4SJKeIGSZcU4aNkxOL4c/PTeeLxcwwDjeNI+Ix2JkZWRzhcgBmz/xZFHltGbIiO9g4OTgwbS1tvijUf138m5L3dpZehH/uGUQf+MP2V36ZDQCwpmW12fqHbWkVAF3rAVC7/YfNYC8AirK+dQ59cR66fF5SxOIsZyur3NxcSwGfaykv6O/6nw5/Q198z1K+3e/lYXjzkziSdDFDXjduZnqmRMTIzuJw+Qzmn4f4Hwf+dR4WEfwkvogvlEVEy6ZMIEyWtVvIE4gFmUKGQPifmvgPw/6k2bmWidr4EdCWWAKlIRpAfh4AKCoRIAl7ZCvQ730LxkcD+c2L0ZmYnfvPgv59V7hM/sgWJH+OY0dEMrgSUc7smvxaAjQgAEVAA+pAG+gDE8AEtsARuAAP4AMCQSiIBHFgMeCCFJABRCAXFIC1oBiUgq1gJ6gGdaARNIM2cBh0gWPgNDgHLoHLYATcAVIwDp6AKfAKzEAQhIXIEBVSh3QgQ8gcsoVYkBvkAwVDEVAclAglQ0JIAhVA66BSqByqhuqhZuhb6Ch0GroADUO3oFFoEvoVegcjMAmmwVqwEWwFs2BPOAiOhBfByfAyOB8ugrfAlXADfBDuhE/Dl+ARWAo/gacRgBAROqKLMBEWwkZCkXgkCREhq5ASpAJpQNqQHqQfuYpIkafIWxQGRUUxUEyUC8ofFYXiopahVqE2o6pRB1CdqD7UVdQoagr1EU1Ga6LN0c7oAHQsOhmdiy5GV6Cb0B3os+gR9Dj6FQaDoWOMMY4Yf0wcJhWzArMZsxvTjjmFGcaMYaaxWKw61hzrig3FcrBibDG2CnsQexJ7BTuOfYMj4nRwtjhfXDxOiCvEVeBacCdwV3ATuBm8Et4Q74wPxfPwy/Fl+EZ8D34IP46fISgTjAmuhEhCKmEtoZLQRjhLuEt4QSQS9YhOxHCigLiGWEk8RDxPHCW+JVFIZiQ2KYEkIW0h7SedIt0ivSCTyUZkD3I8WUzeQm4mnyHfJ79RoCpYKgQo8BRWK9QodCpcUXimiFc0VPRUXKyYr1iheERxSPGpEl7JSImtxFFapVSjdFTphtK0MlXZRjlUOUN5s3KL8gXlRxQsxYjiQ+FRiij7KGcoY1SEqk9lU7nUddRG6lnqOA1DM6YF0FJppbRvaIO0KRWKip1KtEqeSo3KcRUpHaEb0QPo6fQy+mH6dfo7VS1VT1W+6ibVNtUrqq/V5qh5qPHVStTa1UbU3qkz1H3U09S3qXep39NAaZhphGvkauzROKvxdA5tjssc7pySOYfn3NaENc00IzRXaO7THNCc1tLW8tPK0qrSOqP1VJuu7aGdqr1D+4T2pA5Vx01HoLND56TOY4YKw5ORzqhk9DGmdDV1/XUluvW6g7ozesZ6UXqFeu169/QJ+iz9JP0d+r36UwY6BiEGBQatBrcN8YYswxTDXYb9hq+NjI1ijDYYdRk9MlYzDjDON241vmtCNnE3WWbSYHLNFGPKMk0z3W162Qw2szdLMasxGzKHzR3MBea7zYct0BZOFkKLBosbTBLTk5nDbGWOWtItgy0LLbssn1kZWMVbbbPqt/pobW+dbt1ofceGYhNoU2jTY/OrrZkt17bG9tpc8lzfuavnds99bmdux7fbY3fTnmofYr/Bvtf+g4Ojg8ihzWHS0cAx0bHW8QaLxgpjbWadd0I7eTmtdjrm9NbZwVnsfNj5FxemS5pLi8ujecbz+PMa54256rlyXOtdpW4Mt0S3vW5Sd113jnuD+wMPfQ+eR5PHhKepZ6rnQc9nXtZeIq8Or9dsZ/ZK9ilvxNvPu8R70IfiE+VT7XPfV8832bfVd8rP3m+F3yl/tH+Q/zb/GwFaAdyA5oCpQMfAlYF9QaSgBUHVQQ+CzYJFwT0hcEhgyPaQu/MN5wvnd4WC0IDQ7aH3wozDloV9H44JDwuvCX8YYRNRENG/gLpgyYKWBa8ivSLLIu9EmURJonqjFaMTopujX8d4x5THSGOtYlfGXorTiBPEdcdj46Pjm+KnF/os3LlwPME+oTjh+iLjRXmLLizWWJy++PgSxSWcJUcS0YkxiS2J7zmhnAbO9NKApbVLp7hs7i7uE54Hbwdvku/KL+dPJLkmlSc9SnZN3p48meKeUpHyVMAWVAuep/qn1qW+TgtN25/2KT0mvT0Dl5GYcVRIEaYJ+zK1M/Myh7PMs4qzpMucl+1cNiUKEjVlQ9mLsrvFNNnP1IDERLJeMprjllOT8yY3OvdInnKeMG9gudnyTcsn8n3zv16BWsFd0VugW7C2YHSl58r6VdCqpat6V+uvLlo9vsZvzYG1hLVpa38otC4sL3y5LmZdT5FW0ZqisfV+61uLFYpFxTc2uGyo24jaKNg4uGnupqpNH0t4JRdLrUsrSt9v5m6++JXNV5VffdqStGWwzKFsz1bMVuHW69vctx0oVy7PLx/bHrK9cwdjR8mOlzuX7LxQYVdRt4uwS7JLWhlc2V1lULW16n11SvVIjVdNe61m7aba17t5u6/s8djTVqdVV1r3bq9g7816v/rOBqOGin2YfTn7HjZGN/Z/zfq6uUmjqbTpw37hfumBiAN9zY7NzS2aLWWtcKukdfJgwsHL33h/093GbKtvp7eXHgKHJIcef5v47fXDQYd7j7COtH1n+F1tB7WjpBPqXN451ZXSJe2O6x4+Gni0t8elp+N7y+/3H9M9VnNc5XjZCcKJohOfTuafnD6Vderp6eTTY71Leu+ciT1zrS+8b/Bs0Nnz53zPnen37D953vX8sQvOF45eZF3suuRwqXPAfqDjB/sfOgYdBjuHHIe6Lztd7hmeN3ziivuV01e9r567FnDt0sj8keHrUddv3ki4Ib3Ju/noVvqt57dzbs/cWXMXfbfkntK9ivua9xt+NP2xXeogPT7qPTrwYMGDO2PcsSc/Zf/0frzoIflhxYTORPMj20fHJn0nLz9e+Hj8SdaTmafFPyv/XPvM5Nl3v3j8MjAVOzX+XPT806+bX6i/2P/S7mXvdNj0/VcZr2Zel7xRf3PgLett/7uYdxMzue+x7ys/mH7o+Rj08e6njE+ffgP3hPP74FSqLwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+QJAQ4aIQJ3Ma8AAAPvSURBVHja7dw9TyNHGMDxv9mT97ybHclEjtZnJCJMHFEimq24E02uSD7AVbmKD5COirs+QWmTD5DUl5CedCsaesegIBmDgsCSV/IFpJXS7Fg+Y2Obl3gmeaZCMIt+PPvM2yMzOSxocRy/AL5VSjGHHa0GYBP4BUA+nzcfHMfxMx3h+fl5KyL8JUCxWMRxHLPBWXRfAYRhCGB8hL8BAqUUSimzwXEcf6UH2+LiYu/7cwZjtwEWFhbwPM9ccD+2VCpRqVQ++HnOMOwmsKmxS0tLN/rkDIrqJlC+DTszcN9isJYNrDKA4zhUq1WKxeLIZ3P/EnAtw9WAzzVQN9d1KZVKhGGI4zi3/q7cI+A0SgNrw/oppfA8D6XUrRF9UHDfq9Wvd21YP8/z8H2/B+yfpqZtuTsOkOfDXq3OQ6UUvu8TBAG+7499zY8CzqacV0Aw6tV6nofruo86HnIT5uR3Opqu6xKG4b1f7aOA+1cd13WpVCqUSqWZztm5SbDFYpFqtfqgufig4MH1fNSqYwQ4y9mfTMSO2q290WlgGvYGOEuFml7TTWyDEd7Um2YTBtit4Ky6UtbzrKltbrBYMc1GZNbg53pmMB4cx3Gg9wizWG7vEuFesc30ZksxUMACFrCABSxgAQtYwAIWsIAF/AjgP+r1scfs09PTfJIkD1JKenLXB5Mkcd5ub9darZb3tFBIt7a26p/Vat3Bft/v7Hy6v7//McDXr1//+cXLlxcziXCj0fBarZYH8Pf7985vu7ufDOunsQC/vHv3zJgcvri4yI/r02638zLoBCxgAQtYwAIWsIAFLGABC1jAAhawgAUsYAELWMACFrCABSxgAQtYwAIWsIAFPFkreF46rs/TQiGdGXh5ebnbD1hfXx/64aNqtZrorzc2Nv66LzgHvX/2/0EpxcrKysQPJ0niNBoNLwzDq3K5fD2q38HBQfCR76fDPnU1bXtyn4eDIEhXV1eTcf0m6SODTsACFrCABSxgAQtYwAIWsID/P+A6QKfTsQMcRVECJADdbtealPgd4Pz83BrwHkC73bYDHEXRHnB6dXXF2dmZNbPEjwDNZpM0Tc0HR1H0K1BP05TDw0Nr5uE3OpePjo7MB0dRVAfe6hnDNPR/45LDYWjjr5HsQ9tzUecA3I6rUEekifmXzY7Am3+d74Q5b+aFyVP8EeZeST1lKpl56feEA9nca9XHTJ3mX1w/anUdhjbu1JxtcXubr5OTE/OP+f3oZrP5wcHY2LpEht4DOD4+tqaQsgMknU6nVzMxGhxFUQv4GegdjG0oVe3qI1uapuaDsyjXAS4vL60pBu4BXF9fWwPuFSttASe2TGs32j9GPje0xV+NkQAAAABJRU5ErkJggg==);background-color:transparent;border:none;background-position:center;background-size:var(--toolHandleWidth) 80px;background-repeat:no-repeat;width:var(--toolHandleWidth);height:80px;margin-left:var(--toolBorderWidth);pointer-events:auto;flex-grow:0}.teacherTool{position:fixed;top:0;bottom:0;right:var(--trayOffset);align-items:center;height:100%;display:flex;pointer-events:none}.teacherTool[data-visible=false]{visibility:collapse}.teacherTool-enter{right:var(--trayOffset)}.teacherTool-enter-active{right:0;transition:right .25s}.teacherTool-enter-done,.teacherTool-exit{right:0}.teacherTool-exit-active{right:var(--trayOffset);transition:right .25s}.teacherTool-exit-done{right:var(--trayOffset)}.teacherToolInner{display:flex;flex-direction:column;align-items:center;background-color:#fffc;width:var(--toolTrayWidth);pointer-events:auto;max-height:100%;overflow-y:auto;border-top:solid #c8c8c8cc;border-top-width:var(--toolBorderWidth);border-bottom:solid #c8c8c8cc;border-bottom-width:var(--toolBorderWidth);padding:10px 0;gap:20px}.teacherToolButtonWrapper{display:flex;flex-direction:column;align-items:center}.teacherToolButton{width:var(--toolButtonSize);height:var(--toolButtonSize);border:none;background-size:var(--toolButtonSize) var(--toolButtonSize);background-position:center}.teacherToolButton[aria-disabled=true]{opacity:.5}.teacherToolButtonDesc{margin-top:6px;font-size:var(--14px);text-align:center;line-height:1.2rem}@media (max-height: 675px),(max-width: 480px) and (orientation: portrait){:root{--toolButtonSize: 46px;--toolTrayWidth: 80px}.teacherToolInner{padding:8px 0;gap:15px}.teacherToolButtonDesc{margin-top:4px;font-size:var(--11px);line-height:1rem}}@media (max-height: 480px) and (orientation: landscape){:root{--toolButtonSize: 44px}.teacherToolInner{gap:12px}}.teacherToolLockButton[data-locked=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_11" data-name="\30ec\30a4\30e4\30fc  11" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112 112">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23f36a4e;%0A      }%0A%0A      .cls-1, .cls-2, .cls-3 {%0A        stroke-width: 0px;%0A      }%0A%0A      .cls-2 {%0A        fill: %23bc4f3a;%0A      }%0A%0A      .cls-3 {%0A        fill: %23fff;%0A      }%0A    <\/style>%0A  </defs>%0A  <circle class="cls-1" cx="56" cy="56" r="56"/>%0A  <g>%0A    <g>%0A      <path class="cls-2" d="M69.93,56.08c-1.66,0-3-1.34-3-3v-10.43c0-5.87-4.9-10.65-10.93-10.65s-10.93,4.78-10.93,10.65v10.43c0,1.66-1.34,3-3,3s-3-1.34-3-3v-10.43c0-9.18,7.59-16.65,16.93-16.65s16.93,7.47,16.93,16.65v10.43c0,1.66-1.34,3-3,3Z"/>%0A      <rect class="cls-2" x="32.6" y="51.2" width="46.8" height="38.4" rx="6" ry="6"/>%0A    </g>%0A    <path class="cls-3" d="M69.93,52.48c-1.66,0-3-1.34-3-3v-10.43c0-5.87-4.9-10.65-10.93-10.65s-10.93,4.78-10.93,10.65v10.43c0,1.66-1.34,3-3,3s-3-1.34-3-3v-10.43c0-9.18,7.59-16.65,16.93-16.65s16.93,7.47,16.93,16.65v10.43c0,1.66-1.34,3-3,3Z"/>%0A    <rect class="cls-3" x="32.6" y="47.6" width="46.8" height="38.4" rx="6" ry="6"/>%0A  </g>%0A  <path class="cls-1" d="M58.11,67.25c1.77-.8,3-2.57,3-4.64,0-2.82-2.29-5.11-5.11-5.11s-5.11,2.29-5.11,5.11c0,2.07,1.23,3.84,3,4.64l-1.95,7.32c-.2.76.37,1.51,1.16,1.51h5.79c.79,0,1.36-.75,1.16-1.51l-1.95-7.32Z"/>%0A</svg>')}.teacherToolLockButton{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_11" data-name="\30ec\30a4\30e4\30fc  11" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112 112">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %230d827e;%0A      }%0A%0A      .cls-1, .cls-2, .cls-3 {%0A        stroke-width: 0px;%0A      }%0A%0A      .cls-2 {%0A        fill: %2322a9a4;%0A      }%0A%0A      .cls-3 {%0A        fill: %23fff;%0A      }%0A    <\/style>%0A  </defs>%0A  <circle class="cls-2" cx="56" cy="56" r="56"/>%0A  <g>%0A    <g>%0A      <rect class="cls-1" x="29.6" y="51.2" width="46.8" height="38.4" rx="6" ry="6"/>%0A      <path class="cls-1" d="M89.8,32.36l-2.05-.39c-3.19-3.73-7.92-5.97-12.89-5.97-9.33,0-16.93,7.59-16.93,16.93v10.64c0,1.66,1.34,3,3,3s3-1.34,3-3v-10.64c0-6.03,4.9-10.93,10.93-10.93,3.87,0,7.37,1.98,9.37,5.3.85,1.42,2.7,1.88,4.12,1.02.95-.57,1.46-1.59,1.44-2.63h.01v-3.33Z"/>%0A    </g>%0A    <path class="cls-3" d="M60.93,52.97c-1.66,0-3-1.34-3-3v-10.64c0-9.34,7.59-16.93,16.93-16.93,5.9,0,11.46,3.14,14.51,8.2.86,1.42.4,3.26-1.02,4.12-1.42.85-3.26.4-4.12-1.02-2-3.32-5.5-5.3-9.37-5.3-6.03,0-10.93,4.9-10.93,10.93v10.64c0,1.66-1.34,3-3,3Z"/>%0A    <rect class="cls-3" x="29.6" y="47.6" width="46.8" height="38.4" rx="6" ry="6"/>%0A    <path class="cls-2" d="M55.11,67.25c1.77-.8,3-2.57,3-4.64,0-2.82-2.29-5.11-5.11-5.11s-5.11,2.29-5.11,5.11c0,2.07,1.23,3.84,3,4.64l-1.95,7.32c-.2.76.37,1.51,1.16,1.51h5.79c.79,0,1.36-.75,1.16-1.51l-1.95-7.32Z"/>%0A  </g>%0A</svg>')}.teacherToolAttendancesButton{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_11" data-name="\30ec\30a4\30e4\30fc  11" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112 112">%0A  <defs>%0A    <style>%0A      .cls-1 {%0A        fill: %23f36a4e;%0A      }%0A%0A      .cls-1, .cls-2, .cls-3 {%0A        stroke-width: 0px;%0A      }%0A%0A      .cls-2 {%0A        fill: %23bc4f3a;%0A      }%0A%0A      .cls-3 {%0A        fill: %23fff;%0A      }%0A    <\/style>%0A  </defs>%0A  <circle class="cls-1" cx="56" cy="56" r="56"/>%0A  <g>%0A    <circle class="cls-2" cx="56" cy="45.85" r="13.75"/>%0A    <path class="cls-2" d="M76,78.76h-.79c-2.9-9.14-10.4-15.66-19.21-15.66s-16.12,6.36-19.1,15.31l-.9-.06v3.99h0c.04,2.57,2.24,4.76,5.12,4.76h29.76c2.92,0,5.14-2.26,5.11-4.88h0v-3.45Z"/>%0A  </g>%0A  <g>%0A    <path class="cls-3" d="M70.88,83.5h-29.76c-3.26,0-5.65-2.8-5.02-5.8,2.21-10.45,10.28-18.2,19.9-18.2s17.68,7.75,19.9,18.2c.63,2.99-1.76,5.8-5.02,5.8Z"/>%0A    <circle class="cls-3" cx="56" cy="42.25" r="13.75"/>%0A  </g>%0A</svg>')}.teacherToolUnlockPopover{min-width:320px}.teacherToolUnlockPopoverTitle{background:#fff;text-align:center;padding:10px 0;font-size:.9rem;line-height:1.2rem;color:#595757}.teacherToolUnlockPopoverItem{display:grid;grid-template-columns:1fr auto 1fr;column-gap:10px}.teacherToolUnlockPopoverItem .title{grid-column:2}.teacherToolUnlockPopoverItem .listViewArrowMark{grid-column:3;justify-self:end}.teacherToolUnlockDateSelector{background:#fff}.teacherToolUnlockDateSelectorBody{display:flex;flex-direction:column;padding:15px 30px;box-sizing:border-box}.teacherToolUnlockDateSelectorBody>[type=datetime-local]{font-size:var(--16px)}@media (max-height: 480px) and (orientation: landscape),(max-width: 480px) and (orientation: portrait){.teacherToolUnlockPopover{min-width:270px}}.teacherToolSharedNoteUnlockGuidance{background:#fff;min-height:calc(var(--16px) * 1.5 * 2 + 5px * 2);color:var(--primaryBlue);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:5px 20px;line-height:1.5}.teacherToolSharedNoteUnlockGuidance div:first-child{font-weight:700}:root{--thinkingToolModalWidth: var(--sideDrawerWidth);--thinkingToolModalHeight: 100%;--thinkingToolModalGap: 10px;--thinkingToolModalCellWidth: calc( (var(--thinkingToolModalWidth) - var(--thinkingToolModalGap) * 2) / 3 )}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--thinkingToolModalWidth: 100vw;--thinkingToolModalHeight: 100%}}.thinkingToolModal{width:var(--thinkingToolModalWidth);height:var(--thinkingToolModalHeight);background-color:#fff;box-sizing:border-box;padding-bottom:var(--safeAreaInsetBottom)}.thinkingToolModalBackButton{color:var(--primaryBlue)}.thinkingToolModalBanner{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:var(--thinkingToolModalGap);margin:var(--thinkingToolModalGap) 0;height:calc(var(--thinkingToolModalCellWidth) * 2 / 3)}.thinkingToolModalBannerImg{display:flex;align-items:center}.thinkingToolModalUsageLink{grid-column-start:2;grid-column-end:4;display:flex;align-items:center}.thinkingToolModalUsageLink a{color:var(--primaryBlue);font-weight:700;text-decoration:underline}.thinkingToolModalContent{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:var(--thinkingToolModalGap);grid-row-gap:var(--thinkingToolModalGap)}.thinkingToolModalCell{cursor:pointer}.thinkingToolModalCell:last-child{padding:0}.thinkingToolModalCellImage{background-color:#19335e;width:100%;height:calc(var(--thinkingToolModalCellWidth) * 3 / 4)}.thinkingToolModalCellDesk{font-size:11px;padding:5px 0;text-align:center}:root{--timelineFontSize: var(--12px);--timelineThumbnailWidth: 200px}.timeline{width:var(--sideDrawerWidth);height:100%;box-shadow:2px 2px 8px #0006}.timeline .navBody{padding-bottom:var(--safeAreaInsetBottom)}.timelineTabPanelContent{width:100%;height:100%;background-color:var(--navBodyBackground)}.timelineScroller{display:flex;flex-direction:column-reverse}.timelineBody{display:flex;flex-direction:column-reverse;margin-bottom:8px}.timelineBody:has(.sendReservationButtonWrapper){margin-bottom:0}.timelineSendingIndicator{display:flex;align-items:center;height:30px;border-radius:15px;background-color:orange;color:#fff;padding-left:10px;padding-right:10px;margin-bottom:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[data-teacher-entry=true] .timelineSendingIndicator{background-color:var(--primaryBlue)}.timelineSendingIndicator>span,.timelineSendingIndicator>div{min-height:18px}.timelineSendingIndicatorMsg{min-width:100px}.timelineRow{display:flex}.timelineRow[data-my-entry=true]{flex-direction:row-reverse}.timelineEntry{padding:0 10px;display:flex}.timelineEntry:focus-visible{outline-offset:-2px}.timelineRow[data-my-entry=true] .timelineEntry{flex-direction:row-reverse}.timelineContent{display:flex;flex-direction:column}.timelineAction{display:flex;align-items:center}.timelineBalloon{position:relative;margin-top:8px}.timelineDisplayName{display:flex;flex-direction:row;justify-content:flex-start;color:#6d6d72;padding:5px 0;font-size:var(--timelineFontSize);max-width:calc(var(--timelineThumbnailWidth) + 10px)}.timelineRow[data-my-entry=true] .timelineDisplayName{justify-content:flex-end}.timelineDate{color:#6d6d72;padding:5px 0;text-align:right;font-size:var(--timelineFontSize)}.timelineBalloonArrow{position:absolute;width:100%;top:1px;left:0}.timelineBalloonArrow:before{--balloonArrowSize: 9px;content:"";position:absolute;width:var(--balloonArrowSize);height:var(--balloonArrowSize);transform:rotate(45deg) skew(10deg,10deg);top:-6px;background-color:#fff;border-width:1px 0 0 1px;border-style:solid;border-color:orange}[data-my-entry=false] .timelineBalloonArrow:before{left:13px}[data-my-entry=true] .timelineBalloonArrow:before{right:13px}[data-teacher-entry=true] .timelineBalloonArrow:before{border-color:var(--primaryBlue)}.timelineBalloonContent{background-color:#fff;border:1px solid orange;border-radius:6px;padding:5px;width:fit-content}[data-teacher-entry=true] .timelineBalloonContent{border:1px solid var(--primaryBlue)}.timelineMoreButton{margin-right:10px;margin-left:10px;min-height:26px}.timelineMoreIcon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.a{fill:%23007aff;}<\/style></defs><title>\30a2\30fc\30c8\30dc\30fc\30c9  4</title><path class="a" d="M10,.87A9.13,9.13,0,1,1,.87,10,9.13,9.13,0,0,1,10,.87h0M10,0A10,10,0,1,0,20,10,10,10,0,0,0,10,0Z"/><rect class="a" x="4.52" y="8.69" width="2.62" height="2.62" rx="1.31"/><rect class="a" x="12.86" y="8.69" width="2.62" height="2.62" rx="1.31"/><rect class="a" x="8.69" y="8.69" width="2.62" height="2.62" rx="1.31"/></svg>') no-repeat center center / 26px 26px;width:26px;height:26px;-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--neutralColor)}.timelineMoreIcon:active{opacity:.2}.timelineMorePopoverItem{width:100px}.timelineEntryThumb{padding:5px 0;width:var(--timelineThumbnailWidth);aspect-ratio:4 / 3}.timelineEntryDesc{box-sizing:border-box;font-size:var(--timelineFontSize);color:#6d6d72;text-align:left;padding:5px 0;display:flex;align-items:center;max-width:var(--timelineThumbnailWidth)}.timelineEntryDescIcon{padding-right:5px;width:var(--12px);height:var(--12px);min-height:var(--12px);min-width:var(--12px);background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:%230075f8;}<\/style></defs><title>\4eba_\5148\751f</title><path class="cls-1" d="M25.94,19,18.08,15.8V14.55a7.36,7.36,0,0,0,2.75-6c0-3.84-2.61-6.95-5.83-6.95s-5.83,3.12-5.83,7a7.32,7.32,0,0,0,2.73,6v1.29L4.06,19a1.36,1.36,0,0,0-.85,1.25v8.14H26.79V20.22A1.36,1.36,0,0,0,25.94,19Z"/></svg>');background-position:center;background-size:contain;background-repeat:no-repeat}.timelineEntryDescIcon[data-is-teacher=true]{background-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:%23fa0;}<\/style></defs><title>\4eba_\751f\5f92</title><path class="cls-1" d="M25.94,19,18.08,15.8V14.55a7.36,7.36,0,0,0,2.75-6c0-3.84-2.61-6.95-5.83-6.95s-5.83,3.12-5.83,7a7.32,7.32,0,0,0,2.73,6v1.29L4.06,19a1.36,1.36,0,0,0-.85,1.25v8.14H26.79V20.22A1.36,1.36,0,0,0,25.94,19Z"/></svg>')}.timelineDetail{width:calc(100vw - var(--sideDrawerWidth));height:100%}.timelineSendToPopover{max-width:calc(var(--sideDrawerWidth) - 20px);background-color:#fff}.timelineSendToUserListWrapper{padding:15px}.timelineSendToUserList{max-height:200px;min-width:120px;width:100%;overflow-y:auto;font-size:var(--14px)}@media (max-height: 480px){.timelineSendToUserList{max-height:100px}}.timelineSendToUserListItem{line-height:1.5;color:#757575;padding:0 4px;border-bottom:1px solid #dddddd}.timelineSendToUserName{width:fit-content;max-width:100%}.timelineSharedPrimary{min-height:12px}.timelineSharedDelimiter{white-space:pre;min-height:12px}.timelineSharedSecondary{display:inline-block;min-height:12px;white-space:pre;text-decoration:underline}.sendReservationButtonWrapper{position:sticky;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1}.sendReservationButtonWrapper:has(.sendReservationButton){padding:8px 0 calc(24px - clamp(8px,var(--safeAreaInsetBottom),16px))}.sendReservationButton{min-height:unset;padding:8px 20px;border-radius:calc(var(--16px) + 8px);box-shadow:1px 1px 4px #00000026;font-size:var(--16px);color:var(--primaryBlue);background-color:#fff;display:flex;justify-content:center;align-items:center;column-gap:8px}.sendReservationButton:active{color:var(--primaryBlueHighlight)}.sendReservationButtonIcon{width:24px;height:24px;position:relative;top:2px;background-color:var(--primaryBlue)}.sendReservationButton:active .sendReservationButtonIcon{background-color:var(--primaryBlueHighlight)}.sendReservationNavBody{height:calc(100% - var(--navHeaderHeight));display:flex}.sendReservationBody{width:100%;display:flex;flex-direction:column}.sendReservationEndedCourseCaption{box-sizing:border-box;width:100%;padding:0 15px;margin-top:22px;display:flex;place-content:center}.sendReservationList{margin-top:0;padding-top:22px;margin-bottom:0;padding-bottom:22px;display:flex;flex-direction:column;overflow-y:auto}.sendReservationBody[data-has-caption=true] .sendReservationList{margin-top:22px;padding-top:0}.sendReservationDocumentCell{flex-shrink:0}@media (hover: hover){.sendReservationDocumentCell:not([aria-disabled=true]):hover{background-color:#e0efff}}.sendReservationDocumentThumbnail{width:44px;height:44px;display:flex;align-items:center;justify-content:center;overflow:hidden}.sendReservationDocumentThumbnail .documentThumbnailImage{width:44px;height:36px;max-width:100%;max-height:100%;object-fit:cover;border:1px solid #cccccc}.sendReservationDocumentSendAt[data-failed=true]{text-decoration:line-through}.sendReservationFailedIcon{width:24px;height:24px}.listViewCell .sendReservationFailedIcon{padding:10px}.sendReservationPanelHeader{background-color:var(--courseMenuBackgroundColor)}.sendReservationPreviewTitle{width:100%;display:flex;justify-content:flex-start;align-items:center;column-gap:10px}.sendReservationPreviewTitle[data-failed=true]{display:grid;grid-template-columns:max-content minmax(0,1fr)}.sendReservationPreviewTitle[data-failed=true] .ellipsisText{text-decoration:line-through}.sendReservationPreviewFailedButton:active{opacity:.5}.sendReservationPreviewTitleButton{width:100%;display:flex;align-items:center;column-gap:8px}.sendReservationPreviewTitleButton>img{width:12px;height:8px;position:relative;top:2px}.sendReservationPreviewTitleButton:active{opacity:.5}.sendReservationSendToUsersPopover{box-sizing:border-box;min-width:240px;max-width:min(480px,90vw);width:100%;min-height:var(--uiPopoverMinHeight);max-height:calc((var(--vh, 1vh) * 100) - (var(--navHeaderHeight) + 1px) - 10px);height:100%;padding:15px 20px 20px;background-color:#fff;display:flex;flex-direction:column;align-items:center;row-gap:15px}.sendReservationSendToUsersPopoverTitle{color:#666;min-height:unset;display:flex;justify-content:center;align-items:center;column-gap:6px;padding:var(--ellipsisTextPadding) 0}.sendReservationSendToUsersPopoverTitle.genericButton:active{opacity:.5}.sendReservationSendToUsersPopoverTitleIcon{background-color:#666;width:1rem;height:1rem;position:relative;top:1px}.sendReservationSendToUsersPopoverTitleCaption{background-color:#000;color:#fff;padding:15px;text-align:center;box-sizing:border-box;overflow-wrap:break-word}.sendReservationSendToUsersList{width:100%;background-color:#fff;overflow-y:auto}.sendReservationSendToUserNameListItem{font-size:var(--14px);line-height:1.5;color:#757575;padding:0 4px;border-bottom:1px solid #dddddd}.sendReservationSendToUserName{position:relative;width:fit-content;max-width:100%}.sendReservationSendToUserName[data-disabled=true]{color:#bbb}.sendReservationSendToUserName[data-disabled=true]:before{content:"";width:100%;height:0;border-top:1px solid #757575;position:absolute;top:50%;left:0;pointer-events:none}.sendReservationWithdrawalPopoverItem{color:var(--errorRed)}.tutorialContainer{position:fixed;width:100%;height:100%;top:0;left:0;pointer-events:none}:root{--tutorialDialogRight: var(--toolHandleWidth);--tutorialDialogBottom: calc( var(--noteSaveIndicatorBottom) + 1em + 10px + var(--desktopTrashBoxSize) - 5px )}@media (max-width: 480px),(min-width: 481px) and (max-height: 550px){:root{--tutorialDialogBottom: calc( var(--noteSaveIndicatorBottom) + 1em + 10px + 5px )}}.tutorialDialog{background-color:#fff;border-radius:8px;position:absolute;cursor:move;box-shadow:2px 2px 8px #0006;pointer-events:auto;right:var(--tutorialDialogRight);bottom:var(--tutorialDialogBottom);overflow:hidden}.tutorialDialogInner{width:100%;height:100%;display:flex}.tutorialAsideMenu{position:relative;transition:height,.5s}.tutorialDialogHeader{height:32px;padding:0 10px;display:flex;align-items:center;color:#606060;background:#fafafa;border-top-right-radius:8px}.tutorialDialogHeader[data-round-topleft=true]{border-top-left-radius:8px}.tutorialTitleCheck{width:15px;height:15px;background-size:15px;background-position:left;background-repeat:no-repeat}.tutorialTitleCheck[data-checked=true]{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.131 23.279"><defs><style>.a{fill:%23007aff;}<\/style></defs><title>check</title><polygon class="a" points="10.698 23.279 0 12.58 3.846 8.734 10.698 15.586 26.285 0 30.131 3.846 10.698 23.279"/></svg>')}.tutorialTitle{margin-left:5px;font-size:1em;transition:font-size .5s}.tutorialTitle[data-size=tiny]{font-size:.5em}.tutorialItemListAnchor{margin:0 5px}.tutorialItemListArrow{width:15px;height:15px;background-size:15px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><defs><style>.a{fill:%23606060;}<\/style></defs><title>chevron-down-circle_22.5</title><path class="a" d="M10.989,1.4A9.734,9.734,0,0,1,20.6,11,9.728,9.728,0,0,1,11,20.6,9.728,9.728,0,0,1,1.4,11a9.723,9.723,0,0,1,9.589-9.6m0-1.4A11.079,11.079,0,0,0,0,11,11.081,11.081,0,0,0,11,22,11.074,11.074,0,0,0,22,11,11.091,11.091,0,0,0,10.989,0Z"/><path class="a" d="M12.068,14.149l4.238-4.5a.822.822,0,0,0,.032-1.132A.793.793,0,0,0,15.174,8.5L11,12.92,6.826,8.5a.793.793,0,0,0-1.164.022.822.822,0,0,0,.032,1.132l4.238,4.5A1.335,1.335,0,0,0,12.068,14.149Z"/></svg>');background-position:center;background-repeat:no-repeat}.tutorialItemListPopover{background-color:#fff}.tutorialItemList{overflow:auto}.tutorialItem{width:auto;padding:0 15px;cursor:pointer;justify-content:start}.tutorialItem:first-child{border-top-left-radius:8px}.tutorialItem:last-child{border-bottom-left-radius:8px}.tutorialItem:focus-visible{outline-offset:-2px}.tutorialItem .tutorialTitleCheck{flex-shrink:0;margin-right:10px}.tutorialItem span{text-align:left;padding:5px 0}.tutorialAsideMenu .tutorialItem[data-highlight=true]{position:sticky;top:0;bottom:0;z-index:1}.tutorialAsideMenu .tutorialTitleNumber{flex-shrink:0;margin-right:5px}.tutorialHeaderActionWrapper{display:flex;flex-grow:1;justify-content:flex-end;align-items:center}.tutorialHeaderAction{width:23px;height:23px;background-size:23px;background-position:center;background-repeat:no-repeat}.tutorialArrowIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45"><title>arrow</title><path d="M8.06,20.068a1.5,1.5,0,0,0,1.526-1.56V17.1L9.25,11.246l4.411,4.646,5.166,5.2a1.405,1.405,0,0,0,1.057.436,1.542,1.542,0,0,0,1.66-1.56,1.6,1.6,0,0,0-.453-1.157l-5.182-5.165L11.263,9.234l5.87.335h1.392a1.535,1.535,0,1,0,0-3.069H9.217a2.462,2.462,0,0,0-2.7,2.7v9.308A1.522,1.522,0,0,0,8.06,20.068ZM26.458,38.5h9.308a2.475,2.475,0,0,0,2.717-2.7V26.492a1.525,1.525,0,0,0-1.559-1.56,1.509,1.509,0,0,0-1.527,1.56V27.9l.352,5.854-4.427-4.646-5.149-5.2a1.442,1.442,0,0,0-1.074-.436,1.551,1.551,0,0,0-1.66,1.559,1.609,1.609,0,0,0,.47,1.158l5.165,5.165,4.663,4.411-5.87-.335H26.458a1.535,1.535,0,1,0,0,3.069Z"/></svg>');margin-left:auto}.tutorialCloseIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45"><title>Close</title><path d="M25.316,22.5,33.9,13.888a1.807,1.807,0,0,0,.6-1.393A1.973,1.973,0,0,0,32.505,10.5a1.8,1.8,0,0,0-1.364.6l-8.67,8.611-8.612-8.581a1.7,1.7,0,0,0-1.364-.572A1.959,1.959,0,0,0,10.5,12.524a1.827,1.827,0,0,0,.593,1.385l8.56,8.591L11.1,31.082a1.784,1.784,0,0,0-.6,1.394A2.036,2.036,0,0,0,12.5,34.5a1.857,1.857,0,0,0,1.406-.612l8.57-8.6,8.583,8.584a1.968,1.968,0,0,0,1.422.629,2.036,2.036,0,0,0,1.994-2.023,1.838,1.838,0,0,0-.592-1.414Z"/></svg>')}.tutorialVideoContainer{background:#d0d0d0;position:relative}.tutorialVideo{display:flex;align-items:center;justify-content:center;transition:width,height,.5s;cursor:pointer}.tutorialVideo video{width:100%;height:100%}.tutorialPlayButton{position:absolute;width:20%;aspect-ratio:1;background-color:#0008;border-radius:50%;pointer-events:none}.tutorialPlayButtonIcon{width:100%;height:100%;background-color:#fff;pointer-events:none;mask:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><title>pause_icon</title><path fill="%23FFF" class="filled" d="M 9.9249985,7 V 33 H 16.424999 V 7 Z M 23.575002,7 v 26 h 6.499999 V 7 Z" /></svg>%0A') no-repeat center center / 70%;-webkit-mask:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><title>pause_icon</title><path fill="%23FFF" class="filled" d="M 9.9249985,7 V 33 H 16.424999 V 7 Z M 23.575002,7 v 26 h 6.499999 V 7 Z" /></svg>%0A') no-repeat center center / 70%}.tutorialPlayButtonIcon[data-icon=pause]{mask-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><title>pause_icon</title><path fill="%23FFF" class="filled" d="M 9.9249985,7 V 33 H 16.424999 V 7 Z M 23.575002,7 v 26 h 6.499999 V 7 Z" /></svg>%0A');-webkit-mask-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><title>pause_icon</title><path fill="%23FFF" class="filled" d="M 9.9249985,7 V 33 H 16.424999 V 7 Z M 23.575002,7 v 26 h 6.499999 V 7 Z" /></svg>%0A')}.tutorialPlayButtonIcon[data-icon=play]{mask-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><title>play_icon</title><path fill="%23FFF" class="filled" d="M 11,9 V 31 L 35,20 Z" /></svg>%0A');-webkit-mask-image:url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><title>play_icon</title><path fill="%23FFF" class="filled" d="M 11,9 V 31 L 35,20 Z" /></svg>%0A')}.tutorialDialogFooter{display:flex;align-items:center;justify-content:center;background-color:#fafafa;border-bottom-right-radius:8px}.tutorialDialogFooter[data-round-bottomleft=true]{border-bottom-left-radius:8px}.tutorialOkButton{width:170px;height:43px;border-radius:8px;justify-content:center;background:#f96767;color:#fafafa;font-size:21px;transform:scale(1);transition-duration:.1s;transition-timing-function:ease-in}.tutorialOkButton:not([aria-disabled=true]):active{opacity:.8;transform:scale(.86);transition-duration:.1s;transition-timing-function:ease-in}.tutorialOkButton[aria-disabled=true]{opacity:.5;color:#fafafa;pointer-events:none}.tutorialOkIcon{width:30px;height:23px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.056 52.379"><defs><style>.a{fill:%23fff;}<\/style></defs><title>hand-thumbsup</title><path class="a" d="M29.838,52.379h3.207a33.261,33.261,0,0,0,7.064-.581c3.231-.79,5.229-3.021,5.229-5.879a5.051,5.051,0,0,0-.279-1.673,5.981,5.981,0,0,0,2.51-4.88,6.131,6.131,0,0,0-.535-2.649,6.225,6.225,0,0,0,1.72-4.392,6.408,6.408,0,0,0-.767-3.091,6.329,6.329,0,0,0,1.069-3.649,6.135,6.135,0,0,0-6.158-6.2H34.091c-.558,0-.93-.256-.93-.721,0-2.533,3.974-8.412,3.974-13.129A5.264,5.264,0,0,0,31.79,0C29.513,0,28,1.185,26.492,4.067,23.657,9.5,20.287,14.315,14.78,21.054H10.341C4.624,21.054,0,27.537,0,35.462,0,43.293,5.066,49.8,11.224,49.8h7.692A23.4,23.4,0,0,0,29.838,52.379Zm3.23-3.509-3.207-.046c-9.737-.07-16.36-5.577-16.36-13.478,0-5.02,1.139-8.227,4.3-12.456,3.485-4.671,8.319-10.272,11.828-17.22.906-1.859,1.417-2.161,2.161-2.161a1.766,1.766,0,0,1,1.836,2.022c0,3.764-3.974,9.481-3.974,13.129,0,2.626,2.185,4.23,4.95,4.23h8.3a2.615,2.615,0,0,1,2.649,2.7A3.368,3.368,0,0,1,44.269,28.3a1.013,1.013,0,0,0-.349.721.887.887,0,0,0,.233.581,4.567,4.567,0,0,1,1.092,2.719,3.479,3.479,0,0,1-1.58,2.858,1.4,1.4,0,0,0-.674,1.092,1.235,1.235,0,0,0,.116.465,5.319,5.319,0,0,1,.953,2.626c0,1.255-.79,2.207-2.463,3.067a.924.924,0,0,0-.558.814,1.132,1.132,0,0,0,.116.441,5.275,5.275,0,0,1,.674,2.231c0,1.139-.837,2.045-2.556,2.463A26.889,26.889,0,0,1,33.068,48.87ZM11.224,46.291c-4.113,0-7.715-4.95-7.715-10.829,0-6,3.253-10.9,6.832-10.9H12.5a21.833,21.833,0,0,0-2.51,10.713,15.408,15.408,0,0,0,4.393,11.015Z"/></svg>');background-repeat:no-repeat;background-position:left}.tutorialSeekBarEventHandler{position:absolute;height:26px;width:100%;transform:translateY(-16px);cursor:pointer}.tutorialSeekBarContainer{position:relative;width:calc(100% - 12px);height:4px}.tutorialSeekBar{height:100%;background-color:#0075f7;transform-origin:left}.tutorialSeekHandle{position:relative;width:12px;height:12px;top:-8px;background-color:#0075f7;border-radius:50%}.tutorialHeaderButtonsBorder{width:1px;height:23px;margin:0 10px;background:#e4e4e4}:root{--tutorialCloseDialogVideoWidth: 90%;--tutorialCloseDialogBodyGap: 15px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--tutorialCloseDialogVideoWidth: min(75%, calc(var(--vh, 1vh) * 75));--tutorialCloseDialogBodyGap: 10px}}.tutorialCloseDialogHeader{text-align:center}.tutorialCloseDialogBody{padding:0 var(--tutorialCloseDialogBodyGap);display:flex;flex-direction:column;align-items:center;gap:var(--tutorialCloseDialogBodyGap)}.tutorialCloseDialogBody video{width:var(--tutorialCloseDialogVideoWidth);aspect-ratio:4 / 3}.tutorialCloseDialogBody label,.tutorialCloseDialogBody input{cursor:pointer}.userGroupJoinCodeDialogWrapper{background:#0006}.userGroupJoinCodeDialog{width:100%;padding:15px;display:flex;flex-direction:column;align-items:center;background:#fff}.userGroupJoinCodeDialogItem{padding:10px}.userGroupJoinCodeDialogTitle{display:flex;align-items:center}.userGroupJoinCodeDialogTitlePrefix{font-size:1em}.userGroupJoinCodeDialogTitleGroupName{margin-left:10px;font-size:2em}.userGroupJoinCodeDialogCode{font-size:45px;color:var(--primaryBlue)}.userGroupJoinCodeDialogButtonWrap{width:100%;display:flex;justify-content:center;margin-top:14px}.userGroupJoinCodeDialogButton{background-color:#c7c7d0;color:#7b7b84;padding:0 10px}.userGroupJoinCodeDialogButton:active{color:#c7c7d0;background-color:#7b7b84}:root{--userProfileBasePadding: 15px;--userProfileTextFontSize: 13px;--userProfileTextPadding: 5px;--userProfileTextAlign: right}@media (max-width: 480px){:root{--userProfileTextFontSize: 9px;--userProfileTextPadding: 5px;--userProfileTextAlign: center}}@media (max-width: 480px){.userProfileCourse{padding:var(--userProfileBasePadding);max-width:calc(100vw - var(--desktopMenuWrapperMinWidth) * 2)}}.userProfileText{padding-bottom:var(--userProfileTextPadding);color:#fff;text-align:var(--userProfileTextAlign);font-size:var(--userProfileTextFontSize)}.userProfileText:last-child{padding-bottom:0}.userPickerBody{padding:0 20px}.userPickerSection{background-color:#fff;padding-bottom:20px}.userPickerSectionHr{width:100%;margin:0 auto;border-top:1px solid #d8d8d8}.userPickerSectionTitle{font-size:var(--14px);display:flex;align-items:center;padding:18px 0;text-align:left}.userPickerSectionBody{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));justify-items:center}.userPickerCell{width:100px;height:64px;box-sizing:border-box;border-radius:8px;font-size:var(--12px);line-height:1.3;padding:5px;background-color:#bbe7ff;display:flex;align-items:center;justify-content:center;text-align:center}.userPickerCell[data-selected=true],.userPickerCell[data-disabled=false]:active{border:3px solid var(--primaryBlue)}.userPickerCell[data-teacher=true]{background-color:#ffe6a9}.userPickerCell[aria-disabled=true],.userPickerCell[data-disabled=true]{background:#f0f0f0;color:#666;cursor:not-allowed}.userPickerCellName{display:flex;flex-grow:1;justify-content:center;align-items:center}.userPickerCellName>span{display:-webkit-box;overflow:hidden;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:anywhere;text-overflow:ellipsis}.userPickerCellDisabledReason{max-width:90vw;padding:15px;color:#333;background-color:#fff}.userPickerButtons{background-color:#fff;display:flex;height:44px;align-items:center;justify-content:space-evenly}:root{--userPickerCellHeight: 64px}.userPickerBodyV2{padding:0 20px 20px}.userPickerSectionV2{background-color:#fff}.userPickerSectionHrV2{width:100%;margin:20px auto 0;border-top:1px solid #d8d8d8}.userPickerSectionHeaderV2{min-height:52px;display:flex;justify-content:space-between;align-items:center}.userPickerSectionTitleV2{display:flex;align-items:center;text-align:left}.userPickerSectionHeaderRightV2{font-size:var(--14px);display:flex;justify-content:flex-end;align-items:center;column-gap:20px}.userPickerSectionBodyV2{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));justify-items:center}.userPickerCellV2{width:100px;height:var(--userPickerCellHeight);box-sizing:border-box;border:3px solid transparent;border-radius:8px;font-size:var(--12px);line-height:1.3;padding:5px;background-color:#bbe7ff;display:flex;align-items:center;justify-content:center;text-align:center}.userPickerCellV2[data-selected=true]{border:3px solid var(--primaryBlue)}.userPickerCellV2[data-disabled=false]:active{opacity:.5}.userPickerCellV2[data-teacher=true]{background-color:#ffe6a9}.userPickerCellV2[aria-disabled=true],.userPickerCellV2[data-disabled=true]{background:#f0f0f0;color:#666;cursor:not-allowed}.userPickerCellNameV2{display:flex;flex-grow:1;justify-content:center;align-items:center}.userPickerCellNameV2>span{display:-webkit-box;overflow:hidden;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:anywhere;text-overflow:ellipsis}.userPickerCellDisabledReasonV2{max-width:90vw;padding:15px;color:#333;background-color:#fff}.userPickerSubSectionTeamV2{width:100%;padding:0;position:relative;display:flex;flex-direction:column;justify-content:flex-start;row-gap:12px}.userPickerSubSectionTeamHeaderV2{min-height:44px;font-size:var(--14px);display:flex;justify-content:space-between;align-items:center;column-gap:20px;text-align:left}.userPickerTeamGroupSelectorV2{display:flex;justify-content:flex-start;align-items:center;column-gap:12px}.userPickerTeamGroupSelectorLabelV2{flex-shrink:0}.teamGroupSelectorButtonV2{box-sizing:border-box;min-height:40px;min-width:calc(8 * var(--14px));padding:8px 12px;border:1px solid #b2b2b2;border-radius:8px;background-color:#fff;display:grid;grid-template-columns:1fr max-content;align-items:center;column-gap:12px}.teamGroupSelectorButtonV2:active{opacity:.5}.teamGroupSelectorButtonChevronV2{width:6px;height:6px;position:relative}.teamGroupSelectorButtonChevronV2:before{content:"";width:100%;height:100%;position:absolute;top:-3px;left:0;border-top:2px solid #777777;border-left:2px solid #777777;border-radius:2px;transform:rotate(45deg)}.teamGroupSelectorButtonChevronV2:after{content:"";width:100%;height:100%;position:absolute;bottom:-3px;left:0;border-bottom:2px solid #777777;border-left:2px solid #777777;border-radius:2px;transform:rotate(-45deg)}.teamGroupSelectorValueItemV2{border:none;color:#000;display:flex;justify-content:flex-start;align-items:center}.teamGroupSelectorValueItemCheckMarkV2{flex:0 0 32px;width:32px;height:44px}.teamGroupSelectorValueItemCheckMarkV2[data-selected=true]{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 22 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;"><path d="M2.028,4.365l6.371,6.597l10.863,-8.819" style="fill:none;stroke:%2307f;stroke-width:2px;"/></svg>');background-size:16px;background-repeat:no-repeat;background-position:center 55%}.userPickerSubSectionTeamBodyV2{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;row-gap:15px}.userPickerTeamCellV2{width:100%;box-sizing:border-box;border:3px solid transparent;border-radius:8px;font-size:var(--14px);background-color:#e3f2fd;display:flex;flex-direction:column;justify-content:flex-start}.userPickerTeamCellV2[data-selected=true]{border-color:var(--primaryBlue)}.userPickerTeamCellV2[aria-disabled=true]{background-color:#f8f8fb}.userPickerTeamCellHeaderV2{margin-left:15px;display:flex;justify-content:space-between;align-items:center;column-gap:20px}.userPickerTeamCellHeaderRightV2{display:flex;justify-content:flex-end;align-items:center}.userPickerTeamCellToggleButtonV2{width:44px;display:flex;justify-content:center;align-items:center}.userPickerTeamCellToggleButtonV2:active{opacity:.5}.userPickerTeamCellToggleButtonV2 .listViewExpandableArrowMark{transform:rotate(180deg);transition:transform .3s}.userPickerTeamCellToggleButtonV2 .listViewExpandableArrowMark[data-expanded=true]{transform:rotate(90deg)}.userPickerTeamCellBodyV2{margin:5px 15px 15px}.userStatusList{width:var(--courseDrawerWidth);height:calc(var(--vh, 1vh) * 90);box-shadow:1px 2px 4px #0006}.userStatusListHeader{width:100%;display:grid;grid-template-columns:25% 50% 25%}.userStatusListHeaderTitle{font-weight:700;font-size:17px}.userStatusListCell{padding:7.5px 10px;height:44px;border-bottom:1px solid #ccc}.userStatusRed{background-color:#fc8081}.userStatusYellow{background-color:#fcff7f}.userStatusGray{background-color:#e5e5e8}.userStatusWhite{background-color:#fff}:root{--addWebCardDialogFontColor: #6d6d72}.addWebCardDialogWrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.addWebCardDialog{max-width:90vw;width:550px;background-color:#fff;border-radius:8px;position:absolute;top:15%}@media (max-width: 600px),(max-height: 550px){.addWebCardDialog{position:static;max-height:calc(var(--vh, 1vh) * 100)}}.addWebCardDialogCompactHeader{display:flex;margin:10px}.addWebCardDialogHeader{margin-bottom:12px;background-color:#fff}.addWebCardDialogMain{padding:0 25px 20px}@media (max-height: 200px){.addWebCardDialogMain{display:none}}.addUrlInlineCloseButton{margin-right:10px}.addUrlInputWrap input{width:100%;height:100%;min-height:44px;border-radius:4px;border:1px solid #c8c7cc;font-size:17px;text-indent:.3em;box-sizing:border-box}.addWebCardDialogCompactUI .addUrlInputWrap{flex:auto}.addWebCardDialogCompactUI .addUrlInputWrap input{border-radius:4px 0 0 4px}.addUrlInvalidHelp{word-wrap:break-word;font-size:small;font-weight:700;color:var(--addWebCardDialogFontColor);margin-top:10px}.addUrlInvalidMessage{margin-left:7px;margin-bottom:7px}.webCardPreviewWrapper{margin-top:10px;margin-bottom:15px;margin-right:3px;min-height:110px}.addWebCardDialogCompactUI .addUrlInvalidMessage,.addWebCardDialogCompactUI .webCardPreviewWrapper{text-align:center}.webCardPreviewContainer{width:100%;--max-height: calc(var(--vh, 1vh) * 45);max-height:var(--max-height);max-width:calc(var(--max-height) * 4 / 3);margin:auto}.webCardPreviewContainer img{width:100%;height:100%;border:1px solid}:root{--url-clip-balloon-border-color: var(--primaryBlue)}.urlPasteMessageBalloon{position:relative;display:inline-block;margin-top:8px;margin-left:2px;padding:14px 18px;max-width:100%;color:var(--url-clip-balloon-border-color);font-size:18px;background:#fff;border:solid 2px var(--url-clip-balloon-border-color);box-sizing:border-box;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.urlPasteMessageBalloonButton{cursor:pointer}.urlPasteMessageBalloonButton:active{color:#fff;background:var(--url-clip-balloon-border-color)}.urlPasteMessageBalloonButton:active:before{border-bottom:var(--url-clip-balloon-border-color)}.urlPasteMessageBalloon:before{content:"";position:absolute;top:-21px;left:15%;margin-left:-15px;border:11px solid transparent;border-bottom:11px solid #fff;z-index:2}.urlPasteMessageBalloon:after{content:"";position:absolute;top:-24px;left:15%;margin-left:-15px;border:11px solid transparent;border-bottom:11px solid var(--url-clip-balloon-border-color);z-index:1}@media (max-width: 600px),(max-height: 480px){.urlPasteMessageBalloon{font-size:16px}}.createWebCardButton{display:flex;justify-content:center;align-items:center;border-radius:22px;padding:12px 20px;text-align:center;font-size:inherit;background-color:#fff;color:var(--primaryBlue);border:2px solid var(--primaryBlue)}.createWebCardButton:active{color:#fff;background-color:var(--primaryBlue)}.createWebCardButton[aria-disabled=true]{background-color:#ccc;cursor:not-allowed;border:1px solid #c8c7cc;color:#fff}.addWebCardDialogCompactUI .createWebCardButton{padding:0 5px;border-radius:0 4px 4px 0}.leadingWebCardExtDialog{max-width:90vw;width:700px;background-color:#fff;border-radius:8px;position:absolute;top:16%}.leadingWebCardExtDialogHeader{background-color:#fff}.leadingWebCardExtText{text-align:center;padding:25px 20px 20px;font-size:32px}.leadingWebCardExtText p{white-space:pre-wrap;line-height:1.35em}.leadingWebCardExtLinkBox{width:100%;height:100%;margin-bottom:30px;display:flex;justify-content:center;align-items:center}.leadingWebCardExtLink a{color:inherit;text-decoration:none}@media (hover: hover){.leadingWebCardExtLink a:hover{text-decoration:underline}}.leadingWebCardExtLink{display:inline-block;text-align:center;padding:12px 34px;font-size:25px;color:#fff;background-color:var(--primaryBlue);border-radius:24px}.leadingWebCardExtDialogImg{margin:15px;text-align:center}.leadingWebCardExtDialogImg img{max-width:100%}@media (max-height: 700px){.leadingWebCardExtDialog{top:5%}.leadingWebCardExtDialogImg img{max-width:65%}}@media (max-height: 500px){.leadingWebCardExtDialogImg{display:none}}:root{--pushForegroundNotificationWidth: 50vw;--pushForegroundNotificationTop: 100px}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){:root{--pushForegroundNotificationTop: 60px}}@media (orientation: landscape){:root{--pushForegroundNotificationWidth: 33vw}}.pushForegroundNotification{position:fixed;top:var(--pushForegroundNotificationTop);max-width:var(--pushForegroundNotificationWidth);background-color:#157bd5;border-radius:4px}.pushForegroundNotification-enter{right:calc(-1 * var(--pushForegroundNotificationWidth))}.pushForegroundNotification-enter-active{right:10px;transition:right .2s}.pushForegroundNotification-enter-done{right:10px}.pushForegroundNotification-appear{right:calc(-1 * var(--pushForegroundNotificationWidth))}.pushForegroundNotification-appear-active{right:10px;transition:right .2s}.pushForegroundNotification-appear-done,.pushForegroundNotification-exit{right:10px}.pushForegroundNotification-exit-active{right:calc(-1 * var(--pushForegroundNotificationWidth));transition:right .2s}.pushForegroundNotification-exit-done{right:calc(-1 * var(--pushForegroundNotificationWidth))}.pushForegroundNotificationContent{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:10px 20px;font-size:14px;line-height:20px;color:#fff}.searchIcon{display:block;height:100%;width:100%}.searchBoxContainer{display:grid;grid-template-columns:1fr max-content;column-gap:10px;padding:5px 0}.searchBoxContainer.materialBoxSearchContainer{margin:5px 15px}.searchBoxContainer.noteSearchContainer{margin:0 4px 0 10px}:root{--searchBoxBaseHeight: 44px}.searchBox{background-color:#fff;border:1px solid #ccc;border-radius:calc(var(--searchBoxBaseHeight) / 2);height:var(--searchBoxBaseHeight);box-sizing:border-box;padding:0 0 0 22px;color:#000000de;word-wrap:break-word;font:16px arial,sans-serif}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.searchBox{padding:0 0 0 14px;font-size:15px}}.searchBoxButton{background:transparent;border:none;cursor:pointer;padding:0}.searchBoxButton[aria-disabled=true]{opacity:.5}.searchHighlight{font-weight:700;border-bottom:solid 1px #b8b8b8}.searchHighlightV2{font-weight:700}.searchHitsCardsV2{font-size:var(--14px);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;padding:calc(var(--ellipsisTextPadding) / 2) 0;line-height:calc(1em + var(--ellipsisTextPadding));overflow:hidden;overflow-wrap:anywhere}.searchButtonIcon{display:grid;place-items:center;width:var(--searchBoxBaseHeight);height:var(--searchBoxBaseHeight);background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.b{fill:%23243c60;}.b,.c{stroke-width:0px;}.c{fill:%23fff;}<\/style></defs><circle class="b" cx="18" cy="18" r="18"/><path class="c" d="m21.07,20.28l-.87.05c2.16-2.28,2.06-5.88-.22-8.04-2.28-2.16-5.88-2.06-8.04.22-2.16,2.28-2.06,5.88.22,8.04,2.16,2.05,5.54,2.08,7.74.07l-.05.87,4.43,4.43,1.21-1.21-4.43-4.43Zm-4.96.11c-2.16,0-3.92-1.75-3.92-3.92,0-2.16,1.75-3.92,3.92-3.92s3.92,1.75,3.92,3.92h0c0,2.16-1.76,3.92-3.92,3.92h0Z"/></svg>');background-position:center;background-size:contain;background-repeat:no-repeat}:root{--userProfileV2TopBottomPadding: 3px;--userProfileV2LeftRightPadding: 15px;--userProfileV2ItemPadding: 6px;--userProfileV2UserNameHeight: 44px;--userProfileV2UserBaseGap: 3px;--userProfileV2IconProfileSize: 1.25rem;--userProfileV2IconArrowSize: .85rem;--userProfileV2DefaultColor: #fff;--userProfileMinHeight: 50px}@media (max-height: 480px) and (orientation: landscape){:root{--userProfileV2UserBaseGap: 10px}}@media (max-width: 480px) and (orientation: portrait){:root{--userProfileV2UserBaseGap: 0}}.userProfileV2{min-height:var(--userProfileMinHeight);display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:var(--userProfileV2UserBaseGap);max-width:calc(100vw - var(--courseDrawerWidth));box-sizing:border-box}.courseMenuUserProfile{min-height:var(--userProfileMinHeight);display:flex;flex-direction:row;justify-content:flex-end;align-items:center;box-sizing:border-box}@media (max-height: 480px) and (orientation: landscape){.userProfileV2{flex-direction:row-reverse;align-items:center}}.userProfileV2PositionedByRightTop{padding:var(--userProfileV2TopBottomPadding) var(--userProfileV2LeftRightPadding);position:fixed;top:0;right:0}.userProfileV2UserName{height:var(--userProfileV2UserNameHeight);cursor:pointer;display:flex;flex-direction:row;align-items:center}.userProfileV2UserName>*{margin-right:var(--userProfileV2ItemPadding)}.userProfileV2UserName>*:last-child{margin-right:0}.userProfileV2UserName:not([data-variant-color=true]):active{transform:scale(.95);transition-duration:.1s;transition-timing-function:ease-in}.userProfileV2UserName[data-variant-color=true]:active{opacity:.5}.userProfileV2UserName .profileIcon{--mask: url('data:image/svg+xml,<svg id="\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc  1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.cls-1{fill:%23fff;}<\/style></defs><title>\30a2\30fc\30c8\30dc\30fc\30c9  1</title><path class="cls-1" d="M10,.81A9.19,9.19,0,1,1,.81,10,9.2,9.2,0,0,1,10,.81m0-.76A10,10,0,1,0,20,10,9.94,9.94,0,0,0,10,.05Z"/><path class="cls-1" d="M16.31,13.84,11.78,12v-.75a4.24,4.24,0,0,0,1.58-3.41c0-2.21-1.5-4-3.36-4s-3.36,1.8-3.36,4a4.24,4.24,0,0,0,1.58,3.41V12L3.69,13.84a.78.78,0,0,0-.49.73v2.31S5,20,10,20s6.8-3.07,6.8-3.07V14.57A.78.78,0,0,0,16.31,13.84Z"/></svg>') no-repeat center center / var(--userProfileV2IconProfileSize) var(--userProfileV2IconProfileSize);width:var(--userProfileV2IconProfileSize);height:var(--userProfileV2IconProfileSize);-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--userProfileV2DefaultColor)}.userProfileV2UserName[data-variant-color=true] .profileIcon{background-color:var(--primaryBlue)}.userProfileV2UserName .name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;padding:calc(var(--ellipsisTextPadding) / 2) 0;line-height:calc(1em + var(--ellipsisTextPadding));overflow-wrap:anywhere;color:var(--userProfileV2DefaultColor)}.userProfileV2UserName[data-variant-color=true] .name{color:var(--primaryBlue)}@container (max-width: 160px){.userProfileV2UserName.courseMenuProfile .name{display:none}}.userProfileV2UserName .chevronIcon{width:var(--userProfileV2IconArrowSize);min-width:var(--userProfileV2IconArrowSize);-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.32 7.54"><defs><style>.a{fill:%237f7f7f;}<\/style></defs><path class="a" d="M5.09,7.1.42,2.42a1.4,1.4,0,0,1,0-2h0a1.4,1.4,0,0,1,2,0L6.16,4.15,9.9.42a1.4,1.4,0,0,1,2,0h0a1.4,1.4,0,0,1,0,2L7.23,7.1A1.51,1.51,0,0,1,5.09,7.1Z"/></svg>') no-repeat center center / var(--userProfileV2IconArrowSize) var(--userProfileV2IconArrowSize);mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.32 7.54"><defs><style>.a{fill:%237f7f7f;}<\/style></defs><path class="a" d="M5.09,7.1.42,2.42a1.4,1.4,0,0,1,0-2h0a1.4,1.4,0,0,1,2,0L6.16,4.15,9.9.42a1.4,1.4,0,0,1,2,0h0a1.4,1.4,0,0,1,0,2L7.23,7.1A1.51,1.51,0,0,1,5.09,7.1Z"/></svg>') no-repeat center center / var(--userProfileV2IconArrowSize) var(--userProfileV2IconArrowSize);background-color:var(--userProfileV2DefaultColor);aspect-ratio:12.32 / 7.54}.userProfileV2UserName[data-variant-color=true] .chevronIcon{background-color:var(--primaryBlue)}.userProfileV2UserNameWrapper{display:flex;flex-direction:column}.userProfileV2Popover{width:var(--uiPopoverWidth);max-height:calc(var(--vh, 1vh) * 100 - var(--userProfileV2UserNameHeight) - var(--userProfileV2TopBottomPadding) * 2 - var(--uiPopoverTriSize));overflow-x:hidden;overflow-y:auto;background:#fff}.userProfileV2PopoverAccountItem{width:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:12px 15px;gap:3px;color:#595757;box-sizing:border-box;min-height:var(--uiPopoverMinHeight);background-color:#fff}.userProfileV2NotificationCount{width:12px;height:12px;font-size:11px;padding:3px;position:absolute;border-radius:9px;left:15px;background-color:var(--disabledBorderColor);color:#fff}.userProfileV2MaintenanceInfo{margin-top:5px;font-size:.5em;color:red}:root{--tabListItemSelectedBackgroundColor: #ffffff;--tabListBackgroundColor: var(--navBodyCourseListBackgroundColor);--tabListBorderColor: #e4e4e7;--tabListItemColor: #6e6e72;--tabWidth: 160px}.courseMenuTabList{position:relative;display:flex;flex-direction:row;height:44px;min-height:44px;background-color:var(--tabListBackgroundColor);border-radius:calc(infinity * 1px);margin:auto;width:min(calc(var(--tabWidth) * var(--tabCount)),calc(100% - 16px))}.courseMenuTab{box-sizing:border-box;padding:0;text-align:center;border:solid 5px var(--tabListBackgroundColor);cursor:pointer;height:44px;color:var(--tabListItemColor);background-color:transparent;font-weight:700;font-size:1rem;flex:1;border-radius:calc(infinity * 1px);width:var(--tabWidth);outline-offset:-2px;display:flex;align-items:center;justify-content:center}@container (max-width: 480px){.courseMenuTab{font-size:var(--13px)}}.courseMenuTab[aria-selected=true]{background-color:var(--tabListItemSelectedBackgroundColor);color:var(--primaryBlue)}.courseMenuTabBadge{width:12px;height:12px;margin:0 3px}.courseMenuTabBadge .check{width:12px;height:12px;background-color:#fff}.navTabPanel{display:flex;padding:0;flex-direction:column;flex-grow:1;min-height:0;gap:14px}:root{--ruledLineItemDefaultHeight: var(--56px);--ruledLineItemHoverBackgroundColor: #ebebeb;--ruledLineItemDividerColor: #d7d7db;--noteListItemHoverBackgroundColor: #f5f5f5;--noteListItemSelectedBackgroundColor: #ebebeb;--noteListItemOpenedBackgroundColor: #d1e7ff;--noteListItemOpenedAndHoverBackgroundColor: #e0efff;--noteListItemOpenedAndSelectedBackgroundColor: #dbedff;--noteListTextSecondaryColor: #9e9ca5;--noteListItemDateTextWidth: calc(var(--12px) * 12);--noteListMoreIconColor: #9e9ca5;--noteListMoreIconHoverColor: #777481}[data-hl=ja]{--noteListItemDateTextWidth: calc(var(--12px) * 12)}[data-hl=ja-Hira]{--noteListItemDateTextWidth: calc(var(--12px) * 13.5)}[data-hl=en-US],[data-hl=zh-Hans],[data-hl=zh-Hant]{--noteListItemDateTextWidth: calc(var(--12px) * 12.5)}.navNote{display:flex;padding:0;flex-direction:column;flex-grow:1;gap:15px;min-height:0}.navHeaderNote{display:flex;align-items:center;box-sizing:border-box;width:100%;min-height:52px;padding:0 16px}.navBodyNote{position:relative;display:flex;flex-direction:column;overflow-y:auto;flex-grow:1}.noteListTextSecondary{font-size:var(--12px);color:var(--noteListTextSecondaryColor);white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;padding:calc(var(--ellipsisTextPadding) / 2) 0;line-height:calc(1em + var(--ellipsisTextPadding));overflow-wrap:anywhere}.listWithRuledLine{display:flex;flex-direction:column;position:relative}.listItemWithRuledLineWrapper{position:relative;padding:0 16px;min-height:var(--ruledLineItemDefaultHeight);outline-offset:-2px}.listItemWithRuledLine{box-sizing:border-box;border-bottom:solid .5px var(--ruledLineItemDividerColor);width:100%;padding:0 4px}.createNoteGuidance{padding:30px 15px;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--noteListTextSecondaryColor)}.createNoteGuidance img{width:160px;height:160px}.createNoteGuidanceTitle{font-size:1.5rem;font-weight:700}.createNoteGuidanceDescription{padding:0 10px}@container (max-width: 480px){.createNoteGuidance img{width:110px;height:110px}.createNoteGuidanceTitle{font-size:1.25rem}}.noteListItem{cursor:pointer;display:grid;grid-template-areas:"note-thumbnail note-name note-updated-date note-more-button";grid-template-rows:1fr;grid-template-columns:var(--72px) 1fr var(--noteListItemDateTextWidth) var( --32px );align-items:center;column-gap:10px}[data-is-searched-note=true] .noteListItem{grid-template-areas:"note-thumbnail note-name note-share note-updated-date note-more-button";grid-template-columns:var(--72px) 1fr var(--32px) var(--noteListItemDateTextWidth) var(--32px);align-items:center;column-gap:10px}[data-mode=multiple-edit] .noteListItem,[data-mode=pick] .noteListItem{grid-template-areas:"note-select note-thumbnail note-name note-updated-date";grid-template-columns:auto var(--72px) 1fr var(--noteListItemDateTextWidth)}[data-mode=multiple-edit-for-search] .noteListItem{grid-template-areas:"note-select note-thumbnail note-name note-share note-updated-date";grid-template-columns:auto var(--72px) 1fr auto var( --noteListItemDateTextWidth )}[data-note-selectable=false] .noteListItem{cursor:not-allowed}[data-note-selectable=false] .noteListItem>*{opacity:.25}.gridAreaNoteSelect{grid-area:note-select}.gridAreaNoteName{grid-area:note-name}.gridAreaNoteShare{grid-area:note-share;justify-self:end}.gridAreaNoteUpdatedDate{grid-area:note-updated-date;width:max-content}.gridAreaNoteMoreButton{grid-area:note-more-button}.gridAreaNoteThumbnail{grid-area:note-thumbnail}@container (max-width: 480px){.noteListItem{display:grid;grid-template-areas:"note-thumbnail note-name note-more-button" "note-thumbnail note-name note-more-button" "note-thumbnail note-updated-date note-more-button";grid-template-rows:1.5fr 1.5fr 1fr;grid-template-columns:var(--72px) 1fr var(--32px);align-items:center;column-gap:10px}[data-is-searched-note=true] .noteListItem{display:grid;grid-template-areas:"note-thumbnail note-name         note-share note-more-button" "note-thumbnail note-name         note-share note-more-button" "note-thumbnail note-updated-date note-share note-more-button";grid-template-rows:1.5fr 1.5fr 1fr;grid-template-columns:var(--72px) 1fr var(--32px) var(--32px);align-items:center;column-gap:10px}[data-mode=multiple-edit] .noteListItem,[data-mode=pick] .noteListItem{grid-template-areas:"note-select note-thumbnail note-name        " "note-select note-thumbnail note-updated-date";grid-template-columns:auto var(--72px) 1fr;grid-template-rows:3fr 1fr}[data-mode=multiple-edit-for-search] .noteListItem{grid-template-areas:"note-select note-thumbnail note-name         note-share" "note-select note-thumbnail note-updated-date note-share";grid-template-columns:auto var(--72px) 1fr var(--32px);grid-template-rows:4.5fr 1fr}}.noteNameAreaForSearchedNote{display:flex;flex-direction:column;justify-content:space-around}.noteListItemWrapper[data-note-open=true]{background-color:var(--noteListItemOpenedBackgroundColor)}.noteListItemWrapper[data-note-open=true][data-selected=true]{background-color:var(--noteListItemOpenedAndSelectedBackgroundColor)}.noteListItemWrapper[data-selected=true]{background-color:var(--noteListItemSelectedBackgroundColor)}@media (hover: hover){.noteListItemWrapper:hover{background-color:var(--noteListItemHoverBackgroundColor)}.noteListItemWrapper[data-note-open=true]:hover{background-color:var(--noteListItemOpenedAndHoverBackgroundColor)}.noteListItemWrapper[data-note-selectable=false]:hover{background-color:transparent}.noteListItemWrapper[data-note-open=true][data-note-selectable=false]:hover{background-color:var(--noteListItemOpenedAndSelectedBackgroundColor)}}.selectNoteIcon{--selectViewIconSize: 24px;width:var(--selectViewIconSize);height:var(--selectViewIconSize);min-width:var(--selectViewIconSize);min-height:var(--selectViewIconSize);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.a{fill:%23c4c4c6;}<\/style></defs><path class="a" d="M10,1.33A8.67,8.67,0,1,1,1.33,10,8.68,8.68,0,0,1,10,1.33M10,0A10,10,0,1,0,20,10,10,10,0,0,0,10,0Z"/></svg>');background-position:center}.noteListItemWrapper[data-selected=true] .selectNoteIcon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.a{fill:%23007aff;}.b{fill:%23fff;}<\/style></defs><circle class="a" cx="10" cy="10" r="10"/><path class="b" d="M10,14.39a1.33,1.33,0,0,1-2.13.13l-3-3.46a1,1,0,0,1,1.52-1.3l2.39,2.79,4.63-7.06a1,1,0,1,1,1.67,1.1Z"/></svg>')}.noteListGrid{position:relative;padding:2px;display:grid}.noteGridItem{cursor:pointer;display:grid;justify-items:center;align-items:center;container-type:inline-size}.noteGridItem[data-note-open=true]{background-color:var(--noteListItemOpenedBackgroundColor)}.noteGridItem[data-note-open=true][data-selected=true]{background-color:var(--noteListItemOpenedAndSelectedBackgroundColor)}.noteGridItem[data-selected=true]{background-color:var(--noteListItemSelectedBackgroundColor)}.noteGridItem[data-note-selectable=false]{cursor:not-allowed}.noteGridItem[data-note-selectable=false]>*{opacity:.25}@media (hover: hover){.noteGridItem:hover{background-color:var(--noteListItemHoverBackgroundColor)}.noteGridItem[data-note-open=true]:hover{background-color:var(--noteListItemOpenedAndHoverBackgroundColor)}.noteGridItem[data-note-selectable=false]:hover{background-color:transparent}.noteGridItem[data-note-open=true][data-note-selectable=false]:hover{background-color:var(--noteListItemOpenedBackgroundColor)}}.noteGridItemMain{--noteGridItemMainPadding: 5px;--ellipsisTextLineClampHeight: calc( var(--ellipsisTextPadding) + (1em + var(--ellipsisTextPadding)) * 2 );box-sizing:border-box;width:100%;min-height:calc(var(--noteGridItemMainPadding) + var(--ellipsisTextLineClampHeight));padding:5px 5px 0}.searchNoteGridItem .noteGridItemMain{height:var(--72px)}.noteGridItemSub{box-sizing:border-box;min-height:44px;width:100%;display:grid;grid-template-columns:auto var(--32px);align-items:center;justify-content:space-between;padding:0 3px 0 5px}.searchNoteGridItem .noteGridItemSub{height:var(--56px)}@container (max-width: 160px){.noteGridItemSub{display:none}}.noteGridItemRightPadding{padding-right:14px}.noteThumbnailMedium.noteGroupThumbnailWrapper{width:100%;padding-top:75%;position:relative}.noteGroupThumbnail{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.noteGroupThumbnailImg{width:100%;height:80%}.noteListFallbackMsg{text-align:center;color:#6d6d72;padding:15px 15px 0;line-height:1.5em;font-weight:700}.noteListTrashBoxHeaderMsg{min-height:56px;box-sizing:border-box;display:flex;align-items:center;padding:0 20px;color:#6d6d72;font-size:1rem;margin:0 0 14px}.refreshButtonIcon{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.b{fill:%23007aff;stroke-width:0px;}<\/style></defs><path class="b" d="m19.26,10.79c-.45-.07-.87.22-.95.66-.7,4-4.17,6.91-8.24,6.91-4.61,0-8.37-3.75-8.37-8.37S5.46,1.63,10.07,1.63c1.74,0,3.39.56,4.76,1.52l-1.8,1.46c-.38.31-.25.91.22,1.04l5.3,1.42c.39.11.77-.2.75-.61l-.3-5.48c-.03-.49-.59-.74-.97-.43l-1.88,1.52c-1.72-1.32-3.85-2.08-6.08-2.08C4.56,0,.07,4.49.07,10s4.49,10,10,10c4.87,0,9.01-3.47,9.85-8.26.08-.44-.22-.87-.66-.95Z"/></svg>') no-repeat center center;-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--primaryBlue);width:var(--20px);height:var(--20px)}.uiButton:active .refreshButtonIcon{background-color:var(--primaryBlueHighlight)}.uiButton[aria-disabled=true] .refreshButtonIcon{background-color:var(--disabledColor)}.sharedNoteIcon{height:var(--20px);width:var(--20px);background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">%0A<svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">%0A    <g id="\30a2\30fc\30c8\30dc\30fc\30c9 1" transform="matrix(0.991688,0,0,4.48495,-0.46989,17.2166)">%0A        <rect x="0.474" y="-3.839" width="30.251" height="6.689" style="fill:none;"/>%0A        <clipPath id="_clip1">%0A            <rect x="0.474" y="-3.839" width="30.251" height="6.689"/>%0A        </clipPath>%0A        <g clip-path="url(%23_clip1)">%0A            <g id="\4eba\7269" transform="matrix(1.00838,0,0,0.222968,0.473871,-3.0316)">%0A                <path d="M29.15,17.45L21.23,14.26L21.23,13C23.043,11.547 24.071,9.322 24,7C24,3.13 21.37,0 18.13,0C14.89,0 12.25,3.14 12.25,7C12.175,9.319 13.194,11.543 15,13L15,14.3L7.1,17.45C6.589,17.659 6.253,18.158 6.25,18.71L6.25,22.76L30,22.76L30,18.71C29.997,18.158 29.661,17.659 29.15,17.45Z" style="fill:rgb(171,170,170);fill-rule:nonzero;"/>%0A                <path d="M6.39,15.65L12.48,13.2C11.066,11.447 10.308,9.252 10.34,7C10.332,5.331 10.745,3.687 11.54,2.22C10.989,1.975 10.393,1.849 9.79,1.85C7,1.86 4.7,4.58 4.7,7.93C4.649,9.929 5.538,11.841 7.1,13.09L7.1,14.22L1,16.87C0.39,17.126 -0.007,17.728 0,18.39L0,22.76L4.34,22.76L4.34,18.71C4.335,17.37 5.149,16.155 6.39,15.65Z" style="fill:rgb(171,170,170);fill-rule:nonzero;"/>%0A            </g>%0A        </g>%0A    </g>%0A</svg>%0A');background-size:var(--20px);background-position:center}:root{--createNoteButtonShadowColor: #75b8ff}.createNoteButton{position:relative;display:grid;height:2rem;width:fit-content;grid-template-columns:var(--32px) 1fr var(--4px);grid-gap:8px;padding:4px;margin:4px 0;border-radius:12px;font-weight:700;color:var(--primaryBlue)}.createNoteButton[aria-disabled=true]{cursor:not-allowed;color:var(--primaryBlueHighlight);opacity:.25}.createNoteButtonHeartBeats{position:absolute;left:0;top:0;width:100%;height:100%;box-shadow:0 0 0 3px var(--createNoteButtonShadowColor);animation:createNoteButtonHeartBeats 1.5s infinite;border-radius:12px}@media (hover: hover){.createNoteButton:not([aria-disabled=true]):hover{box-shadow:0 0 0 3px var(--createNoteButtonShadowColor);transition:box-shadow 145ms ease}}.createNoteButton:not([aria-disabled=true]):active{opacity:.5;box-shadow:0 0 0 0 var(--createNoteButtonShadowColor)}@keyframes createNoteButtonHeartBeats{0%{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:0;transform:scale(1)}}.createNoteIcon{--createNoteIconSize: 2rem;width:var(--createNoteIconSize);height:var(--createNoteIconSize);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.a{fill:%23eef6ff;}.b{fill:%23449dff;}<\/style></defs><circle class="a" cx="18" cy="18" r="18"/><path class="b" d="M25.13,16.26H19.69V10.83a1.72,1.72,0,1,0-3.43,0v5.43H10.82a1.72,1.72,0,0,0,0,3.44h5.44v5.43a1.72,1.72,0,1,0,3.43,0V19.7h5.44a1.72,1.72,0,0,0,0-3.44Z"/></svg>');background-position:center;background-size:contain}.createNotePopoverItem{position:relative;display:grid;grid-template-columns:var(--32px) 1fr var(--4px);grid-gap:8px;font-weight:700;color:var(--primaryBlue)}.operationGroup{display:flex;flex-direction:row;align-items:center;gap:14px}.operationGroup[data-narrow=true]{gap:6px}.notesSelectOperation{cursor:pointer;color:var(--primaryBlue);display:grid;place-items:center}.notesSelectOperation:not([aria-disabled=true]):active{color:var(--primaryBlueHighlight)}.notesSelectOperation[aria-disabled=true]{cursor:not-allowed;color:var(--disabledColor)}.notesSelectOperationText{font-weight:700}.notesSelectOperation:not([aria-disabled=true]) .notesSelectOperationText[data-operation=delete]{color:var(--errorRed)}.notesSelectOperation:not([aria-disabled=true]):active .notesSelectOperationText[data-operation=delete]{opacity:.5}.noteThumbnail{width:100%;max-width:100%;aspect-ratio:4 / 3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.noteThumbnailMedium{box-sizing:border-box;height:100%;width:100%;padding:2px;transition:transform .1s ease-in-out}.noteThumbnailMedium[data-selected=true]{transform:scale(.97)}.noteGridItem:has(.ellipsesButton:not(:active)):active .noteThumbnailMedium{transform:scale(.97)}.noteThumbnailMedium[data-is-shared=true]:before{--sharedIconSize: 1.3rem;--thumbnailPadding: 2px;position:absolute;content:"";left:calc(var(--thumbnailPadding) + 3%);bottom:calc(var(--thumbnailPadding) + 3%);width:var(--sharedIconSize);height:var(--sharedIconSize);min-width:var(--sharedIconSize);min-height:var(--sharedIconSize);background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">%0A<svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">%0A    <g id="\30a2\30fc\30c8\30dc\30fc\30c9 1" transform="matrix(0.991688,0,0,4.48495,-0.46989,17.2166)">%0A        <rect x="0.474" y="-3.839" width="30.251" height="6.689" style="fill:none;"/>%0A        <clipPath id="_clip1">%0A            <rect x="0.474" y="-3.839" width="30.251" height="6.689"/>%0A        </clipPath>%0A        <g clip-path="url(%23_clip1)">%0A            <g id="\4eba\7269" transform="matrix(1.00838,0,0,0.222968,0.473871,-3.0316)">%0A                <path d="M29.15,17.45L21.23,14.26L21.23,13C23.043,11.547 24.071,9.322 24,7C24,3.13 21.37,0 18.13,0C14.89,0 12.25,3.14 12.25,7C12.175,9.319 13.194,11.543 15,13L15,14.3L7.1,17.45C6.589,17.659 6.253,18.158 6.25,18.71L6.25,22.76L30,22.76L30,18.71C29.997,18.158 29.661,17.659 29.15,17.45Z" style="fill:rgb(171,170,170);fill-rule:nonzero;"/>%0A                <path d="M6.39,15.65L12.48,13.2C11.066,11.447 10.308,9.252 10.34,7C10.332,5.331 10.745,3.687 11.54,2.22C10.989,1.975 10.393,1.849 9.79,1.85C7,1.86 4.7,4.58 4.7,7.93C4.649,9.929 5.538,11.841 7.1,13.09L7.1,14.22L1,16.87C0.39,17.126 -0.007,17.728 0,18.39L0,22.76L4.34,22.76L4.34,18.71C4.335,17.37 5.149,16.155 6.39,15.65Z" style="fill:rgb(171,170,170);fill-rule:nonzero;"/>%0A            </g>%0A        </g>%0A    </g>%0A</svg>%0A');background-position:center;background-size:var(--sharedIconSize)}.noteThumbnailMedium[data-selected=true]:after{--checkIconSize: 1.3rem;--thumbnailPadding: 2px;position:absolute;content:"";right:calc(var(--thumbnailPadding) + 3%);bottom:calc(var(--thumbnailPadding) + 3%);width:var(--checkIconSize);height:var(--checkIconSize);min-width:var(--checkIconSize);min-height:var(--checkIconSize);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><defs><style>.a{fill:%23007aff;}.b{fill:%23fff;}<\/style></defs><circle class="a" cx="11" cy="11" r="9.71"/><path class="b" d="M11,1.29A9.71,9.71,0,1,1,1.29,11,9.71,9.71,0,0,1,11,1.29M11,0A11,11,0,1,0,22,11,11,11,0,0,0,11,0Z"/><path class="b" d="M11,15.26A1.29,1.29,0,0,1,9,15.39L6.08,12a1,1,0,1,1,1.48-1.26l2.31,2.7,4.5-6.85A1,1,0,1,1,16,7.69Z"/></svg>');background-position:center;background-size:var(--checkIconSize)}.switchViewToListIcon{--switchViewIconSize: var(--28px);--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_1" data-name="\30ec\30a4\30e4\30fc_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 25 25">%0A  <!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141)  -->%0A  <defs>%0A    <style>%0A      .st0 {%0A        fill: %23007aff;%0A      }%0A    <\/style>%0A  </defs>%0A  <path class="st0" d="M22.49,18.36h-12.24c-.44-.05-.83.28-.87.73s.27.87.7.92c.06,0,.12,0,.17,0h12.24c.44.05.83-.28.87-.73.05-.46-.27-.87-.7-.92-.06,0-.12,0-.17,0Z"/>%0A  <path class="st0" d="M22.58,11.67h-12.24c-.44,0-.79.37-.79.83,0,.46.35.83.79.83h12.24c.44,0,.79-.37.79-.83s-.35-.83-.79-.83h0Z"/>%0A  <path class="st0" d="M22.49,4.99h-12.24c-.44-.05-.83.28-.87.73s.27.87.7.92c.06,0,.12,0,.17,0h12.24c.44.05.83-.28.87-.73s-.27-.87-.7-.92c-.06,0-.12,0-.17,0Z"/>%0A  <rect class="st0" x="1.56" y="3.86" width="5.14" height="3.92" rx=".52" ry=".52"/>%0A  <path class="st0" d="M6.18,10.54H2.08c-.29,0-.52.23-.52.52v2.88c0,.29.23.52.52.52h4.1c.29,0,.52-.23.52-.52h0v-2.88c0-.29-.23-.52-.52-.52h0Z"/>%0A  <path class="st0" d="M6.18,17.22H2.08c-.29,0-.52.23-.52.52h0v2.88c0,.29.23.52.52.52h4.1c.29,0,.52-.23.52-.52h0v-2.88c0-.29-.23-.52-.52-.52h0Z"/>%0A</svg>') no-repeat center center / var(--switchViewIconSize) var(--switchViewIconSize);cursor:pointer;width:var(--switchViewIconSize);height:var(--switchViewIconSize);min-width:var(--switchViewIconSize);-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--primaryBlue)}.uiButton:active .switchViewToListIcon,.switchViewToListIcon:focus-visible{background-color:var(--primaryBlueHighlight)}.uiButton[aria-disabled=true] .switchViewToListIcon{background-color:var(--disabledColor)}.switchViewToGridIcon{--switchViewIconSize: var(--28px);--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><defs><style>.a{fill:%23007aff;}<\/style></defs><rect class="a" x="2.25" y="4.25" width="5.14" height="3.92" rx="0.52"/><rect class="a" x="9.93" y="4.25" width="5.14" height="3.92" rx="0.52"/><path class="a" d="M6.87,10.54H2.77a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V11.06A.52.52,0,0,0,6.87,10.54Z"/><path class="a" d="M14.55,10.54h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V11.06A.52.52,0,0,0,14.55,10.54Z"/><rect class="a" x="17.61" y="4.25" width="5.14" height="3.92" rx="0.52"/><path class="a" d="M22.23,10.54h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V11.06A.52.52,0,0,0,22.23,10.54Z"/><path class="a" d="M6.87,16.83H2.77a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V17.35A.52.52,0,0,0,6.87,16.83Z"/><path class="a" d="M14.55,16.83h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V17.35A.52.52,0,0,0,14.55,16.83Z"/><path class="a" d="M22.23,16.83h-4.1a.52.52,0,0,0-.52.52v2.88a.52.52,0,0,0,.52.52h4.1a.52.52,0,0,0,.52-.52V17.35A.52.52,0,0,0,22.23,16.83Z"/></svg>') no-repeat center center / var(--switchViewIconSize) var(--switchViewIconSize);cursor:pointer;width:var(--switchViewIconSize);height:var(--switchViewIconSize);min-width:var(--switchViewIconSize);-webkit-mask:var(--mask);mask:var(--mask);background-color:var(--primaryBlue)}.uiButton:active .switchViewToGridIcon,.switchViewToGridIcon:focus-visible{background-color:var(--primaryBlueHighlight)}.uiButton[aria-disabled=true] .switchViewToGridIcon{background-color:var(--disabledColor)}.selectCircle{--selectViewIconSize: 1.5rem;width:var(--selectViewIconSize);height:var(--selectViewIconSize);min-height:var(--selectViewIconSize);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.a{fill:%23c4c4c6;}<\/style></defs><path class="a" d="M10,1.33A8.67,8.67,0,1,1,1.33,10,8.68,8.68,0,0,1,10,1.33M10,0A10,10,0,1,0,20,10,10,10,0,0,0,10,0Z"/></svg>');background-position:center;background-size:var(--switchViewIconSize)}.sortNoteListButtonIcon{--sortIconSize: var(--28px);--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><defs><style>.b{fill:%23007aff;stroke-width:0px;}<\/style></defs><path class="b" d="m12.38,7.68l-4-4.05c-.31-.31-.86-.31-1.17,0L3.21,7.68c-.32.32-.32.85,0,1.17.32.32.85.32,1.17,0l2.59-2.62v11.71c0,.46.37.82.83.82s.83-.37.83-.82V6.22l2.59,2.62c.16.16.37.25.59.25s.42-.08.58-.24c.32-.32.33-.84,0-1.17Z"/><path class="b" d="m21.78,16.14c-.33-.32-.85-.32-1.17,0l-2.59,2.62V7.05c0-.46-.37-.82-.83-.82s-.83.37-.83.82v11.72l-2.59-2.62c-.32-.32-.84-.33-1.17,0-.32.32-.33.84,0,1.17l4,4.05c.16.16.37.25.59.25s.43-.09.59-.25l4-4.05c.32-.32.32-.85,0-1.17Z"/></svg>') no-repeat center center / var(--sortIconSize) var(--sortIconSize);cursor:pointer;width:var(--sortIconSize);height:var(--sortIconSize);min-width:var(--sortIconSize);background-color:var(--primaryBlue);-webkit-mask:var(--mask);mask:var(--mask)}.uiButton:active .sortNoteListButtonIcon,.sortNoteListButtonIcon:focus-visible{background-color:var(--primaryBlueHighlight)}.uiButton[aria-disabled=true] .sortNoteListButtonIcon{background-color:var(--disabledColor)}.sortNoteListPopoverContent{width:var(--uiPopoverWidth);background-color:#fff;display:flex;flex-direction:column}.sortMenuSection:not(:first-child){border-top:1px solid #ccc}.courseNavigationAndMenuPortal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.4;overflow:hidden}.courseNavigationAndMenu{display:flex;flex-direction:row;width:var(--courseDrawerWidth);position:fixed;top:0;left:0;overflow-x:hidden;overflow-y:auto;min-height:100%;height:100%}@media (max-width: 480px){.courseNavigationAndMenu{width:100vw}}:root{--navBodyCourseListBackgroundColor: #f4f4f6;--navBodyCourseListBackgroundColorTranslucent: #f4f4f6bf;--navBodyCourseListPadding: 20px;--navBodyCourseListPaddingBottom: 48px;--operationToCourseButtonSize: 2rem;--selfStudyNavigationButtonSelectedBackgroundColor: #d1e7ff;--selfStudyNavigationButtonSelectedAndHoverBackgroundColor: #e0efff;--courseListUnopenedColor: #aaaaaa;--roundedAddCourseListRadius: 12px}.navHeaderCourseList{background-color:var(--navBodyCourseListBackgroundColor);height:50px;border:none}.navBodyCourseList{display:flex;flex-direction:column;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;background-color:var(--navBodyCourseListBackgroundColor);padding:var(--navBodyCourseListPadding) var(--navBodyCourseListPadding) var(--navBodyCourseListPaddingBottom)}@media (max-width: 480px) and (orientation: portrait),(max-height: 480px) and (orientation: landscape){.centerModal .navBody.navBodyCourseList{padding-bottom:max(var(--navBodyCourseListPaddingBottom),var(--safeAreaInsetBottom))}}.navBodyCourseList>*:not(:where(.newsButton,.courseListNavigationButtonGroup)){margin-bottom:2rem}.joinedCourseListNavigation{padding-bottom:0}.courseListNavigationSubDesc{text-align:center;color:#6d6d72;padding:15px 15px 0;line-height:1.5em;font-weight:700}.operationToCourse{display:flex;flex-direction:column}.operationToCourseButton{display:grid;grid-template-columns:2rem 1fr 1rem;grid-gap:.5rem;padding:.25em;border-radius:.75rem;color:var(--primaryBlue)}.operationToCourseButton:active{opacity:.5}.operationToCourseButtonTitle{display:flex;height:100%;align-items:center}.addCourseButtonIcon{width:var(--operationToCourseButtonSize);height:var(--operationToCourseButtonSize);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.a{fill:%23fff;}.b{fill:%23449dff;}<\/style></defs><circle class="a" cx="18" cy="18" r="18"/><path class="b" d="M25.13,16.26H19.69V10.83a1.72,1.72,0,1,0-3.43,0v5.43H10.82a1.72,1.72,0,0,0,0,3.44h5.44v5.43a1.72,1.72,0,1,0,3.43,0V19.7h5.44a1.72,1.72,0,0,0,0-3.44Z"/></svg>');background-position:center;background-size:contain}.joinCourseButtonIcon{width:var(--operationToCourseButtonSize);height:var(--operationToCourseButtonSize);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.a{fill:%23fff;}.b{fill:%23449dff;}<\/style></defs><circle class="a" cx="18" cy="18" r="18"/><path class="b" d="M25.13,16.26H19.69V10.83a1.72,1.72,0,1,0-3.43,0v5.43H10.82a1.72,1.72,0,0,0,0,3.44h5.44v5.43a1.72,1.72,0,1,0,3.43,0V19.7h5.44a1.72,1.72,0,0,0,0-3.44Z"/></svg>');background-position:center;background-size:contain}.courseListNavigationButtonGroup{display:flex;flex-direction:column}.courseListNavigationButton{display:grid;grid-template-columns:2rem 1fr 1rem;grid-gap:.5rem;padding:.25em;border-radius:.75rem}a.courseListNavigationButton,a.courseListNavigationButton:visited{color:inherit;text-decoration:none}.selfStudyNavigationButton[data-note-opened=true]{background-color:var(--courseListItemOpenedBackgroundColor)}.selfStudyNavigationButton[data-selected=true]{background-color:var(--selfStudyNavigationButtonSelectedBackgroundColor)}@media (hover: hover){.selfStudyNavigationButton[data-note-opened=true]:hover{background-color:var(--courseListItemOpenedAndHoverBackgroundColor)}.selfStudyNavigationButton[data-selected=true]:hover{background-color:var( --selfStudyNavigationButtonSelectedAndHoverBackgroundColor )}}.courseListNavigationButton:not([aria-disabled=true]):active{opacity:.5}.courseListNavigationButtonTitle{display:flex;height:100%;align-items:center}.endedCourseIcon{width:2rem;height:2rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.a{fill:%23fff;}.b{fill:%2395a5b9;}<\/style></defs><circle class="a" cx="18" cy="18" r="18"/><path class="b" d="M18,27.84A9.84,9.84,0,1,1,27.84,18,9.85,9.85,0,0,1,18,27.84Zm0-17.28A7.44,7.44,0,1,0,25.44,18,7.45,7.45,0,0,0,18,10.56Z"/><path class="b" d="M21.56,18.91H18a1.2,1.2,0,0,1-1.2-1.2V12.83a1.2,1.2,0,0,1,2.4,0v3.68h2.36a1.2,1.2,0,1,1,0,2.4Z"/></svg>');background-position:center}.otherTeachersCourseIcon{width:2rem;height:2rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.a{fill:%23fff;}.b{fill:%2395a5b9;}<\/style></defs><circle class="a" cx="18" cy="18" r="18"/><path class="b" d="M21.66,17.3a5.45,5.45,0,1,0-7.32,0,9.64,9.64,0,0,0-4.67,8.48,1.2,1.2,0,0,0,1.2,1.2H25.13a1.2,1.2,0,0,0,1.2-1.2A9.64,9.64,0,0,0,21.66,17.3Zm-6.71-4A3.05,3.05,0,1,1,18,16.33,3.06,3.06,0,0,1,15,13.27Zm-2.8,11.31c.48-3.32,2.92-5.85,5.85-5.85s5.37,2.53,5.85,5.85Z"/></svg>');background-position:center}.noteSearchIconWrap{width:2rem;height:2rem;background-color:#fff;border-radius:50%}.noteSearchIcon{width:var(--32px);height:var(--32px);background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.b{fill:%2395a5b9;}.b,.c{stroke-width:0px;}.c{fill:%23fff;}<\/style></defs><circle class="c" cx="18" cy="18" r="18"/><path class="b" d="m27.04,25.13l-3.74-3.74c.95-1.33,1.51-2.95,1.51-4.7,0-4.48-3.65-8.12-8.12-8.12s-8.12,3.65-8.12,8.12,3.65,8.12,8.12,8.12c1.75,0,3.37-.56,4.7-1.51l3.74,3.74c.26.26.61.4.95.4s.69-.13.95-.4c.53-.53.53-1.38,0-1.91Zm-16.23-8.44c0-3.24,2.64-5.88,5.88-5.88s5.88,2.64,5.88,5.88-2.64,5.88-5.88,5.88-5.88-2.64-5.88-5.88Z"/><path class="b" d="m13.58,19.78c-.17,0-.33-.07-.44-.21-1.59-1.96-1.28-4.84.68-6.43.25-.2.61-.16.8.08.2.25.16.61-.08.8-1.47,1.19-1.7,3.35-.51,4.82.2.25.16.6-.08.8-.11.09-.23.13-.36.13Z"/></svg>');background-position:center}.selfStudyIcon{width:2rem;height:2rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.a{fill:%23fff;}.b{fill:%2395a5b9;}<\/style></defs><circle class="a" cx="18" cy="18" r="18"/><path class="b" d="M23.18,14.55h-1V12.42a3.88,3.88,0,0,0-3.87-3.86h-.58a3.87,3.87,0,0,0-3.86,3.86v2.13h-1A1.86,1.86,0,0,0,11,16.41V24.2a1.87,1.87,0,0,0,1.86,1.86H23.18A1.87,1.87,0,0,0,25,24.2V16.41A1.86,1.86,0,0,0,23.18,14.55Zm-7-2.13a1.54,1.54,0,0,1,1.55-1.54h.58a1.54,1.54,0,0,1,1.55,1.54v2.13H16.16Z"/></svg>');background-position:center}.lessonPlanIcon{width:2rem;height:2rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.a{fill:%23fff;}.b{fill:%2395a5b9;}<\/style></defs><circle class="a" cx="18" cy="18" r="18"/><path class="b" d="M26.42,10.55a2.51,2.51,0,0,0-2.5-2.5H12.09a2.51,2.51,0,0,0-2.5,2.5s0,14.31,0,14.34A3.06,3.06,0,0,0,12.63,28H25.42a1,1,0,0,0,.93-.63,1,1,0,0,0-.24-1.09,1.9,1.9,0,0,1-.61-1.34,1.86,1.86,0,0,1,.61-1.33,1,1,0,0,0,.3-.72Zm-2,0V21.67a.88.88,0,0,1,0,.17H14.12V10.05h9.8A.5.5,0,0,1,24.42,10.55Zm-12.33-.5h1V21.84h-.49a3,3,0,0,0-1,.2V10.55A.5.5,0,0,1,12.09,10.05Z"/><path class="b" d="M16.28,13h5.84a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5H16.28a.5.5,0,0,0-.5.5A.51.51,0,0,0,16.28,13Z"/><path class="b" d="M19.2,14.28H16.28a.51.51,0,0,0-.5.5.5.5,0,0,0,.5.5H19.2a.5.5,0,0,0,.5-.5A.5.5,0,0,0,19.2,14.28Z"/><path class="a" d="M12.63,23.84a1.06,1.06,0,0,0,0,2.11h11a3.56,3.56,0,0,1,0-2.11Z"/></svg>');background-position:center}.materialLibraryIcon{width:2rem;height:2rem;background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="_\30ec\30a4\30e4\30fc_2" data-name="\30ec\30a4\30e4\30fc  2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36">%0A  <circle cx="18" cy="18" r="18" style="fill: %23fff;"/>%0A  <g>%0A    <path d="M22.48,9.22h-8.96c-2.91,0-5.27,2.36-5.27,5.27v10.12c0,1.19.97,2.17,2.17,2.17h15.17c1.19,0,2.17-.97,2.17-2.17v-10.12c0-2.9-2.36-5.27-5.27-5.27ZM25.75,14.49v1.14h-1.83v-.72c0-1.44-.59-2.75-1.55-3.69h.11c1.8,0,3.27,1.47,3.27,3.27ZM15.28,11.22h5.43c1.32.71,2.21,2.1,2.21,3.69v.72h-9.85v-.72c0-1.6.9-2.99,2.21-3.69ZM15.94,17.64h4.12v4.12h-4.12v-4.12ZM14.94,17.64v4.62c0,.28.22.5.5.5h5.12c.28,0,.5-.22.5-.5v-4.62h1.86v7.14h-9.85v-7.14h1.87ZM13.52,11.22h.1c-.96.94-1.55,2.25-1.55,3.69v.72h-1.82v-1.14c0-1.8,1.47-3.27,3.27-3.27ZM10.25,24.61v-6.98h1.82v7.14h-1.66c-.09,0-.17-.07-.17-.17ZM25.58,24.78h-1.66v-7.14h1.83v6.98c0,.09-.07.17-.17.17Z" style="fill: %2395a5b9;"/>%0A    <path d="M18.9,19.15c0-.5-.4-.9-.9-.9s-.9.4-.9.9c0,.34.19.63.47.78l-.25,1.09c-.01.06.03.12.09.12h1.18c.06,0,.11-.06.09-.12l-.25-1.09c.28-.15.47-.44.47-.78Z" style="fill: %2395a5b9;"/>%0A  </g>%0A</svg>');background-position:center}.newsButtonContainer{margin-bottom:var(--navBodyCourseListPaddingBottom)}.newsButtonContainer[data-sticky=false]{min-height:4rem}.newsButtonContainer[data-sticky=true]{position:sticky;bottom:0;margin:0 calc(var(--navBodyCourseListPadding) * -1);padding:0 var(--navBodyCourseListPadding) var(--safeAreaInsetBottom);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);align-content:start;background-color:var(--navBodyCourseListBackgroundColorTranslucent)}.newsButton{background-color:transparent}.notificationIcon{width:var(--32px);height:var(--32px)}.notificationIconBadge{position:absolute;content:"";background:red;border-radius:999px;width:var(--8px);height:var(--8px);top:0;right:0}.courseListStatusV2{padding:4px;font-size:.75rem;border-radius:12px;min-width:max-content}.courseListUnopenedStatusV2{padding:4px;font-size:.75rem;border-radius:12px;min-width:max-content;color:var(--courseListUnopenedColor);border:1px solid var(--courseListUnopenedColor)}.addCourseModalDesc{padding:25px;line-height:1.5em}.addCourseAddUserGroupButton{width:calc(100% - 30px);margin:10px 15px;display:flex;align-items:center;justify-content:center;height:44px;box-sizing:border-box;background-color:#fff;border:2px solid var(--primaryBlue);color:var(--primaryBlue);border-radius:22px}.addCourseAddUserGroupButton:active{color:#fff;background-color:var(--primaryBlue)}.addCourseSelectSubjectView{width:100%;padding:15px 15px 15px 5%;box-sizing:border-box}.addCourseSelectSectionTitle{padding:10px 10px 10px 0;font-size:14px}.addCourseSelectSubjectNoCourse{border:1px solid #c8c7cc;color:#6d6d72;padding:10px;width:100%;box-sizing:border-box;text-align:center}.addCourseCreateSubject{display:flex;width:100%;height:44px;margin-bottom:10px}.addCourseCreateSubject input[type=text]{font-size:15px;border-top-left-radius:4px;border-bottom-left-radius:4px;border:1px solid #c8c7cc;border-right:none;padding:0 10px;margin:0;width:100%}.addCourseCreateSubjectButton{display:flex;border-top-right-radius:4px;border-bottom-right-radius:4px;font-size:14px;border:1px solid #c8c7cc;align-items:center;justify-self:center;border-left:none;background-color:var(--primaryBlue);color:#fff;margin:0;width:fit-content;word-break:keep-all;padding:0 1em}.addCourseCreateSubjectButton[aria-disabled=true]{background-color:#ccc;color:#fff}.addCourseJoinCourseButton{padding:0 10px;border:2px solid var(--primaryBlue);color:var(--primaryBlue);height:28px;display:flex;align-items:center;background-color:#fff;border-radius:3px;white-space:nowrap}.addCourseJoinCourseButton:not([aria-disabled=true]):active{background-color:var(--primaryBlue);color:#fff}.addCourseJoinCourseMark{color:#ccc;white-space:nowrap}.addCourseGroupMembers{white-space:nowrap}.roundedAddCourseListSectionInner{background:#fff;margin:10px 18px;scroll-margin:10px;border-radius:var(--roundedAddCourseListRadius)}.roundedOverrideAddCourseListCell{border-bottom:unset;border-radius:var(--roundedAddCourseListRadius)}.roundedOverrideAddCourseListCell:first-child{border-top:unset}.roundedOverrideAddCourseListCell:has(.navHeaderButton:active):active{background-color:unset}:root{--courseListItemOpenedBackgroundColor: #ebebeb;--courseListItemOpenedAndHoverBackgroundColor: #f0f0f0;--courseListItemOpenedAndActiveBackgroundColor: #d1e7ff;--courseListItemSelectedBackgroundColor: var( --courseListItemOpenedAndActiveBackgroundColor );--courseListItemSelectedAndHoverBackgroundColor: #e0efff;--courseListItemSelectedAndActiveBackgroundColor: var( --courseListItemOpenedBackgroundColor )}.courseListItem[data-note-opened=true]{background-color:var(--courseListItemOpenedBackgroundColor)}.courseListItem[data-note-opened=true]:active{background-color:var(--courseListItemOpenedAndActiveBackgroundColor)}.courseListItem[data-selected=true]{font-weight:700;background-color:var(--courseListItemSelectedBackgroundColor)}.courseListItem[data-selected=true] .redBadge,.courseListItem[data-selected=true] .courseListStatusV2,.courseListItem[data-selected=true] .courseListUnopenedStatusV2{font-weight:400}.courseListItem[data-selected=true]:active{background-color:var(--courseListItemSelectedAndActiveBackgroundColor)}@media (hover: hover){.courseListItem[data-note-opened=true]:hover{background-color:var(--courseListItemOpenedAndHoverBackgroundColor)}.courseListItem[data-selected=true]:hover{background-color:var(--courseListItemSelectedAndHoverBackgroundColor)}}:root{--courseMenuBackgroundColor: #ffffff;--courseMenuOnBackgroundColor: #080808;--courseMenuDividerBackgroundColor: #e4e4e7}.courseMenu{position:fixed;display:flex;flex-direction:column;top:0;right:0;width:calc(100vw - (var(--courseDrawerWidth) + 1px));height:100%}.courseMenu:before{content:"";position:absolute;top:0;left:-1px;width:1px;height:100%;background-color:var(--courseMenuDividerBackgroundColor)}@media (max-width: 1024px){.courseMenu{width:100vw}}.coruseMenuNav{background-color:var(--courseMenuBackgroundColor);box-sizing:border-box;gap:15px}.courseMenuHeader{--courseMenuHeaderBaseHeight: 50px;border:none;min-height:var(--courseMenuHeaderBaseHeight);background-color:var(--courseMenuBackgroundColor);color:var(--courseMenuOnBackgroundColor)}.courseMenuHeaderRight{justify-content:flex-end;justify-self:stretch;container-type:inline-size;min-width:40px}.courseActionButton{display:flex;flex-direction:row;align-items:center;overflow:hidden}.courseActionButton:active{opacity:.5}.courseActionButton>*:not(:last-child){margin-right:6px}.courseActionButtonText{font-weight:700;font-size:1rem}.courseActionIcon{--courseActionIconSize: .75rem;width:var(--courseActionIconSize);min-width:var(--courseActionIconSize);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.32 7.54"><defs><style>.a{fill:%237f7f7f;}<\/style></defs><path class="a" d="M5.09,7.1.42,2.42a1.4,1.4,0,0,1,0-2h0a1.4,1.4,0,0,1,2,0L6.16,4.15,9.9.42a1.4,1.4,0,0,1,2,0h0a1.4,1.4,0,0,1,0,2L7.23,7.1A1.51,1.51,0,0,1,5.09,7.1Z"/></svg>');background-position:center;background-size:var(--courseActionIconSize);background-repeat:no-repeat;aspect-ratio:12.32 / 7.54}.coursePeriodPopoverItem{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px 0;color:#595757;gap:8px}.coursePeriodPopoverItem:active{background-color:#fff}.coursePeriodPopoverItemTitle{font-weight:700;font-size:.8125rem}.coursePeriodPopoverItemContent{font-size:.8125rem}.courseMenuHeaderSelfStudyTitle{font-weight:700;font-size:1rem}.courseMenuTabsContainer{height:60px}.courseMenuBody{display:flex;flex-direction:column;width:100%;flex-grow:1;gap:15px;background-color:var(--courseMenuBackgroundColor);overflow:hidden;padding-bottom:var(--safeAreaInsetBottom)}.timelinePanelHeader{background-color:var(--courseMenuBackgroundColor)}.createSubmissionButtonWrapper{margin:16px 0 16px 19px}.submissionTabPanelBody{display:flex;flex-direction:column;box-sizing:border-box;background-color:transparent}.createSubmissionButtonWrapper{min-height:var(--56px);display:grid;align-items:center;padding:0 4px}.createSubmissionButton{display:grid;width:fit-content;grid-template-columns:var(--32px) 1fr var(--4px);grid-gap:8px;border-radius:12px;padding:4px;margin:4px 0;font-weight:700;color:var(--primaryBlue)}.createSubmissionButton[aria-disabled=true]{cursor:not-allowed;color:var(--primaryBlueHighlight);opacity:.25}@media (hover: hover){.createSubmissionButton:not([aria-disabled=true]):hover{box-shadow:0 0 0 3px var(--createNoteButtonShadowColor);transition:box-shadow 145ms ease}}.createSubmissionButton:not([aria-disabled=true]):active{opacity:.5}.createSubmissionButton:not([aria-disabled=true]):active{box-shadow:0 0 0 0 var(--createNoteButtonShadowColor)}.createSubmissionButtonIcon{width:var(--32px);height:var(--32px);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.a{fill:%23fff;}.b{fill:%23449dff;}<\/style></defs><circle class="a" cx="18" cy="18" r="18"/><path class="b" d="M25.13,16.26H19.69V10.83a1.72,1.72,0,1,0-3.43,0v5.43H10.82a1.72,1.72,0,0,0,0,3.44h5.44v5.43a1.72,1.72,0,1,0,3.43,0V19.7h5.44a1.72,1.72,0,0,0,0-3.44Z"/></svg>');background-position:center;background-size:contain}.createSubmissionButtonBlueIcon{width:var(--32px);height:var(--32px);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><defs><style>.a{fill:%23eef6ff;}.b{fill:%23449dff;}<\/style></defs><circle class="a" cx="18" cy="18" r="18"/><path class="b" d="M25.13,16.26H19.69V10.83a1.72,1.72,0,1,0-3.43,0v5.43H10.82a1.72,1.72,0,0,0,0,3.44h5.44v5.43a1.72,1.72,0,1,0,3.43,0V19.7h5.44a1.72,1.72,0,0,0,0-3.44Z"/></svg>');background-position:center;background-size:contain}.roundListSection.submissionListSection:first-child{margin-top:22px}.submissionTabPanelBody .roundListSection.submissionListSection:first-child{margin-top:0}.roundListSection.submissionListSection{margin-right:20px;margin-left:20px;margin-bottom:var(--sectionGap)}.submissionListItemDisabled{background-color:#f6f6fb;color:var(--disabledColor);cursor:not-allowed}.submissionTabPanelListItemCell{background-color:var(--navBodyCourseListBackgroundColor)}.submissionAnswerRevealedIconV2{width:var(--20px);height:var(--20px);background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">%0A<svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">%0A    <g id="\30a2\30fc\30c8\30dc\30fc\30c9 1" transform="matrix(0.991688,0,0,4.48495,-0.46989,17.2166)">%0A        <rect x="0.474" y="-3.839" width="30.251" height="6.689" style="fill:none;"/>%0A        <clipPath id="_clip1">%0A            <rect x="0.474" y="-3.839" width="30.251" height="6.689"/>%0A        </clipPath>%0A        <g clip-path="url(%23_clip1)">%0A            <g id="\4eba\7269" transform="matrix(1.00838,0,0,0.222968,0.473871,-3.0316)">%0A                <path d="M29.15,17.45L21.23,14.26L21.23,13C23.043,11.547 24.071,9.322 24,7C24,3.13 21.37,0 18.13,0C14.89,0 12.25,3.14 12.25,7C12.175,9.319 13.194,11.543 15,13L15,14.3L7.1,17.45C6.589,17.659 6.253,18.158 6.25,18.71L6.25,22.76L30,22.76L30,18.71C29.997,18.158 29.661,17.659 29.15,17.45Z" style="fill:rgb(171,170,170);fill-rule:nonzero;"/>%0A                <path d="M6.39,15.65L12.48,13.2C11.066,11.447 10.308,9.252 10.34,7C10.332,5.331 10.745,3.687 11.54,2.22C10.989,1.975 10.393,1.849 9.79,1.85C7,1.86 4.7,4.58 4.7,7.93C4.649,9.929 5.538,11.841 7.1,13.09L7.1,14.22L1,16.87C0.39,17.126 -0.007,17.728 0,18.39L0,22.76L4.34,22.76L4.34,18.71C4.335,17.37 5.149,16.155 6.39,15.65Z" style="fill:rgb(171,170,170);fill-rule:nonzero;"/>%0A            </g>%0A        </g>%0A    </g>%0A</svg>%0A');background-size:var(--20px);background-position:center}.noScriptContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.noScriptContainerForLogin{padding-top:20px}.noscriptFullScreen{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--desktopBackColor)}.noScriptMessage{max-width:600px;border-radius:4px;padding:20px 15px;margin:0 15px;background-color:#fff;color:#000;text-align:center;line-height:1.5}.slideUpMessageContainer{display:flex;flex-direction:column;align-items:flex-end;position:fixed;pointer-events:none;right:0;bottom:0;padding-right:10px;padding-bottom:calc(var(--noteSaveIndicatorBottom) + 1rem + 20px)}.slideUpMessageContainer[data-shared=true]{padding-bottom:10px}@media (min-width: 481px) and (min-height: 480px){.fademsg-enter{opacity:1}.fademsg-enter-active{opacity:0;transition:opacity .25s}.fademsg-enter-done,.fademsg-exit{opacity:0}.fademsg-exit-active{opacity:1;transition:opacity .25s}.fademsg-exit-done{opacity:1}}.sharedNoteMessage{color:#fff;background:#54545499;padding:10px;border-radius:8px}.sharedNoteMessage[data-warn=true]{color:#ff0}.uploadMessage{min-width:100%;color:#ff0;background:#54545499;border-radius:8px;overflow:hidden}.uploadMessage>p{padding:10px;text-align:center}.slideUpMessageThumb{margin-bottom:5px}.copyDocumentThumb{width:90px;height:60px}.copyMessage{min-width:100%;color:#fff;background:#54545499;border-radius:8px;overflow:hidden}.copyMessage>p{padding:10px;text-align:center}:root{--toggleButtonWidth: 51px;--toggleButtonHeight: 31px;--toggleBackgroundColorOn: #34c759;--toggleBackgroundColorOff: #d1d1d6}.toggleButton{position:relative;border:none;padding:0;height:var(--toggleButtonHeight);width:var(--toggleButtonWidth);border-radius:calc(var(--toggleButtonHeight) / 2);background-color:var(--toggleBackgroundColorOff)}.toggleButton[aria-disabled=true]{background-color:var(--toggleBackgroundColorOff)}.toggle-color-appear{background-color:var(--toggleBackgroundColorOn)}.toggle-color-enter{background-color:var(--toggleBackgroundColorOff)}.toggle-color-enter-active{background-color:var(--toggleBackgroundColorOn);transition:background-color .25s;transition-timing-function:linear}.toggle-color-enter-done,.toggle-color-exit{background-color:var(--toggleBackgroundColorOn)}.toggle-color-exit-active{background-color:var(--toggleBackgroundColorOff);transition:background-color .25s;transition-timing-function:linear}.toggle-color-exit-done{background-color:var(--toggleBackgroundColorOff)}.toggleButtonBall{position:absolute;height:calc(var(--toggleButtonHeight) - 4px);width:calc(var(--toggleButtonHeight) - 4px);top:2px;transform:translate(2px);border-radius:50%;background-color:#fff}.toggle-ball-appear{transform:translate(calc(var(--toggleButtonWidth) - 100% - 1px))}.toggle-ball-enter{transform:translate(1px)}.toggle-ball-enter-active{transform:translate(calc(var(--toggleButtonWidth) - 100% - 1px));transition:transform .25s;transition-timing-function:linear}.toggle-ball-enter-done,.toggle-ball-exit{transform:translate(calc(var(--toggleButtonWidth) - 100% - 1px))}.toggle-ball-exit-active{transform:translate(1px);transition:transform .25s;transition-timing-function:linear}.toggle-ball-exit-done{transform:translate(1px)}.sharedNoteHistoryDialog{height:100%}.sharedNoteHistory{display:flex;flex-direction:column;background:#fff}.sharedNoteHistory .operationGroup{padding:0 16px}.samplingControl{display:flex;max-width:90%;margin:0 auto;flex-grow:1}.sharedNoteHistoryInner{display:flex;overflow:hidden;flex-grow:1}.sharedNoteHistoryInner .error{text-align:center;color:#6d6d72;padding:15px;line-height:1.5em;font-weight:700}.sharedNoteHistoryList{display:flex;flex-direction:column;flex-grow:1}.sharedNoteHistoryList .updatedAt{height:fit-content;flex-grow:1}.sharedNoteHistoryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:0 2px}.sharedNoteHistoryGridItem{display:flex;flex-direction:column;cursor:pointer}.sharedNoteHistoryGridItem[aria-selected=true]{background-color:var(--noteListItemOpenedBackgroundColor)}@media (hover: hover){.sharedNoteHistoryGridItem:hover{background-color:var(--noteListItemHoverBackgroundColor)}}.sharedNoteHistoryGridItem>:nth-child(2){flex-grow:1;display:flex;align-items:center;padding:10px}.sharedNoteHistoryListItemWrapper[aria-selected=true]{background-color:var(--noteListItemOpenedBackgroundColor)}@media (hover: hover){.sharedNoteHistoryListItemWrapper:hover{background-color:var(--noteListItemHoverBackgroundColor)}}.sharedNoteHistoryListItem{display:flex;height:100%;align-items:center;column-gap:var(--10px);cursor:pointer}.sharedNoteHistoryListItem .noteActionButton{width:var(--32px)}.sharedNoteHistoryListItem .noteThumbnail{width:var(--72px)}.sharedNoteHistoryList[data-preview=true]{flex-direction:row}.sharedNoteHistoryList[data-preview=true] .scrollLoader{flex-basis:calc(var(--72px) + 20px);flex-shrink:0}.sharedNoteHistoryPreviewListItem{flex:0 0 var(--ruledLineItemDefaultHeight);width:var(--72px);box-sizing:border-box;cursor:pointer}.sharedNoteHistoryPreviewListItem[aria-selected=true]{border:2px solid #ffff00}.snapshotThumbnail{position:relative}.snapshotThumbnail.preview{display:flex;align-items:center;background:var(--desktopBackColor);border-right:2px solid white;flex-grow:1}.snapshotThumbnail.preview.noImage{background:#f0f0f2}:root{--sharedNoteEditLogsSearchSectionContentsHeight: 240px;--sharedNoteEditLogsCopyButtonWidth: 20px;--sharedNoteEditLogsCopyButtonHeight: 24px}.sharedNoteEditLogsAlertBody{display:flex;flex-direction:column;gap:10px}.sharedNoteEditLogsHeader .navHeaderGridCellRight{column-gap:14px}.sharedNoteEditLogsSearchSection{display:flex;flex-direction:column;justify-content:center;padding:0 25px;background-color:#f8f8fb;font-size:var(--14px)}.sharedNoteEditLogsSearchSection .contentsExpandButton{gap:8px;width:fit-content}.sharedNoteEditLogsSearchSection .contentsExpandButton:active{opacity:.5}.sharedNoteEditLogsSearchSection .contents{display:flex;flex-direction:column;justify-content:center;padding-bottom:10px}.sharedNoteEditLogsSearchSection .contents>div{margin-bottom:8px}.sharedNoteEditLogsSearchSection .contents>div:last-child,.sharedNoteEditLogsSearchSection .contents>div:has(+.sharedNoteEditLogsImportantLogsOnlySwitchContainer){margin-bottom:0}.sharedNoteEditLogsDateTimeEditContainer{display:flex;flex-direction:column;gap:5px}.sharedNoteEditLogsDateTimeEditContainer .grid{display:grid;grid-template-columns:1fr 1rem 1fr;grid-gap:5px;place-items:center}.sharedNoteEditLogsDateTimeEditContainer .alertMessage{font-size:var(--12px);height:12px;color:red}.sharedNoteEditLogsDateTimePickerButton{display:flex;justify-content:center;align-items:center;width:100%;border-radius:8px;padding:0 12px;background-color:#fff;border:1px solid #b2b2b2}.sharedNoteEditLogsDateTimePickerButton[aria-disabled=true]{color:#000}.sharedNoteEditLogsDateTimePickerButton:not([aria-disabled=true]):active{opacity:.5}.sharedNoteEditLogsDateTimePickerModal{display:flex;justify-content:center;align-items:center}.sharedNoteEditLogsDateTimePickerModal .container{border-radius:8px;background-color:#fff;height:min(95%,450px);overflow:auto}@media (max-height: 470px){.sharedNoteEditLogsDateTimePickerModal .container{height:min(95%,320px)}}.sharedNoteEditLogsDateTimePickerContent{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:20px;padding:15px 30px;box-sizing:border-box;min-width:320px;background-color:#fff}.sharedNoteEditLogsDateTimePickerContent .dateTimeInput{display:flex;flex-flow:column;height:100%;width:100%}.sharedNoteEditLogsDateTimePickerContent .twoColumns{display:flex;flex-flow:row;gap:12px}.sharedNoteEditLogsDateTimePickerContent .leftColumn{width:250px}.sharedNoteEditLogsDateTimePickerContent .rightColumn{display:flex;flex-direction:column;align-items:center;width:fit-content}.sharedNoteEditLogsDateTimePickerContent .picker{display:flex;flex-direction:column;height:100%;justify-content:center;gap:8px}.sharedNoteEditLogsDateTimePickerContent .okButton{display:flex;justify-content:center;align-items:center;width:110px;border-radius:50px;background-color:var(--primaryBlue);color:#fff}.sharedNoteEditLogsDateTimePickerContent .okButton:active{background-color:var(--primaryBlueHighlight)}.sharedNoteEditLogsTextSearchContainer .uiInputText{background-color:#fff;border:1px solid #ccc;border-radius:21px;height:44px;box-sizing:border-box;padding:0 0 0 22px;color:#000;word-wrap:break-word}.sharedNoteEditLogsTextSearchContainer:has(.uiInputText[aria-disabled=true]){cursor:not-allowed}.sharedNoteEditLogsTextSearchContainer .uiInputText[aria-disabled=true]{pointer-events:none;color:#000}.sharedNoteEditLogsTextSearchContainer{display:flex;flex-direction:column;gap:5px}.sharedNoteEditLogsTextSearchContainer .alertMessage{color:red;height:12px;font-size:var(--12px)}.sharedNoteEditLogsImportantLogsOnlySwitchContainer{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:30px}.sharedNoteEditLogsCardSelectSection{display:grid;grid-template-columns:max-content minmax(auto,360px);justify-content:right;align-items:center;padding:5px 10px;background-color:#f8f8fb;border-bottom:solid 1px #e6e6e6;gap:20px}.sharedNoteEditLogsCardSelectButton{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;padding:8px 12px;border:1px solid #b2b2b2;border-radius:8px;background-color:#fff;column-gap:12px}.sharedNoteEditLogsCardSelectButton:active{opacity:.5}.sharedNoteEditLogsCardSelectButton .chevron{min-width:6px;min-height:6px;position:relative}.sharedNoteEditLogsCardSelectButton .chevron:before{content:"";position:absolute;top:-3px;left:0;width:100%;height:100%;border-top:2px solid #777777;border-left:2px solid #777777;border-radius:2px;transform:rotate(45deg)}.sharedNoteEditLogsCardSelectButton .chevron:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:100%;border-bottom:2px solid #777777;border-left:2px solid #777777;border-radius:2px;transform:rotate(-45deg)}.sharedNoteEditLogsCardSelectItemContainer{max-height:min(70vh,550px);overflow-y:auto}.sharedNoteEditLogsCardSelectItem{display:grid;grid-template-columns:20px 1fr;color:#000;text-align:left}.sharedNoteEditLogsCardSelectItem .checkMark[data-selected=true]{--size: 16px;width:var(--size);height:var(--size);background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 22 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;"><path d="M2.028,4.365l6.371,6.597l10.863,-8.819" style="fill:none;stroke:%2307f;stroke-width:2px;"/></svg>');background-size:var(--size);background-repeat:no-repeat;background-position:center}.sharedNoteEditLogsBody{background:#fff;overflow:hidden}.sharedNoteEditLogsBody .errorMessage,.sharedNoteEditLogsBody .noItemsMessage{text-align:center;color:#6d6d72;padding:15px;line-height:1.5em;font-weight:700}@media (hover: hover){.sharedNoteEditLogsListItemWrapper:hover{background-color:var(--noteListItemHoverBackgroundColor)}}.sharedNoteEditLogsListItemWrapper:active{background-color:var(--primaryBlueHighlight)}.sharedNoteEditLogsListItem{display:flex;flex-direction:column;padding:6px 0;cursor:pointer}.sharedNoteEditLogsListItem .dateAndUser{display:flex;flex-direction:row;align-items:center;font-size:var(--12px)}.sharedNoteEditLogsListItem .dateAndUser div{white-space:nowrap}.sharedNoteEditLogsListItem .dateAndUser div:not(:first-child){margin-left:15px}.sharedNoteEditLogsListItem .commandDetails{display:flex;flex-direction:row;align-items:baseline;gap:15px}.sharedNoteEditLogsListItem .commandDetails .name{display:flex;align-items:center;height:28px;font-size:var(--16px)}.sharedNoteEditLogsListItem .commandDetails .cardIds{font-size:var(--10px);color:var(--noteListTextSecondaryColor)}.sharedNoteEditLogsTimelinePreviewBody{background-color:var(--navBodyBackground)}.sharedNoteEditLogsTimelinePreviewBody .container{display:flex;box-sizing:border-box;padding:20px 30px}.sharedNoteEditLogsTimelinePreviewBody .solidLine{width:1px;border-left:solid 2px black}.sharedNoteEditLogsTimelinePreviewBody .timelineContents{display:flex;flex-direction:column;width:100%;padding:15px;gap:50px}.sharedNoteEditLogsTimelineCard{position:relative;display:flex;flex-direction:column;justify-content:start;align-items:start;box-sizing:border-box;width:100%;gap:10px}.sharedNoteEditLogsPreviousCard:after{content:"";position:absolute;top:6px;left:-24px;width:10px;height:10px;border:solid 2px black;border-radius:50%;background:#fff}.sharedNoteEditLogsUpdatedCard:before{content:"";position:absolute;top:2px;left:-28px;width:22px;height:22px;border-radius:50%;background:#83c989}.sharedNoteEditLogsUpdatedCard:after{content:"";position:absolute;top:4px;left:-26px;width:14px;height:14px;border:solid 2px white;border-radius:50%;background:#0000}.sharedNoteEditLogsUpdatedCard .wavyLine{position:absolute;bottom:-40px;left:-30px;width:30px;height:30px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url('data:image/svg+xml,<svg width="120" height="100" xmlns="http://www.w3.org/2000/svg">%0A  <path d="%0A    M0,50%0A    Q30,30 60,50%0A    Q90,70 120,50"%0A    stroke="%23f2f2f7" fill="none" stroke-width="30" stroke-linecap="round"/>%0A  <path d="%0A    M0,35%0A    Q30,15 60,35%0A    Q90,55 120,35"%0A    stroke="black" fill="none" stroke-width="6"/>%0A  <path d="%0A    M0,65%0A    Q30,45 60,65%0A    Q90,85 120,65"%0A    stroke="black" fill="none" stroke-width="6"/>%0A</svg>%0A')}.sharedNoteEditLogsPreviousCard .wavyLine{position:absolute;top:-40px;left:-30px;width:30px;height:30px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url('data:image/svg+xml,<svg width="120" height="100" xmlns="http://www.w3.org/2000/svg">%0A  <path d="%0A    M0,50%0A    Q30,30 60,50%0A    Q90,70 120,50"%0A    stroke="%23f2f2f7" fill="none" stroke-width="30" stroke-linecap="round"/>%0A  <path d="%0A    M0,35%0A    Q30,15 60,35%0A    Q90,55 120,35"%0A    stroke="black" fill="none" stroke-width="6"/>%0A  <path d="%0A    M0,65%0A    Q30,45 60,65%0A    Q90,85 120,65"%0A    stroke="black" fill="none" stroke-width="6"/>%0A</svg>%0A')}.sharedNoteEditLogsTimelineCard .title{display:flex;flex-direction:column;justify-content:start;align-items:start;line-height:1.5em}.sharedNoteEditLogsTimelineCard .contentContainer{display:flex;justify-content:center;align-items:center;background:var(--desktopBackColor);width:100%;height:fit-content;aspect-ratio:4 / 3}.sharedNoteEditLogsTimelineCard .cardImage{max-width:100%;max-height:100%}.sharedNoteEditLogsTimelineCard .cardImage[data-border=true]{border:solid thin #ccc}.sharedNoteEditLogsTimelineCard .errMessage{padding:20px;box-sizing:border-box;color:#fff;font-size:var(--16px);line-height:1.5em;text-align:center}.sharedNoteEditLogsTimelineCommandItemList{display:flex;flex-direction:column;gap:20px}.sharedNoteEditLogsTimelineCommand{position:relative;display:flex;flex-direction:column;justify-content:start;align-items:start;width:100%;line-height:1.5em;gap:5px}.sharedNoteEditLogsTimelineCommand .detailButton{display:flex;justify-content:space-between;align-items:center;width:100%;border-radius:12px;padding:4px 15px;background-color:#fff}.sharedNoteEditLogsTimelineCommand .contents{display:grid;grid-template-columns:fit-content(80%) 1fr;width:100%;align-items:baseline;gap:20px}.sharedNoteEditLogsTimelineCommand .name{font-weight:700}.sharedNoteEditLogsTimelineCommand .editor{font-size:var(--12px);color:var(--noteListTextSecondaryColor)}.sharedNoteEditLogsTimelineCommand .detailButton[data-selected=true]{background-color:var(--roundListItemSelectedBackgroundColor)}.sharedNoteEditLogsTimelineCommand .detailButton:active{background-color:var(--roundListItemActiveBackgroundColor)}.sharedNoteEditLogsTimelineCommand:after{content:"";position:absolute;top:6px;left:-24px;width:10px;height:10px;border:solid 2px #929292;border-radius:50%;background:#929292}.sharedNoteEditLogsDetailBody{background-color:#fff}.sharedNoteEditLogsDetailBody .contents{display:flex;flex-direction:column;height:100%;width:100%;overflow:auto;box-sizing:border-box;gap:30px;padding:20px 30px}@media (max-width: 480px){.sharedNoteEditLogsDetailBody .contents{padding:20px 15px}}.sharedNoteEditLogsDetailSection{display:flex;flex-direction:column;gap:20px;background-color:#f8f8f8;border-radius:14px;padding:10px 20px 20px}.sharedNoteEditLogsDetailSection .titleContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-bottom:4px}.sharedNoteEditLogsDetailSection .titleContainer .infoIcon{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg xmlns="http://www.w3.org/2000/svg"%0A  width="24"%0A  height="24"%0A  viewBox="0 0 24 24"%0A  fill="none"%0A  stroke="currentColor"%0A  stroke-width="2"%0A  stroke-linecap="round"%0A  stroke-linejoin="round"%0A  class="lucide lucide-info">%0A  <circle cx="12" cy="12" r="10"></circle>%0A  <path d="M12 16v-4"></path>%0A  <path d="M12 8h.01"></path>%0A</svg>%0A') no-repeat center center / 24px 24px;width:24px;height:24px;-webkit-mask:var(--mask);mask:var(--mask);background-color:#000}.sharedNoteEditLogsDetailSection .titleContainer .editorIcon{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A  xmlns="http://www.w3.org/2000/svg"%0A  width="24"%0A  height="24"%0A  viewBox="0 0 24 24"%0A  fill="none"%0A  stroke="currentColor"%0A  stroke-width="2"%0A  stroke-linecap="round"%0A  stroke-linejoin="round"%0A  class="lucide lucide-user">%0A  <path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"></path>%0A  <circle cx="12" cy="7" r="4"></circle>%0A</svg>%0A') no-repeat center center / 24px 24px;width:24px;height:24px;-webkit-mask:var(--mask);mask:var(--mask);background-color:#000}.sharedNoteEditLogsDetailSection .titleContainer .title{font-weight:700}.sharedNoteEditLogsDetailSection .filterButtonContainer{display:flex;justify-content:center;align-items:center}.sharedNoteEditLogsDetailSection .filterButtonContainer .filterIcon{--mask: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?>%0A<svg%0A  xmlns="http://www.w3.org/2000/svg"%0A  width="24"%0A  height="24"%0A  viewBox="0 0 24 24"%0A  fill="none"%0A  stroke="currentColor"%0A  stroke-width="2"%0A  stroke-linecap="round"%0A  stroke-linejoin="round"%0A  class="lucide lucide-filter mr-1">%0A  <polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>%0A</svg>%0A') no-repeat center center / 24px 24px;width:24px;height:24px;-webkit-mask:var(--mask);mask:var(--mask);background-color:#fff;margin-top:2px}.sharedNoteEditLogsDetailSection .filterButtonContainer .genericButton{display:flex;justify-content:center;align-items:center;width:250px;border-radius:50px;background-color:var(--primaryBlue);color:#fff;gap:5px}.sharedNoteEditLogsDetailSection .filterButtonContainer .genericButton:active,.sharedNoteEditLogsDetailSection .filterButtonContainer .genericButton[aria-disabled=true]{background-color:var(--primaryBlueHighlight)}.sharedNoteEditLogsDetailSection span{line-height:1.5rem;word-break:break-word}.sharedNoteEditLogsDetailSection .itemWrapper{padding:0 10px;cursor:unset}.sharedNoteEditLogsDetailSection .itemGrid{display:grid;grid-template-columns:85px 1fr;padding:10px 0;gap:10px}.sharedNoteEditLogsDetailSection .keyName{font-size:14px;color:var(--noteListTextSecondaryColor)}@media (max-width: 480px){.sharedNoteEditLogsDetailSection .itemGrid{grid-template-columns:80px 1fr}.sharedNoteEditLogsDetailSection .keyName{font-size:12px}}.sharedNoteEditLogsDetailSection .cardContainer{display:grid;grid-template-columns:minmax(0px,320px) var( --sharedNoteEditLogsCopyButtonWidth );gap:10px;padding-right:3px}.sharedNoteEditLogsDetailSection .cardContainer span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sharedNoteEditLogsCopyButton{position:relative;min-height:unset;display:flex;justify-content:center;align-items:center;width:var(--sharedNoteEditLogsCopyButtonWidth);height:var(--sharedNoteEditLogsCopyButtonHeight)}.sharedNoteEditLogsCopyButton:active{opacity:.5}.sharedNoteEditLogsCopyButton .copyIcon{--mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 18.5"><defs><style>.a{fill:%23323232;}<\/style></defs><path class="a" d="M13.7,2H11.16a.81.81,0,0,0-.82-.78H9.47A1,1,0,0,1,8.6.69a1.22,1.22,0,0,0-2.2,0,1,1,0,0,1-.87.53H4.66A.81.81,0,0,0,3.84,2H1.3A1.3,1.3,0,0,0,0,3.3V17.2a1.3,1.3,0,0,0,1.3,1.3H13.7A1.3,1.3,0,0,0,15,17.2V3.3A1.3,1.3,0,0,0,13.7,2Zm-8.87.22h.7A2,2,0,0,0,7.3,1.12a.23.23,0,0,1,.4,0,2,2,0,0,0,1.77,1.1h.7V3.5H4.83ZM14,17.2a.29.29,0,0,1-.3.3H1.3a.29.29,0,0,1-.3-.3V3.3A.29.29,0,0,1,1.3,3H3.83v.66a.84.84,0,0,0,.83.84h5.68a.84.84,0,0,0,.83-.84V3H13.7a.29.29,0,0,1,.3.3Z"/></svg>') no-repeat center center / 14px 24px;mask:var(--mask);-webkit-mask:var(--mask);width:14px;height:24px;background-color:#323232}.sharedNoteEditLogsCopyButton .copiedCheck{position:absolute;top:7px;left:4px;width:12px;height:12px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.131 23.279"><defs><style>.a{fill:%23007aff;}<\/style></defs><title>check</title><polygon class="a" points="10.698 23.279 0 12.58 3.846 8.734 10.698 15.586 26.285 0 30.131 3.846 10.698 23.279"/></svg>')}.expand-contents-enter{opacity:0;margin-bottom:calc(-1 * var(--sharedNoteEditLogsSearchSectionContentsHeight))}.expand-contents-enter-active{opacity:1;margin-bottom:0;transition:all .3s ease-out}.expand-contents-enter-done,.expand-contents-exit{opacity:1;margin-bottom:0}.expand-contents-exit-active{opacity:0;margin-bottom:calc(-1 * var(--sharedNoteEditLogsSearchSectionContentsHeight));transition:all .3s ease-out}.expand-contents-exit-done{opacity:0;margin-bottom:calc(-1 * var(--sharedNoteEditLogsSearchSectionContentsHeight))}:root{--calendarGridItemSize: var(--32px);--calendarDateTimeInputBodyHeight: calc(var(--calendarGridItemSize) * 7);--calendarDateButtonActiveBackgroundColor: #ebebeb}.calendarDateTimeInput{display:flex;flex-direction:column;gap:8px}.monthPicker,.datePicker{display:flex;flex-direction:column}.dateTimePicker,.datePickerNavigation{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navigateMonthPickerToggleButton{display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:10px;height:44px;background-color:#eef6ff}.navigateMonthPickerToggleButton:not([aria-disabled=true]):active{background-color:var(--calendarDateButtonActiveBackgroundColor)}.datePickerBody{height:var(--calendarDateTimeInputBodyHeight);display:grid;grid-template-columns:repeat(7,1fr);place-items:center}.calendarDayOfWeekItem{font-size:var(--12px);box-sizing:border-box;width:var(--calendarGridItemSize);height:var(--calendarGridItemSize);padding:4px;display:flex;justify-content:center;align-items:center;color:var(--neutralColor)}.calendarDayOfMonthItem{cursor:pointer;box-sizing:border-box;width:var(--calendarGridItemSize);height:var(--calendarGridItemSize);padding:6px;display:flex;justify-content:center;align-items:center}.calendarDayOfMonthItem[data-today=true]{color:var(--primaryBlue)}.calendarDayOfMonthItem[data-selected=true]{border-radius:50%;background-color:var(--primaryBlueHighlight);color:var(--primaryBlue);font-weight:700}.calendarDayOfMonthItem:not([aria-disabled=true]):hover{border-radius:50%;background-color:var(--primaryBlueHighlight)}.calendarDayOfMonthItem[data-today=true][data-selected=true]{color:#fff;border-radius:50%;background-color:var(--primaryBlue)}.calendarDayOfMonthItem[data-is-this-month=false]{opacity:.5}.calendarDayOfMonthItem[aria-disabled=true]{color:var(--neutralColor);cursor:not-allowed}.calendarInputButton{cursor:pointer;display:grid;place-items:center;width:44px;height:44px;border:none;background-color:transparent}.calendarInputButton>.maskedImage{width:16px;height:16px}.calendarInputButton.prev>.maskedImage{transform:rotate(180deg)}.calendarInputButton:not([aria-disabled=true]):active>.maskedImage{background:var(--primaryBlueHighlight)}.calendarInputButton[aria-disabled=true]{cursor:not-allowed}.calendarInputButton[aria-disabled=true]>.maskedImage{background:var(--disabledColor)}.monthPickerNavigation{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.monthPickerTitle{position:absolute;top:50%;left:50%;translate:-50% -50%}.monthPickerBody{box-sizing:border-box;display:flex;flex-direction:column;height:var(--calendarDateTimeInputBodyHeight);gap:6px;padding:0}.monthPickerYearMonthSegment{display:flex;flex-direction:column;border-radius:var(--dateTimeInputBorderRadius);background-color:#eef6ff}.monthPickerYearMonthSegment[data-open=false]:active{background-color:var(--calendarDateButtonActiveBackgroundColor)}.monthPickerYearMonthSegment[data-open=true]{flex:1}.monthPickerYearSegment{min-height:44px;padding:0 10px;display:flex;width:100%;gap:10px;align-items:center;box-sizing:border-box;background-color:transparent;color:var(--primaryBlue)}.monthPickerYearSegment[data-open=true]{cursor:default}.monthPickerYearSegment[data-open=true]>.maskedImage{rotate:90deg}.monthPickerYearSegment:not([aria-disabled=true]):active>.maskedImage{background-color:var(--primaryBlue)}.monthPickerMonthSegment{--monthInputGap: 6px;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;justify-items:stretch;align-items:stretch;flex:1;padding:var(--monthInputGap);gap:var(--monthInputGap)}.monthPickerMonthInput{cursor:pointer;background:#fff;border:none;border-radius:var(--dateTimeInputBorderRadius);display:grid;place-items:center;border:solid 1px var(--primaryBlue)}.monthPickerMonthInput:not([aria-disabled=true],[data-selected=true]):hover{background-color:var(--primaryBlueHighlight)}.monthPickerMonthInput:not([aria-disabled=true],[data-selected=true]):active,.monthPickerMonthInput[data-selected=true]{background-color:var(--primaryBlue);color:#fff}.monthPickerMonthInput[aria-disabled=true]{cursor:not-allowed;color:var(--disabledColor);opacity:.5}.dateTimePickerBody{display:flex;justify-content:center;background:#eef6ff;border:none;border-radius:var(--dateTimeInputBorderRadius)}.dateTimePickerBody>*{background-color:transparent}.dateTimePickerDateTimePart{border:none;font-size:inherit;height:var(--dateTimeInputHeight);display:flex;align-items:center;padding:0}:root{--dateTimeInputWidth: 44px;--dateTimeInputHeight: 44px;--dateTimeInputBorderRadius: 5px}.dateTimeInputSelect{display:flex;align-items:center;justify-content:center;cursor:pointer;background:#eef6ff;border:none;border-radius:var(--dateTimeInputBorderRadius);font-size:inherit;box-sizing:border-box;width:var(--dateTimeInputWidth);height:var(--dateTimeInputHeight);padding:1px 6px}.dateTimeInputSelect[data-active=true]{outline:1px auto var(--primaryBlue)}.dateTimeInputSelect:not([aria-disabled=true]):active{background-color:var(--calendarDateButtonActiveBackgroundColor)}.dateTimeInputSelect[data-segment=head]{text-align:right}.dateTimeInputSelect[data-segment=tail]{text-align:left}.dateTimeDelimiter{margin:0 5px}.dateTimeInputPopover{border-radius:var(--dateTimeInputBorderRadius)}.dateTimeInputPopoverInner{width:calc(var(--dateTimeInputWidth) + 15px);max-height:calc(var(--dateTimeInputHeight) * 6);overflow-y:auto}.dateTimeInputPopoverItem{min-width:100%;min-height:44px;padding:1px 4px}.dateTimeInputPopoverItem:active,.dateTimeInputPopoverItem[data-selected=true]{background-color:var(--primaryBlue);color:#fff}math-field{background:transparent;outline:none;border:none}math-field[read-only]{border:none}math-field::part(menu-toggle){display:none}math-field::part(virtual-keyboard-toggle){display:none}math-field::part(content){overflow:visible}.vk-big{font-size:1.5rem}.vk-mid{font-size:1.25rem}.vk-negate{text-decoration:overline}.lns-vk-matrix{font-size:11px!important}.ML__keyboard{overflow:visible!important}.MLK__backdrop{background-color:transparent!important}.MLK__plate{pointer-events:none!important}.MLK__layer.is-visible{pointer-events:none}.MLK__toolbar{background-color:transparent!important;pointer-events:none}.MLK__toolbar>div.left{pointer-events:auto}.MLK__rows{pointer-events:auto}.MLK__keycap{font-size:1rem;cursor:pointer!important}.MLK__keycap sup,.MLK__keycap sub{font-family:KaTeX_Main,Times New Roman,serif!important}.MLK__variant-panel .item{height:unset!important;min-height:var(--_variant-keycap-length)}.editorMath{position:fixed;left:0;bottom:0;width:100vw;box-shadow:0 0 23px #00000020;z-index:1;box-sizing:border-box;padding-left:var(--safeAreaInsetLeft);padding-right:var(--safeAreaInsetRight);padding-bottom:var(--safeAreaInsetBottom);pointer-events:auto;cursor:auto}.editorMathField{min-height:45px;background-color:#fff;display:flex;justify-content:center;font-size:1.5rem;padding:5px 0;overflow-y:auto;cursor:text}div.ML__edit-toolbar.right{visibility:hidden;pointer-events:none}@media (prefers-color-scheme: dark){.editorMath{--mathlive-background-color: #151515;--mathlive-keyboard-toolbar-text: #e3e4e8;--mathlive-accent-color: #0b5c9c;--mathlive-button-hover-color: #303030}}@media (prefers-color-scheme: light){.editorMath{--mathlive-background-color: #cacfd7;--mathlive-keyboard-toolbar-text: #2c2e2f;--mathlive-accent-color: #0c75d8;--mathlive-button-hover-color: #eeeeee}}.editorMath{background-color:var(--mathlive-background-color)}.editorMathCloseButton{position:absolute;top:0;right:var(--safeAreaInsetRight);width:var(--editorHeaderBaseHeight);height:var(--editorHeaderBaseHeight);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.a{fill:%23007aff;}<\/style></defs><path class="a" d="M12.2,10l7.34-7.34a1.56,1.56,0,0,0-2.2-2.2L10,7.8,2.66.46a1.55,1.55,0,0,0-2.2,0h0a1.55,1.55,0,0,0,0,2.2L7.8,10,.46,17.34a1.56,1.56,0,0,0,2.2,2.2L10,12.2l7.34,7.34a1.56,1.56,0,0,0,2.2-2.2Z"/></svg>');background-size:calc(var(--editorToolImageBaseSize) * .5);background-position:center;background-repeat:no-repeat}.editorMathToolBar{position:absolute;background-color:var(--mathlive-background-color)}.editorMathToolBarRight{display:flex;justify-content:flex-end;gap:8px;padding-right:var(--safeAreaInsetRight)}.editorMathPanelBackground{position:relative;pointer-events:none;padding:4px}.editorMathToolBarButton{display:flex;align-items:center;justify-content:center;pointer-events:auto;border-radius:8px}.editorMathToolBarButton:hover{background-color:var(--mathlive-button-hover-color)}.editorMathToolBarButton[data-disabled=true]:hover{background-color:transparent}.editorMathToolBarButton svg,.editorMathToolBarButton[data-disabled=true] svg,.editorMathToolBarButton[data-disabled=true]:hover svg{fill:var(--mathlive-keyboard-toolbar-text)}.editorMathToolBarButton:hover svg{fill:var(--mathlive-accent-color)}.editorMathToolBarButton[data-disabled=true] svg{opacity:.2}@media (max-width: 744px){.editorMathToolBarButton{padding:0}.editorMathToolBar{--toolbar-width: 126px}}
